Trace number 4485512

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.23 3599.42

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-biella1.opb
MD5SUM544c048089694b51508f2abafcc5af71
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 benchmark34229441638400
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42650
Total number of constraints1202
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1202
Minimum length of a constraint38
Maximum length of a constraint42650
Number of terms in the objective function 42650
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 4779625155602030321168
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 4779727555602030321168
Number of bits of the biggest sum of numbers73
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.17	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.21	c Free memory 		2104792832
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2113929216
0.12/0.21	c Number of processors 	2
0.32/0.31	c Pseudo Boolean Optimization by upper bound
0.32/0.31	c --- Begin Solver configuration ---
0.32/0.31	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.32/0.31	c Learn all clauses as in MiniSAT
0.32/0.31	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.32/0.31	c Expensive reason simplification
0.32/0.31	c Glucose 2.1 dynamic restart strategy
0.32/0.31	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.32/0.31	c timeout=2147483s
0.32/0.31	c DB Simplification allowed=false
0.32/0.31	c Listener: none
0.32/0.31	c --- End Solver configuration ---
0.32/0.31	c solving HOME/instance-4485512-1751297695.opb
0.32/0.31	c reading problem ... 
0.32/0.32	c  objective function found
1.96/1.17	c ... done. Wall clock time 0.853s.
1.96/1.17	c declared #vars     42650
1.96/1.17	c #constraints  2399
1.96/1.17	c constraints type 
1.96/1.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.96/1.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2398
1.96/1.17	c 2399 constraints processed.
1.96/1.19	c objective function length is 42650 literals
7.47/5.05	c cleaning 2500 clauses out of 5000 with flag 15883/5000
14.33/11.72	c cleaning 4250 clauses out of 8500 with flag 36088/11000
20.68/17.93	c cleaning 5625 clauses out of 11250 with flag 57247/18000
28.18/25.15	c cleaning 6813 clauses out of 13626 with flag 79931/26001
36.06/33.02	c cleaning 7905 clauses out of 15816 with flag 105193/35004
46.61/43.65	c cleaning 8951 clauses out of 17907 with flag 135203/45000
51.19/48.00	c cleaning 9969 clauses out of 19956 with flag 161073/56000
52.19/48.64	c cleaning 10986 clauses out of 21989 with flag 187127/68002
53.00/49.42	c cleaning 11993 clauses out of 24001 with flag 215395/81000
53.80/50.27	c cleaning 12994 clauses out of 26008 with flag 246155/95000
54.80/51.22	c cleaning 13994 clauses out of 28014 with flag 279356/110000
55.79/52.23	c cleaning 14998 clauses out of 30020 with flag 314490/126000
57.00/53.33	c cleaning 16010 clauses out of 32031 with flag 352062/143009
58.35/54.66	c cleaning 16999 clauses out of 34012 with flag 391442/161000
59.65/55.91	c cleaning 17995 clauses out of 36013 with flag 432152/180000
60.94/57.23	c cleaning 18999 clauses out of 38018 with flag 474855/200000
62.54/58.89	c cleaning 20004 clauses out of 40024 with flag 521147/221005
64.13/60.44	c cleaning 20997 clauses out of 42015 with flag 568021/243000
65.53/61.87	c cleaning 21999 clauses out of 44018 with flag 614517/266000
67.03/63.39	c cleaning 23002 clauses out of 46019 with flag 663204/290000
68.88/65.12	c cleaning 23999 clauses out of 48017 with flag 714643/315000
70.46/66.76	c cleaning 24997 clauses out of 50019 with flag 766800/341001
72.26/68.57	c cleaning 25997 clauses out of 52021 with flag 820964/368000
74.25/70.58	c cleaning 26999 clauses out of 54025 with flag 877879/396001
76.25/72.51	c cleaning 28001 clauses out of 56026 with flag 937352/425001
78.34/74.62	c cleaning 28996 clauses out of 58025 with flag 999255/455001
80.44/76.72	c cleaning 30002 clauses out of 60028 with flag 1063646/486000
82.84/79.15	c cleaning 31003 clauses out of 62026 with flag 1129962/518000
85.53/81.81	c cleaning 32000 clauses out of 64024 with flag 1198609/551001
88.12/84.46	c cleaning 33002 clauses out of 66023 with flag 1267685/585000
90.73/87.03	c cleaning 34000 clauses out of 68025 with flag 1338717/620004
93.73/90.06	c cleaning 35002 clauses out of 70022 with flag 1410997/656001
96.61/92.97	c cleaning 35999 clauses out of 72021 with flag 1485216/693002
99.50/95.85	c cleaning 36995 clauses out of 74021 with flag 1561549/731001
102.09/98.48	c cleaning 37998 clauses out of 76025 with flag 1639972/770000
105.19/101.52	c cleaning 39002 clauses out of 78029 with flag 1720455/810002
108.19/104.58	c cleaning 40004 clauses out of 80027 with flag 1802822/851002
111.38/107.70	c cleaning 40998 clauses out of 82023 with flag 1887040/893002
114.87/111.22	c cleaning 41996 clauses out of 84026 with flag 1973503/936003
119.06/115.44	c cleaning 43003 clauses out of 86029 with flag 2062069/980002
123.78/120.18	c cleaning 44001 clauses out of 88024 with flag 2152979/1025000
128.67/125.12	c cleaning 44998 clauses out of 90023 with flag 2245479/1071000
133.90/130.14	c cleaning 46005 clauses out of 92030 with flag 2340041/1118005
139.18/135.41	c cleaning 47000 clauses out of 94026 with flag 2436572/1166006
143.97/140.21	c cleaning 47997 clauses out of 96020 with flag 2535124/1215000
150.16/146.43	c cleaning 49001 clauses out of 98026 with flag 2635600/1265003
155.46/151.75	c cleaning 49996 clauses out of 100024 with flag 2738123/1316002
161.15/157.46	c cleaning 51003 clauses out of 102028 with flag 2842554/1368002
166.94/163.27	c cleaning 51993 clauses out of 104023 with flag 2949093/1421000
173.18/169.43	c cleaning 53006 clauses out of 106032 with flag 3058369/1475002
180.77/177.07	c cleaning 54007 clauses out of 108025 with flag 3168367/1530001
187.45/183.71	c cleaning 55004 clauses out of 110017 with flag 3280365/1586000
194.75/191.06	c cleaning 56001 clauses out of 112015 with flag 3394369/1643002
202.53/198.82	c cleaning 57000 clauses out of 114012 with flag 3510365/1701000
211.31/207.61	c cleaning 58014 clauses out of 116028 with flag 3628397/1760016
220.00/216.39	c cleaning 59005 clauses out of 118009 with flag 3748387/1820011
228.70/225.04	c cleaning 59994 clauses out of 119994 with flag 3870367/1881001
237.57/233.97	c cleaning 60991 clauses out of 122005 with flag 3994377/1943006
246.94/243.34	c cleaning 61998 clauses out of 124009 with flag 4120367/2006001
256.03/252.46	c cleaning 62998 clauses out of 126011 with flag 4248367/2070001
265.01/261.45	c cleaning 63999 clauses out of 128013 with flag 4378367/2135001
274.72/271.15	c cleaning 65002 clauses out of 130016 with flag 4510371/2201003
285.38/281.81	c cleaning 66001 clauses out of 132012 with flag 4644367/2268001
295.86/292.32	c cleaning 66995 clauses out of 134010 with flag 4780365/2336000
308.95/305.48	c cleaning 68002 clauses out of 136015 with flag 4918365/2405000
321.02/317.51	c cleaning 69007 clauses out of 138017 with flag 5058373/2475004
335.31/331.84	c cleaning 70000 clauses out of 140010 with flag 5200373/2546004
346.68/343.27	c cleaning 70997 clauses out of 142006 with flag 5344365/2618000
361.85/358.41	c cleaning 72006 clauses out of 144012 with flag 5490371/2691003
378.53/375.12	c cleaning 72997 clauses out of 146009 with flag 5638377/2765006
394.58/391.25	c cleaning 73999 clauses out of 148006 with flag 5788365/2840000
413.52/410.18	c cleaning 75008 clauses out of 150015 with flag 5940381/2916008
430.58/427.22	c cleaning 76000 clauses out of 152000 with flag 6094367/2993001
448.86/445.51	c cleaning 76999 clauses out of 154003 with flag 6250373/3071004
465.82/462.56	c cleaning 77998 clauses out of 156010 with flag 6408385/3150010
483.19/479.97	c cleaning 78993 clauses out of 158002 with flag 6568365/3230000
503.37/500.12	c cleaning 80006 clauses out of 160020 with flag 6730387/3311011
526.95/523.70	c cleaning 81005 clauses out of 162009 with flag 6894377/3393006
552.31/549.17	c cleaning 82001 clauses out of 164002 with flag 7060373/3476004
573.56/570.45	c cleaning 82992 clauses out of 165998 with flag 7228367/3560001
593.15/590.08	c cleaning 83997 clauses out of 168006 with flag 7398367/3645001
617.34/614.34	c cleaning 84999 clauses out of 170009 with flag 7570367/3731001
642.03/639.01	c cleaning 86006 clauses out of 172011 with flag 7744369/3818002
661.81/658.88	c cleaning 87008 clauses out of 174015 with flag 7920389/3906012
685.17/682.28	c cleaning 87992 clauses out of 175998 with flag 8098371/3995003
712.12/709.26	c cleaning 89004 clauses out of 178008 with flag 8278375/4085005
735.87/733.06	c cleaning 89992 clauses out of 180001 with flag 8460369/4176002
757.68/754.89	c cleaning 91004 clauses out of 182014 with flag 8644379/4268007
783.43/780.62	c cleaning 91995 clauses out of 184005 with flag 8830369/4361002
806.57/803.78	c cleaning 92999 clauses out of 186009 with flag 9018367/4455001
833.51/830.73	c cleaning 94004 clauses out of 188009 with flag 9208365/4550000
862.65/859.94	c cleaning 94995 clauses out of 190006 with flag 9400367/4646001
892.71/889.81	c cleaning 95996 clauses out of 192012 with flag 9594369/4743002
922.98/920.13	c cleaning 96999 clauses out of 194015 with flag 9790367/4841001
956.14/953.38	c cleaning 97996 clauses out of 196015 with flag 9988365/4940000
989.76/986.96	c cleaning 99007 clauses out of 198020 with flag 10188367/5040001
1017.40/1014.66	c cleaning 99999 clauses out of 200014 with flag 10390369/5141002
1051.24/1048.51	c cleaning 101000 clauses out of 202014 with flag 10594367/5243001
1077.60/1074.98	c cleaning 102001 clauses out of 204016 with flag 10800371/5346003
1105.45/1102.86	c cleaning 103003 clauses out of 206012 with flag 11008365/5450000
1136.38/1133.86	c cleaning 104000 clauses out of 208009 with flag 11218365/5555000
1167.91/1165.44	c cleaning 104999 clauses out of 210009 with flag 11430365/5661000
1203.31/1200.97	c cleaning 106007 clauses out of 212014 with flag 11644373/5768004
1241.35/1239.08	c cleaning 107000 clauses out of 214003 with flag 11860365/5876000
1275.37/1273.17	c cleaning 107994 clauses out of 216004 with flag 12078367/5985001
1307.77/1305.56	c cleaning 109002 clauses out of 218009 with flag 12298365/6095000
1336.80/1334.68	c cleaning 109998 clauses out of 220007 with flag 12520365/6206000
1373.28/1371.12	c cleaning 111001 clauses out of 222009 with flag 12744365/6318000
1411.01/1408.93	c cleaning 112001 clauses out of 224011 with flag 12970371/6431003
1450.82/1448.85	c cleaning 113002 clauses out of 226009 with flag 13198369/6545002
1491.44/1489.59	c cleaning 113997 clauses out of 228006 with flag 13428367/6660001
1535.69/1533.85	c cleaning 115000 clauses out of 230010 with flag 13660369/6776002
1574.70/1572.96	c cleaning 116006 clauses out of 232012 with flag 13894373/6893004
1617.12/1614.92	c cleaning 117003 clauses out of 234006 with flag 14130373/7011004
1666.75/1664.65	c cleaning 117988 clauses out of 236000 with flag 14368367/7130001
1716.07/1713.92	c cleaning 119006 clauses out of 238011 with flag 14608365/7250000
1768.46/1766.46	c cleaning 119999 clauses out of 240010 with flag 14850375/7371005
1822.98/1821.06	c cleaning 120997 clauses out of 242006 with flag 15094365/7493000
1864.81/1862.92	c cleaning 121996 clauses out of 244009 with flag 15340365/7616000
1915.04/1913.23	c cleaning 123005 clauses out of 246017 with flag 15588373/7740004
1968.52/1966.83	c cleaning 124001 clauses out of 248009 with flag 15838367/7865001
2017.71/2016.09	c cleaning 124997 clauses out of 250007 with flag 16090365/7991000
2076.63/2075.02	c cleaning 125997 clauses out of 252010 with flag 16344365/8118000
2127.31/2125.90	c cleaning 127002 clauses out of 254013 with flag 16600365/8246000
2174.58/2173.13	c cleaning 128004 clauses out of 256013 with flag 16858369/8375002
2235.54/2234.13	c cleaning 129004 clauses out of 258013 with flag 17118377/8505006
2299.16/2297.39	c cleaning 130000 clauses out of 260012 with flag 17380383/8636009
2369.62/2368.01	c cleaning 130995 clauses out of 262003 with flag 17644365/8768000
2435.10/2433.57	c cleaning 132004 clauses out of 264009 with flag 17910367/8901001
2508.23/2506.76	c cleaning 132998 clauses out of 266004 with flag 18178365/9035000
2585.38/2584.01	c cleaning 133999 clauses out of 268012 with flag 18448377/9170006
2675.04/2673.84	c cleaning 135004 clauses out of 270008 with flag 18720367/9306001
2723.36/2722.11	c cleaning 135994 clauses out of 272005 with flag 18994369/9443002
2768.16/2767.11	c cleaning 136999 clauses out of 274012 with flag 19270371/9581003
2818.80/2817.77	c cleaning 138001 clauses out of 276012 with flag 19548369/9720002
2867.89/2866.92	c cleaning 139001 clauses out of 278013 with flag 19828373/9860004
2925.93/2925.06	c cleaning 139999 clauses out of 280010 with flag 20110369/10001002
2973.49/2972.60	c cleaning 141003 clauses out of 282014 with flag 20394375/10143005
3028.39/3027.30	c cleaning 141999 clauses out of 284007 with flag 20680367/10286001
3090.87/3089.90	c cleaning 142996 clauses out of 286008 with flag 20968367/10430001
3155.63/3154.89	c cleaning 143999 clauses out of 288011 with flag 21258365/10575000
3219.67/3219.00	c cleaning 145005 clauses out of 290013 with flag 21550367/10721001
3277.98/3277.37	c cleaning 145997 clauses out of 292007 with flag 21844365/10868000
3339.12/3338.73	c cleaning 146998 clauses out of 294010 with flag 22140365/11016000
3397.68/3397.26	c cleaning 148000 clauses out of 296012 with flag 22438365/11165000
3452.97/3452.63	c cleaning 149002 clauses out of 298012 with flag 22738365/11315000
3506.48/3506.25	c cleaning 150000 clauses out of 300011 with flag 23040367/11466001
3562.00/3561.89	c cleaning 151000 clauses out of 302010 with flag 23344365/11618000
3600.06/3599.31	c timeout
3600.06/3599.32	c starts		: 28
3600.06/3599.32	c conflicts		: 11739854
3600.06/3599.32	c decisions		: 12294618
3600.06/3599.32	c propagations		: 98054863
3600.06/3599.32	c inspects		: 25154761123
3600.06/3599.32	c shortcuts		: 0
3600.06/3599.32	c learnt literals	: 0
3600.06/3599.32	c learnt binary clauses	: 0
3600.06/3599.32	c learnt ternary clauses	: 0
3600.06/3599.32	c learnt constraints	: 11739854
3600.06/3599.32	c ignored constraints	: 0
3600.06/3599.32	c root simplifications	: 0
3600.06/3599.32	c removed literals (reason simplification)	: 109327071
3600.06/3599.32	c reason swapping (by a shorter reason)	: 0
3600.06/3599.32	c Calls to reduceDB	: 148
3600.06/3599.32	c Number of update (reduction) of LBD	: 65395
3600.06/3599.32	c Imported unit clauses	: 0
3600.06/3599.32	c No decision after first conflict	: false
3600.06/3599.32	c number of reductions to clauses (during analyze)	: 0
3600.06/3599.32	c number of learned constraints concerned by reduction	: 0
3600.06/3599.32	c number of learning phase by resolution	: 0
3600.06/3599.32	c number of learning phase by cutting planes	: 0
3600.06/3599.32	c number of rounding to 1 operations	: 0
3600.06/3599.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3599.32	c number of reductions of the coefficients by power 2 	: 0
3600.06/3599.32	c number of right shift for reduction by power 2 	: 0
3600.06/3599.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3599.32	c number of ending skipping 	: 0
3600.06/3599.32	c number of internal skipping 	: 0
3600.06/3599.32	c number of derivation steps 	: 0
3600.06/3599.32	c number of skipped derivation steps 	: 0
3600.06/3599.32	c number of remaining unassigned 	: 0
3600.06/3599.32	c number of remaining assigned 	: 0
3600.06/3599.32	c number of falsified literals weakened from reason	: 0
3600.06/3599.32	c number of falsified literals weakened from conflict	: 0
3600.06/3599.32	c time for arithmetic operations	: 0
3600.06/3599.32	c minimum degree of deleted constraints	: null
3600.06/3599.32	c maximum degree of deleted constraints	: null
3600.06/3599.32	c number of deleted constraints	: 0
3600.06/3599.32	c speed (assignments/second)	: 27252.079657171667
3600.06/3599.33	c non guided choices	: 125583
3600.06/3599.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 272864
3600.06/3599.39	s UNKNOWN
3600.06/3599.39	c Total wall clock time (in seconds): 3599.082

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485512-1751297695/watcher-4485512-1751297695 -o /tmp/evaluation-result-4485512-1751297695/solver-4485512-1751297695 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751290914-41005 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4485512-1751297695.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=41922, runsolver pid=41919

