Trace number 4523663

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-06? (TO) 3600.42 3609.84

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/
normalized-bnn_mnist_back_image_73_label5_adversarial_norm_inf.opb
MD5SUMb9738ec4eef81a08a451499c860dc376
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 benchmark4
Best CPU time to get the best result obtained on this benchmark111.609
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1450
Total number of constraints2030
Number of constraints which are clauses941
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 157
Biggest coefficient in the objective function 65
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 231
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 438
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1634
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.12	c See www.sat4j.org for details.
0.11/0.14	c version PB25.v20250606
0.11/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.16	c java.vm.version	22.0.1+8-16
0.11/0.16	c java.vm.vendor	Oracle Corporation
0.11/0.16	c sun.arch.data.model	64
0.11/0.16	c java.version		22.0.1
0.11/0.16	c os.name		Linux
0.11/0.16	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.16	c os.arch		amd64
0.11/0.17	c Free memory 		2104792832
0.11/0.17	c Max memory 		16282288128
0.11/0.17	c Total memory 		2113929216
0.11/0.18	c Number of processors 	2
0.25/0.27	c Pseudo Boolean Optimization by upper bound
0.25/0.27	c --- Begin Solver configuration ---
0.25/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.25/0.27	c Learn all clauses as in MiniSAT
0.25/0.27	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.27	c Expensive reason simplification
0.25/0.27	c Glucose 2.1 dynamic restart strategy
0.25/0.27	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.25/0.27	c timeout=2147483s
0.25/0.27	c DB Simplification allowed=false
0.25/0.27	c Listener: none
0.25/0.27	c --- End Solver configuration ---
0.25/0.27	c solving HOME/instance-4523663-1751606203.opb
0.25/0.27	c reading problem ... 
0.25/0.29	c using VERIPB proof format
0.25/0.29	c  objective function found
1.92/1.10	c ... done. Wall clock time 0.831s.
1.92/1.10	c declared #vars     1450
1.92/1.10	c #constraints  2031
1.92/1.10	c constraints type 
1.92/1.11	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 940
1.92/1.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1.92/1.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1088
1.92/1.11	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
1.92/1.11	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.92/1.11	c 2031 constraints processed.
1.92/1.12	c objective function length is 157 literals
4.49/2.42	c cleaning 2500 clauses out of 5001 with flag 15593/5001
6.16/3.34	c cleaning 4251 clauses out of 8503 with flag 38124/11003
7.14/4.25	c cleaning 5618 clauses out of 11250 with flag 63195/18001
8.81/5.62	c cleaning 6807 clauses out of 13632 with flag 93171/26001
10.81/7.60	c cleaning 7904 clauses out of 15825 with flag 127297/35001
12.98/9.70	c cleaning 8956 clauses out of 17921 with flag 163686/45001
17.44/13.07	c cleaning 9981 clauses out of 19964 with flag 198916/56000
19.13/14.71	c cleaning 10988 clauses out of 21984 with flag 240197/68001
20.92/16.54	c cleaning 11991 clauses out of 23996 with flag 289723/81001
23.38/18.91	c cleaning 12997 clauses out of 26004 with flag 348303/95000
26.06/21.61	c cleaning 13999 clauses out of 28008 with flag 412957/110001
28.50/24.04	c cleaning 14999 clauses out of 30009 with flag 462928/126001
31.20/26.60	c cleaning 15999 clauses out of 32009 with flag 521227/143000
33.53/28.92	c cleaning 16991 clauses out of 34010 with flag 572309/161000
35.72/31.11	c cleaning 17992 clauses out of 36019 with flag 611605/180000
37.40/32.81	c cleaning 18993 clauses out of 38027 with flag 652675/200000
39.19/34.88	c cleaning 19994 clauses out of 40034 with flag 696099/221000
40.96/36.60	c cleaning 21002 clauses out of 42040 with flag 741638/243000
42.36/38.06	c cleaning 22000 clauses out of 44040 with flag 789055/266002
44.79/40.41	c cleaning 22999 clauses out of 46038 with flag 838741/290000
46.59/42.21	c cleaning 23999 clauses out of 48040 with flag 890544/315001
48.28/43.93	c cleaning 24999 clauses out of 50042 with flag 944232/341002
51.15/46.85	c cleaning 26002 clauses out of 52041 with flag 1000127/368000
53.36/49.06	c cleaning 27004 clauses out of 54039 with flag 1058103/396000
55.25/50.98	c cleaning 27998 clauses out of 56035 with flag 1117529/425000
57.34/53.04	c cleaning 28999 clauses out of 58038 with flag 1179338/455001
59.43/55.15	c cleaning 30007 clauses out of 60041 with flag 1243357/486003
61.92/57.68	c cleaning 30997 clauses out of 62032 with flag 1309656/518001
64.32/60.11	c cleaning 31997 clauses out of 64034 with flag 1377853/551000
66.90/62.69	c cleaning 33001 clauses out of 66038 with flag 1448027/585001
69.34/65.27	c cleaning 33996 clauses out of 68036 with flag 1519952/620000
71.92/67.89	c cleaning 35002 clauses out of 70041 with flag 1593922/656001
74.51/70.49	c cleaning 36002 clauses out of 72038 with flag 1669898/693000
78.69/74.67	c cleaning 36996 clauses out of 74038 with flag 1747705/731002
81.78/77.70	c cleaning 37997 clauses out of 76040 with flag 1827547/770000
84.57/80.52	c cleaning 39004 clauses out of 78044 with flag 1909848/810001
87.58/83.54	c cleaning 39997 clauses out of 80040 with flag 1994417/851001
90.47/86.49	c cleaning 41002 clauses out of 82043 with flag 2080489/893001
93.87/89.80	c cleaning 42003 clauses out of 84042 with flag 2168913/936002
97.27/93.21	c cleaning 42998 clauses out of 86038 with flag 2258835/980001
100.57/96.53	c cleaning 43995 clauses out of 88040 with flag 2350977/1025001
104.26/100.25	c cleaning 45002 clauses out of 90044 with flag 2445393/1071000
107.86/103.84	c cleaning 46001 clauses out of 92042 with flag 2541710/1118000
111.46/107.43	c cleaning 47002 clauses out of 94042 with flag 2640444/1166001
115.34/111.35	c cleaning 47998 clauses out of 96039 with flag 2741321/1215000
119.44/115.47	c cleaning 49006 clauses out of 98043 with flag 2844408/1265002
123.73/119.72	c cleaning 49994 clauses out of 100035 with flag 2950094/1316000
127.83/123.85	c cleaning 51002 clauses out of 102043 with flag 3057483/1368002
132.11/128.15	c cleaning 51999 clauses out of 104040 with flag 3166676/1421001
136.20/132.23	c cleaning 53001 clauses out of 106044 with flag 3277474/1475004
140.60/136.64	c cleaning 53999 clauses out of 108040 with flag 3390279/1530001
145.00/141.06	c cleaning 54996 clauses out of 110040 with flag 3505702/1586000
149.58/145.60	c cleaning 56000 clauses out of 112044 with flag 3622812/1643000
154.67/150.74	c cleaning 56999 clauses out of 114044 with flag 3742281/1701000
159.96/156.07	c cleaning 58006 clauses out of 116049 with flag 3865066/1760004
164.85/160.96	c cleaning 59000 clauses out of 118042 with flag 3989264/1820003
169.76/165.88	c cleaning 59999 clauses out of 120041 with flag 4114794/1881002
175.78/171.87	c cleaning 60999 clauses out of 122040 with flag 4242961/1943000
181.75/177.81	c cleaning 62001 clauses out of 124042 with flag 4372919/2006001
187.61/183.63	c cleaning 63001 clauses out of 126041 with flag 4504476/2070001
193.96/190.24	c cleaning 63998 clauses out of 128041 with flag 4638245/2135002
199.39/195.65	c cleaning 64997 clauses out of 130041 with flag 4773891/2201000
205.79/202.00	c cleaning 66003 clauses out of 132046 with flag 4911724/2268002
212.02/208.18	c cleaning 67007 clauses out of 134043 with flag 5051892/2336002
218.70/214.81	c cleaning 67996 clauses out of 136035 with flag 5193727/2405001
224.69/221.02	c cleaning 68996 clauses out of 138038 with flag 5337569/2475000
231.28/227.53	c cleaning 70000 clauses out of 140042 with flag 5484053/2546000
238.36/234.59	c cleaning 70997 clauses out of 142043 with flag 5632346/2618001
245.05/241.13	c cleaning 72003 clauses out of 144045 with flag 5782936/2691000
252.22/248.27	c cleaning 72997 clauses out of 146042 with flag 5936247/2765000
259.07/255.20	c cleaning 74004 clauses out of 148046 with flag 6091487/2840001
265.92/262.08	c cleaning 74998 clauses out of 150041 with flag 6247915/2916000
272.56/268.62	c cleaning 76003 clauses out of 152045 with flag 6407338/2993002
281.31/277.25	c cleaning 76997 clauses out of 154043 with flag 6568654/3071003
290.18/287.43	c cleaning 78000 clauses out of 156043 with flag 6732627/3150000
299.30/296.53	c cleaning 78998 clauses out of 158043 with flag 6897514/3230000
307.06/304.28	c cleaning 80000 clauses out of 160047 with flag 7063706/3311002
314.23/311.36	c cleaning 81000 clauses out of 162045 with flag 7232131/3393000
322.28/319.24	c cleaning 81996 clauses out of 164045 with flag 7402803/3476000
329.88/326.71	c cleaning 83001 clauses out of 166049 with flag 7575364/3560000
338.64/335.45	c cleaning 84005 clauses out of 168049 with flag 7749374/3645001
347.29/343.97	c cleaning 85001 clauses out of 170044 with flag 7926398/3731001
357.10/354.00	c cleaning 85999 clauses out of 172043 with flag 8105944/3818001
365.39/362.13	c cleaning 86999 clauses out of 174043 with flag 8286811/3906000
374.51/371.16	c cleaning 88000 clauses out of 176045 with flag 8471267/3995001
384.25/381.11	c cleaning 88998 clauses out of 178044 with flag 8656260/4085000
393.49/390.33	c cleaning 89997 clauses out of 180046 with flag 8843475/4176000
402.83/399.59	c cleaning 91005 clauses out of 182049 with flag 9032910/4268000
412.29/408.93	c cleaning 92001 clauses out of 184046 with flag 9224543/4361002
422.52/419.05	c cleaning 93002 clauses out of 186046 with flag 9417592/4455003
431.50/427.99	c cleaning 93998 clauses out of 188041 with flag 9612825/4550000
440.17/436.56	c cleaning 95001 clauses out of 190044 with flag 9809821/4646001
451.07/447.38	c cleaning 96007 clauses out of 192043 with flag 10009223/4743001
460.53/456.70	c cleaning 96998 clauses out of 194037 with flag 10210632/4841002
470.25/466.39	c cleaning 97995 clauses out of 196038 with flag 10413554/4940001
479.73/475.71	c cleaning 98999 clauses out of 198042 with flag 10618265/5040000
491.22/487.01	c cleaning 100001 clauses out of 200043 with flag 10825231/5141000
501.49/497.28	c cleaning 101002 clauses out of 202043 with flag 11034911/5243001
512.66/508.44	c cleaning 102000 clauses out of 204042 with flag 11246401/5346002
522.81/518.57	c cleaning 103005 clauses out of 206040 with flag 11460771/5450000
533.34/528.94	c cleaning 104000 clauses out of 208036 with flag 11677068/5555001
545.13/540.80	c cleaning 104996 clauses out of 210035 with flag 11894770/5661000
554.99/550.64	c cleaning 105996 clauses out of 212040 with flag 12114289/5768001
566.85/562.50	c cleaning 107002 clauses out of 214043 with flag 12336635/5876000
579.45/575.18	c cleaning 108000 clauses out of 216041 with flag 12561005/5985000
592.17/587.71	c cleaning 109001 clauses out of 218043 with flag 12787569/6095002
605.68/604.69	c cleaning 110000 clauses out of 220042 with flag 13015635/6206002
617.67/616.59	c cleaning 110993 clauses out of 222040 with flag 13245767/6318000
630.95/629.90	c cleaning 112000 clauses out of 224047 with flag 13477969/6431000
642.91/641.63	c cleaning 113004 clauses out of 226048 with flag 13712061/6545001
654.76/653.47	c cleaning 113997 clauses out of 228043 with flag 13948135/6660000
668.69/667.37	c cleaning 115002 clauses out of 230046 with flag 14186794/6776000
682.11/680.68	c cleaning 116003 clauses out of 232046 with flag 14426905/6893002
694.72/693.48	c cleaning 117001 clauses out of 234041 with flag 14668474/7011000
707.16/705.83	c cleaning 117995 clauses out of 236043 with flag 14912550/7130003
721.14/719.93	c cleaning 118998 clauses out of 238045 with flag 15158812/7250000
735.47/734.16	c cleaning 120001 clauses out of 240048 with flag 15406464/7371001
751.04/749.73	c cleaning 120998 clauses out of 242047 with flag 15656502/7493001
764.47/763.01	c cleaning 122005 clauses out of 244048 with flag 15910993/7616000
779.17/777.83	c cleaning 123001 clauses out of 246043 with flag 16167080/7740000
795.59/794.28	c cleaning 123996 clauses out of 248042 with flag 16424759/7865000
810.79/809.46	c cleaning 125006 clauses out of 250048 with flag 16685294/7991002
829.31/827.90	c cleaning 125999 clauses out of 252040 with flag 16947794/8118000
845.19/843.76	c cleaning 126996 clauses out of 254041 with flag 17211707/8246000
861.37/859.54	c cleaning 128001 clauses out of 256046 with flag 17476719/8375001
876.38/874.51	c cleaning 129004 clauses out of 258047 with flag 17744712/8505003
889.03/887.14	c cleaning 129998 clauses out of 260042 with flag 18013660/8636002
903.51/901.59	c cleaning 130999 clauses out of 262042 with flag 18285949/8768000
919.99/917.98	c cleaning 132003 clauses out of 264045 with flag 18561723/8901002
934.54/932.35	c cleaning 133000 clauses out of 266040 with flag 18837734/9035000
952.15/949.99	c cleaning 133997 clauses out of 268042 with flag 19116202/9170002
968.83/966.61	c cleaning 135002 clauses out of 270044 with flag 19399168/9306001
986.07/983.85	c cleaning 136001 clauses out of 272042 with flag 19684653/9443001
1002.90/1000.81	c cleaning 136996 clauses out of 274040 with flag 19970703/9581000
1020.49/1018.31	c cleaning 138001 clauses out of 276045 with flag 20258761/9720001
1036.47/1034.47	c cleaning 139003 clauses out of 278044 with flag 20549171/9860001
1051.95/1049.86	c cleaning 139998 clauses out of 280040 with flag 20840806/10001000
1069.48/1067.33	c cleaning 140998 clauses out of 282042 with flag 21135158/10143000
1085.58/1083.55	c cleaning 142003 clauses out of 284046 with flag 21430248/10286002
1104.24/1102.15	c cleaning 142994 clauses out of 286041 with flag 21728000/10430000
1121.92/1119.88	c cleaning 144000 clauses out of 288047 with flag 22027488/10575000
1140.80/1138.65	c cleaning 144995 clauses out of 290047 with flag 22329157/10721000
1159.02/1156.90	c cleaning 146003 clauses out of 292053 with flag 22633670/10868001
1176.16/1173.90	c cleaning 147003 clauses out of 294050 with flag 22941198/11016001
1195.69/1193.40	c cleaning 148003 clauses out of 296049 with flag 23251307/11165003
1214.28/1212.16	c cleaning 149001 clauses out of 298044 with flag 23562231/11315001
1230.95/1228.81	c cleaning 149997 clauses out of 300042 with flag 23874741/11466000
1251.29/1249.35	c cleaning 150999 clauses out of 302047 with flag 24190021/11618002
1270.76/1268.84	c cleaning 152002 clauses out of 304046 with flag 24507011/11771000
1288.93/1286.99	c cleaning 153003 clauses out of 306044 with flag 24824621/11925000
1307.22/1305.39	c cleaning 153998 clauses out of 308042 with flag 25146443/12080001
1325.91/1323.88	c cleaning 154998 clauses out of 310043 with flag 25468274/12236000
1347.83/1353.79	c cleaning 156002 clauses out of 312047 with flag 25792049/12393002
1367.07/1376.90	c cleaning 157002 clauses out of 314043 with flag 26118371/12551000
1384.90/1394.61	c cleaning 157996 clauses out of 316042 with flag 26445569/12710001
1403.65/1413.45	c cleaning 159006 clauses out of 318049 with flag 26774873/12870004
1426.80/1436.76	c cleaning 160000 clauses out of 320040 with flag 27107708/13031001
1445.94/1455.85	c cleaning 160998 clauses out of 322040 with flag 27444105/13193001
1464.39/1474.51	c cleaning 161997 clauses out of 324041 with flag 27780273/13356000
1485.13/1495.43	c cleaning 162999 clauses out of 326046 with flag 28118810/13520002
1507.40/1517.78	c cleaning 163998 clauses out of 328046 with flag 28459924/13685001
1528.07/1543.38	c cleaning 165005 clauses out of 330051 with flag 28801973/13851004
1547.39/1562.69	c cleaning 165997 clauses out of 332042 with flag 29146709/14018000
1568.60/1583.71	c cleaning 167003 clauses out of 334048 with flag 29493567/14186003
1591.75/1606.91	c cleaning 167999 clauses out of 336042 with flag 29843745/14355000
1613.33/1628.59	c cleaning 168999 clauses out of 338043 with flag 30194744/14525000
1636.40/1651.65	c cleaning 169998 clauses out of 340047 with flag 30546511/14696003
1657.74/1672.89	c cleaning 171004 clauses out of 342046 with flag 30901893/14868000
1682.28/1698.71	c cleaning 172001 clauses out of 344044 with flag 31260395/15041002
1708.11/1727.52	c cleaning 172995 clauses out of 346042 with flag 31621807/15215001
1733.70/1756.74	c cleaning 174003 clauses out of 348047 with flag 31986053/15390001
1758.11/1781.23	c cleaning 174998 clauses out of 350043 with flag 32350895/15566000
1781.36/1804.33	c cleaning 175999 clauses out of 352046 with flag 32716552/15743001
1804.82/1827.85	c cleaning 177003 clauses out of 354046 with flag 33085166/15921000
1829.66/1852.76	c cleaning 177996 clauses out of 356043 with flag 33455913/16100000
1853.24/1875.93	c cleaning 179005 clauses out of 358049 with flag 33830058/16280002
1875.24/1897.82	c cleaning 179997 clauses out of 360042 with flag 34205197/16461000
1899.36/1922.00	c cleaning 180998 clauses out of 362045 with flag 34581514/16643000
1924.03/1946.68	c cleaning 182006 clauses out of 364048 with flag 34960046/16826001
1949.65/1972.34	c cleaning 182999 clauses out of 366042 with flag 35340490/17010001
1975.36/1998.12	c cleaning 184004 clauses out of 368043 with flag 35724987/17195001
2002.66/2025.56	c cleaning 184993 clauses out of 370039 with flag 36109854/17381001
2025.41/2048.25	c cleaning 186000 clauses out of 372047 with flag 36494789/17568002
2049.23/2072.28	c cleaning 187002 clauses out of 374046 with flag 36882216/17756001
2072.64/2095.73	c cleaning 187998 clauses out of 376043 with flag 37271897/17945000
2097.15/2123.99	c cleaning 189002 clauses out of 378045 with flag 37664472/18135000
2120.98/2147.66	c cleaning 189996 clauses out of 380044 with flag 38057643/18326001
2146.63/2173.37	c cleaning 191004 clauses out of 382047 with flag 38453559/18518000
2172.01/2198.89	c cleaning 192007 clauses out of 384047 with flag 38850929/18711004
2196.42/2223.45	c cleaning 192993 clauses out of 386037 with flag 39251318/18905001
2220.50/2247.61	c cleaning 193998 clauses out of 388043 with flag 39653218/19100000
2243.25/2270.31	c cleaning 194998 clauses out of 390045 with flag 40057729/19296000
2271.72/2302.26	c cleaning 196004 clauses out of 392050 with flag 40464935/19493003
2295.29/2325.84	c cleaning 196998 clauses out of 394043 with flag 40872740/19691000
2325.64/2356.34	c cleaning 197997 clauses out of 396045 with flag 41288420/19890000
2351.87/2382.69	c cleaning 199004 clauses out of 398051 with flag 41702994/20090003
2381.95/2416.17	c cleaning 200006 clauses out of 400045 with flag 42121715/20291001
2415.03/2449.28	c cleaning 200995 clauses out of 402038 with flag 42542700/20493000
2445.15/2478.58	c cleaning 201999 clauses out of 404043 with flag 42966393/20696000
2470.31/2503.68	c cleaning 202993 clauses out of 406044 with flag 43388408/20900000
2501.26/2532.65	c cleaning 204004 clauses out of 408051 with flag 43812319/21105000
2529.79/2559.95	c cleaning 205001 clauses out of 410047 with flag 44238356/21311000
2560.60/2588.27	c cleaning 205996 clauses out of 412046 with flag 44665748/21518000
2591.16/2617.12	c cleaning 207003 clauses out of 414051 with flag 45096096/21726001
2623.95/2654.36	c cleaning 208000 clauses out of 416047 with flag 45526753/21935000
2656.35/2684.96	c cleaning 209005 clauses out of 418048 with flag 45958591/22145001
2689.80/2716.16	c cleaning 209996 clauses out of 420044 with flag 46393425/22356002
2720.38/2744.31	c cleaning 211001 clauses out of 422046 with flag 46833819/22568000
2754.91/2776.65	c cleaning 212000 clauses out of 424046 with flag 47273101/22781001
2785.47/2805.21	c cleaning 213001 clauses out of 426047 with flag 47713543/22995002
2817.39/2837.27	c cleaning 213997 clauses out of 428045 with flag 48157273/23210001
2850.10/2872.91	c cleaning 215001 clauses out of 430047 with flag 48603438/23426000
2885.29/2914.77	c cleaning 216000 clauses out of 432048 with flag 49052351/23643002
2919.27/2952.91	c cleaning 216999 clauses out of 434046 with flag 49502188/23861000
2950.54/2984.18	c cleaning 217999 clauses out of 436047 with flag 49953262/24080000
2983.64/3016.17	c cleaning 219001 clauses out of 438048 with flag 50409921/24300000
3016.65/3049.60	c cleaning 219998 clauses out of 440049 with flag 50869149/24521002
3052.09/3082.90	c cleaning 221002 clauses out of 442049 with flag 51328391/24743000
3086.73/3115.65	c cleaning 221996 clauses out of 444047 with flag 51788655/24966000
3124.53/3151.49	c cleaning 222998 clauses out of 446052 with flag 52250646/25190001
3161.05/3183.91	c cleaning 224007 clauses out of 448054 with flag 52713297/25415001
3195.51/3217.29	c cleaning 225003 clauses out of 450046 with flag 53179412/25641000
3229.83/3249.83	c cleaning 226000 clauses out of 452044 with flag 53647298/25868001
3265.97/3282.12	c cleaning 227003 clauses out of 454043 with flag 54117293/26096000
3301.56/3314.72	c cleaning 227996 clauses out of 456040 with flag 54588684/26325000
3333.28/3345.66	c cleaning 229005 clauses out of 458044 with flag 55060482/26555000
3366.49/3378.74	c cleaning 229995 clauses out of 460039 with flag 55536180/26786000
3401.02/3413.21	c cleaning 231002 clauses out of 462045 with flag 56013680/27018001
3433.50/3447.67	c cleaning 231998 clauses out of 464043 with flag 56493872/27251001
3468.09/3480.28	c cleaning 232998 clauses out of 466044 with flag 56976047/27485000
3507.18/3517.75	c cleaning 234003 clauses out of 468046 with flag 57462178/27720000
3553.34/3565.62	c cleaning 234998 clauses out of 470044 with flag 57948696/27956001
3590.55/3600.92	c cleaning 235998 clauses out of 472046 with flag 58436031/28193001
3600.04/3609.68	c starts		: 38
3600.04/3609.69	c conflicts		: 28277038
3600.04/3609.69	c decisions		: 30215526
3600.04/3609.69	c propagations		: 111710617
3600.04/3609.69	c inspects		: 17024290932
3600.04/3609.69	c shortcuts		: 0
3600.04/3609.69	c learnt literals	: 0
3600.04/3609.69	c learnt binary clauses	: 0
3600.04/3609.69	c learnt ternary clauses	: 0
3600.04/3609.69	c learnt constraints	: 28277038
3600.04/3609.69	c ignored constraints	: 0
3600.04/3609.69	c root simplifications	: 0
3600.04/3609.69	c removed literals (reason simplification)	: 3455275
3600.04/3609.69	c reason swapping (by a shorter reason)	: 0
3600.04/3609.69	c Calls to reduceDB	: 233
3600.04/3609.69	c Number of update (reduction) of LBD	: 1644406
3600.04/3609.69	c Imported unit clauses	: 0
3600.04/3609.69	c No decision after first conflict	: false
3600.04/3609.69	c number of reductions to clauses (during analyze)	: 0
3600.04/3609.69	c number of learned constraints concerned by reduction	: 0
3600.04/3609.69	c number of learning phase by resolution	: 0
3600.04/3609.69	c number of learning phase by cutting planes	: 0
3600.04/3609.69	c number of rounding to 1 operations	: 0
3600.04/3609.69	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3609.69	c number of reductions of the coefficients by power 2 	: 0
3600.04/3609.69	c number of right shift for reduction by power 2 	: 0
3600.04/3609.69	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3609.69	c number of ending skipping 	: 0
3600.04/3609.69	c number of internal skipping 	: 0
3600.04/3609.69	c number of derivation steps 	: 0
3600.04/3609.69	c number of skipped derivation steps 	: 0
3600.04/3609.69	c number of remaining unassigned 	: 0
3600.04/3609.69	c number of remaining assigned 	: 0
3600.04/3609.69	c number of falsified literals weakened from reason	: 0
3600.04/3609.69	c number of falsified literals weakened from conflict	: 0
3600.04/3609.69	c time for arithmetic operations	: 0
3600.04/3609.69	c minimum degree of deleted constraints	: null
3600.04/3609.69	c maximum degree of deleted constraints	: null
3600.04/3609.69	c number of deleted constraints	: 0
3600.04/3609.69	c speed (assignments/second)	: 30957.160691745034
3600.04/3609.69	c non guided choices	: 1589
3600.23/3609.74	c timeout
3600.23/3609.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 320085
3600.23/3609.78	s UNKNOWN
3600.23/3609.78	c Total wall clock time (in seconds): 3609.517

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (7412 MiB free)
  memory of node 1: 64465 MiB (47629 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=95650, runsolver pid=95647
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 5.08 5.16 5.18 7/329 95668
/proc/meminfo: memFree=56350844/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=18930384 memory=49236 CPUtime=0.11 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 5980 0 0 0 9 2 0 0 20 0 18 0 76299394 19384713216 12309 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4732596 12309 5339 1 0 547162 0
[pid=95650/tid=95652] ppid=95647 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 4818 0 0 0 6 1 0 0 20 0 18 0 76299395 19384713216 12309 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76299398 19384713216 12309 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=18930384 memory=58494082638250 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76299398 19384713216 12309 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49236 KiB

[startup+0.205971 s]*
/proc/loadavg: 5.08 5.16 5.18 6/329 95668
/proc/meminfo: memFree=56348828/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=18930384 memory=57844 CPUtime=0.25 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 6602 0 0 0 22 3 0 0 20 0 18 0 76299394 19384713216 14461 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4732596 14461 5339 1 0 547639 0
[pid=95650/tid=95652] ppid=95647 vsize=18930384 memory=4026794268 CPUtime=0.18 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 5081 0 0 0 16 2 0 0 20 0 18 0 76299395 19384713216 14461 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=18930384 memory=17127 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76299398 19384713216 14461 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76299398 19384713216 14461 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57844 KiB

[startup+0.305958 s]*
/proc/loadavg: 5.08 5.16 5.18 8/329 95668
/proc/meminfo: memFree=56348828/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=18930384 memory=59252 CPUtime=0.39 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 6870 0 0 0 36 3 0 0 20 0 18 0 76299394 19384713216 14813 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4732596 14813 5435 1 0 547811 0
[pid=95650/tid=95652] ppid=95647 vsize=18930384 memory=-6000919477018191718 CPUtime=0.27 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 5226 0 0 0 25 2 0 0 20 0 18 0 76299395 19384713216 14813 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76299398 19384713216 14813 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76299398 19384713216 14813 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59252 KiB

[startup+0.700274 s]
/proc/loadavg: 5.08 5.16 5.18 7/329 95668
/proc/meminfo: memFree=56323372/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=18930384 memory=127576 CPUtime=1.12 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 8522 0 0 0 107 5 0 0 20 0 18 0 76299394 19384713216 31894 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4732596 31894 5435 1 0 548896 0
[pid=95650/tid=95652] ppid=95647 vsize=18930384 memory=14208 CPUtime=0.61 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 5289 0 0 0 57 4 0 0 20 0 18 0 76299395 19384713216 31894 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76299398 19384713216 31894 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=18930384 memory=3328 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76299398 19384713216 31894 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 127576 KiB

[startup+1.50023 s]
/proc/loadavg: 5.08 5.16 5.18 7/330 95669
/proc/meminfo: memFree=56223116/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=19063512 memory=201408 CPUtime=2.69 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 13802 0 0 0 260 9 0 0 20 0 20 0 76299394 19521036288 50352 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4765878 50352 5499 1 0 552741 0
[pid=95650/tid=95652] ppid=95647 vsize=19063512 memory=3328 CPUtime=1.25 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 5507 0 0 0 120 5 0 0 20 0 20 0 76299395 19521036288 50352 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 50352 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 50352 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 201408 KiB

[startup+3.1057 s]
/proc/loadavg: 5.08 5.16 5.18 7/331 95670
/proc/meminfo: memFree=56118264/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=19063512 memory=297136 CPUtime=5.84 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 19844 0 0 0 570 14 0 0 20 0 20 0 76299394 19521036288 74284 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4765878 74284 5499 1 0 553119 0
[pid=95650/tid=95652] ppid=95647 vsize=19063512 memory=11264 CPUtime=2.74 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 6699 0 0 0 266 8 0 0 20 0 20 0 76299395 19521036288 74284 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 74284 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 74284 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95670] ppid=95647 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/95650/task/95670/stat : 95670 (Timer-0) S 95647 95650 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76299507 19521036288 74284 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 297136 KiB

