Trace number 4501983

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 VeriPB 2025-06-06? (TO) 3600.31 3602.5

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9013_10-sat.opb
MD5SUMbe0542d3b59031398d11b8d8792cc86e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22022
Total number of constraints69919
Number of constraints which are clauses69439
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint90
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 535
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.13/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.15	c See www.sat4j.org for details.
0.13/0.16	c version PB25.v20250606
0.13/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.19	c java.vm.version	22.0.1+8-16
0.13/0.19	c java.vm.vendor	Oracle Corporation
0.13/0.19	c sun.arch.data.model	64
0.13/0.19	c java.version		22.0.1
0.13/0.19	c os.name		Linux
0.13/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.19	c os.arch		amd64
0.13/0.19	c Free memory 		2104792832
0.13/0.19	c Max memory 		16282288128
0.13/0.19	c Total memory 		2113929216
0.13/0.20	c Number of processors 	2
0.29/0.31	c Pseudo Boolean Optimization by upper bound
0.29/0.31	c --- Begin Solver configuration ---
0.29/0.31	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.29/0.31	c Learn all clauses as in MiniSAT
0.29/0.31	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.31	c Expensive reason simplification
0.29/0.31	c Glucose 2.1 dynamic restart strategy
0.29/0.31	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.29/0.31	c timeout=2147483s
0.29/0.31	c DB Simplification allowed=false
0.29/0.31	c Listener: none
0.29/0.31	c --- End Solver configuration ---
0.29/0.31	c solving HOME/instance-4501983-1751160885.opb
0.29/0.31	c reading problem ... 
0.29/0.31	c using VERIPB proof format
0.29/0.32	c  no objective function found
1.96/1.18	c ... done. Wall clock time 0.859s.
1.96/1.18	c declared #vars     22022
1.96/1.18	c #constraints  69919
1.96/1.18	c constraints type 
1.96/1.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 52629
1.96/1.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 480
1.96/1.18	c org.sat4j.specs.Constr$1 => 5817
1.96/1.18	c org.sat4j.pb.constraints.pb.UnitClausePB => 2003
1.96/1.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8990
1.96/1.18	c 69919 constraints processed.
5.52/2.94	c cleaning 2490 clauses out of 5001 with flag 19368/5001
7.38/3.97	c cleaning 4244 clauses out of 8510 with flag 51636/11000
9.18/5.26	c cleaning 5629 clauses out of 11266 with flag 88684/18000
10.85/6.67	c cleaning 6814 clauses out of 13637 with flag 126591/26000
12.94/8.25	c cleaning 7907 clauses out of 15826 with flag 173540/35003
15.23/9.99	c cleaning 8954 clauses out of 17917 with flag 229994/45001
17.73/11.92	c cleaning 9979 clauses out of 19964 with flag 288181/56002
19.53/13.78	c cleaning 10973 clauses out of 21983 with flag 346750/68000
21.73/15.93	c cleaning 12006 clauses out of 24013 with flag 428629/81003
24.04/18.29	c cleaning 12996 clauses out of 26005 with flag 511559/95001
26.44/20.69	c cleaning 13995 clauses out of 28008 with flag 589459/110000
29.13/23.39	c cleaning 14995 clauses out of 30013 with flag 682068/126000
32.48/26.51	c cleaning 15994 clauses out of 32018 with flag 789360/143000
35.50/29.49	c cleaning 17004 clauses out of 34025 with flag 889155/161001
39.71/33.66	c cleaning 18007 clauses out of 36020 with flag 999618/180000
43.50/37.48	c cleaning 19005 clauses out of 38013 with flag 1104315/200000
48.86/42.88	c cleaning 19991 clauses out of 40008 with flag 1226765/221000
53.25/47.24	c cleaning 20999 clauses out of 42017 with flag 1366339/243000
57.64/51.68	c cleaning 21997 clauses out of 44020 with flag 1504532/266002
62.23/56.17	c cleaning 22994 clauses out of 46023 with flag 1660247/290002
67.70/61.61	c cleaning 24006 clauses out of 48027 with flag 1812360/315000
73.14/67.19	c cleaning 25003 clauses out of 50021 with flag 1972975/341000
78.32/72.37	c cleaning 25998 clauses out of 52018 with flag 2150237/368000
83.71/77.77	c cleaning 27003 clauses out of 54020 with flag 2328412/396000
89.13/83.14	c cleaning 28004 clauses out of 56017 with flag 2492634/425000
94.81/88.82	c cleaning 28993 clauses out of 58017 with flag 2675912/455004
100.46/94.57	c cleaning 29996 clauses out of 60023 with flag 2874369/486003
106.64/100.78	c cleaning 30996 clauses out of 62024 with flag 3073477/518000
113.05/107.18	c cleaning 32005 clauses out of 64028 with flag 3328068/551000
119.72/113.87	c cleaning 33001 clauses out of 66025 with flag 3562506/585002
126.60/120.78	c cleaning 33999 clauses out of 68022 with flag 3793624/620000
134.25/128.42	c cleaning 35003 clauses out of 70026 with flag 4026935/656003
141.44/135.64	c cleaning 36001 clauses out of 72021 with flag 4256653/693001
149.40/143.52	c cleaning 36995 clauses out of 74022 with flag 4514677/731003
157.28/151.46	c cleaning 37991 clauses out of 76024 with flag 4763228/770000
165.71/159.94	c cleaning 38999 clauses out of 78033 with flag 5017681/810000
174.09/168.39	c cleaning 40008 clauses out of 80038 with flag 5276496/851004
183.28/177.51	c cleaning 41001 clauses out of 82026 with flag 5549652/893000
193.10/187.46	c cleaning 42012 clauses out of 84025 with flag 5839750/936000
202.21/196.53	c cleaning 43005 clauses out of 86013 with flag 6118393/980000
211.89/206.21	c cleaning 43992 clauses out of 88009 with flag 6414585/1025001
221.65/216.10	c cleaning 44995 clauses out of 90017 with flag 6694699/1071001
232.11/226.55	c cleaning 46002 clauses out of 92021 with flag 7002471/1118000
242.22/236.65	c cleaning 46989 clauses out of 94020 with flag 7285449/1166001
253.55/248.07	c cleaning 47996 clauses out of 96031 with flag 7590529/1215001
264.81/259.32	c cleaning 48995 clauses out of 98034 with flag 7914654/1265000
276.49/271.01	c cleaning 50008 clauses out of 100040 with flag 8250781/1316001
288.27/282.96	c cleaning 50999 clauses out of 102032 with flag 8571662/1368001
299.93/294.52	c cleaning 52005 clauses out of 104032 with flag 8885451/1421000
312.31/306.97	c cleaning 53001 clauses out of 106028 with flag 9218227/1475001
324.72/319.49	c cleaning 54009 clauses out of 108027 with flag 9556206/1530001
337.53/332.29	c cleaning 55001 clauses out of 110019 with flag 9894172/1586002
350.14/344.95	c cleaning 55994 clauses out of 112016 with flag 10238194/1643000
364.40/359.22	c cleaning 56999 clauses out of 114022 with flag 10590151/1701000
379.32/374.21	c cleaning 57997 clauses out of 116023 with flag 10978690/1760000
394.20/389.13	c cleaning 59007 clauses out of 118026 with flag 11356678/1820000
409.69/404.73	c cleaning 60004 clauses out of 120021 with flag 11697687/1881002
425.07/420.16	c cleaning 60987 clauses out of 122016 with flag 12069079/1943001
440.18/435.32	c cleaning 62001 clauses out of 124028 with flag 12444297/2006000
456.25/451.41	c cleaning 62994 clauses out of 126027 with flag 12831599/2070000
472.16/467.49	c cleaning 64008 clauses out of 128037 with flag 13220471/2135004
489.03/484.38	c cleaning 65002 clauses out of 130025 with flag 13624428/2201000
507.09/502.41	c cleaning 66004 clauses out of 132023 with flag 14041030/2268000
523.82/519.19	c cleaning 66999 clauses out of 134020 with flag 14423195/2336001
543.61/539.05	c cleaning 67997 clauses out of 136020 with flag 14829195/2405000
562.05/557.58	c cleaning 69009 clauses out of 138023 with flag 15233479/2475000
581.55/577.08	c cleaning 69983 clauses out of 140014 with flag 15674142/2546000
601.66/597.18	c cleaning 71001 clauses out of 142032 with flag 16098662/2618001
620.04/615.60	c cleaning 72004 clauses out of 144032 with flag 16496292/2691002
639.13/634.74	c cleaning 73001 clauses out of 146026 with flag 16916059/2765000
660.48/656.16	c cleaning 73996 clauses out of 148025 with flag 17347712/2840000
683.41/679.12	c cleaning 74989 clauses out of 150029 with flag 17791113/2916000
705.15/700.92	c cleaning 76002 clauses out of 152040 with flag 18251168/2993000
728.93/724.55	c cleaning 76999 clauses out of 154038 with flag 18694953/3071000
753.62/749.39	c cleaning 78009 clauses out of 156040 with flag 19158179/3150001
775.96/771.73	c cleaning 79002 clauses out of 158031 with flag 19619088/3230001
796.10/791.83	c cleaning 79999 clauses out of 160028 with flag 20073128/3311000
818.89/815.24	c cleaning 80995 clauses out of 162029 with flag 20520532/3393000
843.12/839.55	c cleaning 82001 clauses out of 164034 with flag 21004546/3476000
868.97/865.43	c cleaning 83013 clauses out of 166037 with flag 21464181/3560004
894.30/890.76	c cleaning 84004 clauses out of 168021 with flag 21932280/3645001
920.26/916.72	c cleaning 84995 clauses out of 170016 with flag 22421024/3731000
946.02/942.54	c cleaning 86005 clauses out of 172021 with flag 22897924/3818000
971.66/968.22	c cleaning 86996 clauses out of 174017 with flag 23396654/3906001
999.21/995.88	c cleaning 87993 clauses out of 176023 with flag 23918146/3995003
1026.18/1022.82	c cleaning 88999 clauses out of 178029 with flag 24403470/4085002
1053.75/1050.48	c cleaning 90001 clauses out of 180029 with flag 24892569/4176001
1084.02/1080.73	c cleaning 90998 clauses out of 182029 with flag 25414412/4268002
1112.05/1108.87	c cleaning 92005 clauses out of 184030 with flag 25938158/4361001
1141.68/1138.53	c cleaning 93000 clauses out of 186024 with flag 26453676/4455000
1168.80/1165.63	c cleaning 93999 clauses out of 188024 with flag 26951402/4550000
1198.96/1195.81	c cleaning 95005 clauses out of 190026 with flag 27489340/4646001
1229.52/1226.45	c cleaning 96008 clauses out of 192021 with flag 27999820/4743001
1259.19/1256.14	c cleaning 96993 clauses out of 194015 with flag 28521983/4841003
1290.31/1287.30	c cleaning 98004 clauses out of 196019 with flag 29052082/4940000
1322.23/1319.31	c cleaning 98993 clauses out of 198016 with flag 29582652/5040001
1354.43/1351.51	c cleaning 99997 clauses out of 200022 with flag 30103164/5141000
1387.28/1384.53	c cleaning 101001 clauses out of 202026 with flag 30630634/5243001
1418.80/1416.19	c cleaning 101998 clauses out of 204026 with flag 31188821/5346002
1452.64/1450.10	c cleaning 103008 clauses out of 206026 with flag 31722553/5450000
1485.45/1482.86	c cleaning 103988 clauses out of 208019 with flag 32248060/5555001
1517.84/1515.32	c cleaning 105016 clauses out of 210031 with flag 32806930/5661001
1553.48/1551.05	c cleaning 105989 clauses out of 212015 with flag 33397737/5768001
1589.01/1586.69	c cleaning 106988 clauses out of 214025 with flag 33971718/5876000
1626.62/1624.30	c cleaning 108005 clauses out of 216039 with flag 34553090/5985002
1661.31/1659.06	c cleaning 109011 clauses out of 218032 with flag 35118196/6095000
1700.69/1698.51	c cleaning 110002 clauses out of 220022 with flag 35682541/6206001
1738.62/1736.54	c cleaning 111007 clauses out of 222019 with flag 36260041/6318000
1777.14/1775.12	c cleaning 112001 clauses out of 224013 with flag 36833692/6431001
1814.93/1812.94	c cleaning 112999 clauses out of 226011 with flag 37445775/6545000
1853.95/1852.06	c cleaning 113983 clauses out of 228012 with flag 38004409/6660000
1893.55/1891.74	c cleaning 115005 clauses out of 230032 with flag 38584415/6776003
1931.17/1929.42	c cleaning 116000 clauses out of 232026 with flag 39166092/6893002
1970.16/1968.55	c cleaning 116996 clauses out of 234025 with flag 39744375/7011001
2009.90/2008.84	c cleaning 118002 clauses out of 236030 with flag 40379725/7130002
2052.11/2051.33	c cleaning 119001 clauses out of 238027 with flag 40966210/7250001
2092.01/2091.34	c cleaning 119984 clauses out of 240026 with flag 41572991/7371001
2133.53/2132.88	c cleaning 121008 clauses out of 242043 with flag 42193388/7493002
2177.51/2176.95	c cleaning 122017 clauses out of 244033 with flag 42796902/7616000
2221.38/2220.93	c cleaning 122989 clauses out of 246016 with flag 43406699/7740000
2264.82/2264.48	c cleaning 123998 clauses out of 248027 with flag 44061341/7865000
2308.44/2308.21	c cleaning 124999 clauses out of 250029 with flag 44690069/7991000
2350.84/2350.74	c cleaning 126004 clauses out of 252031 with flag 45293977/8118001
2396.91/2396.89	c cleaning 126996 clauses out of 254027 with flag 45902723/8246001
2443.67/2443.79	c cleaning 128006 clauses out of 256033 with flag 46529934/8375003
2491.47/2491.65	c cleaning 128999 clauses out of 258026 with flag 47156547/8505002
2536.69/2536.96	c cleaning 130004 clauses out of 260027 with flag 47810901/8636002
2586.50/2586.81	c cleaning 130998 clauses out of 262021 with flag 48446330/8768000
2636.81/2637.14	c cleaning 132003 clauses out of 264027 with flag 49095424/8901004
2683.62/2684.10	c cleaning 133000 clauses out of 266020 with flag 49719629/9035000
2730.19/2730.68	c cleaning 133990 clauses out of 268022 with flag 50358010/9170002
2783.32/2783.95	c cleaning 135000 clauses out of 270030 with flag 51019782/9306000
2837.30/2838.07	c cleaning 136000 clauses out of 272030 with flag 51678271/9443000
2890.43/2891.39	c cleaning 136998 clauses out of 274030 with flag 52357980/9581000
2942.05/2943.11	c cleaning 137998 clauses out of 276032 with flag 53014671/9720000
2995.39/2996.53	c cleaning 138998 clauses out of 278034 with flag 53692495/9860000
3049.59/3050.88	c cleaning 140011 clauses out of 280037 with flag 54432035/10001001
3101.71/3103.11	c cleaning 141000 clauses out of 282025 with flag 55097852/10143000
3155.29/3156.75	c cleaning 142002 clauses out of 284027 with flag 55761392/10286002
3211.38/3212.95	c cleaning 142989 clauses out of 286024 with flag 56455933/10430001
3266.32/3267.93	c cleaning 144000 clauses out of 288035 with flag 57139536/10575001
3320.75/3322.42	c cleaning 145015 clauses out of 290038 with flag 57813617/10721004
3374.79/3376.53	c cleaning 145996 clauses out of 292021 with flag 58497425/10868002
3434.49/3436.39	c cleaning 146997 clauses out of 294023 with flag 59179851/11016000
3495.51/3497.40	c cleaning 148007 clauses out of 296026 with flag 59863495/11165000
3554.30/3556.49	c cleaning 148999 clauses out of 298019 with flag 60551926/11315000
3600.05/3602.32	c starts		: 36547
3600.05/3602.33	c timeout
3600.05/3602.33	c conflicts		: 11444607
3600.05/3602.33	c decisions		: 17194508
3600.05/3602.33	c propagations		: 5592403933
3600.05/3602.33	c inspects		: 36820752463
3600.05/3602.33	c shortcuts		: 0
3600.05/3602.33	c learnt literals	: 0
3600.05/3602.33	c learnt binary clauses	: 66
3600.05/3602.33	c learnt ternary clauses	: 5908
3600.05/3602.33	c learnt constraints	: 11444607
3600.05/3602.33	c ignored constraints	: 0
3600.05/3602.33	c root simplifications	: 0
3600.05/3602.33	c removed literals (reason simplification)	: 148521247
3600.05/3602.33	c reason swapping (by a shorter reason)	: 0
3600.05/3602.33	c Calls to reduceDB	: 146
3600.05/3602.33	c Number of update (reduction) of LBD	: 3892120
3600.05/3602.34	c Imported unit clauses	: 0
3600.05/3602.34	c No decision after first conflict	: false
3600.05/3602.34	c number of reductions to clauses (during analyze)	: 0
3600.05/3602.34	c number of learned constraints concerned by reduction	: 0
3600.05/3602.34	c number of learning phase by resolution	: 0
3600.05/3602.34	c number of learning phase by cutting planes	: 0
3600.05/3602.34	c number of rounding to 1 operations	: 0
3600.05/3602.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3602.34	c number of reductions of the coefficients by power 2 	: 0
3600.05/3602.34	c number of right shift for reduction by power 2 	: 0
3600.05/3602.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3602.34	c number of ending skipping 	: 0
3600.05/3602.34	c number of internal skipping 	: 0
3600.05/3602.34	c number of derivation steps 	: 0
3600.05/3602.34	c number of skipped derivation steps 	: 0
3600.05/3602.34	c number of remaining unassigned 	: 0
3600.05/3602.34	c number of remaining assigned 	: 0
3600.05/3602.34	c number of falsified literals weakened from reason	: 0
3600.05/3602.34	c number of falsified literals weakened from conflict	: 0
3600.05/3602.34	c time for arithmetic operations	: 0
3600.05/3602.34	c minimum degree of deleted constraints	: null
3600.05/3602.34	c maximum degree of deleted constraints	: null
3600.05/3602.34	c number of deleted constraints	: 0
3600.05/3602.34	c speed (assignments/second)	: 1552958.511900018
3600.05/3602.34	c non guided choices	: 14716
3600.20/3602.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 278561
3600.20/3602.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 66
3600.20/3602.48	s UNKNOWN
3600.20/3602.48	c Total wall clock time (in seconds): 3602.168

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4501983-1751160885/watcher-4501983-1751160885 -o /tmp/evaluation-result-4501983-1751160885/solver-4501983-1751160885 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751157286-16727 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4501983-1751160885 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4501983-1751160885.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=18527, runsolver pid=18524
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 4.18 4.17 4.11 5/305 18545
/proc/meminfo: memFree=102964160/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=18930384 memory=48688 CPUtime=0.13 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 5835 0 0 0 10 3 0 0 20 0 18 0 31768245 19384713216 12172 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4732596 12172 5321 1 0 547018 0
[pid=18527/tid=18529] ppid=18524 vsize=18930384 memory=4026531959 CPUtime=0.08 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 4715 0 0 0 6 2 0 0 20 0 18 0 31768247 19384713216 12172 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=18930384 memory=215637820808 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31768250 19384713216 12172 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=18930384 memory=19783 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31768251 19384713216 12172 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48688 KiB