[startup+0.100076 s]*
/proc/loadavg: 4.29 4.28 4.26 7/323 41940
/proc/meminfo: memFree=106589496/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=18930384 memory=50396 CPUtime=0.12 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 5784 0 0 0 9 3 0 0 20 0 18 0 45449337 19384713216 12599 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4732596 12599 5327 1 0 547005 0
[pid=41922/tid=41924] ppid=41919 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 4692 0 0 0 6 2 0 0 20 0 18 0 45449339 19384713216 12599 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45449344 19384713216 12599 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=18930384 memory=59593594258114 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 45449345 19384713216 12631 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50396 KiB

[startup+0.220369 s]*
/proc/loadavg: 4.29 4.28 4.26 7/323 41940
/proc/meminfo: memFree=106583384/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=18930384 memory=59352 CPUtime=0.32 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 6455 0 0 0 28 4 0 0 20 0 18 0 45449337 19384713216 14838 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4732596 14838 5327 1 0 547588 0
[pid=41922/tid=41924] ppid=41919 vsize=18930384 memory=4026663196 CPUtime=0.19 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 5052 0 0 0 17 2 0 0 20 0 18 0 45449339 19384713216 14838 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=18930384 memory=16142 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45449344 19384713216 14838 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 45449345 19384713216 14838 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59352 KiB