[startup+6.3004 s]
/proc/loadavg: 5.07 5.15 5.18 6/331 95670
/proc/meminfo: memFree=55641452/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=19063512 memory=692448 CPUtime=9.5 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 22363 0 0 0 925 25 0 0 20 0 20 0 76299394 19521036288 173112 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4765878 173112 5499 1 0 947900 0
[pid=95650/tid=95652] ppid=95647 vsize=19063512 memory=0 CPUtime=5.85 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 7351 0 0 0 567 18 0 0 20 0 20 0 76299395 19521036288 173112 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=19063512 memory=7100839887185286273 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 173112 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=19063512 memory=-6000919477018191718 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 173112 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95670] ppid=95647 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/95650/task/95670/stat : 95670 (Timer-0) S 95647 95650 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76299507 19521036288 173112 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 9.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 692448 KiB

[startup+12.7005 s]
/proc/loadavg: 5.15 5.17 5.18 6/331 95670
/proc/meminfo: memFree=54244088/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=19063512 memory=1859380 CPUtime=17.13 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 24606 0 0 0 1658 55 0 0 20 0 20 0 76299394 19521036288 464845 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4765878 464845 5499 1 0 947929 0
[pid=95650/tid=95652] ppid=95647 vsize=19063512 memory=0 CPUtime=12.19 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 8089 0 0 0 1172 47 0 0 20 0 20 0 76299395 19521036288 464845 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=19063512 memory=1859380 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 464845 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 464845 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95670] ppid=95647 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/95650/task/95670/stat : 95670 (Timer-0) S 95647 95650 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76299507 19521036288 464845 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 17.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1859380 KiB