[startup+0.214324 s]*
/proc/loadavg: 4.18 4.17 4.11 5/305 18545
/proc/meminfo: memFree=103733124/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=18930384 memory=57796 CPUtime=0.29 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 6551 0 0 0 25 4 0 0 20 0 18 0 31768245 19384713216 14449 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4732596 14449 5353 1 0 547603 0
[pid=18527/tid=18529] ppid=18524 vsize=18930384 memory=4026601993 CPUtime=0.17 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 5057 0 0 0 15 2 0 0 20 0 18 0 31768247 19384713216 14449 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=18930384 memory=211342852430 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31768250 19384713216 14449 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=18930384 memory=61788322548090 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31768251 19384713216 14449 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57796 KiB

[startup+0.312522 s]*
/proc/loadavg: 4.18 4.17 4.11 7/305 18545
/proc/meminfo: memFree=104754208/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=18930384 memory=61284 CPUtime=0.45 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 6841 0 0 0 40 5 0 0 20 0 18 0 31768245 19384713216 15321 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4732596 15321 5449 1 0 547814 0
[pid=18527/tid=18529] ppid=18524 vsize=18930384 memory=-6000919489936712814 CPUtime=0.28 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 5247 0 0 0 25 3 0 0 20 0 18 0 31768247 19384713216 15321 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31768250 19384713216 15321 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31768251 19384713216 15321 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61284 KiB

