Trace number 4516615

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.21 3595.22

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
subsetcard/larger/random4reg_opb/normalized-subsetcard-eq-random4reg-2500.opb
MD5SUM138bc3205b5997c85a47b0b24df7783d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.539428
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10001
Total number of constraints5000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5000
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	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.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4516615-1751240983.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c using VERIPB proof format
0.11/0.14	c  no objective function found
0.69/0.42	c ... done. Wall clock time 0.272s.
0.69/0.42	c declared #vars     10001
0.69/0.42	c #constraints  10000
0.69/0.42	c constraints type 
0.69/0.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10000
0.69/0.42	c 10000 constraints processed.
2.81/1.57	c cleaning 2492 clauses out of 5000 with flag 35141/5000
4.39/2.39	c cleaning 4245 clauses out of 8508 with flag 83948/11000
6.12/3.66	c cleaning 5611 clauses out of 11264 with flag 175107/18001
7.41/4.85	c cleaning 6804 clauses out of 13652 with flag 258108/26000
8.92/6.33	c cleaning 7888 clauses out of 15848 with flag 362864/35000
10.62/8.06	c cleaning 8895 clauses out of 17960 with flag 498018/45000
12.42/9.88	c cleaning 9985 clauses out of 20065 with flag 632839/56000
14.42/11.89	c cleaning 10969 clauses out of 22080 with flag 781940/68000
17.02/14.42	c cleaning 11942 clauses out of 24112 with flag 971415/81001
19.54/16.92	c cleaning 13000 clauses out of 26169 with flag 1156975/95000
22.16/19.55	c cleaning 13981 clauses out of 28169 with flag 1367657/110000
24.76/22.17	c cleaning 14994 clauses out of 30191 with flag 1582370/126003
27.70/25.01	c cleaning 15990 clauses out of 32194 with flag 1803407/143000
30.91/28.27	c cleaning 17002 clauses out of 34204 with flag 2060880/161000
34.31/31.74	c cleaning 17973 clauses out of 36202 with flag 2327670/180000
37.98/35.49	c cleaning 18967 clauses out of 38231 with flag 2629493/200002
41.77/39.24	c cleaning 19989 clauses out of 40262 with flag 2942635/221000
45.38/42.81	c cleaning 21045 clauses out of 42278 with flag 3251832/243005
49.67/47.15	c cleaning 21968 clauses out of 44228 with flag 3633832/266000
53.86/51.38	c cleaning 23004 clauses out of 46263 with flag 3983812/290003
58.26/55.76	c cleaning 23991 clauses out of 48257 with flag 4356114/315001
62.85/60.34	c cleaning 25123 clauses out of 50265 with flag 4733236/341000
67.27/64.85	c cleaning 25936 clauses out of 52143 with flag 5108451/368001
71.98/69.58	c cleaning 26949 clauses out of 54208 with flag 5506852/396002
77.08/74.65	c cleaning 28023 clauses out of 56257 with flag 5936033/425000
82.59/80.11	c cleaning 28981 clauses out of 58234 with flag 6414804/455000
88.27/85.82	c cleaning 29989 clauses out of 60254 with flag 6921432/486001
93.87/91.48	c cleaning 30994 clauses out of 62265 with flag 7408389/518001
99.68/97.30	c cleaning 32024 clauses out of 64272 with flag 7935792/551002
105.07/102.76	c cleaning 32975 clauses out of 66247 with flag 8453514/585001
110.57/108.20	c cleaning 34013 clauses out of 68274 with flag 8970273/620003
115.87/113.57	c cleaning 35020 clauses out of 70259 with flag 9486103/656001
121.25/118.97	c cleaning 35971 clauses out of 72238 with flag 10019295/693000
127.22/125.07	c cleaning 36977 clauses out of 74269 with flag 10614708/731002
133.23/131.04	c cleaning 38002 clauses out of 76291 with flag 11216913/770001
139.43/137.22	c cleaning 38981 clauses out of 78289 with flag 11864084/810001
146.15/143.92	c cleaning 39987 clauses out of 80307 with flag 12573904/851000
152.53/150.39	c cleaning 41023 clauses out of 82321 with flag 13243465/893001
159.22/158.95	c cleaning 41972 clauses out of 84298 with flag 13930680/936001
165.93/165.63	c cleaning 43056 clauses out of 86326 with flag 14605441/980001
172.63/172.35	c cleaning 43972 clauses out of 88270 with flag 15291311/1025001
180.06/179.78	c cleaning 44981 clauses out of 90300 with flag 16044533/1071003
187.66/187.41	c cleaning 46026 clauses out of 92316 with flag 16813419/1118000
195.27/195.10	c cleaning 46994 clauses out of 94292 with flag 17602073/1166002
202.99/202.74	c cleaning 47984 clauses out of 96296 with flag 18390384/1215000
210.70/210.46	c cleaning 49015 clauses out of 98312 with flag 19165269/1265000
218.64/218.43	c cleaning 49974 clauses out of 100297 with flag 19935509/1316000
227.17/226.84	c cleaning 51002 clauses out of 102324 with flag 20789063/1368001
235.43/235.09	c cleaning 52009 clauses out of 104322 with flag 21640472/1421001
243.86/243.46	c cleaning 52978 clauses out of 106312 with flag 22500625/1475000
252.56/252.29	c cleaning 54050 clauses out of 108334 with flag 23386220/1530000
261.30/260.98	c cleaning 54961 clauses out of 110285 with flag 24273893/1586001
270.61/270.13	c cleaning 56083 clauses out of 112323 with flag 25211558/1643000
279.73/279.33	c cleaning 56951 clauses out of 114240 with flag 26127586/1701000
288.55/288.14	c cleaning 58013 clauses out of 116289 with flag 27014549/1760000
298.23/297.73	c cleaning 58970 clauses out of 118278 with flag 27998604/1820002
307.69/307.19	c cleaning 60006 clauses out of 120309 with flag 28966287/1881003
317.47/317.09	c cleaning 61016 clauses out of 122302 with flag 29955220/1943002
327.35/326.89	c cleaning 62043 clauses out of 124284 with flag 30948797/2006000
337.71/337.19	c cleaning 62950 clauses out of 126241 with flag 32000712/2070000
347.90/347.48	c cleaning 64147 clauses out of 128294 with flag 33051647/2135003
358.39/357.86	c cleaning 64939 clauses out of 130145 with flag 34107545/2201001
368.90/368.38	c cleaning 65940 clauses out of 132206 with flag 35212177/2268001
379.45/378.99	c cleaning 67003 clauses out of 134265 with flag 36267886/2336000
390.36/389.74	c cleaning 67998 clauses out of 136262 with flag 37359911/2405000
401.36/400.84	c cleaning 68973 clauses out of 138265 with flag 38479071/2475001
412.84/412.23	c cleaning 69980 clauses out of 140292 with flag 39664448/2546001
424.08/423.45	c cleaning 71029 clauses out of 142315 with flag 40809284/2618004
435.52/434.95	c cleaning 72009 clauses out of 144285 with flag 41978470/2691003
447.11/446.59	c cleaning 73137 clauses out of 146274 with flag 43157181/2765001
459.14/458.50	c cleaning 73950 clauses out of 148139 with flag 44381068/2840003
471.18/470.62	c cleaning 74958 clauses out of 150186 with flag 45577808/2916000
483.36/482.74	c cleaning 75969 clauses out of 152228 with flag 46816163/2993000
495.62/495.09	c cleaning 77016 clauses out of 154259 with flag 48044777/3071000
508.39/507.74	c cleaning 77978 clauses out of 156243 with flag 49327556/3150000
521.16/520.46	c cleaning 79029 clauses out of 158266 with flag 50611073/3230001
534.39/533.78	c cleaning 79977 clauses out of 160236 with flag 51967857/3311000
547.66/546.94	c cleaning 80987 clauses out of 162259 with flag 53301325/3393000
560.47/559.83	c cleaning 82024 clauses out of 164272 with flag 54579490/3476000
574.03/573.35	c cleaning 82972 clauses out of 166249 with flag 55950943/3560001
587.70/587.01	c cleaning 83998 clauses out of 168277 with flag 57318501/3645001
601.46/600.70	c cleaning 84993 clauses out of 170278 with flag 58690831/3731000
616.22/615.24	c cleaning 86020 clauses out of 172287 with flag 60179498/3818002
630.10/629.20	c cleaning 87036 clauses out of 174267 with flag 61561197/3906002
644.09/643.15	c cleaning 87991 clauses out of 176230 with flag 62989074/3995001
658.77/657.92	c cleaning 88988 clauses out of 178240 with flag 64474089/4085002
673.54/672.60	c cleaning 89960 clauses out of 180250 with flag 65955349/4176000
688.38/687.67	c cleaning 91017 clauses out of 182291 with flag 67461876/4268001
703.25/702.44	c cleaning 92000 clauses out of 184273 with flag 68944769/4361000
718.32/717.65	c cleaning 92990 clauses out of 186273 with flag 70482158/4455000
733.58/732.81	c cleaning 93980 clauses out of 188285 with flag 71998144/4550002
749.35/748.72	c cleaning 95010 clauses out of 190303 with flag 73618587/4646000
765.56/764.87	c cleaning 95999 clauses out of 192293 with flag 75256921/4743000
781.71/781.16	c cleaning 96989 clauses out of 194294 with flag 76901572/4841000
797.78/797.15	c cleaning 98040 clauses out of 196305 with flag 78497561/4940000
814.03/813.50	c cleaning 99013 clauses out of 198265 with flag 80132274/5040000
830.93/830.20	c cleaning 100006 clauses out of 200252 with flag 81796806/5141000
847.76/847.29	c cleaning 100951 clauses out of 202246 with flag 83525332/5243000
864.82/864.42	c cleaning 102038 clauses out of 204295 with flag 85249511/5346000
882.07/881.61	c cleaning 103031 clauses out of 206257 with flag 86990098/5450000
899.37/899.02	c cleaning 103981 clauses out of 208226 with flag 88720364/5555000
916.33/915.94	c cleaning 104979 clauses out of 210245 with flag 90410574/5661000
933.86/933.50	c cleaning 105999 clauses out of 212267 with flag 92154477/5768001
951.59/951.29	c cleaning 107021 clauses out of 214267 with flag 93952116/5876000
969.38/969.14	c cleaning 107962 clauses out of 216246 with flag 95730382/5985000
987.70/987.50	c cleaning 109027 clauses out of 218284 with flag 97559125/6095000
1005.63/1005.37	c cleaning 110006 clauses out of 220258 with flag 99314100/6206001
1024.46/1024.27	c cleaning 111008 clauses out of 222251 with flag 101187668/6318000
1043.17/1042.82	c cleaning 111994 clauses out of 224244 with flag 103042812/6431001
1062.38/1062.01	c cleaning 112988 clauses out of 226249 with flag 104941296/6545000
1081.65/1081.31	c cleaning 114001 clauses out of 228261 with flag 106867953/6660000
1100.90/1100.52	c cleaning 114994 clauses out of 230260 with flag 108805987/6776000
1120.37/1120.90	c cleaning 116014 clauses out of 232266 with flag 110750907/6893000
1140.08/1140.41	c cleaning 116979 clauses out of 234252 with flag 112703305/7011000
1160.08/1160.67	c cleaning 118000 clauses out of 236274 with flag 114728751/7130001
1180.53/1181.18	c cleaning 118995 clauses out of 238273 with flag 116782972/7250000
1201.15/1201.65	c cleaning 120009 clauses out of 240279 with flag 118815818/7371001
1222.14/1222.71	c cleaning 120998 clauses out of 242272 with flag 120920564/7493003
1242.73/1243.42	c cleaning 122032 clauses out of 244272 with flag 122993610/7616001
1263.84/1264.43	c cleaning 123009 clauses out of 246239 with flag 125107163/7740000
1284.47/1285.12	c cleaning 124004 clauses out of 248230 with flag 127129100/7865000
1305.70/1306.41	c cleaning 125000 clauses out of 250227 with flag 129199658/7991001
1327.04/1327.81	c cleaning 125994 clauses out of 252226 with flag 131306522/8118000
1349.16/1349.83	c cleaning 126973 clauses out of 254234 with flag 133501517/8246002
1370.81/1371.59	c cleaning 127967 clauses out of 256260 with flag 135659416/8375001
1393.20/1393.99	c cleaning 129018 clauses out of 258292 with flag 137875284/8505000
1415.29/1415.92	c cleaning 129990 clauses out of 260274 with flag 140047040/8636000
1437.54/1438.14	c cleaning 131030 clauses out of 262284 with flag 142228582/8768000
1460.38/1460.98	c cleaning 132012 clauses out of 264256 with flag 144480084/8901002
1483.84/1484.22	c cleaning 132955 clauses out of 266243 with flag 146764174/9035001
1506.77/1507.03	c cleaning 134004 clauses out of 268288 with flag 149007089/9170001
1530.36/1531.41	c cleaning 135023 clauses out of 270285 with flag 151338510/9306002
1554.04/1555.29	c cleaning 136007 clauses out of 272260 with flag 153719793/9443000
1577.29/1578.52	c cleaning 137016 clauses out of 274253 with flag 156007374/9581000
1600.99/1602.12	c cleaning 138010 clauses out of 276237 with flag 158342133/9720000
1624.77/1625.90	c cleaning 138954 clauses out of 278227 with flag 160686646/9860000
1648.80/1649.91	c cleaning 140024 clauses out of 280273 with flag 163034706/10001000
1673.71/1674.87	c cleaning 141013 clauses out of 282249 with flag 165516439/10143000
1698.92/1699.89	c cleaning 141992 clauses out of 284237 with flag 167972016/10286001
1723.76/1724.60	c cleaning 142970 clauses out of 286246 with flag 170421418/10430002
1748.94/1749.72	c cleaning 144137 clauses out of 288274 with flag 172891933/10575000
1774.50/1775.26	c cleaning 144924 clauses out of 290138 with flag 175361953/10721001
1800.40/1801.13	c cleaning 145985 clauses out of 292213 with flag 177912725/10868000
1826.16/1826.93	c cleaning 146982 clauses out of 294230 with flag 180458600/11016002
1852.41/1853.15	c cleaning 147996 clauses out of 296246 with flag 183039600/11165000
1878.92/1879.31	c cleaning 149005 clauses out of 298252 with flag 185628065/11315002
1905.10/1905.59	c cleaning 149975 clauses out of 300245 with flag 188207632/11466000
1931.79/1932.21	c cleaning 151051 clauses out of 302270 with flag 190801873/11618000
1958.83/1959.22	c cleaning 151980 clauses out of 304219 with flag 193452803/11771000
1986.07/1986.43	c cleaning 152978 clauses out of 306239 with flag 196129485/11925000
2013.47/2013.89	c cleaning 154021 clauses out of 308262 with flag 198815851/12080001
2041.10/2041.43	c cleaning 155004 clauses out of 310241 with flag 201514835/12236001
2068.84/2068.96	c cleaning 155998 clauses out of 312236 with flag 204192273/12393000
2097.06/2097.14	c cleaning 157010 clauses out of 314238 with flag 206943162/12551000
2125.66/2125.54	c cleaning 157963 clauses out of 316228 with flag 209710563/12710000
2153.92/2153.72	c cleaning 159002 clauses out of 318267 with flag 212474812/12870002
2182.02/2181.85	c cleaning 160015 clauses out of 320263 with flag 215182057/13031000
2210.88/2210.69	c cleaning 161015 clauses out of 322248 with flag 217964677/13193000
2240.15/2239.77	c cleaning 161992 clauses out of 324236 with flag 220798981/13356003
2269.19/2268.72	c cleaning 163071 clauses out of 326241 with flag 223600736/13520000
2298.36/2298.17	c cleaning 163958 clauses out of 328171 with flag 226412003/13685001
2327.95/2327.69	c cleaning 164998 clauses out of 330213 with flag 229307739/13851001
2358.07/2357.65	c cleaning 165960 clauses out of 332214 with flag 232238603/14018000
2388.30/2387.63	c cleaning 167013 clauses out of 334254 with flag 235165822/14186000
2418.64/2417.99	c cleaning 168006 clauses out of 336241 with flag 238097792/14355000
2449.23/2448.43	c cleaning 168969 clauses out of 338236 with flag 241050863/14525001
2479.92/2479.00	c cleaning 169978 clauses out of 340266 with flag 244016938/14696000
2511.50/2510.13	c cleaning 171008 clauses out of 342289 with flag 247068004/14868001
2542.73/2541.33	c cleaning 171989 clauses out of 344281 with flag 250133340/15041001
2573.67/2572.24	c cleaning 172999 clauses out of 346291 with flag 253146829/15215000
2605.51/2604.10	c cleaning 174039 clauses out of 348294 with flag 256278183/15390002
2636.96/2635.42	c cleaning 175073 clauses out of 350254 with flag 259329421/15566001
2669.07/2667.05	c cleaning 175961 clauses out of 352180 with flag 262397444/15743000
2701.41/2699.33	c cleaning 176981 clauses out of 354219 with flag 265562918/15921000
2733.19/2731.10	c cleaning 177989 clauses out of 356238 with flag 268636989/16100000
2766.25/2763.90	c cleaning 178997 clauses out of 358249 with flag 271823768/16280000
2799.53/2796.70	c cleaning 179973 clauses out of 360254 with flag 274996905/16461002
2832.95/2830.16	c cleaning 181005 clauses out of 362279 with flag 278252234/16643000
2866.14/2863.34	c cleaning 182019 clauses out of 364274 with flag 281453700/16826000
2899.57/2896.76	c cleaning 183020 clauses out of 366256 with flag 284693387/17010001
2933.53/2930.45	c cleaning 184022 clauses out of 368235 with flag 287950737/17195000
2968.36/2965.10	c cleaning 184995 clauses out of 370213 with flag 291348110/17381000
3002.55/2999.25	c cleaning 185975 clauses out of 372218 with flag 294694987/17568000
3036.91/3033.44	c cleaning 186990 clauses out of 374244 with flag 297975891/17756001
3071.68/3067.93	c cleaning 187955 clauses out of 376253 with flag 301322578/17945000
3106.30/3102.53	c cleaning 189024 clauses out of 378298 with flag 304694340/18135000
3141.73/3137.89	c cleaning 190103 clauses out of 380274 with flag 308146926/18326000
3177.11/3173.27	c cleaning 190957 clauses out of 382171 with flag 311524066/18518000
3213.07/3208.94	c cleaning 192108 clauses out of 384215 with flag 314991815/18711001
3248.34/3244.09	c cleaning 192905 clauses out of 386106 with flag 318416144/18905000
3283.43/3279.20	c cleaning 193980 clauses out of 388201 with flag 321833198/19100000
3319.37/3315.00	c cleaning 194995 clauses out of 390223 with flag 325282879/19296002
3356.12/3351.59	c cleaning 195994 clauses out of 392227 with flag 328814458/19493001
3391.97/3388.22	c cleaning 197116 clauses out of 394232 with flag 332252127/19691000
3429.22/3424.80	c cleaning 197895 clauses out of 396116 with flag 335762114/19890000
3466.41/3461.97	c cleaning 198947 clauses out of 398221 with flag 339367549/20090000
3503.72/3499.22	c cleaning 200017 clauses out of 400275 with flag 342962006/20291001
3541.14/3536.16	c cleaning 200986 clauses out of 402257 with flag 346493705/20493000
3579.41/3574.56	c cleaning 202021 clauses out of 404271 with flag 350187412/20696000
3600.03/3595.01	c starts		: 165897
3600.03/3595.02	c timeout
3600.03/3595.03	c conflicts		: 20811484
3600.03/3595.03	c decisions		: 891244186
3600.03/3595.03	c propagations		: 6542739072
3600.03/3595.03	c inspects		: 18307314128
3600.03/3595.03	c shortcuts		: 0
3600.03/3595.03	c learnt literals	: 0
3600.03/3595.03	c learnt binary clauses	: 0
3600.03/3595.03	c learnt ternary clauses	: 0
3600.03/3595.03	c learnt constraints	: 20811484
3600.03/3595.03	c ignored constraints	: 0
3600.03/3595.03	c root simplifications	: 0
3600.03/3595.03	c removed literals (reason simplification)	: 19222819
3600.03/3595.03	c reason swapping (by a shorter reason)	: 0
3600.03/3595.03	c Calls to reduceDB	: 199
3600.03/3595.03	c Number of update (reduction) of LBD	: 7349699
3600.03/3595.03	c Imported unit clauses	: 0
3600.03/3595.03	c No decision after first conflict	: false
3600.03/3595.04	c number of reductions to clauses (during analyze)	: 0
3600.03/3595.04	c number of learned constraints concerned by reduction	: 0
3600.03/3595.04	c number of learning phase by resolution	: 0
3600.03/3595.04	c number of learning phase by cutting planes	: 0
3600.03/3595.04	c number of rounding to 1 operations	: 0
3600.03/3595.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3595.04	c number of reductions of the coefficients by power 2 	: 0
3600.03/3595.04	c number of right shift for reduction by power 2 	: 0
3600.03/3595.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3595.04	c number of ending skipping 	: 0
3600.03/3595.04	c number of internal skipping 	: 0
3600.03/3595.04	c number of derivation steps 	: 0
3600.03/3595.04	c number of skipped derivation steps 	: 0
3600.03/3595.04	c number of remaining unassigned 	: 0
3600.03/3595.04	c number of remaining assigned 	: 0
3600.03/3595.04	c number of falsified literals weakened from reason	: 0
3600.03/3595.04	c number of falsified literals weakened from conflict	: 0
3600.03/3595.04	c time for arithmetic operations	: 0
3600.03/3595.04	c minimum degree of deleted constraints	: null
3600.03/3595.04	c maximum degree of deleted constraints	: null
3600.03/3595.04	c number of deleted constraints	: 0
3600.03/3595.04	c speed (assignments/second)	: 1820148.642220119
3600.03/3595.04	c non guided choices	: 20235760
3600.19/3595.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 317734
3600.19/3595.11	s UNKNOWN
3600.19/3595.11	c Total wall clock time (in seconds): 3594.971

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=32447, runsolver pid=32444
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.29 4.27 4.22 5/344 32465
/proc/meminfo: memFree=63223100/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=18930384 memory=55616 CPUtime=0.11 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 6536 0 0 0 10 1 0 0 20 0 18 0 39775763 19384713216 13904 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4732596 13904 5353 1 0 547587 0
[pid=32447/tid=32449] ppid=32444 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 5044 0 0 0 6 1 0 0 20 0 18 0 39775764 19384713216 13904 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39775766 19384713216 13904 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=18930384 memory=56286469452864 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39775767 19384713216 13904 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55616 KiB

