Trace number 4523662

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 2025-06-06? (TO) 3600.29 3585.03

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.10/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.19	c version PB25.v20250606
0.26/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.23	c java.vm.version	22.0.1+8-16
0.26/0.23	c java.vm.vendor	Oracle Corporation
0.26/0.23	c sun.arch.data.model	64
0.26/0.23	c java.version		22.0.1
0.26/0.23	c os.name		Linux
0.26/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.23	c os.arch		amd64
0.26/0.24	c Free memory 		2104792832
0.26/0.24	c Max memory 		16282288128
0.26/0.24	c Total memory 		2113929216
0.26/0.25	c Number of processors 	2
0.41/0.36	c Pseudo Boolean Optimization by upper bound
0.41/0.36	c --- Begin Solver configuration ---
0.41/0.36	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.41/0.36	c Learn all clauses as in MiniSAT
0.41/0.36	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.41/0.36	c Expensive reason simplification
0.41/0.36	c Glucose 2.1 dynamic restart strategy
0.41/0.36	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.41/0.36	c timeout=2147483s
0.41/0.36	c DB Simplification allowed=false
0.41/0.36	c Listener: none
0.41/0.36	c --- End Solver configuration ---
0.41/0.36	c solving HOME/instance-4523662-1751603855.opb
0.41/0.36	c reading problem ... 
0.41/0.36	c  objective function found
2.24/1.36	c ... done. Wall clock time 1.0s.
2.24/1.36	c declared #vars     1450
2.24/1.37	c #constraints  2031
2.24/1.37	c constraints type 
2.24/1.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 940
2.24/1.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
2.24/1.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1088
2.24/1.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
2.24/1.37	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.24/1.37	c 2031 constraints processed.
2.24/1.39	c objective function length is 157 literals
4.18/2.34	c cleaning 2500 clauses out of 5001 with flag 15593/5001
4.91/3.01	c cleaning 4251 clauses out of 8503 with flag 38124/11003
6.01/3.75	c cleaning 5618 clauses out of 11250 with flag 63195/18001
7.44/5.14	c cleaning 6807 clauses out of 13632 with flag 93171/26001
8.73/6.44	c cleaning 7904 clauses out of 15825 with flag 127297/35001
9.81/7.55	c cleaning 8956 clauses out of 17921 with flag 163686/45001
12.96/10.32	c cleaning 9981 clauses out of 19964 with flag 198916/56000
14.55/11.95	c cleaning 10988 clauses out of 21984 with flag 240197/68001
16.23/13.64	c cleaning 11991 clauses out of 23996 with flag 289723/81001
18.94/16.30	c cleaning 12997 clauses out of 26004 with flag 348303/95000
21.06/18.41	c cleaning 13999 clauses out of 28008 with flag 412957/110001
23.26/20.64	c cleaning 14999 clauses out of 30009 with flag 462928/126001
25.64/22.94	c cleaning 15999 clauses out of 32009 with flag 521227/143000
27.43/24.61	c cleaning 16991 clauses out of 34010 with flag 572309/161000
28.33/25.56	c cleaning 17992 clauses out of 36019 with flag 611605/180000
29.33/26.58	c cleaning 18993 clauses out of 38027 with flag 652675/200000
30.62/27.81	c cleaning 19994 clauses out of 40034 with flag 696099/221000
31.72/28.98	c cleaning 21002 clauses out of 42040 with flag 741638/243000
32.93/30.14	c cleaning 22000 clauses out of 44040 with flag 789055/266002
34.21/31.46	c cleaning 22999 clauses out of 46038 with flag 838741/290000
35.51/32.76	c cleaning 23999 clauses out of 48040 with flag 890544/315001
36.92/34.13	c cleaning 24999 clauses out of 50042 with flag 944232/341002
38.51/35.70	c cleaning 26002 clauses out of 52041 with flag 1000127/368000
40.10/37.30	c cleaning 27004 clauses out of 54039 with flag 1058103/396000
41.61/38.89	c cleaning 27998 clauses out of 56035 with flag 1117529/425000
43.30/40.51	c cleaning 28999 clauses out of 58038 with flag 1179338/455001
46.09/43.37	c cleaning 30007 clauses out of 60041 with flag 1243357/486003
48.84/46.00	c cleaning 30997 clauses out of 62032 with flag 1309656/518001
51.43/48.67	c cleaning 31997 clauses out of 64034 with flag 1377853/551000
53.52/50.72	c cleaning 33001 clauses out of 66038 with flag 1448027/585001
55.52/52.73	c cleaning 33996 clauses out of 68036 with flag 1519952/620000
57.61/54.82	c cleaning 35002 clauses out of 70041 with flag 1593922/656001
59.71/56.99	c cleaning 36002 clauses out of 72038 with flag 1669898/693000
62.00/59.25	c cleaning 36996 clauses out of 74038 with flag 1747705/731002
64.43/61.70	c cleaning 37997 clauses out of 76040 with flag 1827547/770000
66.83/64.01	c cleaning 39004 clauses out of 78044 with flag 1909848/810001
69.22/66.40	c cleaning 39997 clauses out of 80040 with flag 1994417/851001
71.61/68.87	c cleaning 41002 clauses out of 82043 with flag 2080489/893001
74.31/71.51	c cleaning 42003 clauses out of 84042 with flag 2168913/936002
77.10/74.35	c cleaning 42998 clauses out of 86038 with flag 2258835/980001
79.91/77.14	c cleaning 43995 clauses out of 88040 with flag 2350977/1025001
82.99/80.25	c cleaning 45002 clauses out of 90044 with flag 2445393/1071000
85.90/83.14	c cleaning 46001 clauses out of 92042 with flag 2541710/1118000
88.90/86.17	c cleaning 47002 clauses out of 94042 with flag 2640444/1166001
92.18/89.42	c cleaning 47998 clauses out of 96039 with flag 2741321/1215000
95.57/92.86	c cleaning 49006 clauses out of 98043 with flag 2844408/1265002
99.35/96.69	c cleaning 49994 clauses out of 100035 with flag 2950094/1316000
102.76/100.09	c cleaning 51002 clauses out of 102043 with flag 3057483/1368002
106.44/103.73	c cleaning 51999 clauses out of 104040 with flag 3166676/1421001
109.74/107.08	c cleaning 53001 clauses out of 106044 with flag 3277474/1475004
113.42/110.70	c cleaning 53999 clauses out of 108040 with flag 3390279/1530001
117.02/114.33	c cleaning 54996 clauses out of 110040 with flag 3505702/1586000
120.61/117.98	c cleaning 56000 clauses out of 112044 with flag 3622812/1643000
124.30/121.66	c cleaning 56999 clauses out of 114044 with flag 3742281/1701000
128.10/125.46	c cleaning 58006 clauses out of 116049 with flag 3865066/1760004
132.19/129.55	c cleaning 59000 clauses out of 118042 with flag 3989264/1820003
136.19/133.52	c cleaning 59999 clauses out of 120041 with flag 4114794/1881002
140.48/137.87	c cleaning 60999 clauses out of 122040 with flag 4242961/1943000
144.78/142.17	c cleaning 62001 clauses out of 124042 with flag 4372919/2006001
149.47/146.81	c cleaning 63001 clauses out of 126041 with flag 4504476/2070001
154.93/152.34	c cleaning 63998 clauses out of 128041 with flag 4638245/2135002
159.49/156.99	c cleaning 64997 clauses out of 130041 with flag 4773891/2201000
164.24/161.71	c cleaning 66003 clauses out of 132046 with flag 4911724/2268002
169.39/166.96	c cleaning 67007 clauses out of 134043 with flag 5051892/2336002
175.39/172.91	c cleaning 67996 clauses out of 136035 with flag 5193727/2405001
180.50/178.02	c cleaning 68996 clauses out of 138038 with flag 5337569/2475000
186.08/183.69	c cleaning 70000 clauses out of 140042 with flag 5484053/2546000
191.56/189.05	c cleaning 70997 clauses out of 142043 with flag 5632346/2618001
198.09/195.51	c cleaning 72003 clauses out of 144045 with flag 5782936/2691000
204.97/202.48	c cleaning 72997 clauses out of 146042 with flag 5936247/2765000
210.86/208.35	c cleaning 74004 clauses out of 148046 with flag 6091487/2840001
216.99/214.40	c cleaning 74998 clauses out of 150041 with flag 6247915/2916000
222.59/220.03	c cleaning 76003 clauses out of 152045 with flag 6407338/2993002
228.68/226.16	c cleaning 76997 clauses out of 154043 with flag 6568654/3071003
235.16/232.57	c cleaning 78000 clauses out of 156043 with flag 6732627/3150000
241.45/238.81	c cleaning 78998 clauses out of 158043 with flag 6897514/3230000
248.76/246.03	c cleaning 80000 clauses out of 160047 with flag 7063706/3311002
256.44/253.60	c cleaning 81000 clauses out of 162045 with flag 7232131/3393000
263.23/260.48	c cleaning 81996 clauses out of 164045 with flag 7402803/3476000
269.71/266.97	c cleaning 83001 clauses out of 166049 with flag 7575364/3560000
277.18/274.33	c cleaning 84005 clauses out of 168049 with flag 7749374/3645001
284.87/282.04	c cleaning 85001 clauses out of 170044 with flag 7926398/3731001
292.15/289.32	c cleaning 85999 clauses out of 172043 with flag 8105944/3818001
301.14/298.22	c cleaning 86999 clauses out of 174043 with flag 8286811/3906000
308.93/306.07	c cleaning 88000 clauses out of 176045 with flag 8471267/3995001
316.51/313.69	c cleaning 88998 clauses out of 178044 with flag 8656260/4085000
325.21/322.37	c cleaning 89997 clauses out of 180046 with flag 8843475/4176000
332.59/329.71	c cleaning 91005 clauses out of 182049 with flag 9032910/4268000
339.99/337.13	c cleaning 92001 clauses out of 184046 with flag 9224543/4361002
347.40/344.55	c cleaning 93002 clauses out of 186046 with flag 9417592/4455003
356.45/353.52	c cleaning 93998 clauses out of 188041 with flag 9612825/4550000
363.83/360.96	c cleaning 95001 clauses out of 190044 with flag 9809821/4646001
371.94/369.05	c cleaning 96007 clauses out of 192043 with flag 10009223/4743001
380.47/377.51	c cleaning 96998 clauses out of 194037 with flag 10210632/4841002
388.85/385.95	c cleaning 97995 clauses out of 196038 with flag 10413554/4940001
398.65/395.64	c cleaning 98999 clauses out of 198042 with flag 10618265/5040000
407.24/404.23	c cleaning 100001 clauses out of 200043 with flag 10825231/5141000
417.67/414.53	c cleaning 101002 clauses out of 202043 with flag 11034911/5243001
427.60/424.46	c cleaning 102000 clauses out of 204042 with flag 11246401/5346002
436.77/433.53	c cleaning 103005 clauses out of 206040 with flag 11460771/5450000
445.85/442.62	c cleaning 104000 clauses out of 208036 with flag 11677068/5555001
455.12/451.82	c cleaning 104996 clauses out of 210035 with flag 11894770/5661000
463.61/460.33	c cleaning 105996 clauses out of 212040 with flag 12114289/5768001
474.65/471.34	c cleaning 107002 clauses out of 214043 with flag 12336635/5876000
484.82/481.59	c cleaning 108000 clauses out of 216041 with flag 12561005/5985000
496.90/493.52	c cleaning 109001 clauses out of 218043 with flag 12787569/6095002
507.72/504.27	c cleaning 110000 clauses out of 220042 with flag 13015635/6206002
518.41/514.93	c cleaning 110993 clauses out of 222040 with flag 13245767/6318000
528.78/525.38	c cleaning 112000 clauses out of 224047 with flag 13477969/6431000
539.34/535.87	c cleaning 113004 clauses out of 226048 with flag 13712061/6545001
549.63/546.11	c cleaning 113997 clauses out of 228043 with flag 13948135/6660000
562.18/558.63	c cleaning 115002 clauses out of 230046 with flag 14186794/6776000
573.16/569.65	c cleaning 116003 clauses out of 232046 with flag 14426905/6893002
585.03/581.41	c cleaning 117001 clauses out of 234041 with flag 14668474/7011000
596.86/593.13	c cleaning 117995 clauses out of 236043 with flag 14912550/7130003
608.43/604.78	c cleaning 118998 clauses out of 238045 with flag 15158812/7250000
619.73/616.03	c cleaning 120001 clauses out of 240048 with flag 15406464/7371001
632.40/628.64	c cleaning 120998 clauses out of 242047 with flag 15656502/7493001
645.06/641.15	c cleaning 122005 clauses out of 244048 with flag 15910993/7616000
656.64/652.79	c cleaning 123001 clauses out of 246043 with flag 16167080/7740000
670.35/666.30	c cleaning 123996 clauses out of 248042 with flag 16424759/7865000
682.14/678.16	c cleaning 125006 clauses out of 250048 with flag 16685294/7991002
697.14/693.17	c cleaning 125999 clauses out of 252040 with flag 16947794/8118000
710.20/706.13	c cleaning 126996 clauses out of 254041 with flag 17211707/8246000
722.66/718.69	c cleaning 128001 clauses out of 256046 with flag 17476719/8375001
735.14/731.01	c cleaning 129004 clauses out of 258047 with flag 17744712/8505003
746.51/742.40	c cleaning 129998 clauses out of 260042 with flag 18013660/8636002
758.11/753.98	c cleaning 130999 clauses out of 262042 with flag 18285949/8768000
772.95/768.69	c cleaning 132003 clauses out of 264045 with flag 18561723/8901002
785.73/781.47	c cleaning 133000 clauses out of 266040 with flag 18837734/9035000
798.82/794.43	c cleaning 133997 clauses out of 268042 with flag 19116202/9170002
812.99/808.61	c cleaning 135002 clauses out of 270044 with flag 19399168/9306001
829.09/824.74	c cleaning 136001 clauses out of 272042 with flag 19684653/9443001
843.04/838.62	c cleaning 136996 clauses out of 274040 with flag 19970703/9581000
858.01/853.69	c cleaning 138001 clauses out of 276045 with flag 20258761/9720001
871.68/867.38	c cleaning 139003 clauses out of 278044 with flag 20549171/9860001
885.55/881.14	c cleaning 139998 clauses out of 280040 with flag 20840806/10001000
899.92/895.54	c cleaning 140998 clauses out of 282042 with flag 21135158/10143000
915.20/910.88	c cleaning 142003 clauses out of 284046 with flag 21430248/10286002
931.95/927.56	c cleaning 142994 clauses out of 286041 with flag 21728000/10430000
945.54/941.09	c cleaning 144000 clauses out of 288047 with flag 22027488/10575000
961.10/956.53	c cleaning 144995 clauses out of 290047 with flag 22329157/10721000
977.74/973.23	c cleaning 146003 clauses out of 292053 with flag 22633670/10868001
994.32/989.85	c cleaning 147003 clauses out of 294050 with flag 22941198/11016001
1010.78/1006.24	c cleaning 148003 clauses out of 296049 with flag 23251307/11165003
1027.57/1023.02	c cleaning 149001 clauses out of 298044 with flag 23562231/11315001
1043.32/1038.80	c cleaning 149997 clauses out of 300042 with flag 23874741/11466000
1062.31/1057.88	c cleaning 150999 clauses out of 302047 with flag 24190021/11618002
1081.93/1077.35	c cleaning 152002 clauses out of 304046 with flag 24507011/11771000
1098.31/1093.79	c cleaning 153003 clauses out of 306044 with flag 24824621/11925000
1114.99/1110.49	c cleaning 153998 clauses out of 308042 with flag 25146443/12080001
1131.73/1127.18	c cleaning 154998 clauses out of 310043 with flag 25468274/12236000
1148.98/1144.35	c cleaning 156002 clauses out of 312047 with flag 25792049/12393002
1165.06/1160.39	c cleaning 157002 clauses out of 314043 with flag 26118371/12551000
1182.49/1177.73	c cleaning 157996 clauses out of 316042 with flag 26445569/12710001
1199.43/1194.57	c cleaning 159006 clauses out of 318049 with flag 26774873/12870004
1217.20/1212.39	c cleaning 160000 clauses out of 320040 with flag 27107708/13031001
1235.40/1229.45	c cleaning 160998 clauses out of 322040 with flag 27444105/13193001
1251.22/1245.23	c cleaning 161997 clauses out of 324041 with flag 27780273/13356000
1269.67/1263.62	c cleaning 162999 clauses out of 326046 with flag 28118810/13520002
1287.24/1281.29	c cleaning 163998 clauses out of 328046 with flag 28459924/13685001
1305.12/1299.01	c cleaning 165005 clauses out of 330051 with flag 28801973/13851004
1322.74/1316.69	c cleaning 165997 clauses out of 332042 with flag 29146709/14018000
1341.25/1335.12	c cleaning 167003 clauses out of 334048 with flag 29493567/14186003
1361.93/1355.82	c cleaning 167999 clauses out of 336042 with flag 29843745/14355000
1380.30/1374.29	c cleaning 168999 clauses out of 338043 with flag 30194744/14525000
1399.30/1393.25	c cleaning 169998 clauses out of 340047 with flag 30546511/14696003
1418.69/1412.50	c cleaning 171004 clauses out of 342046 with flag 30901893/14868000
1438.49/1432.21	c cleaning 172001 clauses out of 344044 with flag 31260395/15041002
1460.37/1454.09	c cleaning 172995 clauses out of 346042 with flag 31621807/15215001
1481.11/1474.77	c cleaning 174003 clauses out of 348047 with flag 31986053/15390001
1501.85/1495.46	c cleaning 174998 clauses out of 350043 with flag 32350895/15566000
1521.65/1515.15	c cleaning 175999 clauses out of 352046 with flag 32716552/15743001
1540.91/1534.43	c cleaning 177003 clauses out of 354046 with flag 33085166/15921000
1561.57/1555.06	c cleaning 177996 clauses out of 356043 with flag 33455913/16100000
1582.32/1575.72	c cleaning 179005 clauses out of 358049 with flag 33830058/16280002
1602.42/1595.73	c cleaning 179997 clauses out of 360042 with flag 34205197/16461000
1624.54/1617.71	c cleaning 180998 clauses out of 362045 with flag 34581514/16643000
1645.92/1639.13	c cleaning 182006 clauses out of 364048 with flag 34960046/16826001
1666.58/1659.88	c cleaning 182999 clauses out of 366042 with flag 35340490/17010001
1688.09/1681.30	c cleaning 184004 clauses out of 368043 with flag 35724987/17195001
1710.82/1704.05	c cleaning 184993 clauses out of 370039 with flag 36109854/17381001
1731.68/1724.85	c cleaning 186000 clauses out of 372047 with flag 36494789/17568002
1752.16/1745.28	c cleaning 187002 clauses out of 374046 with flag 36882216/17756001
1772.08/1765.07	c cleaning 187998 clauses out of 376043 with flag 37271897/17945000
1794.25/1787.14	c cleaning 189002 clauses out of 378045 with flag 37664472/18135000
1816.99/1809.86	c cleaning 189996 clauses out of 380044 with flag 38057643/18326001
1838.85/1831.60	c cleaning 191004 clauses out of 382047 with flag 38453559/18518000
1857.81/1850.62	c cleaning 192007 clauses out of 384047 with flag 38850929/18711004
1879.63/1872.47	c cleaning 192993 clauses out of 386037 with flag 39251318/18905001
1900.40/1893.16	c cleaning 193998 clauses out of 388043 with flag 39653218/19100000
1921.22/1913.90	c cleaning 194998 clauses out of 390045 with flag 40057729/19296000
1944.68/1937.39	c cleaning 196004 clauses out of 392050 with flag 40464935/19493003
1966.82/1959.32	c cleaning 196998 clauses out of 394043 with flag 40872740/19691000
1993.94/1986.32	c cleaning 197997 clauses out of 396045 with flag 41288420/19890000
2017.36/2009.73	c cleaning 199004 clauses out of 398051 with flag 41702994/20090003
2040.04/2032.37	c cleaning 200006 clauses out of 400045 with flag 42121715/20291001
2069.01/2061.33	c cleaning 200995 clauses out of 402038 with flag 42542700/20493000
2094.87/2087.18	c cleaning 201999 clauses out of 404043 with flag 42966393/20696000
2118.26/2110.33	c cleaning 202993 clauses out of 406044 with flag 43388408/20900000
2144.87/2136.91	c cleaning 204004 clauses out of 408051 with flag 43812319/21105000
2167.94/2159.91	c cleaning 205001 clauses out of 410047 with flag 44238356/21311000
2192.83/2184.80	c cleaning 205996 clauses out of 412046 with flag 44665748/21518000
2216.79/2208.76	c cleaning 207003 clauses out of 414051 with flag 45096096/21726001
2241.96/2233.88	c cleaning 208000 clauses out of 416047 with flag 45526753/21935000
2266.45/2258.32	c cleaning 209005 clauses out of 418048 with flag 45958591/22145001
2292.35/2284.01	c cleaning 209996 clauses out of 420044 with flag 46393425/22356002
2316.08/2307.87	c cleaning 211001 clauses out of 422046 with flag 46833819/22568000
2341.61/2332.93	c cleaning 212000 clauses out of 424046 with flag 47273101/22781001
2364.29/2355.69	c cleaning 213001 clauses out of 426047 with flag 47713543/22995002
2388.43/2379.73	c cleaning 213997 clauses out of 428045 with flag 48157273/23210001
2412.87/2404.16	c cleaning 215001 clauses out of 430047 with flag 48603438/23426000
2438.51/2429.73	c cleaning 216000 clauses out of 432048 with flag 49052351/23643002
2464.56/2455.67	c cleaning 216999 clauses out of 434046 with flag 49502188/23861000
2490.39/2481.52	c cleaning 217999 clauses out of 436047 with flag 49953262/24080000
2515.44/2506.57	c cleaning 219001 clauses out of 438048 with flag 50409921/24300000
2540.60/2531.65	c cleaning 219998 clauses out of 440049 with flag 50869149/24521002
2567.32/2558.04	c cleaning 221002 clauses out of 442049 with flag 51328391/24743000
2594.20/2584.89	c cleaning 221996 clauses out of 444047 with flag 51788655/24966000
2618.42/2608.99	c cleaning 222998 clauses out of 446052 with flag 52250646/25190001
2642.70/2633.18	c cleaning 224007 clauses out of 448054 with flag 52713297/25415001
2667.12/2657.54	c cleaning 225003 clauses out of 450046 with flag 53179412/25641000
2693.72/2684.06	c cleaning 226000 clauses out of 452044 with flag 53647298/25868001
2719.60/2709.82	c cleaning 227003 clauses out of 454043 with flag 54117293/26096000
2743.39/2733.50	c cleaning 227996 clauses out of 456040 with flag 54588684/26325000
2766.88/2756.91	c cleaning 229005 clauses out of 458044 with flag 55060482/26555000
2793.12/2783.02	c cleaning 229995 clauses out of 460039 with flag 55536180/26786000
2819.56/2809.43	c cleaning 231002 clauses out of 462045 with flag 56013680/27018001
2843.31/2833.13	c cleaning 231998 clauses out of 464043 with flag 56493872/27251001
2869.33/2858.91	c cleaning 232998 clauses out of 466044 with flag 56976047/27485000
2897.94/2887.48	c cleaning 234003 clauses out of 468046 with flag 57462178/27720000
2928.62/2918.02	c cleaning 234998 clauses out of 470044 with flag 57948696/27956001
2955.04/2944.34	c cleaning 235998 clauses out of 472046 with flag 58436031/28193001
2981.20/2970.42	c cleaning 236999 clauses out of 474047 with flag 58925178/28431000
3007.10/2996.36	c cleaning 238000 clauses out of 476048 with flag 59416445/28670000
3035.72/3025.10	c cleaning 239004 clauses out of 478050 with flag 59910890/28910002
3063.39/3052.66	c cleaning 239998 clauses out of 480044 with flag 60407427/29151000
3090.39/3079.38	c cleaning 240999 clauses out of 482047 with flag 60905472/29393001
3117.20/3106.07	c cleaning 242000 clauses out of 484047 with flag 61406143/29636000
3145.52/3134.36	c cleaning 243004 clauses out of 486047 with flag 61909141/29880000
3174.80/3163.57	c cleaning 244003 clauses out of 488045 with flag 62414289/30125002
3201.96/3190.60	c cleaning 244997 clauses out of 490041 with flag 62921093/30371001
3227.79/3216.44	c cleaning 245995 clauses out of 492045 with flag 63429636/30618002
3253.16/3241.70	c cleaning 247001 clauses out of 494051 with flag 63940141/30866003
3283.87/3272.27	c cleaning 247999 clauses out of 496047 with flag 64451721/31115000
3311.56/3299.85	c cleaning 249002 clauses out of 498048 with flag 64966160/31365000
3338.45/3326.74	c cleaning 250006 clauses out of 500047 with flag 65483767/31616001
3367.60/3355.83	c cleaning 250998 clauses out of 502040 with flag 66007716/31868000
3397.25/3385.23	c cleaning 252001 clauses out of 504043 with flag 66530065/32121001
3426.92/3413.59	c cleaning 252996 clauses out of 506042 with flag 67055841/32375001
3456.74/3443.33	c cleaning 254001 clauses out of 508046 with flag 67582576/32630001
3484.67/3471.29	c cleaning 254998 clauses out of 510045 with flag 68111853/32886001
3515.82/3502.45	c cleaning 255997 clauses out of 512048 with flag 68641112/33143002
3546.95/3533.56	c cleaning 257001 clauses out of 514049 with flag 69175384/33401000
3581.88/3567.61	c cleaning 258001 clauses out of 516052 with flag 69710114/33660004
3600.00/3584.83	c timeout
3600.00/3584.83	c starts		: 38
3600.00/3584.84	c conflicts		: 33850924
3600.00/3584.84	c decisions		: 36172055
3600.00/3584.84	c propagations		: 133440583
3600.00/3584.84	c inspects		: 20593435209
3600.00/3584.84	c shortcuts		: 0
3600.00/3584.84	c learnt literals	: 0
3600.00/3584.84	c learnt binary clauses	: 0
3600.00/3584.84	c learnt ternary clauses	: 0
3600.00/3584.84	c learnt constraints	: 33850924
3600.00/3584.84	c ignored constraints	: 0
3600.00/3584.84	c root simplifications	: 0
3600.00/3584.84	c removed literals (reason simplification)	: 4061579
3600.00/3584.84	c reason swapping (by a shorter reason)	: 0
3600.00/3584.84	c Calls to reduceDB	: 255
3600.00/3584.84	c Number of update (reduction) of LBD	: 1956225
3600.00/3584.84	c Imported unit clauses	: 0
3600.00/3584.84	c No decision after first conflict	: false
3600.00/3584.84	c number of reductions to clauses (during analyze)	: 0
3600.00/3584.84	c number of learned constraints concerned by reduction	: 0
3600.00/3584.84	c number of learning phase by resolution	: 0
3600.00/3584.84	c number of learning phase by cutting planes	: 0
3600.00/3584.84	c number of rounding to 1 operations	: 0
3600.00/3584.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3584.84	c number of reductions of the coefficients by power 2 	: 0
3600.00/3584.84	c number of right shift for reduction by power 2 	: 0
3600.00/3584.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3584.84	c number of ending skipping 	: 0
3600.00/3584.84	c number of internal skipping 	: 0
3600.00/3584.84	c number of derivation steps 	: 0
3600.00/3584.84	c number of skipped derivation steps 	: 0
3600.00/3584.84	c number of remaining unassigned 	: 0
3600.00/3584.84	c number of remaining assigned 	: 0
3600.00/3584.84	c number of falsified literals weakened from reason	: 0
3600.00/3584.84	c number of falsified literals weakened from conflict	: 0
3600.00/3584.84	c time for arithmetic operations	: 0
3600.00/3584.85	c minimum degree of deleted constraints	: null
3600.00/3584.85	c maximum degree of deleted constraints	: null
3600.00/3584.85	c number of deleted constraints	: 0
3600.00/3584.85	c speed (assignments/second)	: 37238.00967279865
3600.00/3584.85	c non guided choices	: 1589
3600.16/3584.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 448971
3600.16/3584.99	s UNKNOWN
3600.16/3584.99	c Total wall clock time (in seconds): 3584.638

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523662-1751603855/watcher-4523662-1751603855 -o /tmp/evaluation-result-4523662-1751603855/solver-4523662-1751603855 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751595442-85915 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4523662-1751603855.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=87165, runsolver pid=87162