[startup+0.700344 s]
/proc/loadavg: 4.18 4.17 4.11 7/307 18554
/proc/meminfo: memFree=105336164/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=18930384 memory=96068 CPUtime=1.16 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 8933 0 0 0 108 8 0 0 20 0 18 0 31768245 19384713216 24017 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4732596 24017 5449 1 0 549271 0
[pid=18527/tid=18529] ppid=18524 vsize=18930384 memory=17152 CPUtime=0.61 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 5321 0 0 0 57 4 0 0 20 0 18 0 31768247 19384713216 24017 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=18930384 memory=10752 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31768250 19384713216 24017 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31768251 19384713216 24017 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 96068 KiB

[startup+1.50028 s]
/proc/loadavg: 4.18 4.17 4.11 7/328 18582
/proc/meminfo: memFree=105180088/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=19063512 memory=179820 CPUtime=2.73 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 20788 0 0 0 260 13 0 0 20 0 20 0 31768245 19521036288 44955 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4765878 44955 5449 1 0 554081 0
[pid=18527/tid=18529] ppid=18524 vsize=19063512 memory=0 CPUtime=1.26 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 7017 0 0 0 119 7 0 0 20 0 20 0 31768247 19521036288 44955 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768250 19521036288 44955 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31768251 19521036288 44955 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179820 KiB

