Trace number 4512871

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.34 3606.36

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size128-round23-6.opb
MD5SUM94dee3519407525a3e2f33fb04ced940
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 constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
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.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.27/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.24	c java.vm.version	22.0.1+8-16
0.27/0.24	c java.vm.vendor	Oracle Corporation
0.27/0.24	c sun.arch.data.model	64
0.27/0.24	c java.version		22.0.1
0.27/0.24	c os.name		Linux
0.27/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.24	c os.arch		amd64
0.27/0.25	c Free memory 		2104792832
0.27/0.25	c Max memory 		16282288128
0.27/0.25	c Total memory 		2113929216
0.27/0.26	c Number of processors 	2
0.42/0.37	c Pseudo Boolean Optimization by upper bound
0.42/0.37	c --- Begin Solver configuration ---
0.42/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.37	c Learn all clauses as in MiniSAT
0.42/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.37	c Expensive reason simplification
0.42/0.37	c Glucose 2.1 dynamic restart strategy
0.42/0.37	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.42/0.37	c timeout=2147483s
0.42/0.37	c DB Simplification allowed=false
0.42/0.37	c Listener: none
0.42/0.37	c --- End Solver configuration ---
0.42/0.37	c solving HOME/instance-4512871-1751208227.opb
0.42/0.37	c reading problem ... 
0.42/0.38	c using VERIPB proof format
0.42/0.39	c  no objective function found
1.32/0.80	c ... done. Wall clock time 0.422s.
1.32/0.81	c declared #vars     4288
1.32/0.81	c #constraints  10816
1.32/0.81	c constraints type 
1.32/0.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
1.32/0.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.32/0.81	c org.sat4j.specs.Constr$1 => 904
1.32/0.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
1.32/0.81	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
1.32/0.81	c 10816 constraints processed.
3.88/2.13	c cleaning 2497 clauses out of 4997 with flag 16453/5000
5.07/2.74	c cleaning 4242 clauses out of 8501 with flag 38395/11001
6.25/3.39	c cleaning 5614 clauses out of 11258 with flag 66388/18000
7.40/4.06	c cleaning 6783 clauses out of 13644 with flag 101990/26000
8.38/4.83	c cleaning 7913 clauses out of 15861 with flag 141649/35000
10.03/6.45	c cleaning 8927 clauses out of 17948 with flag 190633/45000
11.86/7.57	c cleaning 10003 clauses out of 20021 with flag 244742/56000
12.96/8.61	c cleaning 10986 clauses out of 22018 with flag 305187/68000
14.16/9.82	c cleaning 11998 clauses out of 24038 with flag 374306/81006
15.60/11.22	c cleaning 12982 clauses out of 26034 with flag 446871/95000
17.10/12.73	c cleaning 14017 clauses out of 28052 with flag 525903/110000
18.70/14.34	c cleaning 14994 clauses out of 30035 with flag 612306/126000
20.48/16.03	c cleaning 15975 clauses out of 32041 with flag 706759/143000
22.26/17.75	c cleaning 17013 clauses out of 34067 with flag 808649/161001
24.16/19.65	c cleaning 17980 clauses out of 36053 with flag 915996/180000
26.26/21.75	c cleaning 19033 clauses out of 38073 with flag 1028257/200000
28.46/24.00	c cleaning 20005 clauses out of 40041 with flag 1146224/221001
30.85/26.37	c cleaning 20990 clauses out of 42036 with flag 1274347/243001
33.35/28.89	c cleaning 21984 clauses out of 44045 with flag 1407333/266000
35.94/31.45	c cleaning 23001 clauses out of 46061 with flag 1549360/290000
38.73/34.23	c cleaning 24020 clauses out of 48061 with flag 1697190/315001
41.73/37.22	c cleaning 24978 clauses out of 50040 with flag 1846835/341000
44.73/40.26	c cleaning 26026 clauses out of 52063 with flag 2005152/368001
47.99/43.77	c cleaning 27004 clauses out of 54036 with flag 2169173/396000
51.48/47.27	c cleaning 28000 clauses out of 56033 with flag 2343018/425001
55.07/50.86	c cleaning 28997 clauses out of 58032 with flag 2519189/455000
58.87/54.68	c cleaning 29998 clauses out of 60035 with flag 2704621/486000
62.96/58.74	c cleaning 31006 clauses out of 62038 with flag 2898119/518001
67.53/63.38	c cleaning 31985 clauses out of 64032 with flag 3096617/551001
72.12/67.90	c cleaning 33015 clauses out of 66048 with flag 3300481/585002
76.51/72.36	c cleaning 33974 clauses out of 68031 with flag 3507050/620000
81.18/77.20	c cleaning 35001 clauses out of 70057 with flag 3722715/656000
86.07/82.09	c cleaning 35992 clauses out of 72056 with flag 3945364/693000
91.25/87.24	c cleaning 37023 clauses out of 74064 with flag 4176930/731000
96.74/92.73	c cleaning 37973 clauses out of 76041 with flag 4412260/770000
102.21/98.22	c cleaning 39019 clauses out of 78068 with flag 4651257/810000
108.18/104.37	c cleaning 39981 clauses out of 80050 with flag 4901747/851001
114.37/110.57	c cleaning 41023 clauses out of 82069 with flag 5152620/893001
120.76/116.94	c cleaning 42010 clauses out of 84046 with flag 5413336/936001
127.04/123.29	c cleaning 42994 clauses out of 86036 with flag 5680208/980001
133.94/130.14	c cleaning 43975 clauses out of 88041 with flag 5952663/1025000
140.60/136.98	c cleaning 45024 clauses out of 90066 with flag 6236548/1071000
147.59/143.97	c cleaning 45980 clauses out of 92043 with flag 6526169/1118001
154.98/151.32	c cleaning 46978 clauses out of 94062 with flag 6819036/1166000
162.56/158.95	c cleaning 48011 clauses out of 96084 with flag 7118647/1215000
170.62/167.11	c cleaning 48986 clauses out of 98073 with flag 7426303/1265000
178.79/175.26	c cleaning 50012 clauses out of 100087 with flag 7736346/1316000
187.20/183.68	c cleaning 51025 clauses out of 102075 with flag 8051130/1368000
196.08/192.55	c cleaning 52015 clauses out of 104050 with flag 8373196/1421000
205.47/202.08	c cleaning 53006 clauses out of 106035 with flag 8695848/1475000
214.83/211.43	c cleaning 53996 clauses out of 108030 with flag 9031210/1530001
224.95/221.53	c cleaning 54978 clauses out of 110035 with flag 9366902/1586002
234.73/231.44	c cleaning 55987 clauses out of 112055 with flag 9712898/1643000
244.81/241.50	c cleaning 57031 clauses out of 114070 with flag 10063545/1701002
255.19/252.01	c cleaning 58010 clauses out of 116037 with flag 10422188/1760000
265.88/262.76	c cleaning 58949 clauses out of 118027 with flag 10781098/1820000
277.29/274.18	c cleaning 60003 clauses out of 120080 with flag 11152182/1881002
288.96/285.80	c cleaning 61013 clauses out of 122075 with flag 11531006/1943000
302.86/299.86	c cleaning 62011 clauses out of 124063 with flag 11910172/2006001
315.04/312.08	c cleaning 62989 clauses out of 126052 with flag 12300680/2070001
328.21/325.36	c cleaning 63976 clauses out of 128062 with flag 12692965/2135000
341.61/338.68	c cleaning 65028 clauses out of 130087 with flag 13093971/2201001
355.36/352.42	c cleaning 65998 clauses out of 132058 with flag 13499353/2268000
369.20/366.23	c cleaning 67019 clauses out of 134060 with flag 13912019/2336000
383.54/380.62	c cleaning 67996 clauses out of 136041 with flag 14328586/2405000
397.91/395.09	c cleaning 68987 clauses out of 138045 with flag 14749893/2475000
413.19/410.39	c cleaning 70011 clauses out of 140059 with flag 15172981/2546001
430.07/427.20	c cleaning 70995 clauses out of 142047 with flag 15609598/2618000
446.38/443.65	c cleaning 71978 clauses out of 144052 with flag 16052353/2691000
463.88/461.18	c cleaning 73024 clauses out of 146074 with flag 16501566/2765000
480.81/478.17	c cleaning 73993 clauses out of 148052 with flag 16949885/2840002
497.59/495.00	c cleaning 75021 clauses out of 150057 with flag 17410213/2916000
514.94/512.35	c cleaning 76002 clauses out of 152036 with flag 17873627/2993000
532.97/530.39	c cleaning 77005 clauses out of 154034 with flag 18342224/3071000
551.85/549.26	c cleaning 78016 clauses out of 156031 with flag 18812424/3150002
571.07/568.53	c cleaning 78999 clauses out of 158013 with flag 19291938/3230000
590.05/587.51	c cleaning 79974 clauses out of 160014 with flag 19780094/3311000
609.81/607.32	c cleaning 81009 clauses out of 162040 with flag 20272644/3393000
630.32/628.09	c cleaning 81965 clauses out of 164031 with flag 20770038/3476000
651.78/649.48	c cleaning 83017 clauses out of 166066 with flag 21274383/3560000
673.22/670.98	c cleaning 83985 clauses out of 168052 with flag 21786380/3645003
694.29/692.09	c cleaning 84997 clauses out of 170066 with flag 22298365/3731002
716.77/714.51	c cleaning 85968 clauses out of 172068 with flag 22818904/3818001
739.34/737.18	c cleaning 87017 clauses out of 174100 with flag 23342497/3906001
762.36/760.21	c cleaning 88041 clauses out of 176082 with flag 23871570/3995000
785.43/783.39	c cleaning 89011 clauses out of 178041 with flag 24414617/4085000
810.64/808.42	c cleaning 89951 clauses out of 180031 with flag 24955093/4176001
835.00/832.84	c cleaning 90988 clauses out of 182079 with flag 25504617/4268000
860.94/858.92	c cleaning 92013 clauses out of 184092 with flag 26062028/4361001
887.08/885.11	c cleaning 93010 clauses out of 186080 with flag 26618800/4455002
912.90/910.90	c cleaning 94025 clauses out of 188069 with flag 27183281/4550001
938.65/936.73	c cleaning 94994 clauses out of 190043 with flag 27753098/4646000
965.06/963.13	c cleaning 95986 clauses out of 192049 with flag 28331911/4743000
992.04/990.25	c cleaning 96988 clauses out of 194064 with flag 28914154/4841001
1020.82/1019.06	c cleaning 98039 clauses out of 196077 with flag 29506430/4940002
1048.48/1046.72	c cleaning 99008 clauses out of 198036 with flag 30101512/5040000
1077.41/1075.76	c cleaning 99996 clauses out of 200028 with flag 30703157/5141000
1107.66/1105.97	c cleaning 100968 clauses out of 202032 with flag 31310588/5243000
1137.50/1135.84	c cleaning 102018 clauses out of 204065 with flag 31923867/5346001
1168.49/1166.94	c cleaning 102969 clauses out of 206046 with flag 32538369/5450000
1200.82/1199.39	c cleaning 104005 clauses out of 208077 with flag 33155342/5555000
1231.90/1230.61	c cleaning 105020 clauses out of 210073 with flag 33776642/5661001
1263.10/1261.93	c cleaning 105997 clauses out of 212052 with flag 34408028/5768000
1296.39/1295.34	c cleaning 106994 clauses out of 214055 with flag 35043466/5876000
1329.67/1328.62	c cleaning 107998 clauses out of 216061 with flag 35684047/5985000
1363.06/1362.43	c cleaning 108995 clauses out of 218064 with flag 36332263/6095001
1397.12/1396.65	c cleaning 109984 clauses out of 220069 with flag 36988953/6206001
1431.00/1430.59	c cleaning 110993 clauses out of 222085 with flag 37654625/6318001
1465.17/1464.88	c cleaning 112030 clauses out of 224093 with flag 38323785/6431002
1501.89/1501.67	c cleaning 112985 clauses out of 226061 with flag 38985770/6545000
1538.11/1537.97	c cleaning 114007 clauses out of 228079 with flag 39664611/6660003
1575.63/1575.52	c cleaning 115021 clauses out of 230070 with flag 40349975/6776001
1613.66/1613.80	c cleaning 115993 clauses out of 232049 with flag 41035934/6893001
1651.90/1652.09	c cleaning 117015 clauses out of 234057 with flag 41731371/7011002
1689.73/1689.98	c cleaning 118011 clauses out of 236042 with flag 42426585/7130002
1728.82/1729.02	c cleaning 118996 clauses out of 238029 with flag 43126014/7250000
1771.46/1771.70	c cleaning 120017 clauses out of 240034 with flag 43830063/7371001
1811.83/1812.29	c cleaning 120972 clauses out of 242016 with flag 44545464/7493000
1853.14/1853.67	c cleaning 121998 clauses out of 244044 with flag 45262463/7616000
1895.83/1897.12	c cleaning 123010 clauses out of 246046 with flag 45988406/7740000
1939.25/1940.62	c cleaning 123977 clauses out of 248038 with flag 46724499/7865002
1983.12/1984.96	c cleaning 125017 clauses out of 250060 with flag 47453379/7991001
2026.22/2028.12	c cleaning 126016 clauses out of 252043 with flag 48193088/8118001
2070.51/2072.84	c cleaning 126990 clauses out of 254026 with flag 48950904/8246000
2115.53/2118.00	c cleaning 127966 clauses out of 256036 with flag 49700600/8375000
2160.02/2162.51	c cleaning 129004 clauses out of 258070 with flag 50463446/8505000
2206.60/2209.18	c cleaning 129989 clauses out of 260066 with flag 51227056/8636000
2252.63/2255.38	c cleaning 131026 clauses out of 262079 with flag 51994991/8768002
2300.57/2303.35	c cleaning 132011 clauses out of 264051 with flag 52772424/8901000
2349.14/2352.05	c cleaning 132973 clauses out of 266040 with flag 53554035/9035000
2397.08/2400.06	c cleaning 134003 clauses out of 268068 with flag 54345487/9170001
2446.09/2449.27	c cleaning 134994 clauses out of 270064 with flag 55136274/9306000
2496.47/2499.79	c cleaning 135996 clauses out of 272070 with flag 55940900/9443000
2547.48/2550.31	c cleaning 136996 clauses out of 274074 with flag 56743856/9581000
2597.39/2600.43	c cleaning 138021 clauses out of 276080 with flag 57561744/9720002
2649.66/2652.83	c cleaning 139021 clauses out of 278058 with flag 58379085/9860001
2703.23/2706.53	c cleaning 139998 clauses out of 280036 with flag 59192275/10001000
2758.32/2761.86	c cleaning 140993 clauses out of 282039 with flag 60017047/10143001
2814.60/2818.25	c cleaning 142017 clauses out of 284046 with flag 60849948/10286001
2869.76/2873.54	c cleaning 142997 clauses out of 286029 with flag 61686683/10430001
2924.85/2928.79	c cleaning 143978 clauses out of 288031 with flag 62524455/10575000
2982.12/2986.29	c cleaning 144996 clauses out of 290053 with flag 63367250/10721000
3039.41/3043.72	c cleaning 146004 clauses out of 292057 with flag 64222346/10868000
3099.72/3104.26	c cleaning 147012 clauses out of 294053 with flag 65078498/11016000
3159.51/3164.22	c cleaning 147971 clauses out of 296041 with flag 65945884/11165000
3220.74/3225.65	c cleaning 149029 clauses out of 298070 with flag 66814282/11315000
3281.52/3286.68	c cleaning 149992 clauses out of 300042 with flag 67691837/11466001
3341.84/3347.14	c cleaning 151009 clauses out of 302049 with flag 68572973/11618000
3403.61/3409.15	c cleaning 152001 clauses out of 304041 with flag 69461452/11771001
3467.28/3472.99	c cleaning 153015 clauses out of 306039 with flag 70355582/11925000
3531.47/3537.31	c cleaning 153962 clauses out of 308024 with flag 71256565/12080000
3595.24/3601.35	c cleaning 154971 clauses out of 310063 with flag 72164337/12236001
3600.07/3606.22	c timeout
3600.07/3606.23	c starts		: 99509
3600.07/3606.24	c conflicts		: 12251094
3600.07/3606.24	c decisions		: 108070024
3600.07/3606.24	c propagations		: 1606806765
3600.07/3606.24	c inspects		: 34394283002
3600.07/3606.24	c shortcuts		: 0
3600.07/3606.24	c learnt literals	: 3
3600.07/3606.24	c learnt binary clauses	: 53
3600.07/3606.24	c learnt ternary clauses	: 810
3600.07/3606.24	c learnt constraints	: 12251091
3600.07/3606.24	c ignored constraints	: 0
3600.07/3606.24	c root simplifications	: 0
3600.07/3606.24	c removed literals (reason simplification)	: 11277931
3600.07/3606.24	c reason swapping (by a shorter reason)	: 0
3600.07/3606.24	c Calls to reduceDB	: 152
3600.07/3606.24	c Number of update (reduction) of LBD	: 2613702
3600.07/3606.24	c Imported unit clauses	: 0
3600.07/3606.24	c No decision after first conflict	: false
3600.07/3606.24	c number of reductions to clauses (during analyze)	: 0
3600.07/3606.24	c number of learned constraints concerned by reduction	: 0
3600.07/3606.24	c number of learning phase by resolution	: 0
3600.07/3606.24	c number of learning phase by cutting planes	: 0
3600.07/3606.24	c number of rounding to 1 operations	: 0
3600.07/3606.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3606.24	c number of reductions of the coefficients by power 2 	: 0
3600.07/3606.24	c number of right shift for reduction by power 2 	: 0
3600.07/3606.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3606.24	c number of ending skipping 	: 0
3600.07/3606.24	c number of internal skipping 	: 0
3600.07/3606.24	c number of derivation steps 	: 0
3600.07/3606.24	c number of skipped derivation steps 	: 0
3600.07/3606.24	c number of remaining unassigned 	: 0
3600.07/3606.24	c number of remaining assigned 	: 0
3600.07/3606.24	c number of falsified literals weakened from reason	: 0
3600.07/3606.24	c number of falsified literals weakened from conflict	: 0
3600.07/3606.24	c time for arithmetic operations	: 0
3600.07/3606.24	c minimum degree of deleted constraints	: null
3600.07/3606.24	c maximum degree of deleted constraints	: null
3600.07/3606.24	c number of deleted constraints	: 0
3600.07/3606.24	c speed (assignments/second)	: 445664.3638367691
3600.07/3606.24	c non guided choices	: 44268
3600.26/3606.33	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 170132
3600.26/3606.33	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 53
3600.26/3606.33	s UNKNOWN
3600.26/3606.33	c Total wall clock time (in seconds): 3605.958

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512871-1751208227/watcher-4512871-1751208227 -o /tmp/evaluation-result-4512871-1751208227/solver-4512871-1751208227 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751208227-27394 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4512871-1751208227 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4512871-1751208227.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
Current StackSize limit: 8192 KiB