[startup+0.100073 s]*
/proc/loadavg: 4.15 4.15 4.17 6/325 87183
/proc/meminfo: memFree=119839676/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=18930384 memory=47176 CPUtime=0.1 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 5682 0 0 0 7 3 0 0 20 0 18 0 76064851 19384713216 11794 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4732596 11794 5109 1 0 546893 0
[pid=87165/tid=87167] ppid=87162 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 4584 0 0 0 4 2 0 0 20 0 18 0 76064854 19384713216 11794 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76064858 19384713216 11826 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=18930384 memory=58494082630061 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76064859 19384713216 11826 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47176 KiB

[startup+0.213765 s]*
/proc/loadavg: 4.15 4.15 4.17 6/325 87183
/proc/meminfo: memFree=119836652/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=18930384 memory=51016 CPUtime=0.26 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 6426 0 0 0 22 4 0 0 20 0 18 0 76064851 19384713216 12754 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4732596 12754 5333 1 0 547512 0
[pid=87165/tid=87167] ppid=87162 vsize=18930384 memory=4026794268 CPUtime=0.15 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 4961 0 0 0 13 2 0 0 20 0 18 0 76064854 19384713216 12754 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=18930384 memory=13926 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76064858 19384713216 12754 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76064859 19384713216 12754 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51016 KiB

