Trace number 4523847

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.67 3582.76

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_1.opb
MD5SUM1376b7e36587a728493ace6af4c57a8e
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 benchmark9
Best CPU time to get the best result obtained on this benchmark231.564
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1294
Total number of constraints1091
Number of constraints which are clauses2
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 785
Biggest coefficient in the objective function 7345
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 59444
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 7345
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 59444
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4523847-1751608168.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  objective function found
1.08/0.67	c ... done. Wall clock time 0.534s.
1.08/0.67	c declared #vars     1294
1.08/0.67	c #constraints  1092
1.08/0.67	c constraints type 
1.08/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1.08/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1088
1.08/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
1.08/0.67	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.08/0.67	c 1092 constraints processed.
1.08/0.68	c objective function length is 785 literals
3.44/1.89	c cleaning 2499 clauses out of 5000 with flag 16912/5000
5.08/2.75	c cleaning 4248 clauses out of 8501 with flag 39086/11000
5.88/3.43	c cleaning 5622 clauses out of 11254 with flag 60425/18001
6.43/3.95	c cleaning 6804 clauses out of 13631 with flag 77005/26000
7.13/4.68	c cleaning 7902 clauses out of 15829 with flag 95534/35002
7.84/5.39	c cleaning 8954 clauses out of 17929 with flag 116386/45004
8.78/6.25	c cleaning 9973 clauses out of 19971 with flag 139503/56000
9.69/7.19	c cleaning 10987 clauses out of 21999 with flag 164120/68001
10.69/8.15	c cleaning 11994 clauses out of 24011 with flag 191325/81000
11.70/9.17	c cleaning 12996 clauses out of 26019 with flag 220226/95002
12.80/10.26	c cleaning 13996 clauses out of 28021 with flag 251495/110000
14.22/11.61	c cleaning 15000 clauses out of 30025 with flag 284360/126000
15.63/13.02	c cleaning 16002 clauses out of 32025 with flag 319560/143000
17.35/14.78	c cleaning 16997 clauses out of 34023 with flag 357725/161000
18.96/16.30	c cleaning 18003 clauses out of 36026 with flag 397506/180000
20.26/17.64	c cleaning 18994 clauses out of 38023 with flag 439191/200000
21.86/19.23	c cleaning 19999 clauses out of 40031 with flag 483038/221002
23.36/20.76	c cleaning 21003 clauses out of 42030 with flag 527940/243000
25.07/22.49	c cleaning 21999 clauses out of 44027 with flag 574858/266000
26.86/24.24	c cleaning 23000 clauses out of 46029 with flag 624443/290001
28.56/25.94	c cleaning 23999 clauses out of 48029 with flag 676297/315001
30.47/27.89	c cleaning 24999 clauses out of 50030 with flag 730207/341001
32.57/29.91	c cleaning 25999 clauses out of 52030 with flag 785999/368000
34.56/31.90	c cleaning 26999 clauses out of 54031 with flag 844156/396000
36.57/34.00	c cleaning 27996 clauses out of 56032 with flag 904356/425000
38.97/36.30	c cleaning 29001 clauses out of 58038 with flag 966501/455002
41.16/38.60	c cleaning 30002 clauses out of 60035 with flag 1030387/486000
43.87/41.20	c cleaning 30999 clauses out of 62034 with flag 1096511/518001
46.47/43.80	c cleaning 32003 clauses out of 64035 with flag 1164400/551001
48.98/46.35	c cleaning 32999 clauses out of 66031 with flag 1234881/585000
51.57/48.94	c cleaning 34000 clauses out of 68034 with flag 1306911/620002
54.08/51.48	c cleaning 35001 clauses out of 70033 with flag 1381650/656001
56.75/54.19	c cleaning 36004 clauses out of 72031 with flag 1458623/693000
59.78/57.11	c cleaning 37000 clauses out of 74031 with flag 1537171/731004
62.87/60.27	c cleaning 37998 clauses out of 76029 with flag 1618449/770002
66.66/64.09	c cleaning 39004 clauses out of 78031 with flag 1702846/810002
70.84/68.20	c cleaning 40000 clauses out of 80026 with flag 1788605/851001
75.03/72.46	c cleaning 40998 clauses out of 82025 with flag 1877604/893000
79.25/76.62	c cleaning 41998 clauses out of 84027 with flag 1966891/936000
82.74/80.17	c cleaning 42998 clauses out of 86029 with flag 2057913/980000
86.83/84.23	c cleaning 44002 clauses out of 88032 with flag 2151932/1025001
90.73/88.18	c cleaning 45000 clauses out of 90032 with flag 2248144/1071003
94.63/92.02	c cleaning 45999 clauses out of 92029 with flag 2345455/1118000
98.65/96.05	c cleaning 46996 clauses out of 94030 with flag 2444857/1166000
102.64/100.03	c cleaning 47999 clauses out of 96034 with flag 2546069/1215000
106.75/104.11	c cleaning 48997 clauses out of 98035 with flag 2649517/1265000
110.78/108.15	c cleaning 50007 clauses out of 100039 with flag 2754923/1316001
114.86/112.27	c cleaning 51003 clauses out of 102031 with flag 2862985/1368000
119.09/116.45	c cleaning 52002 clauses out of 104029 with flag 2972207/1421001
123.41/120.76	c cleaning 52996 clauses out of 106026 with flag 3083908/1475000
127.81/125.12	c cleaning 53997 clauses out of 108030 with flag 3198065/1530000
132.52/129.88	c cleaning 55001 clauses out of 110035 with flag 3314352/1586002
137.45/134.77	c cleaning 55998 clauses out of 112032 with flag 3432509/1643000
142.44/139.74	c cleaning 57001 clauses out of 114034 with flag 3553342/1701000
147.44/144.70	c cleaning 58003 clauses out of 116033 with flag 3676439/1760000
152.77/150.01	c cleaning 58996 clauses out of 118030 with flag 3800911/1820000
157.92/155.15	c cleaning 59999 clauses out of 120034 with flag 3927634/1881000
163.15/160.34	c cleaning 60995 clauses out of 122035 with flag 4055787/1943000
168.74/165.90	c cleaning 62003 clauses out of 124040 with flag 4186341/2006000
174.88/172.01	c cleaning 63003 clauses out of 126037 with flag 4320933/2070000
181.19/178.30	c cleaning 63999 clauses out of 128035 with flag 4457194/2135001
187.54/184.67	c cleaning 65005 clauses out of 130035 with flag 4594515/2201000
193.58/190.63	c cleaning 65995 clauses out of 132032 with flag 4734064/2268002
200.14/197.19	c cleaning 67002 clauses out of 134036 with flag 4877310/2336001
206.87/203.80	c cleaning 67998 clauses out of 136033 with flag 5022379/2405000
213.94/210.82	c cleaning 68999 clauses out of 138035 with flag 5168711/2475000
220.61/217.48	c cleaning 70002 clauses out of 140036 with flag 5315302/2546000
228.17/224.98	c cleaning 71006 clauses out of 142036 with flag 5464728/2618002
235.46/232.17	c cleaning 71999 clauses out of 144029 with flag 5617743/2691001
242.22/238.80	c cleaning 72999 clauses out of 146031 with flag 5770994/2765002
249.59/246.17	c cleaning 74004 clauses out of 148031 with flag 5927536/2840001
257.25/253.70	c cleaning 74996 clauses out of 150026 with flag 6085075/2916000
264.72/261.13	c cleaning 75998 clauses out of 152031 with flag 6244095/2993001
271.68/268.09	c cleaning 76999 clauses out of 154033 with flag 6405768/3071001
278.73/275.03	c cleaning 78007 clauses out of 156035 with flag 6570019/3150002
286.19/282.48	c cleaning 78998 clauses out of 158026 with flag 6736106/3230000
293.43/289.65	c cleaning 80001 clauses out of 160028 with flag 6906296/3311000
301.08/297.21	c cleaning 80999 clauses out of 162027 with flag 7076271/3393000
309.54/305.67	c cleaning 82000 clauses out of 164028 with flag 7249855/3476000
318.77/314.71	c cleaning 82997 clauses out of 166029 with flag 7425159/3560001
327.92/323.80	c cleaning 83997 clauses out of 168031 with flag 7604447/3645000
337.47/333.36	c cleaning 85003 clauses out of 170036 with flag 7786388/3731002
348.21/344.08	c cleaning 86000 clauses out of 172033 with flag 7970241/3818002
359.13/354.82	c cleaning 87000 clauses out of 174032 with flag 8154254/3906001
369.27/364.95	c cleaning 87995 clauses out of 176031 with flag 8340193/3995000
379.62/375.24	c cleaning 89000 clauses out of 178038 with flag 8529447/4085002
389.45/385.00	c cleaning 90000 clauses out of 180037 with flag 8718664/4176001
398.51/393.94	c cleaning 91001 clauses out of 182039 with flag 8910670/4268003
407.96/403.35	c cleaning 91998 clauses out of 184035 with flag 9103656/4361000
417.32/412.62	c cleaning 93001 clauses out of 186037 with flag 9298037/4455000
427.04/422.29	c cleaning 93999 clauses out of 188036 with flag 9494828/4550000
437.40/432.52	c cleaning 95001 clauses out of 190038 with flag 9693655/4646001
448.33/443.49	c cleaning 96003 clauses out of 192037 with flag 9895241/4743001
458.45/453.45	c cleaning 97000 clauses out of 194033 with flag 10098875/4841000
468.31/463.24	c cleaning 98005 clauses out of 196038 with flag 10303334/4940005
478.37/473.24	c cleaning 98992 clauses out of 198028 with flag 10510012/5040000
491.41/486.13	c cleaning 100004 clauses out of 200037 with flag 10720331/5141001
505.34/499.98	c cleaning 100999 clauses out of 202032 with flag 10934632/5243000
519.99/514.51	c cleaning 102005 clauses out of 204037 with flag 11149433/5346004
532.47/526.96	c cleaning 102994 clauses out of 206029 with flag 11367990/5450001
543.67/538.17	c cleaning 103998 clauses out of 208034 with flag 11587345/5555000
554.59/548.99	c cleaning 105000 clauses out of 210037 with flag 11810953/5661001
568.89/563.27	c cleaning 106001 clauses out of 212037 with flag 12038157/5768001
580.26/574.53	c cleaning 106998 clauses out of 214035 with flag 12264313/5876000
591.59/585.81	c cleaning 108001 clauses out of 216037 with flag 12490451/5985000
602.71/596.80	c cleaning 109001 clauses out of 218037 with flag 12719054/6095001
616.17/610.24	c cleaning 110000 clauses out of 220036 with flag 12951335/6206001
630.37/624.33	c cleaning 111002 clauses out of 222037 with flag 13184945/6318002
642.22/636.07	c cleaning 111998 clauses out of 224033 with flag 13419286/6431000
654.53/648.31	c cleaning 113002 clauses out of 226035 with flag 13657789/6545000
667.43/661.19	c cleaning 114000 clauses out of 228033 with flag 13900183/6660000
680.49/674.26	c cleaning 114997 clauses out of 230033 with flag 14143832/6776000
692.83/686.57	c cleaning 116002 clauses out of 232038 with flag 14388203/6893002
705.28/698.92	c cleaning 117001 clauses out of 234035 with flag 14633197/7011001
719.31/712.94	c cleaning 118003 clauses out of 236035 with flag 14879923/7130002
732.82/726.37	c cleaning 119000 clauses out of 238031 with flag 15131226/7250001
747.05/740.40	c cleaning 119997 clauses out of 240030 with flag 15383408/7371000
760.00/753.31	c cleaning 121001 clauses out of 242033 with flag 15637483/7493000
772.18/765.48	c cleaning 122000 clauses out of 244033 with flag 15893152/7616001
784.51/777.77	c cleaning 122997 clauses out of 246034 with flag 16151080/7740002
798.44/791.68	c cleaning 123998 clauses out of 248036 with flag 16411399/7865001
812.02/805.14	c cleaning 125001 clauses out of 250037 with flag 16674703/7991000
825.27/818.29	c cleaning 126004 clauses out of 252036 with flag 16940587/8118000
840.88/833.71	c cleaning 126996 clauses out of 254033 with flag 17208551/8246001
854.31/847.17	c cleaning 127999 clauses out of 256036 with flag 17480225/8375000
867.87/860.68	c cleaning 128997 clauses out of 258037 with flag 17751114/8505000
881.09/873.74	c cleaning 130001 clauses out of 260040 with flag 18024591/8636000
895.26/887.89	c cleaning 131003 clauses out of 262043 with flag 18300639/8768004
910.93/903.46	c cleaning 132005 clauses out of 264039 with flag 18577886/8901003
928.83/921.22	c cleaning 132999 clauses out of 266033 with flag 18859399/9035002
948.02/940.35	c cleaning 134001 clauses out of 268034 with flag 19141160/9170002
966.11/958.35	c cleaning 135000 clauses out of 270031 with flag 19429896/9306000
983.99/976.15	c cleaning 136001 clauses out of 272033 with flag 19719559/9443002
1000.00/992.05	c cleaning 137003 clauses out of 274034 with flag 20011657/9581004
1015.64/1007.69	c cleaning 138000 clauses out of 276029 with flag 20304565/9720002
1033.60/1025.45	c cleaning 138997 clauses out of 278028 with flag 20597999/9860001
1051.07/1042.87	c cleaning 139996 clauses out of 280030 with flag 20893142/10001000
1068.45/1060.13	c cleaning 140995 clauses out of 282034 with flag 21191623/10143000
1084.56/1076.14	c cleaning 141999 clauses out of 284039 with flag 21491825/10286000
1101.36/1092.72	c cleaning 143003 clauses out of 286040 with flag 21792868/10430000
1118.35/1109.62	c cleaning 143997 clauses out of 288037 with flag 22095649/10575000
1136.70/1127.90	c cleaning 145001 clauses out of 290040 with flag 22399634/10721000
1153.25/1144.33	c cleaning 145997 clauses out of 292040 with flag 22702823/10868001
1170.67/1161.66	c cleaning 147004 clauses out of 294043 with flag 23011412/11016001
1188.11/1178.67	c cleaning 147997 clauses out of 296038 with flag 23321414/11165000
1204.27/1194.79	c cleaning 149002 clauses out of 298043 with flag 23631167/11315002
1221.24/1211.63	c cleaning 150001 clauses out of 300040 with flag 23944796/11466001
1239.03/1229.36	c cleaning 150999 clauses out of 302040 with flag 24259723/11618002
1256.93/1247.17	c cleaning 152008 clauses out of 304042 with flag 24577901/11771003
1276.39/1266.52	c cleaning 153002 clauses out of 306036 with flag 24905704/11925005
1294.14/1284.20	c cleaning 153997 clauses out of 308030 with flag 25234833/12080001
1312.73/1302.74	c cleaning 154999 clauses out of 310033 with flag 25562423/12236001
1331.30/1321.24	c cleaning 155999 clauses out of 312033 with flag 25890243/12393000
1350.24/1340.11	c cleaning 156996 clauses out of 314034 with flag 26229568/12551000
1370.37/1360.27	c cleaning 158006 clauses out of 316040 with flag 26564698/12710002
1389.03/1378.87	c cleaning 159003 clauses out of 318034 with flag 26900726/12870002
1407.06/1396.89	c cleaning 159999 clauses out of 320029 with flag 27240532/13031000
1425.79/1415.59	c cleaning 160993 clauses out of 322030 with flag 27580498/13193000
1444.30/1433.92	c cleaning 162000 clauses out of 324037 with flag 27920031/13356000
1465.04/1454.64	c cleaning 163001 clauses out of 326039 with flag 28268465/13520002
1484.20/1473.75	c cleaning 164001 clauses out of 328037 with flag 28616568/13685001
1503.46/1492.84	c cleaning 164999 clauses out of 330036 with flag 28966415/13851001
1522.29/1511.63	c cleaning 166001 clauses out of 332036 with flag 29314446/14018000
1542.76/1531.91	c cleaning 166998 clauses out of 334037 with flag 29667812/14186002
1564.61/1553.77	c cleaning 168002 clauses out of 336037 with flag 30028950/14355000
1585.25/1574.22	c cleaning 169001 clauses out of 338035 with flag 30385255/14525000
1605.10/1594.00	c cleaning 169997 clauses out of 340036 with flag 30743793/14696002
1624.45/1613.32	c cleaning 170996 clauses out of 342037 with flag 31104145/14868000
1644.14/1632.80	c cleaning 172004 clauses out of 344043 with flag 31464940/15041002
1664.87/1653.51	c cleaning 173001 clauses out of 346038 with flag 31835615/15215001
1684.21/1672.73	c cleaning 174004 clauses out of 348036 with flag 32203924/15390000
1703.79/1692.29	c cleaning 174998 clauses out of 350032 with flag 32569898/15566000
1724.06/1712.31	c cleaning 176002 clauses out of 352036 with flag 32938519/15743002
1744.72/1732.90	c cleaning 177000 clauses out of 354035 with flag 33310716/15921003
1764.80/1752.87	c cleaning 177998 clauses out of 356032 with flag 33687378/16100000
1789.93/1777.97	c cleaning 178996 clauses out of 358034 with flag 34066363/16280000
1812.61/1800.53	c cleaning 180001 clauses out of 360038 with flag 34448134/16461000
1834.28/1822.12	c cleaning 181006 clauses out of 362037 with flag 34830804/16643000
1856.16/1843.90	c cleaning 182002 clauses out of 364031 with flag 35215404/16826000
1877.02/1864.71	c cleaning 182996 clauses out of 366029 with flag 35603387/17010000
1900.03/1887.62	c cleaning 183997 clauses out of 368033 with flag 35991163/17195000
1922.18/1909.73	c cleaning 184999 clauses out of 370037 with flag 36379480/17381001
1944.47/1931.95	c cleaning 186001 clauses out of 372037 with flag 36774296/17568000
1969.33/1956.79	c cleaning 187003 clauses out of 374037 with flag 37170421/17756001
1992.11/1979.49	c cleaning 187998 clauses out of 376033 with flag 37566509/17945000
2014.27/2001.41	c cleaning 189003 clauses out of 378036 with flag 37965790/18135001
2038.54/2025.54	c cleaning 189998 clauses out of 380034 with flag 38370763/18326002
2061.39/2048.34	c cleaning 191002 clauses out of 382035 with flag 38771721/18518001
2087.80/2074.68	c cleaning 191998 clauses out of 384032 with flag 39176879/18711000
2112.47/2099.29	c cleaning 192995 clauses out of 386034 with flag 39583296/18905000
2138.44/2125.19	c cleaning 193999 clauses out of 388039 with flag 39993257/19100000
2163.78/2150.32	c cleaning 195008 clauses out of 390045 with flag 40404513/19296005
2189.30/2175.73	c cleaning 195999 clauses out of 392034 with flag 40820219/19493002
2216.83/2203.13	c cleaning 197000 clauses out of 394033 with flag 41236461/19691000
2242.56/2228.64	c cleaning 197996 clauses out of 396035 with flag 41654170/19890002
2267.07/2253.02	c cleaning 199002 clauses out of 398038 with flag 42077430/20090001
2290.72/2276.60	c cleaning 200000 clauses out of 400035 with flag 42495902/20291000
2316.23/2302.04	c cleaning 201000 clauses out of 402037 with flag 42918532/20493002
2341.58/2327.29	c cleaning 201994 clauses out of 404035 with flag 43344533/20696000
2366.01/2351.43	c cleaning 203003 clauses out of 406041 with flag 43774940/20900000
2390.29/2375.68	c cleaning 203999 clauses out of 408038 with flag 44204756/21105000
2413.33/2398.69	c cleaning 205002 clauses out of 410041 with flag 44642477/21311002
2438.09/2423.36	c cleaning 205994 clauses out of 412037 with flag 45076367/21518000
2462.63/2447.73	c cleaning 207004 clauses out of 414044 with flag 45509576/21726001
2487.89/2472.97	c cleaning 208002 clauses out of 416039 with flag 45947794/21935000
2513.37/2498.26	c cleaning 209004 clauses out of 418038 with flag 46390139/22145001
2539.85/2524.64	c cleaning 209999 clauses out of 420034 with flag 46835048/22356001
2566.83/2551.59	c cleaning 210999 clauses out of 422038 with flag 47277481/22568004
2594.08/2578.64	c cleaning 211994 clauses out of 424035 with flag 47733549/22781000
2625.43/2609.54	c cleaning 213001 clauses out of 426043 with flag 48188906/22995002
2654.36/2638.35	c cleaning 214003 clauses out of 428040 with flag 48635312/23210000
2683.73/2667.70	c cleaning 214997 clauses out of 430038 with flag 49088248/23426001
2712.92/2696.70	c cleaning 216003 clauses out of 432040 with flag 49541537/23643000
2740.43/2724.18	c cleaning 217004 clauses out of 434038 with flag 49997860/23861001
2767.95/2751.59	c cleaning 217998 clauses out of 436034 with flag 50457745/24080001
2796.74/2780.26	c cleaning 218998 clauses out of 438035 with flag 50916251/24300000
2824.81/2808.03	c cleaning 219999 clauses out of 440037 with flag 51380360/24521000
2853.43/2836.55	c cleaning 221001 clauses out of 442040 with flag 51846430/24743002
2881.66/2864.68	c cleaning 222001 clauses out of 444037 with flag 52315699/24966000
2911.42/2894.20	c cleaning 223001 clauses out of 446037 with flag 52788898/25190001
2941.25/2923.82	c cleaning 224000 clauses out of 448036 with flag 53265939/25415001
2970.66/2953.19	c cleaning 224999 clauses out of 450035 with flag 53740532/25641000
3001.05/2983.43	c cleaning 226000 clauses out of 452037 with flag 54214775/25868001
3029.44/3011.78	c cleaning 226996 clauses out of 454036 with flag 54693839/26096000
3062.40/3044.59	c cleaning 228001 clauses out of 456040 with flag 55181210/26325000
3092.02/3074.01	c cleaning 228997 clauses out of 458039 with flag 55661955/26555000
3122.12/3103.97	c cleaning 230007 clauses out of 460042 with flag 56145407/26786000
3158.85/3140.42	c cleaning 231001 clauses out of 462035 with flag 56641178/27018000
3189.14/3170.66	c cleaning 231998 clauses out of 464034 with flag 57132410/27251000
3220.77/3202.23	c cleaning 233000 clauses out of 466036 with flag 57625987/27485000
3253.27/3234.56	c cleaning 234002 clauses out of 468038 with flag 58123904/27720002
3288.41/3269.50	c cleaning 234994 clauses out of 470034 with flag 58621114/27956000
3320.60/3301.52	c cleaning 236003 clauses out of 472040 with flag 59120188/28193000
3348.88/3329.75	c cleaning 236998 clauses out of 474037 with flag 59617824/28431000
3378.04/3358.81	c cleaning 237997 clauses out of 476040 with flag 60118973/28670001
3407.49/3388.23	c cleaning 239005 clauses out of 478043 with flag 60622415/28910001
3437.78/3418.45	c cleaning 239998 clauses out of 480037 with flag 61125123/29151000
3470.65/3451.22	c cleaning 241006 clauses out of 482040 with flag 61632301/29393001
3501.90/3482.45	c cleaning 242000 clauses out of 484034 with flag 62144074/29636001
3536.79/3517.05	c cleaning 242995 clauses out of 486033 with flag 62653833/29880000
3570.01/3550.17	c cleaning 244001 clauses out of 488039 with flag 63169947/30125001
3600.07/3580.12	c starts		: 2
3600.07/3580.13	c conflicts		: 30371001
3600.07/3580.13	c decisions		: 33108764
3600.07/3580.13	c propagations		: 142507081
3600.07/3580.13	c inspects		: 21683642067
3600.07/3580.13	c shortcuts		: 0
3600.07/3580.13	c learnt literals	: 0
3600.07/3580.13	c learnt binary clauses	: 0
3600.07/3580.13	c learnt ternary clauses	: 0
3600.07/3580.13	c learnt constraints	: 30371001
3600.07/3580.13	c ignored constraints	: 0
3600.07/3580.13	c root simplifications	: 0
3600.07/3580.13	c removed literals (reason simplification)	: 8016638
3600.07/3580.13	c reason swapping (by a shorter reason)	: 0
3600.07/3580.13	c Calls to reduceDB	: 242
3600.07/3580.13	c Number of update (reduction) of LBD	: 2680893
3600.07/3580.13	c Imported unit clauses	: 0
3600.07/3580.14	c No decision after first conflict	: false
3600.07/3580.14	c number of reductions to clauses (during analyze)	: 0
3600.07/3580.14	c number of learned constraints concerned by reduction	: 0
3600.07/3580.14	c number of learning phase by resolution	: 0
3600.07/3580.14	c number of learning phase by cutting planes	: 0
3600.07/3580.14	c number of rounding to 1 operations	: 0
3600.07/3580.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3580.14	c number of reductions of the coefficients by power 2 	: 0
3600.07/3580.14	c number of right shift for reduction by power 2 	: 0
3600.07/3580.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3580.14	c number of ending skipping 	: 0
3600.07/3580.14	c number of internal skipping 	: 0
3600.07/3580.14	c number of derivation steps 	: 0
3600.07/3580.14	c number of skipped derivation steps 	: 0
3600.07/3580.14	c number of remaining unassigned 	: 0
3600.07/3580.14	c number of remaining assigned 	: 0
3600.07/3580.14	c number of falsified literals weakened from reason	: 0
3600.07/3580.14	c number of falsified literals weakened from conflict	: 0
3600.07/3580.14	c time for arithmetic operations	: 0
3600.07/3580.14	c minimum degree of deleted constraints	: null
3600.07/3580.14	c maximum degree of deleted constraints	: null
3600.07/3580.14	c number of deleted constraints	: 0
3600.07/3580.14	c speed (assignments/second)	: 39812.69713290187
3600.07/3580.14	c non guided choices	: 70
3600.26/3580.21	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 490038
3600.26/3580.22	s UNKNOWN
3600.26/3580.22	c Total wall clock time (in seconds): 3580.085

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: 63665 MiB (51589 MiB free)
  memory of node 1: 64507 MiB (41329 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100062 s]*