solver pid=27438, runsolver pid=27432

[startup+0.100072 s]*
/proc/loadavg: 0.83 2.76 3.61 8/318 27520
/proc/meminfo: memFree=130179848/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=18930344 memory=47528 CPUtime=0.09 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 5435 0 0 0 6 3 0 0 20 0 18 0 36502098 19384672256 11882 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4732586 11882 4934 1 0 546692 0
[pid=27438/tid=27454] ppid=27432 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 4566 0 0 0 4 2 0 0 20 0 18 0 36502101 19384672256 11914 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=18930344 memory=13926 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36502107 19384672256 11914 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=18930344 memory=57394570986489 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36502108 19384672256 11914 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 47528 KiB

[startup+0.215188 s]*
/proc/loadavg: 0.83 2.76 3.61 8/318 27520
/proc/meminfo: memFree=130174356/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=18930384 memory=51496 CPUtime=0.27 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 6079 0 0 0 23 4 0 0 20 0 18 0 36502098 19384713216 12874 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4732596 12874 5318 1 0 547233 0
[pid=27438/tid=27454] ppid=27432 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 4983 0 0 0 15 2 0 0 20 0 18 0 36502101 19384713216 12874 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=18930384 memory=13926 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36502107 19384713216 12906 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=18930384 memory=57394570986489 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36502108 19384713216 12906 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51496 KiB