[startup+0.31472 s]*
/proc/loadavg: 4.15 4.15 4.17 7/325 87183
/proc/meminfo: memFree=119829532/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=18930384 memory=58236 CPUtime=0.41 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 6701 0 0 0 37 4 0 0 20 0 18 0 76064851 19384713216 14559 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4732596 14559 5333 1 0 547712 0
[pid=87165/tid=87167] ppid=87162 vsize=18930384 memory=-6000919498459800935 CPUtime=0.24 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 5123 0 0 0 21 3 0 0 20 0 18 0 76064854 19384713216 14559 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76064858 19384713216 14559 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76064859 19384713216 14559 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58236 KiB

[startup+0.70032 s]
/proc/loadavg: 4.15 4.15 4.17 6/325 87183
/proc/meminfo: memFree=119817308/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=18930384 memory=101316 CPUtime=1.13 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 8603 0 0 0 107 6 0 0 20 0 18 0 76064851 19384713216 25329 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4732596 25329 5429 1 0 549036 0
[pid=87165/tid=87167] ppid=87162 vsize=18930384 memory=14464 CPUtime=0.6 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 5261 0 0 0 56 4 0 0 20 0 18 0 76064854 19384713216 25329 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=18930384 memory=11136 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76064858 19384713216 25329 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76064859 19384713216 25329 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 101316 KiB

