Trace number 4512979

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.32 3600.11

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size80-round23-5.opb
MD5SUM86944514b434ff8020a355b19ddc8d04
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 constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.15	c See www.sat4j.org for details.
0.10/0.16	c version PB25.v20250606
0.10/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.18	c java.vm.version	22.0.1+8-16
0.10/0.18	c java.vm.vendor	Oracle Corporation
0.10/0.18	c sun.arch.data.model	64
0.10/0.18	c java.version		22.0.1
0.10/0.18	c os.name		Linux
0.10/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.18	c os.arch		amd64
0.10/0.19	c Free memory 		2106806208
0.10/0.19	c Max memory 		16282288128
0.10/0.19	c Total memory 		2113929216
0.10/0.19	c Number of processors 	2
0.29/0.28	c Pseudo Boolean Optimization by upper bound
0.29/0.28	c --- Begin Solver configuration ---
0.29/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.29/0.28	c Learn all clauses as in MiniSAT
0.29/0.28	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.28	c Expensive reason simplification
0.29/0.28	c Glucose 2.1 dynamic restart strategy
0.29/0.28	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.29/0.28	c timeout=2147483s
0.29/0.28	c DB Simplification allowed=false
0.29/0.28	c Listener: none
0.29/0.28	c --- End Solver configuration ---
0.29/0.28	c solving HOME/instance-4512979-1751210168.opb
0.29/0.28	c reading problem ... 
0.29/0.28	c using VERIPB proof format
0.29/0.29	c  no objective function found
0.99/0.62	c ... done. Wall clock time 0.338s.
0.99/0.62	c declared #vars     4288
0.99/0.62	c #constraints  10720
0.99/0.62	c constraints type 
0.99/0.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
0.99/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.99/0.62	c org.sat4j.specs.Constr$1 => 856
0.99/0.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
0.99/0.62	c org.sat4j.pb.constraints.pb.UnitClausePB => 456
0.99/0.62	c 10720 constraints processed.
3.34/1.84	c cleaning 2493 clauses out of 4999 with flag 15506/5001
4.53/2.42	c cleaning 4242 clauses out of 8506 with flag 36886/11001
5.92/3.18	c cleaning 5623 clauses out of 11263 with flag 64904/18000
7.34/3.93	c cleaning 6813 clauses out of 13640 with flag 97266/26000
8.17/4.72	c cleaning 7848 clauses out of 15827 with flag 135816/35000
9.18/5.66	c cleaning 8966 clauses out of 17979 with flag 179608/45000
10.20/6.68	c cleaning 9986 clauses out of 20013 with flag 230365/56000
11.50/7.89	c cleaning 11007 clauses out of 22028 with flag 286426/68001
12.82/9.14	c cleaning 12004 clauses out of 24020 with flag 348185/81000
14.13/10.47	c cleaning 13000 clauses out of 26017 with flag 419007/95001
15.63/11.96	c cleaning 13987 clauses out of 28016 with flag 493063/110000
17.23/13.59	c cleaning 14998 clauses out of 30029 with flag 575915/126000
19.23/15.44	c cleaning 15969 clauses out of 32033 with flag 666390/143002
21.18/17.37	c cleaning 17007 clauses out of 34062 with flag 762729/161000
23.38/19.46	c cleaning 18011 clauses out of 36055 with flag 863768/180000
25.47/21.58	c cleaning 19010 clauses out of 38045 with flag 974407/200001
27.77/23.87	c cleaning 20000 clauses out of 40035 with flag 1094352/221001
30.26/26.35	c cleaning 21006 clauses out of 42034 with flag 1216978/243000
32.98/29.04	c cleaning 21953 clauses out of 44028 with flag 1347590/266000
35.78/31.93	c cleaning 23000 clauses out of 46076 with flag 1486163/290001
38.67/34.87	c cleaning 24023 clauses out of 48075 with flag 1630931/315000
41.88/38.06	c cleaning 25008 clauses out of 50053 with flag 1781958/341001
45.26/41.31	c cleaning 25971 clauses out of 52045 with flag 1938457/368001
48.66/44.72	c cleaning 27023 clauses out of 54073 with flag 2097836/396000
52.44/48.50	c cleaning 28009 clauses out of 56051 with flag 2267876/425001
56.14/52.23	c cleaning 28922 clauses out of 58041 with flag 2447150/455000
59.94/56.10	c cleaning 30054 clauses out of 60119 with flag 2632502/486000
64.24/60.36	c cleaning 31028 clauses out of 62066 with flag 2822280/518001
68.73/64.81	c cleaning 31986 clauses out of 64037 with flag 3019839/551000
73.31/69.46	c cleaning 33009 clauses out of 66052 with flag 3222902/585001
78.10/74.26	c cleaning 34013 clauses out of 68042 with flag 3434077/620000
83.19/79.25	c cleaning 34970 clauses out of 70029 with flag 3652946/656000
88.38/84.43	c cleaning 35997 clauses out of 72062 with flag 3876886/693003
93.67/89.70	c cleaning 37001 clauses out of 74065 with flag 4113389/731003
99.25/95.49	c cleaning 37985 clauses out of 76062 with flag 4353139/770001
105.03/101.28	c cleaning 39015 clauses out of 78077 with flag 4598960/810001
111.16/107.39	c cleaning 39987 clauses out of 80061 with flag 4851253/851000
117.53/113.73	c cleaning 41005 clauses out of 82075 with flag 5109849/893001
124.03/120.29	c cleaning 42010 clauses out of 84069 with flag 5378690/936000
130.77/127.08	c cleaning 43017 clauses out of 86059 with flag 5652270/980000
137.77/134.05	c cleaning 44002 clauses out of 88042 with flag 5933555/1025000
144.94/141.24	c cleaning 45009 clauses out of 90040 with flag 6218716/1071000
152.42/148.79	c cleaning 45962 clauses out of 92033 with flag 6516772/1118002
160.14/156.50	c cleaning 46998 clauses out of 94069 with flag 6817947/1166000
167.93/164.37	c cleaning 48003 clauses out of 96071 with flag 7126001/1215000
176.01/172.40	c cleaning 48984 clauses out of 98068 with flag 7439425/1265000
184.51/180.92	c cleaning 49999 clauses out of 100085 with flag 7759222/1316001
193.36/189.80	c cleaning 51032 clauses out of 102085 with flag 8086030/1368000
202.24/198.73	c cleaning 52014 clauses out of 104055 with flag 8422263/1421002
211.41/207.92	c cleaning 52972 clauses out of 106039 with flag 8763898/1475000
220.84/217.47	c cleaning 54013 clauses out of 108068 with flag 9110034/1530001
230.72/227.40	c cleaning 55017 clauses out of 110055 with flag 9469454/1586001
242.21/238.84	c cleaning 55992 clauses out of 112037 with flag 9829937/1643000
252.45/249.19	c cleaning 56982 clauses out of 114045 with flag 10202091/1701000
263.32/260.06	c cleaning 57989 clauses out of 116063 with flag 10578268/1760000
274.71/271.41	c cleaning 59010 clauses out of 118074 with flag 10956094/1820000
286.06/282.80	c cleaning 59994 clauses out of 120065 with flag 11342082/1881001
297.64/294.43	c cleaning 61024 clauses out of 122071 with flag 11734067/1943001
309.85/306.63	c cleaning 61992 clauses out of 124046 with flag 12137629/2006000
322.51/319.35	c cleaning 62980 clauses out of 126054 with flag 12540751/2070000
335.55/332.38	c cleaning 64007 clauses out of 128074 with flag 12955586/2135000
348.75/345.62	c cleaning 65027 clauses out of 130067 with flag 13379547/2201000
364.17/361.04	c cleaning 65996 clauses out of 132040 with flag 13807950/2268000
378.66/375.59	c cleaning 66971 clauses out of 134044 with flag 14239574/2336000
393.81/390.61	c cleaning 68016 clauses out of 136073 with flag 14676206/2405000
409.44/406.27	c cleaning 69029 clauses out of 138058 with flag 15118126/2475001
425.31/422.03	c cleaning 70009 clauses out of 140028 with flag 15566738/2546000
441.51/438.29	c cleaning 70992 clauses out of 142021 with flag 16026782/2618002
457.39/454.16	c cleaning 71990 clauses out of 144027 with flag 16489433/2691000
474.71/471.80	c cleaning 72998 clauses out of 146037 with flag 16959033/2765000
491.94/489.05	c cleaning 74009 clauses out of 148040 with flag 17435785/2840001
509.53/506.64	c cleaning 74992 clauses out of 150031 with flag 17917190/2916001
527.51/524.67	c cleaning 76005 clauses out of 152040 with flag 18405969/2993002
547.21/544.38	c cleaning 77001 clauses out of 154034 with flag 18898107/3071001
565.80/562.95	c cleaning 77967 clauses out of 156033 with flag 19402393/3150001
586.04/583.14	c cleaning 79015 clauses out of 158065 with flag 19906778/3230000
605.43/602.59	c cleaning 79986 clauses out of 160051 with flag 20419454/3311001
625.52/622.63	c cleaning 81020 clauses out of 162064 with flag 20935680/3393000
645.74/642.86	c cleaning 81987 clauses out of 164044 with flag 21460832/3476000
666.33/663.46	c cleaning 83002 clauses out of 166057 with flag 21999013/3560000
687.62/684.79	c cleaning 84023 clauses out of 168055 with flag 22530493/3645000
709.15/706.26	c cleaning 85014 clauses out of 170032 with flag 23079588/3731000
732.52/729.59	c cleaning 86002 clauses out of 172018 with flag 23633785/3818000
755.72/752.76	c cleaning 86970 clauses out of 174017 with flag 24189910/3906001
779.12/776.12	c cleaning 87980 clauses out of 176046 with flag 24751991/3995000
802.60/799.66	c cleaning 88999 clauses out of 178066 with flag 25320003/4085000
826.82/823.80	c cleaning 90018 clauses out of 180067 with flag 25894508/4176000
851.20/848.21	c cleaning 90998 clauses out of 182049 with flag 26478127/4268000
875.68/872.75	c cleaning 92002 clauses out of 184051 with flag 27066964/4361000
901.24/898.29	c cleaning 92950 clauses out of 186049 with flag 27661244/4455000
927.97/924.91	c cleaning 94023 clauses out of 188100 with flag 28259680/4550001
955.08/952.02	c cleaning 94993 clauses out of 190076 with flag 28857733/4646000
981.94/978.91	c cleaning 96013 clauses out of 192083 with flag 29468092/4743000
1010.26/1007.44	c cleaning 97006 clauses out of 194070 with flag 30086663/4841000
1038.21/1035.31	c cleaning 98015 clauses out of 196066 with flag 30705741/4940002
1067.63/1064.89	c cleaning 99002 clauses out of 198049 with flag 31327127/5040000
1096.64/1093.81	c cleaning 100000 clauses out of 200047 with flag 31963541/5141000
1125.94/1123.04	c cleaning 101014 clauses out of 202047 with flag 32604519/5243000
1156.27/1153.43	c cleaning 101995 clauses out of 204033 with flag 33251020/5346000
1186.54/1183.75	c cleaning 102997 clauses out of 206039 with flag 33906706/5450001
1218.28/1215.56	c cleaning 103975 clauses out of 208042 with flag 34568434/5555001
1250.29/1247.59	c cleaning 104987 clauses out of 210066 with flag 35238674/5661000
1281.58/1278.85	c cleaning 105994 clauses out of 212079 with flag 35913982/5768000
1313.84/1311.18	c cleaning 107023 clauses out of 214086 with flag 36590694/5876001
1347.66/1344.99	c cleaning 108011 clauses out of 216062 with flag 37270508/5985000
1382.28/1379.63	c cleaning 109006 clauses out of 218051 with flag 37960929/6095000
1417.37/1414.74	c cleaning 109992 clauses out of 220045 with flag 38651499/6206000
1451.44/1448.81	c cleaning 110954 clauses out of 222053 with flag 39354534/6318000
1486.70/1484.14	c cleaning 112003 clauses out of 224099 with flag 40062005/6431000
1522.46/1519.94	c cleaning 113027 clauses out of 226097 with flag 40770895/6545001
1558.58/1556.06	c cleaning 114013 clauses out of 228069 with flag 41491740/6660000
1596.55/1594.05	c cleaning 114998 clauses out of 230056 with flag 42218972/6776000
1634.54/1632.18	c cleaning 115981 clauses out of 232058 with flag 42954266/6893000
1672.74/1670.42	c cleaning 117022 clauses out of 234079 with flag 43688721/7011002
1710.66/1708.38	c cleaning 118007 clauses out of 236056 with flag 44430231/7130001
1749.13/1746.87	c cleaning 118994 clauses out of 238048 with flag 45179059/7250000
1789.01/1786.74	c cleaning 119962 clauses out of 240056 with flag 45931742/7371002
1829.28/1827.09	c cleaning 121037 clauses out of 242092 with flag 46690572/7493000
1871.54/1869.36	c cleaning 121976 clauses out of 244055 with flag 47454239/7616000
1913.34/1911.26	c cleaning 123029 clauses out of 246080 with flag 48223086/7740001
1955.42/1953.35	c cleaning 123989 clauses out of 248050 with flag 49004746/7865000
1997.84/1995.71	c cleaning 125010 clauses out of 250063 with flag 49793479/7991002
2040.37/2038.34	c cleaning 126021 clauses out of 252052 with flag 50587078/8118001
2084.13/2082.14	c cleaning 126994 clauses out of 254032 with flag 51383639/8246002
2128.61/2126.67	c cleaning 127971 clauses out of 256038 with flag 52198602/8375002
2173.89/2171.92	c cleaning 128991 clauses out of 258065 with flag 53008782/8505000
2219.25/2217.43	c cleaning 130023 clauses out of 260076 with flag 53824176/8636002
2264.90/2263.14	c cleaning 130990 clauses out of 262051 with flag 54646953/8768000
2311.66/2309.97	c cleaning 131975 clauses out of 264061 with flag 55475708/8901000
2358.96/2357.26	c cleaning 133029 clauses out of 266086 with flag 56311179/9035000
2408.39/2407.46	c cleaning 134012 clauses out of 268058 with flag 57154004/9170001
2457.00/2456.03	c cleaning 135003 clauses out of 270045 with flag 58000922/9306000
2506.24/2505.35	c cleaning 135999 clauses out of 272043 with flag 58855271/9443001
2556.63/2555.83	c cleaning 136969 clauses out of 274043 with flag 59722880/9581000
2607.10/2606.35	c cleaning 138001 clauses out of 276074 with flag 60592009/9720000
2658.53/2657.80	c cleaning 139021 clauses out of 278075 with flag 61456161/9860002
2710.17/2709.47	c cleaning 139987 clauses out of 280055 with flag 62334589/10001003
2762.81/2762.18	c cleaning 141029 clauses out of 282065 with flag 63222327/10143000
2816.47/2815.79	c cleaning 142008 clauses out of 284036 with flag 64108000/10286000
2870.88/2870.25	c cleaning 142930 clauses out of 286028 with flag 65002483/10430000
2925.85/2925.29	c cleaning 144011 clauses out of 288098 with flag 65901976/10575000
2981.87/2981.36	c cleaning 145017 clauses out of 290087 with flag 66810473/10721000
3038.98/3038.15	c cleaning 146000 clauses out of 292071 with flag 67717762/10868001
3096.67/3095.97	c cleaning 147009 clauses out of 294070 with flag 68642690/11016000
3156.16/3155.56	c cleaning 147981 clauses out of 296061 with flag 69567348/11165000
3214.31/3213.77	c cleaning 149013 clauses out of 298081 with flag 70500642/11315001
3273.94/3273.40	c cleaning 150023 clauses out of 300068 with flag 71441638/11466001
3334.37/3333.97	c cleaning 150973 clauses out of 302044 with flag 72386282/11618000
3395.21/3394.89	c cleaning 151994 clauses out of 304071 with flag 73336164/11771000
3458.53/3458.22	c cleaning 152989 clauses out of 306077 with flag 74290648/11925000
3522.26/3522.03	c cleaning 154022 clauses out of 308090 with flag 75255484/12080002
3585.19/3585.05	c cleaning 155012 clauses out of 310066 with flag 76218100/12236000
3600.07/3599.93	c starts		: 97466
3600.07/3599.93	c timeout
3600.07/3599.94	c conflicts		: 12280810
3600.07/3599.94	c decisions		: 124941624
3600.07/3599.94	c propagations		: 1697133189
3600.07/3599.94	c inspects		: 33674802579
3600.07/3599.94	c shortcuts		: 0
3600.07/3599.94	c learnt literals	: 2
3600.07/3599.94	c learnt binary clauses	: 36
3600.07/3599.94	c learnt ternary clauses	: 588
3600.07/3599.94	c learnt constraints	: 12280808
3600.07/3599.94	c ignored constraints	: 0
3600.07/3599.94	c root simplifications	: 0
3600.07/3599.94	c removed literals (reason simplification)	: 8771561
3600.07/3599.94	c reason swapping (by a shorter reason)	: 0
3600.07/3599.94	c Calls to reduceDB	: 152
3600.07/3599.94	c Number of update (reduction) of LBD	: 2530089
3600.07/3599.94	c Imported unit clauses	: 0
3600.07/3599.94	c No decision after first conflict	: false
3600.07/3599.94	c number of reductions to clauses (during analyze)	: 0
3600.07/3599.94	c number of learned constraints concerned by reduction	: 0
3600.07/3599.94	c number of learning phase by resolution	: 0
3600.07/3599.94	c number of learning phase by cutting planes	: 0
3600.07/3599.94	c number of rounding to 1 operations	: 0
3600.07/3599.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3599.94	c number of reductions of the coefficients by power 2 	: 0
3600.07/3599.94	c number of right shift for reduction by power 2 	: 0
3600.07/3599.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3599.94	c number of ending skipping 	: 0
3600.07/3599.94	c number of internal skipping 	: 0
3600.07/3599.94	c number of derivation steps 	: 0
3600.07/3599.94	c number of skipped derivation steps 	: 0
3600.07/3599.95	c number of remaining unassigned 	: 0
3600.07/3599.95	c number of remaining assigned 	: 0
3600.07/3599.95	c number of falsified literals weakened from reason	: 0
3600.07/3599.95	c number of falsified literals weakened from conflict	: 0
3600.07/3599.95	c time for arithmetic operations	: 0
3600.07/3599.95	c minimum degree of deleted constraints	: null
3600.07/3599.95	c maximum degree of deleted constraints	: null
3600.07/3599.95	c number of deleted constraints	: 0
3600.07/3599.95	c speed (assignments/second)	: 471515.7357763174
3600.07/3599.95	c non guided choices	: 41039
3600.22/3600.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 199828
3600.22/3600.09	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 36
3600.22/3600.09	s UNKNOWN
3600.22/3600.09	c Total wall clock time (in seconds): 3599.811

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=27692, runsolver pid=27689

