Trace number 4450582

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 2024 2024-07-07? (TO) 3600.25 3622.43

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size96-round23-9.opb
MD5SUMf6eda1605d5c8d227dca004c862e5b86
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 constraints9472
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)384
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.11/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.15	c See www.sat4j.org for details.
0.11/0.16	c version CUSTOM.v20240707
0.11/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.18	c java.vm.version	22.0.1+8-16
0.11/0.18	c java.vm.vendor	Oracle Corporation
0.11/0.18	c sun.arch.data.model	64
0.11/0.18	c java.version		22.0.1
0.11/0.18	c os.name		Linux
0.11/0.18	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.18	c os.arch		amd64
0.11/0.18	c Free memory 		2113181440
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2122317824
0.11/0.19	c Number of processors 	2
0.29/0.29	--- Begin Solver configuration ---
0.29/0.29	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.29/0.29	Learn all clauses as in MiniSAT
0.29/0.29	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.29	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.29	Expensive reason simplification
0.29/0.29	Glucose 2.1 dynamic restart strategy
0.29/0.29	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.29	timeout=2147483s
0.29/0.29	DB Simplification allowed=false
0.29/0.29	Listener: none
0.29/0.29	--- End Solver configuration ---
0.29/0.29	c Pseudo Boolean Optimization by upper bound
0.29/0.29	c --- Begin Solver configuration ---
0.29/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.29/0.29	c Learn all clauses as in MiniSAT
0.29/0.29	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.29	c Expensive reason simplification
0.29/0.29	c Glucose 2.1 dynamic restart strategy
0.29/0.29	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.29	c timeout=2147483s
0.29/0.29	c DB Simplification allowed=false
0.29/0.29	c Listener: none
0.29/0.29	c --- End Solver configuration ---
0.29/0.29	c solving HOME/instance-4450582-1721827883.opb
0.29/0.29	c reading problem ... 
0.29/0.30	c using VERIPB proof format
0.29/0.30	c  no objective function found
0.95/0.61	c ... done. Wall clock time 0.319s.
0.95/0.61	c declared #vars     4288
0.95/0.61	c #constraints  10752
0.95/0.61	c constraints type 
0.95/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
0.95/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.95/0.61	c org.sat4j.specs.Constr$1 => 872
0.95/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
0.95/0.61	c org.sat4j.pb.constraints.pb.UnitClausePB => 472
0.95/0.61	c 10752 constraints processed.
3.30/1.83	c cleaning 2494 clauses out of 4998 with flag 15337/5000
4.47/2.47	c cleaning 4238 clauses out of 8504 with flag 35791/11000
6.04/3.20	c cleaning 5622 clauses out of 11266 with flag 63432/18000
7.43/3.93	c cleaning 6813 clauses out of 13645 with flag 94288/26001
8.56/4.71	c cleaning 7916 clauses out of 15831 with flag 132677/35000
9.49/5.61	c cleaning 8910 clauses out of 17915 with flag 174789/45000
10.40/6.58	c cleaning 9992 clauses out of 20005 with flag 227373/56000
11.49/7.65	c cleaning 10970 clauses out of 22013 with flag 282902/68000
12.68/8.81	c cleaning 12007 clauses out of 24044 with flag 345973/81001
14.00/10.18	c cleaning 13001 clauses out of 26036 with flag 419218/95000
15.28/11.48	c cleaning 13987 clauses out of 28035 with flag 494041/110000
16.97/13.09	c cleaning 15014 clauses out of 30049 with flag 579001/126001
18.71/14.68	c cleaning 15981 clauses out of 32034 with flag 668781/143000
21.11/16.94	c cleaning 17016 clauses out of 34053 with flag 765049/161000
23.42/19.28	c cleaning 17974 clauses out of 36037 with flag 867947/180000
25.42/21.29	c cleaning 19024 clauses out of 38063 with flag 976792/200000
27.61/23.42	c cleaning 19995 clauses out of 40041 with flag 1093596/221002
29.91/25.79	c cleaning 21012 clauses out of 42044 with flag 1217872/243000
32.40/28.26	c cleaning 21962 clauses out of 44032 with flag 1346301/266000
34.90/30.76	c cleaning 23033 clauses out of 46070 with flag 1484683/290000
37.44/33.76	c cleaning 24007 clauses out of 48040 with flag 1624177/315003
40.24/36.57	c cleaning 24953 clauses out of 50030 with flag 1770254/341000
43.23/39.53	c cleaning 26021 clauses out of 52077 with flag 1926554/368000
46.22/42.56	c cleaning 26999 clauses out of 54056 with flag 2089270/396000
49.51/45.84	c cleaning 28016 clauses out of 56057 with flag 2254075/425000
53.11/49.42	c cleaning 28999 clauses out of 58042 with flag 2425862/455001
56.60/52.93	c cleaning 29968 clauses out of 60045 with flag 2610226/486003
60.49/56.80	c cleaning 31012 clauses out of 62075 with flag 2798740/518001
64.29/60.63	c cleaning 32004 clauses out of 64063 with flag 2994473/551001
68.38/64.76	c cleaning 33010 clauses out of 66060 with flag 3191582/585002
72.81/69.23	c cleaning 33981 clauses out of 68048 with flag 3399321/620000
77.20/73.68	c cleaning 35010 clauses out of 70067 with flag 3615141/656000
81.90/78.38	c cleaning 35969 clauses out of 72059 with flag 3838960/693002
86.80/83.24	c cleaning 37010 clauses out of 74089 with flag 4068168/731001
92.10/88.50	c cleaning 38009 clauses out of 76078 with flag 4300719/770000
97.20/93.73	c cleaning 39011 clauses out of 78070 with flag 4544634/810001
102.50/99.04	c cleaning 40009 clauses out of 80058 with flag 4791539/851000
107.99/104.58	c cleaning 41017 clauses out of 82051 with flag 5046489/893002
113.98/110.55	c cleaning 41995 clauses out of 84032 with flag 5301176/936000
120.17/116.73	c cleaning 42989 clauses out of 86037 with flag 5569180/980000
126.52/122.95	c cleaning 44006 clauses out of 88048 with flag 5845954/1025000
133.06/129.61	c cleaning 45010 clauses out of 90042 with flag 6125616/1071000
139.75/136.39	c cleaning 46006 clauses out of 92032 with flag 6414012/1118000
146.64/143.22	c cleaning 47005 clauses out of 94026 with flag 6711326/1166000
153.82/150.45	c cleaning 47974 clauses out of 96025 with flag 7014426/1215004
161.21/158.07	c cleaning 48971 clauses out of 98047 with flag 7323021/1265000
168.68/165.56	c cleaning 49993 clauses out of 100077 with flag 7634704/1316001
176.66/173.52	c cleaning 51006 clauses out of 102085 with flag 7959535/1368002
184.64/181.53	c cleaning 51979 clauses out of 104078 with flag 8286549/1421001
192.86/189.81	c cleaning 53029 clauses out of 106100 with flag 8620364/1475002
201.44/198.42	c cleaning 54008 clauses out of 108069 with flag 8965073/1530000
210.42/207.42	c cleaning 55003 clauses out of 110061 with flag 9312446/1586000
219.73/216.73	c cleaning 56025 clauses out of 112058 with flag 9662946/1643000
229.91/232.50	c cleaning 57017 clauses out of 114033 with flag 10015264/1701000
239.29/241.96	c cleaning 57972 clauses out of 116016 with flag 10383611/1760000
249.48/252.15	c cleaning 58993 clauses out of 118044 with flag 10750755/1820000
259.89/262.68	c cleaning 59962 clauses out of 120052 with flag 11133709/1881001
270.57/273.30	c cleaning 61015 clauses out of 122091 with flag 11515415/1943002
281.36/284.13	c cleaning 61994 clauses out of 124077 with flag 11909402/2006003
292.93/295.86	c cleaning 63040 clauses out of 126080 with flag 12303583/2070000
304.87/307.75	c cleaning 63997 clauses out of 128040 with flag 12706373/2135000
317.25/320.17	c cleaning 64980 clauses out of 130044 with flag 13114646/2201001
329.87/332.70	c cleaning 65992 clauses out of 132063 with flag 13531268/2268000
342.87/345.74	c cleaning 66977 clauses out of 134072 with flag 13951704/2336001
356.77/361.25	c cleaning 68008 clauses out of 136096 with flag 14377919/2405002
370.71/375.11	c cleaning 69007 clauses out of 138086 with flag 14809657/2475000
384.52/389.10	c cleaning 70007 clauses out of 140079 with flag 15247841/2546000
399.03/403.52	c cleaning 71014 clauses out of 142072 with flag 15691729/2618000
413.87/418.40	c cleaning 72001 clauses out of 144058 with flag 16140514/2691000
428.74/433.31	c cleaning 73004 clauses out of 146057 with flag 16598482/2765000
444.21/449.04	c cleaning 73992 clauses out of 148055 with flag 17060819/2840002
459.58/464.49	c cleaning 75015 clauses out of 150063 with flag 17528666/2916002
475.59/480.48	c cleaning 75995 clauses out of 152046 with flag 18005168/2993000
491.61/496.48	c cleaning 76985 clauses out of 154051 with flag 18488523/3071000
508.00/513.16	c cleaning 77963 clauses out of 156066 with flag 18975625/3150000
524.87/530.09	c cleaning 79014 clauses out of 158103 with flag 19466930/3230000
542.52/548.00	c cleaning 80034 clauses out of 160090 with flag 19965850/3311001
560.50/565.91	c cleaning 81007 clauses out of 162057 with flag 20472068/3393002
578.53/584.43	c cleaning 81977 clauses out of 164048 with flag 20983891/3476000
597.08/603.09	c cleaning 83012 clauses out of 166071 with flag 21502351/3560000
615.78/621.79	c cleaning 83994 clauses out of 168060 with flag 22028753/3645001
634.52/640.59	c cleaning 84992 clauses out of 170067 with flag 22558057/3731002
654.19/660.27	c cleaning 86031 clauses out of 172073 with flag 23096154/3818000
674.47/680.44	c cleaning 86985 clauses out of 174042 with flag 23643698/3906000
695.21/701.14	c cleaning 88011 clauses out of 176057 with flag 24196043/3995000
716.19/722.13	c cleaning 88993 clauses out of 178046 with flag 24749735/4085000
736.98/743.07	c cleaning 90017 clauses out of 180054 with flag 25309273/4176001
758.50/764.64	c cleaning 90996 clauses out of 182036 with flag 25870548/4268000
780.65/787.04	c cleaning 91991 clauses out of 184040 with flag 26437096/4361000
803.32/809.60	c cleaning 93004 clauses out of 186049 with flag 27015334/4455000
826.06/832.41	c cleaning 94000 clauses out of 188045 with flag 27594625/4550000
848.88/855.35	c cleaning 95000 clauses out of 190045 with flag 28181699/4646000
872.67/879.19	c cleaning 95975 clauses out of 192047 with flag 28778670/4743002
896.59/903.17	c cleaning 96993 clauses out of 194070 with flag 29382807/4841000
920.90/927.52	c cleaning 98013 clauses out of 196079 with flag 29989132/4940002
946.06/953.01	c cleaning 99003 clauses out of 198064 with flag 30603370/5040000
971.53/978.62	c cleaning 100026 clauses out of 200061 with flag 31227307/5141000
997.73/1005.28	c cleaning 101008 clauses out of 202035 with flag 31856061/5243000
1024.20/1031.79	c cleaning 101998 clauses out of 204027 with flag 32490708/5346000
1050.99/1058.88	c cleaning 102975 clauses out of 206029 with flag 33122478/5450000
1078.33/1086.41	c cleaning 104014 clauses out of 208054 with flag 33764848/5555000
1106.20/1114.45	c cleaning 105003 clauses out of 210040 with flag 34406224/5661000
1134.95/1143.42	c cleaning 105988 clauses out of 212037 with flag 35059655/5768000
1164.28/1173.10	c cleaning 106997 clauses out of 214049 with flag 35718867/5876000
1193.96/1202.96	c cleaning 108027 clauses out of 216053 with flag 36383049/5985001
1223.74/1232.90	c cleaning 108965 clauses out of 218025 with flag 37053347/6095000
1254.19/1263.58	c cleaning 109968 clauses out of 220060 with flag 37731929/6206000
1284.71/1294.28	c cleaning 111033 clauses out of 222092 with flag 38411401/6318000
1316.28/1325.94	c cleaning 112003 clauses out of 224059 with flag 39101861/6431000
1347.95/1357.81	c cleaning 112985 clauses out of 226056 with flag 39802017/6545000
1380.91/1390.75	c cleaning 114036 clauses out of 228072 with flag 40498053/6660001
1413.79/1423.86	c cleaning 114985 clauses out of 230035 with flag 41204613/6776000
1447.51/1457.67	c cleaning 115989 clauses out of 232050 with flag 41916869/6893000
1481.64/1491.87	c cleaning 117024 clauses out of 234062 with flag 42634054/7011001
1516.48/1527.08	c cleaning 117984 clauses out of 236037 with flag 43357081/7130000
1550.93/1561.51	c cleaning 118981 clauses out of 238053 with flag 44087265/7250000
1586.96/1597.76	c cleaning 120028 clauses out of 240072 with flag 44821906/7371000
1623.03/1634.07	c cleaning 120959 clauses out of 242044 with flag 45562361/7493000
1659.66/1670.94	c cleaning 122029 clauses out of 244086 with flag 46309513/7616001
1697.22/1708.62	c cleaning 123020 clauses out of 246058 with flag 47060242/7740002
1736.28/1748.70	c cleaning 124020 clauses out of 248040 with flag 47819029/7865004
1775.11/1787.76	c cleaning 124991 clauses out of 250016 with flag 48578609/7991000
1813.87/1826.74	c cleaning 125973 clauses out of 252027 with flag 49347923/8118002
1853.43/1866.46	c cleaning 127004 clauses out of 254052 with flag 50122943/8246000
1893.75/1906.45	c cleaning 127965 clauses out of 256048 with flag 50904319/8375000
1934.57/1947.32	c cleaning 129026 clauses out of 258084 with flag 51692699/8505001
1975.68/1988.54	c cleaning 129994 clauses out of 260058 with flag 52483387/8636001
2017.41/2030.42	c cleaning 130997 clauses out of 262064 with flag 53274034/8768001
2059.78/2072.80	c cleaning 132006 clauses out of 264066 with flag 54072370/8901000
2102.45/2115.61	c cleaning 132992 clauses out of 266060 with flag 54885467/9035000
2145.55/2158.87	c cleaning 134010 clauses out of 268068 with flag 55695748/9170000
2189.71/2203.05	c cleaning 134979 clauses out of 270060 with flag 56520294/9306002
2234.62/2248.02	c cleaning 136000 clauses out of 272080 with flag 57343490/9443001
2280.55/2294.32	c cleaning 137025 clauses out of 274080 with flag 58168808/9581001
2326.31/2340.43	c cleaning 138014 clauses out of 276055 with flag 59007767/9720001
2372.82/2387.08	c cleaning 139004 clauses out of 278040 with flag 59849338/9860000
2420.79/2435.33	c cleaning 139964 clauses out of 280036 with flag 60693518/10001000
2468.85/2483.46	c cleaning 140989 clauses out of 282072 with flag 61548896/10143000
2517.21/2531.88	c cleaning 142018 clauses out of 284083 with flag 62412784/10286000
2565.44/2580.31	c cleaning 142988 clauses out of 286065 with flag 63284454/10430000
2615.34/2630.27	c cleaning 144014 clauses out of 288078 with flag 64156955/10575001
2665.04/2680.04	c cleaning 144979 clauses out of 290063 with flag 65035339/10721000
2714.94/2730.05	c cleaning 146017 clauses out of 292084 with flag 65917805/10868000
2765.97/2781.33	c cleaning 147023 clauses out of 294068 with flag 66810545/11016001
2817.72/2834.29	c cleaning 147989 clauses out of 296044 with flag 67708247/11165000
2870.49/2887.30	c cleaning 149001 clauses out of 298056 with flag 68609251/11315001
2923.39/2940.57	c cleaning 150019 clauses out of 300056 with flag 69525458/11466002
2977.82/2995.78	c cleaning 150978 clauses out of 302035 with flag 70446649/11618000
3032.31/3050.99	c cleaning 151989 clauses out of 304057 with flag 71375860/11771000
3087.60/3107.34	c cleaning 153016 clauses out of 306068 with flag 72305815/11925000
3145.38/3166.24	c cleaning 154013 clauses out of 308054 with flag 73241983/12080002
3203.24/3225.04	c cleaning 155014 clauses out of 310039 with flag 74179127/12236000
3261.50/3283.44	c cleaning 156003 clauses out of 312025 with flag 75119670/12393000
3315.02/3337.10	c cleaning 156997 clauses out of 314022 with flag 76064143/12551000
3368.71/3390.73	c cleaning 157989 clauses out of 316026 with flag 77019993/12710001
3422.53/3444.64	c cleaning 158998 clauses out of 318036 with flag 77980006/12870000
3478.11/3500.25	c cleaning 159996 clauses out of 320038 with flag 78945343/13031000
3534.42/3556.69	c cleaning 161013 clauses out of 322043 with flag 79913175/13193001
3591.50/3613.79	c cleaning 161970 clauses out of 324030 with flag 80896945/13356001
3600.06/3622.32	c starts		: 99265
3600.06/3622.33	c conflicts		: 13389337
3600.06/3622.33	c decisions		: 124464294
3600.06/3622.33	c propagations		: 1759948504
3600.06/3622.33	c inspects		: 36569958965
3600.06/3622.33	c timeout
3600.06/3622.34	c shortcuts		: 0
3600.06/3622.34	c learnt literals	: 2
3600.06/3622.34	c learnt binary clauses	: 37
3600.06/3622.34	c learnt ternary clauses	: 606
3600.06/3622.34	c learnt constraints	: 13389335
3600.06/3622.34	c ignored constraints	: 0
3600.06/3622.34	c root simplifications	: 0
3600.06/3622.34	c removed literals (reason simplification)	: 10737531
3600.06/3622.34	c reason swapping (by a shorter reason)	: 0
3600.06/3622.34	c Calls to reduceDB	: 159
3600.06/3622.34	c Number of update (reduction) of LBD	: 2808903
3600.06/3622.34	c Imported unit clauses	: 0
3600.06/3622.34	c No decision after first conflict	: false
3600.06/3622.34	c number of reductions to clauses (during analyze)	: 0
3600.06/3622.34	c number of learned constraints concerned by reduction	: 0
3600.06/3622.34	c number of learning phase by resolution	: 0
3600.06/3622.34	c number of learning phase by cutting planes	: 0
3600.06/3622.34	c number of rounding to 1 operations	: 0
3600.06/3622.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3622.34	c number of reductions of the coefficients by power 2 	: 0
3600.06/3622.34	c number of right shift for reduction by power 2 	: 0
3600.06/3622.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3622.34	c number of ending skipping 	: 0
3600.06/3622.34	c number of internal skipping 	: 0
3600.06/3622.34	c number of derivation steps 	: 0
3600.06/3622.34	c number of skipped derivation steps 	: 0
3600.06/3622.34	c number of remaining unassigned 	: 0
3600.06/3622.34	c number of remaining assigned 	: 0
3600.06/3622.34	c number of falsified literals weakened from reason	: 0
3600.06/3622.34	c number of falsified literals weakened from conflict	: 0
3600.06/3622.34	c time for arithmetic operations	: 0
3600.06/3622.34	c minimum degree of deleted constraints	: null
3600.06/3622.34	c maximum degree of deleted constraints	: null
3600.06/3622.34	c number of deleted constraints	: 0
3600.06/3622.35	c speed (assignments/second)	: 485943.4008473886
3600.06/3622.35	c non guided choices	: 68660
3600.06/3622.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 195359
3600.06/3622.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 37
3600.06/3622.40	s UNKNOWN
3600.06/3622.40	c Total wall clock time (in seconds): 3622.109

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: 64059 MiB (55381 MiB free)
  memory of node 1: 64510 MiB (18042 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450582-1721827883/watcher-4450582-1721827883 -o /tmp/evaluation-result-4450582-1721827883/solver-4450582-1721827883 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721820326-179522 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4450582-1721827883 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4450582-1721827883.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=185535, runsolver pid=185532
Current StackSize limit: 8192 KiB


[startup+0.101035 s]*
/proc/loadavg: 4.70 4.67 4.42 6/330 185553
/proc/meminfo: memFree=75148184/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=18975048 memory=57104 CPUtime=0.11 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 6363 0 0 0 8 3 0 0 20 0 18 0 18778044 19430449152 14276 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4743762 14276 5558 1 0 550793 0
[pid=185535/tid=185537] ppid=185532 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 5320 0 0 0 5 2 0 0 20 0 18 0 18778045 19430449152 14276 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18778050 19430449152 14276 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=18975048 memory=4050484525539786784 CPUtime=0 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18778051 19430449152 14276 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57104 KiB

[startup+0.214571 s]*
/proc/loadavg: 4.70 4.67 4.42 6/330 185553
/proc/meminfo: memFree=75136704/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=18975048 memory=66316 CPUtime=0.29 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 7116 0 0 0 25 4 0 0 20 0 18 0 18778044 19430449152 16579 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4743762 16579 5565 1 0 551411 0
[pid=185535/tid=185537] ppid=185532 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 5706 0 0 0 15 3 0 0 20 0 18 0 18778045 19430449152 16579 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=18975048 memory=804964 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18778050 19430449152 16579 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=18975048 memory=13852958324442654 CPUtime=0 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18778051 19430449152 16579 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66316 KiB

[startup+0.316907 s]*
/proc/loadavg: 4.70 4.67 4.42 8/330 185553
/proc/meminfo: memFree=75133568/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=18975048 memory=68228 CPUtime=0.44 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 7377 0 0 0 40 4 0 0 20 0 18 0 18778044 19430449152 17057 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4743762 17057 5756 1 0 551601 0
[pid=185535/tid=185537] ppid=185532 vsize=18975048 memory=-9032643497418334908 CPUtime=0.26 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 5863 0 0 0 23 3 0 0 20 0 18 0 18778045 19430449152 17057 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18778050 19430449152 17057 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18778051 19430449152 17057 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68228 KiB

[startup+0.708097 s]
/proc/loadavg: 4.70 4.67 4.42 6/330 185553
/proc/meminfo: memFree=75113412/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=19041612 memory=104540 CPUtime=1.12 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 9254 0 0 0 107 5 0 0 20 0 19 0 18778044 19498610688 26135 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4760403 26135 5862 1 0 553083 0
[pid=185535/tid=185537] ppid=185532 vsize=19041612 memory=5572 CPUtime=0.58 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 5994 0 0 0 55 3 0 0 20 0 19 0 18778045 19498610688 26135 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=19041612 memory=12412 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18778050 19498610688 26135 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18778051 19498610688 26135 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 104540 KiB

[startup+1.50109 s]
/proc/loadavg: 4.70 4.67 4.42 7/331 185554
/proc/meminfo: memFree=75069952/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=19041612 memory=151928 CPUtime=2.7 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 14854 0 0 0 262 8 0 0 20 0 19 0 18778044 19498610688 37982 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4760403 37982 5878 1 0 554372 0
[pid=185535/tid=185537] ppid=185532 vsize=19041612 memory=12412 CPUtime=1.35 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 6681 0 0 0 131 4 0 0 20 0 19 0 18778045 19498610688 37982 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18778050 19498610688 37982 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18778051 19498610688 37982 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185554] ppid=185532 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/185535/task/185554/stat : 185554 (Timer-0) S 185532 185535 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18778107 19498610688 37982 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 151928 KiB