[startup+1.50027 s]
/proc/loadavg: 4.15 4.15 4.17 6/326 87184
/proc/meminfo: memFree=119725684/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=19063512 memory=191704 CPUtime=2.62 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 9183 0 0 0 252 10 0 0 20 0 20 0 76064851 19521036288 47926 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4765878 47926 5493 1 0 549786 0
[pid=87165/tid=87167] ppid=87162 vsize=19063512 memory=3200 CPUtime=1.22 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 5420 0 0 0 116 6 0 0 20 0 20 0 76064854 19521036288 47926 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76064858 19521036288 47926 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76064859 19521036288 47926 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191704 KiB

[startup+3.11374 s]
/proc/loadavg: 4.15 4.15 4.17 6/327 87185
/proc/meminfo: memFree=119657756/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=19063512 memory=258920 CPUtime=5.25 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 15855 0 0 0 513 12 0 0 20 0 20 0 76064851 19521036288 64730 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4765878 64730 5493 1 0 1077669 0
[pid=87165/tid=87167] ppid=87162 vsize=19063512 memory=11136 CPUtime=2.74 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 5858 0 0 0 267 7 0 0 20 0 20 0 76064854 19521036288 64730 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76064858 19521036288 64730 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 76064859 19521036288 64730 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87185] ppid=87162 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/87165/task/87185/stat : 87185 (Timer-0) S 87162 87165 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76064991 19521036288 64730 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 5.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 258920 KiB