/proc/loadavg: 4.22 4.16 4.17 6/344 90869
/proc/meminfo: memFree=95124764/131249996 swapFree=33010672/33010684
[pid=90851] ppid=90848 vsize=18930384 memory=57788 CPUtime=0.13 cores=4,6
/proc/90851/stat : 90851 (java) S 90848 90851 89864 0 -1 4194304 6573 0 0 0 11 2 0 0 20 0 18 0 76494589 19384713216 14447 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
/proc/90851/statm: 4732596 14447 5337 1 0 547603 0
[pid=90851/tid=90853] ppid=90848 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/90851/task/90853/stat : 90853 (java) R 90848 90851 89864 0 -1 4194368 5070 0 0 0 6 1 0 0 20 0 18 0 76494590 19384713216 14447 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90862] ppid=90848 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/90851/task/90862/stat : 90862 (Finalizer) S 90848 90851 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76494592 19384713216 14447 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90869] ppid=90848 vsize=18930384 memory=60684515963265 CPUtime=0 cores=4,6
/proc/90851/task/90869/stat : 90869 (Common-Cleaner) S 90848 90851 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 76494592 19384713216 14447 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57788 KiB

[startup+0.205944 s]*
/proc/loadavg: 4.22 4.16 4.17 6/344 90869
/proc/meminfo: memFree=95111468/131249996 swapFree=33010672/33010684
[pid=90851] ppid=90848 vsize=18930384 memory=70944 CPUtime=0.32 cores=4,6
/proc/90851/stat : 90851 (java) S 90848 90851 89864 0 -1 4194304 7264 0 0 0 30 2 0 0 20 0 18 0 76494589 19384713216 17736 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
/proc/90851/statm: 4732596 17736 5433 1 0 548129 0
[pid=90851/tid=90853] ppid=90848 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=4,6
/proc/90851/task/90853/stat : 90853 (java) R 90848 90851 89864 0 -1 4194368 5273 0 0 0 16 1 0 0 20 0 18 0 76494590 19384713216 17736 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90862] ppid=90848 vsize=18930384 memory=16198 CPUtime=0 cores=4,6
/proc/90851/task/90862/stat : 90862 (Finalizer) S 90848 90851 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76494592 19384713216 17736 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90869] ppid=90848 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/90851/task/90869/stat : 90869 (Common-Cleaner) S 90848 90851 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 76494592 19384713216 17736 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70944 KiB

