Trace number 4543875

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.19 3576.01

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v2_06_048.opb
MD5SUM811cfd97c10a3de621f587d4e9818911
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 benchmark0.096442
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14118
Total number of constraints583
Number of constraints which are clauses295
Number of constraints which are cardinality constraints (but not clauses)288
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
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 5
Number of bits of the biggest number in a constraint 3
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.10/0.10	c Free memory 		2104792832
0.10/0.10	c Max memory 		16282288128
0.10/0.10	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.15	c Pseudo Boolean Optimization by upper bound
0.10/0.15	c --- Begin Solver configuration ---
0.10/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.15	c Learn all clauses as in MiniSAT
0.10/0.15	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.15	c Expensive reason simplification
0.10/0.15	c Glucose 2.1 dynamic restart strategy
0.10/0.15	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.10/0.15	c timeout=2147483s
0.10/0.15	c DB Simplification allowed=false
0.10/0.15	c Listener: none
0.10/0.15	c --- End Solver configuration ---
0.10/0.15	c solving HOME/instance-4543875-1753232113.opb
0.10/0.15	c reading problem ... 
0.10/0.15	c  no objective function found
0.28/0.27	c ... done. Wall clock time 0.116s.
0.28/0.27	c declared #vars     14118
0.28/0.27	c #constraints  583
0.28/0.27	c constraints type 
0.28/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 288
0.28/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 295
0.28/0.27	c 583 constraints processed.
2.69/2.09	c cleaning 2491 clauses out of 5001 with flag 31164/5001
5.50/4.73	c cleaning 4250 clauses out of 8510 with flag 69731/11001
7.68/6.88	c cleaning 5620 clauses out of 11263 with flag 116314/18004
9.97/9.09	c cleaning 6807 clauses out of 13639 with flag 168629/26000
12.78/11.77	c cleaning 7907 clauses out of 15833 with flag 228281/35001
15.94/14.75	c cleaning 8939 clauses out of 17925 with flag 290698/45000
18.64/17.48	c cleaning 9978 clauses out of 19989 with flag 359977/56003
22.09/20.85	c cleaning 10967 clauses out of 22008 with flag 443680/68000
27.12/25.83	c cleaning 11994 clauses out of 24045 with flag 546639/81004
32.77/31.48	c cleaning 13001 clauses out of 26048 with flag 640251/95001
40.63/39.24	c cleaning 14004 clauses out of 28047 with flag 756553/110001
50.66/49.24	c cleaning 15008 clauses out of 30043 with flag 883933/126001
57.27/55.79	c cleaning 16003 clauses out of 32036 with flag 1020423/143002
66.98/65.44	c cleaning 16999 clauses out of 34034 with flag 1145229/161003
77.00/75.41	c cleaning 17984 clauses out of 36034 with flag 1287420/180002
85.20/83.51	c cleaning 18982 clauses out of 38049 with flag 1438368/200001
96.53/94.86	c cleaning 19984 clauses out of 40067 with flag 1584182/221001
114.24/112.25	c cleaning 20990 clauses out of 42084 with flag 1742828/243002
132.49/130.49	c cleaning 21997 clauses out of 44092 with flag 1906560/266000
149.97/147.83	c cleaning 22996 clauses out of 46095 with flag 2087435/290000
172.73/170.63	c cleaning 23997 clauses out of 48099 with flag 2278589/315000
197.99/195.87	c cleaning 25001 clauses out of 50103 with flag 2476808/341001
226.66/223.90	c cleaning 25999 clauses out of 52102 with flag 2693472/368001
256.08/253.36	c cleaning 27002 clauses out of 54104 with flag 2931868/396002
287.15/284.31	c cleaning 28002 clauses out of 56101 with flag 3178945/425001
313.40/310.65	c cleaning 28993 clauses out of 58098 with flag 3435061/455000
344.16/341.20	c cleaning 30016 clauses out of 60107 with flag 3700901/486002
360.83/357.91	c cleaning 31010 clauses out of 62091 with flag 3918095/518002
389.95/386.92	c cleaning 31999 clauses out of 64079 with flag 4155835/551000
423.24/419.49	c cleaning 32999 clauses out of 66080 with flag 4421393/585000
456.38/452.56	c cleaning 34009 clauses out of 68084 with flag 4712814/620003
491.89/487.92	c cleaning 35004 clauses out of 70072 with flag 5028903/656000
518.28/514.26	c cleaning 36009 clauses out of 72069 with flag 5350083/693001
543.51/539.48	c cleaning 36982 clauses out of 74059 with flag 5632659/731000
577.55/573.46	c cleaning 37986 clauses out of 76082 with flag 5957204/770005
618.97/614.73	c cleaning 38995 clauses out of 78091 with flag 6289785/810000
661.49/657.11	c cleaning 39994 clauses out of 80096 with flag 6607792/851000
686.46/681.20	c cleaning 41035 clauses out of 82106 with flag 6941526/893004
723.58/718.30	c cleaning 42012 clauses out of 84067 with flag 7246762/936000
772.20/766.88	c cleaning 43007 clauses out of 86056 with flag 7563760/980001
806.28/800.60	c cleaning 44025 clauses out of 88049 with flag 7876534/1025001
828.51/822.73	c cleaning 44987 clauses out of 90023 with flag 8175397/1071000
856.04/850.16	c cleaning 45987 clauses out of 92037 with flag 8494682/1118001
898.23/892.27	c cleaning 46996 clauses out of 94050 with flag 8824305/1166001
922.86/916.58	c cleaning 47652 clauses out of 96053 with flag 9247152/1215000
947.15/939.91	c cleaning 49182 clauses out of 98401 with flag 9595794/1265000
1001.75/994.46	c cleaning 50087 clauses out of 100220 with flag 9948354/1316001
1037.35/1029.97	c cleaning 51023 clauses out of 102133 with flag 10327369/1368001
1087.44/1080.08	c cleaning 52013 clauses out of 104109 with flag 10711149/1421000
1138.90/1131.26	c cleaning 53005 clauses out of 106098 with flag 11172688/1475002
1190.79/1183.09	c cleaning 54004 clauses out of 108091 with flag 11683842/1530000
1262.56/1254.60	c cleaning 54998 clauses out of 110087 with flag 12193537/1586000
1326.84/1318.79	c cleaning 56001 clauses out of 112090 with flag 12691844/1643001
1390.29/1382.15	c cleaning 57004 clauses out of 114091 with flag 13207210/1701003
1461.74/1452.54	c cleaning 58005 clauses out of 116085 with flag 13748204/1760001
1541.61/1532.20	c cleaning 59000 clauses out of 118080 with flag 14280212/1820001
1620.55/1611.11	c cleaning 59996 clauses out of 120079 with flag 14835748/1881000
1659.22/1649.74	c cleaning 61012 clauses out of 122083 with flag 15286759/1943000
1696.28/1686.51	c cleaning 62023 clauses out of 124071 with flag 15744615/2006000
1777.53/1767.02	c cleaning 62436 clauses out of 126048 with flag 16658347/2070000
1933.57/1920.77	c cleaning 64217 clauses out of 128612 with flag 17795318/2135000
2115.73/2101.97	c cleaning 65142 clauses out of 130397 with flag 19141093/2201002
2443.08/2427.28	c cleaning 66120 clauses out of 132253 with flag 20514372/2268000
2836.27/2819.72	c cleaning 67065 clauses out of 134133 with flag 21919041/2336000
2981.90/2963.01	c cleaning 68031 clauses out of 136069 with flag 23304145/2405001
3263.31/3243.64	c cleaning 69008 clauses out of 138038 with flag 24731438/2475001
3401.65/3378.89	c cleaning 70006 clauses out of 140030 with flag 26113263/2546001
3581.16/3557.23	c cleaning 71006 clauses out of 142025 with flag 27443294/2618002
3600.03/3575.91	c starts		: 13210
3600.03/3575.91	c timeout
3600.03/3575.92	c conflicts		: 2635389
3600.03/3575.92	c decisions		: 20511244
3600.03/3575.92	c propagations		: 74117813
3600.03/3575.92	c inspects		: 10269262797
3600.03/3575.92	c shortcuts		: 0
3600.03/3575.93	c learnt literals	: 0
3600.03/3575.93	c learnt binary clauses	: 0
3600.03/3575.93	c learnt ternary clauses	: 0
3600.03/3575.93	c learnt constraints	: 2635389
3600.03/3575.93	c ignored constraints	: 0
3600.03/3575.93	c root simplifications	: 0
3600.03/3575.93	c removed literals (reason simplification)	: 17328416
3600.03/3575.93	c reason swapping (by a shorter reason)	: 0
3600.03/3575.93	c Calls to reduceDB	: 68
3600.03/3575.93	c Number of update (reduction) of LBD	: 1901712
3600.03/3575.93	c Imported unit clauses	: 0
3600.03/3575.93	c No decision after first conflict	: false
3600.03/3575.93	c number of reductions to clauses (during analyze)	: 0
3600.03/3575.93	c number of learned constraints concerned by reduction	: 0
3600.03/3575.93	c number of learning phase by resolution	: 0
3600.03/3575.93	c number of learning phase by cutting planes	: 0
3600.03/3575.93	c number of rounding to 1 operations	: 0
3600.03/3575.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3575.93	c number of reductions of the coefficients by power 2 	: 0
3600.03/3575.93	c number of right shift for reduction by power 2 	: 0
3600.03/3575.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3575.93	c number of ending skipping 	: 0
3600.03/3575.93	c number of internal skipping 	: 0
3600.03/3575.93	c number of derivation steps 	: 0
3600.03/3575.93	c number of skipped derivation steps 	: 0
3600.03/3575.93	c number of remaining unassigned 	: 0
3600.03/3575.93	c number of remaining assigned 	: 0
3600.03/3575.93	c number of falsified literals weakened from reason	: 0
3600.03/3575.93	c number of falsified literals weakened from conflict	: 0
3600.03/3575.93	c time for arithmetic operations	: 0
3600.03/3575.93	c minimum degree of deleted constraints	: null
3600.03/3575.93	c maximum degree of deleted constraints	: null
3600.03/3575.93	c number of deleted constraints	: 0
3600.03/3575.93	c speed (assignments/second)	: 20728.469177518065
3600.03/3575.93	c non guided choices	: 279681
3600.03/3575.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 88406
3600.03/3575.98	s UNKNOWN
3600.03/3575.98	c Total wall clock time (in seconds): 3575.832

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543875-1753232113/watcher-4543875-1753232113 -o /tmp/evaluation-result-4543875-1753232113/solver-4543875-1753232113 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171698 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4543875-1753232113.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=171741, runsolver pid=171733