[startup+0.100068 s]*
/proc/loadavg: 4.13 4.16 4.09 7/330 27710
/proc/meminfo: memFree=113394148/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=18930384 memory=48248 CPUtime=0.1 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 5750 0 0 0 8 2 0 0 20 0 18 0 36696224 19384713216 12062 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4732596 12062 5338 1 0 546956 0
[pid=27692/tid=27694] ppid=27689 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 4644 0 0 0 5 2 0 0 20 0 18 0 36696226 19384713216 12062 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36696230 19384713216 12062 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=18930384 memory=58494082630061 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36696231 19384713216 12062 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48248 KiB

[startup+0.2112 s]*
/proc/loadavg: 4.13 4.16 4.09 6/330 27710
/proc/meminfo: memFree=113388540/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=18930384 memory=55516 CPUtime=0.29 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 6542 0 0 0 25 4 0 0 20 0 18 0 36696224 19384713216 13879 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4732596 13879 5338 1 0 547607 0
[pid=27692/tid=27694] ppid=27689 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 5052 0 0 0 14 2 0 0 20 0 18 0 36696226 19384713216 13879 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=18930384 memory=13926 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36696230 19384713216 13879 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36696231 19384713216 13879 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55516 KiB

[startup+0.311077 s]*
/proc/loadavg: 4.13 4.16 4.09 7/330 27710
/proc/meminfo: memFree=113388540/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=18930384 memory=59312 CPUtime=0.46 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 6852 0 0 0 42 4 0 0 20 0 18 0 36696224 19384713216 14828 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4732596 14828 5434 1 0 547818 0
[pid=27692/tid=27694] ppid=27689 vsize=18930384 memory=-6000919468361147757 CPUtime=0.26 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 5253 0 0 0 23 3 0 0 20 0 18 0 36696226 19384713216 14828 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36696230 19384713216 14828 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 36696231 19384713216 14828 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59312 KiB

