Trace number 4512907

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-2.opb
MD5SUM37b3a609918eb30d871bb851627bd55e
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 variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.24	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.25	c Number of processors 	2
0.44/0.36	c Pseudo Boolean Optimization by upper bound
0.44/0.36	c --- Begin Solver configuration ---
0.44/0.36	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.36	c Learn all clauses as in MiniSAT
0.44/0.36	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.36	c Expensive reason simplification
0.44/0.36	c Glucose 2.1 dynamic restart strategy
0.44/0.36	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.44/0.36	c timeout=2147483s
0.44/0.36	c DB Simplification allowed=false
0.44/0.36	c Listener: none
0.44/0.36	c --- End Solver configuration ---
0.44/0.36	c solving HOME/instance-4512907-1751208227.opb
0.44/0.36	c reading problem ... 
0.44/0.37	c using VERIPB proof format
0.44/0.37	c  no objective function found
1.13/0.79	c ... done. Wall clock time 0.417s.
1.13/0.79	c declared #vars     4288
1.13/0.79	c #constraints  10848
1.13/0.79	c constraints type 
1.13/0.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
1.13/0.79	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.13/0.79	c org.sat4j.specs.Constr$1 => 920
1.13/0.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
1.13/0.79	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
1.13/0.79	c 10848 constraints processed.
3.71/2.05	c cleaning 2490 clauses out of 4998 with flag 16578/5000
5.08/2.73	c cleaning 4234 clauses out of 8509 with flag 38401/11001
6.25/3.39	c cleaning 5630 clauses out of 11276 with flag 68923/18002
7.77/4.14	c cleaning 6810 clauses out of 13644 with flag 103018/26000
8.56/4.85	c cleaning 7873 clauses out of 15834 with flag 145708/35000
9.47/5.70	c cleaning 8973 clauses out of 17961 with flag 192191/45000
10.59/6.70	c cleaning 9970 clauses out of 19989 with flag 246129/56001
11.76/7.83	c cleaning 11001 clauses out of 22018 with flag 307206/68000
12.88/9.00	c cleaning 12002 clauses out of 24018 with flag 371350/81001
14.48/10.59	c cleaning 12996 clauses out of 26017 with flag 447129/95002
16.02/12.19	c cleaning 13980 clauses out of 28019 with flag 525838/110000
17.50/13.67	c cleaning 15014 clauses out of 30039 with flag 618048/126000
19.79/15.81	c cleaning 15984 clauses out of 32025 with flag 716480/143000
21.66/17.60	c cleaning 17008 clauses out of 34043 with flag 818510/161002
23.46/19.49	c cleaning 17963 clauses out of 36033 with flag 924928/180000
25.65/21.60	c cleaning 19032 clauses out of 38070 with flag 1037086/200000
27.85/23.80	c cleaning 19990 clauses out of 40038 with flag 1156201/221000
30.84/26.81	c cleaning 21005 clauses out of 42049 with flag 1285824/243001
33.33/29.32	c cleaning 21983 clauses out of 44043 with flag 1418784/266000
35.93/32.03	c cleaning 23024 clauses out of 46060 with flag 1559344/290000
38.92/35.03	c cleaning 24004 clauses out of 48036 with flag 1707702/315000
41.89/37.94	c cleaning 24999 clauses out of 50032 with flag 1863029/341000
45.01/41.03	c cleaning 26014 clauses out of 52034 with flag 2021951/368001
48.28/44.30	c cleaning 26998 clauses out of 54019 with flag 2186605/396000
51.67/47.75	c cleaning 27984 clauses out of 56021 with flag 2359727/425000
55.26/51.37	c cleaning 28965 clauses out of 58037 with flag 2535689/455000
59.06/55.16	c cleaning 30028 clauses out of 60073 with flag 2723919/486001
63.05/59.14	c cleaning 30994 clauses out of 62044 with flag 2912722/518000
67.10/63.34	c cleaning 31991 clauses out of 64050 with flag 3110671/551000
71.99/68.21	c cleaning 33018 clauses out of 66059 with flag 3315261/585000
76.47/72.71	c cleaning 33998 clauses out of 68042 with flag 3525127/620001
81.07/77.38	c cleaning 34992 clauses out of 70043 with flag 3741586/656000
86.07/82.36	c cleaning 36011 clauses out of 72051 with flag 3965311/693000
91.16/87.49	c cleaning 36991 clauses out of 74040 with flag 4193391/731000
96.57/92.85	c cleaning 37964 clauses out of 76049 with flag 4425545/770000
103.53/99.90	c cleaning 39013 clauses out of 78085 with flag 4669573/810000
109.75/106.12	c cleaning 39974 clauses out of 80072 with flag 4918465/851000
115.63/112.04	c cleaning 41001 clauses out of 82098 with flag 5172775/893000
121.72/118.19	c cleaning 41992 clauses out of 84100 with flag 5435811/936003
128.12/124.60	c cleaning 43015 clauses out of 86106 with flag 5707118/980001
134.72/131.24	c cleaning 44021 clauses out of 88090 with flag 5982675/1025000
141.52/138.06	c cleaning 45020 clauses out of 90069 with flag 6262827/1071000
148.70/145.28	c cleaning 46000 clauses out of 92049 with flag 6547865/1118000
155.98/152.56	c cleaning 47005 clauses out of 94051 with flag 6838350/1166002
163.58/160.25	c cleaning 47982 clauses out of 96044 with flag 7137890/1215000
171.56/168.24	c cleaning 48977 clauses out of 98062 with flag 7441868/1265000
179.47/176.17	c cleaning 50013 clauses out of 100085 with flag 7756686/1316000
187.84/184.46	c cleaning 50996 clauses out of 102074 with flag 8077614/1368002
196.39/193.11	c cleaning 52007 clauses out of 104076 with flag 8401989/1421000
205.48/202.13	c cleaning 53014 clauses out of 106070 with flag 8724095/1475001
215.16/211.87	c cleaning 53996 clauses out of 108055 with flag 9059795/1530000
224.74/221.51	c cleaning 55009 clauses out of 110059 with flag 9392910/1586000
234.53/231.36	c cleaning 56010 clauses out of 112050 with flag 9739652/1643000
244.84/241.64	c cleaning 56977 clauses out of 114040 with flag 10089253/1701000
255.53/252.49	c cleaning 57969 clauses out of 116063 with flag 10443907/1760000
266.90/263.87	c cleaning 59041 clauses out of 118095 with flag 10804006/1820001
277.92/274.89	c cleaning 59995 clauses out of 120053 with flag 11170639/1881000
290.05/287.08	c cleaning 61019 clauses out of 122058 with flag 11545696/1943000
301.81/298.88	c cleaning 62000 clauses out of 124039 with flag 11921783/2006000
314.08/311.14	c cleaning 63009 clauses out of 126040 with flag 12302456/2070001
327.79/324.88	c cleaning 63988 clauses out of 128030 with flag 12690319/2135000
341.48/338.51	c cleaning 64996 clauses out of 130042 with flag 13082303/2201000
355.07/352.12	c cleaning 65993 clauses out of 132046 with flag 13488129/2268000
369.61/366.61	c cleaning 66959 clauses out of 134053 with flag 13888657/2336000
384.98/382.17	c cleaning 68000 clauses out of 136095 with flag 14297306/2405001
401.25/398.41	c cleaning 69003 clauses out of 138094 with flag 14715844/2475000
416.60/413.83	c cleaning 70038 clauses out of 140092 with flag 15139242/2546001
433.42/430.64	c cleaning 71015 clauses out of 142053 with flag 15567140/2618000
450.30/447.54	c cleaning 71931 clauses out of 144038 with flag 15998629/2691000
467.21/464.45	c cleaning 73032 clauses out of 146108 with flag 16439909/2765001
483.98/481.14	c cleaning 74012 clauses out of 148076 with flag 16884699/2840001
501.66/498.86	c cleaning 75025 clauses out of 150063 with flag 17336590/2916000
519.21/516.33	c cleaning 75994 clauses out of 152040 with flag 17795038/2993002
538.98/536.19	c cleaning 77010 clauses out of 154044 with flag 18257891/3071000
557.70/554.97	c cleaning 77965 clauses out of 156035 with flag 18728563/3150001
577.84/575.04	c cleaning 78993 clauses out of 158069 with flag 19196388/3230000
599.03/596.32	c cleaning 80023 clauses out of 160078 with flag 19677604/3311002
618.25/615.68	c cleaning 80969 clauses out of 162054 with flag 20159511/3393001
637.85/635.29	c cleaning 82006 clauses out of 164084 with flag 20653131/3476000
657.89/655.35	c cleaning 82982 clauses out of 166078 with flag 21149321/3560000
678.20/675.70	c cleaning 83999 clauses out of 168097 with flag 21655005/3645001
699.99/697.43	c cleaning 85041 clauses out of 170097 with flag 22158897/3731000
721.23/718.73	c cleaning 86000 clauses out of 172056 with flag 22672168/3818000
743.16/740.70	c cleaning 87000 clauses out of 174056 with flag 23185584/3906000
765.71/763.32	c cleaning 87968 clauses out of 176056 with flag 23708401/3995000
790.34/787.97	c cleaning 89025 clauses out of 178088 with flag 24236593/4085000
814.15/812.11	c cleaning 90004 clauses out of 180064 with flag 24772751/4176001
837.82/835.77	c cleaning 91009 clauses out of 182059 with flag 25312937/4268000
862.22/860.13	c cleaning 91999 clauses out of 184050 with flag 25857443/4361000
887.61/885.69	c cleaning 92994 clauses out of 186051 with flag 26408305/4455000
913.20/911.25	c cleaning 94000 clauses out of 188057 with flag 26968003/4550000
939.34/937.45	c cleaning 94970 clauses out of 190059 with flag 27530872/4646002
965.56/963.71	c cleaning 96035 clauses out of 192087 with flag 28101206/4743000
992.49/990.70	c cleaning 96996 clauses out of 194052 with flag 28669144/4841000
1021.41/1019.66	c cleaning 98015 clauses out of 196056 with flag 29251296/4940000
1049.17/1047.48	c cleaning 98999 clauses out of 198041 with flag 29833824/5040000
1078.24/1076.48	c cleaning 100021 clauses out of 200042 with flag 30419203/5141000
1107.01/1105.26	c cleaning 100959 clauses out of 202022 with flag 31016928/5243001
1136.31/1134.61	c cleaning 101978 clauses out of 204062 with flag 31615422/5346000
1165.82/1164.19	c cleaning 103021 clauses out of 206084 with flag 32223748/5450000
1197.73/1196.15	c cleaning 103999 clauses out of 208063 with flag 32829263/5555000
1229.60/1228.02	c cleaning 105004 clauses out of 210064 with flag 33447825/5661000
1261.77/1260.38	c cleaning 106005 clauses out of 212060 with flag 34072916/5768000
1294.25/1292.88	c cleaning 106996 clauses out of 214055 with flag 34696630/5876000
1326.95/1325.51	c cleaning 107981 clauses out of 216060 with flag 35328508/5985001
1360.55/1359.23	c cleaning 108999 clauses out of 218078 with flag 35967140/6095000
1395.29/1394.06	c cleaning 110005 clauses out of 220079 with flag 36604455/6206000
1430.14/1428.99	c cleaning 110997 clauses out of 222075 with flag 37247868/6318001
1465.13/1464.02	c cleaning 112000 clauses out of 224077 with flag 37897406/6431000
1500.26/1499.19	c cleaning 113039 clauses out of 226078 with flag 38555436/6545001
1537.37/1536.38	c cleaning 114010 clauses out of 228040 with flag 39216007/6660002
1573.77/1572.92	c cleaning 114991 clauses out of 230028 with flag 39888303/6776000
1613.40/1612.64	c cleaning 116013 clauses out of 232037 with flag 40563424/6893000
1651.53/1650.83	c cleaning 116977 clauses out of 234024 with flag 41243028/7011000
1690.57/1689.97	c cleaning 117989 clauses out of 236047 with flag 41918873/7130000
1729.41/1730.90	c cleaning 119017 clauses out of 238058 with flag 42614603/7250000
1770.50/1773.80	c cleaning 120009 clauses out of 240041 with flag 43311383/7371000
1811.36/1814.72	c cleaning 121002 clauses out of 242032 with flag 44017331/7493000
1855.27/1859.29	c cleaning 121970 clauses out of 244030 with flag 44724647/7616000
1896.72/1900.71	c cleaning 123026 clauses out of 246060 with flag 45438280/7740000
1940.12/1944.09	c cleaning 124012 clauses out of 248035 with flag 46152901/7865001
1983.19/1987.44	c cleaning 124980 clauses out of 250023 with flag 46874077/7991001
2027.37/2031.72	c cleaning 126007 clauses out of 252043 with flag 47604943/8118001
2074.11/2078.69	c cleaning 127002 clauses out of 254035 with flag 48338494/8246000
2118.79/2123.40	c cleaning 127999 clauses out of 256034 with flag 49078677/8375001
2165.83/2170.63	c cleaning 129017 clauses out of 258036 with flag 49822532/8505002
2211.92/2216.70	c cleaning 129967 clauses out of 260018 with flag 50570774/8636001
2258.55/2263.40	c cleaning 131022 clauses out of 262052 with flag 51325155/8768002
2307.04/2312.08	c cleaning 131998 clauses out of 264028 with flag 52092921/8901000
2355.71/2360.84	c cleaning 133000 clauses out of 266031 with flag 52863798/9035001
2405.11/2410.37	c cleaning 133979 clauses out of 268030 with flag 53634049/9170000
2454.05/2459.33	c cleaning 135011 clauses out of 270052 with flag 54413097/9306001
2505.19/2510.57	c cleaning 135982 clauses out of 272040 with flag 55197182/9443000
2557.26/2562.79	c cleaning 137022 clauses out of 274059 with flag 55986310/9581001
2609.64/2615.19	c cleaning 138002 clauses out of 276038 with flag 56779444/9720002
2663.87/2669.43	c cleaning 138996 clauses out of 278035 with flag 57586565/9860001
2720.27/2726.03	c cleaning 140020 clauses out of 280039 with flag 58392229/10001001
2773.60/2779.44	c cleaning 140975 clauses out of 282018 with flag 59210514/10143000
2828.45/2834.35	c cleaning 141995 clauses out of 284044 with flag 60030827/10286001
2884.39/2890.42	c cleaning 143003 clauses out of 286051 with flag 60861510/10430003
2940.70/2946.91	c cleaning 143979 clauses out of 288046 with flag 61687399/10575001
2998.90/3005.29	c cleaning 145026 clauses out of 290066 with flag 62520121/10721000
3057.16/3063.66	c cleaning 146010 clauses out of 292040 with flag 63360173/10868000
3116.61/3123.16	c cleaning 147004 clauses out of 294031 with flag 64206286/11016001
3175.05/3181.69	c cleaning 147965 clauses out of 296026 with flag 65061164/11165000
3235.99/3242.74	c cleaning 149004 clauses out of 298062 with flag 65914747/11315001
3297.37/3304.18	c cleaning 150007 clauses out of 300057 with flag 66778511/11466000
3360.50/3367.12	c cleaning 151018 clauses out of 302051 with flag 67650732/11618001
3423.11/3429.80	c cleaning 152005 clauses out of 304032 with flag 68525703/11771000
3485.91/3492.75	c cleaning 152970 clauses out of 306028 with flag 69399957/11925001
3549.66/3556.58	c cleaning 154001 clauses out of 308058 with flag 70285049/12080001
3600.02/3607.03	c timeout
3600.02/3607.03	c starts		: 100488
3600.02/3607.03	c conflicts		: 12207224
3600.02/3607.03	c decisions		: 102127889
3600.02/3607.03	c propagations		: 1564069634
3600.02/3607.03	c inspects		: 34338542170
3600.02/3607.03	c shortcuts		: 0
3600.02/3607.04	c learnt literals	: 2
3600.02/3607.04	c learnt binary clauses	: 76
3600.02/3607.04	c learnt ternary clauses	: 874
3600.02/3607.04	c learnt constraints	: 12207222
3600.02/3607.04	c ignored constraints	: 0
3600.02/3607.04	c root simplifications	: 0
3600.02/3607.04	c removed literals (reason simplification)	: 11892132
3600.02/3607.04	c reason swapping (by a shorter reason)	: 0
3600.02/3607.04	c Calls to reduceDB	: 151
3600.02/3607.04	c Number of update (reduction) of LBD	: 2610281
3600.02/3607.04	c Imported unit clauses	: 0
3600.02/3607.04	c No decision after first conflict	: false
3600.02/3607.04	c number of reductions to clauses (during analyze)	: 0
3600.02/3607.04	c number of learned constraints concerned by reduction	: 0
3600.02/3607.04	c number of learning phase by resolution	: 0
3600.02/3607.04	c number of learning phase by cutting planes	: 0
3600.02/3607.04	c number of rounding to 1 operations	: 0
3600.02/3607.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3607.04	c number of reductions of the coefficients by power 2 	: 0
3600.02/3607.04	c number of right shift for reduction by power 2 	: 0
3600.02/3607.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3607.04	c number of ending skipping 	: 0
3600.02/3607.04	c number of internal skipping 	: 0
3600.02/3607.04	c number of derivation steps 	: 0
3600.02/3607.04	c number of skipped derivation steps 	: 0
3600.02/3607.04	c number of remaining unassigned 	: 0
3600.02/3607.04	c number of remaining assigned 	: 0
3600.02/3607.04	c number of falsified literals weakened from reason	: 0
3600.02/3607.04	c number of falsified literals weakened from conflict	: 0
3600.02/3607.04	c time for arithmetic operations	: 0
3600.02/3607.04	c minimum degree of deleted constraints	: null
3600.02/3607.04	c maximum degree of deleted constraints	: null
3600.02/3607.04	c number of deleted constraints	: 0
3600.02/3607.04	c speed (assignments/second)	: 433713.2223956875
3600.02/3607.04	c non guided choices	: 45081
3600.02/3607.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 281204
3600.02/3607.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 76
3600.02/3607.11	s UNKNOWN
3600.02/3607.11	c Total wall clock time (in seconds): 3606.748

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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

