Trace number 4513123

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.28 3600.53

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size112-round23-6.opb
MD5SUMc9436c9260c5d2d4def6ae640460810c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2263.43
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 constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
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.14/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.17	c See www.sat4j.org for details.
0.14/0.18	c version PB25.v20250606
0.14/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.21	c java.vm.version	22.0.1+8-16
0.14/0.21	c java.vm.vendor	Oracle Corporation
0.14/0.21	c sun.arch.data.model	64
0.14/0.21	c java.version		22.0.1
0.14/0.21	c os.name		Linux
0.14/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.14/0.21	c os.arch		amd64
0.14/0.22	c Free memory 		2104792832
0.14/0.22	c Max memory 		16282288128
0.14/0.22	c Total memory 		2113929216
0.14/0.23	c Number of processors 	2
0.32/0.32	c Pseudo Boolean Optimization by upper bound
0.32/0.32	c --- Begin Solver configuration ---
0.32/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.32/0.32	c Learn all clauses as in MiniSAT
0.32/0.32	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.32/0.32	c Expensive reason simplification
0.32/0.32	c Glucose 2.1 dynamic restart strategy
0.32/0.32	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.32/0.32	c timeout=2147483s
0.32/0.32	c DB Simplification allowed=false
0.32/0.32	c Listener: none
0.32/0.32	c --- End Solver configuration ---
0.32/0.32	c solving HOME/instance-4513123-1751212503.opb
0.32/0.32	c reading problem ... 
0.46/0.35	c using VERIPB proof format
0.46/0.35	c  no objective function found
1.14/0.76	c ... done. Wall clock time 0.428s.
1.14/0.76	c declared #vars     4288
1.14/0.76	c #constraints  10784
1.14/0.76	c constraints type 
1.14/0.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
1.14/0.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.14/0.76	c org.sat4j.specs.Constr$1 => 888
1.14/0.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
1.14/0.76	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
1.14/0.76	c 10784 constraints processed.
3.51/1.98	c cleaning 2497 clauses out of 5000 with flag 16865/5002
4.89/2.60	c cleaning 4211 clauses out of 8502 with flag 38636/11001
6.28/3.36	c cleaning 5628 clauses out of 11290 with flag 68000/18000
7.64/4.10	c cleaning 6815 clauses out of 13663 with flag 99619/26001
8.74/4.88	c cleaning 7897 clauses out of 15847 with flag 138537/35000
9.88/5.79	c cleaning 8967 clauses out of 17950 with flag 183332/45000
11.01/6.84	c cleaning 9955 clauses out of 19984 with flag 234777/56001
12.91/8.76	c cleaning 11007 clauses out of 22028 with flag 292041/68000
14.11/10.00	c cleaning 11998 clauses out of 24021 with flag 358156/81000
16.09/11.96	c cleaning 12984 clauses out of 26024 with flag 430958/95001
18.31/14.19	c cleaning 13966 clauses out of 28039 with flag 510995/110000
19.89/15.74	c cleaning 15018 clauses out of 30073 with flag 600081/126000
21.59/17.36	c cleaning 15945 clauses out of 32055 with flag 693407/143000
23.38/19.10	c cleaning 17046 clauses out of 34110 with flag 795592/161000
25.47/21.11	c cleaning 17989 clauses out of 36064 with flag 897644/180000
27.57/23.19	c cleaning 19015 clauses out of 38075 with flag 1012725/200000
29.86/25.42	c cleaning 20016 clauses out of 40061 with flag 1133224/221001
32.25/27.88	c cleaning 20997 clauses out of 42044 with flag 1260758/243000
34.75/30.36	c cleaning 22011 clauses out of 44047 with flag 1396630/266000
37.45/33.26	c cleaning 22991 clauses out of 46037 with flag 1533153/290001
40.27/36.06	c cleaning 24011 clauses out of 48045 with flag 1679794/315000
43.25/39.05	c cleaning 25009 clauses out of 50035 with flag 1839253/341001
46.25/42.08	c cleaning 25976 clauses out of 52025 with flag 1999325/368000
49.53/45.32	c cleaning 27008 clauses out of 54050 with flag 2168963/396001
52.93/48.70	c cleaning 27964 clauses out of 56042 with flag 2343547/425001
56.43/52.25	c cleaning 28977 clauses out of 58079 with flag 2523341/455002
60.23/56.04	c cleaning 30007 clauses out of 60100 with flag 2712605/486000
64.32/60.14	c cleaning 31023 clauses out of 62094 with flag 2906726/518001
69.51/66.38	c cleaning 32023 clauses out of 64071 with flag 3109049/551001
73.93/70.78	c cleaning 33011 clauses out of 66047 with flag 3318566/585000
78.52/75.31	c cleaning 33983 clauses out of 68036 with flag 3534653/620000
83.02/79.86	c cleaning 35005 clauses out of 70054 with flag 3753142/656001
88.90/85.60	c cleaning 35991 clauses out of 72048 with flag 3983004/693000
93.99/90.74	c cleaning 37000 clauses out of 74057 with flag 4218599/731000
99.46/96.24	c cleaning 38016 clauses out of 76057 with flag 4458441/770000
104.89/101.76	c cleaning 38983 clauses out of 78041 with flag 4712071/810000
110.80/107.61	c cleaning 40017 clauses out of 80058 with flag 4966756/851000
116.70/113.56	c cleaning 40989 clauses out of 82041 with flag 5227492/893000
123.59/120.43	c cleaning 42008 clauses out of 84053 with flag 5495420/936001
129.98/126.83	c cleaning 43012 clauses out of 86044 with flag 5770391/980000
138.67/135.70	c cleaning 43985 clauses out of 88032 with flag 6050530/1025000
145.55/142.56	c cleaning 45014 clauses out of 90047 with flag 6337919/1071000
152.76/149.70	c cleaning 45977 clauses out of 92033 with flag 6631516/1118000
159.96/156.97	c cleaning 47005 clauses out of 94056 with flag 6927926/1166000
167.65/164.71	c cleaning 47978 clauses out of 96052 with flag 7232105/1215001
175.54/172.63	c cleaning 49026 clauses out of 98073 with flag 7548530/1265000
183.52/180.67	c cleaning 50001 clauses out of 100047 with flag 7865297/1316000
192.47/189.68	c cleaning 50959 clauses out of 102046 with flag 8192168/1368000
201.51/198.74	c cleaning 52033 clauses out of 104087 with flag 8520382/1421000
210.38/207.68	c cleaning 53002 clauses out of 106054 with flag 8855434/1475000
219.66/216.95	c cleaning 54007 clauses out of 108052 with flag 9194511/1530000
229.95/227.33	c cleaning 54995 clauses out of 110046 with flag 9542671/1586001
239.64/237.11	c cleaning 55988 clauses out of 112050 with flag 9897288/1643000
250.24/247.66	c cleaning 57022 clauses out of 114062 with flag 10252525/1701000
260.72/258.26	c cleaning 58006 clauses out of 116041 with flag 10616686/1760001
271.40/268.96	c cleaning 59006 clauses out of 118034 with flag 10984719/1820000
282.78/280.37	c cleaning 59998 clauses out of 120028 with flag 11366094/1881000
294.32/291.92	c cleaning 60965 clauses out of 122030 with flag 11747597/1943000
306.10/303.71	c cleaning 62026 clauses out of 124065 with flag 12138639/2006000
318.45/316.12	c cleaning 62978 clauses out of 126041 with flag 12536653/2070002
331.17/328.83	c cleaning 64012 clauses out of 128061 with flag 12945881/2135000
344.49/342.12	c cleaning 65013 clauses out of 130050 with flag 13359632/2201001
359.24/356.96	c cleaning 65969 clauses out of 132038 with flag 13772651/2268002
373.56/371.20	c cleaning 67014 clauses out of 134070 with flag 14190994/2336003
388.25/385.94	c cleaning 68006 clauses out of 136055 with flag 14618181/2405002
403.01/400.69	c cleaning 68994 clauses out of 138047 with flag 15057169/2475000
418.04/415.70	c cleaning 70016 clauses out of 140053 with flag 15496009/2546000
434.05/431.71	c cleaning 71014 clauses out of 142038 with flag 15946349/2618001
451.31/449.06	c cleaning 71962 clauses out of 144025 with flag 16399944/2691002
468.19/465.97	c cleaning 73021 clauses out of 146061 with flag 16860825/2765000
485.26/483.08	c cleaning 73992 clauses out of 148040 with flag 17326153/2840000
502.36/500.15	c cleaning 74982 clauses out of 150049 with flag 17798602/2916001
520.00/517.75	c cleaning 75985 clauses out of 152066 with flag 18276603/2993000
538.39/536.13	c cleaning 76997 clauses out of 154083 with flag 18764143/3071002
556.59/554.35	c cleaning 78023 clauses out of 156084 with flag 19256029/3150000
576.57/574.34	c cleaning 78986 clauses out of 158061 with flag 19749420/3230000
595.74/593.58	c cleaning 79992 clauses out of 160076 with flag 20250965/3311001
615.38/613.12	c cleaning 80993 clauses out of 162084 with flag 20764038/3393001
634.77/632.57	c cleaning 82029 clauses out of 164091 with flag 21275274/3476001
655.96/653.78	c cleaning 83010 clauses out of 166061 with flag 21793403/3560000
677.79/675.59	c cleaning 84018 clauses out of 168052 with flag 22317766/3645001
698.78/696.59	c cleaning 84931 clauses out of 170035 with flag 22850049/3731002
720.87/718.59	c cleaning 86039 clauses out of 172102 with flag 23389812/3818000
743.92/741.57	c cleaning 87009 clauses out of 174063 with flag 23933653/3906000
766.31/763.92	c cleaning 88012 clauses out of 176054 with flag 24479298/3995000
789.28/786.98	c cleaning 89014 clauses out of 178042 with flag 25035104/4085000
813.38/811.04	c cleaning 89968 clauses out of 180028 with flag 25594800/4176000
837.55/835.22	c cleaning 91017 clauses out of 182060 with flag 26161018/4268000
861.77/859.40	c cleaning 91999 clauses out of 184044 with flag 26737789/4361001
887.59/885.19	c cleaning 92967 clauses out of 186044 with flag 27314477/4455000
912.74/910.31	c cleaning 94026 clauses out of 188078 with flag 27897514/4550001
939.01/936.69	c cleaning 94999 clauses out of 190055 with flag 28486283/4646004
966.25/963.93	c cleaning 95992 clauses out of 192052 with flag 29084070/4743000
993.30/990.91	c cleaning 97004 clauses out of 194060 with flag 29685454/4841000
1020.03/1017.67	c cleaning 98005 clauses out of 196056 with flag 30290216/4940000
1047.89/1045.50	c cleaning 99001 clauses out of 198052 with flag 30902543/5040001
1076.63/1074.17	c cleaning 100002 clauses out of 200051 with flag 31519581/5141001
1104.93/1102.40	c cleaning 100976 clauses out of 202048 with flag 32150409/5243000
1134.33/1132.34	c cleaning 101958 clauses out of 204073 with flag 32783112/5346001
1163.46/1161.47	c cleaning 103015 clauses out of 206116 with flag 33415842/5450002
1193.65/1191.64	c cleaning 104050 clauses out of 208100 with flag 34058788/5555001
1225.16/1223.26	c cleaning 105014 clauses out of 210050 with flag 34706440/5661001
1257.99/1256.17	c cleaning 105958 clauses out of 212035 with flag 35364376/5768000
1290.21/1288.41	c cleaning 107003 clauses out of 214077 with flag 36020513/5876000
1323.14/1321.40	c cleaning 108006 clauses out of 216077 with flag 36682385/5985003
1355.91/1354.29	c cleaning 108977 clauses out of 218069 with flag 37349184/6095001
1390.93/1389.27	c cleaning 110010 clauses out of 220091 with flag 38018964/6206000
1425.04/1423.34	c cleaning 111042 clauses out of 222083 with flag 38698638/6318002
1458.99/1457.33	c cleaning 111979 clauses out of 224039 with flag 39383172/6431000
1493.53/1491.95	c cleaning 112942 clauses out of 226060 with flag 40069686/6545000
1529.88/1528.35	c cleaning 114001 clauses out of 228118 with flag 40767033/6660000
1566.95/1565.44	c cleaning 115034 clauses out of 230117 with flag 41467993/6776000
1603.41/1601.80	c cleaning 116029 clauses out of 232083 with flag 42170299/6893000
1641.44/1640.00	c cleaning 116992 clauses out of 234054 with flag 42886841/7011000
1680.94/1679.40	c cleaning 118017 clauses out of 236062 with flag 43601377/7130000
1719.00/1717.52	c cleaning 119011 clauses out of 238045 with flag 44324105/7250000
1760.80/1759.45	c cleaning 119994 clauses out of 240034 with flag 45053972/7371000
1801.36/1800.07	c cleaning 121012 clauses out of 242041 with flag 45793459/7493001
1843.04/1841.79	c cleaning 121983 clauses out of 244029 with flag 46529670/7616001
1883.30/1882.06	c cleaning 123003 clauses out of 246046 with flag 47281522/7740001
1925.94/1924.73	c cleaning 123994 clauses out of 248043 with flag 48032421/7865001
1968.34/1967.18	c cleaning 125005 clauses out of 250048 with flag 48795019/7991000
2012.69/2011.51	c cleaning 125974 clauses out of 252043 with flag 49566903/8118000
2055.48/2054.39	c cleaning 126988 clauses out of 254069 with flag 50335815/8246000
2100.84/2099.77	c cleaning 128035 clauses out of 256081 with flag 51121801/8375000
2145.31/2144.28	c cleaning 128955 clauses out of 258049 with flag 51903387/8505003
2190.87/2189.79	c cleaning 129996 clauses out of 260091 with flag 52691392/8636000
2236.88/2235.78	c cleaning 131015 clauses out of 262096 with flag 53487353/8768001
2283.73/2282.62	c cleaning 131993 clauses out of 264081 with flag 54292759/8901001
2332.59/2331.50	c cleaning 133010 clauses out of 266087 with flag 55105338/9035000
2380.01/2379.06	c cleaning 134040 clauses out of 268079 with flag 55918835/9170002
2429.64/2428.75	c cleaning 134973 clauses out of 270037 with flag 56733010/9306000
2479.54/2478.78	c cleaning 136016 clauses out of 272064 with flag 57553386/9443000
2531.96/2530.95	c cleaning 137008 clauses out of 274048 with flag 58373927/9581000
2581.70/2580.75	c cleaning 138000 clauses out of 276040 with flag 59212617/9720000
2633.55/2632.64	c cleaning 139020 clauses out of 278041 with flag 60048881/9860001
2685.37/2684.56	c cleaning 139991 clauses out of 280020 with flag 60893808/10001000
2737.92/2737.15	c cleaning 141003 clauses out of 282030 with flag 61735812/10143001
2793.83/2793.16	c cleaning 141961 clauses out of 284027 with flag 62588671/10286001
2848.14/2847.79	c cleaning 143018 clauses out of 286066 with flag 63447623/10430001
2904.68/2904.38	c cleaning 143964 clauses out of 288047 with flag 64317072/10575000
2959.21/2958.97	c cleaning 145024 clauses out of 290083 with flag 65189917/10721000
3015.29/3015.01	c cleaning 145983 clauses out of 292060 with flag 66066009/10868001
3071.65/3071.44	c cleaning 147015 clauses out of 294076 with flag 66945350/11016000
3128.83/3128.63	c cleaning 148012 clauses out of 296061 with flag 67842168/11165000
3186.30/3186.15	c cleaning 149009 clauses out of 298049 with flag 68732561/11315000
3246.25/3246.13	c cleaning 149991 clauses out of 300040 with flag 69639575/11466000
3305.43/3305.43	c cleaning 151010 clauses out of 302049 with flag 70549448/11618000
3366.17/3366.29	c cleaning 152001 clauses out of 304039 with flag 71460848/11771000
3428.10/3428.23	c cleaning 153001 clauses out of 306038 with flag 72377526/11925000
3488.95/3489.14	c cleaning 153970 clauses out of 308038 with flag 73302539/12080001
3551.81/3552.04	c cleaning 155004 clauses out of 310067 with flag 74237306/12236000
3600.01/3600.32	c starts		: 97064
3600.01/3600.33	c timeout
3600.01/3600.33	c conflicts		: 12364457
3600.01/3600.33	c decisions		: 113741582
3600.01/3600.33	c propagations		: 1643843639
3600.01/3600.33	c inspects		: 34040808034
3600.01/3600.33	c shortcuts		: 0
3600.01/3600.33	c learnt literals	: 2
3600.01/3600.33	c learnt binary clauses	: 48
3600.01/3600.33	c learnt ternary clauses	: 753
3600.01/3600.33	c learnt constraints	: 12364455
3600.01/3600.33	c ignored constraints	: 0
3600.01/3600.34	c root simplifications	: 0
3600.01/3600.34	c removed literals (reason simplification)	: 10351256
3600.01/3600.34	c reason swapping (by a shorter reason)	: 0
3600.01/3600.34	c Calls to reduceDB	: 152
3600.01/3600.34	c Number of update (reduction) of LBD	: 2615270
3600.01/3600.34	c Imported unit clauses	: 0
3600.01/3600.34	c No decision after first conflict	: false
3600.01/3600.34	c number of reductions to clauses (during analyze)	: 0
3600.01/3600.34	c number of learned constraints concerned by reduction	: 0
3600.01/3600.34	c number of learning phase by resolution	: 0
3600.01/3600.34	c number of learning phase by cutting planes	: 0
3600.01/3600.34	c number of rounding to 1 operations	: 0
3600.01/3600.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3600.34	c number of reductions of the coefficients by power 2 	: 0
3600.01/3600.34	c number of right shift for reduction by power 2 	: 0
3600.01/3600.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3600.34	c number of ending skipping 	: 0
3600.01/3600.34	c number of internal skipping 	: 0
3600.01/3600.34	c number of derivation steps 	: 0
3600.01/3600.34	c number of skipped derivation steps 	: 0
3600.01/3600.34	c number of remaining unassigned 	: 0
3600.01/3600.34	c number of remaining assigned 	: 0
3600.01/3600.34	c number of falsified literals weakened from reason	: 0
3600.01/3600.34	c number of falsified literals weakened from conflict	: 0
3600.01/3600.34	c time for arithmetic operations	: 0
3600.01/3600.34	c minimum degree of deleted constraints	: null
3600.01/3600.34	c maximum degree of deleted constraints	: null
3600.01/3600.34	c number of deleted constraints	: 0
3600.01/3600.34	c speed (assignments/second)	: 456678.9225130509
3600.01/3600.35	c non guided choices	: 48749
3600.17/3600.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 283472
3600.17/3600.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 48
3600.17/3600.48	s UNKNOWN
3600.17/3600.48	c Total wall clock time (in seconds): 3600.158

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=28077, runsolver pid=28074