[startup+0.100068 s]*
/proc/loadavg: 1.31 2.85 3.71 9/334 171824
/proc/meminfo: memFree=129041320/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=18930384 memory=53120 CPUtime=0.1 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 6447 0 0 0 9 1 0 0 20 0 18 0 238889254 19384713216 13280 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4732596 13280 5337 1 0 547532 0
[pid=171741/tid=171752] ppid=171733 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) S 171733 171741 171687 0 -1 4194368 4981 0 0 0 5 1 0 0 20 0 18 0 238889256 19384713216 13280 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238889258 19384713216 13280 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238889259 19384713216 13280 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53120 KiB

[startup+0.205764 s]*
/proc/loadavg: 1.31 2.85 3.71 12/334 171824
/proc/meminfo: memFree=128981216/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=18930384 memory=70592 CPUtime=0.28 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 7123 0 0 0 26 2 0 0 20 0 18 0 238889254 19384713216 17648 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4732596 17648 5433 1 0 548015 0
[pid=171741/tid=171752] ppid=171733 vsize=18930384 memory=4026990876 CPUtime=0.15 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) R 171733 171741 171687 0 -1 4194368 5268 0 0 0 14 1 0 0 20 0 18 0 238889256 19384713216 17648 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238889258 19384713216 17648 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238889259 19384713216 17648 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70592 KiB