[startup+0.700316 s]
/proc/loadavg: 4.13 4.16 4.09 7/330 27710
/proc/meminfo: memFree=113372724/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=18996948 memory=95744 CPUtime=1.17 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 8756 0 0 0 112 5 0 0 20 0 19 0 36696224 19452874752 23936 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4749237 23936 5434 1 0 549344 0
[pid=27692/tid=27694] ppid=27689 vsize=18996948 memory=17280 CPUtime=0.57 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 5387 0 0 0 54 3 0 0 20 0 19 0 36696226 19452874752 23936 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36696230 19452874752 23936 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36696231 19452874752 23936 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 95744 KiB

[startup+1.50025 s]
/proc/loadavg: 4.13 4.16 4.09 6/331 27711
/proc/meminfo: memFree=113341660/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=18996948 memory=145952 CPUtime=2.75 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 18050 0 0 0 266 9 0 0 20 0 19 0 36696224 19452874752 36488 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4749237 36488 5466 1 0 552535 0
[pid=27692/tid=27694] ppid=27689 vsize=18996948 memory=3200 CPUtime=1.25 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 5860 0 0 0 120 5 0 0 20 0 19 0 36696226 19452874752 36488 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36696230 19452874752 36488 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 36696231 19452874752 36488 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27711] ppid=27689 vsize=18996948 memory=14720 CPUtime=0 cores=0,2
/proc/27692/task/27711/stat : 27711 (Timer-0) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36696288 19452874752 36488 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 145952 KiB

