Trace number 4516110

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.31 3570.77

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-large-v4/normalized-grid8_60.opb
MD5SUMfd6b1ecb07027f6f8fc295ea289e4759
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.014089
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables480
Total number of constraints961
Number of constraints which are clauses960
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint480
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 239
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 719
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2104792832
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2113929216
0.26/0.26	c Number of processors 	2
0.42/0.37	c Pseudo Boolean Optimization by upper bound
0.42/0.37	c --- Begin Solver configuration ---
0.42/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.37	c Learn all clauses as in MiniSAT
0.42/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.37	c Expensive reason simplification
0.42/0.37	c Glucose 2.1 dynamic restart strategy
0.42/0.37	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.42/0.37	c timeout=2147483s
0.42/0.37	c DB Simplification allowed=false
0.42/0.37	c Listener: none
0.42/0.37	c --- End Solver configuration ---
0.42/0.37	c solving HOME/instance-4516110-1751237252.opb
0.42/0.37	c reading problem ... 
0.42/0.37	c  no objective function found
0.60/0.49	c ... done. Wall clock time 0.112s.
0.60/0.49	c declared #vars     480
0.60/0.49	c #constraints  961
0.60/0.49	c constraints type 
0.60/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 960
0.60/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.60/0.49	c 961 constraints processed.
2.49/1.43	c cleaning 2501 clauses out of 5001 with flag 10633/5001
3.16/1.84	c cleaning 4250 clauses out of 8500 with flag 23452/11001
3.68/2.24	c cleaning 5626 clauses out of 11251 with flag 38340/18002
4.30/2.84	c cleaning 6807 clauses out of 13623 with flag 55383/26000
5.30/3.83	c cleaning 7908 clauses out of 15816 with flag 74639/35000
6.51/5.09	c cleaning 8955 clauses out of 17909 with flag 96000/45001
8.05/6.47	c cleaning 9977 clauses out of 19953 with flag 119403/56000
9.25/7.69	c cleaning 10987 clauses out of 21976 with flag 144913/68000
10.52/8.89	c cleaning 11991 clauses out of 23990 with flag 172559/81001
11.64/9.92	c cleaning 13001 clauses out of 26001 with flag 202408/95003
12.99/11.25	c cleaning 13999 clauses out of 27998 with flag 234346/110001
14.59/12.75	c cleaning 15000 clauses out of 29999 with flag 268446/126001
16.72/14.84	c cleaning 15998 clauses out of 31999 with flag 304718/143001
18.21/16.31	c cleaning 16999 clauses out of 34001 with flag 342969/161001
20.02/18.04	c cleaning 17997 clauses out of 36002 with flag 383144/180001
22.03/20.01	c cleaning 18999 clauses out of 38005 with flag 425681/200001
24.33/22.28	c cleaning 19999 clauses out of 40005 with flag 470299/221000
27.42/25.24	c cleaning 21003 clauses out of 42006 with flag 516930/243000
29.92/27.76	c cleaning 21999 clauses out of 44004 with flag 565940/266001
32.81/30.58	c cleaning 23003 clauses out of 46006 with flag 617047/290002
35.82/33.40	c cleaning 24000 clauses out of 48003 with flag 670339/315002
38.31/35.96	c cleaning 24999 clauses out of 50002 with flag 725722/341001
42.61/40.17	c cleaning 26002 clauses out of 52003 with flag 783293/368001
46.10/43.53	c cleaning 26999 clauses out of 54002 with flag 842910/396002
49.93/47.29	c cleaning 28001 clauses out of 56001 with flag 904772/425000
53.13/50.48	c cleaning 28998 clauses out of 58000 with flag 968446/455000
57.83/55.01	c cleaning 29999 clauses out of 60003 with flag 1034384/486001
62.15/59.26	c cleaning 30996 clauses out of 62004 with flag 1102508/518001
66.25/63.31	c cleaning 32005 clauses out of 64009 with flag 1172391/551002
70.78/67.90	c cleaning 32998 clauses out of 66003 with flag 1244652/585001
76.85/73.86	c cleaning 33997 clauses out of 68007 with flag 1318990/620003
82.06/78.97	c cleaning 35002 clauses out of 70007 with flag 1395284/656000
87.50/84.22	c cleaning 36000 clauses out of 72005 with flag 1473897/693000
93.08/89.90	c cleaning 36997 clauses out of 74007 with flag 1554623/731002
99.89/96.02	c cleaning 37998 clauses out of 76008 with flag 1637592/770000
106.66/102.73	c cleaning 39002 clauses out of 78010 with flag 1722830/810000
113.77/109.77	c cleaning 40005 clauses out of 80009 with flag 1810202/851001
120.87/116.71	c cleaning 41002 clauses out of 82004 with flag 1899641/893001
127.02/122.73	c cleaning 41997 clauses out of 84001 with flag 1990414/936000
134.05/129.65	c cleaning 42996 clauses out of 86004 with flag 2083565/980000
140.71/136.17	c cleaning 43997 clauses out of 88009 with flag 2179158/1025001
148.08/143.39	c cleaning 45002 clauses out of 90011 with flag 2276979/1071000
156.26/151.48	c cleaning 45999 clauses out of 92010 with flag 2376848/1118001
164.56/159.67	c cleaning 46998 clauses out of 94010 with flag 2479167/1166000
172.98/167.98	c cleaning 48002 clauses out of 96012 with flag 2583433/1215000
182.37/177.27	c cleaning 49005 clauses out of 98010 with flag 2689747/1265000
191.73/186.46	c cleaning 50001 clauses out of 100007 with flag 2797972/1316002
200.89/194.92	c cleaning 50998 clauses out of 102004 with flag 2908295/1368000
209.97/203.95	c cleaning 52000 clauses out of 104006 with flag 3021022/1421000
221.44/215.24	c cleaning 52998 clauses out of 106007 with flag 3135968/1475001
230.62/224.46	c cleaning 54003 clauses out of 108008 with flag 3252800/1530000
241.39/235.12	c cleaning 55000 clauses out of 110006 with flag 3371952/1586001
251.91/245.60	c cleaning 56003 clauses out of 112006 with flag 3493421/1643001
264.68/258.24	c cleaning 56999 clauses out of 114003 with flag 3616736/1701001
278.58/272.07	c cleaning 57994 clauses out of 116003 with flag 3742255/1760000
290.84/284.26	c cleaning 59002 clauses out of 118010 with flag 3869841/1820001
306.32/299.69	c cleaning 59999 clauses out of 120008 with flag 3999416/1881001
319.15/312.34	c cleaning 61004 clauses out of 122008 with flag 4131025/1943000
332.30/325.47	c cleaning 61999 clauses out of 124005 with flag 4264939/2006001
346.70/338.55	c cleaning 63001 clauses out of 126006 with flag 4400616/2070001
360.23/351.90	c cleaning 63995 clauses out of 128005 with flag 4538029/2135001
373.73/365.29	c cleaning 64998 clauses out of 130011 with flag 4678869/2201002
389.57/380.93	c cleaning 66001 clauses out of 132011 with flag 4820995/2268000
405.69/396.99	c cleaning 67006 clauses out of 134011 with flag 4965844/2336001
421.64/412.75	c cleaning 67993 clauses out of 136004 with flag 5112297/2405000
439.07/430.04	c cleaning 69006 clauses out of 138012 with flag 5261232/2475001
451.21/442.06	c cleaning 70003 clauses out of 140005 with flag 5412394/2546000
467.12/457.86	c cleaning 71000 clauses out of 142002 with flag 5565377/2618000
483.09/473.71	c cleaning 72001 clauses out of 144004 with flag 5720588/2691002
501.54/492.08	c cleaning 72996 clauses out of 146003 with flag 5877738/2765002
519.47/509.83	c cleaning 73999 clauses out of 148005 with flag 6037229/2840000
533.17/523.43	c cleaning 75001 clauses out of 150006 with flag 6199276/2916000
549.49/539.75	c cleaning 76002 clauses out of 152006 with flag 6363067/2993001
569.41/559.51	c cleaning 76998 clauses out of 154003 with flag 6528827/3071000
589.43/579.35	c cleaning 78002 clauses out of 156006 with flag 6697287/3150001
611.11/599.89	c cleaning 79002 clauses out of 158004 with flag 6867553/3230001
631.33/619.93	c cleaning 79999 clauses out of 160001 with flag 7039340/3311000
652.77/641.37	c cleaning 81000 clauses out of 162002 with flag 7213713/3393000
676.14/664.34	c cleaning 82000 clauses out of 164002 with flag 7390301/3476000
699.57/687.60	c cleaning 83001 clauses out of 166002 with flag 7568204/3560000
725.82/713.65	c cleaning 84001 clauses out of 168001 with flag 7748953/3645000
749.39/737.03	c cleaning 85000 clauses out of 170000 with flag 7932020/3731000
772.67/760.26	c cleaning 85990 clauses out of 172000 with flag 8116379/3818000
793.75/781.11	c cleaning 87003 clauses out of 174010 with flag 8302413/3906000
817.07/804.21	c cleaning 87999 clauses out of 176007 with flag 8490338/3995000
839.33/826.46	c cleaning 88997 clauses out of 178008 with flag 8680286/4085000
865.04/851.84	c cleaning 90006 clauses out of 180011 with flag 8872306/4176000
887.96/874.66	c cleaning 90991 clauses out of 182005 with flag 9066543/4268000
914.47/901.10	c cleaning 92000 clauses out of 184015 with flag 9262993/4361001
938.53/924.86	c cleaning 93005 clauses out of 186014 with flag 9461764/4455000
964.06/948.90	c cleaning 94000 clauses out of 188010 with flag 9663359/4550001
992.80/977.38	c cleaning 95004 clauses out of 190009 with flag 9867368/4646000
1018.14/1002.56	c cleaning 96000 clauses out of 192005 with flag 10072342/4743000
1048.43/1032.70	c cleaning 97000 clauses out of 194007 with flag 10280475/4841002
1077.55/1061.65	c cleaning 97997 clauses out of 196005 with flag 10491172/4940000
1101.70/1085.67	c cleaning 99000 clauses out of 198008 with flag 10702705/5040000
1133.31/1116.89	c cleaning 99996 clauses out of 200009 with flag 10917263/5141001
1162.51/1146.01	c cleaning 101006 clauses out of 202013 with flag 11134218/5243001
1196.88/1180.11	c cleaning 102001 clauses out of 204007 with flag 11352516/5346001
1232.49/1215.60	c cleaning 103003 clauses out of 206005 with flag 11573355/5450000
1262.06/1244.99	c cleaning 104000 clauses out of 208003 with flag 11794795/5555001
1292.87/1275.62	c cleaning 104989 clauses out of 210002 with flag 12019026/5661000
1325.21/1307.72	c cleaning 106005 clauses out of 212013 with flag 12246154/5768000
1354.44/1336.85	c cleaning 107001 clauses out of 214010 with flag 12474483/5876002
1386.78/1368.94	c cleaning 108002 clauses out of 216007 with flag 12705647/5985000
1414.11/1396.11	c cleaning 109002 clauses out of 218005 with flag 12939224/6095000
1448.89/1430.68	c cleaning 110001 clauses out of 220005 with flag 13174160/6206002
1483.29/1463.46	c cleaning 110995 clauses out of 222002 with flag 13411660/6318000
1518.15/1498.26	c cleaning 111997 clauses out of 224008 with flag 13651561/6431001
1553.27/1533.09	c cleaning 112999 clauses out of 226012 with flag 13893346/6545002
1590.70/1570.33	c cleaning 113998 clauses out of 228011 with flag 14137571/6660000
1626.95/1606.44	c cleaning 115001 clauses out of 230013 with flag 14383296/6776000
1670.68/1649.87	c cleaning 115999 clauses out of 232014 with flag 14630578/6893002
1712.39/1691.39	c cleaning 116997 clauses out of 234014 with flag 14881279/7011001
1754.77/1733.54	c cleaning 118003 clauses out of 236017 with flag 15134114/7130001
1799.86/1778.58	c cleaning 119002 clauses out of 238015 with flag 15388348/7250002
1843.66/1822.04	c cleaning 120000 clauses out of 240012 with flag 15643448/7371001
1882.01/1860.27	c cleaning 120999 clauses out of 242012 with flag 15902704/7493001
1927.14/1905.33	c cleaning 122003 clauses out of 244012 with flag 16164032/7616000
1973.38/1951.22	c cleaning 123003 clauses out of 246010 with flag 16427830/7740001
2028.85/2006.65	c cleaning 123996 clauses out of 248006 with flag 16693158/7865000
2070.87/2048.36	c cleaning 125001 clauses out of 250012 with flag 16959088/7991002
2111.83/2089.19	c cleaning 125998 clauses out of 252009 with flag 17226693/8118000
2152.13/2129.33	c cleaning 127007 clauses out of 254013 with flag 17496551/8246002
2197.47/2174.33	c cleaning 128003 clauses out of 256006 with flag 17768699/8375002
2239.89/2216.61	c cleaning 128998 clauses out of 258004 with flag 18044414/8505003
2288.19/2264.69	c cleaning 130002 clauses out of 260003 with flag 18323147/8636000
2332.87/2309.16	c cleaning 130999 clauses out of 262002 with flag 18603757/8768001
2383.02/2357.67	c cleaning 131996 clauses out of 264002 with flag 18886277/8901000
2441.98/2416.61	c cleaning 132993 clauses out of 266006 with flag 19171371/9035000
2494.72/2469.37	c cleaning 134001 clauses out of 268015 with flag 19458848/9170002
2551.59/2525.60	c cleaning 135002 clauses out of 270012 with flag 19748363/9306000
2603.96/2577.78	c cleaning 135999 clauses out of 272010 with flag 20039678/9443000
2651.64/2625.11	c cleaning 137001 clauses out of 274012 with flag 20333479/9581001
2708.10/2681.47	c cleaning 137999 clauses out of 276010 with flag 20628850/9720000
2761.63/2734.72	c cleaning 138998 clauses out of 278011 with flag 20926384/9860000
2824.39/2797.38	c cleaning 140003 clauses out of 280013 with flag 21226392/10001000
2882.34/2855.22	c cleaning 141005 clauses out of 282011 with flag 21528052/10143001
2943.04/2915.93	c cleaning 141999 clauses out of 284006 with flag 21829763/10286001
3008.57/2981.12	c cleaning 143003 clauses out of 286006 with flag 22133152/10430000
3071.69/3044.05	c cleaning 143998 clauses out of 288003 with flag 22440905/10575000
3137.06/3109.29	c cleaning 145001 clauses out of 290006 with flag 22751013/10721001
3205.88/3177.91	c cleaning 145996 clauses out of 292004 with flag 23063749/10868000
3277.13/3249.09	c cleaning 147002 clauses out of 294010 with flag 23378249/11016002
3335.82/3307.57	c cleaning 147991 clauses out of 296006 with flag 23694068/11165000
3383.73/3355.08	c cleaning 149005 clauses out of 298015 with flag 24010356/11315000
3428.72/3399.84	c cleaning 150005 clauses out of 300011 with flag 24328782/11466001
3491.70/3462.75	c cleaning 151001 clauses out of 302005 with flag 24649405/11618000
3543.44/3514.34	c cleaning 151994 clauses out of 304004 with flag 24973199/11771000
3600.04/3570.62	c starts		: 1
3600.04/3570.63	c timeout
3600.04/3570.64	c conflicts		: 11918781
3600.04/3570.64	c decisions		: 12316538
3600.04/3570.64	c propagations		: 58668366
3600.04/3570.64	c inspects		: 13081180800
3600.04/3570.64	c shortcuts		: 0
3600.04/3570.64	c learnt literals	: 0
3600.04/3570.64	c learnt binary clauses	: 0
3600.04/3570.64	c learnt ternary clauses	: 0
3600.04/3570.64	c learnt constraints	: 11918781
3600.04/3570.64	c ignored constraints	: 0
3600.04/3570.64	c root simplifications	: 0
3600.04/3570.64	c removed literals (reason simplification)	: 272594875
3600.04/3570.64	c reason swapping (by a shorter reason)	: 0
3600.04/3570.64	c Calls to reduceDB	: 149
3600.04/3570.64	c Number of update (reduction) of LBD	: 216552
3600.04/3570.64	c Imported unit clauses	: 0
3600.04/3570.64	c No decision after first conflict	: false
3600.04/3570.64	c number of reductions to clauses (during analyze)	: 0
3600.04/3570.64	c number of learned constraints concerned by reduction	: 0
3600.04/3570.64	c number of learning phase by resolution	: 0
3600.04/3570.64	c number of learning phase by cutting planes	: 0
3600.04/3570.64	c number of rounding to 1 operations	: 0
3600.04/3570.64	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3570.64	c number of reductions of the coefficients by power 2 	: 0
3600.04/3570.64	c number of right shift for reduction by power 2 	: 0
3600.04/3570.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3570.64	c number of ending skipping 	: 0
3600.04/3570.64	c number of internal skipping 	: 0
3600.04/3570.64	c number of derivation steps 	: 0
3600.04/3570.64	c number of skipped derivation steps 	: 0
3600.04/3570.64	c number of remaining unassigned 	: 0
3600.04/3570.64	c number of remaining assigned 	: 0
3600.04/3570.64	c number of falsified literals weakened from reason	: 0
3600.04/3570.64	c number of falsified literals weakened from conflict	: 0
3600.04/3570.64	c time for arithmetic operations	: 0
3600.04/3570.64	c minimum degree of deleted constraints	: null
3600.04/3570.64	c maximum degree of deleted constraints	: null
3600.04/3570.64	c number of deleted constraints	: 0
3600.04/3570.64	c speed (assignments/second)	: 16433.039311826655
3600.04/3570.64	c non guided choices	: 231
3600.23/3570.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 299791
3600.23/3570.72	s UNKNOWN
3600.23/3570.72	c Total wall clock time (in seconds): 3570.346

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=34913, runsolver pid=34900