[startup+3.10609 s]
/proc/loadavg: 4.72 4.67 4.43 6/332 185557
/proc/meminfo: memFree=74814500/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=19108176 memory=191720 CPUtime=5.85 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 21508 0 0 0 575 10 0 0 20 0 20 0 18778044 19566772224 47930 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4777044 47930 5926 1 0 557570 0
[pid=185535/tid=185537] ppid=185532 vsize=19108176 memory=0 CPUtime=2.88 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 7526 0 0 0 282 6 0 0 20 0 20 0 18778045 19566772224 47930 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=19108176 memory=11932 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18778050 19566772224 47930 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 18778051 19566772224 47930 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185554] ppid=185532 vsize=19108176 memory=12412 CPUtime=0 cores=4,6
/proc/185535/task/185554/stat : 185554 (Timer-0) S 185532 185535 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18778107 19566772224 47930 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191720 KiB

[startup+6.3011 s]
/proc/loadavg: 4.72 4.67 4.43 5/332 185557
/proc/meminfo: memFree=74619944/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=19108176 memory=312904 CPUtime=10.19 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 23183 0 0 0 1006 13 0 0 20 0 20 0 18778044 19566772224 78226 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4777044 78226 5926 1 0 558462 0
[pid=185535/tid=185537] ppid=185532 vsize=19108176 memory=0 CPUtime=6 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 7665 0 0 0 592 8 0 0 20 0 20 0 18778045 19566772224 78226 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=19108176 memory=12412 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18778050 19566772224 78226 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=19108176 memory=11932 CPUtime=0 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 18778051 19566772224 78226 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185554] ppid=185532 vsize=19108176 memory=67988 CPUtime=0 cores=4,6
/proc/185535/task/185554/stat : 185554 (Timer-0) S 185532 185535 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18778107 19566772224 78226 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 10.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 312904 KiB