[startup+0.305683 s]*
/proc/loadavg: 2.08 2.98 3.75 10/338 171828
/proc/meminfo: memFree=128724080/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=18996948 memory=116092 CPUtime=0.48 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 8733 0 0 0 44 4 0 0 20 0 19 0 238889254 19452874752 29023 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4749237 29023 5433 1 0 549346 0
[pid=171741/tid=171752] ppid=171733 vsize=18996948 memory=-8887681702585737916 CPUtime=0.22 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) R 171733 171741 171687 0 -1 4194368 5327 0 0 0 20 2 0 0 20 0 19 0 238889256 19452874752 29023 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238889258 19452874752 29023 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238889259 19452874752 29023 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171828] ppid=171733 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/171741/task/171828/stat : 171828 (Timer-0) S 171733 171741 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238889282 19452874752 29023 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 116092 KiB

[startup+0.700249 s]
/proc/loadavg: 2.08 2.98 3.75 9/338 171828
/proc/meminfo: memFree=128332568/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=18996948 memory=125844 CPUtime=1.24 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 9926 0 0 0 120 4 0 0 20 0 19 0 238889254 19452874752 31461 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4749237 31461 5433 1 0 550152 0
[pid=171741/tid=171752] ppid=171733 vsize=18996948 memory=27264 CPUtime=0.61 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) R 171733 171741 171687 0 -1 4194368 5334 0 0 0 58 3 0 0 20 0 19 0 238889256 19452874752 31461 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238889258 19452874752 31461 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238889259 19452874752 31461 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171828] ppid=171733 vsize=18996948 memory=4756 CPUtime=0 cores=4,6
/proc/171741/task/171828/stat : 171828 (Timer-0) S 171733 171741 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238889282 19452874752 31461 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 125844 KiB