[startup+0.100069 s]*
/proc/loadavg: 1.08 1.49 2.62 12/319 34984
/proc/meminfo: memFree=129806856/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=18930344 memory=46208 CPUtime=0.09 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 5362 0 100 0 6 3 0 0 20 0 18 0 39404559 19384672256 11552 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4732586 11552 5095 1 0 546684 0
[pid=34913/tid=34926] ppid=34900 vsize=18930344 memory=4026532124 CPUtime=0.05 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 4472 0 100 0 3 2 0 0 20 0 18 0 39404562 19384672256 11552 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=18930344 memory=13926 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39404568 19384672256 11552 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=18930344 memory=57394570986489 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39404569 19384672256 11552 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 46208 KiB

[startup+0.21503 s]*
/proc/loadavg: 1.08 1.49 2.62 11/319 34984
/proc/meminfo: memFree=129794524/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=18930384 memory=51872 CPUtime=0.26 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 6037 0 100 0 22 4 0 0 20 0 18 0 39404559 19384713216 12968 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4732596 12968 5351 1 0 547233 0
[pid=34913/tid=34926] ppid=34900 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 4872 0 100 0 14 3 0 0 20 0 18 0 39404562 19384713216 12968 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=18930384 memory=13926 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39404568 19384713216 12968 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=18930384 memory=57394570986489 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39404569 19384713216 12968 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51872 KiB