[startup+12.7031 s]
/proc/loadavg: 4.75 4.68 4.43 5/332 185557
/proc/meminfo: memFree=74175632/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=19108176 memory=659440 CPUtime=16.67 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 26530 0 0 0 1644 23 0 0 20 0 20 0 18778044 19566772224 164860 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4777044 164860 5942 1 0 558462 0
[pid=185535/tid=185537] ppid=185532 vsize=19108176 memory=105592 CPUtime=12.16 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 8640 0 0 0 1199 17 0 0 20 0 20 0 18778045 19566772224 164860 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=19108176 memory=477104 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18778050 19566772224 164860 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=19108176 memory=191892 CPUtime=0 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 18778051 19566772224 164860 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185554] ppid=185532 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/185535/task/185554/stat : 185554 (Timer-0) S 185532 185535 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18778107 19566772224 164860 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 16.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 659440 KiB

[startup+25.5005 s]
/proc/loadavg: 4.73 4.68 4.43 5/332 185560
/proc/meminfo: memFree=73176076/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=19108176 memory=1140804 CPUtime=29.71 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 29628 0 0 0 2932 39 0 0 20 0 20 0 18778044 19566772224 285201 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4777044 285201 5942 1 0 558462 0
[pid=185535/tid=185537] ppid=185532 vsize=19108176 memory=477104 CPUtime=24.86 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 9971 0 0 0 2455 31 0 0 20 0 20 0 18778045 19566772224 285201 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=19108176 memory=710704 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18778050 19566772224 285201 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 18778051 19566772224 285201 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185554] ppid=185532 vsize=19108176 memory=6944656575208382560 CPUtime=0 cores=4,6
/proc/185535/task/185554/stat : 185554 (Timer-0) S 185532 185535 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18778107 19566772224 285201 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 29.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1140804 KiB