[startup+3.10575 s]
/proc/loadavg: 4.20 4.18 4.10 6/332 27712
/proc/meminfo: memFree=113264820/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=19063512 memory=176000 CPUtime=5.92 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 23796 0 0 0 580 12 0 0 20 0 20 0 36696224 19521036288 44000 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4765878 44000 5466 1 0 553192 0
[pid=27692/tid=27694] ppid=27689 vsize=19063512 memory=11264 CPUtime=2.78 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 6863 0 0 0 272 6 0 0 20 0 20 0 36696226 19521036288 44000 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696230 19521036288 44000 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 36696231 19521036288 44000 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27711] ppid=27689 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/27692/task/27711/stat : 27711 (Timer-0) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696288 19521036288 44000 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176000 KiB

[startup+6.30047 s]
/proc/loadavg: 4.20 4.18 4.10 5/333 27713
/proc/meminfo: memFree=113125392/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=19063512 memory=286740 CPUtime=9.9 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 28561 0 0 0 974 16 0 0 20 0 20 0 36696224 19521036288 71685 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4765878 71685 5498 1 0 554243 0
[pid=27692/tid=27694] ppid=27689 vsize=19063512 memory=0 CPUtime=5.91 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 7514 0 0 0 582 9 0 0 20 0 20 0 36696226 19521036288 71685 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696230 19521036288 71685 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 36696231 19521036288 71685 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27711] ppid=27689 vsize=19063512 memory=154156 CPUtime=0 cores=0,2
/proc/27692/task/27711/stat : 27711 (Timer-0) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696288 19521036288 71685 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 9.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 286740 KiB