[startup+0.314722 s]*
/proc/loadavg: 1.08 1.49 2.62 12/319 34984
/proc/meminfo: memFree=129764972/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=18930384 memory=58128 CPUtime=0.42 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 6564 0 100 0 37 5 0 0 20 0 18 0 39404559 19384713216 14532 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4732596 14532 5351 1 0 547690 0
[pid=34913/tid=34926] ppid=34900 vsize=18930384 memory=-6000919476934174828 CPUtime=0.26 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 5040 0 100 0 23 3 0 0 20 0 18 0 39404562 19384713216 14532 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39404568 19384713216 14532 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39404569 19384713216 14532 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58128 KiB

[startup+0.700304 s]
/proc/loadavg: 1.08 1.49 2.62 12/303 34990
/proc/meminfo: memFree=129765608/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=18996948 memory=65864 CPUtime=1.11 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 8381 0 100 0 105 6 0 0 20 0 19 0 39404559 19452874752 16466 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4749237 16466 5415 1 0 548666 0
[pid=34913/tid=34926] ppid=34900 vsize=18996948 memory=17408 CPUtime=0.57 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 5221 0 100 0 54 3 0 0 20 0 19 0 39404562 19452874752 16466 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39404568 19452874752 16466 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39404569 19452874752 16466 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34989] ppid=34900 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/34913/task/34989/stat : 34989 (Timer-0) S 34900 34913 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39404609 19452874752 16466 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65864 KiB