[startup+0.100074 s]*
/proc/loadavg: 4.10 4.15 4.13 8/330 28095
/proc/meminfo: memFree=117766796/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=18930384 memory=50528 CPUtime=0.14 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 5793 0 0 0 11 3 0 0 20 0 18 0 36929686 19384713216 12632 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4732596 12632 5320 1 0 547009 0
[pid=28077/tid=28079] ppid=28074 vsize=18930384 memory=4026531960 CPUtime=0.09 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) S 28074 28077 27382 0 -1 4194368 4708 0 0 0 7 2 0 0 20 0 18 0 36929688 19384713216 12632 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36929693 19384713216 12632 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=18930384 memory=58494082630061 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 36929694 19384713216 12632 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50528 KiB

[startup+0.225495 s]*
/proc/loadavg: 4.10 4.15 4.13 7/330 28095
/proc/meminfo: memFree=117764620/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=18930384 memory=57328 CPUtime=0.32 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 6458 0 0 0 28 4 0 0 20 0 18 0 36929686 19384713216 14332 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4732596 14332 5352 1 0 547603 0
[pid=28077/tid=28079] ppid=28074 vsize=18930384 memory=4026597660 CPUtime=0.2 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) R 28074 28077 27382 0 -1 4194368 5051 0 0 0 18 2 0 0 20 0 18 0 36929688 19384713216 14332 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=18930384 memory=13926 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36929693 19384713216 14332 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=18930384 memory=57394570986489 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 36929694 19384713216 14332 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57328 KiB