[startup+1.50016 s]
/proc/loadavg: 2.08 2.98 3.75 6/339 171829
/proc/meminfo: memFree=126822976/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=18996948 memory=136216 CPUtime=2.12 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 10155 0 0 0 208 4 0 0 20 0 19 0 238889254 19452874752 34054 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4749237 34054 5433 1 0 550154 0
[pid=171741/tid=171752] ppid=171733 vsize=18996948 memory=0 CPUtime=1.41 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) R 171733 171741 171687 0 -1 4194368 5457 0 0 0 138 3 0 0 20 0 19 0 238889256 19452874752 34054 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238889258 19452874752 34054 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238889259 19452874752 34054 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171828] ppid=171733 vsize=18996948 memory=4756 CPUtime=0 cores=4,6
/proc/171741/task/171828/stat : 171828 (Timer-0) S 171733 171741 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238889282 19452874752 34054 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 2.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 136216 KiB

[startup+3.10551 s]
/proc/loadavg: 2.08 2.98 3.75 6/340 171830
/proc/meminfo: memFree=125241296/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=18996948 memory=157576 CPUtime=3.86 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 14470 0 0 0 381 5 0 0 20 0 19 0 238889254 19452874752 39394 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4749237 39394 5433 1 0 550316 0
[pid=171741/tid=171752] ppid=171733 vsize=18996948 memory=10752 CPUtime=3.01 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) R 171733 171741 171687 0 -1 4194368 6632 0 0 0 297 4 0 0 20 0 19 0 238889256 19452874752 39394 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=18996948 memory=-8960583721553797820 CPUtime=0 cores=4,6
/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238889258 19452874752 39394 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238889259 19452874752 39394 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171828] ppid=171733 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/171741/task/171828/stat : 171828 (Timer-0) S 171733 171741 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238889282 19452874752 39394 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 3.86 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157576 KiB

[startup+6.3002 s]
/proc/loadavg: 2.24 3.00 3.75 5/341 171831
/proc/meminfo: memFree=125155492/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=19063512 memory=185424 CPUtime=7.18 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 16018 0 0 0 712 6 0 0 20 0 20 0 238889254 19521036288 46356 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4765878 46356 5529 1 0 550618 0
[pid=171741/tid=171752] ppid=171733 vsize=19063512 memory=0 CPUtime=6.17 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) R 171733 171741 171687 0 -1 4194368 6673 0 0 0 613 4 0 0 20 0 20 0 238889256 19521036288 46356 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889258 19521036288 46356 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 46356 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171828] ppid=171733 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/171741/task/171828/stat : 171828 (Timer-0) S 171733 171741 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889282 19521036288 46356 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 7.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185424 KiB