[startup+1.5003 s]
/proc/loadavg: 1.08 1.49 2.62 8/301 34998
/proc/meminfo: memFree=129724672/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=18996948 memory=96900 CPUtime=2.68 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 15496 0 100 0 259 9 0 0 20 0 19 0 39404559 19452874752 24225 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4749237 24225 5415 1 0 551106 0
[pid=34913/tid=34926] ppid=34900 vsize=18996948 memory=0 CPUtime=1.34 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 6265 0 100 0 129 5 0 0 20 0 19 0 39404562 19452874752 24225 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39404568 19452874752 24225 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39404569 19452874752 24225 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34989] ppid=34900 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/34913/task/34989/stat : 34989 (Timer-0) S 34900 34913 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39404609 19452874752 24225 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 96900 KiB

[startup+3.11316 s]
/proc/loadavg: 1.08 1.49 2.62 10/326 35057
/proc/meminfo: memFree=129401168/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=19063512 memory=210384 CPUtime=4.62 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 18114 0 100 0 449 13 0 0 20 0 20 0 39404559 19521036288 52596 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4765878 52596 5479 1 0 551901 0
[pid=34913/tid=34926] ppid=34900 vsize=19063512 memory=11264 CPUtime=2.78 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 6621 0 100 0 272 6 0 0 20 0 20 0 39404562 19521036288 52596 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=19063512 memory=-6000919507149875308 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 52596 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39404569 19521036288 52596 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34989] ppid=34900 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/34913/task/34989/stat : 34989 (Timer-0) S 34900 34913 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404609 19521036288 52596 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 4.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 210384 KiB