[startup+25.5005 s]
/proc/loadavg: 5.11 5.16 5.18 5/331 95670
/proc/meminfo: memFree=53686600/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=19063512 memory=2194232 CPUtime=30.08 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 29434 0 0 0 2936 72 0 0 20 0 20 0 76299394 19521036288 548558 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4765878 548558 5531 1 0 947949 0
[pid=95650/tid=95652] ppid=95647 vsize=19063512 memory=-6000919477018191718 CPUtime=24.58 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 9301 0 0 0 2396 62 0 0 20 0 20 0 76299395 19521036288 548558 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=19063512 memory=3196 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 548558 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=19063512 memory=2163384 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 548558 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95670] ppid=95647 vsize=19063512 memory=2159188 CPUtime=0 cores=5,7
/proc/95650/task/95670/stat : 95670 (Timer-0) S 95647 95650 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76299507 19521036288 548558 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 30.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2194232 KiB

[startup+51.1139 s]
/proc/loadavg: 4.99 5.13 5.17 4/313 95675
/proc/meminfo: memFree=69283088/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=19063512 memory=2362332 CPUtime=55.47 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 32873 0 0 0 5450 97 0 0 20 0 20 0 76299394 19521036288 590583 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4765878 590583 5531 1 0 947968 0
[pid=95650/tid=95652] ppid=95647 vsize=19063512 memory=14468 CPUtime=49.29 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 11517 0 0 0 4845 84 0 0 20 0 20 0 76299395 19521036288 590583 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=19063512 memory=2362332 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 590583 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=19063512 memory=2362332 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 590583 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95670] ppid=95647 vsize=19063512 memory=2196324 CPUtime=0 cores=5,7
/proc/95650/task/95670/stat : 95670 (Timer-0) S 95647 95650 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76299507 19521036288 590583 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0

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