[startup+12.7002 s]
/proc/loadavg: 2.38 3.02 3.75 5/342 171832
/proc/meminfo: memFree=125025712/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=19063512 memory=222936 CPUtime=13.78 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 22680 0 0 0 1370 8 0 0 20 0 20 0 238889254 19521036288 55734 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4765878 55734 5529 1 0 551751 0
[pid=171741/tid=171752] ppid=171733 vsize=19063512 memory=0 CPUtime=12.53 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) R 171733 171741 171687 0 -1 4194368 7353 0 0 0 1249 4 0 0 20 0 20 0 238889256 19521036288 55734 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889258 19521036288 55734 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 55734 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171828] ppid=171733 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/171741/task/171828/stat : 171828 (Timer-0) S 171733 171741 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889282 19521036288 55734 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 13.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 222936 KiB

[startup+25.5002 s]
/proc/loadavg: 2.71 3.06 3.76 5/342 171832
/proc/meminfo: memFree=124598720/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=19063512 memory=437380 CPUtime=26.82 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 27326 0 0 0 2670 12 0 0 20 0 20 0 238889254 19521036288 109345 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4765878 109345 5529 1 0 551751 0
[pid=171741/tid=171752] ppid=171733 vsize=19063512 memory=0 CPUtime=25.09 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) R 171733 171741 171687 0 -1 4194368 8241 0 0 0 2505 4 0 0 20 0 20 0 238889256 19521036288 109345 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889258 19521036288 109345 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=19063512 memory=185424 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 109345 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171828] ppid=171733 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/171741/task/171828/stat : 171828 (Timer-0) S 171733 171741 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889282 19521036288 109345 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 26.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 437380 KiB

[startup+51.1057 s]
/proc/loadavg: 3.28 3.17 3.78 5/343 171834
/proc/meminfo: memFree=124008236/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=19063512 memory=670960 CPUtime=52.61 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 29513 0 0 0 5245 16 0 0 20 0 20 0 238889254 19521036288 167740 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4765878 167740 5529 1 0 551751 0
[pid=171741/tid=171752] ppid=171733 vsize=19063512 memory=589016 CPUtime=50.42 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) R 171733 171741 171687 0 -1 4194368 8634 0 0 0 5038 4 0 0 20 0 20 0 238889256 19521036288 167740 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=19063512 memory=589016 CPUtime=0 cores=4,6

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