[startup+6.30038 s]
/proc/loadavg: 1.47 1.56 2.64 6/328 35059
/proc/meminfo: memFree=129075040/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=19063512 memory=266128 CPUtime=7.95 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 18289 0 100 0 781 14 0 0 20 0 20 0 39404559 19521036288 66532 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4765878 66532 5479 1 0 551901 0
[pid=34913/tid=34926] ppid=34900 vsize=19063512 memory=0 CPUtime=5.86 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 6638 0 100 0 580 6 0 0 20 0 20 0 39404562 19521036288 66532 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 66532 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39404569 19521036288 66532 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34989] ppid=34900 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/34913/task/34989/stat : 34989 (Timer-0) S 34900 34913 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404609 19521036288 66532 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 7.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 266128 KiB

[startup+12.7004 s]
/proc/loadavg: 1.76 1.62 2.65 7/328 35059
/proc/meminfo: memFree=128492884/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=19063512 memory=472924 CPUtime=14.59 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 22159 0 100 0 1440 19 0 0 20 0 20 0 39404559 19521036288 118231 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4765878 118231 5479 1 0 744055 0
[pid=34913/tid=34926] ppid=34900 vsize=19063512 memory=11264 CPUtime=11.91 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 7404 0 100 0 1184 7 0 0 20 0 20 0 39404562 19521036288 118231 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 118231 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39404569 19521036288 118231 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34989] ppid=34900 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/34913/task/34989/stat : 34989 (Timer-0) S 34900 34913 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404609 19521036288 118231 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 14.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 472924 KiB