[startup+6.30027 s]
/proc/loadavg: 4.13 4.15 4.17 5/327 87185
/proc/meminfo: memFree=119477532/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=19063512 memory=415756 CPUtime=8.63 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 17693 0 0 0 847 16 0 0 20 0 20 0 76064851 19521036288 103939 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4765878 103939 5493 1 0 1077868 0
[pid=87165/tid=87167] ppid=87162 vsize=19063512 memory=0 CPUtime=5.89 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 6201 0 0 0 579 10 0 0 20 0 20 0 76064854 19521036288 103939 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=19063512 memory=-8412658736309758876 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76064858 19521036288 103939 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=19063512 memory=-6000919498459800935 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 76064859 19521036288 103939 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87185] ppid=87162 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/87165/task/87185/stat : 87185 (Timer-0) S 87162 87165 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76064991 19521036288 103939 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 8.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 415756 KiB

[startup+12.7003 s]
/proc/loadavg: 4.28 4.18 4.18 5/327 87185
/proc/meminfo: memFree=119310196/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=19063512 memory=588388 CPUtime=15.34 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 20304 0 0 0 1513 21 0 0 20 0 20 0 76064851 19521036288 147097 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4765878 147097 5493 1 0 1077870 0
[pid=87165/tid=87167] ppid=87162 vsize=19063512 memory=0 CPUtime=11.93 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 7043 0 0 0 1182 11 0 0 20 0 20 0 76064854 19521036288 147097 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=19063512 memory=588388 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76064858 19521036288 147097 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 76064859 19521036288 147097 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87185] ppid=87162 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/87165/task/87185/stat : 87185 (Timer-0) S 87162 87165 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76064991 19521036288 147097 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 15.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 588388 KiB

