Trace number 4485513

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 VeriPB 2025-06-06? (TO) 3600.16 3628.81

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.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.08	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.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4485513-1751314974.opb
0.12/0.13	c reading problem ... 
0.18/0.21	c using VERIPB proof format
0.18/0.22	c  objective function found
1.12/0.70	c ... done. Wall clock time 0.559s.
1.12/0.70	c declared #vars     42650
1.12/0.70	c #constraints  2399
1.12/0.70	c constraints type 
1.12/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.12/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2398
1.12/0.70	c 2399 constraints processed.
1.12/0.71	c objective function length is 42650 literals
7.14/4.58	c cleaning 2500 clauses out of 5000 with flag 15883/5000
12.19/9.87	c cleaning 4250 clauses out of 8500 with flag 36088/11000
18.64/16.21	c cleaning 5625 clauses out of 11250 with flag 57247/18000
26.06/23.56	c cleaning 6813 clauses out of 13626 with flag 79931/26001
34.05/31.56	c cleaning 7905 clauses out of 15816 with flag 105193/35004
43.31/40.84	c cleaning 8951 clauses out of 17907 with flag 135203/45000
47.93/45.35	c cleaning 9969 clauses out of 19956 with flag 161073/56000
48.85/46.20	c cleaning 10986 clauses out of 21989 with flag 187127/68002
49.86/47.19	c cleaning 11993 clauses out of 24001 with flag 215395/81000
50.97/48.29	c cleaning 12994 clauses out of 26008 with flag 246155/95000
52.17/49.49	c cleaning 13994 clauses out of 28014 with flag 279356/110000
53.47/50.79	c cleaning 14998 clauses out of 30020 with flag 314490/126000
54.93/52.17	c cleaning 16010 clauses out of 32031 with flag 352062/143009
56.63/53.80	c cleaning 16999 clauses out of 34012 with flag 391442/161000
58.13/55.38	c cleaning 17995 clauses out of 36013 with flag 432152/180000
59.84/57.06	c cleaning 18999 clauses out of 38018 with flag 474855/200000
61.93/59.12	c cleaning 20004 clauses out of 40024 with flag 521147/221005
63.84/61.04	c cleaning 20997 clauses out of 42015 with flag 568021/243000
65.63/62.89	c cleaning 21999 clauses out of 44018 with flag 614517/266000
67.64/64.88	c cleaning 23002 clauses out of 46019 with flag 663204/290000
69.89/67.07	c cleaning 23999 clauses out of 48017 with flag 714643/315000
72.10/69.40	c cleaning 24997 clauses out of 50019 with flag 766800/341001
74.41/71.72	c cleaning 25997 clauses out of 52021 with flag 820964/368000
76.93/74.27	c cleaning 26999 clauses out of 54025 with flag 877879/396001
79.44/76.75	c cleaning 28001 clauses out of 56026 with flag 937352/425001
82.15/79.42	c cleaning 28996 clauses out of 58025 with flag 999255/455001
84.77/82.10	c cleaning 30002 clauses out of 60028 with flag 1063646/486000
87.89/85.15	c cleaning 31003 clauses out of 62026 with flag 1129962/518000
91.20/88.44	c cleaning 32000 clauses out of 64024 with flag 1198609/551001
94.51/91.76	c cleaning 33002 clauses out of 66023 with flag 1267685/585000
97.83/95.03	c cleaning 34000 clauses out of 68025 with flag 1338717/620004
101.64/99.06	c cleaning 35002 clauses out of 70022 with flag 1410997/656001
105.32/102.76	c cleaning 35999 clauses out of 72021 with flag 1485216/693002
109.04/106.44	c cleaning 36995 clauses out of 74021 with flag 1561549/731001
112.59/109.93	c cleaning 37998 clauses out of 76025 with flag 1639972/770000
116.32/113.64	c cleaning 39002 clauses out of 78029 with flag 1720455/810002
120.36/117.62	c cleaning 40004 clauses out of 80027 with flag 1802822/851002
124.39/121.66	c cleaning 40998 clauses out of 82023 with flag 1887040/893002
128.94/126.17	c cleaning 41996 clauses out of 84026 with flag 1973503/936003
134.16/133.18	c cleaning 43003 clauses out of 86029 with flag 2062069/980002
140.03/138.93	c cleaning 44001 clauses out of 88024 with flag 2152979/1025000
146.09/144.92	c cleaning 44998 clauses out of 90023 with flag 2245479/1071000
152.17/150.98	c cleaning 46005 clauses out of 92030 with flag 2340041/1118005
158.64/157.31	c cleaning 47000 clauses out of 94026 with flag 2436572/1166006
164.53/163.19	c cleaning 47997 clauses out of 96020 with flag 2535124/1215000
171.94/170.57	c cleaning 49001 clauses out of 98026 with flag 2635600/1265003
178.51/177.00	c cleaning 49996 clauses out of 100024 with flag 2738123/1316002
185.48/183.94	c cleaning 51003 clauses out of 102028 with flag 2842554/1368002
192.54/190.91	c cleaning 51993 clauses out of 104023 with flag 2949093/1421000
198.45/196.75	c cleaning 53006 clauses out of 106032 with flag 3058369/1475002
207.26/205.51	c cleaning 54007 clauses out of 108025 with flag 3168367/1530001
214.99/213.29	c cleaning 55004 clauses out of 110017 with flag 3280365/1586000
223.62/221.82	c cleaning 56001 clauses out of 112015 with flag 3394369/1643002
232.34/230.59	c cleaning 57000 clauses out of 114012 with flag 3510365/1701000
242.26/240.49	c cleaning 58014 clauses out of 116028 with flag 3628397/1760016
252.17/250.36	c cleaning 59005 clauses out of 118009 with flag 3748387/1820011
261.99/260.18	c cleaning 59994 clauses out of 119994 with flag 3870367/1881001
272.21/270.30	c cleaning 60991 clauses out of 122005 with flag 3994377/1943006
282.93/281.06	c cleaning 61998 clauses out of 124009 with flag 4120367/2006001
293.64/291.67	c cleaning 62998 clauses out of 126011 with flag 4248367/2070001
304.27/302.25	c cleaning 63999 clauses out of 128013 with flag 4378367/2135001
315.65/313.56	c cleaning 65002 clauses out of 130016 with flag 4510371/2201003
328.10/325.95	c cleaning 66001 clauses out of 132012 with flag 4644367/2268001
340.47/338.20	c cleaning 66995 clauses out of 134010 with flag 4780365/2336000
355.35/353.09	c cleaning 68002 clauses out of 136015 with flag 4918365/2405000
368.99/366.68	c cleaning 69007 clauses out of 138017 with flag 5058373/2475004
384.97/382.51	c cleaning 70000 clauses out of 140010 with flag 5200373/2546004
397.97/395.49	c cleaning 70997 clauses out of 142006 with flag 5344365/2618000
414.64/412.00	c cleaning 72006 clauses out of 144012 with flag 5490371/2691003
432.59/429.98	c cleaning 72997 clauses out of 146009 with flag 5638377/2765006
450.00/447.20	c cleaning 73999 clauses out of 148006 with flag 5788365/2840000
467.95/465.10	c cleaning 75008 clauses out of 150015 with flag 5940381/2916008
486.19/483.13	c cleaning 76000 clauses out of 152000 with flag 6094367/2993001
505.04/501.91	c cleaning 76999 clauses out of 154003 with flag 6250373/3071004
522.62/519.47	c cleaning 77998 clauses out of 156010 with flag 6408385/3150010
541.27/538.06	c cleaning 78993 clauses out of 158002 with flag 6568365/3230000
562.02/558.79	c cleaning 80006 clauses out of 160020 with flag 6730387/3311011
585.57/582.27	c cleaning 81005 clauses out of 162009 with flag 6894377/3393006
611.54/608.20	c cleaning 82001 clauses out of 164002 with flag 7060373/3476004
632.81/629.36	c cleaning 82992 clauses out of 165998 with flag 7228367/3560001
653.40/649.83	c cleaning 83997 clauses out of 168006 with flag 7398367/3645001
676.42/672.79	c cleaning 84999 clauses out of 170009 with flag 7570367/3731001
701.25/697.50	c cleaning 86006 clauses out of 172011 with flag 7744369/3818002
721.53/717.79	c cleaning 87008 clauses out of 174015 with flag 7920389/3906012
745.86/742.03	c cleaning 87992 clauses out of 175998 with flag 8098371/3995003
772.61/768.76	c cleaning 89004 clauses out of 178008 with flag 8278375/4085005
796.87/792.99	c cleaning 89992 clauses out of 180001 with flag 8460369/4176002
819.56/815.83	c cleaning 91004 clauses out of 182014 with flag 8644379/4268007
845.79/842.06	c cleaning 91995 clauses out of 184005 with flag 8830369/4361002
870.32/866.54	c cleaning 92999 clauses out of 186009 with flag 9018367/4455001
897.50/893.83	c cleaning 94004 clauses out of 188009 with flag 9208365/4550000
926.38/922.79	c cleaning 94995 clauses out of 190006 with flag 9400367/4646001
954.58/952.33	c cleaning 95996 clauses out of 192012 with flag 9594369/4743002
984.99/988.66	c cleaning 96999 clauses out of 194015 with flag 9790367/4841001
1016.78/1020.48	c cleaning 97996 clauses out of 196015 with flag 9988365/4940000
1050.05/1053.70	c cleaning 99007 clauses out of 198020 with flag 10188367/5040001
1078.84/1082.25	c cleaning 99999 clauses out of 200014 with flag 10390369/5141002
1111.20/1118.07	c cleaning 101000 clauses out of 202014 with flag 10594367/5243001
1138.46/1153.70	c cleaning 102001 clauses out of 204016 with flag 10800371/5346003
1165.83/1188.63	c cleaning 103003 clauses out of 206012 with flag 11008365/5450000
1196.50/1219.32	c cleaning 104000 clauses out of 208009 with flag 11218365/5555000
1228.44/1251.36	c cleaning 104999 clauses out of 210009 with flag 11430365/5661000
1262.50/1285.42	c cleaning 106007 clauses out of 212014 with flag 11644373/5768004
1299.90/1326.50	c cleaning 107000 clauses out of 214003 with flag 11860365/5876000
1334.10/1360.88	c cleaning 107994 clauses out of 216004 with flag 12078367/5985001
1366.93/1393.72	c cleaning 109002 clauses out of 218009 with flag 12298365/6095000
1396.42/1423.28	c cleaning 109998 clauses out of 220007 with flag 12520365/6206000
1432.73/1459.58	c cleaning 111001 clauses out of 222009 with flag 12744365/6318000
1469.14/1496.07	c cleaning 112001 clauses out of 224011 with flag 12970371/6431003
1508.38/1535.36	c cleaning 113002 clauses out of 226009 with flag 13198369/6545002
1548.55/1575.63	c cleaning 113997 clauses out of 228006 with flag 13428367/6660001
1592.38/1619.55	c cleaning 115000 clauses out of 230010 with flag 13660369/6776002
1631.87/1658.94	c cleaning 116006 clauses out of 232012 with flag 13894373/6893004
1672.56/1699.68	c cleaning 117003 clauses out of 234006 with flag 14130373/7011004
1720.48/1747.64	c cleaning 117988 clauses out of 236000 with flag 14368367/7130001
1767.98/1795.18	c cleaning 119006 clauses out of 238011 with flag 14608365/7250000
1819.18/1846.41	c cleaning 119999 clauses out of 240010 with flag 14850375/7371005
1872.49/1899.76	c cleaning 120997 clauses out of 242006 with flag 15094365/7493000
1913.47/1940.41	c cleaning 121996 clauses out of 244009 with flag 15340365/7616000
1962.63/1989.60	c cleaning 123005 clauses out of 246017 with flag 15588373/7740004
2014.92/2041.97	c cleaning 124001 clauses out of 248009 with flag 15838367/7865001
2063.85/2090.96	c cleaning 124997 clauses out of 250007 with flag 16090365/7991000
2120.86/2147.93	c cleaning 125997 clauses out of 252010 with flag 16344365/8118000
2171.62/2198.75	c cleaning 127002 clauses out of 254013 with flag 16600365/8246000
2218.43/2245.31	c cleaning 128004 clauses out of 256013 with flag 16858369/8375002
2278.06/2305.04	c cleaning 129004 clauses out of 258013 with flag 17118377/8505006
2338.43/2365.46	c cleaning 130000 clauses out of 260012 with flag 17380383/8636009
2406.38/2433.57	c cleaning 130995 clauses out of 262003 with flag 17644365/8768000
2468.91/2496.63	c cleaning 132004 clauses out of 264009 with flag 17910367/8901001
2539.62/2567.52	c cleaning 132998 clauses out of 266004 with flag 18178365/9035000
2613.45/2641.14	c cleaning 133999 clauses out of 268012 with flag 18448377/9170006
2697.53/2725.49	c cleaning 135004 clauses out of 270008 with flag 18720367/9306001
2745.61/2773.67	c cleaning 135994 clauses out of 272005 with flag 18994369/9443002
2790.72/2818.85	c cleaning 136999 clauses out of 274012 with flag 19270371/9581003
2841.18/2869.33	c cleaning 138001 clauses out of 276012 with flag 19548369/9720002
2890.38/2918.54	c cleaning 139001 clauses out of 278013 with flag 19828373/9860004
2948.68/2976.80	c cleaning 139999 clauses out of 280010 with flag 20110369/10001002
2998.97/3026.75	c cleaning 141003 clauses out of 282014 with flag 20394375/10143005
3054.47/3082.39	c cleaning 141999 clauses out of 284007 with flag 20680367/10286001
3119.53/3147.92	c cleaning 142996 clauses out of 286008 with flag 20968367/10430001
3185.14/3213.54	c cleaning 143999 clauses out of 288011 with flag 21258365/10575000
3249.78/3278.14	c cleaning 145005 clauses out of 290013 with flag 21550367/10721001
3310.13/3338.52	c cleaning 145997 clauses out of 292007 with flag 21844365/10868000
3370.72/3398.80	c cleaning 146998 clauses out of 294010 with flag 22140365/11016000
3429.90/3458.15	c cleaning 148000 clauses out of 296012 with flag 22438365/11165000
3492.92/3521.29	c cleaning 149002 clauses out of 298012 with flag 22738365/11315000
3556.74/3585.32	c cleaning 150000 clauses out of 300011 with flag 23040367/11466001
3600.01/3628.71	c starts		: 28
3600.01/3628.71	c timeout
3600.01/3628.72	c conflicts		: 11584280
3600.01/3628.72	c decisions		: 12139037
3600.01/3628.72	c propagations		: 97303023
3600.01/3628.72	c inspects		: 24686932023
3600.01/3628.72	c shortcuts		: 0
3600.01/3628.73	c learnt literals	: 0
3600.01/3628.73	c learnt binary clauses	: 0
3600.01/3628.73	c learnt ternary clauses	: 0
3600.01/3628.73	c learnt constraints	: 11584280
3600.01/3628.73	c ignored constraints	: 0
3600.01/3628.73	c root simplifications	: 0
3600.01/3628.73	c removed literals (reason simplification)	: 107747293
3600.01/3628.73	c reason swapping (by a shorter reason)	: 0
3600.01/3628.73	c Calls to reduceDB	: 147
3600.01/3628.73	c Number of update (reduction) of LBD	: 65395
3600.01/3628.73	c Imported unit clauses	: 0
3600.01/3628.73	c No decision after first conflict	: false
3600.01/3628.73	c number of reductions to clauses (during analyze)	: 0
3600.01/3628.73	c number of learned constraints concerned by reduction	: 0
3600.01/3628.73	c number of learning phase by resolution	: 0
3600.01/3628.73	c number of learning phase by cutting planes	: 0
3600.01/3628.73	c number of rounding to 1 operations	: 0
3600.01/3628.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3628.73	c number of reductions of the coefficients by power 2 	: 0
3600.01/3628.73	c number of right shift for reduction by power 2 	: 0
3600.01/3628.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3628.73	c number of ending skipping 	: 0
3600.01/3628.73	c number of internal skipping 	: 0
3600.01/3628.73	c number of derivation steps 	: 0
3600.01/3628.73	c number of skipped derivation steps 	: 0
3600.01/3628.73	c number of remaining unassigned 	: 0
3600.01/3628.73	c number of remaining assigned 	: 0
3600.01/3628.73	c number of falsified literals weakened from reason	: 0
3600.01/3628.73	c number of falsified literals weakened from conflict	: 0
3600.01/3628.73	c time for arithmetic operations	: 0
3600.01/3628.73	c minimum degree of deleted constraints	: null
3600.01/3628.73	c maximum degree of deleted constraints	: null
3600.01/3628.73	c number of deleted constraints	: 0
3600.01/3628.73	c speed (assignments/second)	: 26820.73445734354
3600.01/3628.73	c non guided choices	: 125583
3600.01/3628.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 268290
3600.01/3628.79	s UNKNOWN
3600.01/3628.79	c Total wall clock time (in seconds): 3628.66

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 (63133 MiB free)
  memory of node 1: 64465 MiB (63823 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=42835, runsolver pid=42820

[startup+0.100058 s]*
/proc/loadavg: 2.76 3.77 3.98 6/333 42904
/proc/meminfo: memFree=129919664/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=18930384 memory=57656 CPUtime=0.12 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 6565 0 0 0 10 2 0 0 20 0 18 0 47176092 19384713216 14414 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4732596 14414 5327 1 0 547603 0
[pid=42835/tid=42853] ppid=42820 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) R 42820 42835 42765 0 -1 4194368 5061 0 0 0 6 1 0 0 20 0 18 0 47176093 19384713216 14414 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47176095 19384713216 14414 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=18930384 memory=61784027576291 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47176096 19384713216 14414 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57656 KiB