[startup+0.314037 s]*
/proc/loadavg: 4.10 4.15 4.13 7/330 28095
/proc/meminfo: memFree=117751968/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=18930384 memory=60224 CPUtime=0.46 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 6671 0 0 0 42 4 0 0 20 0 18 0 36929686 19384713216 15056 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4732596 15056 5352 1 0 547776 0
[pid=28077/tid=28079] ppid=28074 vsize=18930384 memory=-6000919489853154413 CPUtime=0.28 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) R 28074 28077 27382 0 -1 4194368 5213 0 0 0 26 2 0 0 20 0 18 0 36929688 19384713216 15056 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36929693 19384713216 15056 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 36929694 19384713216 15056 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60224 KiB

[startup+0.700328 s]
/proc/loadavg: 4.10 4.15 4.13 7/330 28095
/proc/meminfo: memFree=117741760/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=18930384 memory=86016 CPUtime=1.14 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 8367 0 0 0 109 5 0 0 20 0 18 0 36929686 19384713216 21504 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4732596 21504 5416 1 0 549024 0
[pid=28077/tid=28079] ppid=28074 vsize=18930384 memory=17280 CPUtime=0.56 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) R 28074 28077 27382 0 -1 4194368 5338 0 0 0 54 2 0 0 20 0 18 0 36929688 19384713216 21504 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36929693 19384713216 21504 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 36929694 19384713216 21504 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 86016 KiB

