Trace number 4523846

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.15 3581.52

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4523846-1751605534.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c  objective function found
1.09/0.67	c ... done. Wall clock time 0.528s.
1.09/0.67	c declared #vars     1294
1.09/0.67	c #constraints  1092
1.09/0.67	c constraints type 
1.09/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1.09/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1088
1.09/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
1.09/0.67	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.09/0.67	c 1092 constraints processed.
1.09/0.68	c objective function length is 785 literals
3.06/1.64	c cleaning 2499 clauses out of 5000 with flag 16912/5000
3.79/2.26	c cleaning 4248 clauses out of 8501 with flag 39086/11000
4.39/2.77	c cleaning 5622 clauses out of 11254 with flag 60425/18001
4.90/3.20	c cleaning 6804 clauses out of 13631 with flag 77005/26000
5.42/3.78	c cleaning 7902 clauses out of 15829 with flag 95534/35002
6.01/4.38	c cleaning 8954 clauses out of 17929 with flag 116386/45004
6.87/5.10	c cleaning 9973 clauses out of 19971 with flag 139503/56000
7.66/5.90	c cleaning 10987 clauses out of 21999 with flag 164120/68001
8.36/6.69	c cleaning 11994 clauses out of 24011 with flag 191325/81000
9.16/7.47	c cleaning 12996 clauses out of 26019 with flag 220226/95002
10.07/8.33	c cleaning 13996 clauses out of 28021 with flag 251495/110000
11.30/9.51	c cleaning 15000 clauses out of 30025 with flag 284360/126000
12.49/10.72	c cleaning 16002 clauses out of 32025 with flag 319560/143000
13.92/12.20	c cleaning 16997 clauses out of 34023 with flag 357725/161000
15.21/13.43	c cleaning 18003 clauses out of 36026 with flag 397506/180000
16.31/14.55	c cleaning 18994 clauses out of 38023 with flag 439191/200000
17.70/15.93	c cleaning 19999 clauses out of 40031 with flag 483038/221002
19.00/17.22	c cleaning 21003 clauses out of 42030 with flag 527940/243000
20.41/18.67	c cleaning 21999 clauses out of 44027 with flag 574858/266000
21.92/20.16	c cleaning 23000 clauses out of 46029 with flag 624443/290001
23.31/21.58	c cleaning 23999 clauses out of 48029 with flag 676297/315001
25.00/23.20	c cleaning 24999 clauses out of 50030 with flag 730207/341001
26.71/24.94	c cleaning 25999 clauses out of 52030 with flag 785999/368000
28.41/26.60	c cleaning 26999 clauses out of 54031 with flag 844156/396000
30.10/28.33	c cleaning 27996 clauses out of 56032 with flag 904356/425000
32.01/30.26	c cleaning 29001 clauses out of 58038 with flag 966501/455002
33.92/32.18	c cleaning 30002 clauses out of 60035 with flag 1030387/486000
36.21/34.41	c cleaning 30999 clauses out of 62034 with flag 1096511/518001
38.40/36.68	c cleaning 32003 clauses out of 64035 with flag 1164400/551001
40.60/38.82	c cleaning 32999 clauses out of 66031 with flag 1234881/585000
42.69/40.97	c cleaning 34000 clauses out of 68034 with flag 1306911/620002
44.81/43.08	c cleaning 35001 clauses out of 70033 with flag 1381650/656001
47.10/45.31	c cleaning 36004 clauses out of 72031 with flag 1458623/693000
49.51/47.75	c cleaning 37000 clauses out of 74031 with flag 1537171/731004
52.21/50.48	c cleaning 37998 clauses out of 76029 with flag 1618449/770002
55.51/53.71	c cleaning 39004 clauses out of 78031 with flag 1702846/810002
58.92/57.19	c cleaning 40000 clauses out of 80026 with flag 1788605/851001
62.54/60.77	c cleaning 40998 clauses out of 82025 with flag 1877604/893000
66.03/64.24	c cleaning 41998 clauses out of 84027 with flag 1966891/936000
68.95/67.15	c cleaning 42998 clauses out of 86029 with flag 2057913/980000
72.24/70.44	c cleaning 44002 clauses out of 88032 with flag 2151932/1025001
75.55/73.71	c cleaning 45000 clauses out of 90032 with flag 2248144/1071003
78.54/76.77	c cleaning 45999 clauses out of 92029 with flag 2345455/1118000
81.86/80.03	c cleaning 46996 clauses out of 94030 with flag 2444857/1166000
85.06/83.24	c cleaning 47999 clauses out of 96034 with flag 2546069/1215000
88.37/86.56	c cleaning 48997 clauses out of 98035 with flag 2649517/1265000
91.66/89.81	c cleaning 50007 clauses out of 100039 with flag 2754923/1316001
94.98/93.15	c cleaning 51003 clauses out of 102031 with flag 2862985/1368000
98.27/96.44	c cleaning 52002 clauses out of 104029 with flag 2972207/1421001
101.78/99.91	c cleaning 52996 clauses out of 106026 with flag 3083908/1475000
105.31/103.43	c cleaning 53997 clauses out of 108030 with flag 3198065/1530000
109.10/107.27	c cleaning 55001 clauses out of 110035 with flag 3314352/1586002
113.13/111.25	c cleaning 55998 clauses out of 112032 with flag 3432509/1643000
117.12/115.29	c cleaning 57001 clauses out of 114034 with flag 3553342/1701000
121.13/119.26	c cleaning 58003 clauses out of 116033 with flag 3676439/1760000
125.47/123.59	c cleaning 58996 clauses out of 118030 with flag 3800911/1820000
129.66/127.72	c cleaning 59999 clauses out of 120034 with flag 3927634/1881000
133.78/131.89	c cleaning 60995 clauses out of 122035 with flag 4055787/1943000
138.41/136.47	c cleaning 62003 clauses out of 124040 with flag 4186341/2006000
143.40/141.49	c cleaning 63003 clauses out of 126037 with flag 4320933/2070000
148.73/146.75	c cleaning 63999 clauses out of 128035 with flag 4457194/2135001
154.06/152.05	c cleaning 65005 clauses out of 130035 with flag 4594515/2201000
158.89/156.89	c cleaning 65995 clauses out of 132032 with flag 4734064/2268002
164.44/162.31	c cleaning 67002 clauses out of 134036 with flag 4877310/2336001
169.99/167.85	c cleaning 67998 clauses out of 136033 with flag 5022379/2405000
175.78/173.68	c cleaning 68999 clauses out of 138035 with flag 5168711/2475000
181.41/179.21	c cleaning 70002 clauses out of 140036 with flag 5315302/2546000
187.64/185.49	c cleaning 71006 clauses out of 142036 with flag 5464728/2618002
193.70/191.47	c cleaning 71999 clauses out of 144029 with flag 5617743/2691001
199.17/196.89	c cleaning 72999 clauses out of 146031 with flag 5770994/2765002
205.25/202.96	c cleaning 74004 clauses out of 148031 with flag 5927536/2840001
211.48/209.16	c cleaning 74996 clauses out of 150026 with flag 6085075/2916000
217.60/215.25	c cleaning 75998 clauses out of 152031 with flag 6244095/2993001
223.35/220.94	c cleaning 76999 clauses out of 154033 with flag 6405768/3071001
229.00/226.58	c cleaning 78007 clauses out of 156035 with flag 6570019/3150002
235.12/232.67	c cleaning 78998 clauses out of 158026 with flag 6736106/3230000
241.06/238.53	c cleaning 80001 clauses out of 160028 with flag 6906296/3311000
247.14/244.66	c cleaning 80999 clauses out of 162027 with flag 7076271/3393000
254.26/251.72	c cleaning 82000 clauses out of 164028 with flag 7249855/3476000
261.83/259.29	c cleaning 82997 clauses out of 166029 with flag 7425159/3560001
269.57/266.94	c cleaning 83997 clauses out of 168031 with flag 7604447/3645000
277.69/275.03	c cleaning 85003 clauses out of 170036 with flag 7786388/3731002
286.91/284.23	c cleaning 86000 clauses out of 172033 with flag 7970241/3818002
296.08/293.39	c cleaning 87000 clauses out of 174032 with flag 8154254/3906001
304.62/301.85	c cleaning 87995 clauses out of 176031 with flag 8340193/3995000
313.35/310.55	c cleaning 89000 clauses out of 178038 with flag 8529447/4085002
321.48/318.65	c cleaning 90000 clauses out of 180037 with flag 8718664/4176001
328.81/325.98	c cleaning 91001 clauses out of 182039 with flag 8910670/4268003
336.52/333.66	c cleaning 91998 clauses out of 184035 with flag 9103656/4361000
344.35/341.40	c cleaning 93001 clauses out of 186037 with flag 9298037/4455000
352.28/349.34	c cleaning 93999 clauses out of 188036 with flag 9494828/4550000
360.71/357.75	c cleaning 95001 clauses out of 190038 with flag 9693655/4646001
370.02/367.06	c cleaning 96003 clauses out of 192037 with flag 9895241/4743001
378.24/375.21	c cleaning 97000 clauses out of 194033 with flag 10098875/4841000
386.43/383.38	c cleaning 98005 clauses out of 196038 with flag 10303334/4940005
394.88/391.71	c cleaning 98992 clauses out of 198028 with flag 10510012/5040000
405.81/402.69	c cleaning 100004 clauses out of 200037 with flag 10720331/5141001
417.86/414.69	c cleaning 100999 clauses out of 202032 with flag 10934632/5243000
430.28/426.99	c cleaning 102005 clauses out of 204037 with flag 11149433/5346004
440.88/437.54	c cleaning 102994 clauses out of 206029 with flag 11367990/5450001
450.31/446.98	c cleaning 103998 clauses out of 208034 with flag 11587345/5555000
459.51/456.01	c cleaning 105000 clauses out of 210037 with flag 11810953/5661001
471.89/468.16	c cleaning 106001 clauses out of 212037 with flag 12038157/5768001
481.39/477.60	c cleaning 106998 clauses out of 214035 with flag 12264313/5876000
490.69/486.97	c cleaning 108001 clauses out of 216037 with flag 12490451/5985000
499.81/496.07	c cleaning 109001 clauses out of 218037 with flag 12719054/6095001
511.29/507.44	c cleaning 110000 clauses out of 220036 with flag 12951335/6206001
523.21/519.39	c cleaning 111002 clauses out of 222037 with flag 13184945/6318002
533.07/529.15	c cleaning 111998 clauses out of 224033 with flag 13419286/6431000
543.20/539.21	c cleaning 113002 clauses out of 226035 with flag 13657789/6545000
553.99/550.02	c cleaning 114000 clauses out of 228033 with flag 13900183/6660000
564.82/560.89	c cleaning 114997 clauses out of 230033 with flag 14143832/6776000
575.22/571.21	c cleaning 116002 clauses out of 232038 with flag 14388203/6893002
585.43/581.40	c cleaning 117001 clauses out of 234035 with flag 14633197/7011001
597.07/593.09	c cleaning 118003 clauses out of 236035 with flag 14879923/7130002
608.50/604.40	c cleaning 119000 clauses out of 238031 with flag 15131226/7250001
620.38/616.24	c cleaning 119997 clauses out of 240030 with flag 15383408/7371000
631.00/626.89	c cleaning 121001 clauses out of 242033 with flag 15637483/7493000
641.11/636.97	c cleaning 122000 clauses out of 244033 with flag 15893152/7616001
651.35/647.13	c cleaning 122997 clauses out of 246034 with flag 16151080/7740002
662.95/658.73	c cleaning 123998 clauses out of 248036 with flag 16411399/7865001
674.13/669.89	c cleaning 125001 clauses out of 250037 with flag 16674703/7991000
685.08/680.71	c cleaning 126004 clauses out of 252036 with flag 16940587/8118000
697.92/693.57	c cleaning 126996 clauses out of 254033 with flag 17208551/8246001
709.43/705.03	c cleaning 127999 clauses out of 256036 with flag 17480225/8375000
720.60/716.17	c cleaning 128997 clauses out of 258037 with flag 17751114/8505000
731.42/727.00	c cleaning 130001 clauses out of 260040 with flag 18024591/8636000
743.37/738.83	c cleaning 131003 clauses out of 262043 with flag 18300639/8768004
756.51/751.95	c cleaning 132005 clauses out of 264039 with flag 18577886/8901003
771.95/767.36	c cleaning 132999 clauses out of 266033 with flag 18859399/9035002
788.72/784.05	c cleaning 134001 clauses out of 268034 with flag 19141160/9170002
804.16/799.48	c cleaning 135000 clauses out of 270031 with flag 19429896/9306000
819.79/815.02	c cleaning 136001 clauses out of 272033 with flag 19719559/9443002
833.35/828.57	c cleaning 137003 clauses out of 274034 with flag 20011657/9581004
846.79/841.97	c cleaning 138000 clauses out of 276029 with flag 20304565/9720002
862.20/857.31	c cleaning 138997 clauses out of 278028 with flag 20597999/9860001
877.38/872.41	c cleaning 139996 clauses out of 280030 with flag 20893142/10001000
892.33/887.38	c cleaning 140995 clauses out of 282034 with flag 21191623/10143000
906.52/901.12	c cleaning 141999 clauses out of 284039 with flag 21491825/10286000
920.64/915.28	c cleaning 143003 clauses out of 286040 with flag 21792868/10430000
935.17/929.79	c cleaning 143997 clauses out of 288037 with flag 22095649/10575000
951.25/945.70	c cleaning 145001 clauses out of 290040 with flag 22399634/10721000
964.97/959.48	c cleaning 145997 clauses out of 292040 with flag 22702823/10868001
979.95/974.31	c cleaning 147004 clauses out of 294043 with flag 23011412/11016001
994.48/988.85	c cleaning 147997 clauses out of 296038 with flag 23321414/11165000
1008.13/1002.47	c cleaning 149002 clauses out of 298043 with flag 23631167/11315002
1022.71/1016.97	c cleaning 150001 clauses out of 300040 with flag 23944796/11466001
1037.94/1032.15	c cleaning 150999 clauses out of 302040 with flag 24259723/11618002
1053.31/1047.40	c cleaning 152008 clauses out of 304042 with flag 24577901/11771003
1070.14/1064.24	c cleaning 153002 clauses out of 306036 with flag 24905704/11925005
1085.24/1079.38	c cleaning 153997 clauses out of 308030 with flag 25234833/12080001
1101.31/1095.32	c cleaning 154999 clauses out of 310033 with flag 25562423/12236001
1117.36/1111.32	c cleaning 155999 clauses out of 312033 with flag 25890243/12393000
1133.70/1127.60	c cleaning 156996 clauses out of 314034 with flag 26229568/12551000
1151.02/1144.92	c cleaning 158006 clauses out of 316040 with flag 26564698/12710002
1167.04/1160.97	c cleaning 159003 clauses out of 318034 with flag 26900726/12870002
1182.67/1176.55	c cleaning 159999 clauses out of 320029 with flag 27240532/13031000
1198.84/1192.65	c cleaning 160993 clauses out of 322030 with flag 27580498/13193000
1214.51/1208.25	c cleaning 162000 clauses out of 324037 with flag 27920031/13356000
1232.64/1226.32	c cleaning 163001 clauses out of 326039 with flag 28268465/13520002
1249.01/1242.63	c cleaning 164001 clauses out of 328037 with flag 28616568/13685001
1265.46/1259.07	c cleaning 164999 clauses out of 330036 with flag 28966415/13851001
1281.59/1275.15	c cleaning 166001 clauses out of 332036 with flag 29314446/14018000
1299.26/1292.70	c cleaning 166998 clauses out of 334037 with flag 29667812/14186002
1318.53/1311.99	c cleaning 168002 clauses out of 336037 with flag 30028950/14355000
1336.07/1329.48	c cleaning 169001 clauses out of 338035 with flag 30385255/14525000
1353.25/1346.53	c cleaning 169997 clauses out of 340036 with flag 30743793/14696002
1369.79/1363.05	c cleaning 170996 clauses out of 342037 with flag 31104145/14868000
1386.58/1379.75	c cleaning 172004 clauses out of 344043 with flag 31464940/15041002
1404.91/1397.73	c cleaning 173001 clauses out of 346038 with flag 31835615/15215001
1421.40/1414.16	c cleaning 174004 clauses out of 348036 with flag 32203924/15390000
1438.14/1430.86	c cleaning 174998 clauses out of 350032 with flag 32569898/15566000
1455.42/1448.08	c cleaning 176002 clauses out of 352036 with flag 32938519/15743002
1473.16/1465.70	c cleaning 177000 clauses out of 354035 with flag 33310716/15921003
1490.24/1482.78	c cleaning 177998 clauses out of 356032 with flag 33687378/16100000
1512.20/1504.69	c cleaning 178996 clauses out of 358034 with flag 34066363/16280000
1531.74/1524.14	c cleaning 180001 clauses out of 360038 with flag 34448134/16461000
1550.54/1542.90	c cleaning 181006 clauses out of 362037 with flag 34830804/16643000
1568.90/1561.25	c cleaning 182002 clauses out of 364031 with flag 35215404/16826000
1586.89/1579.12	c cleaning 182996 clauses out of 366029 with flag 35603387/17010000
1606.82/1599.01	c cleaning 183997 clauses out of 368033 with flag 35991163/17195000
1625.95/1618.15	c cleaning 184999 clauses out of 370037 with flag 36379480/17381001
1645.16/1637.33	c cleaning 186001 clauses out of 372037 with flag 36774296/17568000
1666.92/1659.03	c cleaning 187003 clauses out of 374037 with flag 37170421/17756001
1686.66/1678.76	c cleaning 187998 clauses out of 376033 with flag 37566509/17945000
1705.43/1697.48	c cleaning 189003 clauses out of 378036 with flag 37965790/18135001
1726.45/1718.31	c cleaning 189998 clauses out of 380034 with flag 38370763/18326002
1746.21/1738.04	c cleaning 191002 clauses out of 382035 with flag 38771721/18518001
1770.09/1761.34	c cleaning 191998 clauses out of 384032 with flag 39176879/18711000
1791.33/1782.51	c cleaning 192995 clauses out of 386034 with flag 39583296/18905000
1814.27/1805.36	c cleaning 193999 clauses out of 388039 with flag 39993257/19100000
1836.24/1827.26	c cleaning 195008 clauses out of 390045 with flag 40404513/19296005
1858.54/1849.40	c cleaning 195999 clauses out of 392034 with flag 40820219/19493002
1882.92/1873.73	c cleaning 197000 clauses out of 394033 with flag 41236461/19691000
1905.84/1896.51	c cleaning 197996 clauses out of 396035 with flag 41654170/19890002
1928.30/1918.51	c cleaning 199002 clauses out of 398038 with flag 42077430/20090001
1949.16/1939.39	c cleaning 200000 clauses out of 400035 with flag 42495902/20291000
1972.38/1962.48	c cleaning 201000 clauses out of 402037 with flag 42918532/20493002
1995.05/1985.05	c cleaning 201994 clauses out of 404035 with flag 43344533/20696000
2016.69/2006.59	c cleaning 203003 clauses out of 406041 with flag 43774940/20900000
2038.42/2028.25	c cleaning 203999 clauses out of 408038 with flag 44204756/21105000
2058.94/2048.73	c cleaning 205002 clauses out of 410041 with flag 44642477/21311002
2081.02/2070.73	c cleaning 205994 clauses out of 412037 with flag 45076367/21518000
2102.77/2092.48	c cleaning 207004 clauses out of 414044 with flag 45509576/21726001
2125.29/2114.94	c cleaning 208002 clauses out of 416039 with flag 45947794/21935000
2148.10/2137.62	c cleaning 209004 clauses out of 418038 with flag 46390139/22145001
2171.80/2161.28	c cleaning 209999 clauses out of 420034 with flag 46835048/22356001
2196.22/2185.65	c cleaning 210999 clauses out of 422038 with flag 47277481/22568004
2220.50/2209.87	c cleaning 211994 clauses out of 424035 with flag 47733549/22781000
2248.65/2237.97	c cleaning 213001 clauses out of 426043 with flag 48188906/22995002
2275.26/2264.47	c cleaning 214003 clauses out of 428040 with flag 48635312/23210000
2302.72/2291.41	c cleaning 214997 clauses out of 430038 with flag 49088248/23426001
2329.20/2317.83	c cleaning 216003 clauses out of 432040 with flag 49541537/23643000
2354.10/2342.68	c cleaning 217004 clauses out of 434038 with flag 49997860/23861001
2378.93/2367.35	c cleaning 217998 clauses out of 436034 with flag 50457745/24080001
2404.86/2393.25	c cleaning 218998 clauses out of 438035 with flag 50916251/24300000
2429.88/2418.11	c cleaning 219999 clauses out of 440037 with flag 51380360/24521000
2455.64/2443.84	c cleaning 221001 clauses out of 442040 with flag 51846430/24743002
2481.26/2469.32	c cleaning 222001 clauses out of 444037 with flag 52315699/24966000
2508.00/2495.98	c cleaning 223001 clauses out of 446037 with flag 52788898/25190001
2535.44/2522.83	c cleaning 224000 clauses out of 448036 with flag 53265939/25415001
2561.94/2549.20	c cleaning 224999 clauses out of 450035 with flag 53740532/25641000
2589.28/2576.59	c cleaning 226000 clauses out of 452037 with flag 54214775/25868001
2614.83/2602.06	c cleaning 226996 clauses out of 454036 with flag 54693839/26096000
2644.98/2632.16	c cleaning 228001 clauses out of 456040 with flag 55181210/26325000
2671.59/2658.66	c cleaning 228997 clauses out of 458039 with flag 55661955/26555000
2698.94/2685.88	c cleaning 230007 clauses out of 460042 with flag 56145407/26786000
2733.00/2719.76	c cleaning 231001 clauses out of 462035 with flag 56641178/27018000
2760.97/2747.20	c cleaning 231998 clauses out of 464034 with flag 57132410/27251000
2789.78/2775.97	c cleaning 233000 clauses out of 466036 with flag 57625987/27485000
2819.18/2805.25	c cleaning 234002 clauses out of 468038 with flag 58123904/27720002
2851.76/2837.62	c cleaning 234994 clauses out of 470034 with flag 58621114/27956000
2880.68/2866.48	c cleaning 236003 clauses out of 472040 with flag 59120188/28193000
2906.16/2891.87	c cleaning 236998 clauses out of 474037 with flag 59617824/28431000
2932.76/2917.99	c cleaning 237997 clauses out of 476040 with flag 60118973/28670001
2959.41/2944.51	c cleaning 239005 clauses out of 478043 with flag 60622415/28910001
2986.68/2971.77	c cleaning 239998 clauses out of 480037 with flag 61125123/29151000
3016.68/3001.63	c cleaning 241006 clauses out of 482040 with flag 61632301/29393001
3045.08/3029.96	c cleaning 242000 clauses out of 484034 with flag 62144074/29636001
3076.92/3061.63	c cleaning 242995 clauses out of 486033 with flag 62653833/29880000
3107.21/3091.83	c cleaning 244001 clauses out of 488039 with flag 63169947/30125001
3136.51/3121.01	c cleaning 244999 clauses out of 490038 with flag 63686304/30371001
3165.69/3149.78	c cleaning 245995 clauses out of 492040 with flag 64203024/30618002
3195.64/3179.59	c cleaning 247007 clauses out of 494045 with flag 64718259/30866002
3223.39/3207.27	c cleaning 247999 clauses out of 496036 with flag 65239058/31115000
3254.77/3238.57	c cleaning 249001 clauses out of 498037 with flag 65759849/31365000
3285.52/3269.12	c cleaning 250003 clauses out of 500036 with flag 66282593/31616000
3312.90/3296.42	c cleaning 251000 clauses out of 502034 with flag 66811001/31868001
3341.74/3324.76	c cleaning 251996 clauses out of 504035 with flag 67339478/32121002
3370.55/3353.41	c cleaning 253002 clauses out of 506037 with flag 67869684/32375000
3398.29/3381.10	c cleaning 254004 clauses out of 508039 with flag 68400925/32630004
3428.71/3411.31	c cleaning 254999 clauses out of 510031 with flag 68932157/32886000
3460.91/3443.48	c cleaning 255997 clauses out of 512035 with flag 69466844/33143003
3494.03/3476.42	c cleaning 256996 clauses out of 514037 with flag 70009570/33401002
3524.59/3506.84	c cleaning 257999 clauses out of 516040 with flag 70555894/33660001
3554.09/3535.70	c cleaning 259004 clauses out of 518040 with flag 71098678/33920000
3583.77/3565.33	c cleaning 259997 clauses out of 520037 with flag 71642760/34181001
3600.00/3581.41	c starts		: 2
3600.00/3581.41	c conflicts		: 34377432
3600.00/3581.41	c decisions		: 37453883
3600.00/3581.41	c propagations		: 159887588
3600.00/3581.41	c inspects		: 24511982078
3600.00/3581.41	c shortcuts		: 0
3600.00/3581.41	c learnt literals	: 0
3600.00/3581.41	c learnt binary clauses	: 0
3600.00/3581.41	c learnt ternary clauses	: 0
3600.00/3581.41	c learnt constraints	: 34377432
3600.00/3581.41	c ignored constraints	: 0
3600.00/3581.41	c root simplifications	: 0
3600.00/3581.41	c removed literals (reason simplification)	: 8914355
3600.00/3581.41	c reason swapping (by a shorter reason)	: 0
3600.00/3581.41	c Calls to reduceDB	: 257
3600.00/3581.41	c Number of update (reduction) of LBD	: 3001375
3600.00/3581.41	c Imported unit clauses	: 0
3600.00/3581.41	c No decision after first conflict	: false
3600.00/3581.41	c number of reductions to clauses (during analyze)	: 0
3600.00/3581.41	c number of learned constraints concerned by reduction	: 0
3600.00/3581.41	c number of learning phase by resolution	: 0
3600.00/3581.41	c number of learning phase by cutting planes	: 0
3600.00/3581.41	c number of rounding to 1 operations	: 0
3600.00/3581.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3581.42	c number of reductions of the coefficients by power 2 	: 0
3600.00/3581.42	c number of right shift for reduction by power 2 	: 0
3600.00/3581.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3581.42	c number of ending skipping 	: 0
3600.00/3581.42	c number of internal skipping 	: 0
3600.00/3581.42	c number of derivation steps 	: 0
3600.00/3581.42	c number of skipped derivation steps 	: 0
3600.00/3581.42	c number of remaining unassigned 	: 0
3600.00/3581.42	c number of remaining assigned 	: 0
3600.00/3581.42	c number of falsified literals weakened from reason	: 0
3600.00/3581.42	c number of falsified literals weakened from conflict	: 0
3600.00/3581.42	c time for arithmetic operations	: 0
3600.00/3581.42	c minimum degree of deleted constraints	: null
3600.00/3581.42	c maximum degree of deleted constraints	: null
3600.00/3581.42	c number of deleted constraints	: 0
3600.00/3581.42	c speed (assignments/second)	: 44652.20742574424
3600.00/3581.42	c non guided choices	: 70
3600.00/3581.43	c timeout
3600.00/3581.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 456471
3600.00/3581.48	s UNKNOWN
3600.00/3581.48	c Total wall clock time (in seconds): 3581.35

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523846-1751605534/watcher-4523846-1751605534 -o /tmp/evaluation-result-4523846-1751605534/solver-4523846-1751605534 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751598323-85759 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4523846-1751605534.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100061 s]*
/proc/loadavg: 4.19 4.25 4.36 5/338 86843
/proc/meminfo: memFree=124964396/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=18930384 memory=57752 CPUtime=0.12 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 6574 0 0 0 10 2 0 0 20 0 18 0 76233334 19384713216 14438 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4732596 14438 5351 1 0 547619 0
[pid=86825/tid=86827] ppid=86822 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) R 86822 86825 85745 0 -1 4194368 5071 0 0 0 6 1 0 0 20 0 18 0 76233335 19384713216 14438 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76233337 19384713216 14438 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=18930384 memory=61784027586760 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76233337 19384713216 14438 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57752 KiB