solver pid=27450, runsolver pid=27435
Current StackSize limit: 8192 KiB


[startup+0.10007 s]*
/proc/loadavg: 0.83 2.76 3.61 16/318 27520
/proc/meminfo: memFree=130179848/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=18930384 memory=50832 CPUtime=0.1 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 5607 0 0 0 6 4 0 0 20 0 18 0 36502099 19384713216 12708 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4732596 12708 5072 1 0 546833 0
[pid=27450/tid=27456] ppid=27435 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 4588 0 0 0 4 2 0 0 20 0 18 0 36502102 19384713216 12708 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36502107 19384713216 12708 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=18930384 memory=58494082630061 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36502108 19384713216 12708 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50832 KiB

[startup+0.213607 s]*
/proc/loadavg: 0.83 2.76 3.61 12/318 27520
/proc/meminfo: memFree=130174356/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=18930384 memory=55728 CPUtime=0.27 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 6089 0 0 0 23 4 0 0 20 0 18 0 36502099 19384713216 13932 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4732596 13932 5328 1 0 547235 0
[pid=27450/tid=27456] ppid=27435 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 4971 0 0 0 14 3 0 0 20 0 18 0 36502102 19384713216 13932 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=18930384 memory=13926 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36502107 19384713216 13932 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36502108 19384713216 13932 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55728 KiB

