Trace number 4509111

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06SAT (TO)-48 3600.25 3524.98

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_2pm-0088-0888.lin.opb
MD5SUM6237d0bdc810edc13b25bb83c842e0a8
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-55
Best CPU time to get the best result obtained on this benchmark0.023558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables576
Total number of constraints832
Number of constraints which are clauses384
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 384
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 384
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 384
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.13	c version PB25.v20250606
0.11/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.15	c java.vm.version	22.0.1+8-16
0.11/0.15	c java.vm.vendor	Oracle Corporation
0.11/0.15	c sun.arch.data.model	64
0.11/0.15	c java.version		22.0.1
0.11/0.15	c os.name		Linux
0.11/0.15	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.15	c os.arch		amd64
0.11/0.15	c Free memory 		2106806208
0.11/0.15	c Max memory 		16282288128
0.11/0.15	c Total memory 		2113929216
0.11/0.16	c Number of processors 	2
0.11/0.22	c Pseudo Boolean Optimization by upper bound
0.11/0.22	c --- Begin Solver configuration ---
0.11/0.22	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.22	c Learn all clauses as in MiniSAT
0.11/0.22	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.22	c Expensive reason simplification
0.11/0.22	c Glucose 2.1 dynamic restart strategy
0.11/0.22	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.22	c timeout=2147483s
0.11/0.22	c DB Simplification allowed=false
0.11/0.22	c Listener: none
0.11/0.22	c --- End Solver configuration ---
0.11/0.22	c solving HOME/instance-4509111-1751518138.opb
0.11/0.22	c reading problem ... 
0.11/0.23	c using VERIPB proof format
0.11/0.23	c  objective function found
0.33/0.32	c ... done. Wall clock time 0.093s.
0.33/0.33	c declared #vars     576
0.33/0.33	c #constraints  896
0.33/0.33	c constraints type 
0.33/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 64
0.33/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 384
0.33/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.33/0.33	c 896 constraints processed.
0.50/0.36	c objective function length is 384 literals
0.50/0.40	c SATISFIABLE
0.50/0.40	c OPTIMIZING...
0.50/0.40	c Got one! Elapsed wall clock time (in seconds):0.179
0.50/0.40	o -43
0.65/0.43	c Got one! Elapsed wall clock time (in seconds):0.21
0.65/0.43	o -44
0.95/0.69	c Got one! Elapsed wall clock time (in seconds):0.472
0.95/0.69	o -45
1.54/1.10	c Got one! Elapsed wall clock time (in seconds):0.881
1.54/1.10	o -46
2.72/1.61	c Got one! Elapsed wall clock time (in seconds):1.391
2.72/1.61	o -47
2.91/1.79	c cleaning 3346 clauses out of 6691 with flag 2089/6691
3.11/1.88	c Got one! Elapsed wall clock time (in seconds):1.661
3.11/1.88	o -48
4.69/2.64	c cleaning 4550 clauses out of 9102 with flag 10313/12448
6.08/3.32	c cleaning 5276 clauses out of 10552 with flag 22988/18448
7.13/3.90	c cleaning 6130 clauses out of 12275 with flag 38771/25447
7.93/4.53	c cleaning 7072 clauses out of 14146 with flag 56673/33448
8.98/5.22	c cleaning 8032 clauses out of 16073 with flag 76750/42447
9.68/5.96	c cleaning 9017 clauses out of 18041 with flag 101102/52447
11.29/7.51	c cleaning 10008 clauses out of 20024 with flag 129099/63447
12.39/8.62	c cleaning 11005 clauses out of 22017 with flag 157654/75448
13.40/9.62	c cleaning 12002 clauses out of 24011 with flag 187943/88447
14.40/10.64	c cleaning 13002 clauses out of 26012 with flag 220382/102450
15.42/11.69	c cleaning 13999 clauses out of 28007 with flag 255571/117447
16.87/13.08	c cleaning 15005 clauses out of 30009 with flag 290427/133448
18.19/14.30	c cleaning 16001 clauses out of 32003 with flag 329200/150447
19.39/15.59	c cleaning 17002 clauses out of 34003 with flag 372018/168448
20.80/16.99	c cleaning 18001 clauses out of 36002 with flag 416914/187449
22.34/18.48	c cleaning 18998 clauses out of 38001 with flag 462866/207449
23.95/20.02	c cleaning 20001 clauses out of 40003 with flag 512026/228449
25.56/21.65	c cleaning 20995 clauses out of 42000 with flag 563753/250447
27.16/23.29	c cleaning 22001 clauses out of 44006 with flag 618353/273448
29.10/25.12	c cleaning 22998 clauses out of 46005 with flag 674308/297448
31.03/27.06	c cleaning 24003 clauses out of 48008 with flag 739335/322449
33.10/29.01	c cleaning 24998 clauses out of 50004 with flag 804502/348448
35.20/31.18	c cleaning 26001 clauses out of 52006 with flag 872698/375448
38.79/34.71	c cleaning 26999 clauses out of 54005 with flag 945986/403448
41.32/37.24	c cleaning 28000 clauses out of 56005 with flag 1020407/432447
44.07/39.94	c cleaning 29004 clauses out of 58007 with flag 1098430/462449
46.71/42.58	c cleaning 29999 clauses out of 60001 with flag 1180176/493447
49.16/44.94	c cleaning 30997 clauses out of 62004 with flag 1256785/525449
52.21/47.97	c cleaning 32003 clauses out of 64005 with flag 1330688/558447
55.27/50.97	c cleaning 32996 clauses out of 66002 with flag 1406223/592447
58.83/54.40	c cleaning 33999 clauses out of 68006 with flag 1494339/627447
62.69/58.25	c cleaning 35002 clauses out of 70008 with flag 1582952/663448
67.16/62.62	c cleaning 35999 clauses out of 72005 with flag 1674780/700447
71.13/66.52	c cleaning 37005 clauses out of 74009 with flag 1769089/738450
74.47/69.88	c cleaning 37999 clauses out of 76006 with flag 1860577/777452
78.87/74.12	c cleaning 38996 clauses out of 78003 with flag 1959560/817448
83.03/78.28	c cleaning 39997 clauses out of 80006 with flag 2061073/858447
87.55/82.61	c cleaning 40999 clauses out of 82011 with flag 2160323/900449
92.23/87.29	c cleaning 41998 clauses out of 84010 with flag 2264035/943447
96.80/91.76	c cleaning 43006 clauses out of 86012 with flag 2369985/987447
102.09/96.93	c cleaning 44001 clauses out of 88007 with flag 2483522/1032448
107.30/102.07	c cleaning 45000 clauses out of 90007 with flag 2601224/1078449
112.83/107.56	c cleaning 45999 clauses out of 92008 with flag 2719984/1125450
118.06/112.68	c cleaning 46997 clauses out of 94006 with flag 2837700/1173447
124.42/118.94	c cleaning 48003 clauses out of 96011 with flag 2955846/1222449
130.01/124.43	c cleaning 49000 clauses out of 98006 with flag 3081524/1272447
137.56/131.98	c cleaning 50005 clauses out of 100009 with flag 3214960/1323450
143.56/137.86	c cleaning 51002 clauses out of 102003 with flag 3354911/1375449
151.05/145.16	c cleaning 51994 clauses out of 104000 with flag 3491795/1428448
156.94/150.99	c cleaning 52998 clauses out of 106006 with flag 3623329/1482448
164.11/158.02	c cleaning 54001 clauses out of 108007 with flag 3763722/1537447
170.68/164.45	c cleaning 55001 clauses out of 110008 with flag 3914819/1593449
176.85/170.56	c cleaning 55999 clauses out of 112006 with flag 4060951/1650448
184.72/178.29	c cleaning 56998 clauses out of 114006 with flag 4216545/1708447
190.92/184.33	c cleaning 58000 clauses out of 116009 with flag 4367745/1767448
197.58/190.92	c cleaning 59004 clauses out of 118009 with flag 4531045/1827448
203.39/196.66	c cleaning 59999 clauses out of 120004 with flag 4701507/1888447
209.69/202.83	c cleaning 60999 clauses out of 122006 with flag 4872389/1950448
218.06/211.09	c cleaning 61998 clauses out of 124006 with flag 5039538/2013447
225.89/218.71	c cleaning 63004 clauses out of 126008 with flag 5198615/2077447
234.65/227.42	c cleaning 64001 clauses out of 128004 with flag 5357880/2142447
242.66/235.38	c cleaning 64995 clauses out of 130005 with flag 5529732/2208449
250.74/243.37	c cleaning 66001 clauses out of 132008 with flag 5698067/2275447
258.61/251.07	c cleaning 67002 clauses out of 134008 with flag 5869312/2343448
269.01/261.39	c cleaning 68000 clauses out of 136005 with flag 6044242/2412447
276.98/269.19	c cleaning 69003 clauses out of 138006 with flag 6225959/2482448
286.41/278.42	c cleaning 69996 clauses out of 140002 with flag 6422645/2553447
295.43/287.31	c cleaning 71001 clauses out of 142006 with flag 6612011/2625447
303.93/295.71	c cleaning 72000 clauses out of 144006 with flag 6797368/2698448
314.16/305.85	c cleaning 72999 clauses out of 146005 with flag 6968891/2772447
326.20/317.79	c cleaning 74003 clauses out of 148009 with flag 7154178/2847450
337.43/328.06	c cleaning 74999 clauses out of 150004 with flag 7340527/2923448
347.57/338.18	c cleaning 75998 clauses out of 152005 with flag 7532988/3000448
357.52/348.02	c cleaning 77000 clauses out of 154007 with flag 7727442/3078448
366.30/356.73	c cleaning 78001 clauses out of 156006 with flag 7919881/3157447
376.27/366.64	c cleaning 79001 clauses out of 158005 with flag 8114996/3237447
389.93/380.12	c cleaning 79997 clauses out of 160004 with flag 8315699/3318447
401.07/391.16	c cleaning 80999 clauses out of 162008 with flag 8535664/3400448
414.42/404.39	c cleaning 82000 clauses out of 164008 with flag 8746873/3483447
424.88/414.76	c cleaning 83004 clauses out of 166009 with flag 8957598/3567448
438.01/427.70	c cleaning 84000 clauses out of 168004 with flag 9176623/3652447
451.04/440.60	c cleaning 84996 clauses out of 170004 with flag 9398062/3738447
462.23/451.65	c cleaning 86002 clauses out of 172008 with flag 9615033/3825447
475.79/465.07	c cleaning 86996 clauses out of 174006 with flag 9845898/3913447
489.24/478.35	c cleaning 88002 clauses out of 176010 with flag 10077611/4002447
500.89/489.83	c cleaning 89002 clauses out of 178008 with flag 10310296/4092447
515.10/503.99	c cleaning 90001 clauses out of 180006 with flag 10534049/4183447
527.20/516.00	c cleaning 90997 clauses out of 182006 with flag 10777091/4275448
540.96/529.45	c cleaning 92001 clauses out of 184008 with flag 10995081/4368447
552.14/540.50	c cleaning 93000 clauses out of 186007 with flag 11232570/4462447
564.34/552.54	c cleaning 93999 clauses out of 188008 with flag 11464694/4557448
577.40/565.40	c cleaning 95000 clauses out of 190009 with flag 11698969/4653448
592.38/580.24	c cleaning 96001 clauses out of 192008 with flag 11936350/4750447
606.15/593.95	c cleaning 97000 clauses out of 194007 with flag 12171181/4848447
620.26/607.79	c cleaning 98002 clauses out of 196007 with flag 12409570/4947447
634.77/621.28	c cleaning 99003 clauses out of 198005 with flag 12645633/5047447
649.57/635.80	c cleaning 99994 clauses out of 200003 with flag 12890364/5148448
663.16/649.27	c cleaning 100998 clauses out of 202008 with flag 13133698/5250447
680.56/666.51	c cleaning 102003 clauses out of 204010 with flag 13397610/5353447
694.69/680.58	c cleaning 103000 clauses out of 206009 with flag 13672671/5457449
712.07/697.71	c cleaning 104000 clauses out of 208008 with flag 13955573/5562448
725.60/711.11	c cleaning 104999 clauses out of 210007 with flag 14220394/5668447
741.70/727.06	c cleaning 105999 clauses out of 212008 with flag 14499247/5775447
756.06/741.18	c cleaning 107000 clauses out of 214009 with flag 14779234/5883447
770.76/755.75	c cleaning 107995 clauses out of 216010 with flag 15072093/5992448
785.90/770.71	c cleaning 109004 clauses out of 218015 with flag 15379386/6102448
800.01/784.64	c cleaning 110000 clauses out of 220011 with flag 15683303/6213448
814.73/799.25	c cleaning 111004 clauses out of 222014 with flag 15979620/6325451
835.09/819.43	c cleaning 112000 clauses out of 224007 with flag 16293960/6438448
852.64/836.62	c cleaning 113002 clauses out of 226006 with flag 16604396/6552447
864.06/847.95	c cleaning 113997 clauses out of 228004 with flag 16888241/6667447
882.84/865.98	c cleaning 114995 clauses out of 230007 with flag 17183850/6783447
898.67/881.56	c cleaning 116000 clauses out of 232012 with flag 17491375/6900447
915.71/898.42	c cleaning 117001 clauses out of 234013 with flag 17782116/7018448
930.60/913.03	c cleaning 118003 clauses out of 236012 with flag 18098476/7137448
948.69/931.04	c cleaning 118999 clauses out of 238009 with flag 18403187/7257448
967.82/950.07	c cleaning 119999 clauses out of 240009 with flag 18720500/7378447
988.85/971.19	c cleaning 121001 clauses out of 242011 with flag 19048116/7500448
1007.14/989.37	c cleaning 122002 clauses out of 244009 with flag 19366087/7623447
1027.14/1013.21	c cleaning 123002 clauses out of 246009 with flag 19691838/7747449
1046.93/1032.21	c cleaning 124002 clauses out of 248006 with flag 20010766/7872448
1066.21/1051.20	c cleaning 124998 clauses out of 250005 with flag 20336679/7998449
1085.52/1069.81	c cleaning 125998 clauses out of 252005 with flag 20667153/8125447
1107.83/1091.47	c cleaning 127000 clauses out of 254008 with flag 21005800/8253448
1126.11/1108.02	c cleaning 127998 clauses out of 256009 with flag 21336730/8382449
1151.02/1131.34	c cleaning 129005 clauses out of 258012 with flag 21710909/8512450
1174.97/1156.49	c cleaning 129997 clauses out of 260004 with flag 22081650/8643447
1202.00/1182.11	c cleaning 130998 clauses out of 262007 with flag 22448002/8775447
1230.27/1209.65	c cleaning 131997 clauses out of 264009 with flag 22791055/8908447
1256.26/1236.11	c cleaning 133003 clauses out of 266012 with flag 23116938/9042447
1282.86/1260.27	c cleaning 134001 clauses out of 268009 with flag 23445050/9177447
1311.10/1288.24	c cleaning 134997 clauses out of 270008 with flag 23784421/9313447
1339.31/1315.30	c cleaning 136002 clauses out of 272011 with flag 24120508/9450447
1363.30/1337.93	c cleaning 137003 clauses out of 274009 with flag 24464588/9588447
1386.21/1359.76	c cleaning 138001 clauses out of 276006 with flag 24828115/9727447
1410.69/1381.93	c cleaning 139003 clauses out of 278007 with flag 25157972/9867449
1430.45/1400.06	c cleaning 140000 clauses out of 280002 with flag 25482108/10008447
1452.97/1419.59	c cleaning 140995 clauses out of 282002 with flag 25822980/10150447
1475.49/1439.72	c cleaning 141997 clauses out of 284007 with flag 26152887/10293447
1496.71/1459.10	c cleaning 143002 clauses out of 286010 with flag 26494110/10437447
1516.76/1478.05	c cleaning 144001 clauses out of 288008 with flag 26834413/10582447
1537.15/1497.69	c cleaning 145002 clauses out of 290008 with flag 27208488/10728448
1560.54/1520.46	c cleaning 146001 clauses out of 292005 with flag 27544135/10875447
1582.80/1540.23	c cleaning 146997 clauses out of 294005 with flag 27884808/11023448
1605.85/1563.44	c cleaning 148001 clauses out of 296007 with flag 28207936/11172447
1631.42/1586.64	c cleaning 148999 clauses out of 298008 with flag 28585779/11322449
1657.67/1611.67	c cleaning 150004 clauses out of 300008 with flag 28973796/11473448
1680.24/1633.14	c cleaning 150995 clauses out of 302003 with flag 29333741/11625447
1705.90/1656.43	c cleaning 152001 clauses out of 304009 with flag 29688487/11778448
1725.33/1673.28	c cleaning 153003 clauses out of 306007 with flag 30048249/11932447
1752.61/1698.25	c cleaning 153998 clauses out of 308004 with flag 30396932/12087447
1776.57/1721.11	c cleaning 154998 clauses out of 310007 with flag 30781802/12243448
1798.31/1742.65	c cleaning 155999 clauses out of 312008 with flag 31152533/12400447
1820.03/1764.13	c cleaning 156998 clauses out of 314009 with flag 31527502/12558447
1845.17/1789.10	c cleaning 157999 clauses out of 316012 with flag 31899206/12717448
1867.99/1811.10	c cleaning 159004 clauses out of 318014 with flag 32288799/12877449
1888.25/1830.97	c cleaning 160005 clauses out of 320009 with flag 32675794/13038448
1908.99/1854.42	c cleaning 161001 clauses out of 322004 with flag 33056419/13200448
1933.56/1878.96	c cleaning 161998 clauses out of 324003 with flag 33464657/13363448
1954.88/1900.06	c cleaning 162995 clauses out of 326004 with flag 33867548/13527447
1977.28/1921.56	c cleaning 164002 clauses out of 328010 with flag 34260137/13692448
2000.45/1944.59	c cleaning 164997 clauses out of 330007 with flag 34657048/13858447
2026.19/1970.17	c cleaning 166001 clauses out of 332010 with flag 35055993/14025447
2051.56/1995.37	c cleaning 167001 clauses out of 334011 with flag 35456268/14193449
2072.12/2015.71	c cleaning 168003 clauses out of 336009 with flag 35848599/14362448
2095.69/2039.06	c cleaning 168997 clauses out of 338005 with flag 36242707/14532447
2130.58/2072.88	c cleaning 170002 clauses out of 340009 with flag 36682065/14703448
2157.35/2099.55	c cleaning 170999 clauses out of 342007 with flag 37092393/14875448
2180.17/2122.11	c cleaning 171997 clauses out of 344007 with flag 37516773/15048447
2214.38/2154.67	c cleaning 172998 clauses out of 346010 with flag 37931344/15222447
2249.75/2189.73	c cleaning 174003 clauses out of 348013 with flag 38381878/15397448
2284.55/2224.20	c cleaning 175000 clauses out of 350010 with flag 38840928/15573448
2319.57/2258.77	c cleaning 176003 clauses out of 352011 with flag 39281276/15750449
2352.33/2291.49	c cleaning 177003 clauses out of 354006 with flag 39734297/15928447
2382.37/2321.38	c cleaning 177998 clauses out of 356003 with flag 40191467/16107447
2414.39/2352.11	c cleaning 178999 clauses out of 358006 with flag 40664199/16287448
2445.99/2383.57	c cleaning 180000 clauses out of 360008 with flag 41153175/16468449
2475.02/2412.42	c cleaning 181002 clauses out of 362006 with flag 41644741/16650447
2510.80/2446.79	c cleaning 181991 clauses out of 364005 with flag 42130916/16833448
2545.33/2479.68	c cleaning 183003 clauses out of 366015 with flag 42604193/17017449
2580.14/2515.85	c cleaning 184001 clauses out of 368012 with flag 43071900/17202449
2607.66/2546.40	c cleaning 185001 clauses out of 370009 with flag 43508438/17388447
2636.08/2573.89	c cleaning 186000 clauses out of 372008 with flag 43934606/17575447
2669.85/2605.96	c cleaning 186998 clauses out of 374008 with flag 44361258/17763447
2701.43/2637.48	c cleaning 188003 clauses out of 376010 with flag 44814693/17952447
2735.62/2673.57	c cleaning 188999 clauses out of 378008 with flag 45266291/18142448
2763.99/2701.62	c cleaning 190004 clauses out of 380010 with flag 45711322/18333449
2795.77/2731.90	c cleaning 190997 clauses out of 382004 with flag 46171771/18525447
2825.29/2761.03	c cleaning 191996 clauses out of 384008 with flag 46611482/18718448
2853.46/2788.86	c cleaning 193001 clauses out of 386012 with flag 47071701/18912448
2880.95/2814.78	c cleaning 194004 clauses out of 388011 with flag 47526077/19107448
2911.94/2845.45	c cleaning 195000 clauses out of 390006 with flag 48003188/19303447
2941.22/2874.35	c cleaning 195998 clauses out of 392006 with flag 48464705/19500447
2971.02/2903.14	c cleaning 197004 clauses out of 394009 with flag 48938381/19698448
3001.31/2933.09	c cleaning 197998 clauses out of 396004 with flag 49383578/19897447
3032.14/2961.88	c cleaning 198999 clauses out of 398007 with flag 49853117/20097448
3061.84/2991.43	c cleaning 200001 clauses out of 400008 with flag 50337324/20298448
3092.05/3020.17	c cleaning 201000 clauses out of 402007 with flag 50809727/20500448
3123.19/3051.06	c cleaning 202002 clauses out of 404006 with flag 51290159/20703447
3154.18/3081.81	c cleaning 202998 clauses out of 406005 with flag 51769047/20907448
3185.23/3112.62	c cleaning 203997 clauses out of 408007 with flag 52258288/21112448
3221.06/3150.09	c cleaning 204999 clauses out of 410010 with flag 52741131/21318448
3255.31/3184.23	c cleaning 206000 clauses out of 412010 with flag 53231682/21525447
3286.10/3214.75	c cleaning 207001 clauses out of 414010 with flag 53738036/21733447
3316.82/3245.26	c cleaning 208003 clauses out of 416011 with flag 54221104/21942449
3347.81/3276.00	c cleaning 209003 clauses out of 418007 with flag 54732938/22152448
3384.74/3311.48	c cleaning 209996 clauses out of 420004 with flag 55235402/22363448
3412.90/3339.33	c cleaning 210997 clauses out of 422009 with flag 55725813/22575449
3450.48/3376.88	c cleaning 212000 clauses out of 424010 with flag 56237900/22788447
3487.89/3414.72	c cleaning 213005 clauses out of 426013 with flag 56760024/23002450
3519.83/3445.02	c cleaning 214002 clauses out of 428008 with flag 57357869/23217450
3557.46/3482.51	c cleaning 214998 clauses out of 430003 with flag 57928485/23433447
3590.94/3515.77	c cleaning 216000 clauses out of 432006 with flag 58445096/23650448
3600.01/3524.82	c starts		: 754
3600.01/3524.83	c conflicts		: 23735045
3600.01/3524.83	c decisions		: 26656061
3600.01/3524.83	c propagations		: 1010004483
3600.01/3524.83	c inspects		: 17906497198
3600.01/3524.83	c shortcuts		: 0
3600.01/3524.83	c learnt literals	: 0
3600.01/3524.83	c learnt binary clauses	: 0
3600.01/3524.83	c learnt ternary clauses	: 0
3600.01/3524.83	c learnt constraints	: 23735045
3600.01/3524.83	c ignored constraints	: 0
3600.01/3524.83	c root simplifications	: 0
3600.01/3524.83	c removed literals (reason simplification)	: 11966216
3600.01/3524.83	c reason swapping (by a shorter reason)	: 0
3600.01/3524.83	c Calls to reduceDB	: 214
3600.01/3524.83	c Number of update (reduction) of LBD	: 1088017
3600.01/3524.83	c Imported unit clauses	: 0
3600.01/3524.83	c No decision after first conflict	: false
3600.01/3524.83	c number of reductions to clauses (during analyze)	: 0
3600.01/3524.83	c number of learned constraints concerned by reduction	: 0
3600.01/3524.83	c number of learning phase by resolution	: 0
3600.01/3524.83	c number of learning phase by cutting planes	: 0
3600.01/3524.83	c number of rounding to 1 operations	: 0
3600.01/3524.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3524.83	c number of reductions of the coefficients by power 2 	: 0
3600.01/3524.83	c number of right shift for reduction by power 2 	: 0
3600.01/3524.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3524.83	c number of ending skipping 	: 0
3600.01/3524.83	c number of internal skipping 	: 0
3600.01/3524.83	c number of derivation steps 	: 0
3600.01/3524.83	c number of skipped derivation steps 	: 0
3600.01/3524.83	c number of remaining unassigned 	: 0
3600.01/3524.83	c number of remaining assigned 	: 0
3600.01/3524.83	c number of falsified literals weakened from reason	: 0
3600.01/3524.83	c number of falsified literals weakened from conflict	: 0
3600.01/3524.84	c time for arithmetic operations	: 0
3600.01/3524.84	c minimum degree of deleted constraints	: null
3600.01/3524.84	c maximum degree of deleted constraints	: null
3600.01/3524.84	c number of deleted constraints	: 0
3600.01/3524.84	c speed (assignments/second)	: 286570.5637158447
3600.01/3524.84	c non guided choices	: 2
3600.20/3524.91	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 300603
3600.20/3524.91	s SATISFIABLE
3600.20/3524.91	c Found 6 solution(s)
3600.20/3524.91	v x1 -x2 -x3 x4 -x5 -x6 x7 -x8 -x9 x10 -x11 -x12 -x13 x14 -x15 -x16 x17 -x18 -x19 -x20 x21 -x22 -x23 x24 x25 -x26 -x27 x28 -x29 -x30 -x31 x32 -x33 x34 -x35 -x36 -x37 x38 -x39 -x40 x41 -x42 x43 -x44 -x45 -x46 -x47 x48 x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 x57 x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 x66 x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 x78 -x79 -x80 x81 -x82 -x83 x84 -x85 x86 -x87 x88 -x89 -x90 x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 x99 x100 -x101 -x102 -x103 x104 -x105 x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 x114 -x115 x116 -x117 -x118 x119 -x120 x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 x129 -x130 -x131 x132 -x133 -x134 x135 -x136 -x137 x138 -x139 -x140 x141 -x142 x143 -x144 -x145 -x146 x147 x148 -x149 -x150 x151 -x152 -x153 x154 -x155 -x156 x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 x165 -x166 x167 -x168 -x169 -x170 x171 x172 -x173 -x174 -x175 x176 -x177 x178 -x179 -x180 -x181 x182 -x183 -x184 x185 -x186 x187 -x188 -x189 -x190 -x191 x192 x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 x206 x207 -x208 -x209 -x210 -x211 -x212 -x213 x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 x236 x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 x245 x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 x264 x265 -x266 x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 -x292 -x293 x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 x326 x327 -x328 -x329 -x330 -x331 -x332 x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 x367 -x368 x369 -x370 -x371 -x372 -x373 x374 -x375 -x376 -x377 -x378 -x379 x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 x440 x441 -x442 -x443 -x444 -x445 -x446 x447 -x448 -x449 x450 -x451 -x452 -x453 -x454 x455 -x456 x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 x476 -x477 -x478 -x479 -x480 -x481 x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 -x497 -x498 -x499 -x500 x501 -x502 x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 x513 x514 x515 -x516 -x517 -x518 -x519 x520 -x521 -x522 -x523 -x524 -x525 x526 x527 -x528 -x529 -x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 
3600.20/3524.92	c objective function=-48
3600.20/3524.92	c Total wall clock time (in seconds): 3524.697