[startup+0.205887 s]*
/proc/loadavg: 4.29 4.27 4.22 7/345 32466
/proc/meminfo: memFree=63120908/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=18996948 memory=150324 CPUtime=0.31 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 7145 0 0 0 27 4 0 0 20 0 19 0 39775763 19452874752 37581 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4749237 37581 5449 1 0 548186 0
[pid=32447/tid=32449] ppid=32444 vsize=18996948 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 5312 0 0 0 13 3 0 0 20 0 19 0 39775764 19452874752 37581 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=18996948 memory=2621 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39775766 19452874752 37581 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=18996948 memory=55186957796323 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39775767 19452874752 37581 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 150324 KiB

[startup+0.305909 s]*
/proc/loadavg: 4.29 4.27 4.22 6/345 32466
/proc/meminfo: memFree=63042328/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=18996948 memory=230892 CPUtime=0.5 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 8792 0 0 0 43 7 0 0 20 0 19 0 39775763 19452874752 57723 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4749237 57723 5449 1 0 549321 0
[pid=32447/tid=32449] ppid=32444 vsize=18996948 memory=-6000919489903225452 CPUtime=0.24 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 5347 0 0 0 20 4 0 0 20 0 19 0 39775764 19452874752 57723 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39775766 19452874752 57723 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 39775767 19452874752 57723 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 230892 KiB