[startup+1.5003 s]
/proc/loadavg: 4.10 4.15 4.13 7/331 28096
/proc/meminfo: memFree=117705436/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=18996948 memory=148240 CPUtime=2.71 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 16825 0 0 0 263 8 0 0 20 0 19 0 36929686 19452874752 37060 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4749237 37060 5416 1 0 552464 0
[pid=28077/tid=28079] ppid=28074 vsize=18996948 memory=3200 CPUtime=1.23 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) R 28074 28077 27382 0 -1 4194368 5846 0 0 0 119 4 0 0 20 0 19 0 36929688 19452874752 37060 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36929693 19452874752 37060 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 36929694 19452874752 37060 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28096] ppid=28074 vsize=18996948 memory=14720 CPUtime=0 cores=1,3
/proc/28077/task/28096/stat : 28096 (Timer-0) S 28074 28077 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36929765 19452874752 37060 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 148240 KiB

[startup+3.10602 s]
/proc/loadavg: 4.17 4.16 4.13 6/332 28097
/proc/meminfo: memFree=117613104/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=19063512 memory=177988 CPUtime=5.89 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 20912 0 0 0 578 11 0 0 20 0 20 0 36929686 19521036288 44497 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4765878 44497 5480 1 0 553722 0
[pid=28077/tid=28079] ppid=28074 vsize=19063512 memory=14720 CPUtime=2.76 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) R 28074 28077 27382 0 -1 4194368 6710 0 0 0 271 5 0 0 20 0 20 0 36929688 19521036288 44497 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36929693 19521036288 44497 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 36929694 19521036288 44497 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28096] ppid=28074 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/28077/task/28096/stat : 28096 (Timer-0) S 28074 28077 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36929765 19521036288 44497 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177988 KiB