[startup+3282.3 s]
/proc/loadavg: 4.39 4.29 4.28 5/335 96049
/proc/meminfo: memFree=63607804/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=19063512 memory=1439744 CPUtime=3266.18 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 185549 0 0 0 324493 2125 0 0 20 0 20 0 76299394 19521036288 359936 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4765878 359936 5563 1 0 370536 0
[pid=95650/tid=95652] ppid=95647 vsize=19063512 memory=5148 CPUtime=3139.53 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 96120 0 0 0 312132 1821 0 0 20 0 20 0 76299395 19521036288 359936 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=19063512 memory=1439744 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 359936 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=19063512 memory=1222968 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 1217 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 359936 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95670] ppid=95647 vsize=19063512 memory=1439744 CPUtime=0 cores=5,7
/proc/95650/task/95670/stat : 95670 (Timer-0) S 95647 95650 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76299507 19521036288 359936 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 3266.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1439744 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.29 4.28 5/334 96053
/proc/meminfo: memFree=60477240/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=19063512 memory=2235160 CPUtime=3329.98 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 190847 0 0 0 330817 2181 0 0 20 0 20 0 76299394 19521036288 558790 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4765878 558790 5563 1 0 573072 0
[pid=95650/tid=95652] ppid=95647 vsize=19063512 memory=5148 CPUtime=3196.9 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 99690 0 0 0 317822 1868 0 0 20 0 20 0 76299395 19521036288 558790 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=19063512 memory=2235160 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 558790 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=19063512 memory=2235160 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 1217 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 558790 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95670] ppid=95647 vsize=19063512 memory=20972 CPUtime=0 cores=5,7
/proc/95650/task/95670/stat : 95670 (Timer-0) S 95647 95650 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76299507 19521036288 558790 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 3329.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2235160 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.30 4.28 5/333 96055
/proc/meminfo: memFree=57276048/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=19063512 memory=3179080 CPUtime=3390.13 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 192007 0 0 0 336779 2234 0 0 20 0 20 0 76299394 19521036288 794770 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4765878 794770 5563 1 0 813192 0
[pid=95650/tid=95652] ppid=95647 vsize=19063512 memory=1389728 CPUtime=3254.92 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 100199 0 0 0 323575 1917 0 0 20 0 20 0 76299395 19521036288 794770 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=19063512 memory=2235160 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 794770 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=19063512 memory=14208 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 1221 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 794770 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95670] ppid=95647 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/95650/task/95670/stat : 95670 (Timer-0) S 95647 95650 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76299507 19521036288 794770 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 3390.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3179080 KiB