[startup+0.700237 s]
/proc/loadavg: 4.29 4.27 4.22 7/346 32467
/proc/meminfo: memFree=62708788/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=19063512 memory=574024 CPUtime=1.26 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 11690 0 0 0 111 15 0 0 20 0 20 0 39775763 19521036288 143506 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4765878 143506 5481 1 0 551655 0
[pid=32447/tid=32449] ppid=32444 vsize=19063512 memory=17408 CPUtime=0.58 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 5582 0 0 0 47 11 0 0 20 0 20 0 39775764 19521036288 143506 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39775766 19521036288 143506 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39775767 19521036288 143506 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32467] ppid=32444 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/32447/task/32467/stat : 32467 (Timer-0) S 32444 32447 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39775806 19521036288 143506 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 574024 KiB

[startup+1.50025 s]
/proc/loadavg: 4.29 4.27 4.22 6/346 32467
/proc/meminfo: memFree=62713444/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=19063512 memory=579444 CPUtime=2.81 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 12269 0 0 0 265 16 0 0 20 0 20 0 39775763 19521036288 144861 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4765878 144861 5481 1 0 551851 0
[pid=32447/tid=32449] ppid=32444 vsize=19063512 memory=0 CPUtime=1.35 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 5588 0 0 0 123 12 0 0 20 0 20 0 39775764 19521036288 144861 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39775766 19521036288 144861 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39775767 19521036288 144861 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32467] ppid=32444 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/32447/task/32467/stat : 32467 (Timer-0) S 32444 32447 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39775806 19521036288 144861 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 579444 KiB