[startup+0.313296 s]*
/proc/loadavg: 0.83 2.76 3.61 12/318 27520
/proc/meminfo: memFree=130152764/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=18930384 memory=61684 CPUtime=0.44 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 6587 0 0 0 39 5 0 0 20 0 18 0 36502099 19384713216 15421 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4732596 15421 5328 1 0 547709 0
[pid=27450/tid=27456] ppid=27435 vsize=18930384 memory=-6000919485625034093 CPUtime=0.25 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 5134 0 0 0 22 3 0 0 20 0 18 0 36502102 19384713216 15421 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=18930384 memory=-4421386513394263141 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36502107 19384713216 15421 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36502108 19384713216 15421 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61684 KiB

[startup+0.700373 s]
/proc/loadavg: 0.83 2.76 3.61 15/318 27520
/proc/meminfo: memFree=130132664/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=18930384 memory=81544 CPUtime=1.13 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 8280 0 0 0 106 7 0 0 20 0 18 0 36502099 19384713216 20386 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4732596 20386 5424 1 0 548968 0
[pid=27450/tid=27456] ppid=27435 vsize=18930384 memory=17280 CPUtime=0.53 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 5321 0 0 0 49 4 0 0 20 0 18 0 36502102 19384713216 20386 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36502107 19384713216 20386 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36502108 19384713216 20386 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 81544 KiB