[startup+3462.3 s]
/proc/loadavg: 4.34 4.30 4.28 5/332 96057
/proc/meminfo: memFree=56451156/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=19063512 memory=2819272 CPUtime=3449.16 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 195818 0 0 0 342620 2296 0 0 20 0 20 0 76299394 19521036288 704818 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4765878 704818 5563 1 0 721320 0
[pid=95650/tid=95652] ppid=95647 vsize=19063512 memory=1389728 CPUtime=3311.08 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 101284 0 0 0 329137 1971 0 0 20 0 20 0 76299395 19521036288 704818 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 704818 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=19063512 memory=14468 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 1221 0 0 0 0 0 0 0 20 0 20 0 76299398 19521036288 704818 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95670] ppid=95647 vsize=19063512 memory=1563848 CPUtime=0 cores=5,7
/proc/95650/task/95670/stat : 95670 (Timer-0) S 95647 95650 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76299507 19521036288 704818 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 3449.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2819272 KiB

[startup+3522.3 s]
/proc/loadavg: 4.44 4.34 4.29 5/333 96060
/proc/meminfo: memFree=56392688/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=19130076 memory=1416480 CPUtime=3512.67 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 201254 0 0 0 348932 2335 0 0 20 0 21 0 76299394 19589197824 354120 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4782519 354120 5563 1 0 364981 0
[pid=95650/tid=95652] ppid=95647 vsize=19130076 memory=3328 CPUtime=3368.81 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 105295 0 0 0 334880 2001 0 0 20 0 21 0 76299395 19589197824 354120 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=19130076 memory=14468 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76299398 19589197824 354120 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=19130076 memory=5632 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 1221 0 0 0 0 0 0 0 20 0 21 0 76299398 19589197824 354120 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95670] ppid=95647 vsize=19130076 memory=-6000919477018191718 CPUtime=0 cores=5,7
/proc/95650/task/95670/stat : 95670 (Timer-0) S 95647 95650 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 76299507 19589197824 354120 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 3512.67 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1416480 KiB