[startup+12.7005 s]
/proc/loadavg: 4.17 4.17 4.10 5/333 27713
/proc/meminfo: memFree=112738552/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=19063512 memory=694420 CPUtime=16.44 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 32808 0 0 0 1615 29 0 0 20 0 20 0 36696224 19521036288 173605 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4765878 173605 5498 1 0 554243 0
[pid=27692/tid=27694] ppid=27689 vsize=19063512 memory=11264 CPUtime=12.28 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 9089 0 0 0 1208 20 0 0 20 0 20 0 36696226 19521036288 173605 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=19063512 memory=154156 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696230 19521036288 173605 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 36696231 19521036288 173605 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27711] ppid=27689 vsize=19063512 memory=563348 CPUtime=0 cores=0,2
/proc/27692/task/27711/stat : 27711 (Timer-0) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696288 19521036288 173605 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 16.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 694420 KiB

[startup+25.5005 s]
/proc/loadavg: 4.22 4.18 4.10 5/333 27713
/proc/meminfo: memFree=111945256/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=19063512 memory=1308892 CPUtime=29.47 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 36414 0 0 0 2900 47 0 0 20 0 20 0 36696224 19521036288 327223 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4765878 327223 5498 1 0 554243 0
[pid=27692/tid=27694] ppid=27689 vsize=19063512 memory=563348 CPUtime=25.01 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 10274 0 0 0 2464 37 0 0 20 0 20 0 36696226 19521036288 327223 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=19063512 memory=1308892 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696230 19521036288 327223 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 36696231 19521036288 327223 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27711] ppid=27689 vsize=19063512 memory=1308892 CPUtime=0 cores=0,2
/proc/27692/task/27711/stat : 27711 (Timer-0) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696288 19521036288 327223 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 29.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1308892 KiB