[startup+3.10619 s]
/proc/loadavg: 4.33 4.20 4.12 7/331 18585
/proc/meminfo: memFree=105019984/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=19063512 memory=189208 CPUtime=5.92 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 23601 0 0 0 577 15 0 0 20 0 20 0 31768245 19521036288 47302 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4765878 47302 5481 1 0 554968 0
[pid=18527/tid=18529] ppid=18524 vsize=19063512 memory=198340509722 CPUtime=2.79 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 7954 0 0 0 271 8 0 0 20 0 20 0 31768247 19521036288 47302 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768250 19521036288 47302 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 31768251 19521036288 47302 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18583] ppid=18524 vsize=19063512 memory=116932 CPUtime=0 cores=1,3
/proc/18527/task/18583/stat : 18583 (Timer-0) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768367 19521036288 47302 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 189208 KiB

[startup+6.30063 s]
/proc/loadavg: 4.33 4.20 4.12 8/331 18585
/proc/meminfo: memFree=104987456/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=19063512 memory=186840 CPUtime=10.54 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 24904 0 0 0 1037 17 0 0 20 0 20 0 31768245 19521036288 46710 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4765878 46710 5513 1 0 555382 0
[pid=18527/tid=18529] ppid=18524 vsize=19063512 memory=0 CPUtime=5.96 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 8013 0 0 0 587 9 0 0 20 0 20 0 31768247 19521036288 46710 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=19063512 memory=116932 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768250 19521036288 46710 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=19063512 memory=183404 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 31768251 19521036288 46710 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18583] ppid=18524 vsize=19063512 memory=-6000919489936712814 CPUtime=0 cores=1,3
/proc/18527/task/18583/stat : 18583 (Timer-0) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768367 19521036288 46710 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 10.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186840 KiB