[startup+6.30026 s]
/proc/loadavg: 4.17 4.16 4.13 5/331 28097
/proc/meminfo: memFree=117372840/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=19063512 memory=417368 CPUtime=10.51 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 23464 0 0 0 1033 18 0 0 20 0 20 0 36929686 19521036288 104342 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4765878 104342 5512 1 0 554490 0
[pid=28077/tid=28079] ppid=28074 vsize=19063512 memory=0 CPUtime=5.89 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) R 28074 28077 27382 0 -1 4194368 6991 0 0 0 579 10 0 0 20 0 20 0 36929688 19521036288 104342 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36929693 19521036288 104342 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 36929694 19521036288 104342 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28096] ppid=28074 vsize=19063512 memory=155476 CPUtime=0 cores=1,3
/proc/28077/task/28096/stat : 28096 (Timer-0) S 28074 28077 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36929765 19521036288 104342 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 10.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 417368 KiB

[startup+12.7003 s]
/proc/loadavg: 4.15 4.16 4.13 5/332 28098
/proc/meminfo: memFree=117160136/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=19063512 memory=504084 CPUtime=16.9 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 24472 0 0 0 1667 23 0 0 20 0 20 0 36929686 19521036288 126021 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4765878 126021 5512 1 0 554490 0
[pid=28077/tid=28079] ppid=28074 vsize=19063512 memory=155476 CPUtime=12.16 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) R 28074 28077 27382 0 -1 4194368 7339 0 0 0 1202 14 0 0 20 0 20 0 36929688 19521036288 126021 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=19063512 memory=504084 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36929693 19521036288 126021 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 36929694 19521036288 126021 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28096] ppid=28074 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/28077/task/28096/stat : 28096 (Timer-0) S 28074 28077 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36929765 19521036288 126021 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 16.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 504084 KiB