[startup+3.10578 s]
/proc/loadavg: 4.43 4.30 4.23 5/346 32467
/proc/meminfo: memFree=62658184/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=19063512 memory=583872 CPUtime=5.58 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 14036 0 0 0 540 18 0 0 20 0 20 0 39775763 19521036288 145968 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4765878 145968 5481 1 0 552746 0
[pid=32447/tid=32449] ppid=32444 vsize=19063512 memory=10752 CPUtime=2.93 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 5776 0 0 0 279 14 0 0 20 0 20 0 39775764 19521036288 145968 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=19063512 memory=-6000919489903225452 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39775766 19521036288 145968 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39775767 19521036288 145968 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32467] ppid=32444 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/32447/task/32467/stat : 32467 (Timer-0) S 32444 32447 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39775806 19521036288 145968 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 5.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 583872 KiB

[startup+6.30022 s]
/proc/loadavg: 4.43 4.30 4.23 4/346 32467
/proc/meminfo: memFree=62144780/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=19063512 memory=1107772 CPUtime=8.92 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 19494 0 0 0 862 30 0 0 20 0 20 0 39775763 19521036288 276943 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4765878 276943 5513 1 0 552747 0
[pid=32447/tid=32449] ppid=32444 vsize=19063512 memory=0 CPUtime=6.1 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 7185 0 0 0 585 25 0 0 20 0 20 0 39775764 19521036288 276943 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39775766 19521036288 276943 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 39775767 19521036288 276943 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32467] ppid=32444 vsize=19063512 memory=579956 CPUtime=0 cores=4,6
/proc/32447/task/32467/stat : 32467 (Timer-0) S 32444 32447 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39775806 19521036288 276943 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 8.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1107772 KiB

