Trace number 4523984

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.2 3551.03

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-AztecDiamondSym-mini-07_c24.opb
MD5SUM7b7d352a7105ac7993395b7f6c3b04bc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark306
Best CPU time to get the best result obtained on this benchmark72000.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35169
Total number of constraints28729
Number of constraints which are clauses6441
Number of constraints which are cardinality constraints (but not clauses)112
Number of constraints which are nor clauses,nor cardinality constraints22176
Minimum length of a constraint1
Maximum length of a constraint224
Number of terms in the objective function 216
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 2268
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 55
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 2268
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4523984-1751609394.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  objective function found
0.70/0.42	c ... done. Wall clock time 0.285s.
0.70/0.42	c declared #vars     35169
0.70/0.42	c #constraints  28953
0.70/0.42	c constraints type 
0.70/0.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6272
0.70/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 112
0.70/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22288
0.70/0.42	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.70/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 280
0.70/0.42	c 28953 constraints processed.
0.70/0.44	c objective function length is 216 literals
5.34/3.89	c cleaning 2479 clauses out of 5004 with flag 48870/5004
9.25/7.19	c cleaning 4246 clauses out of 8523 with flag 103630/11002
13.82/11.55	c cleaning 5617 clauses out of 11276 with flag 182435/18001
18.79/16.48	c cleaning 6824 clauses out of 13658 with flag 298263/26000
24.68/22.21	c cleaning 7873 clauses out of 15834 with flag 466828/35000
31.06/28.42	c cleaning 8974 clauses out of 17961 with flag 667572/45000
37.54/34.84	c cleaning 9892 clauses out of 19990 with flag 898459/56003
49.00/45.98	c cleaning 11013 clauses out of 22095 with flag 1145120/68000
65.45/61.60	c cleaning 12015 clauses out of 24082 with flag 1487208/81000
87.61/83.31	c cleaning 13013 clauses out of 26069 with flag 1892626/95002
112.70/107.37	c cleaning 14010 clauses out of 28057 with flag 2276139/110003
142.37/136.38	c cleaning 14994 clauses out of 30044 with flag 2740036/126000
176.72/169.06	c cleaning 16000 clauses out of 32053 with flag 3150033/143003
205.61/197.27	c cleaning 17003 clauses out of 34050 with flag 3584431/161000
237.85/228.86	c cleaning 18003 clauses out of 36048 with flag 4060321/180001
269.57/259.30	c cleaning 19002 clauses out of 38044 with flag 4641058/200000
307.31/296.28	c cleaning 19996 clauses out of 40042 with flag 5242629/221000
361.60/349.60	c cleaning 21000 clauses out of 42046 with flag 5896645/243000
411.02/396.98	c cleaning 22001 clauses out of 44049 with flag 6529716/266003
469.75/454.64	c cleaning 22998 clauses out of 46046 with flag 7250575/290001
520.94/504.94	c cleaning 24002 clauses out of 48049 with flag 7962388/315002
575.63/558.84	c cleaning 25000 clauses out of 50046 with flag 8695772/341001
631.41/611.56	c cleaning 26004 clauses out of 52056 with flag 9435767/368011
675.56/654.99	c cleaning 27019 clauses out of 54043 with flag 10147655/396002
711.01/690.16	c cleaning 28007 clauses out of 56022 with flag 11276579/425000
750.57/729.44	c cleaning 28897 clauses out of 58015 with flag 12820733/455000
786.98/765.57	c cleaning 29911 clauses out of 60119 with flag 14481234/486001
825.24/803.03	c cleaning 30919 clauses out of 62207 with flag 16294883/518000
865.86/843.34	c cleaning 31874 clauses out of 64288 with flag 18295818/551000
907.12/884.37	c cleaning 32960 clauses out of 66414 with flag 20396788/585000
951.25/928.23	c cleaning 34016 clauses out of 68454 with flag 22611198/620000
996.23/972.68	c cleaning 34946 clauses out of 70438 with flag 24924226/656000
1043.89/1020.01	c cleaning 36228 clauses out of 72492 with flag 27473945/693000
1088.92/1064.44	c cleaning 37027 clauses out of 74264 with flag 29681021/731000
1139.86/1115.16	c cleaning 37834 clauses out of 76237 with flag 32371155/770000
1195.60/1169.68	c cleaning 38973 clauses out of 78403 with flag 35256875/810000
1252.77/1226.52	c cleaning 39902 clauses out of 80431 with flag 38256013/851001
1310.12/1283.23	c cleaning 41083 clauses out of 82528 with flag 41263542/893000
1369.08/1341.96	c cleaning 42215 clauses out of 84447 with flag 44268998/936002
1428.14/1400.35	c cleaning 42785 clauses out of 86230 with flag 47359357/980000
1492.99/1464.58	c cleaning 43885 clauses out of 88447 with flag 50788721/1025002
1564.09/1535.06	c cleaning 44947 clauses out of 90562 with flag 54501885/1071002
1637.52/1607.88	c cleaning 46241 clauses out of 92614 with flag 58310016/1118001
1709.65/1679.32	c cleaning 46944 clauses out of 94372 with flag 61797447/1166000
1790.77/1759.85	c cleaning 47985 clauses out of 96428 with flag 65872798/1215000
1869.40/1837.81	c cleaning 49017 clauses out of 98443 with flag 69784927/1265000
1955.80/1922.67	c cleaning 49890 clauses out of 100426 with flag 73993584/1316000
2047.66/2013.59	c cleaning 50920 clauses out of 102536 with flag 78569361/1368000
2133.12/2098.68	c cleaning 51964 clauses out of 104618 with flag 82600251/1421002
2228.20/2192.76	c cleaning 53296 clauses out of 106652 with flag 87279028/1475000
2323.95/2287.56	c cleaning 53917 clauses out of 108356 with flag 91461913/1530000
2425.79/2388.49	c cleaning 55002 clauses out of 110439 with flag 96260023/1586000
2568.62/2529.30	c cleaning 56211 clauses out of 112440 with flag 98969169/1643003
2683.93/2643.73	c cleaning 56760 clauses out of 114226 with flag 103735269/1701000
2793.55/2751.30	c cleaning 57833 clauses out of 116466 with flag 108814262/1760000
2903.01/2859.88	c cleaning 59111 clauses out of 118633 with flag 113918147/1820000
3014.93/2970.80	c cleaning 60262 clauses out of 120523 with flag 118969835/1881001
3124.31/3079.23	c cleaning 60792 clauses out of 122261 with flag 123834027/1943001
3249.25/3203.24	c cleaning 61863 clauses out of 124471 with flag 129179090/2006003
3367.20/3320.34	c cleaning 63027 clauses out of 126610 with flag 134347686/2070005
3490.55/3442.32	c cleaning 64257 clauses out of 128580 with flag 139669302/2135002
3600.04/3550.91	c starts		: 25414
3600.04/3550.91	c timeout
3600.04/3550.92	c conflicts		: 2194950
3600.04/3550.92	c decisions		: 290502118
3600.04/3550.92	c propagations		: 2162609434
3600.04/3550.92	c inspects		: 13198427925
3600.04/3550.92	c shortcuts		: 0
3600.04/3550.92	c learnt literals	: 0
3600.04/3550.92	c learnt binary clauses	: 7
3600.04/3550.92	c learnt ternary clauses	: 173
3600.04/3550.92	c learnt constraints	: 2194950
3600.04/3550.92	c ignored constraints	: 0
3600.04/3550.92	c root simplifications	: 0
3600.04/3550.92	c removed literals (reason simplification)	: 7896155
3600.04/3550.92	c reason swapping (by a shorter reason)	: 0
3600.04/3550.92	c Calls to reduceDB	: 61
3600.04/3550.92	c Number of update (reduction) of LBD	: 2043390
3600.04/3550.92	c Imported unit clauses	: 0
3600.04/3550.92	c No decision after first conflict	: false
3600.04/3550.92	c number of reductions to clauses (during analyze)	: 0
3600.04/3550.92	c number of learned constraints concerned by reduction	: 0
3600.04/3550.92	c number of learning phase by resolution	: 0
3600.04/3550.92	c number of learning phase by cutting planes	: 0
3600.04/3550.92	c number of rounding to 1 operations	: 0
3600.04/3550.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3550.92	c number of reductions of the coefficients by power 2 	: 0
3600.04/3550.92	c number of right shift for reduction by power 2 	: 0
3600.04/3550.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3550.92	c number of ending skipping 	: 0
3600.04/3550.92	c number of internal skipping 	: 0
3600.04/3550.92	c number of derivation steps 	: 0
3600.04/3550.92	c number of skipped derivation steps 	: 0
3600.04/3550.92	c number of remaining unassigned 	: 0
3600.04/3550.92	c number of remaining assigned 	: 0
3600.04/3550.92	c number of falsified literals weakened from reason	: 0
3600.04/3550.92	c number of falsified literals weakened from conflict	: 0
3600.04/3550.92	c time for arithmetic operations	: 0
3600.04/3550.92	c minimum degree of deleted constraints	: null
3600.04/3550.93	c maximum degree of deleted constraints	: null
3600.04/3550.93	c number of deleted constraints	: 0
3600.04/3550.93	c speed (assignments/second)	: 609104.0846354122
3600.04/3550.93	c non guided choices	: 507091
3600.04/3550.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 124264
3600.04/3550.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 7
3600.04/3550.98	s UNKNOWN
3600.04/3550.98	c Total wall clock time (in seconds): 3550.841

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61895 MiB free)
  memory of node 1: 64465 MiB (62835 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523984-1751609394/watcher-4523984-1751609394 -o /tmp/evaluation-result-4523984-1751609394/solver-4523984-1751609394 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751609394-86975 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4523984-1751609394.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=87001, runsolver pid=86998

[startup+0.10006 s]*
/proc/loadavg: 2.04 2.32 2.90 5/273 87019
/proc/meminfo: memFree=127672908/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=18930384 memory=57688 CPUtime=0.12 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 6556 0 0 0 11 1 0 0 20 0 18 0 76561902 19384713216 14422 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4732596 14422 5337 1 0 547604 0
[pid=87001/tid=87003] ppid=86998 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 5054 0 0 0 7 1 0 0 20 0 18 0 76561903 19384713216 14422 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76561905 19384713216 14422 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=18930384 memory=60684515937227 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 76561906 19384713216 14422 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57688 KiB

[startup+0.205715 s]*
/proc/loadavg: 2.04 2.32 2.90 7/269 87019
/proc/meminfo: memFree=127648968/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=18930384 memory=70364 CPUtime=0.31 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 7058 0 0 0 29 2 0 0 20 0 18 0 76561902 19384713216 17591 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4732596 17591 5433 1 0 547928 0
[pid=87001/tid=87003] ppid=86998 vsize=18930384 memory=4026806961 CPUtime=0.16 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 5282 0 0 0 15 1 0 0 20 0 18 0 76561903 19384713216 17591 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=18930384 memory=241390861773 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76561905 19384713216 17591 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=18930384 memory=3958 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 76561906 19384713216 17591 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70364 KiB

[startup+0.305504 s]*
/proc/loadavg: 2.04 2.32 2.90 6/280 87036
/proc/meminfo: memFree=127590196/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=18930384 memory=125564 CPUtime=0.5 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 8544 0 0 0 47 3 0 0 20 0 18 0 76561902 19384713216 31391 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4732596 31391 5433 1 0 548945 0
[pid=87001/tid=87003] ppid=86998 vsize=18930384 memory=3054156467844169813 CPUtime=0.25 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 5309 0 0 0 23 2 0 0 20 0 18 0 76561903 19384713216 31391 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=18930384 memory=-6000919485642073447 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76561905 19384713216 31391 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 76561906 19384713216 31391 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 125564 KiB

[startup+0.700205 s]
/proc/loadavg: 2.04 2.32 2.90 7/313 87075
/proc/meminfo: memFree=127454204/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=19063512 memory=170344 CPUtime=1.27 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 10835 0 0 0 121 6 0 0 20 0 20 0 76561902 19521036288 42586 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4765878 42586 5529 1 0 551097 0
[pid=87001/tid=87003] ppid=86998 vsize=19063512 memory=18816 CPUtime=0.59 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 5421 0 0 0 56 3 0 0 20 0 20 0 76561903 19521036288 42586 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561905 19521036288 42586 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76561906 19521036288 42586 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87075] ppid=86998 vsize=19063512 memory=21872 CPUtime=0 cores=1,3
/proc/87001/task/87075/stat : 87075 (Timer-0) S 86998 87001 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76561947 19521036288 42586 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170344 KiB