Verifier Data

OK	-48

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: 63794 MiB (29603 MiB free)
  memory of node 1: 64507 MiB (37048 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=74788, runsolver pid=74785

[startup+0.100072 s]*
/proc/loadavg: 6.25 6.36 5.94 7/330 74806
/proc/meminfo: memFree=68234100/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=18930384 memory=51052 CPUtime=0.11 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 5942 0 0 0 8 3 0 0 20 0 18 0 67492661 19384713216 12763 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4732596 12763 5319 1 0 547153 0
[pid=74788/tid=74790] ppid=74785 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) S 74785 74788 73970 0 -1 4194368 4822 0 0 0 5 1 0 0 20 0 18 0 67492663 19384713216 12763 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67492666 19384713216 12763 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=18930384 memory=61792617516369 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67492667 19384713216 12763 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51052 KiB

[startup+0.213765 s]*
/proc/loadavg: 6.25 6.36 5.94 8/330 74806
/proc/meminfo: memFree=68228996/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=18930384 memory=58616 CPUtime=0.33 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 6682 0 0 0 30 3 0 0 20 0 18 0 67492661 19384713216 14654 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4732596 14654 5447 1 0 547794 0
[pid=74788/tid=74790] ppid=74785 vsize=18930384 memory=4026728732 CPUtime=0.19 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 5270 0 0 0 17 2 0 0 20 0 18 0 67492663 19384713216 14654 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=18930384 memory=1593 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67492666 19384713216 14654 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=18930384 memory=60693105869820 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67492667 19384713216 14654 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58616 KiB