/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889258 19521036288 1357478 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=19063512 memory=27264 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 1942 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 1357478 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171828] ppid=171733 vsize=19063512 memory=-7664984345381395831 CPUtime=0 cores=4,6
/proc/171741/task/171828/stat : 171828 (Timer-0) S 171733 171741 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889282 19521036288 1357478 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 3181.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5429912 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/339 172002
/proc/meminfo: memFree=109025772/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=19063512 memory=5429912 CPUtime=3242.04 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 146969 0 0 0 324012 192 0 0 20 0 20 0 238889254 19521036288 1357478 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4765878 1357478 5529 1 0 1476340 0
[pid=171741/tid=171752] ppid=171733 vsize=19063512 memory=5429912 CPUtime=3195.99 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) R 171733 171741 171687 0 -1 4194368 56376 0 0 0 319553 46 0 0 20 0 20 0 238889256 19521036288 1357478 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889258 19521036288 1357478 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=19063512 memory=5429912 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 1945 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 1357478 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171828] ppid=171733 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/171741/task/171828/stat : 171828 (Timer-0) S 171733 171741 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889282 19521036288 1357478 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 3242.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5429912 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.14 4.10 5/339 172004
/proc/meminfo: memFree=108819200/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=19063512 memory=5549204 CPUtime=3302.51 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 150098 0 0 0 330055 196 0 0 20 0 20 0 238889254 19521036288 1387301 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4765878 1387301 5529 1 0 1476340 0
[pid=171741/tid=171752] ppid=171733 vsize=19063512 memory=5549204 CPUtime=3255.27 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) R 171733 171741 171687 0 -1 4194368 58272 0 0 0 325481 46 0 0 20 0 20 0 238889256 19521036288 1387301 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=19063512 memory=5549204 CPUtime=0 cores=4,6
/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889258 19521036288 1387301 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=19063512 memory=5549204 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 1946 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 1387301 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171828] ppid=171733 vsize=19063512 memory=5431960 CPUtime=0 cores=4,6
/proc/171741/task/171828/stat : 171828 (Timer-0) S 171733 171741 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889282 19521036288 1387301 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 3302.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5549204 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/340 172013
/proc/meminfo: memFree=108265660/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=19063512 memory=6101700 CPUtime=3364.96 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 155755 0 0 0 336285 211 0 0 20 0 20 0 238889254 19521036288 1525425 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4765878 1525425 5529 1 0 1925459 0
[pid=171741/tid=171752] ppid=171733 vsize=19063512 memory=5431960 CPUtime=3314.65 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) R 171733 171741 171687 0 -1 4194368 59579 0 0 0 331412 53 0 0 20 0 20 0 238889256 19521036288 1525425 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=19063512 memory=27264 CPUtime=0 cores=4,6
/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889258 19521036288 1525425 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=19063512 memory=6101700 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 1977 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 1525425 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171828] ppid=171733 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/171741/task/171828/stat : 171828 (Timer-0) S 171733 171741 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889282 19521036288 1525425 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 3364.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6101700 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.15 4.10 5/340 172015
/proc/meminfo: memFree=108208484/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=19063512 memory=6159180 CPUtime=3425.53 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 159022 0 0 0 342340 213 0 0 20 0 20 0 238889254 19521036288 1539795 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4765878 1539795 5529 1 0 1925459 0
[pid=171741/tid=171752] ppid=171733 vsize=19063512 memory=27264 CPUtime=3373.82 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) R 171733 171741 171687 0 -1 4194368 61010 0 0 0 337329 53 0 0 20 0 20 0 238889256 19521036288 1539795 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=19063512 memory=6101700 CPUtime=0 cores=4,6
/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889258 19521036288 1539795 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 2038 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 1539795 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171828] ppid=171733 vsize=19063512 memory=27264 CPUtime=0 cores=4,6
/proc/171741/task/171828/stat : 171828 (Timer-0) S 171733 171741 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889282 19521036288 1539795 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 3425.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6159180 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.15 4.10 5/339 172017
/proc/meminfo: memFree=108210352/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=19063512 memory=6159180 CPUtime=3485.9 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 162377 0 0 0 348376 214 0 0 20 0 20 0 238889254 19521036288 1539795 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4765878 1539795 5529 1 0 1925459 0
[pid=171741/tid=171752] ppid=171733 vsize=19063512 memory=27264 CPUtime=3433.14 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) R 171733 171741 171687 0 -1 4194368 62652 0 0 0 343261 53 0 0 20 0 20 0 238889256 19521036288 1539795 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=19063512 memory=6101700 CPUtime=0 cores=4,6
/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889258 19521036288 1539795 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 2038 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 1539795 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171828] ppid=171733 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/171741/task/171828/stat : 171828 (Timer-0) S 171733 171741 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889282 19521036288 1539795 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 3485.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6159180 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.15 4.10 5/339 172019
/proc/meminfo: memFree=108210648/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=19063512 memory=6159180 CPUtime=3546.05 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 164243 0 0 0 354389 216 0 0 20 0 20 0 238889254 19521036288 1539795 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4765878 1539795 5529 1 0 1925459 0
[pid=171741/tid=171752] ppid=171733 vsize=19063512 memory=6159180 CPUtime=3492.73 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) R 171733 171741 171687 0 -1 4194368 63197 0 0 0 349220 53 0 0 20 0 20 0 238889256 19521036288 1539795 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889258 19521036288 1539795 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=19063512 memory=6159180 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 2095 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 1539795 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171828] ppid=171733 vsize=19063512 memory=6159180 CPUtime=0 cores=4,6
/proc/171741/task/171828/stat : 171828 (Timer-0) S 171733 171741 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889282 19521036288 1539795 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 3546.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6159180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3575.9 s]
/proc/loadavg: 4.15 4.14 4.10 5/339 172021
/proc/meminfo: memFree=108210204/131249996 swapFree=33010672/33010684
[pid=171741] ppid=171733 vsize=19063512 memory=6159308 CPUtime=3600.03 cores=4,6
/proc/171741/stat : 171741 (java) S 171733 171741 171687 0 -1 4194304 166366 0 0 0 359786 217 0 0 20 0 20 0 238889254 19521036288 1539827 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
/proc/171741/statm: 4765878 1539827 5529 1 0 1925459 0
[pid=171741/tid=171752] ppid=171733 vsize=19063512 memory=1920 CPUtime=3545.73 cores=4,6
/proc/171741/task/171752/stat : 171752 (java) R 171733 171741 171687 0 -1 4194368 64688 0 0 0 354520 53 0 0 20 0 20 0 238889256 19521036288 1539827 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171776] ppid=171733 vsize=19063512 memory=6159308 CPUtime=0 cores=4,6
/proc/171741/task/171776/stat : 171776 (Finalizer) S 171733 171741 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238889258 19521036288 1539827 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171786] ppid=171733 vsize=19063512 memory=6159308 CPUtime=0 cores=4,6
/proc/171741/task/171786/stat : 171786 (Common-Cleaner) S 171733 171741 171687 0 -1 4194368 2136 0 0 0 0 0 0 0 20 0 20 0 238889259 19521036288 1539827 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
[pid=171741/tid=171828] ppid=171733 vsize=19063512 memory=6159308 CPUtime=0 cores=4,6
/proc/171741/task/171828/stat : 171828 (Timer-0) S 171733 171741 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238889282 19521036288 1539827 18446744073709551615 94895602921472 94895602925168 140730245531264 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94895602932984 94895602933776 94895626002432 140730245540223 140730245540324 140730245540324 140730245545928 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6159308 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.99 s, system=2.19813 s

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