[startup+25.5005 s]
/proc/loadavg: 4.26 4.18 4.14 5/332 28098
/proc/meminfo: memFree=116454572/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=19063512 memory=1128796 CPUtime=29.95 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 30613 0 0 0 2953 42 0 0 20 0 20 0 36929686 19521036288 282199 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4765878 282199 5512 1 0 554490 0
[pid=28077/tid=28079] ppid=28074 vsize=19063512 memory=0 CPUtime=24.91 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) R 28074 28077 27382 0 -1 4194368 9466 0 0 0 2459 32 0 0 20 0 20 0 36929688 19521036288 282199 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36929693 19521036288 282199 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=19063512 memory=1003868 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 36929694 19521036288 282199 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28096] ppid=28074 vsize=19063512 memory=860508 CPUtime=0 cores=1,3
/proc/28077/task/28096/stat : 28096 (Timer-0) S 28074 28077 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36929765 19521036288 282199 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 29.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1128796 KiB

[startup+51.1136 s]
/proc/loadavg: 4.25 4.18 4.14 5/332 28098
/proc/meminfo: memFree=115997232/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=19063512 memory=1327488 CPUtime=55.34 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 33034 0 0 0 5479 55 0 0 20 0 20 0 36929686 19521036288 331872 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4765878 331872 5512 1 0 554490 0
[pid=28077/tid=28079] ppid=28074 vsize=19063512 memory=1325440 CPUtime=50.09 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) R 28074 28077 27382 0 -1 4194368 10658 0 0 0 4965 44 0 0 20 0 20 0 36929688 19521036288 331872 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=19063512 memory=12544 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36929693 19521036288 331872 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=19063512 memory=2308 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 36929694 19521036288 331872 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0

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