[startup+12.7002 s]
/proc/loadavg: 4.36 4.29 4.23 6/346 32468
/proc/meminfo: memFree=61971388/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=19063512 memory=1109820 CPUtime=15.32 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 20263 0 0 0 1499 33 0 0 20 0 20 0 39775763 19521036288 277455 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4765878 277455 5513 1 0 552747 0
[pid=32447/tid=32449] ppid=32444 vsize=19063512 memory=579956 CPUtime=12.48 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 7615 0 0 0 1220 28 0 0 20 0 20 0 39775764 19521036288 277455 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39775766 19521036288 277455 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=19063512 memory=1109820 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 39775767 19521036288 277455 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32467] ppid=32444 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32447/task/32467/stat : 32467 (Timer-0) S 32444 32447 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39775806 19521036288 277455 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 15.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1109820 KiB

[startup+25.5002 s]
/proc/loadavg: 4.31 4.28 4.23 6/347 32538
/proc/meminfo: memFree=79951040/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=19063512 memory=1322948 CPUtime=28.22 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 29133 0 0 0 2778 44 0 0 20 0 20 0 39775763 19521036288 330737 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4765878 330737 5513 1 0 552747 0
[pid=32447/tid=32449] ppid=32444 vsize=19063512 memory=1312668 CPUtime=25.2 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 9904 0 0 0 2483 37 0 0 20 0 20 0 39775764 19521036288 330737 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39775766 19521036288 330737 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 39775767 19521036288 330737 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32467] ppid=32444 vsize=19063512 memory=579956 CPUtime=0 cores=4,6
/proc/32447/task/32467/stat : 32467 (Timer-0) S 32444 32447 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39775806 19521036288 330737 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 28.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1322948 KiB