[startup+25.5005 s]
/proc/loadavg: 2.25 1.74 2.67 8/328 35059
/proc/meminfo: memFree=126826288/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=19063512 memory=901056 CPUtime=27.72 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 23932 0 100 0 2743 29 0 0 20 0 20 0 39404559 19521036288 225264 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4765878 225264 5479 1 0 744066 0
[pid=34913/tid=34926] ppid=34900 vsize=19063512 memory=0 CPUtime=24.34 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 8197 0 100 0 2424 10 0 0 20 0 20 0 39404562 19521036288 225264 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=19063512 memory=812992 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 225264 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39404569 19521036288 225264 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34989] ppid=34900 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/34913/task/34989/stat : 34989 (Timer-0) S 34900 34913 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404609 19521036288 225264 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 27.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 901056 KiB

[startup+51.1139 s]
/proc/loadavg: 3.01 1.95 2.72 7/328 35059
/proc/meminfo: memFree=123992216/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=19063512 memory=1516968 CPUtime=53.84 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 25583 0 100 0 5340 44 0 0 20 0 20 0 39404559 19521036288 379242 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4765878 379242 5511 1 0 877770 0
[pid=34913/tid=34926] ppid=34900 vsize=19063512 memory=1289568 CPUtime=49.3 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 8494 0 100 0 4917 13 0 0 20 0 20 0 39404562 19521036288 379242 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=19063512 memory=1359200 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 379242 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0

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