[startup+0.30589 s]*
/proc/loadavg: 4.22 4.16 4.17 6/344 90869
/proc/meminfo: memFree=95077504/131249996 swapFree=33010672/33010684
[pid=90851] ppid=90848 vsize=18930384 memory=105784 CPUtime=0.51 cores=4,6
/proc/90851/stat : 90851 (java) S 90848 90851 89864 0 -1 4194304 8848 0 0 0 48 3 0 0 20 0 18 0 76494589 19384713216 26446 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
/proc/90851/statm: 4732596 26446 5433 1 0 549125 0
[pid=90851/tid=90853] ppid=90848 vsize=18930384 memory=-6000919472723094630 CPUtime=0.27 cores=4,6
/proc/90851/task/90853/stat : 90853 (java) R 90848 90851 89864 0 -1 4194368 5288 0 0 0 25 2 0 0 20 0 18 0 76494590 19384713216 26446 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90862] ppid=90848 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/90851/task/90862/stat : 90862 (Finalizer) S 90848 90851 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76494592 19384713216 26446 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90869] ppid=90848 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/90851/task/90869/stat : 90869 (Common-Cleaner) S 90848 90851 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 76494592 19384713216 26446 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 105784 KiB

[startup+0.700788 s]
/proc/loadavg: 4.22 4.16 4.17 6/345 90870
/proc/meminfo: memFree=95014048/131249996 swapFree=33010672/33010684
[pid=90851] ppid=90848 vsize=18996948 memory=190348 CPUtime=1.27 cores=4,6
/proc/90851/stat : 90851 (java) S 90848 90851 89864 0 -1 4194304 9462 0 0 0 121 6 0 0 20 0 19 0 76494589 19452874752 47587 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
/proc/90851/statm: 4749237 47587 5529 1 0 549708 0
[pid=90851/tid=90853] ppid=90848 vsize=18996948 memory=18688 CPUtime=0.56 cores=4,6
/proc/90851/task/90853/stat : 90853 (java) R 90848 90851 89864 0 -1 4194368 5426 0 0 0 53 3 0 0 20 0 19 0 76494590 19452874752 47587 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90862] ppid=90848 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/90851/task/90862/stat : 90862 (Finalizer) S 90848 90851 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76494592 19452874752 47587 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90869] ppid=90848 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/90851/task/90869/stat : 90869 (Common-Cleaner) S 90848 90851 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 76494592 19452874752 47587 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 190348 KiB