[startup+0.205718 s]*
/proc/loadavg: 4.19 4.25 4.36 6/338 86843
/proc/meminfo: memFree=124959292/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=18930384 memory=67080 CPUtime=0.31 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 7370 0 0 0 29 2 0 0 20 0 18 0 76233334 19384713216 16770 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4732596 16770 5415 1 0 548211 0
[pid=86825/tid=86827] ppid=86822 vsize=18930384 memory=4026794268 CPUtime=0.15 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) R 86822 86825 85745 0 -1 4194368 5258 0 0 0 14 1 0 0 20 0 18 0 76233335 19384713216 16770 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=18930384 memory=18954 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76233337 19384713216 16770 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76233337 19384713216 16770 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67080 KiB

[startup+0.305605 s]*
/proc/loadavg: 4.19 4.25 4.36 6/338 86843
/proc/meminfo: memFree=124920980/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=18930384 memory=100736 CPUtime=0.51 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 9118 0 0 0 47 4 0 0 20 0 18 0 76233334 19384713216 25184 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4732596 25184 5415 1 0 549409 0
[pid=86825/tid=86827] ppid=86822 vsize=18930384 memory=-6000919498526451303 CPUtime=0.24 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) R 86822 86825 85745 0 -1 4194368 5272 0 0 0 22 2 0 0 20 0 18 0 76233335 19384713216 25184 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76233337 19384713216 25184 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76233337 19384713216 25184 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 100736 KiB