[startup+51.1137 s]
/proc/loadavg: 4.63 4.66 4.43 5/332 185563
/proc/meminfo: memFree=72098016/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=19108176 memory=1347680 CPUtime=54.82 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 33684 0 0 0 5428 54 0 0 20 0 20 0 18778044 19566772224 336920 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4777044 336920 5942 1 0 558462 0
[pid=185535/tid=185537] ppid=185532 vsize=19108176 memory=1347676 CPUtime=49.71 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 11919 0 0 0 4926 45 0 0 20 0 20 0 18778045 19566772224 336920 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 45 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=19108176 memory=1347676 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18778050 19566772224 336920 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=19108176 memory=11932 CPUtime=0 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 18778051 19566772224 336920 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0

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

[startup+3282.3 s]
/proc/loadavg: 3.17 3.74 4.11 4/298 187237
/proc/meminfo: memFree=88863524/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=19108176 memory=2193332 CPUtime=3260.48 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 172417 0 0 0 325221 827 0 0 20 0 20 0 18778044 19566772224 548333 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4777044 548333 5942 1 0 560977 0
[pid=185535/tid=185537] ppid=185532 vsize=19108176 memory=2193332 CPUtime=3224.62 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 80484 0 0 0 321815 647 0 0 20 0 20 0 18778045 19566772224 548333 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2583 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=19108176 memory=2193332 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18778050 19566772224 548333 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=19108176 memory=26900 CPUtime=0.01 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 3521 0 0 0 1 0 0 0 20 0 20 0 18778051 19566772224 548333 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185554] ppid=185532 vsize=19108176 memory=11932 CPUtime=0 cores=4,6
/proc/185535/task/185554/stat : 185554 (Timer-0) S 185532 185535 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18778107 19566772224 548333 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 3260.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193332 KiB