[startup+51.1059 s]
/proc/loadavg: 4.35 4.29 4.23 5/347 32538
/proc/meminfo: memFree=79379052/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=19063512 memory=1329120 CPUtime=53.67 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 32017 0 0 0 5312 55 0 0 20 0 20 0 39775763 19521036288 332280 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4765878 332280 5513 1 0 552747 0
[pid=32447/tid=32449] ppid=32444 vsize=19063512 memory=579956 CPUtime=50.57 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 11283 0 0 0 5010 47 0 0 20 0 20 0 39775764 19521036288 332280 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=19063512 memory=1329120 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39775766 19521036288 332280 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0

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

[startup+3282.3 s]
/proc/loadavg: 4.33 4.23 4.19 5/345 32857
/proc/meminfo: memFree=57612532/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=19063512 memory=2167744 CPUtime=3286.63 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 122499 0 0 0 327030 1633 0 0 20 0 20 0 39775763 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4765878 541936 5545 1 0 555149 0
[pid=32447/tid=32449] ppid=32444 vsize=19063512 memory=2167744 CPUtime=3222.88 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 53009 0 0 0 320762 1526 0 0 20 0 20 0 39775764 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=19063512 memory=2167744 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39775766 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=19063512 memory=-6000919489903225452 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 1872 0 0 0 0 0 0 0 20 0 20 0 39775767 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32467] ppid=32444 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/32447/task/32467/stat : 32467 (Timer-0) S 32444 32447 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39775806 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 3286.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167744 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.20 4.18 5/345 32859
/proc/meminfo: memFree=56530684/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=19063512 memory=2167744 CPUtime=3346.85 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 124304 0 0 0 333021 1664 0 0 20 0 20 0 39775763 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4765878 541936 5545 1 0 555149 0
[pid=32447/tid=32449] ppid=32444 vsize=19063512 memory=17408 CPUtime=3281.69 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 53467 0 0 0 326613 1556 0 0 20 0 20 0 39775764 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=19063512 memory=2167744 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39775766 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=19063512 memory=2167744 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 1872 0 0 0 0 0 0 0 20 0 20 0 39775767 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32467] ppid=32444 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/32447/task/32467/stat : 32467 (Timer-0) S 32444 32447 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39775806 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 3346.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167744 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.21 4.18 5/346 32864
/proc/meminfo: memFree=55463896/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=19063512 memory=2167744 CPUtime=3406.23 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 125620 0 0 0 338931 1692 0 0 20 0 20 0 39775763 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4765878 541936 5545 1 0 555149 0
[pid=32447/tid=32449] ppid=32444 vsize=19063512 memory=2167744 CPUtime=3339.64 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 54537 0 0 0 332381 1583 0 0 20 0 20 0 39775764 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39775766 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=19063512 memory=2167744 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 1873 0 0 0 0 0 0 0 20 0 20 0 39775767 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32467] ppid=32444 vsize=19063512 memory=2167744 CPUtime=0 cores=4,6
/proc/32447/task/32467/stat : 32467 (Timer-0) S 32444 32447 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39775806 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 3406.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167744 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.18 4.18 5/347 32867
/proc/meminfo: memFree=54392928/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=19063512 memory=2167744 CPUtime=3466.83 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 129588 0 0 0 344961 1722 0 0 20 0 20 0 39775763 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4765878 541936 5545 1 0 555149 0
[pid=32447/tid=32449] ppid=32444 vsize=19063512 memory=2167744 CPUtime=3398.46 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 56869 0 0 0 338235 1611 0 0 20 0 20 0 39775764 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=19063512 memory=2167744 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39775766 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 1901 0 0 0 0 0 0 0 20 0 20 0 39775767 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32467] ppid=32444 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/32447/task/32467/stat : 32467 (Timer-0) S 32444 32447 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39775806 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 3466.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167744 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.18 4.18 5/348 32871
/proc/meminfo: memFree=53319196/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=19063512 memory=2167744 CPUtime=3526.72 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 129668 0 0 0 350920 1752 0 0 20 0 20 0 39775763 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4765878 541936 5545 1 0 555149 0
[pid=32447/tid=32449] ppid=32444 vsize=19063512 memory=2167744 CPUtime=3457.31 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 56873 0 0 0 344092 1639 0 0 20 0 20 0 39775764 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=19063512 memory=2167744 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39775766 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=19063512 memory=-6000919489903225452 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 1956 0 0 0 0 0 0 0 20 0 20 0 39775767 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32467] ppid=32444 vsize=19063512 memory=2167744 CPUtime=0 cores=4,6
/proc/32447/task/32467/stat : 32467 (Timer-0) S 32444 32447 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39775806 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 3526.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167744 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.17 4.18 5/348 32873
/proc/meminfo: memFree=52260616/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=19063512 memory=2167744 CPUtime=3587.22 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 132387 0 0 0 356939 1783 0 0 20 0 20 0 39775763 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4765878 541936 5545 1 0 555149 0
[pid=32447/tid=32449] ppid=32444 vsize=19063512 memory=10752 CPUtime=3516.07 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 58331 0 0 0 349939 1668 0 0 20 0 20 0 39775764 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39775766 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=19063512 memory=2167744 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 1956 0 0 0 0 0 0 0 20 0 20 0 39775767 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32467] ppid=32444 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32447/task/32467/stat : 32467 (Timer-0) S 32444 32447 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39775806 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 3587.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595 s]*
/proc/loadavg: 4.12 4.16 4.17 5/348 32876
/proc/meminfo: memFree=52032932/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=19063512 memory=2167744 CPUtime=3600.03 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 132603 0 0 0 358216 1787 0 0 20 0 20 0 39775763 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4765878 541936 5545 1 0 555149 0
[pid=32447/tid=32449] ppid=32444 vsize=19063512 memory=7686721470247706567 CPUtime=3528.57 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) R 32444 32447 31982 0 -1 4194368 58530 0 0 0 351185 1672 0 0 20 0 20 0 39775764 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=19063512 memory=-6623560023503627175 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39775766 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=19063512 memory=5212 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 1956 0 0 0 0 0 0 0 20 0 20 0 39775767 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32467] ppid=32444 vsize=19063512 memory=5172 CPUtime=0 cores=4,6
/proc/32447/task/32467/stat : 32467 (Timer-0) S 32444 32447 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39775806 19521036288 541936 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167744 KiB

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

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