[startup+0.700225 s]
/proc/loadavg: 4.19 4.25 4.36 6/339 86844
/proc/meminfo: memFree=124808120/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=19063512 memory=191120 CPUtime=1.27 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 9693 0 0 0 120 7 0 0 20 0 20 0 76233334 19521036288 47780 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4765878 47780 5511 1 0 550224 0
[pid=86825/tid=86827] ppid=86822 vsize=19063512 memory=18816 CPUtime=0.54 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) R 86822 86825 85745 0 -1 4194368 5409 0 0 0 50 4 0 0 20 0 20 0 76233335 19521036288 47780 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 47780 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 47780 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191120 KiB

[startup+1.50023 s]
/proc/loadavg: 4.19 4.25 4.36 6/340 86845
/proc/meminfo: memFree=124668924/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=19063512 memory=217900 CPUtime=2.86 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 17046 0 0 0 277 9 0 0 20 0 20 0 76233334 19521036288 54475 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4765878 54475 5511 1 0 555120 0
[pid=86825/tid=86827] ppid=86822 vsize=19063512 memory=3328 CPUtime=1.31 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) S 86822 86825 85745 0 -1 4194368 5468 0 0 0 127 4 0 0 20 0 20 0 76233335 19521036288 54475 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 54475 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 54475 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86845] ppid=86822 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/86825/task/86845/stat : 86845 (Timer-0) S 86822 86825 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76233403 19521036288 54475 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 217900 KiB