[startup+0.205597 s]*
/proc/loadavg: 2.76 3.77 3.98 7/333 42904
/proc/meminfo: memFree=129907364/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=18930384 memory=58808 CPUtime=0.18 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 6821 0 0 0 16 2 0 0 20 0 18 0 47176092 19384713216 14702 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4732596 14702 5391 1 0 547793 0
[pid=42835/tid=42853] ppid=42820 vsize=18930384 memory=4026663196 CPUtime=0.11 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) D 42820 42835 42765 0 -1 4456512 5220 0 0 0 9 2 0 0 20 0 18 0 47176093 19384713216 14702 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=18930384 memory=13937 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47176095 19384713216 14702 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47176096 19384713216 14702 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58808 KiB

[startup+0.304821 s]*
/proc/loadavg: 2.76 3.77 3.98 9/333 42904
/proc/meminfo: memFree=129830424/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=18930384 memory=79748 CPUtime=0.36 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 8440 0 0 0 33 3 0 0 20 0 18 0 47176092 19384713216 19937 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4732596 19937 5391 1 0 548857 0
[pid=42835/tid=42853] ppid=42820 vsize=18930384 memory=-6000919507116386923 CPUtime=0.19 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) R 42820 42835 42765 0 -1 4194368 5245 0 0 0 17 2 0 0 20 0 18 0 47176093 19384713216 19937 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47176095 19384713216 19937 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47176096 19384713216 19937 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 79748 KiB