[startup+1.50024 s]
/proc/loadavg: 2.04 2.32 2.90 10/337 87104
/proc/meminfo: memFree=127021848/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=19063512 memory=182856 CPUtime=2.66 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 21099 0 0 0 259 7 0 0 20 0 20 0 76561902 19521036288 45714 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4765878 45714 5529 1 0 554431 0
[pid=87001/tid=87003] ppid=86998 vsize=19063512 memory=0 CPUtime=1.38 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 5559 0 0 0 135 3 0 0 20 0 20 0 76561903 19521036288 45714 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561905 19521036288 45714 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76561906 19521036288 45714 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87075] ppid=86998 vsize=19063512 memory=21872 CPUtime=0 cores=1,3
/proc/87001/task/87075/stat : 87075 (Timer-0) S 86998 87001 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76561947 19521036288 45714 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182856 KiB

[startup+3.10561 s]
/proc/loadavg: 2.04 2.32 2.90 5/339 87106
/proc/meminfo: memFree=125139204/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=19063512 memory=228264 CPUtime=4.33 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 22092 0 0 0 424 9 0 0 20 0 20 0 76561902 19521036288 57066 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4765878 57066 5529 1 0 554433 0
[pid=87001/tid=87003] ppid=86998 vsize=19063512 memory=10752 CPUtime=2.93 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 5857 0 0 0 290 3 0 0 20 0 20 0 76561903 19521036288 57066 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=19063512 memory=-6000919472639141479 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561905 19521036288 57066 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 76561906 19521036288 57066 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87075] ppid=86998 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/87001/task/87075/stat : 87075 (Timer-0) S 86998 87001 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76561947 19521036288 57066 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 4.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 228264 KiB