[startup+1.50025 s]
/proc/loadavg: 4.22 4.16 4.17 6/346 90871
/proc/meminfo: memFree=94971732/131249996 swapFree=33010672/33010684
[pid=90851] ppid=90848 vsize=19063512 memory=213772 CPUtime=2.85 cores=4,6
/proc/90851/stat : 90851 (java) S 90848 90851 89864 0 -1 4194304 13413 0 0 0 277 8 0 0 20 0 20 0 76494589 19521036288 53443 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
/proc/90851/statm: 4765878 53443 5529 1 0 552529 0
[pid=90851/tid=90853] ppid=90848 vsize=19063512 memory=3328 CPUtime=1.31 cores=4,6
/proc/90851/task/90853/stat : 90853 (java) R 90848 90851 89864 0 -1 4194368 5479 0 0 0 127 4 0 0 20 0 20 0 76494590 19521036288 53443 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90862] ppid=90848 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/90851/task/90862/stat : 90862 (Finalizer) S 90848 90851 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 53443 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90869] ppid=90848 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/90851/task/90869/stat : 90869 (Common-Cleaner) S 90848 90851 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 53443 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90871] ppid=90848 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/90851/task/90871/stat : 90871 (Timer-0) S 90848 90851 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76494660 19521036288 53443 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 213772 KiB