[startup+0.314216 s]*
/proc/loadavg: 0.83 2.76 3.61 9/318 27520
/proc/meminfo: memFree=130157300/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=18930384 memory=59648 CPUtime=0.42 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 6558 0 0 0 37 5 0 0 20 0 18 0 36502098 19384713216 14912 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4732596 14912 5318 1 0 547685 0
[pid=27438/tid=27454] ppid=27432 vsize=18930384 memory=-6000919485625034093 CPUtime=0.26 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 5156 0 0 0 23 3 0 0 20 0 18 0 36502101 19384713216 14912 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=18930384 memory=-4421386513394263141 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36502107 19384713216 14912 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36502108 19384713216 14912 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59648 KiB

[startup+0.700393 s]
/proc/loadavg: 0.83 2.76 3.61 12/318 27520
/proc/meminfo: memFree=130132664/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=18930384 memory=79900 CPUtime=1.12 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 8394 0 0 0 105 7 0 0 20 0 18 0 36502098 19384713216 19975 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4732596 19975 5446 1 0 549043 0
[pid=27438/tid=27454] ppid=27432 vsize=18930384 memory=17280 CPUtime=0.53 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 5344 0 0 0 49 4 0 0 20 0 18 0 36502101 19384713216 19975 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36502107 19384713216 19975 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36502108 19384713216 19975 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 79900 KiB