[startup+3576 s]*
/proc/loadavg: 4.22 4.16 4.10 5/321 172024
/proc/meminfo: memFree=114336492/131249996 swapFree=33010672/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): 3576.01
CPU time (s): 3600.19
CPU user time (s): 3597.99
CPU system time (s): 2.19813
CPU usage (%): 100.676
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 6159308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.99
system time used= 2.19813
maximum resident set size= 6160204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168580
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112974
involuntary context switches= 4893


# summary of solver processes directly reported to runsolver:
#   pid: 171741
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.99
#   total CPU system time (s): 2.19813

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.36114 second user time and 17.1001 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 02:55:14
IDJOB=4543875
IDBENCH=174711
IDSOLVER=3363
FILE ID=nodeC024/4543875-1753232113
RUNJOBID= nodeC024-1753232113-171698
SLURM_JOB_ID= 9687842
Free space on /tmp= 433040 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v2_06_048.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543875-1753232113/watcher-4543875-1753232113 -o /tmp/evaluation-result-4543875-1753232113/solver-4543875-1753232113 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171698 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4543875-1753232113.opb

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

MD5SUM BENCH= 811cfd97c10a3de621f587d4e9818911
RANDOM SEED=2005976652

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129139656 kB
MemAvailable:   129702756 kB
Buffers:            2128 kB
Cached:          1324840 kB
SwapCached:            8 kB
Active:          1203020 kB
Inactive:         197624 kB
Active(anon):      98340 kB
Inactive(anon):     1588 kB
Active(file):    1104680 kB
Inactive(file):   196036 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5516 kB
Writeback:             0 kB
AnonPages:         73708 kB
Mapped:           108764 kB
Shmem:             26248 kB
KReclaimable:     202848 kB
Slab:             299004 kB
SReclaimable:     202848 kB
SUnreclaim:        96156 kB
KernelStack:        4084 kB
PageTables:         2984 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     357896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC024 at 2025-07-23 03:54:50