[startup+0.700218 s]
/proc/loadavg: 2.76 3.77 3.98 11/334 42905
/proc/meminfo: memFree=129544148/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=18996948 memory=174292 CPUtime=1.12 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 9555 0 0 0 106 6 0 0 20 0 19 0 47176092 19452874752 43573 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4749237 43573 5455 1 0 549928 0
[pid=42835/tid=42853] ppid=42820 vsize=18996948 memory=17664 CPUtime=0.5 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) R 42820 42835 42765 0 -1 4194368 5357 0 0 0 46 4 0 0 20 0 19 0 47176093 19452874752 43573 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47176095 19452874752 43573 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 47176096 19452874752 43573 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 174292 KiB

[startup+1.50023 s]
/proc/loadavg: 2.76 3.77 3.98 9/341 42912
/proc/meminfo: memFree=129401804/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=19063512 memory=204516 CPUtime=2.7 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 16209 0 0 0 262 8 0 0 20 0 20 0 47176092 19521036288 51129 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4765878 51129 5487 1 0 553707 0
[pid=42835/tid=42853] ppid=42820 vsize=19063512 memory=3200 CPUtime=1.17 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) R 42820 42835 42765 0 -1 4194368 5480 0 0 0 113 4 0 0 20 0 20 0 47176093 19521036288 51129 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47176095 19521036288 51129 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47176096 19521036288 51129 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42912] ppid=42820 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/42835/task/42912/stat : 42912 (Timer-0) S 42820 42835 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47176175 19521036288 51129 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 204516 KiB