[startup+6.30023 s]
/proc/loadavg: 2.28 2.36 2.91 5/341 87108
/proc/meminfo: memFree=123819912/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=19063512 memory=397148 CPUtime=8.3 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 26707 0 0 0 817 13 0 0 20 0 20 0 76561902 19521036288 99287 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4765878 99287 5561 1 0 555076 0
[pid=87001/tid=87003] ppid=86998 vsize=19063512 memory=2764 CPUtime=5.97 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 6864 0 0 0 594 3 0 0 20 0 20 0 76561903 19521036288 99287 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561905 19521036288 99287 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 76561906 19521036288 99287 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87075] ppid=86998 vsize=19063512 memory=182856 CPUtime=0 cores=1,3
/proc/87001/task/87075/stat : 87075 (Timer-0) S 86998 87001 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76561947 19521036288 99287 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 8.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 397148 KiB

[startup+12.7002 s]
/proc/loadavg: 2.41 2.39 2.92 5/342 87109
/proc/meminfo: memFree=123290036/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=19063512 memory=703716 CPUtime=15.01 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 27785 0 0 0 1482 19 0 0 20 0 20 0 76561902 19521036288 175929 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4765878 175929 5561 1 0 695017 0
[pid=87001/tid=87003] ppid=86998 vsize=19063512 memory=182856 CPUtime=12.17 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 7215 0 0 0 1212 5 0 0 20 0 20 0 76561903 19521036288 175929 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561905 19521036288 175929 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=19063512 memory=703716 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 76561906 19521036288 175929 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87075] ppid=86998 vsize=19063512 memory=18816 CPUtime=0 cores=1,3
/proc/87001/task/87075/stat : 87075 (Timer-0) S 86998 87001 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76561947 19521036288 175929 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 15.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 703716 KiB