/proc/28077/task/28079/stat : 28079 (java) R 28074 28077 27382 0 -1 4194368 38553 0 0 0 324541 643 0 0 20 0 20 0 36929688 19521036288 539679 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=19063512 memory=2158716 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36929693 19521036288 539679 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=19063512 memory=2158716 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 1961 0 0 0 0 0 0 0 20 0 20 0 36929694 19521036288 539679 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28096] ppid=28074 vsize=19063512 memory=2158716 CPUtime=0 cores=1,3
/proc/28077/task/28096/stat : 28096 (Timer-0) S 28074 28077 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36929765 19521036288 539679 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 3282.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158716 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.15 4.16 5/331 28480
/proc/meminfo: memFree=112366532/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=19063512 memory=2158716 CPUtime=3342.27 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 90078 0 0 0 333371 856 0 0 20 0 20 0 36929686 19521036288 539679 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4765878 539679 5544 1 0 555241 0
[pid=28077/tid=28079] ppid=28074 vsize=19063512 memory=2158716 CPUtime=3311.31 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) R 28074 28077 27382 0 -1 4194368 38560 0 0 0 330478 653 0 0 20 0 20 0 36929688 19521036288 539679 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36929693 19521036288 539679 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 1961 0 0 0 0 0 0 0 20 0 20 0 36929694 19521036288 539679 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28096] ppid=28074 vsize=19063512 memory=2158716 CPUtime=0 cores=1,3
/proc/28077/task/28096/stat : 28096 (Timer-0) S 28074 28077 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36929765 19521036288 539679 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 3342.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158716 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.14 4.15 5/330 28486
/proc/meminfo: memFree=111965936/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=19063512 memory=2158716 CPUtime=3402.22 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 90512 0 0 0 339355 867 0 0 20 0 20 0 36929686 19521036288 539679 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4765878 539679 5544 1 0 555241 0
[pid=28077/tid=28079] ppid=28074 vsize=19063512 memory=2158716 CPUtime=3370.91 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) R 28074 28077 27382 0 -1 4194368 38955 0 0 0 336429 662 0 0 20 0 20 0 36929688 19521036288 539679 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36929693 19521036288 539679 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=19063512 memory=2158716 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 1961 0 0 0 0 0 0 0 20 0 20 0 36929694 19521036288 539679 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28096] ppid=28074 vsize=19063512 memory=2158716 CPUtime=0 cores=1,3
/proc/28077/task/28096/stat : 28096 (Timer-0) S 28074 28077 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36929765 19521036288 539679 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 3402.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158716 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.16 4.16 5/330 28489
/proc/meminfo: memFree=111517772/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=19063512 memory=2158844 CPUtime=3462.16 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 92069 0 0 0 345338 878 0 0 20 0 20 0 36929686 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4765878 539711 5544 1 0 555241 0
[pid=28077/tid=28079] ppid=28074 vsize=19063512 memory=2158716 CPUtime=3430.5 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) R 28074 28077 27382 0 -1 4194368 39762 0 0 0 342381 669 0 0 20 0 20 0 36929688 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36929693 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=19063512 memory=2158716 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 2051 0 0 0 0 0 0 0 20 0 20 0 36929694 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28096] ppid=28074 vsize=19063512 memory=2158844 CPUtime=0 cores=1,3
/proc/28077/task/28096/stat : 28096 (Timer-0) S 28074 28077 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36929765 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 3462.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158844 KiB

[startup+3522.3 s]
/proc/loadavg: 4.34 4.19 4.17 5/330 28491
/proc/meminfo: memFree=111052948/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=19063512 memory=2158844 CPUtime=3522.06 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 93701 0 0 0 351316 890 0 0 20 0 20 0 36929686 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4765878 539711 5544 1 0 555241 0
[pid=28077/tid=28079] ppid=28074 vsize=19063512 memory=14720 CPUtime=3489.93 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) R 28074 28077 27382 0 -1 4194368 40744 0 0 0 348314 679 0 0 20 0 20 0 36929688 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=19063512 memory=2158844 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36929693 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 2168 0 0 0 0 0 0 0 20 0 20 0 36929694 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28096] ppid=28074 vsize=19063512 memory=2158844 CPUtime=0 cores=1,3
/proc/28077/task/28096/stat : 28096 (Timer-0) S 28074 28077 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36929765 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 3522.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158844 KiB