[startup+51.1142 s]
/proc/loadavg: 4.14 4.17 4.10 5/333 27713
/proc/meminfo: memFree=111736040/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=19063512 memory=1329440 CPUtime=55.06 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 40125 0 0 0 5446 60 0 0 20 0 20 0 36696224 19521036288 332360 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4765878 332360 5498 1 0 554243 0
[pid=27692/tid=27694] ppid=27689 vsize=19063512 memory=1323252 CPUtime=50.25 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 11288 0 0 0 4979 46 0 0 20 0 20 0 36696226 19521036288 332360 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=19063512 memory=1315056 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696230 19521036288 332360 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 36696231 19521036288 332360 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0

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

/proc/meminfo: memFree=109200432/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=19063512 memory=2180472 CPUtime=3282.87 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 103130 0 0 0 327365 922 0 0 20 0 20 0 36696224 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4765878 545118 5530 1 0 558004 0
[pid=27692/tid=27694] ppid=27689 vsize=19063512 memory=2180472 CPUtime=3255 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 44596 0 0 0 324804 696 0 0 20 0 20 0 36696226 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=19063512 memory=2180472 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696230 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=19063512 memory=2180472 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 1564 0 0 0 0 0 0 0 20 0 20 0 36696231 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27711] ppid=27689 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/27692/task/27711/stat : 27711 (Timer-0) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696288 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 3282.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2180472 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.18 4.18 5/332 28161
/proc/meminfo: memFree=108861680/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=19063512 memory=2180472 CPUtime=3342.76 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 103480 0 0 0 333340 936 0 0 20 0 20 0 36696224 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4765878 545118 5530 1 0 558004 0
[pid=27692/tid=27694] ppid=27689 vsize=19063512 memory=11264 CPUtime=3314.68 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 44940 0 0 0 330763 705 0 0 20 0 20 0 36696226 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696230 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=19063512 memory=-6000919468361147757 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 1564 0 0 0 0 0 0 0 20 0 20 0 36696231 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27711] ppid=27689 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/27692/task/27711/stat : 27711 (Timer-0) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696288 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 3342.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2180472 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.17 4.18 5/331 28163
/proc/meminfo: memFree=108463424/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=19063512 memory=2180472 CPUtime=3402.7 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 104584 0 0 0 339322 948 0 0 20 0 20 0 36696224 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4765878 545118 5530 1 0 558004 0
[pid=27692/tid=27694] ppid=27689 vsize=19063512 memory=17280 CPUtime=3374.31 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 45796 0 0 0 336717 714 0 0 20 0 20 0 36696226 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=19063512 memory=-6000919468361147757 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696230 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=19063512 memory=2180472 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 1689 0 0 0 0 0 0 0 20 0 20 0 36696231 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27711] ppid=27689 vsize=19063512 memory=2180472 CPUtime=0 cores=0,2
/proc/27692/task/27711/stat : 27711 (Timer-0) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696288 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 3402.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2180472 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.17 4.18 5/331 28165
/proc/meminfo: memFree=108027212/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=19063512 memory=2180472 CPUtime=3462.62 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 105599 0 0 0 345301 961 0 0 20 0 20 0 36696224 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4765878 545118 5530 1 0 558004 0
[pid=27692/tid=27694] ppid=27689 vsize=19063512 memory=17280 CPUtime=3433.9 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 46565 0 0 0 342666 724 0 0 20 0 20 0 36696226 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=19063512 memory=-6000919468361147757 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696230 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=19063512 memory=2180472 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 1808 0 0 0 0 0 0 0 20 0 20 0 36696231 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27711] ppid=27689 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/27692/task/27711/stat : 27711 (Timer-0) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696288 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 3462.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2180472 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.17 4.18 5/333 28169
/proc/meminfo: memFree=107685848/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=19063512 memory=2180472 CPUtime=3522.55 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 105642 0 0 0 351281 974 0 0 20 0 20 0 36696224 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4765878 545118 5530 1 0 558004 0
[pid=27692/tid=27694] ppid=27689 vsize=19063512 memory=17280 CPUtime=3493.5 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 46576 0 0 0 348617 733 0 0 20 0 20 0 36696226 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696230 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=19063512 memory=2180472 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 1809 0 0 0 0 0 0 0 20 0 20 0 36696231 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27711] ppid=27689 vsize=19063512 memory=-6000919468361147757 CPUtime=0 cores=0,2
/proc/27692/task/27711/stat : 27711 (Timer-0) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696288 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 3522.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2180472 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.17 4.18 5/331 28171
/proc/meminfo: memFree=107344276/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=19063512 memory=2180472 CPUtime=3582.49 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 106022 0 0 0 357262 987 0 0 20 0 20 0 36696224 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4765878 545118 5530 1 0 558004 0
[pid=27692/tid=27694] ppid=27689 vsize=19063512 memory=14720 CPUtime=3553.13 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 46895 0 0 0 354570 743 0 0 20 0 20 0 36696226 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=19063512 memory=17280 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696230 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=19063512 memory=2180472 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 1809 0 0 0 0 0 0 0 20 0 20 0 36696231 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27711] ppid=27689 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/27692/task/27711/stat : 27711 (Timer-0) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696288 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 3582.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2180472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.9 s]
/proc/loadavg: 4.18 4.17 4.18 5/333 28176
/proc/meminfo: memFree=107255824/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=19063512 memory=2180472 CPUtime=3600.07 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 106690 0 0 0 359014 993 0 0 20 0 20 0 36696224 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4765878 545118 5530 1 0 558004 0
[pid=27692/tid=27694] ppid=27689 vsize=19063512 memory=2180472 CPUtime=3570.61 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) R 27689 27692 27382 0 -1 4194368 47368 0 0 0 356313 748 0 0 20 0 20 0 36696226 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=19063512 memory=2180472 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696230 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=19063512 memory=2180472 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 1809 0 0 0 0 0 0 0 20 0 20 0 36696231 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27711] ppid=27689 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/27692/task/27711/stat : 27711 (Timer-0) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36696288 19521036288 545118 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2180472 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.38 s, system=9.94568 s

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