[startup+1.50027 s]
/proc/loadavg: 0.83 2.76 3.61 15/322 27524
/proc/meminfo: memFree=129979384/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=18996948 memory=146780 CPUtime=2.71 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 18542 0 0 0 259 12 0 0 20 0 19 0 36502099 19452874752 36695 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4749237 36695 5424 1 0 553662 0
[pid=27450/tid=27456] ppid=27435 vsize=18996948 memory=3200 CPUtime=1.25 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 5775 0 0 0 119 6 0 0 20 0 19 0 36502102 19452874752 36695 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36502107 19452874752 36695 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36502108 19452874752 36695 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27521] ppid=27435 vsize=18996948 memory=14720 CPUtime=0 cores=5,7
/proc/27450/task/27521/stat : 27521 (Timer-0) S 27435 27450 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36502180 19452874752 36695 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 146780 KiB

[startup+3.1057 s]
/proc/loadavg: 1.40 2.85 3.64 11/326 27528
/proc/meminfo: memFree=129659284/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=19063512 memory=183076 CPUtime=5.88 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 24009 0 0 0 574 14 0 0 20 0 20 0 36502099 19521036288 45769 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4765878 45769 5456 1 0 554546 0
[pid=27450/tid=27456] ppid=27435 vsize=19063512 memory=14720 CPUtime=2.79 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 6597 0 0 0 272 7 0 0 20 0 20 0 36502102 19521036288 45769 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 45769 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 45769 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27521] ppid=27435 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/27450/task/27521/stat : 27521 (Timer-0) S 27435 27450 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502180 19521036288 45769 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183076 KiB