[startup+0.315817 s]*
/proc/loadavg: 4.29 4.28 4.26 7/323 41940
/proc/meminfo: memFree=106583384/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=18930384 memory=62416 CPUtime=0.48 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 6686 0 0 0 43 5 0 0 20 0 18 0 45449337 19384713216 15604 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4732596 15604 5359 1 0 547773 0
[pid=41922/tid=41924] ppid=41919 vsize=18930384 memory=-6000919468478393195 CPUtime=0.29 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 5209 0 0 0 26 3 0 0 20 0 18 0 45449339 19384713216 15604 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45449344 19384713216 15604 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 45449345 19384713216 15604 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62416 KiB

[startup+0.700297 s]
/proc/loadavg: 4.29 4.28 4.26 6/323 41940
/proc/meminfo: memFree=106570088/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=18930384 memory=103384 CPUtime=1.19 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 8669 0 0 0 113 6 0 0 20 0 18 0 45449337 19384713216 25846 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4732596 25846 5455 1 0 549217 0
[pid=41922/tid=41924] ppid=41919 vsize=18930384 memory=17792 CPUtime=0.65 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 5267 0 0 0 61 4 0 0 20 0 18 0 45449339 19384713216 25846 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=18930384 memory=10624 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45449344 19384713216 25846 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 45449345 19384713216 25846 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 103384 KiB