[startup+12.7006 s]
/proc/loadavg: 4.28 4.19 4.12 5/331 18585
/proc/meminfo: memFree=104669392/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=19063512 memory=301764 CPUtime=18.53 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 32702 0 0 0 1832 21 0 0 20 0 20 0 31768245 19521036288 75441 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4765878 75441 5513 1 0 555398 0
[pid=18527/tid=18529] ppid=18524 vsize=19063512 memory=-6000919507049473134 CPUtime=12.32 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 8884 0 0 0 1221 11 0 0 20 0 20 0 31768247 19521036288 75441 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768250 19521036288 75441 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 31768251 19521036288 75441 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18583] ppid=18524 vsize=19063512 memory=183404 CPUtime=0 cores=1,3
/proc/18527/task/18583/stat : 18583 (Timer-0) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768367 19521036288 75441 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 18.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 301764 KiB

[startup+25.5005 s]
/proc/loadavg: 4.39 4.22 4.13 5/331 18585
/proc/meminfo: memFree=103989800/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=19063512 memory=559980 CPUtime=31.48 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 38393 0 0 0 3117 31 0 0 20 0 20 0 31768245 19521036288 139995 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4765878 139995 5513 1 0 555398 0
[pid=18527/tid=18529] ppid=18524 vsize=19063512 memory=0 CPUtime=24.98 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 10000 0 0 0 2480 18 0 0 20 0 20 0 31768247 19521036288 139995 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=19063512 memory=494380 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768250 19521036288 139995 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 31768251 19521036288 139995 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18583] ppid=18524 vsize=19063512 memory=486188 CPUtime=0 cores=1,3
/proc/18527/task/18583/stat : 18583 (Timer-0) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768367 19521036288 139995 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 31.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 559980 KiB