[startup+25.5005 s]
/proc/loadavg: 4.22 4.17 4.18 5/327 87186
/proc/meminfo: memFree=118768708/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=19063512 memory=1232848 CPUtime=28.33 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 25437 0 0 0 2797 36 0 0 20 0 20 0 76064851 19521036288 308212 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4765878 308212 5525 1 0 1199017 0
[pid=87165/tid=87167] ppid=87162 vsize=19063512 memory=-6000919498459800935 CPUtime=24.44 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 8364 0 0 0 2422 22 0 0 20 0 20 0 76064854 19521036288 308212 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=19063512 memory=3196 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76064858 19521036288 308212 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=19063512 memory=641808 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 76064859 19521036288 308212 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87185] ppid=87162 vsize=19063512 memory=635664 CPUtime=0 cores=4,6
/proc/87165/task/87185/stat : 87185 (Timer-0) S 87162 87165 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76064991 19521036288 308212 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 28.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1232848 KiB

[startup+51.1133 s]
/proc/loadavg: 4.14 4.15 4.18 5/327 87186
/proc/meminfo: memFree=116828464/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=19063512 memory=3043484 CPUtime=53.93 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 29001 0 0 0 5317 76 0 0 20 0 20 0 76064851 19521036288 760871 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4765878 760871 5525 1 0 1199039 0
[pid=87165/tid=87167] ppid=87162 vsize=19063512 memory=3043484 CPUtime=49.67 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 10530 0 0 0 4909 58 0 0 20 0 20 0 76064854 19521036288 760871 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=19063512 memory=-6000919498459800935 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76064858 19521036288 760871 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=19063512 memory=1984600 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 76064859 19521036288 760871 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87185] ppid=87162 vsize=19063512 memory=697232 CPUtime=0 cores=4,6
/proc/87165/task/87185/stat : 87185 (Timer-0) S 87162 87165 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76064991 19521036288 760871 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 53.93 s

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