[startup+1.50026 s]
/proc/loadavg: 4.29 4.28 4.26 6/324 41941
/proc/meminfo: memFree=106471596/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=19063512 memory=181792 CPUtime=2.74 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 11354 0 0 0 264 10 0 0 20 0 20 0 45449337 19521036288 45448 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4765878 45448 5519 1 0 551743 0
[pid=41922/tid=41924] ppid=41919 vsize=19063512 memory=3200 CPUtime=1.3 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 5409 0 0 0 124 6 0 0 20 0 20 0 45449339 19521036288 45448 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45449344 19521036288 45448 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45449345 19521036288 45448 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181792 KiB

[startup+3.10544 s]
/proc/loadavg: 4.26 4.27 4.26 5/325 41942
/proc/meminfo: memFree=106423040/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=19063512 memory=220976 CPUtime=5.31 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 18644 0 0 0 520 11 0 0 20 0 20 0 45449337 19521036288 55244 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4765878 55244 5519 1 0 554153 0
[pid=41922/tid=41924] ppid=41919 vsize=19063512 memory=10624 CPUtime=2.84 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 5565 0 0 0 278 6 0 0 20 0 20 0 45449339 19521036288 55244 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45449344 19521036288 55244 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45449345 19521036288 55244 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41942] ppid=41919 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/41922/task/41942/stat : 41942 (Timer-0) S 41919 41922 40992 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45449463 19521036288 55244 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 5.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 220976 KiB