[startup+6.3004 s]
/proc/loadavg: 1.40 2.85 3.64 8/326 27528
/proc/meminfo: memFree=129124304/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=19063512 memory=376572 CPUtime=10.09 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 25004 0 0 0 989 20 0 0 20 0 20 0 36502099 19521036288 94143 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4765878 94143 5488 1 0 554550 0
[pid=27450/tid=27456] ppid=27435 vsize=19063512 memory=0 CPUtime=5.94 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 6847 0 0 0 582 12 0 0 20 0 20 0 36502102 19521036288 94143 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 94143 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 94143 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27521] ppid=27435 vsize=19063512 memory=156256 CPUtime=0 cores=5,7
/proc/27450/task/27521/stat : 27521 (Timer-0) S 27435 27450 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502180 19521036288 94143 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 10.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 376572 KiB

[startup+12.7004 s]
/proc/loadavg: 1.77 2.90 3.65 8/329 27531
/proc/meminfo: memFree=127559032/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=19063512 memory=581472 CPUtime=16.61 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 26824 0 0 0 1632 29 0 0 20 0 20 0 36502099 19521036288 145368 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4765878 145368 5488 1 0 554550 0
[pid=27450/tid=27456] ppid=27435 vsize=19063512 memory=156256 CPUtime=12.15 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 7921 0 0 0 1196 19 0 0 20 0 20 0 36502102 19521036288 145368 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=19063512 memory=581472 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 145368 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 145368 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27521] ppid=27435 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/27450/task/27521/stat : 27521 (Timer-0) S 27435 27450 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502180 19521036288 145368 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 16.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 581472 KiB