[startup+3.10526 s]
/proc/loadavg: 4.19 4.25 4.36 5/340 86845
/proc/meminfo: memFree=124282388/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=19063512 memory=228680 CPUtime=4.81 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 21041 0 0 0 471 10 0 0 20 0 20 0 76233334 19521036288 57170 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4765878 57170 5511 1 0 555170 0
[pid=86825/tid=86827] ppid=86822 vsize=19063512 memory=14720 CPUtime=2.87 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) R 86822 86825 85745 0 -1 4194368 5964 0 0 0 282 5 0 0 20 0 20 0 76233335 19521036288 57170 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 57170 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 57170 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86845] ppid=86822 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/86825/task/86845/stat : 86845 (Timer-0) S 86822 86825 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76233403 19521036288 57170 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 4.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 228680 KiB

[startup+6.3002 s]
/proc/loadavg: 4.17 4.24 4.36 5/340 86845
/proc/meminfo: memFree=123510368/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=19063512 memory=525372 CPUtime=8.06 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 23016 0 0 0 789 17 0 0 20 0 20 0 76233334 19521036288 131343 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4765878 131343 5511 1 0 555171 0
[pid=86825/tid=86827] ppid=86822 vsize=19063512 memory=0 CPUtime=6.03 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) R 86822 86825 85745 0 -1 4194368 6564 0 0 0 592 11 0 0 20 0 20 0 76233335 19521036288 131343 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 131343 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 131343 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86845] ppid=86822 vsize=19063512 memory=224052 CPUtime=0 cores=0,2
/proc/86825/task/86845/stat : 86845 (Timer-0) S 86822 86825 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76233403 19521036288 131343 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 8.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 525372 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.24 4.35 5/340 86845
/proc/meminfo: memFree=122376172/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=19063512 memory=1269024 CPUtime=14.52 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 26886 0 0 0 1419 33 0 0 20 0 20 0 76233334 19521036288 317256 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4765878 317256 5543 1 0 555171 0
[pid=86825/tid=86827] ppid=86822 vsize=19063512 memory=224052 CPUtime=12.41 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) R 86822 86825 85745 0 -1 4194368 7900 0 0 0 1214 27 0 0 20 0 20 0 76233335 19521036288 317256 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=19063512 memory=1037600 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 317256 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 317256 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86845] ppid=86822 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/86825/task/86845/stat : 86845 (Timer-0) S 86822 86825 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76233403 19521036288 317256 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 14.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1269024 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.23 4.35 5/340 86845
/proc/meminfo: memFree=122080520/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=19063512 memory=1371480 CPUtime=27.31 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 29988 0 0 0 2695 36 0 0 20 0 20 0 76233334 19521036288 342870 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4765878 342870 5543 1 0 555171 0
[pid=86825/tid=86827] ppid=86822 vsize=19063512 memory=0 CPUtime=25.11 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) R 86822 86825 85745 0 -1 4194368 9158 0 0 0 2483 28 0 0 20 0 20 0 76233335 19521036288 342870 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 342870 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=19063512 memory=1371480 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 342870 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86845] ppid=86822 vsize=19063512 memory=1363284 CPUtime=0 cores=0,2
/proc/86825/task/86845/stat : 86845 (Timer-0) S 86822 86825 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76233403 19521036288 342870 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 27.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1371480 KiB