# cumulated CPU time of all completed processes:  user=3582.3 s, system=17.9067 s

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

[startup+3595.21 s]
/proc/loadavg: 4.12 4.16 4.17 5/348 32876
/proc/meminfo: memFree=52032932/131249996 swapFree=33010684/33010684
[pid=32447] ppid=32444 vsize=19263204 memory=2168640 CPUtime=3600.19 cores=4,6
/proc/32447/stat : 32447 (java) S 32444 32447 31982 0 -1 4194304 134141 0 0 0 358230 1789 0 0 20 0 15 0 39775763 19725520896 542160 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
/proc/32447/statm: 4815801 542160 5545 1 0 556103 0
[pid=32447/tid=32449] ppid=32444 vsize=19263204 memory=2167744 CPUtime=3528.6 cores=4,6
/proc/32447/task/32449/stat : 32449 (java) S 32444 32447 31982 0 -1 4194368 58715 0 0 0 351186 1674 0 0 20 0 15 0 39775764 19725520896 542160 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32458] ppid=32444 vsize=19263204 memory=17408 CPUtime=0 cores=4,6
/proc/32447/task/32458/stat : 32458 (Finalizer) S 32444 32447 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 39775766 19725520896 542160 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
[pid=32447/tid=32465] ppid=32444 vsize=19263204 memory=17408 CPUtime=0 cores=4,6
/proc/32447/task/32465/stat : 32465 (Common-Cleaner) S 32444 32447 31982 0 -1 4194368 1956 0 0 0 0 0 0 0 20 0 15 0 39775767 19725520896 542160 18446744073709551615 94263951101952 94263951105648 140732552363744 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94263951113464 94263951114256 94263952183296 140732552370480 140732552370662 140732552370662 140732552376264 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2168640 KiB