[startup+0.333378 s]*
/proc/loadavg: 6.25 6.36 5.94 8/330 74806
/proc/meminfo: memFree=68216836/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=18930384 memory=63088 CPUtime=0.5 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 6792 0 0 0 47 3 0 0 20 0 18 0 67492661 19384713216 15772 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4732596 15772 5447 1 0 547897 0
[pid=74788/tid=74790] ppid=74785 vsize=18930384 memory=-6000919485540952168 CPUtime=0.26 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 5343 0 0 0 24 2 0 0 20 0 18 0 67492663 19384713216 15772 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67492666 19384713216 15772 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67492667 19384713216 15772 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63088 KiB

[startup+0.700447 s]
/proc/loadavg: 6.25 6.36 5.94 7/331 74807
/proc/meminfo: memFree=68206628/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=18996948 memory=88996 CPUtime=1.09 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 8689 0 0 0 103 6 0 0 20 0 19 0 67492661 19452874752 22249 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4749237 22249 5511 1 0 549344 0
[pid=74788/tid=74790] ppid=74785 vsize=18996948 memory=18560 CPUtime=0.51 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 5474 0 0 0 47 4 0 0 20 0 19 0 67492663 19452874752 22249 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67492666 19452874752 22249 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 67492667 19452874752 22249 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74807] ppid=74785 vsize=18996948 memory=4892 CPUtime=0 cores=1,3
/proc/74788/task/74807/stat : 74807 (Timer-0) S 74785 74788 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 67492700 19452874752 22249 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 88996 KiB