[startup+3.10613 s]
/proc/loadavg: 4.29 4.18 4.17 5/347 90872
/proc/meminfo: memFree=94649156/131249996 swapFree=33010672/33010684
[pid=90851] ppid=90848 vsize=19063512 memory=528236 CPUtime=5.59 cores=4,6
/proc/90851/stat : 90851 (java) S 90848 90851 89864 0 -1 4194304 15151 0 0 0 543 16 0 0 20 0 20 0 76494589 19521036288 132059 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
/proc/90851/statm: 4765878 132059 5529 1 0 1079185 0
[pid=90851/tid=90853] ppid=90848 vsize=19063512 memory=14824 CPUtime=2.85 cores=4,6
/proc/90851/task/90853/stat : 90853 (java) R 90848 90851 89864 0 -1 4194368 5674 0 0 0 274 11 0 0 20 0 20 0 76494590 19521036288 132059 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90862] ppid=90848 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/90851/task/90862/stat : 90862 (Finalizer) S 90848 90851 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 132059 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90869] ppid=90848 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/90851/task/90869/stat : 90869 (Common-Cleaner) S 90848 90851 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 132059 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90871] ppid=90848 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/90851/task/90871/stat : 90871 (Timer-0) S 90848 90851 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76494660 19521036288 132059 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
Current children cumulated CPU time: 5.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 528236 KiB