[startup+3.10532 s]
/proc/loadavg: 2.76 3.77 3.98 5/341 42913
/proc/meminfo: memFree=128424388/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=19063512 memory=219792 CPUtime=5.55 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 19434 0 0 0 546 9 0 0 20 0 20 0 47176092 19521036288 54948 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4765878 54948 5487 1 0 553713 0
[pid=42835/tid=42853] ppid=42820 vsize=19063512 memory=14572 CPUtime=2.71 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) R 42820 42835 42765 0 -1 4194368 5710 0 0 0 267 4 0 0 20 0 20 0 47176093 19521036288 54948 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47176095 19521036288 54948 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47176096 19521036288 54948 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42912] ppid=42820 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/42835/task/42912/stat : 42912 (Timer-0) S 42820 42835 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47176175 19521036288 54948 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 5.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 219792 KiB

[startup+6.3002 s]
/proc/loadavg: 2.94 3.79 3.99 4/342 42914
/proc/meminfo: memFree=126203412/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=19063512 memory=337932 CPUtime=8.64 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 24182 0 0 0 852 12 0 0 20 0 20 0 47176092 19521036288 84483 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4765878 84483 5519 1 0 553736 0
[pid=42835/tid=42853] ppid=42820 vsize=19063512 memory=0 CPUtime=5.46 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) R 42820 42835 42765 0 -1 4194368 7145 0 0 0 539 7 0 0 20 0 20 0 47176093 19521036288 84483 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47176095 19521036288 84483 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47176096 19521036288 84483 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42912] ppid=42820 vsize=19063512 memory=204516 CPUtime=0 cores=1,3
/proc/42835/task/42912/stat : 42912 (Timer-0) S 42820 42835 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47176175 19521036288 84483 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 8.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 337932 KiB