[startup+3342.3 s]
/proc/loadavg: 2.66 3.49 4.00 3/272 187281
/proc/meminfo: memFree=106383616/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=19108176 memory=2193344 CPUtime=3320.32 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 175559 0 0 0 331190 842 0 0 20 0 20 0 18778044 19566772224 548336 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4777044 548336 5942 1 0 560977 0
[pid=185535/tid=185537] ppid=185532 vsize=19108176 memory=12412 CPUtime=3284.02 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 82066 0 0 0 327744 658 0 0 20 0 20 0 18778045 19566772224 548336 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2605 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=19108176 memory=11932 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18778050 19566772224 548336 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=19108176 memory=68104 CPUtime=0.01 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 3640 0 0 0 1 0 0 0 20 0 20 0 18778051 19566772224 548336 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185554] ppid=185532 vsize=19108176 memory=2193344 CPUtime=0 cores=4,6
/proc/185535/task/185554/stat : 185554 (Timer-0) S 185532 185535 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18778107 19566772224 548336 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 3320.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193344 KiB

[startup+3402.3 s]
/proc/loadavg: 2.30 3.23 3.88 3/272 187291
/proc/meminfo: memFree=106119508/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=19108176 memory=2193344 CPUtime=3380.3 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 177843 0 0 0 337176 854 0 0 20 0 20 0 18778044 19566772224 548336 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4777044 548336 5942 1 0 560977 0
[pid=185535/tid=185537] ppid=185532 vsize=19108176 memory=68104 CPUtime=3343.61 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 82966 0 0 0 333693 668 0 0 20 0 20 0 18778045 19566772224 548336 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2610 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=19108176 memory=2193344 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18778050 19566772224 548336 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=19108176 memory=2193344 CPUtime=0.01 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 3726 0 0 0 1 0 0 0 20 0 20 0 18778051 19566772224 548336 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185554] ppid=185532 vsize=19108176 memory=-4421386522017883231 CPUtime=0 cores=4,6
/proc/185535/task/185554/stat : 185554 (Timer-0) S 185532 185535 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18778107 19566772224 548336 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 3380.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193344 KiB