[startup+6.30022 s]
/proc/loadavg: 4.29 4.18 4.17 5/347 90872
/proc/meminfo: memFree=94196556/131249996 swapFree=33010672/33010684
[pid=90851] ppid=90848 vsize=19063512 memory=984548 CPUtime=8.89 cores=4,6
/proc/90851/stat : 90851 (java) S 90848 90851 89864 0 -1 4194304 20749 0 0 0 860 29 0 0 20 0 20 0 76494589 19521036288 246137 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
/proc/90851/statm: 4765878 246137 5529 1 0 1079191 0
[pid=90851/tid=90853] ppid=90848 vsize=19063512 memory=0 CPUtime=6 cores=4,6
/proc/90851/task/90853/stat : 90853 (java) R 90848 90851 89864 0 -1 4194368 6779 0 0 0 578 22 0 0 20 0 20 0 76494590 19521036288 246137 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90862] ppid=90848 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/90851/task/90862/stat : 90862 (Finalizer) S 90848 90851 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 246137 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90869] ppid=90848 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/90851/task/90869/stat : 90869 (Common-Cleaner) S 90848 90851 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 246137 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90871] ppid=90848 vsize=19063512 memory=241276 CPUtime=0 cores=4,6
/proc/90851/task/90871/stat : 90871 (Timer-0) S 90848 90851 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76494660 19521036288 246137 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
Current children cumulated CPU time: 8.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 984548 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.17 4.17 5/347 90872
/proc/meminfo: memFree=93211580/131249996 swapFree=33010672/33010684
[pid=90851] ppid=90848 vsize=19063512 memory=1781320 CPUtime=15.32 cores=4,6
/proc/90851/stat : 90851 (java) S 90848 90851 89864 0 -1 4194304 21637 0 0 0 1485 47 0 0 20 0 20 0 76494589 19521036288 445330 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
/proc/90851/statm: 4765878 445330 5529 1 0 1079195 0
[pid=90851/tid=90853] ppid=90848 vsize=19063512 memory=241276 CPUtime=12.36 cores=4,6
/proc/90851/task/90853/stat : 90853 (java) R 90848 90851 89864 0 -1 4194368 7306 0 0 0 1196 40 0 0 20 0 20 0 76494590 19521036288 445330 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90862] ppid=90848 vsize=19063512 memory=1779272 CPUtime=0 cores=4,6
/proc/90851/task/90862/stat : 90862 (Finalizer) S 90848 90851 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 445330 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90869] ppid=90848 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/90851/task/90869/stat : 90869 (Common-Cleaner) S 90848 90851 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 445330 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90871] ppid=90848 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/90851/task/90871/stat : 90871 (Timer-0) S 90848 90851 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76494660 19521036288 445330 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
Current children cumulated CPU time: 15.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1781320 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.17 4.17 5/348 90873
/proc/meminfo: memFree=92140944/131249996 swapFree=33010672/33010684
[pid=90851] ppid=90848 vsize=19063512 memory=2608888 CPUtime=28.16 cores=4,6
/proc/90851/stat : 90851 (java) S 90848 90851 89864 0 -1 4194304 25762 0 0 0 2746 70 0 0 20 0 20 0 76494589 19521036288 652222 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
/proc/90851/statm: 4765878 652222 5561 1 0 1079200 0
[pid=90851/tid=90853] ppid=90848 vsize=19063512 memory=0 CPUtime=25.1 cores=4,6
/proc/90851/task/90853/stat : 90853 (java) R 90848 90851 89864 0 -1 4194368 9519 0 0 0 2447 63 0 0 20 0 20 0 76494590 19521036288 652222 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90862] ppid=90848 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/90851/task/90862/stat : 90862 (Finalizer) S 90848 90851 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 652222 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90869] ppid=90848 vsize=19063512 memory=2608888 CPUtime=0 cores=4,6
/proc/90851/task/90869/stat : 90869 (Common-Cleaner) S 90848 90851 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 652222 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90871] ppid=90848 vsize=19063512 memory=2608888 CPUtime=0 cores=4,6
/proc/90851/task/90871/stat : 90871 (Timer-0) S 90848 90851 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76494660 19521036288 652222 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
Current children cumulated CPU time: 28.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2608888 KiB