[startup+12.7002 s]
/proc/loadavg: 3.02 3.79 3.99 5/342 42914
/proc/meminfo: memFree=123210780/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=19063512 memory=1202316 CPUtime=15.14 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 29689 0 0 0 1485 29 0 0 20 0 20 0 47176092 19521036288 300579 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4765878 300579 5519 1 0 553736 0
[pid=42835/tid=42853] ppid=42820 vsize=19063512 memory=204516 CPUtime=11.83 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) R 42820 42835 42765 0 -1 4194368 8824 0 0 0 1159 24 0 0 20 0 20 0 47176093 19521036288 300579 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=19063512 memory=1056788 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47176095 19521036288 300579 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 67 0 0 0 0 0 0 0 20 0 20 0 47176096 19521036288 300579 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42912] ppid=42820 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/42835/task/42912/stat : 42912 (Timer-0) S 42820 42835 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47176175 19521036288 300579 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 15.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1202316 KiB

[startup+25.5002 s]
/proc/loadavg: 3.32 3.82 4.00 5/342 42914
/proc/meminfo: memFree=120029248/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=19063512 memory=1335540 CPUtime=28.06 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 32777 0 0 0 2772 34 0 0 20 0 20 0 47176092 19521036288 333885 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4765878 333885 5519 1 0 553752 0
[pid=42835/tid=42853] ppid=42820 vsize=19063512 memory=1056788 CPUtime=24.59 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) R 42820 42835 42765 0 -1 4194368 10002 0 0 0 2431 28 0 0 20 0 20 0 47176093 19521036288 333885 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47176095 19521036288 333885 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=19063512 memory=1230988 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 67 0 0 0 0 0 0 0 20 0 20 0 47176096 19521036288 333885 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42912] ppid=42820 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/42835/task/42912/stat : 42912 (Timer-0) S 42820 42835 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47176175 19521036288 333885 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 28.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1335540 KiB