[startup+3462.3 s]
/proc/loadavg: 2.25 3.05 3.77 3/273 187470
/proc/meminfo: memFree=105848504/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=19108176 memory=2193352 CPUtime=3440.21 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 179836 0 0 0 343155 866 0 0 20 0 20 0 18778044 19566772224 548338 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4777044 548338 5942 1 0 560977 0
[pid=185535/tid=185537] ppid=185532 vsize=19108176 memory=68104 CPUtime=3403.28 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 83885 0 0 0 339651 677 0 0 20 0 20 0 18778045 19566772224 548338 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2616 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=19108176 memory=2193352 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18778050 19566772224 548338 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=19108176 memory=2193352 CPUtime=0.01 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 3863 0 0 0 1 0 0 0 20 0 20 0 18778051 19566772224 548338 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185554] ppid=185532 vsize=19108176 memory=11932 CPUtime=0 cores=4,6
/proc/185535/task/185554/stat : 185554 (Timer-0) S 185532 185535 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18778107 19566772224 548338 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 3440.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193352 KiB

[startup+3522.3 s]
/proc/loadavg: 2.19 2.89 3.67 3/273 187480
/proc/meminfo: memFree=105589272/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=19108176 memory=2193356 CPUtime=3500.26 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 182108 0 0 0 349146 880 0 0 20 0 20 0 18778044 19566772224 548339 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4777044 548339 5942 1 0 560977 0
[pid=185535/tid=185537] ppid=185532 vsize=19108176 memory=68104 CPUtime=3462.81 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 85000 0 0 0 345593 688 0 0 20 0 20 0 18778045 19566772224 548339 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2620 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=19108176 memory=2193352 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18778050 19566772224 548339 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=19108176 memory=2193352 CPUtime=0.01 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 3899 0 0 0 1 0 0 0 20 0 20 0 18778051 19566772224 548339 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185554] ppid=185532 vsize=19108176 memory=2193352 CPUtime=0 cores=4,6
/proc/185535/task/185554/stat : 185554 (Timer-0) S 185532 185535 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18778107 19566772224 548339 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 3500.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193356 KiB