[startup+1.50028 s]
/proc/loadavg: 0.83 2.76 3.61 11/322 27524
/proc/meminfo: memFree=129979384/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=18996948 memory=138744 CPUtime=2.69 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 17995 0 0 0 257 12 0 0 20 0 19 0 36502098 19452874752 34686 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4749237 34686 5446 1 0 553685 0
[pid=27438/tid=27454] ppid=27432 vsize=18996948 memory=3200 CPUtime=1.19 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 5817 0 0 0 113 6 0 0 20 0 19 0 36502101 19452874752 34686 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36502107 19452874752 34686 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36502108 19452874752 34686 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27523] ppid=27432 vsize=18996948 memory=14720 CPUtime=0 cores=1,3
/proc/27438/task/27523/stat : 27523 (Timer-0) S 27432 27438 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36502181 19452874752 34686 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 138744 KiB

[startup+3.1056 s]
/proc/loadavg: 1.40 2.85 3.64 9/326 27528
/proc/meminfo: memFree=129659284/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=19063512 memory=180628 CPUtime=5.86 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 23752 0 0 0 572 14 0 0 20 0 20 0 36502098 19521036288 45157 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4765878 45157 5478 1 0 554387 0
[pid=27438/tid=27454] ppid=27432 vsize=19063512 memory=14720 CPUtime=2.72 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 6695 0 0 0 265 7 0 0 20 0 20 0 36502101 19521036288 45157 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 45157 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 45157 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27523] ppid=27432 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/27438/task/27523/stat : 27523 (Timer-0) S 27432 27438 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502181 19521036288 45157 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180628 KiB