[startup+25.5004 s]
/proc/loadavg: 2.35 2.97 3.66 8/329 27531
/proc/meminfo: memFree=124864376/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=19063512 memory=1320944 CPUtime=29.53 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 31708 0 0 0 2904 49 0 0 20 0 20 0 36502099 19521036288 330236 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4765878 330236 5488 1 0 554550 0
[pid=27450/tid=27456] ppid=27435 vsize=19063512 memory=581472 CPUtime=24.81 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 9526 0 0 0 2443 38 0 0 20 0 20 0 36502102 19521036288 330236 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 330236 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=19063512 memory=868300 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 330236 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27521] ppid=27435 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/27450/task/27521/stat : 27521 (Timer-0) S 27435 27450 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502180 19521036288 330236 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 29.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320944 KiB

[startup+51.1133 s]
/proc/loadavg: 2.91 3.06 3.67 8/331 27534
/proc/meminfo: memFree=124353872/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=19063512 memory=1333240 CPUtime=55.08 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 35122 0 0 0 5447 61 0 0 20 0 20 0 36502099 19521036288 333310 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4765878 333310 5488 1 0 554550 0
[pid=27450/tid=27456] ppid=27435 vsize=19063512 memory=1333240 CPUtime=50.08 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 10875 0 0 0 4961 47 0 0 20 0 20 0 36502102 19521036288 333310 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 333310 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 333310 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0

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