/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76064858 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=19063512 memory=4772944 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 1729 0 0 0 0 0 0 0 20 0 20 0 76064859 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87185] ppid=87162 vsize=19063512 memory=4772944 CPUtime=0 cores=4,6
/proc/87165/task/87185/stat : 87185 (Timer-0) S 87162 87165 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76064991 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 3233.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4772944 KiB

[startup+3282.3 s]
/proc/loadavg: 1.15 1.18 2.03 2/251 87449
/proc/meminfo: memFree=125365432/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=19063512 memory=4772944 CPUtime=3293.97 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 173477 0 0 0 329079 318 0 0 20 0 20 0 76064851 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4765878 1193236 5525 1 0 1206363 0
[pid=87165/tid=87167] ppid=87162 vsize=19063512 memory=4772944 CPUtime=3249.92 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 92705 0 0 0 324913 79 0 0 20 0 20 0 76064854 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76064858 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 1729 0 0 0 0 0 0 0 20 0 20 0 76064859 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87185] ppid=87162 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/87165/task/87185/stat : 87185 (Timer-0) S 87162 87165 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76064991 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 3293.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4772944 KiB

[startup+3342.3 s]
/proc/loadavg: 1.05 1.15 1.96 2/251 87451
/proc/meminfo: memFree=125365464/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=19063512 memory=4772944 CPUtime=3354.11 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 175598 0 0 0 335089 322 0 0 20 0 20 0 76064851 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4765878 1193236 5525 1 0 1206363 0
[pid=87165/tid=87167] ppid=87162 vsize=19063512 memory=30244 CPUtime=3309.43 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 94624 0 0 0 330864 79 0 0 20 0 20 0 76064854 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=19063512 memory=4772944 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76064858 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 1776 0 0 0 0 0 0 0 20 0 20 0 76064859 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87185] ppid=87162 vsize=19063512 memory=4772944 CPUtime=0 cores=4,6
/proc/87165/task/87185/stat : 87185 (Timer-0) S 87162 87165 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76064991 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 3354.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4772944 KiB

[startup+3402.3 s]
/proc/loadavg: 1.06 1.13 1.91 3/252 87456
/proc/meminfo: memFree=125365828/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=19063512 memory=4772944 CPUtime=3414.75 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 182299 0 0 0 341149 326 0 0 20 0 20 0 76064851 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4765878 1193236 5525 1 0 1206363 0
[pid=87165/tid=87167] ppid=87162 vsize=19063512 memory=4772944 CPUtime=3368.72 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 100539 0 0 0 336792 80 0 0 20 0 20 0 76064854 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=19063512 memory=4772944 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76064858 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 1823 0 0 0 0 0 0 0 20 0 20 0 76064859 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87185] ppid=87162 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/87165/task/87185/stat : 87185 (Timer-0) S 87162 87165 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76064991 19521036288 1193236 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 3414.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4772944 KiB

[startup+3462.3 s]
/proc/loadavg: 1.12 1.14 1.86 2/252 87458
/proc/meminfo: memFree=125366728/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=19063512 memory=4773584 CPUtime=3475.78 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 188289 0 0 0 347247 331 0 0 20 0 20 0 76064851 19521036288 1193396 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4765878 1193396 5525 1 0 1206554 0
[pid=87165/tid=87167] ppid=87162 vsize=19063512 memory=4772944 CPUtime=3428.46 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 104268 0 0 0 342766 80 0 0 20 0 20 0 76064854 19521036288 1193396 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=19063512 memory=4773584 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76064858 19521036288 1193396 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=19063512 memory=-6000919498459800935 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 1823 0 0 0 0 0 0 0 20 0 20 0 76064859 19521036288 1193396 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87185] ppid=87162 vsize=19063512 memory=4773584 CPUtime=0 cores=4,6
/proc/87165/task/87185/stat : 87185 (Timer-0) S 87162 87165 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76064991 19521036288 1193396 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 3475.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4773584 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.12 1.81 2/252 87460
/proc/meminfo: memFree=125365480/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=19063512 memory=4773584 CPUtime=3535.77 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 190574 0 0 0 353242 335 0 0 20 0 20 0 76064851 19521036288 1193396 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4765878 1193396 5525 1 0 1206556 0
[pid=87165/tid=87167] ppid=87162 vsize=19063512 memory=14464 CPUtime=3488.11 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 106163 0 0 0 348730 81 0 0 20 0 20 0 76064854 19521036288 1193396 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76064858 19521036288 1193396 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=19063512 memory=4773584 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 1868 0 0 0 0 0 0 0 20 0 20 0 76064859 19521036288 1193396 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87185] ppid=87162 vsize=19063512 memory=4773584 CPUtime=0 cores=4,6
/proc/87165/task/87185/stat : 87185 (Timer-0) S 87162 87165 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76064991 19521036288 1193396 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 3535.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4773584 KiB