[startup+51.1057 s]
/proc/loadavg: 3.69 3.87 4.01 5/343 42915
/proc/meminfo: memFree=115521228/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=19063512 memory=1352468 CPUtime=53.93 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 40623 0 0 0 5349 44 0 0 20 0 20 0 47176092 19521036288 338117 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4765878 338117 5519 1 0 553857 0
[pid=42835/tid=42853] ppid=42820 vsize=19063512 memory=1339652 CPUtime=50.04 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) R 42820 42835 42765 0 -1 4194368 12171 0 0 0 4968 36 0 0 20 0 20 0 47176093 19521036288 338117 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47176095 19521036288 338117 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 67 0 0 0 0 0 0 0 20 0 20 0 47176096 19521036288 338117 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0

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

/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47176095 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 1757 0 0 0 0 0 0 0 20 0 20 0 47176096 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42912] ppid=42820 vsize=19063512 memory=-6000919507116386923 CPUtime=0 cores=1,3
/proc/42835/task/42912/stat : 42912 (Timer-0) S 42820 42835 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47176175 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 3193.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2168480 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.18 4.18 5/346 43102
/proc/meminfo: memFree=38024844/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=19063512 memory=2168480 CPUtime=3253.96 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 125724 0 0 0 324301 1095 0 0 20 0 20 0 47176092 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4765878 542120 5519 1 0 555259 0
[pid=42835/tid=42853] ppid=42820 vsize=19063512 memory=2168480 CPUtime=3218.47 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) R 42820 42835 42765 0 -1 4194368 48872 0 0 0 320851 996 0 0 20 0 20 0 47176093 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=19063512 memory=12544 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47176095 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=19063512 memory=2168480 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 1758 0 0 0 0 0 0 0 20 0 20 0 47176096 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42912] ppid=42820 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/42835/task/42912/stat : 42912 (Timer-0) S 42820 42835 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47176175 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 3253.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2168480 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.17 4.18 5/347 43109
/proc/meminfo: memFree=37326600/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=19063512 memory=2168480 CPUtime=3313.95 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 127235 0 0 0 330286 1109 0 0 20 0 20 0 47176092 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4765878 542120 5519 1 0 555259 0
[pid=42835/tid=42853] ppid=42820 vsize=19063512 memory=14572 CPUtime=3277.93 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) R 42820 42835 42765 0 -1 4194368 50008 0 0 0 326784 1009 0 0 20 0 20 0 47176093 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47176095 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=19063512 memory=2168480 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 1807 0 0 0 0 0 0 0 20 0 20 0 47176096 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42912] ppid=42820 vsize=19063512 memory=2168480 CPUtime=0 cores=1,3
/proc/42835/task/42912/stat : 42912 (Timer-0) S 42820 42835 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47176175 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 3313.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2168480 KiB