[startup+51.1138 s]
/proc/loadavg: 4.32 4.22 4.13 5/331 18585
/proc/meminfo: memFree=102657316/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=19063512 memory=1014740 CPUtime=57.16 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 39356 0 0 0 5669 47 0 0 20 0 20 0 31768245 19521036288 253685 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4765878 253685 5513 1 0 555398 0
[pid=18527/tid=18529] ppid=18524 vsize=19063512 memory=1014740 CPUtime=50.4 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 10730 0 0 0 5007 33 0 0 20 0 20 0 31768247 19521036288 253685 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768250 19521036288 253685 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 31768251 19521036288 253685 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18583] ppid=18524 vsize=19063512 memory=0 CPUtime=0 cores=1,3

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

[startup+3282.3 s]
/proc/loadavg: 4.14 4.17 4.18 5/329 19092
/proc/meminfo: memFree=106737528/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=19063512 memory=2131944 CPUtime=3280.68 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 95118 0 0 0 327355 713 0 0 20 0 20 0 31768245 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4765878 532986 5513 1 0 555463 0
[pid=18527/tid=18529] ppid=18524 vsize=19063512 memory=14848 CPUtime=3254.58 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 38668 0 0 0 324943 515 0 0 20 0 20 0 31768247 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768250 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 1577 0 0 0 0 0 0 0 20 0 20 0 31768251 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18583] ppid=18524 vsize=19063512 memory=2131944 CPUtime=0 cores=1,3
/proc/18527/task/18583/stat : 18583 (Timer-0) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768367 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 3280.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2131944 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.17 4.18 5/329 19094
/proc/meminfo: memFree=106474000/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=19063512 memory=2131944 CPUtime=3340.67 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 96054 0 0 0 333342 725 0 0 20 0 20 0 31768245 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4765878 532986 5513 1 0 555463 0
[pid=18527/tid=18529] ppid=18524 vsize=19063512 memory=10752 CPUtime=3314.17 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 39177 0 0 0 330893 524 0 0 20 0 20 0 31768247 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768250 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=19063512 memory=2131944 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 1654 0 0 0 0 0 0 0 20 0 20 0 31768251 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18583] ppid=18524 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/18527/task/18583/stat : 18583 (Timer-0) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768367 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 3340.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2131944 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.15 4.17 5/329 19096
/proc/meminfo: memFree=106208648/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=19063512 memory=2131944 CPUtime=3400.52 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 96072 0 0 0 339317 735 0 0 20 0 20 0 31768245 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4765878 532986 5513 1 0 555463 0
[pid=18527/tid=18529] ppid=18524 vsize=19063512 memory=2131944 CPUtime=3373.68 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 39180 0 0 0 336837 531 0 0 20 0 20 0 31768247 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=19063512 memory=2131944 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768250 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=19063512 memory=2131944 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 1654 0 0 0 0 0 0 0 20 0 20 0 31768251 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18583] ppid=18524 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/18527/task/18583/stat : 18583 (Timer-0) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768367 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 3400.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2131944 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.15 4.17 4/328 19098
/proc/meminfo: memFree=105881252/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=19063512 memory=2131944 CPUtime=3460.44 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 96958 0 0 0 345299 745 0 0 20 0 20 0 31768245 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4765878 532986 5513 1 0 555463 0
[pid=18527/tid=18529] ppid=18524 vsize=19063512 memory=2131944 CPUtime=3433.32 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 39992 0 0 0 342794 538 0 0 20 0 20 0 31768247 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=19063512 memory=2131944 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768250 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 1655 0 0 0 0 0 0 0 20 0 20 0 31768251 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18583] ppid=18524 vsize=19063512 memory=2131944 CPUtime=0 cores=1,3
/proc/18527/task/18583/stat : 18583 (Timer-0) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768367 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 3460.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2131944 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.17 4.18 5/329 19101
/proc/meminfo: memFree=105530616/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=19063512 memory=2131944 CPUtime=3520.36 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 98196 0 0 0 351278 758 0 0 20 0 20 0 31768245 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4765878 532986 5513 1 0 555463 0
[pid=18527/tid=18529] ppid=18524 vsize=19063512 memory=2131944 CPUtime=3492.98 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 40928 0 0 0 348750 548 0 0 20 0 20 0 31768247 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=19063512 memory=2131944 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768250 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 1765 0 0 0 0 0 0 0 20 0 20 0 31768251 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18583] ppid=18524 vsize=19063512 memory=2131944 CPUtime=0 cores=1,3
/proc/18527/task/18583/stat : 18583 (Timer-0) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768367 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 3520.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2131944 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.17 4.18 5/330 19108
/proc/meminfo: memFree=105283888/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=19063512 memory=2131944 CPUtime=3580.16 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 99150 0 0 0 357246 770 0 0 20 0 20 0 31768245 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4765878 532986 5513 1 0 555463 0
[pid=18527/tid=18529] ppid=18524 vsize=19063512 memory=2131944 CPUtime=3552.45 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 41548 0 0 0 354689 556 0 0 20 0 20 0 31768247 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768250 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=19063512 memory=2131944 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 1873 0 0 0 0 0 0 0 20 0 20 0 31768251 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18583] ppid=18524 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/18527/task/18583/stat : 18583 (Timer-0) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768367 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 3580.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2131944 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.3 s]
/proc/loadavg: 4.21 4.17 4.18 5/330 19108
/proc/meminfo: memFree=105195328/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=19063512 memory=2131944 CPUtime=3600.05 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 99152 0 0 0 359232 773 0 0 20 0 20 0 31768245 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4765878 532986 5513 1 0 555463 0
[pid=18527/tid=18529] ppid=18524 vsize=19063512 memory=2131944 CPUtime=3572.34 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) R 18524 18527 16715 0 -1 4194368 41549 0 0 0 356675 559 0 0 20 0 20 0 31768247 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=19063512 memory=-6000919489936712814 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768250 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=19063512 memory=2131944 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 1873 0 0 0 0 0 0 0 20 0 20 0 31768251 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18583] ppid=18524 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/18527/task/18583/stat : 18583 (Timer-0) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31768367 19521036288 532986 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2131944 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.55 s, system=7.75964 s

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