[startup+1.50024 s]
/proc/loadavg: 6.25 6.36 5.94 8/331 74807
/proc/meminfo: memFree=68159352/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=19063512 memory=159888 CPUtime=2.52 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 11384 0 0 0 240 12 0 0 20 0 20 0 67492661 19521036288 39972 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4765878 39972 5543 1 0 549799 0
[pid=74788/tid=74790] ppid=74785 vsize=19063512 memory=0 CPUtime=1.19 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 5830 0 0 0 113 6 0 0 20 0 20 0 67492663 19521036288 39972 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67492666 19521036288 39972 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 67492667 19521036288 39972 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74807] ppid=74785 vsize=19063512 memory=4892 CPUtime=0 cores=1,3
/proc/74788/task/74807/stat : 74807 (Timer-0) S 74785 74788 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67492700 19521036288 39972 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 159888 KiB

[startup+3.10611 s]
/proc/loadavg: 6.25 6.36 5.94 7/332 74808
/proc/meminfo: memFree=68000636/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=19063512 memory=256096 CPUtime=5.69 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 20085 0 0 0 552 17 0 0 20 0 20 0 67492661 19521036288 64024 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4765878 64024 5543 1 0 553257 0
[pid=74788/tid=74790] ppid=74785 vsize=19063512 memory=11264 CPUtime=2.74 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 6870 0 0 0 265 9 0 0 20 0 20 0 67492663 19521036288 64024 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=19063512 memory=-6000919485540952168 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67492666 19521036288 64024 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 67492667 19521036288 64024 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74807] ppid=74785 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/74788/task/74807/stat : 74807 (Timer-0) S 74785 74788 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67492700 19521036288 64024 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 256096 KiB