[startup+3582.3 s]
/proc/loadavg: 1.11 1.12 1.76 2/251 87462
/proc/meminfo: memFree=128573028/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=19063512 memory=1560940 CPUtime=3597.53 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 198674 0 0 0 359411 342 0 0 20 0 20 0 76064851 19521036288 390235 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4765878 390235 5525 1 0 402692 0
[pid=87165/tid=87167] ppid=87162 vsize=19063512 memory=14464 CPUtime=3547.35 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 112082 0 0 0 354654 81 0 0 20 0 20 0 76064854 19521036288 390235 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76064858 19521036288 390235 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 1889 0 0 0 0 0 0 0 20 0 20 0 76064859 19521036288 390235 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87185] ppid=87162 vsize=19063512 memory=1560940 CPUtime=0 cores=4,6
/proc/87165/task/87185/stat : 87185 (Timer-0) S 87162 87165 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76064991 19521036288 390235 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 3597.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1560940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584.8 s]
/proc/loadavg: 1.11 1.12 1.76 2/251 87462
/proc/meminfo: memFree=128573028/131382112 swapFree=33002444/33010684
[pid=87165] ppid=87162 vsize=19063512 memory=1560940 CPUtime=3600 cores=4,6
/proc/87165/stat : 87165 (java) S 87162 87165 85904 0 -1 4194304 198846 0 0 0 359658 342 0 0 20 0 20 0 76064851 19521036288 390235 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
/proc/87165/statm: 4765878 390235 5525 1 0 402692 0
[pid=87165/tid=87167] ppid=87162 vsize=19063512 memory=1560940 CPUtime=3549.82 cores=4,6
/proc/87165/task/87167/stat : 87167 (java) R 87162 87165 85904 0 -1 4194368 112220 0 0 0 354901 81 0 0 20 0 20 0 76064854 19521036288 390235 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87176] ppid=87162 vsize=19063512 memory=-6000919498459800935 CPUtime=0 cores=4,6
/proc/87165/task/87176/stat : 87176 (Finalizer) S 87162 87165 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76064858 19521036288 390235 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87183] ppid=87162 vsize=19063512 memory=12544 CPUtime=0 cores=4,6
/proc/87165/task/87183/stat : 87183 (Common-Cleaner) S 87162 87165 85904 0 -1 4194368 1889 0 0 0 0 0 0 0 20 0 20 0 76064859 19521036288 390235 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
[pid=87165/tid=87185] ppid=87162 vsize=19063512 memory=2824 CPUtime=0 cores=4,6
/proc/87165/task/87185/stat : 87185 (Timer-0) S 87162 87165 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76064991 19521036288 390235 18446744073709551615 94845408935936 94845408939632 140733235757840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94845408947448 94845408948240 94845421199360 140733235763585 140733235763686 140733235763686 140733235769288 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1560940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.84 s, system=3.45223 s

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

[startup+3585 s]*
/proc/loadavg: 1.10 1.11 1.76 1/247 87465
/proc/meminfo: memFree=128573028/131382112 swapFree=33002444/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3585.03
CPU time (s): 3600.29
CPU user time (s): 3596.84
CPU system time (s): 3.45223
CPU usage (%): 100.426
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4773584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.84
system time used= 3.45223
maximum resident set size= 4773584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201493
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115638
involuntary context switches= 24564


# summary of solver processes directly reported to runsolver:
#   pid: 87165
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3596.84
#   total CPU system time (s): 3.45223

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4084 second user time and 35.4235 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-04 06:37:35
IDJOB=4523662
IDBENCH=180369
IDSOLVER=3363
FILE ID=nodeC005/4523662-1751603855
RUNJOBID= nodeC005-1751595442-85915
SLURM_JOB_ID= 9598861
Free space on /tmp= 429472 MiB

SOLVER NAME= Sat4j Resolution 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 -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523662-1751603855/watcher-4523662-1751603855 -o /tmp/evaluation-result-4523662-1751603855/solver-4523662-1751603855 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751595442-85915 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4523662-1751603855.opb

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

MD5SUM BENCH= b9738ec4eef81a08a451499c860dc376
RANDOM SEED=798382234

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        119857048 kB
MemAvailable:   119694088 kB
Buffers:              12 kB
Cached:           624488 kB
SwapCached:          240 kB
Active:         10547692 kB
Inactive:         369480 kB
Active(anon):   10264708 kB
Inactive(anon):    40832 kB
Active(file):     282984 kB
Inactive(file):   328648 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33002444 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3844 kB
Writeback:             0 kB
AnonPages:      10295552 kB
Mapped:           118428 kB
Shmem:             12868 kB
KReclaimable:     130072 kB
Slab:             216916 kB
SReclaimable:     130072 kB
SUnreclaim:        86844 kB
KernelStack:        4992 kB
PageTables:        23852 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   12061648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10078208 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429484 MiB
End job on nodeC005 at 2025-07-04 07:37:20