[startup+3602.41 s]
/proc/loadavg: 4.21 4.17 4.18 5/330 19108
/proc/meminfo: memFree=105195328/131382112 swapFree=33010684/33010684
[pid=18527] ppid=18524 vsize=19263204 memory=2132968 CPUtime=3600.2 cores=1,3
/proc/18527/stat : 18527 (java) S 18524 18527 16715 0 -1 4194304 101513 0 0 0 359246 774 0 0 20 0 21 0 31768245 19725520896 533242 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
/proc/18527/statm: 4815801 533242 5545 1 0 556422 0
[pid=18527/tid=18529] ppid=18524 vsize=19263204 memory=-6000919489936712814 CPUtime=3572.36 cores=1,3
/proc/18527/task/18529/stat : 18529 (java) S 18524 18527 16715 0 -1 4194368 41852 0 0 0 356677 559 0 0 20 0 21 0 31768247 19725520896 533242 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18538] ppid=18524 vsize=19263204 memory=4764 CPUtime=0 cores=1,3
/proc/18527/task/18538/stat : 18538 (Finalizer) S 18524 18527 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 31768250 19725520896 533242 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
[pid=18527/tid=18545] ppid=18524 vsize=19263204 memory=2764 CPUtime=0 cores=1,3
/proc/18527/task/18545/stat : 18545 (Common-Cleaner) S 18524 18527 16715 0 -1 4194368 1873 0 0 0 0 0 0 0 20 0 21 0 31768251 19725520896 533242 18446744073709551615 93948317564928 93948317568624 140721742506688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93948317576440 93948317577232 93948343361536 140721742514480 140721742514662 140721742514662 140721742520264 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2132968 KiB