[startup+3582.3 s]
/proc/loadavg: 4.90 4.41 4.25 5/330 28494
/proc/meminfo: memFree=110677628/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=19063512 memory=2158844 CPUtime=3582.08 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 93769 0 0 0 357306 902 0 0 20 0 20 0 36929686 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4765878 539711 5544 1 0 555241 0
[pid=28077/tid=28079] ppid=28074 vsize=19063512 memory=14720 CPUtime=3549.44 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) R 28074 28077 27382 0 -1 4194368 40771 0 0 0 354255 689 0 0 20 0 20 0 36929688 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=19063512 memory=2158844 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36929693 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 2176 0 0 0 0 0 0 0 20 0 20 0 36929694 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28096] ppid=28074 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/28077/task/28096/stat : 28096 (Timer-0) S 28074 28077 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36929765 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 3582.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.3 s]
/proc/loadavg: 4.64 4.38 4.25 5/330 28494
/proc/meminfo: memFree=110578200/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=19063512 memory=2158844 CPUtime=3600.01 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 93771 0 0 0 359095 906 0 0 20 0 20 0 36929686 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4765878 539711 5544 1 0 555241 0
[pid=28077/tid=28079] ppid=28074 vsize=19063512 memory=4252 CPUtime=3567.35 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) R 28074 28077 27382 0 -1 4194368 40772 0 0 0 356044 691 0 0 20 0 20 0 36929688 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36929693 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=19063512 memory=2158844 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 2176 0 0 0 0 0 0 0 20 0 20 0 36929694 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28096] ppid=28074 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/28077/task/28096/stat : 28096 (Timer-0) S 28074 28077 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36929765 19521036288 539711 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158844 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.19 s, system=9.08809 s

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

[startup+3600.4 s]
/proc/loadavg: 4.64 4.38 4.25 5/330 28494
/proc/meminfo: memFree=110578200/131382112 swapFree=33010684/33010684
[pid=28077] ppid=28074 vsize=19263204 memory=2159996 CPUtime=3600.17 cores=1,3
/proc/28077/stat : 28077 (java) S 28074 28077 27382 0 -1 4194304 96440 0 0 0 359110 907 0 0 20 0 21 0 36929686 19725520896 539999 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
/proc/28077/statm: 4815801 539999 5544 1 0 556218 0
[pid=28077/tid=28079] ppid=28074 vsize=19263204 memory=4760 CPUtime=3567.37 cores=1,3
/proc/28077/task/28079/stat : 28079 (java) S 28074 28077 27382 0 -1 4194368 41084 0 0 0 356046 691 0 0 20 0 21 0 36929688 19725520896 539999 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28088] ppid=28074 vsize=19263204 memory=2158844 CPUtime=0 cores=1,3
/proc/28077/task/28088/stat : 28088 (Finalizer) S 28074 28077 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36929693 19725520896 539999 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
[pid=28077/tid=28095] ppid=28074 vsize=19263204 memory=1792 CPUtime=0 cores=1,3
/proc/28077/task/28095/stat : 28095 (Common-Cleaner) S 28074 28077 27382 0 -1 4194368 2176 0 0 0 0 0 0 0 20 0 21 0 36929694 19725520896 539999 18446744073709551615 94751159525376 94751159529072 140725093210192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94751159536888 94751159537680 94751192715264 140725093218608 140725093218790 140725093218790 140725093224392 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2159996 KiB

[startup+3600.5 s]*
/proc/loadavg: 4.64 4.38 4.25 5/312 28497
/proc/meminfo: memFree=112646864/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3600.53
CPU time (s): 3600.28
CPU user time (s): 3591.19
CPU system time (s): 9.08809
CPU usage (%): 99.993
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2159996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.19
system time used= 9.08809
maximum resident set size= 2160124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96669
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10907872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114491
involuntary context switches= 8649


# summary of solver processes directly reported to runsolver:
#   pid: 28077
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3591.19
#   total CPU system time (s): 9.08809

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6753 second user time and 38.7898 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 17:55:03
IDJOB=4513123
IDBENCH=162267
IDSOLVER=3364
FILE ID=nodeC005/4513123-1751212503
RUNJOBID= nodeC005-1751208227-27394
SLURM_JOB_ID= 9587639
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= c9436c9260c5d2d4def6ae640460810c
RANDOM SEED=1767076756

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		: 3625.816
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.241
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.632
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.638
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		: 3491.955
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		: 3636.978
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.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.378
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:        117793348 kB
MemAvailable:   124192368 kB
Buffers:            3280 kB
Cached:          7202264 kB
SwapCached:            0 kB
Active:          6108304 kB
Inactive:        6954280 kB
Active(anon):    5875096 kB
Inactive(anon):        0 kB
Active(file):     233208 kB
Inactive(file):  6954280 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            112920 kB
Writeback:            20 kB
AnonPages:       5860212 kB
Mapped:           122432 kB
Shmem:             17960 kB
KReclaimable:     102316 kB
Slab:             188688 kB
SReclaimable:     102316 kB
SUnreclaim:        86372 kB
KernelStack:        5120 kB
PageTables:        15260 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7493252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5648384 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 18:55:04