[startup+3222.3 s]
/proc/loadavg: 4.14 4.14 4.10 7/328 35229
/proc/meminfo: memFree=99512436/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=19063512 memory=7005212 CPUtime=3250.46 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 168410 0 100 0 324672 374 0 0 20 0 20 0 39404559 19521036288 1751303 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4765878 1751303 5511 1 0 2285025 0
[pid=34913/tid=34926] ppid=34900 vsize=19063512 memory=7005212 CPUtime=3186.05 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 87362 0 100 0 318536 69 0 0 20 0 20 0 39404562 19521036288 1751303 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=19063512 memory=-6000919507149875308 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 1751303 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 1659 0 0 0 0 0 0 0 20 0 20 0 39404569 19521036288 1751303 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34989] ppid=34900 vsize=19063512 memory=7005212 CPUtime=0 cores=1,3
/proc/34913/task/34989/stat : 34989 (Timer-0) S 34900 34913 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404609 19521036288 1751303 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 3250.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7005212 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.15 4.10 7/328 35231
/proc/meminfo: memFree=99401964/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=19063512 memory=7005212 CPUtime=3310.68 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 170619 0 100 0 330689 379 0 0 20 0 20 0 39404559 19521036288 1751303 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4765878 1751303 5511 1 0 2285025 0
[pid=34913/tid=34926] ppid=34900 vsize=19063512 memory=14720 CPUtime=3245.55 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 89292 0 100 0 324485 70 0 0 20 0 20 0 39404562 19521036288 1751303 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 1751303 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=19063512 memory=7005212 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 1713 0 0 0 0 0 0 0 20 0 20 0 39404569 19521036288 1751303 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34989] ppid=34900 vsize=19063512 memory=7005212 CPUtime=0 cores=1,3
/proc/34913/task/34989/stat : 34989 (Timer-0) S 34900 34913 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404609 19521036288 1751303 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 3310.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7005212 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.16 4.10 7/328 35233
/proc/meminfo: memFree=99379704/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=19063512 memory=7005212 CPUtime=3370.66 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 173632 0 100 0 336682 384 0 0 20 0 20 0 39404559 19521036288 1751303 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4765878 1751303 5511 1 0 2285025 0
[pid=34913/tid=34926] ppid=34900 vsize=19063512 memory=4352 CPUtime=3305.28 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 91663 0 100 0 330457 71 0 0 20 0 20 0 39404562 19521036288 1751303 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=19063512 memory=7005212 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 1751303 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 1763 0 0 0 0 0 0 0 20 0 20 0 39404569 19521036288 1751303 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34989] ppid=34900 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/34913/task/34989/stat : 34989 (Timer-0) S 34900 34913 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404609 19521036288 1751303 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 3370.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7005212 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.16 4.10 7/328 35235
/proc/meminfo: memFree=99375500/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=19063512 memory=7011356 CPUtime=3431.21 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 175682 0 100 0 342734 387 0 0 20 0 20 0 39404559 19521036288 1752839 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4765878 1752839 5511 1 0 2285025 0
[pid=34913/tid=34926] ppid=34900 vsize=19063512 memory=0 CPUtime=3364.42 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 92739 0 100 0 336371 71 0 0 20 0 20 0 39404562 19521036288 1752839 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=19063512 memory=7011356 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 1752839 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=19063512 memory=7011356 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 1779 0 0 0 0 0 0 0 20 0 20 0 39404569 19521036288 1752839 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34989] ppid=34900 vsize=19063512 memory=7011356 CPUtime=0 cores=1,3
/proc/34913/task/34989/stat : 34989 (Timer-0) S 34900 34913 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404609 19521036288 1752839 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 3431.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7011356 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.16 4.10 7/327 35237
/proc/meminfo: memFree=99197440/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=19063512 memory=7183388 CPUtime=3491.3 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 177853 0 100 0 348735 395 0 0 20 0 20 0 39404559 19521036288 1795847 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4765878 1795847 5511 1 0 2285025 0
[pid=34913/tid=34926] ppid=34900 vsize=19063512 memory=0 CPUtime=3424.01 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 94795 0 100 0 342329 72 0 0 20 0 20 0 39404562 19521036288 1795847 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=19063512 memory=7183388 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 1795847 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=19063512 memory=7011356 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 1779 0 0 0 0 0 0 0 20 0 20 0 39404569 19521036288 1795847 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34989] ppid=34900 vsize=19063512 memory=7183388 CPUtime=0 cores=1,3
/proc/34913/task/34989/stat : 34989 (Timer-0) S 34900 34913 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404609 19521036288 1795847 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 3491.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7183388 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.16 4.10 7/327 35241
/proc/meminfo: memFree=99099360/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=19063512 memory=7281692 CPUtime=3551.45 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 181372 0 100 0 354744 401 0 0 20 0 20 0 39404559 19521036288 1820423 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4765878 1820423 5511 1 0 2285025 0
[pid=34913/tid=34926] ppid=34900 vsize=19063512 memory=7183388 CPUtime=3483.54 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 97035 0 100 0 348281 73 0 0 20 0 20 0 39404562 19521036288 1820423 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 1820423 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 1795 0 0 0 0 0 0 0 20 0 20 0 39404569 19521036288 1820423 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34989] ppid=34900 vsize=19063512 memory=7281692 CPUtime=0 cores=1,3
/proc/34913/task/34989/stat : 34989 (Timer-0) S 34900 34913 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404609 19521036288 1820423 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 3551.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7281692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3570.6 s]
/proc/loadavg: 4.30 4.20 4.12 7/327 35311
/proc/meminfo: memFree=110682560/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=19063512 memory=7429148 CPUtime=3600.04 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 182835 0 100 0 359596 408 0 0 20 0 20 0 39404559 19521036288 1857287 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4765878 1857287 5511 1 0 2285025 0
[pid=34913/tid=34926] ppid=34900 vsize=19063512 memory=6852 CPUtime=3531.3 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) R 34900 34913 32092 0 -1 4194368 98283 0 100 0 353056 74 0 0 20 0 20 0 39404562 19521036288 1857287 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=19063512 memory=7429148 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 1857287 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 1811 0 0 0 0 0 0 0 20 0 20 0 39404569 19521036288 1857287 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34989] ppid=34900 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/34913/task/34989/stat : 34989 (Timer-0) S 34900 34913 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404609 19521036288 1857287 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7429148 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.18 s, system=4.12756 s

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