[startup+51.1054 s]
/proc/loadavg: 4.15 4.22 4.34 5/340 86846
/proc/meminfo: memFree=121965656/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=19063512 memory=1381732 CPUtime=52.92 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 31364 0 0 0 5254 38 0 0 20 0 20 0 76233334 19521036288 345433 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4765878 345433 5543 1 0 555171 0
[pid=86825/tid=86827] ppid=86822 vsize=19063512 memory=1371480 CPUtime=50.56 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) R 86822 86825 85745 0 -1 4194368 10012 0 0 0 5027 29 0 0 20 0 20 0 76233335 19521036288 345433 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=19063512 memory=28160 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 345433 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=19063512 memory=2308 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 345433 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86845] ppid=86822 vsize=19063512 memory=1295648 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=121657540/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=19063512 memory=2173776 CPUtime=3178.38 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 109979 0 0 0 317698 140 0 0 20 0 20 0 76233334 19521036288 543444 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4765878 543444 5543 1 0 557699 0
[pid=86825/tid=86827] ppid=86822 vsize=19063512 memory=2173776 CPUtime=3135.26 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) R 86822 86825 85745 0 -1 4194368 47934 0 0 0 313488 38 0 0 20 0 20 0 76233335 19521036288 543444 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=19063512 memory=2173776 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 543444 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=19063512 memory=2173776 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 1264 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 543444 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86845] ppid=86822 vsize=19063512 memory=2173776 CPUtime=0 cores=0,2
/proc/86825/task/86845/stat : 86845 (Timer-0) S 86822 86825 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76233403 19521036288 543444 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 3178.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173776 KiB