[startup+3582.3 s]
/proc/loadavg: 2.23 2.77 3.58 3/272 187548
/proc/meminfo: memFree=105257944/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=19108176 memory=2193396 CPUtime=3560.11 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 184073 0 0 0 355117 894 0 0 20 0 20 0 18778044 19566772224 548349 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4777044 548349 5942 1 0 560977 0
[pid=185535/tid=185537] ppid=185532 vsize=19108176 memory=2193352 CPUtime=3522.28 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 85849 0 0 0 351530 698 0 0 20 0 20 0 18778045 19566772224 548349 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2638 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=19108176 memory=1904 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18778050 19566772224 548349 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=19108176 memory=2193396 CPUtime=0.01 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 3944 0 0 0 1 0 0 0 20 0 20 0 18778051 19566772224 548349 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185554] ppid=185532 vsize=19108176 memory=11932 CPUtime=0 cores=4,6
/proc/185535/task/185554/stat : 185554 (Timer-0) S 185532 185535 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18778107 19566772224 548349 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 3560.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3622.3 s]
/proc/loadavg: 2.17 2.69 3.51 3/272 187556
/proc/meminfo: memFree=105086980/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=19108176 memory=2193396 CPUtime=3600.06 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 184539 0 0 0 359104 902 0 0 20 0 20 0 18778044 19566772224 548349 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4777044 548349 5942 1 0 560977 0
[pid=185535/tid=185537] ppid=185532 vsize=19108176 memory=2193396 CPUtime=3561.98 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) R 185532 185535 179511 0 -1 4194368 86180 0 0 0 355495 703 0 0 20 0 20 0 18778045 19566772224 548349 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 2645 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=19108176 memory=2193396 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18778050 19566772224 548349 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=19108176 memory=-9032643497418334908 CPUtime=0.01 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 4038 0 0 0 1 0 0 0 20 0 20 0 18778051 19566772224 548349 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185554] ppid=185532 vsize=19108176 memory=2193396 CPUtime=0 cores=4,6
/proc/185535/task/185554/stat : 185554 (Timer-0) S 185532 185535 179511 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18778107 19566772224 548349 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193396 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.22 s, system=9.03547 s

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