[startup+6.30042 s]
/proc/loadavg: 1.40 2.85 3.64 5/326 27528
/proc/meminfo: memFree=129132496/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=19063512 memory=275120 CPUtime=9.88 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 25883 0 0 0 970 18 0 0 20 0 20 0 36502098 19521036288 68780 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4765878 68780 5478 1 0 554532 0
[pid=27438/tid=27454] ppid=27432 vsize=19063512 memory=0 CPUtime=5.87 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 6970 0 0 0 577 10 0 0 20 0 20 0 36502101 19521036288 68780 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 68780 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 68780 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27523] ppid=27432 vsize=19063512 memory=145020 CPUtime=0 cores=1,3
/proc/27438/task/27523/stat : 27523 (Timer-0) S 27432 27438 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502181 19521036288 68780 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 9.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 275120 KiB

[startup+12.7004 s]
/proc/loadavg: 1.77 2.90 3.65 5/329 27531
/proc/meminfo: memFree=127559032/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=19063512 memory=857616 CPUtime=17.1 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 35828 0 0 0 1674 36 0 0 20 0 20 0 36502098 19521036288 214404 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4765878 214404 5510 1 0 554532 0
[pid=27438/tid=27454] ppid=27432 vsize=19063512 memory=145020 CPUtime=12.16 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 8951 0 0 0 1190 26 0 0 20 0 20 0 36502101 19521036288 214404 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=19063512 memory=724496 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 214404 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 214404 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27523] ppid=27432 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27438/task/27523/stat : 27523 (Timer-0) S 27432 27438 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502181 19521036288 214404 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 17.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 857616 KiB