[startup+3222.3 s]
/proc/loadavg: 3.25 3.45 3.80 4/314 87030
/proc/meminfo: memFree=121657448/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=19063512 memory=2173776 CPUtime=3238.53 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 110150 0 0 0 323711 142 0 0 20 0 20 0 76233334 19521036288 543444 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4765878 543444 5543 1 0 557699 0
[pid=86825/tid=86827] ppid=86822 vsize=19063512 memory=2173776 CPUtime=3194.81 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) R 86822 86825 85745 0 -1 4194368 48060 0 0 0 319443 38 0 0 20 0 20 0 76233335 19521036288 543444 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=19063512 memory=2173776 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 543444 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=19063512 memory=2173776 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 1264 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 543444 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86845] ppid=86822 vsize=19063512 memory=2173776 CPUtime=0 cores=0,2
/proc/86825/task/86845/stat : 86845 (Timer-0) S 86822 86825 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76233403 19521036288 543444 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 3238.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173776 KiB

[startup+3282.3 s]
/proc/loadavg: 2.97 3.35 3.74 3/289 87066
/proc/meminfo: memFree=123747520/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=19063512 memory=2173776 CPUtime=3298.75 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 111835 0 0 0 329732 143 0 0 20 0 20 0 76233334 19521036288 543444 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4765878 543444 5543 1 0 557699 0
[pid=86825/tid=86827] ppid=86822 vsize=19063512 memory=14720 CPUtime=3254.25 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) R 86822 86825 85745 0 -1 4194368 49092 0 0 0 325387 38 0 0 20 0 20 0 76233335 19521036288 543444 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=19063512 memory=2173776 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 543444 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=19063512 memory=12672 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 1264 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 543444 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86845] ppid=86822 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/86825/task/86845/stat : 86845 (Timer-0) S 86822 86825 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76233403 19521036288 543444 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 3298.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173776 KiB