[startup+6.30045 s]
/proc/loadavg: 4.26 4.27 4.26 5/325 41942
/proc/meminfo: memFree=106398480/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=19063512 memory=221360 CPUtime=8.87 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 21786 0 0 0 875 12 0 0 20 0 20 0 45449337 19521036288 55340 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4765878 55340 5551 1 0 554198 0
[pid=41922/tid=41924] ppid=41919 vsize=19063512 memory=0 CPUtime=5.98 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 6684 0 0 0 592 6 0 0 20 0 20 0 45449339 19521036288 55340 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=19063512 memory=4283932234721037686 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45449344 19521036288 55340 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=19063512 memory=-6000919468478393195 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45449345 19521036288 55340 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41942] ppid=41919 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/41922/task/41942/stat : 41942 (Timer-0) S 41919 41922 40992 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45449463 19521036288 55340 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 8.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 221360 KiB

[startup+12.7005 s]
/proc/loadavg: 4.24 4.27 4.26 5/325 41942
/proc/meminfo: memFree=105804560/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=19063512 memory=546372 CPUtime=15.48 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 25851 0 0 0 1528 20 0 0 20 0 20 0 45449337 19521036288 136593 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4765878 136593 5551 1 0 554198 0
[pid=41922/tid=41924] ppid=41919 vsize=19063512 memory=0 CPUtime=12.34 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 7713 0 0 0 1221 13 0 0 20 0 20 0 45449339 19521036288 136593 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=19063512 memory=429636 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45449344 19521036288 136593 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 45449345 19521036288 136593 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41942] ppid=41919 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/41922/task/41942/stat : 41942 (Timer-0) S 41919 41922 40992 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45449463 19521036288 136593 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 15.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 546372 KiB