[startup+3282.3 s]
/proc/loadavg: 4.22 4.19 4.12 7/331 27779
/proc/meminfo: memFree=103962184/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=19063512 memory=2165476 CPUtime=3275.51 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 97265 0 0 0 326651 900 0 0 20 0 20 0 36502099 19521036288 541369 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4765878 541369 5488 1 0 555361 0
[pid=27450/tid=27456] ppid=27435 vsize=19063512 memory=2165476 CPUtime=3244.23 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 42029 0 0 0 323735 688 0 0 20 0 20 0 36502102 19521036288 541369 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=19063512 memory=-6000919485625034093 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 541369 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=19063512 memory=2165476 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 1863 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 541369 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27521] ppid=27435 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/27450/task/27521/stat : 27521 (Timer-0) S 27435 27450 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502180 19521036288 541369 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 3275.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165476 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.18 4.12 7/332 27786
/proc/meminfo: memFree=103647948/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=19063512 memory=2165604 CPUtime=3335.67 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 100976 0 0 0 332654 913 0 0 20 0 20 0 36502099 19521036288 541401 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4765878 541401 5488 1 0 555420 0
[pid=27450/tid=27456] ppid=27435 vsize=19063512 memory=14720 CPUtime=3303.57 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 43358 0 0 0 329659 698 0 0 20 0 20 0 36502102 19521036288 541401 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=19063512 memory=2165604 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 541401 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=19063512 memory=2165604 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 1936 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 541401 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27521] ppid=27435 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/27450/task/27521/stat : 27521 (Timer-0) S 27435 27450 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502180 19521036288 541401 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 3335.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165604 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.18 4.12 7/331 27788
/proc/meminfo: memFree=103320536/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=19063512 memory=2165732 CPUtime=3395.61 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 102955 0 0 0 338637 924 0 0 20 0 20 0 36502099 19521036288 541433 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4765878 541433 5488 1 0 555425 0
[pid=27450/tid=27456] ppid=27435 vsize=19063512 memory=2165604 CPUtime=3363.15 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 44205 0 0 0 335609 706 0 0 20 0 20 0 36502102 19521036288 541433 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=19063512 memory=2165604 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 541433 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 1937 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 541433 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27521] ppid=27435 vsize=19063512 memory=-6000919485625034093 CPUtime=0 cores=5,7
/proc/27450/task/27521/stat : 27521 (Timer-0) S 27435 27450 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502180 19521036288 541433 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 3395.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165732 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.16 4.11 7/330 27790
/proc/meminfo: memFree=103035540/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=19063512 memory=2165732 CPUtime=3455.53 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 103174 0 0 0 344615 938 0 0 20 0 20 0 36502099 19521036288 541433 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4765878 541433 5488 1 0 555426 0
[pid=27450/tid=27456] ppid=27435 vsize=19063512 memory=2165604 CPUtime=3422.76 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 44289 0 0 0 341559 717 0 0 20 0 20 0 36502102 19521036288 541433 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=19063512 memory=2165604 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 541433 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 2016 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 541433 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27521] ppid=27435 vsize=19063512 memory=2165732 CPUtime=0 cores=5,7
/proc/27450/task/27521/stat : 27521 (Timer-0) S 27435 27450 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502180 19521036288 541433 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 3455.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165732 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.16 4.11 7/330 27792
/proc/meminfo: memFree=102702588/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=19063512 memory=2165732 CPUtime=3515.44 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 103386 0 0 0 350592 952 0 0 20 0 20 0 36502099 19521036288 541433 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4765878 541433 5488 1 0 555426 0
[pid=27450/tid=27456] ppid=27435 vsize=19063512 memory=2165732 CPUtime=3482.36 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 44426 0 0 0 347509 727 0 0 20 0 20 0 36502102 19521036288 541433 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=19063512 memory=2165732 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 541433 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 2016 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 541433 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27521] ppid=27435 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/27450/task/27521/stat : 27521 (Timer-0) S 27435 27450 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502180 19521036288 541433 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 3515.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165732 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.14 4.11 7/329 27794
/proc/meminfo: memFree=102424192/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=19063512 memory=2165860 CPUtime=3575.42 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 105524 0 0 0 356576 966 0 0 20 0 20 0 36502099 19521036288 541465 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4765878 541465 5488 1 0 555426 0
[pid=27450/tid=27456] ppid=27435 vsize=19063512 memory=4252 CPUtime=3541.69 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 45743 0 0 0 353431 738 0 0 20 0 20 0 36502102 19521036288 541465 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 541465 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 2096 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 541465 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27521] ppid=27435 vsize=19063512 memory=2165732 CPUtime=0 cores=5,7
/proc/27450/task/27521/stat : 27521 (Timer-0) S 27435 27450 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502180 19521036288 541465 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 3575.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607 s]*
/proc/loadavg: 4.14 4.15 4.11 4/293 27862
/proc/meminfo: memFree=112165040/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=19063512 memory=2165860 CPUtime=3600.02 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 105862 0 0 0 359029 973 0 0 20 0 20 0 36502099 19521036288 541465 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4765878 541465 5488 1 0 555426 0
[pid=27450/tid=27456] ppid=27435 vsize=19063512 memory=-7824251494390781032 CPUtime=3566.28 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) R 27435 27450 27382 0 -1 4194368 46062 0 0 0 355883 745 0 0 20 0 20 0 36502102 19521036288 541465 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=19063512 memory=6784 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 541465 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=19063512 memory=5044 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 2112 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 541465 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27521] ppid=27435 vsize=19063512 memory=4788 CPUtime=0 cores=5,7
/proc/27450/task/27521/stat : 27521 (Timer-0) S 27435 27450 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502180 19521036288 541465 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2165860 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.47 s, system=9.76143 s

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