[startup+3582.3 s]
/proc/loadavg: 4.28 4.31 4.28 5/331 96062
/proc/meminfo: memFree=55040496/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=19130076 memory=1441452 CPUtime=3570.72 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 203393 0 0 0 354685 2387 0 0 20 0 21 0 76299394 19589197824 360363 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4782519 360363 5563 1 0 371245 0
[pid=95650/tid=95652] ppid=95647 vsize=19130076 memory=11264 CPUtime=3420.62 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 106084 0 0 0 340020 2042 0 0 20 0 21 0 76299395 19589197824 360363 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=19130076 memory=4224 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76299398 19589197824 360363 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=19130076 memory=11264 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 1221 0 0 0 0 0 0 0 20 0 21 0 76299398 19589197824 360363 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95670] ppid=95647 vsize=19130076 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/95650/task/95670/stat : 95670 (Timer-0) S 95647 95650 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 76299507 19589197824 360363 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 3570.72 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1441452 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.40 4.33 4.29 5/331 96063
/proc/meminfo: memFree=54638332/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=19130076 memory=1441480 CPUtime=3600.04 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 208054 0 0 0 357599 2405 0 0 20 0 21 0 76299394 19589197824 360370 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4782519 360370 5563 1 0 371257 0
[pid=95650/tid=95652] ppid=95647 vsize=19130076 memory=14208 CPUtime=3447.38 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) R 95647 95650 95020 0 -1 4194368 108689 0 0 0 342682 2056 0 0 20 0 21 0 76299395 19589197824 360370 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=19130076 memory=1441480 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76299398 19589197824 360370 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=19130076 memory=1425036 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 1239 0 0 0 0 0 0 0 20 0 21 0 76299398 19589197824 360370 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95670] ppid=95647 vsize=19130076 memory=11264 CPUtime=0 cores=5,7
/proc/95650/task/95670/stat : 95670 (Timer-0) S 95647 95650 95020 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 76299507 19589197824 360370 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1441480 KiB

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

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