[startup+3342.3 s]
/proc/loadavg: 2.41 3.11 3.64 3/289 87079
/proc/meminfo: memFree=123747616/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=19063512 memory=2173904 CPUtime=3359.46 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 116011 0 0 0 335801 145 0 0 20 0 20 0 76233334 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4765878 543476 5543 1 0 557711 0
[pid=86825/tid=86827] ppid=86822 vsize=19063512 memory=2173904 CPUtime=3313.68 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) S 86822 86825 85745 0 -1 4194368 51380 0 0 0 331330 38 0 0 20 0 20 0 76233335 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=19063512 memory=2173904 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=19063512 memory=2173904 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 1305 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86845] ppid=86822 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/86825/task/86845/stat : 86845 (Timer-0) S 86822 86825 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76233403 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 3359.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173904 KiB

[startup+3402.3 s]
/proc/loadavg: 2.19 2.92 3.54 3/289 87081
/proc/meminfo: memFree=123747728/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=19063512 memory=2173904 CPUtime=3419.72 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 116252 0 0 0 341826 146 0 0 20 0 20 0 76233334 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4765878 543476 5543 1 0 557712 0
[pid=86825/tid=86827] ppid=86822 vsize=19063512 memory=2173904 CPUtime=3373.16 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) R 86822 86825 85745 0 -1 4194368 51484 0 0 0 337278 38 0 0 20 0 20 0 76233335 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=19063512 memory=2173776 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=19063512 memory=2173904 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 1320 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86845] ppid=86822 vsize=19063512 memory=2173904 CPUtime=0 cores=0,2
/proc/86825/task/86845/stat : 86845 (Timer-0) S 86822 86825 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76233403 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 3419.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173904 KiB