[startup+51.1059 s]
/proc/loadavg: 4.20 4.17 4.17 5/348 90873
/proc/meminfo: memFree=91650320/131249996 swapFree=33010672/33010684
[pid=90851] ppid=90848 vsize=19063512 memory=2621188 CPUtime=53.78 cores=4,6
/proc/90851/stat : 90851 (java) S 90848 90851 89864 0 -1 4194304 29815 0 0 0 5294 84 0 0 20 0 20 0 76494589 19521036288 655297 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
/proc/90851/statm: 4765878 655297 5561 1 0 1079200 0
[pid=90851/tid=90853] ppid=90848 vsize=19063512 memory=2608888 CPUtime=50.51 cores=4,6
/proc/90851/task/90853/stat : 90853 (java) R 90848 90851 89864 0 -1 4194368 11354 0 0 0 4976 75 0 0 20 0 20 0 76494590 19521036288 655297 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90862] ppid=90848 vsize=19063512 memory=29992 CPUtime=0 cores=4,6
/proc/90851/task/90862/stat : 90862 (Finalizer) S 90848 90851 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 655297 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90869] ppid=90848 vsize=19063512 memory=2308 CPUtime=0 cores=4,6
/proc/90851/task/90869/stat : 90869 (Common-Cleaner) S 90848 90851 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 655297 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0

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

Current children cumulated CPU time: 3240.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4271712 KiB

[startup+3282.3 s]
/proc/loadavg: 3.18 3.70 4.41 4/320 91273
/proc/meminfo: memFree=82900228/131249996 swapFree=33010672/33010684
[pid=90851] ppid=90848 vsize=19063512 memory=4271712 CPUtime=3301.24 cores=4,6
/proc/90851/stat : 90851 (java) S 90848 90851 89864 0 -1 4194304 143437 0 0 0 328565 1559 0 0 20 0 20 0 76494589 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
/proc/90851/statm: 4765878 1067928 5593 1 0 1080892 0
[pid=90851/tid=90853] ppid=90848 vsize=19063512 memory=4271712 CPUtime=3244.18 cores=4,6
/proc/90851/task/90853/stat : 90853 (java) R 90848 90851 89864 0 -1 4194368 72375 0 0 0 322980 1438 0 0 20 0 20 0 76494590 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90862] ppid=90848 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/90851/task/90862/stat : 90862 (Finalizer) S 90848 90851 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90869] ppid=90848 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/90851/task/90869/stat : 90869 (Common-Cleaner) S 90848 90851 89864 0 -1 4194368 1714 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90871] ppid=90848 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/90851/task/90871/stat : 90871 (Timer-0) S 90848 90851 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76494660 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
Current children cumulated CPU time: 3301.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4271712 KiB

[startup+3342.3 s]
/proc/loadavg: 3.33 3.64 4.34 4/320 91280
/proc/meminfo: memFree=82159604/131249996 swapFree=33010672/33010684
[pid=90851] ppid=90848 vsize=19063512 memory=4271712 CPUtime=3361.52 cores=4,6
/proc/90851/stat : 90851 (java) S 90848 90851 89864 0 -1 4194304 146726 0 0 0 334569 1583 0 0 20 0 20 0 76494589 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
/proc/90851/statm: 4765878 1067928 5593 1 0 1080892 0
[pid=90851/tid=90853] ppid=90848 vsize=19063512 memory=4271712 CPUtime=3303.57 cores=4,6
/proc/90851/task/90853/stat : 90853 (java) R 90848 90851 89864 0 -1 4194368 74448 0 0 0 328896 1461 0 0 20 0 20 0 76494590 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90862] ppid=90848 vsize=19063512 memory=4271712 CPUtime=0 cores=4,6
/proc/90851/task/90862/stat : 90862 (Finalizer) S 90848 90851 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90869] ppid=90848 vsize=19063512 memory=4271712 CPUtime=0 cores=4,6
/proc/90851/task/90869/stat : 90869 (Common-Cleaner) S 90848 90851 89864 0 -1 4194368 1714 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90871] ppid=90848 vsize=19063512 memory=4271712 CPUtime=0 cores=4,6
/proc/90851/task/90871/stat : 90871 (Timer-0) S 90848 90851 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76494660 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
Current children cumulated CPU time: 3361.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4271712 KiB

[startup+3402.3 s]
/proc/loadavg: 3.18 3.54 4.26 4/321 91284
/proc/meminfo: memFree=81421176/131249996 swapFree=33010672/33010684
[pid=90851] ppid=90848 vsize=19063512 memory=4271712 CPUtime=3421.67 cores=4,6
/proc/90851/stat : 90851 (java) S 90848 90851 89864 0 -1 4194304 149891 0 0 0 340561 1606 0 0 20 0 20 0 76494589 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
/proc/90851/statm: 4765878 1067928 5593 1 0 1080894 0
[pid=90851/tid=90853] ppid=90848 vsize=19063512 memory=14824 CPUtime=3363.06 cores=4,6
/proc/90851/task/90853/stat : 90853 (java) S 90848 90851 89864 0 -1 4194368 76207 0 0 0 334823 1483 0 0 20 0 20 0 76494590 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90862] ppid=90848 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/90851/task/90862/stat : 90862 (Finalizer) S 90848 90851 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90869] ppid=90848 vsize=19063512 memory=4271712 CPUtime=0 cores=4,6
/proc/90851/task/90869/stat : 90869 (Common-Cleaner) S 90848 90851 89864 0 -1 4194368 1769 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90871] ppid=90848 vsize=19063512 memory=4271712 CPUtime=0 cores=4,6
/proc/90851/task/90871/stat : 90871 (Timer-0) S 90848 90851 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76494660 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
Current children cumulated CPU time: 3421.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4271712 KiB

[startup+3462.3 s]
/proc/loadavg: 3.17 3.47 4.19 4/321 91286
/proc/meminfo: memFree=80684680/131249996 swapFree=33010672/33010684
[pid=90851] ppid=90848 vsize=19063512 memory=4271712 CPUtime=3481.73 cores=4,6
/proc/90851/stat : 90851 (java) S 90848 90851 89864 0 -1 4194304 150299 0 0 0 346546 1627 0 0 20 0 20 0 76494589 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
/proc/90851/statm: 4765878 1067928 5593 1 0 1080894 0
[pid=90851/tid=90853] ppid=90848 vsize=19063512 memory=10752 CPUtime=3422.45 cores=4,6
/proc/90851/task/90853/stat : 90853 (java) R 90848 90851 89864 0 -1 4194368 76492 0 0 0 340742 1503 0 0 20 0 20 0 76494590 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90862] ppid=90848 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/90851/task/90862/stat : 90862 (Finalizer) S 90848 90851 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90869] ppid=90848 vsize=19063512 memory=4271712 CPUtime=0 cores=4,6
/proc/90851/task/90869/stat : 90869 (Common-Cleaner) S 90848 90851 89864 0 -1 4194368 1823 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90871] ppid=90848 vsize=19063512 memory=4271712 CPUtime=0 cores=4,6
/proc/90851/task/90871/stat : 90871 (Timer-0) S 90848 90851 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76494660 19521036288 1067928 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
Current children cumulated CPU time: 3481.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4271712 KiB