[startup+3402.31 s]
/proc/loadavg: 4.16 4.18 4.18 5/347 43112
/proc/meminfo: memFree=36490380/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=19063512 memory=2168480 CPUtime=3374.28 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 130073 0 0 0 336303 1125 0 0 20 0 20 0 47176092 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4765878 542120 5519 1 0 555259 0
[pid=42835/tid=42853] ppid=42820 vsize=19063512 memory=11136 CPUtime=3337.4 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) R 42820 42835 42765 0 -1 4194368 50882 0 0 0 332716 1024 0 0 20 0 20 0 47176093 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=19063512 memory=2168480 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47176095 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=19063512 memory=2168480 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 1860 0 0 0 0 0 0 0 20 0 20 0 47176096 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42912] ppid=42820 vsize=19063512 memory=-6000919507116386923 CPUtime=0 cores=1,3
/proc/42835/task/42912/stat : 42912 (Timer-0) S 42820 42835 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47176175 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 3374.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2168480 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.18 4.18 5/351 43126
/proc/meminfo: memFree=35502192/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=19063512 memory=2168480 CPUtime=3434.08 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 130264 0 0 0 342267 1141 0 0 20 0 20 0 47176092 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4765878 542120 5519 1 0 555259 0
[pid=42835/tid=42853] ppid=42820 vsize=19063512 memory=11136 CPUtime=3396.71 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) R 42820 42835 42765 0 -1 4194368 51039 0 0 0 338632 1039 0 0 20 0 20 0 47176093 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=19063512 memory=2168480 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47176095 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=19063512 memory=2168480 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 1860 0 0 0 0 0 0 0 20 0 20 0 47176096 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42912] ppid=42820 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/42835/task/42912/stat : 42912 (Timer-0) S 42820 42835 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47176175 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 3434.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2168480 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.21 4.19 5/348 43196
/proc/meminfo: memFree=69137724/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=19063512 memory=2168480 CPUtime=3494.02 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 131615 0 0 0 348244 1158 0 0 20 0 20 0 47176092 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4765878 542120 5519 1 0 555259 0
[pid=42835/tid=42853] ppid=42820 vsize=19063512 memory=2168480 CPUtime=3456.19 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) R 42820 42835 42765 0 -1 4194368 52063 0 0 0 344565 1054 0 0 20 0 20 0 47176093 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47176095 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=19063512 memory=2168480 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 1860 0 0 0 0 0 0 0 20 0 20 0 47176096 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42912] ppid=42820 vsize=19063512 memory=2168480 CPUtime=0 cores=1,3
/proc/42835/task/42912/stat : 42912 (Timer-0) S 42820 42835 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47176175 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 3494.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2168480 KiB