# cumulated CPU time of all completed processes:  user=3576.33 s, system=24.0837 s

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

[startup+3609.8 s]
/proc/loadavg: 4.40 4.33 4.29 5/331 96063
/proc/meminfo: memFree=54638332/131382112 swapFree=33005784/33010684
[pid=95650] ppid=95647 vsize=19329768 memory=1442248 CPUtime=3600.4 cores=5,7
/proc/95650/stat : 95650 (java) S 95647 95650 95020 0 -1 4194304 209658 0 0 0 357633 2407 0 0 20 0 15 0 76299394 19793682432 360562 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
/proc/95650/statm: 4832442 360562 5595 1 0 372198 0
[pid=95650/tid=95652] ppid=95647 vsize=19329768 memory=1558164 CPUtime=3447.44 cores=5,7
/proc/95650/task/95652/stat : 95652 (java) D 95647 95650 95020 0 -1 4194368 108883 0 0 0 342687 2057 0 0 20 0 15 0 76299395 19793682432 360562 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95661] ppid=95647 vsize=19329768 memory=4760 CPUtime=0 cores=5,7
/proc/95650/task/95661/stat : 95661 (Finalizer) S 95647 95650 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 76299398 19793682432 360562 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
[pid=95650/tid=95668] ppid=95647 vsize=19329768 memory=2764 CPUtime=0 cores=5,7
/proc/95650/task/95668/stat : 95668 (Common-Cleaner) S 95647 95650 95020 0 -1 4194368 1239 0 0 0 0 0 0 0 20 0 15 0 76299398 19793682432 360562 18446744073709551615 93938402746368 93938402750064 140729350106384 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938402757880 93938402758672 93938410700800 140729350109488 140729350109670 140729350109670 140729350115272 0
Current children cumulated CPU time: 3600.4 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 1442248 KiB