[startup+3522.3 s]
/proc/loadavg: 3.28 3.44 4.13 4/321 91290
/proc/meminfo: memFree=79987148/131249996 swapFree=33010672/33010684
[pid=90851] ppid=90848 vsize=19063512 memory=4271840 CPUtime=3542.1 cores=4,6
/proc/90851/stat : 90851 (java) S 90848 90851 89864 0 -1 4194304 153463 0 0 0 352562 1648 0 0 20 0 20 0 76494589 19521036288 1067960 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
/proc/90851/statm: 4765878 1067960 5593 1 0 1080896 0
[pid=90851/tid=90853] ppid=90848 vsize=19063512 memory=4271712 CPUtime=3481.64 cores=4,6
/proc/90851/task/90853/stat : 90853 (java) R 90848 90851 89864 0 -1 4194368 78266 0 0 0 346642 1522 0 0 20 0 20 0 76494590 19521036288 1067960 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90862] ppid=90848 vsize=19063512 memory=4271840 CPUtime=0 cores=4,6
/proc/90851/task/90862/stat : 90862 (Finalizer) S 90848 90851 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 1067960 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90869] ppid=90848 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/90851/task/90869/stat : 90869 (Common-Cleaner) S 90848 90851 89864 0 -1 4194368 1824 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 1067960 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90871] ppid=90848 vsize=19063512 memory=4271840 CPUtime=0 cores=4,6
/proc/90851/task/90871/stat : 90871 (Timer-0) S 90848 90851 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76494660 19521036288 1067960 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
Current children cumulated CPU time: 3542.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4271840 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3580.11 s]
/proc/loadavg: 3.20 3.39 4.07 5/320 91292
/proc/meminfo: memFree=79313664/131249996 swapFree=33010672/33010684
[pid=90851] ppid=90848 vsize=19063512 memory=4271840 CPUtime=3600.07 cores=4,6
/proc/90851/stat : 90851 (java) S 90848 90851 89864 0 -1 4194304 156250 0 0 0 358338 1669 0 0 20 0 20 0 76494589 19521036288 1067960 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
/proc/90851/statm: 4765878 1067960 5593 1 0 1080896 0
[pid=90851/tid=90853] ppid=90848 vsize=19063512 memory=14824 CPUtime=3538.83 cores=4,6
/proc/90851/task/90853/stat : 90853 (java) R 90848 90851 89864 0 -1 4194368 79837 0 0 0 352341 1542 0 0 20 0 20 0 76494590 19521036288 1067960 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90862] ppid=90848 vsize=19063512 memory=4271840 CPUtime=0 cores=4,6
/proc/90851/task/90862/stat : 90862 (Finalizer) S 90848 90851 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 1067960 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90869] ppid=90848 vsize=19063512 memory=4271840 CPUtime=0 cores=4,6
/proc/90851/task/90869/stat : 90869 (Common-Cleaner) S 90848 90851 89864 0 -1 4194368 1844 0 0 0 0 0 0 0 20 0 20 0 76494592 19521036288 1067960 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
[pid=90851/tid=90871] ppid=90848 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/90851/task/90871/stat : 90871 (Timer-0) S 90848 90851 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76494660 19521036288 1067960 18446744073709551615 93920538923008 93920538926704 140726836528512 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93920538934520 93920538935312 93920551235584 140726836533552 140726836533734 140726836533734 140726836539336 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4271840 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3583.62 s, system=17.0469 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3580.8 s]
/proc/loadavg: 3.20 3.39 4.07 5/302 91295
/proc/meminfo: memFree=83549808/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3581.6 s]
/proc/loadavg: 3.20 3.39 4.07 5/302 91295
/proc/meminfo: memFree=83579036/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3582 s]*
/proc/loadavg: 3.20 3.39 4.07 3/302 91295
/proc/meminfo: memFree=83572864/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3582.11 s]
/proc/loadavg: 3.20 3.39 4.07 3/302 91295
/proc/meminfo: memFree=83572864/131249996 swapFree=33010672/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): 3582.76
CPU time (s): 3600.67
CPU user time (s): 3583.62
CPU system time (s): 17.0469
CPU usage (%): 100.5
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4272480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.62
system time used= 17.0469
maximum resident set size= 4272608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158611
page faults= 0
swaps= 0
block input operations= 0
block output operations= 35855440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 191252
involuntary context switches= 26384


# summary of solver processes directly reported to runsolver:
#   pid: 90851
#   total CPU time (s): 3600.67
#   total CPU user time (s): 3583.62
#   total CPU system time (s): 17.0469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.77333 second user time and 15.8717 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-04 07:49:28
IDJOB=4523847
IDBENCH=180376
IDSOLVER=3364
FILE ID=nodeC017/4523847-1751608168
RUNJOBID= nodeC017-1751600965-89875
SLURM_JOB_ID= 9598879
Free space on /tmp= 432456 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_1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523847-1751608168/watcher-4523847-1751608168 -o /tmp/evaluation-result-4523847-1751608168/solver-4523847-1751608168 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751600965-89875 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4523847-1751608168 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4523847-1751608168.opb

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

MD5SUM BENCH= 1376b7e36587a728493ace6af4c57a8e
RANDOM SEED=2040103497

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

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3571.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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        95149260 kB
MemAvailable:   121386712 kB
Buffers:            1688 kB
Cached:         26992796 kB
SwapCached:            8 kB
Active:          8658260 kB
Inactive:       26703328 kB
Active(anon):    8369136 kB
Inactive(anon):    16128 kB
Active(file):     289124 kB
Inactive(file): 26687200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           1088624 kB
Writeback:             8 kB
AnonPages:       8369588 kB
Mapped:           124216 kB
Shmem:             18072 kB
KReclaimable:     200332 kB
Slab:             327372 kB
SReclaimable:     200332 kB
SUnreclaim:       127040 kB
KernelStack:        5232 kB
PageTables:        20036 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10347300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8101888 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432460 MiB
End job on nodeC017 at 2025-07-04 08:49:11