[startup+3462.3 s]
/proc/loadavg: 2.12 2.77 3.44 3/289 87083
/proc/meminfo: memFree=123756072/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=19063512 memory=2173904 CPUtime=3479.96 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 116328 0 0 0 347848 148 0 0 20 0 20 0 76233334 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4765878 543476 5543 1 0 557728 0
[pid=86825/tid=86827] ppid=86822 vsize=19063512 memory=2173904 CPUtime=3432.66 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) R 86822 86825 85745 0 -1 4194368 51491 0 0 0 343228 38 0 0 20 0 20 0 76233335 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=19063512 memory=2173776 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=19063512 memory=2173904 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 1320 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86845] ppid=86822 vsize=19063512 memory=-6000919498526451303 CPUtime=0 cores=0,2
/proc/86825/task/86845/stat : 86845 (Timer-0) S 86822 86825 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76233403 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 3479.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173904 KiB

[startup+3522.3 s]
/proc/loadavg: 2.09 2.64 3.35 3/289 87085
/proc/meminfo: memFree=123755920/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=19063512 memory=2173904 CPUtime=3540.62 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 118584 0 0 0 353912 150 0 0 20 0 20 0 76233334 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4765878 543476 5543 1 0 557728 0
[pid=86825/tid=86827] ppid=86822 vsize=19063512 memory=2173904 CPUtime=3492.19 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) R 86822 86825 85745 0 -1 4194368 53030 0 0 0 349180 39 0 0 20 0 20 0 76233335 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=19063512 memory=2173904 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 1320 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86845] ppid=86822 vsize=19063512 memory=-6000919498526451303 CPUtime=0 cores=0,2
/proc/86825/task/86845/stat : 86845 (Timer-0) S 86822 86825 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76233403 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 3540.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173904 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3581.4 s]
/proc/loadavg: 2.21 2.57 3.28 3/288 87087
/proc/meminfo: memFree=123755808/131250000 swapFree=33010416/33010684
[pid=86825] ppid=86822 vsize=19063512 memory=2173904 CPUtime=3600 cores=0,2
/proc/86825/stat : 86825 (java) S 86822 86825 85745 0 -1 4194304 120206 0 0 0 359848 152 0 0 20 0 20 0 76233334 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
/proc/86825/statm: 4765878 543476 5543 1 0 557734 0
[pid=86825/tid=86827] ppid=86822 vsize=19063512 memory=2892 CPUtime=3550.73 cores=0,2
/proc/86825/task/86827/stat : 86827 (java) R 86822 86825 85745 0 -1 4194368 53990 0 0 0 355034 39 0 0 20 0 20 0 76233335 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86836] ppid=86822 vsize=19063512 memory=-6000919498526451303 CPUtime=0 cores=0,2
/proc/86825/task/86836/stat : 86836 (Finalizer) S 86822 86825 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86843] ppid=86822 vsize=19063512 memory=2892 CPUtime=0 cores=0,2
/proc/86825/task/86843/stat : 86843 (Common-Cleaner) S 86822 86825 85745 0 -1 4194368 1333 0 0 0 0 0 0 0 20 0 20 0 76233337 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
[pid=86825/tid=86845] ppid=86822 vsize=19063512 memory=46464 CPUtime=0 cores=0,2
/proc/86825/task/86845/stat : 86845 (Timer-0) S 86822 86825 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76233403 19521036288 543476 18446744073709551615 94171088707584 94171088711280 140734446439120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94171088719096 94171088719888 94171117637632 140734446442881 140734446442982 140734446442982 140734446448584 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2173904 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.61 s, system=1.54052 s

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

Child status: 143

Real time (s): 3581.52
CPU time (s): 3600.15
CPU user time (s): 3598.61
CPU system time (s): 1.54052
CPU usage (%): 100.52
Max. virtual memory (cumulated for all children) (KiB): 19067088
Max. memory (cumulated for all children) (KiB): 2173904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.61
system time used= 1.54052
maximum resident set size= 2174928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121840
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129677
involuntary context switches= 12021


# summary of solver processes directly reported to runsolver:
#   pid: 86825
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3598.61
#   total CPU system time (s): 1.54052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.21794 second user time and 16.1442 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-04 07:05:35
IDJOB=4523846
IDBENCH=180376
IDSOLVER=3363
FILE ID=nodeC027/4523846-1751605534
RUNJOBID= nodeC027-1751598323-85759
SLURM_JOB_ID= 9598871
Free space on /tmp= 431168 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_1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523846-1751605534/watcher-4523846-1751605534 -o /tmp/evaluation-result-4523846-1751605534/solver-4523846-1751605534 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751598323-85759 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4523846-1751605534.opb

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

MD5SUM BENCH= 1376b7e36587a728493ace6af4c57a8e
RANDOM SEED=1555915607

nodeC027 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		: 3594.052
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	: 6999.29
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		: 3599.655
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	: 6999.29
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		: 3599.638
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	: 6999.29
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		: 3611.139
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	: 6999.29
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		: 3599.659
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	: 6999.29
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		: 3599.624
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	: 6999.29
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		: 3600.000
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	: 6999.29
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		: 3599.219
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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124995744 kB
MemAvailable:   125332476 kB
Buffers:            2488 kB
Cached:          1135136 kB
SwapCached:           12 kB
Active:          5078768 kB
Inactive:         594596 kB
Active(anon):    4551004 kB
Inactive(anon):     2792 kB
Active(file):     527764 kB
Inactive(file):   591804 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3972 kB
Writeback:             0 kB
AnonPages:       4538868 kB
Mapped:           124252 kB
Shmem:             18056 kB
KReclaimable:     112408 kB
Slab:             202636 kB
SReclaimable:     112408 kB
SUnreclaim:        90228 kB
KernelStack:        5168 kB
PageTables:        12524 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    8805940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4341760 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431176 MiB
End job on nodeC027 at 2025-07-04 08:05:16