[startup+25.5002 s]
/proc/loadavg: 2.84 2.49 2.94 5/342 87109
/proc/meminfo: memFree=121794304/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=19063512 memory=1035624 CPUtime=28.07 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 30957 0 0 0 2781 26 0 0 20 0 20 0 76561902 19521036288 258906 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4765878 258906 5561 1 0 695038 0
[pid=87001/tid=87003] ppid=86998 vsize=19063512 memory=761112 CPUtime=24.65 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 8518 0 0 0 2459 6 0 0 20 0 20 0 76561903 19521036288 258906 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=19063512 memory=826664 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561905 19521036288 258906 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 76561906 19521036288 258906 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87075] ppid=86998 vsize=19063512 memory=182856 CPUtime=0 cores=1,3
/proc/87001/task/87075/stat : 87075 (Timer-0) S 86998 87001 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76561947 19521036288 258906 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 28.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1035624 KiB

[startup+51.1057 s]
/proc/loadavg: 3.29 2.63 2.98 5/341 87111
/proc/meminfo: memFree=119078608/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=19063512 memory=2178600 CPUtime=54.7 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 43541 0 0 0 5421 49 0 0 20 0 20 0 76561902 19521036288 544650 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4765878 544650 5561 1 0 829506 0
[pid=87001/tid=87003] ppid=86998 vsize=19063512 memory=182856 CPUtime=49.32 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 10202 0 0 0 4923 9 0 0 20 0 20 0 76561903 19521036288 544650 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=19063512 memory=18816 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561905 19521036288 544650 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=19063512 memory=1993384 CPUtime=0 cores=1,3

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