[startup+3570.7 s]
/proc/loadavg: 4.30 4.20 4.12 7/327 35311
/proc/meminfo: memFree=110682560/131382112 swapFree=33010684/33010684
[pid=34913] ppid=34900 vsize=19263204 memory=7429916 CPUtime=3600.23 cores=1,3
/proc/34913/stat : 34913 (java) S 34900 34913 32092 0 -1 4194304 184813 0 100 0 359615 408 0 0 20 0 21 0 39404559 19725520896 1857479 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
/proc/34913/statm: 4815801 1857479 5543 1 0 2285932 0
[pid=34913/tid=34926] ppid=34900 vsize=19263204 memory=7429148 CPUtime=3531.32 cores=1,3
/proc/34913/task/34926/stat : 34926 (java) S 34900 34913 32092 0 -1 4194368 98431 0 100 0 353058 74 0 0 20 0 21 0 39404562 19725520896 1857479 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34968] ppid=34900 vsize=19263204 memory=7183388 CPUtime=0 cores=1,3
/proc/34913/task/34968/stat : 34968 (Finalizer) S 34900 34913 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39404568 19725520896 1857479 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
[pid=34913/tid=34984] ppid=34900 vsize=19263204 memory=7281692 CPUtime=0 cores=1,3
/proc/34913/task/34984/stat : 34984 (Common-Cleaner) S 34900 34913 32092 0 -1 4194368 1811 0 0 0 0 0 0 0 20 0 21 0 39404569 19725520896 1857479 18446744073709551615 94087026073600 94087026077296 140733032410352 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94087026085112 94087026085904 94087047196672 140733032413569 140733032413670 140733032413670 140733032419272 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 7429916 KiB

Child status: 143

Real time (s): 3570.77
CPU time (s): 3600.31
CPU user time (s): 3596.18
CPU system time (s): 4.12756
CPU usage (%): 100.827
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7429916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.18
system time used= 4.12756
maximum resident set size= 7430044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184989
page faults= 100
swaps= 0
block input operations= 0
block output operations= 3592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112445
involuntary context switches= 5048


# summary of solver processes directly reported to runsolver:
#   pid: 34913
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3596.18
#   total CPU system time (s): 4.12756

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8237 second user time and 38.5805 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-30 00:47:32
IDJOB=4516110
IDBENCH=169590
IDSOLVER=3363
FILE ID=nodeC005/4516110-1751237252
RUNJOBID= nodeC005-1751237252-34858
SLURM_JOB_ID= 9587711
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-large-v4/normalized-grid8_60.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516110-1751237252/watcher-4516110-1751237252 -o /tmp/evaluation-result-4516110-1751237252/solver-4516110-1751237252 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751237252-34858 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4516110-1751237252.opb

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

MD5SUM BENCH= fd6b1ecb07027f6f8fc295ea289e4759
RANDOM SEED=1564561397

nodeC005 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		: 1197.254
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.90
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		: 1197.357
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.90
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.246
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.90
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.241
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.90
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		: 1197.210
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.90
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		: 1197.235
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.90
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		: 1198.104
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.90
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.242
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129858372 kB
MemAvailable:   129943092 kB
Buffers:            3280 kB
Cached:           887904 kB
SwapCached:            0 kB
Active:           317332 kB
Inactive:         640032 kB
Active(anon):      84140 kB
Inactive(anon):        0 kB
Active(file):     233192 kB
Inactive(file):   640032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2912 kB
Writeback:            52 kB
AnonPages:         69300 kB
Mapped:           102216 kB
Shmem:             17960 kB
KReclaimable:     102248 kB
Slab:             184692 kB
SReclaimable:     102248 kB
SUnreclaim:        82444 kB
KernelStack:        3812 kB
PageTables:         2648 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC005 at 2025-06-30 01:47:03