[startup+6.30019 s]
/proc/loadavg: 6.23 6.35 5.94 7/332 74808
/proc/meminfo: memFree=67360068/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=19063512 memory=801684 CPUtime=10.08 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 20965 0 0 0 974 34 0 0 20 0 20 0 67492661 19521036288 200421 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4765878 200421 5543 1 0 553278 0
[pid=74788/tid=74790] ppid=74785 vsize=19063512 memory=0 CPUtime=5.83 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 7430 0 0 0 559 24 0 0 20 0 20 0 67492663 19521036288 200421 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67492666 19521036288 200421 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 67492667 19521036288 200421 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74807] ppid=74785 vsize=19063512 memory=160272 CPUtime=0 cores=1,3
/proc/74788/task/74807/stat : 74807 (Timer-0) S 74785 74788 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67492700 19521036288 200421 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 10.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 801684 KiB

[startup+12.7004 s]
/proc/loadavg: 6.14 6.33 5.93 7/332 74808
/proc/meminfo: memFree=66433712/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=19063512 memory=1746772 CPUtime=16.53 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 24873 0 0 0 1594 59 0 0 20 0 20 0 67492661 19521036288 436693 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4765878 436693 5543 1 0 659803 0
[pid=74788/tid=74790] ppid=74785 vsize=19063512 memory=160272 CPUtime=12.14 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 9044 0 0 0 1167 47 0 0 20 0 20 0 67492663 19521036288 436693 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=19063512 memory=1746772 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67492666 19521036288 436693 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 67492667 19521036288 436693 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74807] ppid=74785 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/74788/task/74807/stat : 74807 (Timer-0) S 74785 74788 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67492700 19521036288 436693 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 16.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1746772 KiB