[startup+25.5004 s]
/proc/loadavg: 2.35 2.97 3.66 5/329 27531
/proc/meminfo: memFree=124864376/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=19063512 memory=1310340 CPUtime=30.06 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 38072 0 0 0 2956 50 0 0 20 0 20 0 36502098 19521036288 327585 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4765878 327585 5510 1 0 554532 0
[pid=27438/tid=27454] ppid=27432 vsize=19063512 memory=724496 CPUtime=24.87 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 9838 0 0 0 2449 38 0 0 20 0 20 0 36502101 19521036288 327585 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 327585 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 327585 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27523] ppid=27432 vsize=19063512 memory=1304080 CPUtime=0 cores=1,3
/proc/27438/task/27523/stat : 27523 (Timer-0) S 27432 27438 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502181 19521036288 327585 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 30.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1310340 KiB

[startup+51.1137 s]
/proc/loadavg: 2.91 3.06 3.67 5/331 27534
/proc/meminfo: memFree=124353872/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=19063512 memory=1312392 CPUtime=55.38 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 39752 0 0 0 5480 58 0 0 20 0 20 0 36502098 19521036288 328098 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4765878 328098 5510 1 0 554532 0
[pid=27438/tid=27454] ppid=27432 vsize=19063512 memory=1312392 CPUtime=50.07 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 10460 0 0 0 4962 45 0 0 20 0 20 0 36502101 19521036288 328098 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=19063512 memory=871952 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 328098 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=19063512 memory=0 CPUtime=0 cores=1,3

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