[startup+3607.12 s]
/proc/loadavg: 4.14 4.15 4.11 4/293 27862
/proc/meminfo: memFree=112165040/131382112 swapFree=33010684/33010684
[pid=27450] ppid=27435 vsize=19263204 memory=2166248 CPUtime=3600.2 cores=5,7
/proc/27450/stat : 27450 (java) S 27435 27450 27382 0 -1 4194304 108759 0 0 0 359046 974 0 0 20 0 16 0 36502099 19725520896 541562 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
/proc/27450/statm: 4815801 541562 5520 1 0 556428 0
[pid=27450/tid=27456] ppid=27435 vsize=19263204 memory=17280 CPUtime=3566.3 cores=5,7
/proc/27450/task/27456/stat : 27456 (java) S 27435 27450 27382 0 -1 4194368 46441 0 0 0 355885 745 0 0 20 0 16 0 36502102 19725520896 541562 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27493] ppid=27435 vsize=19263204 memory=0 CPUtime=0 cores=5,7
/proc/27450/task/27493/stat : 27493 (Finalizer) S 27435 27450 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 36502107 19725520896 541562 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
[pid=27450/tid=27519] ppid=27435 vsize=19263204 memory=2165860 CPUtime=0 cores=5,7
/proc/27450/task/27519/stat : 27519 (Common-Cleaner) S 27435 27450 27382 0 -1 4194368 2112 0 0 0 0 0 0 0 20 0 16 0 36502108 19725520896 541594 18446744073709551615 94462236332032 94462236335728 140732319682464 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94462236343544 94462236344336 94462269403136 140732319684912 140732319685094 140732319685094 140732319690696 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2166248 KiB

Child status: 143

Real time (s): 3607.14
CPU time (s): 3600.23
CPU user time (s): 3590.47
CPU system time (s): 9.76143
CPU usage (%): 99.8084
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2166248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.47
system time used= 9.76143
maximum resident set size= 2166884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108788
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10988072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115664
involuntary context switches= 10967


# summary of solver processes directly reported to runsolver:
#   pid: 27450
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3590.47
#   total CPU system time (s): 9.76143

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.2061 second user time and 36.6779 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 16:43:47
IDJOB=4512907
IDBENCH=162196
IDSOLVER=3364
FILE ID=nodeC005/4512907-1751208227
RUNJOBID= nodeC005-1751208227-27395
SLURM_JOB_ID= 9587639
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size144-round23-2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512907-1751208227/watcher-4512907-1751208227 -o /tmp/evaluation-result-4512907-1751208227/solver-4512907-1751208227 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751208227-27395 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4512907-1751208227 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4512907-1751208227.opb

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

MD5SUM BENCH= 37b3a609918eb30d871bb851627bd55e
RANDOM SEED=1630807918

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.209
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.245
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.271
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.223
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.271
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.284
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		: 1197.232
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.257
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:        130266288 kB
MemAvailable:   129950536 kB
Buffers:            3280 kB
Cached:           494812 kB
SwapCached:            0 kB
Active:           316376 kB
Inactive:         246940 kB
Active(anon):      83184 kB
Inactive(anon):        0 kB
Active(file):     233192 kB
Inactive(file):   246940 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4196 kB
Writeback:             0 kB
AnonPages:         68372 kB
Mapped:           102324 kB
Shmem:             17960 kB
KReclaimable:      87488 kB
Slab:             169020 kB
SReclaimable:      87488 kB
SUnreclaim:        81532 kB
KernelStack:        3840 kB
PageTables:         2860 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149208 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-29 17:43:55