[startup+25.5004 s]
/proc/loadavg: 6.03 6.30 5.93 8/332 74809
/proc/meminfo: memFree=66109300/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=19063512 memory=1751008 CPUtime=29.48 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 27049 0 0 0 2874 74 0 0 20 0 20 0 67492661 19521036288 437752 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4765878 437752 5543 1 0 659805 0
[pid=74788/tid=74790] ppid=74785 vsize=19063512 memory=-6000919485540952168 CPUtime=24.73 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 9980 0 0 0 2411 62 0 0 20 0 20 0 67492663 19521036288 437752 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=19063512 memory=1751008 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67492666 19521036288 437752 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 67492667 19521036288 437752 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74807] ppid=74785 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/74788/task/74807/stat : 74807 (Timer-0) S 74785 74788 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67492700 19521036288 437752 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 29.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1751008 KiB

[startup+51.1135 s]
/proc/loadavg: 5.82 6.22 5.91 6/332 74809
/proc/meminfo: memFree=64788464/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=19063512 memory=1769684 CPUtime=55.49 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 29738 0 0 0 5446 103 0 0 20 0 20 0 67492661 19521036288 442421 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4765878 442421 5575 1 0 659805 0
[pid=74788/tid=74790] ppid=74785 vsize=19063512 memory=1759392 CPUtime=49.79 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 11112 0 0 0 4891 88 0 0 20 0 20 0 67492663 19521036288 442421 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67492666 19521036288 442421 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0

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