[startup+25.5005 s]
/proc/loadavg: 4.34 4.29 4.26 6/325 41943
/proc/meminfo: memFree=104935216/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=19063512 memory=1334952 CPUtime=28.57 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 29929 0 0 0 2820 37 0 0 20 0 20 0 45449337 19521036288 333738 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4765878 333738 5551 1 0 554198 0
[pid=41922/tid=41924] ppid=41919 vsize=19063512 memory=-6000919468478393195 CPUtime=25.06 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 9348 0 0 0 2479 27 0 0 20 0 20 0 45449339 19521036288 333738 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=19063512 memory=3197 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45449344 19521036288 333738 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=19063512 memory=720488 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 45449345 19521036288 333738 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41942] ppid=41919 vsize=19063512 memory=720488 CPUtime=0 cores=5,7
/proc/41922/task/41942/stat : 41942 (Timer-0) S 41919 41922 40992 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45449463 19521036288 333738 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 28.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1334952 KiB

[startup+51.1135 s]
/proc/loadavg: 4.22 4.26 4.26 5/325 41943
/proc/meminfo: memFree=104818008/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=19063512 memory=1337640 CPUtime=54.71 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 32761 0 0 0 5432 39 0 0 20 0 20 0 45449337 19521036288 334410 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4765878 334410 5551 1 0 554350 0
[pid=41922/tid=41924] ppid=41919 vsize=19063512 memory=1337640 CPUtime=50.56 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 10603 0 0 0 5028 28 0 0 20 0 20 0 45449339 19521036288 334410 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=19063512 memory=-6000919468478393195 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45449344 19521036288 334410 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=19063512 memory=1334952 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 45449345 19521036288 334410 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41942] ppid=41919 vsize=19063512 memory=1013352 CPUtime=0 cores=5,7
/proc/41922/task/41942/stat : 41942 (Timer-0) S 41919 41922 40992 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45449463 19521036288 334410 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0

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

[startup+3282.3 s]
/proc/loadavg: 3.31 3.94 4.15 4/303 42216
/proc/meminfo: memFree=116030624/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=19063512 memory=2163588 CPUtime=3283.03 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 100786 0 0 0 328034 269 0 0 20 0 20 0 45449337 19521036288 540897 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4765878 540897 5551 1 0 555125 0
[pid=41922/tid=41924] ppid=41919 vsize=19063512 memory=10624 CPUtime=3264.27 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 39410 0 0 0 326388 39 0 0 20 0 20 0 45449339 19521036288 540897 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=19063512 memory=2163460 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45449344 19521036288 540897 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 1750 0 0 0 0 0 0 0 20 0 20 0 45449345 19521036288 540897 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41942] ppid=41919 vsize=19063512 memory=2163588 CPUtime=0 cores=5,7
/proc/41922/task/41942/stat : 41942 (Timer-0) S 41919 41922 40992 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45449463 19521036288 540897 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 3283.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2163588 KiB