[startup+3600.01 s]*
/proc/loadavg: 4.18 4.17 4.18 5/334 28179
/proc/meminfo: memFree=107254352/131382112 swapFree=33010684/33010684
[pid=27692] ppid=27689 vsize=19263204 memory=2181496 CPUtime=3600.22 cores=0,2
/proc/27692/stat : 27692 (java) S 27689 27692 27382 0 -1 4194304 109196 0 0 0 359029 993 0 0 20 0 21 0 36696224 19725520896 545374 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
/proc/27692/statm: 4815801 545374 5530 1 0 558945 0
[pid=27692/tid=27694] ppid=27689 vsize=19263204 memory=-6000919489853154413 CPUtime=3570.63 cores=0,2
/proc/27692/task/27694/stat : 27694 (java) S 27689 27692 27382 0 -1 4194368 47758 0 0 0 356315 748 0 0 20 0 21 0 36696226 19725520896 545374 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27703] ppid=27689 vsize=19263204 memory=5632 CPUtime=0 cores=0,2
/proc/27692/task/27703/stat : 27703 (Finalizer) S 27689 27692 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 36696230 19725520896 545374 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=27710] ppid=27689 vsize=19263204 memory=2944 CPUtime=0 cores=0,2
/proc/27692/task/27710/stat : 27710 (Common-Cleaner) S 27689 27692 27382 0 -1 4194368 1809 0 0 0 0 0 0 0 20 0 21 0 36696231 19725520896 545374 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
[pid=27692/tid=28179] ppid=27689 vsize=19263204 memory=6784 CPUtime=0.07 cores=0,2
/proc/27692/task/28179/stat : 28179 (Thread-0) R 27689 27692 27382 0 -1 4194368 301 0 0 0 7 0 0 0 20 0 21 0 37056216 19725520896 545374 18446744073709551615 94472336404480 94472336408176 140732476619104 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94472336415992 94472336416784 94472353746944 140732476627248 140732476627430 140732476627430 140732476633032 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2181496 KiB