[startup+3622.4 s]
/proc/loadavg: 2.17 2.69 3.51 3/272 187556
/proc/meminfo: memFree=105086980/131655788 swapFree=131070448/131071996
[pid=185535] ppid=185532 vsize=19307868 memory=2194200 CPUtime=3600.23 cores=4,6
/proc/185535/stat : 185535 (java) S 185532 185535 179511 0 -1 1077936128 187800 0 0 0 359121 902 0 0 20 0 15 0 18778044 19771256832 548550 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
/proc/185535/statm: 4826967 548550 5954 1 0 561920 0
[pid=185535/tid=185537] ppid=185532 vsize=19307868 memory=11932 CPUtime=3562.01 cores=4,6
/proc/185535/task/185537/stat : 185537 (java) S 185532 185535 179511 0 -1 1077936192 86499 0 0 0 355498 703 0 0 20 0 15 0 18778045 19771256832 548550 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 2645 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185546] ppid=185532 vsize=19307868 memory=2193396 CPUtime=0 cores=4,6
/proc/185535/task/185546/stat : 185546 (Finalizer) S 185532 185535 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 18778050 19771256832 548550 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
[pid=185535/tid=185553] ppid=185532 vsize=19307868 memory=2193396 CPUtime=0.01 cores=4,6
/proc/185535/task/185553/stat : 185553 (Common-Cleaner) S 185532 185535 179511 0 -1 1077936192 4038 0 0 0 1 0 0 0 20 0 15 0 18778051 19771256832 548550 134679101440 94805736726528 94805736730224 140723850586560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805736738040 94805736738832 94805743947776 140723850589099 140723850589281 140723850589281 140723850596296 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2194200 KiB

Child status: 143

Real time (s): 3622.43
CPU time (s): 3600.25
CPU user time (s): 3591.22
CPU system time (s): 9.03547
CPU usage (%): 99.3879
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2194200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.22
system time used= 9.03547
maximum resident set size= 2195080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187848
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11646776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115695
involuntary context switches= 6944


# summary of solver processes directly reported to runsolver:
#   pid: 185535
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3591.22
#   total CPU system time (s): 9.03547

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.0457 second user time and 38.1625 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-24 15:31:23
IDJOB=4450582
IDBENCH=162167
IDSOLVER=3079
FILE ID=nodeC012/4450582-1721827883
RUNJOBID= nodeC012-1721820326-179522
SLURM_JOB_ID= 7891468
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size96-round23-9.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450582-1721827883/watcher-4450582-1721827883 -o /tmp/evaluation-result-4450582-1721827883/solver-4450582-1721827883 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721820326-179522 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4450582-1721827883 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4450582-1721827883.opb

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

MD5SUM BENCH= f6eda1605d5c8d227dca004c862e5b86
RANDOM SEED=1195147105

nodeC012.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3536.657
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.47
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		: 3627.880
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.32
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.317
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.47
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.224
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.32
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		: 1590.521
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.47
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		: 3660.877
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.32
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		: 1246.537
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.47
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.318
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        75188012 kB
MemAvailable:   103932908 kB
Buffers:          269228 kB
Cached:         29253944 kB
SwapCached:           72 kB
Active:          2554972 kB
Inactive:       53191336 kB
Active(anon):       1460 kB
Inactive(anon): 26275232 kB
Active(file):    2553512 kB
Inactive(file): 26916104 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070448 kB
Dirty:            410572 kB
Writeback:             8 kB
AnonPages:      26219996 kB
Mapped:           136320 kB
Shmem:             53368 kB
KReclaimable:     230624 kB
Slab:             356196 kB
SReclaimable:     230624 kB
SUnreclaim:       125572 kB
KernelStack:        5056 kB
PageTables:        61404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   27177200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            15136 kB
HardwareCorrupted:     0 kB
AnonHugePages:  25792512 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      402248 kB
DirectMap2M:    55076864 kB
DirectMap1G:    80740352 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC012 at 2024-07-24 16:31:46