[startup+3222.3 s]
/proc/loadavg: 4.46 4.56 4.52 5/342 75194
/proc/meminfo: memFree=19412564/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=19063512 memory=3782524 CPUtime=3293.74 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 198476 0 0 0 326772 2602 0 0 20 0 20 0 67492661 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4765878 945631 5575 1 0 957521 0
[pid=74788/tid=74790] ppid=74785 vsize=19063512 memory=11264 CPUtime=3107.58 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 96378 0 0 0 308475 2283 0 0 20 0 20 0 67492663 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67492666 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=19063512 memory=3782524 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 1630 0 0 0 0 0 0 0 20 0 20 0 67492667 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74807] ppid=74785 vsize=19063512 memory=3782524 CPUtime=0 cores=1,3
/proc/74788/task/74807/stat : 74807 (Timer-0) S 74785 74788 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67492700 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 3293.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3782524 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.49 4.50 6/337 75199
/proc/meminfo: memFree=18689536/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=19063512 memory=3782524 CPUtime=3355.56 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 201117 0 0 0 332907 2649 0 0 20 0 20 0 67492661 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4765878 945631 5575 1 0 957522 0
[pid=74788/tid=74790] ppid=74785 vsize=19063512 memory=3782524 CPUtime=3166.54 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 97464 0 0 0 314328 2326 0 0 20 0 20 0 67492663 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=19063512 memory=18560 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67492666 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=19063512 memory=3782524 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 1630 0 0 0 0 0 0 0 20 0 20 0 67492667 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74807] ppid=74785 vsize=19063512 memory=17440 CPUtime=0 cores=1,3
/proc/74788/task/74807/stat : 74807 (Timer-0) S 74785 74788 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67492700 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 3355.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3782524 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.44 4.48 6/333 75201
/proc/meminfo: memFree=17512436/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=19063512 memory=3782524 CPUtime=3415.89 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 201587 0 0 0 338897 2692 0 0 20 0 20 0 67492661 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4765878 945631 5575 1 0 957522 0
[pid=74788/tid=74790] ppid=74785 vsize=19063512 memory=3782524 CPUtime=3225.25 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 97818 0 0 0 320160 2365 0 0 20 0 20 0 67492663 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=19063512 memory=164 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67492666 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=19063512 memory=12288 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 1655 0 0 0 0 0 0 0 20 0 20 0 67492667 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74807] ppid=74785 vsize=19063512 memory=3782524 CPUtime=0 cores=1,3
/proc/74788/task/74807/stat : 74807 (Timer-0) S 74785 74788 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67492700 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 3415.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3782524 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.39 4.46 5/333 75203
/proc/meminfo: memFree=15843520/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=19063512 memory=3782524 CPUtime=3475.46 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 203663 0 0 0 344811 2735 0 0 20 0 20 0 67492661 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4765878 945631 5575 1 0 957522 0
[pid=74788/tid=74790] ppid=74785 vsize=19063512 memory=14720 CPUtime=3282.9 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 99521 0 0 0 325886 2404 0 0 20 0 20 0 67492663 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=19063512 memory=18560 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67492666 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=19063512 memory=3782524 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 1655 0 0 0 0 0 0 0 20 0 20 0 67492667 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74807] ppid=74785 vsize=19063512 memory=3782524 CPUtime=0 cores=1,3
/proc/74788/task/74807/stat : 74807 (Timer-0) S 74785 74788 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67492700 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 3475.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3782524 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.35 4.44 6/333 75209
/proc/meminfo: memFree=14278876/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=19063512 memory=3782524 CPUtime=3537.13 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 206826 0 0 0 350936 2777 0 0 20 0 20 0 67492661 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4765878 945631 5575 1 0 957522 0
[pid=74788/tid=74790] ppid=74785 vsize=19063512 memory=14720 CPUtime=3341.61 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 100922 0 0 0 331720 2441 0 0 20 0 20 0 67492663 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=19063512 memory=3782524 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67492666 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=19063512 memory=3782524 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 1684 0 0 0 0 0 0 0 20 0 20 0 67492667 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74807] ppid=74785 vsize=19063512 memory=3782524 CPUtime=0 cores=1,3
/proc/74788/task/74807/stat : 74807 (Timer-0) S 74785 74788 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67492700 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 3537.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3782524 KiB