[startup+3342.3 s]
/proc/loadavg: 3.21 3.80 4.08 4/303 42218
/proc/meminfo: memFree=116009404/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=19063512 memory=2163588 CPUtime=3342.71 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 101654 0 0 0 333998 273 0 0 20 0 20 0 45449337 19521036288 540897 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4765878 540897 5551 1 0 555125 0
[pid=41922/tid=41924] ppid=41919 vsize=19063512 memory=5760 CPUtime=3323.9 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 40178 0 0 0 332350 40 0 0 20 0 20 0 45449339 19521036288 540897 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=19063512 memory=2163588 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45449344 19521036288 540897 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=19063512 memory=2163588 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 1751 0 0 0 0 0 0 0 20 0 20 0 45449345 19521036288 540897 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41942] ppid=41919 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/41922/task/41942/stat : 41942 (Timer-0) S 41919 41922 40992 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45449463 19521036288 540897 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 3342.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2163588 KiB

[startup+3402.3 s]
/proc/loadavg: 3.12 3.66 4.02 4/303 42220
/proc/meminfo: memFree=116012488/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=19063512 memory=2163588 CPUtime=3402.77 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 103431 0 0 0 339999 278 0 0 20 0 20 0 45449337 19521036288 540897 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4765878 540897 5551 1 0 555125 0
[pid=41922/tid=41924] ppid=41919 vsize=19063512 memory=5760 CPUtime=3383.56 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 40978 0 0 0 338316 40 0 0 20 0 20 0 45449339 19521036288 540897 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45449344 19521036288 540897 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=19063512 memory=2163588 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 1835 0 0 0 0 0 0 0 20 0 20 0 45449345 19521036288 540897 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41942] ppid=41919 vsize=19063512 memory=2163588 CPUtime=0 cores=5,7
/proc/41922/task/41942/stat : 41942 (Timer-0) S 41919 41922 40992 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45449463 19521036288 540897 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 3402.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2163588 KiB

[startup+3462.3 s]
/proc/loadavg: 2.74 3.46 3.93 3/278 42255
/proc/meminfo: memFree=119066852/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=19063512 memory=2163716 CPUtime=3462.67 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 104433 0 0 0 345986 281 0 0 20 0 20 0 45449337 19521036288 540929 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4765878 540929 5551 1 0 555125 0
[pid=41922/tid=41924] ppid=41919 vsize=19063512 memory=2163588 CPUtime=3443.24 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 41261 0 0 0 344284 40 0 0 20 0 20 0 45449339 19521036288 540929 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=19063512 memory=2163716 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45449344 19521036288 540929 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=19063512 memory=2163716 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 1920 0 0 0 0 0 0 0 20 0 20 0 45449345 19521036288 540929 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41942] ppid=41919 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/41922/task/41942/stat : 41942 (Timer-0) S 41919 41922 40992 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45449463 19521036288 540929 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 3462.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2163716 KiB

[startup+3522.3 s]
/proc/loadavg: 2.33 3.21 3.81 3/276 42257
/proc/meminfo: memFree=119067892/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=19063512 memory=2163716 CPUtime=3522.59 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 105717 0 0 0 351975 284 0 0 20 0 20 0 45449337 19521036288 540929 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4765878 540929 5551 1 0 555125 0
[pid=41922/tid=41924] ppid=41919 vsize=19063512 memory=2163716 CPUtime=3503.03 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 41669 0 0 0 350263 40 0 0 20 0 20 0 45449339 19521036288 540929 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=19063512 memory=2163716 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45449344 19521036288 540929 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=19063512 memory=2163716 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 1921 0 0 0 0 0 0 0 20 0 20 0 45449345 19521036288 540929 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41942] ppid=41919 vsize=19063512 memory=2163716 CPUtime=0 cores=5,7
/proc/41922/task/41942/stat : 41942 (Timer-0) S 41919 41922 40992 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45449463 19521036288 540929 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 3522.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2163716 KiB