Child status: 143

Real time (s): 3609.84
CPU time (s): 3600.42
CPU user time (s): 3576.33
CPU system time (s): 24.0837
CPU usage (%): 99.7389
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 3747068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3576.33
system time used= 24.0837
maximum resident set size= 3747068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209685
page faults= 0
swaps= 0
block input operations= 0
block output operations= 35322912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 142972
involuntary context switches= 26200


# summary of solver processes directly reported to runsolver:
#   pid: 95650
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3576.33
#   total CPU system time (s): 24.0837

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.7678 second user time and 33.5959 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-04 07:16:43
IDJOB=4523663
IDBENCH=180369
IDSOLVER=3364
FILE ID=nodeC007/4523663-1751606203
RUNJOBID= nodeC007-1751603369-95033
SLURM_JOB_ID= 9598885
Free space on /tmp= 431020 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_back_image_73_label5_adversarial_norm_inf.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523663-1751606203/watcher-4523663-1751606203 -o /tmp/evaluation-result-4523663-1751606203/solver-4523663-1751606203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751603369-95033 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4523663-1751606203 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4523663-1751606203.opb

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

MD5SUM BENCH= b9738ec4eef81a08a451499c860dc376
RANDOM SEED=1537710704

nodeC007 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		: 3591.605
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.575
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.68
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		: 3392.078
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.68
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.238
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.609
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.68
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		: 1196.954
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.68
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.719
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.68
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		: 3491.841
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        56363488 kB
MemAvailable:   99236040 kB
Buffers:              16 kB
Cached:         43546472 kB
SwapCached:          252 kB
Active:         30799268 kB
Inactive:       43141464 kB
Active(anon):   30372460 kB
Inactive(anon):    35372 kB
Active(file):     426808 kB
Inactive(file): 43106092 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005784 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           4555592 kB
Writeback:             0 kB
AnonPages:      30397216 kB
Mapped:           118636 kB
Shmem:             13504 kB
KReclaimable:     370848 kB
Slab:             605068 kB
SReclaimable:     370848 kB
SUnreclaim:       234220 kB
KernelStack:        5024 kB
PageTables:        63200 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   33971068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  29284352 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431028 MiB
End job on nodeC007 at 2025-07-04 08:16:53