[startup+3522.3 s]
/proc/loadavg: 4.40 4.38 4.44 6/334 75212
/proc/meminfo: memFree=12388176/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=19063512 memory=3782524 CPUtime=3597.51 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 206947 0 0 0 356939 2812 0 0 20 0 20 0 67492661 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4765878 945631 5575 1 0 957522 0
[pid=74788/tid=74790] ppid=74785 vsize=19063512 memory=3782524 CPUtime=3400.36 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 100943 0 0 0 337563 2473 0 0 20 0 20 0 67492663 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=19063512 memory=3782524 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67492666 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=19063512 memory=2241 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 1733 0 0 0 0 0 0 0 20 0 20 0 67492667 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74807] ppid=74785 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/74788/task/74807/stat : 74807 (Timer-0) S 74785 74788 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67492700 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 3597.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3782524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3524.8 s]
/proc/loadavg: 4.40 4.38 4.44 6/334 75212
/proc/meminfo: memFree=12331212/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=19063512 memory=3782524 CPUtime=3600.01 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 206947 0 0 0 357187 2814 0 0 20 0 20 0 67492661 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4765878 945631 5575 1 0 957522 0
[pid=74788/tid=74790] ppid=74785 vsize=19063512 memory=3200 CPUtime=3402.85 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 100943 0 0 0 337810 2475 0 0 20 0 20 0 67492663 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=19063512 memory=3782524 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67492666 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=19063512 memory=3782524 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 1733 0 0 0 0 0 0 0 20 0 20 0 67492667 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74807] ppid=74785 vsize=19063512 memory=3782524 CPUtime=0 cores=1,3
/proc/74788/task/74807/stat : 74807 (Timer-0) S 74785 74788 73970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67492700 19521036288 945631 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3782524 KiB

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

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

# cumulated CPU time of all completed processes:  user=3572.07 s, system=28.1776 s

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

[startup+3524.9 s]
/proc/loadavg: 4.40 4.38 4.44 6/334 75212
/proc/meminfo: memFree=12331212/131382112 swapFree=33009904/33010684
[pid=74788] ppid=74785 vsize=19263204 memory=3783292 CPUtime=3600.2 cores=1,3
/proc/74788/stat : 74788 (java) S 74785 74788 73970 0 -1 4194304 208837 0 0 0 357204 2816 0 0 20 0 21 0 67492661 19725520896 945823 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
/proc/74788/statm: 4815801 945823 5575 1 0 958450 0
[pid=74788/tid=74790] ppid=74785 vsize=19263204 memory=3782524 CPUtime=3402.91 cores=1,3
/proc/74788/task/74790/stat : 74790 (java) R 74785 74788 73970 0 -1 4194368 101067 0 0 0 337816 2475 0 0 20 0 21 0 67492663 19725520896 945823 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74799] ppid=74785 vsize=19263204 memory=3782524 CPUtime=0 cores=1,3
/proc/74788/task/74799/stat : 74799 (Finalizer) S 74785 74788 73970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 67492666 19725520896 945823 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
[pid=74788/tid=74806] ppid=74785 vsize=19263204 memory=2241 CPUtime=0 cores=1,3
/proc/74788/task/74806/stat : 74806 (Common-Cleaner) S 74785 74788 73970 0 -1 4194368 1733 0 0 0 0 0 0 0 20 0 21 0 67492667 19725520896 945823 18446744073709551615 94379602321408 94379602325104 140731477028592 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94379602332920 94379602333712 94379634810880 140731477031216 140731477031398 140731477031398 140731477037000 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3783292 KiB

Child status: 143

Real time (s): 3524.98
CPU time (s): 3600.25
CPU user time (s): 3572.07
CPU system time (s): 28.1776
CPU usage (%): 102.135
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3783292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.07
system time used= 28.1776
maximum resident set size= 3783292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209084
page faults= 0
swaps= 0
block input operations= 0
block output operations= 47340344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140743
involuntary context switches= 25144


# summary of solver processes directly reported to runsolver:
#   pid: 74788
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3572.07
#   total CPU system time (s): 28.1776

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8484 second user time and 38.0254 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-03 06:48:58
IDJOB=4509111
IDBENCH=158597
IDSOLVER=3364
FILE ID=nodeC001/4509111-1751518138
RUNJOBID= nodeC001-1751516281-73982
SLURM_JOB_ID= 9598627
Free space on /tmp= 432492 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_2pm-0088-0888.lin.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509111-1751518138/watcher-4509111-1751518138 -o /tmp/evaluation-result-4509111-1751518138/solver-4509111-1751518138 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751516281-73982 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4509111-1751518138 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4509111-1751518138.opb

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

MD5SUM BENCH= 6237d0bdc810edc13b25bb83c842e0a8
RANDOM SEED=889433203

nodeC001 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        68251616 kB
MemAvailable:   108467872 kB
Buffers:            1668 kB
Cached:         40972936 kB
SwapCached:           32 kB
Active:         21491724 kB
Inactive:       40663520 kB
Active(anon):   21176116 kB
Inactive(anon):    22520 kB
Active(file):     315608 kB
Inactive(file): 40641000 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           7103616 kB
Writeback:             0 kB
AnonPages:      21179092 kB
Mapped:           123580 kB
Shmem:             17900 kB
KReclaimable:     198164 kB
Slab:             506792 kB
SReclaimable:     198164 kB
SUnreclaim:       308628 kB
KernelStack:        5056 kB
PageTables:        45328 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   21753764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  20742144 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432492 MiB
End job on nodeC001 at 2025-07-03 07:47:43