[startup+3282.3 s]
/proc/loadavg: 4.22 4.19 4.12 5/331 27779
/proc/meminfo: memFree=103962184/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=19063512 memory=2172484 CPUtime=3277.23 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 92126 0 0 0 326857 866 0 0 20 0 20 0 36502098 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4765878 543121 5510 1 0 558276 0
[pid=27438/tid=27454] ppid=27432 vsize=19063512 memory=2172484 CPUtime=3246.71 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 38644 0 0 0 324000 671 0 0 20 0 20 0 36502101 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=19063512 memory=2172484 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 1665 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27523] ppid=27432 vsize=19063512 memory=2172484 CPUtime=0 cores=1,3
/proc/27438/task/27523/stat : 27523 (Timer-0) S 27432 27438 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502181 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 3277.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172484 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.18 4.12 5/332 27786
/proc/meminfo: memFree=103647948/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=19063512 memory=2172484 CPUtime=3337.04 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 93157 0 0 0 332825 879 0 0 20 0 20 0 36502098 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4765878 543121 5510 1 0 558276 0
[pid=27438/tid=27454] ppid=27432 vsize=19063512 memory=2172484 CPUtime=3306.29 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 39537 0 0 0 329948 681 0 0 20 0 20 0 36502101 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=19063512 memory=2172484 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=19063512 memory=2172484 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 1667 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27523] ppid=27432 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/27438/task/27523/stat : 27523 (Timer-0) S 27432 27438 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502181 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 3337.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172484 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.18 4.12 5/331 27788
/proc/meminfo: memFree=103320536/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=19063512 memory=2172484 CPUtime=3396.81 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 93394 0 0 0 338790 891 0 0 20 0 20 0 36502098 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4765878 543121 5510 1 0 558276 0
[pid=27438/tid=27454] ppid=27432 vsize=19063512 memory=2172484 CPUtime=3365.76 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 39703 0 0 0 335886 690 0 0 20 0 20 0 36502101 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=19063512 memory=2172484 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=19063512 memory=2172484 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 1717 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27523] ppid=27432 vsize=19063512 memory=2172484 CPUtime=0 cores=1,3
/proc/27438/task/27523/stat : 27523 (Timer-0) S 27432 27438 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502181 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 3396.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172484 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.16 4.11 5/330 27790
/proc/meminfo: memFree=103035540/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=19063512 memory=2172484 CPUtime=3456.6 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 93410 0 0 0 344756 904 0 0 20 0 20 0 36502098 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4765878 543121 5510 1 0 558276 0
[pid=27438/tid=27454] ppid=27432 vsize=19063512 memory=2172484 CPUtime=3425.19 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 39705 0 0 0 341820 699 0 0 20 0 20 0 36502101 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 1717 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27523] ppid=27432 vsize=19063512 memory=2172484 CPUtime=0 cores=1,3
/proc/27438/task/27523/stat : 27523 (Timer-0) S 27432 27438 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502181 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 3456.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172484 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.16 4.11 5/330 27792
/proc/meminfo: memFree=102702588/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=19063512 memory=2172484 CPUtime=3516.5 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 93982 0 0 0 350734 916 0 0 20 0 20 0 36502098 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4765878 543121 5510 1 0 558276 0
[pid=27438/tid=27454] ppid=27432 vsize=19063512 memory=2172484 CPUtime=3484.59 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 40210 0 0 0 347750 709 0 0 20 0 20 0 36502101 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=19063512 memory=2172484 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=19063512 memory=2172484 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 1717 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27523] ppid=27432 vsize=19063512 memory=-6000919498509935981 CPUtime=0 cores=1,3
/proc/27438/task/27523/stat : 27523 (Timer-0) S 27432 27438 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502181 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 3516.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172484 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.14 4.11 5/329 27794
/proc/meminfo: memFree=102424192/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=19063512 memory=2172484 CPUtime=3576.28 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 94954 0 0 0 356699 929 0 0 20 0 20 0 36502098 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4765878 543121 5510 1 0 558276 0
[pid=27438/tid=27454] ppid=27432 vsize=19063512 memory=11264 CPUtime=3544.08 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 40971 0 0 0 353690 718 0 0 20 0 20 0 36502101 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=19063512 memory=2172484 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 1802 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27523] ppid=27432 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/27438/task/27523/stat : 27523 (Timer-0) S 27432 27438 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502181 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 3576.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.2 s]
/proc/loadavg: 4.14 4.15 4.11 5/305 27824
/proc/meminfo: memFree=105310248/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=19063512 memory=2172484 CPUtime=3600.07 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 95828 0 0 0 359073 934 0 0 20 0 20 0 36502098 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4765878 543121 5510 1 0 558276 0
[pid=27438/tid=27454] ppid=27432 vsize=19063512 memory=245635481903 CPUtime=3567.86 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) R 27432 27438 27382 0 -1 4194368 41759 0 0 0 356064 722 0 0 20 0 20 0 36502101 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=19063512 memory=54113165640434 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36502107 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=19063512 memory=3545798792802757905 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 1885 0 0 0 0 0 0 0 20 0 20 0 36502108 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27523] ppid=27432 vsize=19063512 memory=2002508 CPUtime=0 cores=1,3
/proc/27438/task/27523/stat : 27523 (Timer-0) S 27432 27438 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36502181 19521036288 543121 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172484 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.97 s, system=9.36672 s

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