[startup+3582.3 s]
/proc/loadavg: 4.29 4.23 4.19 5/347 43330
/proc/meminfo: memFree=99921756/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=19063512 memory=2168480 CPUtime=3553.75 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 132920 0 0 0 354199 1176 0 0 20 0 20 0 47176092 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4765878 542120 5519 1 0 555259 0
[pid=42835/tid=42853] ppid=42820 vsize=19063512 memory=2168480 CPUtime=3515.45 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) R 42820 42835 42765 0 -1 4194368 52907 0 0 0 350474 1071 0 0 20 0 20 0 47176093 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=19063512 memory=14572 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47176095 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=19063512 memory=2168480 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 1915 0 0 0 0 0 0 0 20 0 20 0 47176096 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42912] ppid=42820 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/42835/task/42912/stat : 42912 (Timer-0) S 42820 42835 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47176175 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 3553.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2168480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3628.7 s]
/proc/loadavg: 4.21 4.21 4.19 5/346 43332
/proc/meminfo: memFree=98877972/131249996 swapFree=33010684/33010684
[pid=42835] ppid=42820 vsize=19063512 memory=2168480 CPUtime=3600.01 cores=1,3
/proc/42835/stat : 42835 (java) S 42820 42835 42765 0 -1 4194304 133849 0 0 0 358811 1190 0 0 20 0 20 0 47176092 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
/proc/42835/statm: 4765878 542120 5519 1 0 555259 0
[pid=42835/tid=42853] ppid=42820 vsize=19063512 memory=2168480 CPUtime=3561.5 cores=1,3
/proc/42835/task/42853/stat : 42853 (java) R 42820 42835 42765 0 -1 4194368 53227 0 0 0 355066 1084 0 0 20 0 20 0 47176093 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42896] ppid=42820 vsize=19063512 memory=2168480 CPUtime=0 cores=1,3
/proc/42835/task/42896/stat : 42896 (Finalizer) S 42820 42835 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47176095 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42904] ppid=42820 vsize=19063512 memory=2168480 CPUtime=0 cores=1,3
/proc/42835/task/42904/stat : 42904 (Common-Cleaner) S 42820 42835 42765 0 -1 4194368 1971 0 0 0 0 0 0 0 20 0 20 0 47176096 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
[pid=42835/tid=42912] ppid=42820 vsize=19063512 memory=2168480 CPUtime=0 cores=1,3
/proc/42835/task/42912/stat : 42912 (Timer-0) S 42820 42835 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47176175 19521036288 542120 18446744073709551615 94819831308288 94819831311984 140721959078144 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94819831319800 94819831320592 94819860611072 140721959082288 140721959082470 140721959082470 140721959088072 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2168480 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.24 s, system=11.9186 s

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

[startup+3628.81 s]*
/proc/loadavg: 4.21 4.21 4.19 5/328 43335
/proc/meminfo: memFree=100928752/131249996 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): 3628.81
CPU time (s): 3600.16
CPU user time (s): 3588.24
CPU system time (s): 11.9186
CPU usage (%): 99.2104
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2168480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.24
system time used= 11.9186
maximum resident set size= 2169632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136994
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22295024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132019
involuntary context switches= 9789


# summary of solver processes directly reported to runsolver:
#   pid: 42835
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3588.24
#   total CPU system time (s): 11.9186

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.51242 second user time and 16.8754 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-06-30 22:22:55
IDJOB=4485513
IDBENCH=146799
IDSOLVER=3364
FILE ID=nodeC032/4485513-1751314974
RUNJOBID= nodeC032-1751314974-42777
SLURM_JOB_ID= 9594329
Free space on /tmp= 432064 MiB

SOLVER NAME= Sat4j Resolution VeriPB 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 -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485513-1751314974/watcher-4485513-1751314974 -o /tmp/evaluation-result-4485513-1751314974/solver-4485513-1751314974 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751314974-42777 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4485513-1751314974 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4485513-1751314974.opb

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

MD5SUM BENCH= 544c048089694b51508f2abafcc5af71
RANDOM SEED=458562791

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130011988 kB
MemAvailable:   129768724 kB
Buffers:            3280 kB
Cached:           564860 kB
SwapCached:            0 kB
Active:           318848 kB
Inactive:         311480 kB
Active(anon):      80256 kB
Inactive(anon):        0 kB
Active(file):     238592 kB
Inactive(file):   311480 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11080 kB
Writeback:             0 kB
AnonPages:         65340 kB
Mapped:           102896 kB
Shmem:             18068 kB
KReclaimable:      91804 kB
Slab:             176864 kB
SReclaimable:      91804 kB
SUnreclaim:        85060 kB
KernelStack:        4096 kB
PageTables:         2856 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     330304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432048 MiB
End job on nodeC032 at 2025-06-30 23:23:24