Child status: 143

Real time (s): 3600.11
CPU time (s): 3600.32
CPU user time (s): 3590.38
CPU system time (s): 9.94568
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2181496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.38
system time used= 9.94568
maximum resident set size= 2181624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109448
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10595040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113542
involuntary context switches= 11853


# summary of solver processes directly reported to runsolver:
#   pid: 27692
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3590.38
#   total CPU system time (s): 9.94568

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.1427 second user time and 38.7813 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 86944514b434ff8020a355b19ddc8d04
RANDOM SEED=327822147

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.229
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		: 3591.702
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		: 1596.370
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.527
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		: 3591.708
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		: 3562.697
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.313
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		: 1196.821
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:        113408488 kB
MemAvailable:   123549452 kB
Buffers:            3280 kB
Cached:         10940400 kB
SwapCached:            0 kB
Active:          6722760 kB
Inactive:       10692136 kB
Active(anon):    6489552 kB
Inactive(anon):        0 kB
Active(file):     233208 kB
Inactive(file): 10692136 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             96976 kB
Writeback:             0 kB
AnonPages:       6474736 kB
Mapped:           122336 kB
Shmem:             17960 kB
KReclaimable:     110496 kB
Slab:             196288 kB
SReclaimable:     110496 kB
SUnreclaim:        85792 kB
KernelStack:        5056 kB
PageTables:        16360 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7083116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6246400 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:16:09