/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561905 19521036288 3520098 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 1024 0 0 0 0 0 0 0 20 0 20 0 76561906 19521036288 3520098 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87075] ppid=86998 vsize=19063512 memory=14080392 CPUtime=0 cores=1,3
/proc/87001/task/87075/stat : 87075 (Timer-0) S 86998 87001 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76561947 19521036288 3520098 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 3207.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14080392 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.26 4.39 5/339 87466
/proc/meminfo: memFree=89589840/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=19063512 memory=14082488 CPUtime=3268.84 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 290405 0 0 0 326496 388 0 0 20 0 20 0 76561902 19521036288 3520622 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4765878 3520622 5561 1 0 4090006 0
[pid=87001/tid=87003] ppid=86998 vsize=19063512 memory=-6000919472639141479 CPUtime=3170.57 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 166693 0 0 0 316979 78 0 0 20 0 20 0 76561903 19521036288 3520622 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561905 19521036288 3520622 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=19063512 memory=14080392 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 1045 0 0 0 0 0 0 0 20 0 20 0 76561906 19521036288 3520622 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87075] ppid=86998 vsize=19063512 memory=-6000919472639141479 CPUtime=0 cores=1,3
/proc/87001/task/87075/stat : 87075 (Timer-0) S 86998 87001 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76561947 19521036288 3520622 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 3268.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14082488 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.26 4.38 5/339 87468
/proc/meminfo: memFree=88508484/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=19063512 memory=14084584 CPUtime=3329.29 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 295235 0 0 0 332539 390 0 0 20 0 20 0 76561902 19521036288 3521146 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4765878 3521146 5561 1 0 4090006 0
[pid=87001/tid=87003] ppid=86998 vsize=19063512 memory=14082488 CPUtime=3229.84 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 170243 0 0 0 322906 78 0 0 20 0 20 0 76561903 19521036288 3521146 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=19063512 memory=14082488 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561905 19521036288 3521146 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=19063512 memory=14082488 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 1045 0 0 0 0 0 0 0 20 0 20 0 76561906 19521036288 3521146 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87075] ppid=86998 vsize=19063512 memory=14082488 CPUtime=0 cores=1,3
/proc/87001/task/87075/stat : 87075 (Timer-0) S 86998 87001 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76561947 19521036288 3521146 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 3329.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14084584 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.26 4.37 5/339 87470
/proc/meminfo: memFree=87415368/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=19063512 memory=14084584 CPUtime=3389.66 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 299507 0 0 0 338574 392 0 0 20 0 20 0 76561902 19521036288 3521146 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4765878 3521146 5561 1 0 4090006 0
[pid=87001/tid=87003] ppid=86998 vsize=19063512 memory=14084584 CPUtime=3289.2 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 173292 0 0 0 328841 79 0 0 20 0 20 0 76561903 19521036288 3521146 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=19063512 memory=14084584 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561905 19521036288 3521146 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=19063512 memory=46208 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 1072 0 0 0 0 0 0 0 20 0 20 0 76561906 19521036288 3521146 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87075] ppid=86998 vsize=19063512 memory=4426646601046060706 CPUtime=0 cores=1,3
/proc/87001/task/87075/stat : 87075 (Timer-0) S 86998 87001 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76561947 19521036288 3521146 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 3389.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14084584 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.22 4.35 5/340 87473
/proc/meminfo: memFree=87337216/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=19063512 memory=14086632 CPUtime=3450.08 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 304034 0 0 0 344614 394 0 0 20 0 20 0 76561902 19521036288 3521658 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4765878 3521658 5561 1 0 4090006 0
[pid=87001/tid=87003] ppid=86998 vsize=19063512 memory=14084584 CPUtime=3348.45 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 177387 0 0 0 334766 79 0 0 20 0 20 0 76561903 19521036288 3521658 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=19063512 memory=14084584 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561905 19521036288 3521658 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 1084 0 0 0 0 0 0 0 20 0 20 0 76561906 19521036288 3521658 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87075] ppid=86998 vsize=19063512 memory=14086632 CPUtime=0 cores=1,3
/proc/87001/task/87075/stat : 87075 (Timer-0) S 86998 87001 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76561947 19521036288 3521658 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 3450.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14086632 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.21 4.34 5/341 87478
/proc/meminfo: memFree=87283876/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=19063512 memory=14088680 CPUtime=3510.51 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 309702 0 0 0 350655 396 0 0 20 0 20 0 76561902 19521036288 3522170 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4765878 3522170 5561 1 0 4090006 0
[pid=87001/tid=87003] ppid=86998 vsize=19063512 memory=14084584 CPUtime=3407.7 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 181875 0 0 0 340690 80 0 0 20 0 20 0 76561903 19521036288 3522170 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=19063512 memory=14086632 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561905 19521036288 3522170 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=19063512 memory=18816 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 1122 0 0 0 0 0 0 0 20 0 20 0 76561906 19521036288 3522170 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87075] ppid=86998 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/87001/task/87075/stat : 87075 (Timer-0) S 86998 87001 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76561947 19521036288 3522170 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 3510.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14088680 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.23 4.34 5/341 87484
/proc/meminfo: memFree=87259340/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=19063512 memory=14092776 CPUtime=3570.92 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 314669 0 0 0 356694 398 0 0 20 0 20 0 76561902 19521036288 3523194 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4765878 3523194 5561 1 0 4090006 0
[pid=87001/tid=87003] ppid=86998 vsize=19063512 memory=14088680 CPUtime=3467 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 185437 0 0 0 346619 81 0 0 20 0 20 0 76561903 19521036288 3523194 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=19063512 memory=14092776 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561905 19521036288 3523194 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=19063512 memory=14092776 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 1162 0 0 0 0 0 0 0 20 0 20 0 76561906 19521036288 3523194 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87075] ppid=86998 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/87001/task/87075/stat : 87075 (Timer-0) S 86998 87001 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76561947 19521036288 3523194 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 3570.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14092776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3550.9 s]
/proc/loadavg: 4.24 4.22 4.33 5/341 87552
/proc/meminfo: memFree=98704360/131250000 swapFree=33010684/33010684
[pid=87001] ppid=86998 vsize=19063512 memory=14092776 CPUtime=3600.04 cores=1,3
/proc/87001/stat : 87001 (java) S 86998 87001 86719 0 -1 4194304 318572 0 0 0 359605 399 0 0 20 0 20 0 76561902 19521036288 3523194 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
/proc/87001/statm: 4765878 3523194 5561 1 0 4090006 0
[pid=87001/tid=87003] ppid=86998 vsize=19063512 memory=14092776 CPUtime=3494.94 cores=1,3
/proc/87001/task/87003/stat : 87003 (java) R 86998 87001 86719 0 -1 4194368 187835 0 0 0 349413 81 0 0 20 0 20 0 76561903 19521036288 3523194 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87012] ppid=86998 vsize=19063512 memory=14092776 CPUtime=0 cores=1,3
/proc/87001/task/87012/stat : 87012 (Finalizer) S 86998 87001 86719 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76561905 19521036288 3523194 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87019] ppid=86998 vsize=19063512 memory=14092776 CPUtime=0 cores=1,3
/proc/87001/task/87019/stat : 87019 (Common-Cleaner) S 86998 87001 86719 0 -1 4194368 1163 0 0 0 0 0 0 0 20 0 20 0 76561906 19521036288 3523194 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
[pid=87001/tid=87075] ppid=86998 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/87001/task/87075/stat : 87075 (Timer-0) S 86998 87001 86719 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76561947 19521036288 3523194 18446744073709551615 94068661190656 94068661194352 140722364637872 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068661202168 94068661202960 94068682956800 140722364639617 140722364639718 140722364639718 140722364645320 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14092776 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.17 s, system=4.03454 s

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