[startup+3606.31 s]
/proc/loadavg: 4.14 4.15 4.11 5/305 27824
/proc/meminfo: memFree=105310248/131382112 swapFree=33010684/33010684
[pid=27438] ppid=27432 vsize=19263204 memory=2173380 CPUtime=3600.26 cores=1,3
/proc/27438/stat : 27438 (java) S 27432 27438 27382 0 -1 4194304 98016 0 0 0 359091 935 0 0 20 0 21 0 36502098 19725520896 543345 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
/proc/27438/statm: 4815801 543345 5510 1 0 559198 0
[pid=27438/tid=27454] ppid=27432 vsize=19263204 memory=2172484 CPUtime=3567.89 cores=1,3
/proc/27438/task/27454/stat : 27454 (java) S 27432 27438 27382 0 -1 4194368 42057 0 0 0 356066 723 0 0 20 0 21 0 36502101 19725520896 543345 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27503] ppid=27432 vsize=19263204 memory=11264 CPUtime=0 cores=1,3
/proc/27438/task/27503/stat : 27503 (Finalizer) S 27432 27438 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36502107 19725520896 543345 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
[pid=27438/tid=27520] ppid=27432 vsize=19263204 memory=2172484 CPUtime=0 cores=1,3
/proc/27438/task/27520/stat : 27520 (Common-Cleaner) S 27432 27438 27382 0 -1 4194368 1885 0 0 0 0 0 0 0 20 0 21 0 36502108 19725520896 543345 18446744073709551615 94801876688896 94801876692592 140725072230320 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94801876700408 94801876701200 94801883955200 140725072238896 140725072239078 140725072239078 140725072244680 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2173380 KiB

Child status: 143

Real time (s): 3606.36
CPU time (s): 3600.34
CPU user time (s): 3590.97
CPU system time (s): 9.36672
CPU usage (%): 99.833
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2173380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.97
system time used= 9.36672
maximum resident set size= 2173636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98226
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11011616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114478
involuntary context switches= 9343


# summary of solver processes directly reported to runsolver:
#   pid: 27438
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3590.97
#   total CPU system time (s): 9.36672

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8236 second user time and 38.1746 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 16:43:47
IDJOB=4512871
IDBENCH=162182
IDSOLVER=3364
FILE ID=nodeC005/4512871-1751208227
RUNJOBID= nodeC005-1751208227-27394
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-size128-round23-6.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512871-1751208227/watcher-4512871-1751208227 -o /tmp/evaluation-result-4512871-1751208227/solver-4512871-1751208227 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751208227-27394 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4512871-1751208227 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4512871-1751208227.opb

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.242
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.228
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:        130267044 kB
MemAvailable:   129950644 kB
Buffers:            3280 kB
Cached:           494164 kB
SwapCached:            0 kB
Active:           317348 kB
Inactive:         246292 kB
Active(anon):      84156 kB
Inactive(anon):        0 kB
Active(file):     233192 kB
Inactive(file):   246292 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3548 kB
Writeback:             0 kB
AnonPages:         69344 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:     331596 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:54