Child status: 143

Real time (s): 3602.5
CPU time (s): 3600.31
CPU user time (s): 3592.55
CPU system time (s): 7.75964
CPU usage (%): 99.9392
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2132968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.55
system time used= 7.75964
maximum resident set size= 2132968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101801
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9290840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112658
involuntary context switches= 9315


# summary of solver processes directly reported to runsolver:
#   pid: 18527
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3592.55
#   total CPU system time (s): 7.75964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.4647 second user time and 32.1501 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 03:34:45
IDJOB=4501983
IDBENCH=152989
IDSOLVER=3364
FILE ID=nodeC012/4501983-1751160885
RUNJOBID= nodeC012-1751157286-16727
SLURM_JOB_ID= 9587482
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9013_10-sat.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4501983-1751160885/watcher-4501983-1751160885 -o /tmp/evaluation-result-4501983-1751160885/solver-4501983-1751160885 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751157286-16727 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4501983-1751160885 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4501983-1751160885.opb

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

MD5SUM BENCH= be0542d3b59031398d11b8d8792cc86e
RANDOM SEED=352253081

nodeC012 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		: 3660.720
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.39
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		: 1995.379
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.39
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.368
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.39
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.276
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.39
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		: 3661.882
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.39
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.160
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.39
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		: 3700.000
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.39
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		: 3700.000
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        101845452 kB
MemAvailable:   124409664 kB
Buffers:            3280 kB
Cached:         23349700 kB
SwapCached:            0 kB
Active:          5830208 kB
Inactive:       23116924 kB
Active(anon):    5612140 kB
Inactive(anon):        0 kB
Active(file):     218068 kB
Inactive(file): 23116924 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            123076 kB
Writeback:             0 kB
AnonPages:       5592652 kB
Mapped:           122056 kB
Shmem:             17960 kB
KReclaimable:     137308 kB
Slab:             223532 kB
SReclaimable:     137308 kB
SUnreclaim:        86224 kB
KernelStack:        4640 kB
PageTables:        14232 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    6049372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150088 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5359616 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC012 at 2025-06-29 04:34:48