[startup+3551.01 s]*
/proc/loadavg: 4.24 4.22 4.33 5/323 87555
/proc/meminfo: memFree=102899092/131250000 swapFree=33010684/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): 3551.03
CPU time (s): 3600.2
CPU user time (s): 3596.17
CPU system time (s): 4.03454
CPU usage (%): 101.385
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 14092776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.17
system time used= 4.03454
maximum resident set size= 14093672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320272
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111472
involuntary context switches= 9795


# summary of solver processes directly reported to runsolver:
#   pid: 87001
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3596.17
#   total CPU system time (s): 4.03454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.74917 second user time and 15.6784 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-04 08:09:54
IDJOB=4523984
IDBENCH=180463
IDSOLVER=3363
FILE ID=nodeC028/4523984-1751609394
RUNJOBID= nodeC028-1751609394-86975
SLURM_JOB_ID= 9598897
Free space on /tmp= 431468 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-AztecDiamondSym-mini-07_c24.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523984-1751609394/watcher-4523984-1751609394 -o /tmp/evaluation-result-4523984-1751609394/solver-4523984-1751609394 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751609394-86975 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4523984-1751609394.opb

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

MD5SUM BENCH= 7b7d352a7105ac7993395b7f6c3b04bc
RANDOM SEED=1865942823

nodeC028 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		: 3600.966
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	: 7000.16
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		: 3601.209
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.081
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	: 7000.16
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		: 3600.086
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.106
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	: 7000.16
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		: 3600.066
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	: 7000.16
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		: 3616.691
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	: 7000.16
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.241
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127736820 kB
MemAvailable:   129690440 kB
Buffers:            3280 kB
Cached:          2754552 kB
SwapCached:            0 kB
Active:           401712 kB
Inactive:        2445312 kB
Active(anon):     107260 kB
Inactive(anon):        0 kB
Active(file):     294452 kB
Inactive(file):  2445312 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18848 kB
Writeback:             4 kB
AnonPages:         92260 kB
Mapped:           103960 kB
Shmem:             18068 kB
KReclaimable:     106188 kB
Slab:             196084 kB
SReclaimable:     106188 kB
SUnreclaim:        89896 kB
KernelStack:        4144 kB
PageTables:         2912 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     357572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431472 MiB
End job on nodeC028 at 2025-07-04 09:09:05