[startup+3582.3 s]
/proc/loadavg: 2.77 3.16 3.75 3/275 42259
/proc/meminfo: memFree=119395364/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=19063512 memory=1813648 CPUtime=3583.1 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 109183 0 0 0 358022 288 0 0 20 0 20 0 45449337 19521036288 453412 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4765878 453412 5551 1 0 467429 0
[pid=41922/tid=41924] ppid=41919 vsize=19063512 memory=1813648 CPUtime=3562.74 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 42995 0 0 0 356233 41 0 0 20 0 20 0 45449339 19521036288 453412 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45449344 19521036288 453412 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=19063512 memory=14560 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 2009 0 0 0 0 0 0 0 20 0 20 0 45449345 19521036288 453412 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41942] ppid=41919 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/41922/task/41942/stat : 41942 (Timer-0) S 41919 41922 40992 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45449463 19521036288 453412 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 3583.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1813648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.3 s]
/proc/loadavg: 2.76 3.13 3.73 3/275 42259
/proc/meminfo: memFree=119403556/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=19063512 memory=1813648 CPUtime=3600.06 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 109268 0 0 0 359716 290 0 0 20 0 20 0 45449337 19521036288 453412 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4765878 453412 5551 1 0 467429 0
[pid=41922/tid=41924] ppid=41919 vsize=19063512 memory=1813648 CPUtime=3579.68 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) R 41919 41922 40992 0 -1 4194368 43077 0 0 0 357927 41 0 0 20 0 20 0 45449339 19521036288 453412 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=19063512 memory=2163716 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45449344 19521036288 453412 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 2009 0 0 0 0 0 0 0 20 0 20 0 45449345 19521036288 453412 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41942] ppid=41919 vsize=19063512 memory=1813648 CPUtime=0 cores=5,7
/proc/41922/task/41942/stat : 41942 (Timer-0) S 41919 41922 40992 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45449463 19521036288 453412 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1813648 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.32 s, system=2.91237 s

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

[startup+3599.4 s]
/proc/loadavg: 2.76 3.13 3.73 3/275 42259
/proc/meminfo: memFree=119403556/131382112 swapFree=33010684/33010684
[pid=41922] ppid=41919 vsize=19263204 memory=1814544 CPUtime=3600.21 cores=5,7
/proc/41922/stat : 41922 (java) S 41919 41922 40992 0 -1 4194304 110827 0 0 0 359731 290 0 0 20 0 15 0 45449337 19725520896 453636 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
/proc/41922/statm: 4815801 453636 5583 1 0 468397 0
[pid=41922/tid=41924] ppid=41919 vsize=19263204 memory=22004 CPUtime=3579.7 cores=5,7
/proc/41922/task/41924/stat : 41924 (java) S 41919 41922 40992 0 -1 4194368 43262 0 0 0 357929 41 0 0 20 0 15 0 45449339 19725520896 453636 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41933] ppid=41919 vsize=19263204 memory=-6000919468478393195 CPUtime=0 cores=5,7
/proc/41922/task/41933/stat : 41933 (Finalizer) S 41919 41922 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 45449344 19725520896 453636 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
[pid=41922/tid=41940] ppid=41919 vsize=19263204 memory=2171672 CPUtime=0 cores=5,7
/proc/41922/task/41940/stat : 41940 (Common-Cleaner) S 41919 41922 40992 0 -1 4194368 2009 0 0 0 0 0 0 0 20 0 15 0 45449345 19725520896 453636 18446744073709551615 93961498685440 93961498689136 140727194044608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93961498696952 93961498697744 93961530572800 140727194048897 140727194048998 140727194048998 140727194054600 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1814544 KiB

Child status: 143

Real time (s): 3599.42
CPU time (s): 3600.23
CPU user time (s): 3597.32
CPU system time (s): 2.91237
CPU usage (%): 100.023
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2163716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.32
system time used= 2.91237
maximum resident set size= 2163716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110856
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108426
involuntary context switches= 5689


# summary of solver processes directly reported to runsolver:
#   pid: 41922
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.32
#   total CPU system time (s): 2.91237

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.115 second user time and 37.3988 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-30 17:34:56
IDJOB=4485512
IDBENCH=146799
IDSOLVER=3363
FILE ID=nodeC009/4485512-1751297695
RUNJOBID= nodeC009-1751290914-41005
SLURM_JOB_ID= 9594248
Free space on /tmp= 432644 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-biella1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485512-1751297695/watcher-4485512-1751297695 -o /tmp/evaluation-result-4485512-1751297695/solver-4485512-1751297695 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751290914-41005 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4485512-1751297695.opb

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

MD5SUM BENCH= 544c048089694b51508f2abafcc5af71
RANDOM SEED=796375390

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        106599704 kB
MemAvailable:   113181816 kB
Buffers:            3280 kB
Cached:          7354528 kB
SwapCached:            0 kB
Active:         17092224 kB
Inactive:        7057096 kB
Active(anon):   16808504 kB
Inactive(anon):      968 kB
Active(file):     283720 kB
Inactive(file):  7056128 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4016 kB
Writeback:             0 kB
AnonPages:      16794512 kB
Mapped:           123072 kB
Shmem:             17960 kB
KReclaimable:     163396 kB
Slab:             247256 kB
SReclaimable:     163396 kB
SUnreclaim:        83860 kB
KernelStack:        5008 kB
PageTables:        36568 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   21902456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150264 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16470016 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432652 MiB
End job on nodeC009 at 2025-06-30 18:34:55