Child status: 143

Real time (s): 3595.22
CPU time (s): 3600.21
CPU user time (s): 3582.3
CPU system time (s): 17.9067
CPU usage (%): 100.139
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2168640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.3
system time used= 17.9067
maximum resident set size= 2168768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134167
page faults= 0
swaps= 0
block input operations= 0
block output operations= 35560176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134056
involuntary context switches= 15227


# summary of solver processes directly reported to runsolver:
#   pid: 32447
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3582.3
#   total CPU system time (s): 17.9067

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.31121 second user time and 16.8493 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-30 01:49:43
IDJOB=4516615
IDBENCH=175704
IDSOLVER=3364
FILE ID=nodeC015/4516615-1751240983
RUNJOBID= nodeC015-1751237512-31993
SLURM_JOB_ID= 9587718
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/larger/random4reg_opb/normalized-subsetcard-eq-random4reg-2500.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516615-1751240983/watcher-4516615-1751240983 -o /tmp/evaluation-result-4516615-1751240983/solver-4516615-1751240983 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751237512-31993 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4516615-1751240983 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4516615-1751240983.opb

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

MD5SUM BENCH= 138bc3205b5997c85a47b0b24df7783d
RANDOM SEED=149524638

nodeC015 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	: 0xb00002a
cpu MHz		: 3600.067
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3600.185
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3601.790
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3601.268
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3600.073
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3600.069
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3599.478
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3617.168
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        63257488 kB
MemAvailable:   113607236 kB
Buffers:            3280 kB
Cached:         51102344 kB
SwapCached:            0 kB
Active:         16427844 kB
Inactive:       50845520 kB
Active(anon):   16186228 kB
Inactive(anon):        0 kB
Active(file):     241616 kB
Inactive(file): 50845520 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            209152 kB
Writeback:             0 kB
AnonPages:      16163008 kB
Mapped:           122804 kB
Shmem:             18076 kB
KReclaimable:     203700 kB
Slab:             299032 kB
SReclaimable:     203700 kB
SUnreclaim:        95332 kB
KernelStack:        5264 kB
PageTables:        35356 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   16706424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151608 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15728640 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC015 at 2025-06-30 02:49:38