Trace number 4543173

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.22 3585.81

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/
larger/domset_large_shuffle/normalized-domset-hexgrid_05_110.shuf-2.opb
MD5SUM73c63b112a71eb267c42688444d17031
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.10623
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables550
Total number of constraints551
Number of constraints which are clauses550
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint4
Maximum length of a constraint550
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 137
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4543173-1753224118.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c  no objective function found
0.11/0.18	c ... done. Wall clock time 0.046s.
0.11/0.18	c declared #vars     550
0.11/0.18	c #constraints  551
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 550
0.11/0.18	c 551 constraints processed.
0.88/0.59	c cleaning 2497 clauses out of 5001 with flag 10568/5001
2.06/1.12	c cleaning 4246 clauses out of 8504 with flag 23082/11001
2.36/1.33	c cleaning 5624 clauses out of 11258 with flag 37671/18001
2.64/1.56	c cleaning 6810 clauses out of 13634 with flag 54380/26001
2.93/1.79	c cleaning 7905 clauses out of 15823 with flag 73151/35000
3.28/2.08	c cleaning 8951 clauses out of 17918 with flag 94281/45000
3.70/2.44	c cleaning 9979 clauses out of 19967 with flag 117196/56000
4.12/2.88	c cleaning 10989 clauses out of 21989 with flag 142039/68001
4.61/3.39	c cleaning 11993 clauses out of 23999 with flag 168746/81000
5.12/3.82	c cleaning 12997 clauses out of 26007 with flag 197764/95001
5.61/4.38	c cleaning 13998 clauses out of 28009 with flag 228914/110000
6.25/4.98	c cleaning 14994 clauses out of 30011 with flag 262119/126000
6.89/5.59	c cleaning 16001 clauses out of 32017 with flag 297399/143000
7.59/6.23	c cleaning 17001 clauses out of 34017 with flag 335354/161001
8.30/6.97	c cleaning 18001 clauses out of 36015 with flag 374976/180000
9.10/7.73	c cleaning 19001 clauses out of 38015 with flag 416920/200001
10.00/8.64	c cleaning 19994 clauses out of 40014 with flag 460783/221001
10.93/9.52	c cleaning 21004 clauses out of 42020 with flag 506661/243001
11.76/10.30	c cleaning 21999 clauses out of 44016 with flag 554772/266001
12.57/11.14	c cleaning 22999 clauses out of 46016 with flag 605672/290000
13.48/12.09	c cleaning 23996 clauses out of 48018 with flag 658104/315001
14.49/13.01	c cleaning 24999 clauses out of 50021 with flag 713211/341000
15.63/14.11	c cleaning 26007 clauses out of 52023 with flag 769794/368001
16.72/15.25	c cleaning 27001 clauses out of 54016 with flag 828289/396001
17.96/16.47	c cleaning 28000 clauses out of 56015 with flag 888650/425001
19.25/17.74	c cleaning 28998 clauses out of 58015 with flag 951176/455001
20.69/19.18	c cleaning 30000 clauses out of 60016 with flag 1015968/486000
22.08/20.54	c cleaning 30999 clauses out of 62016 with flag 1082889/518000
23.51/21.99	c cleaning 32002 clauses out of 64017 with flag 1151703/551000
25.00/23.49	c cleaning 32997 clauses out of 66015 with flag 1222815/585000
26.53/24.99	c cleaning 34002 clauses out of 68019 with flag 1295867/620001
28.12/26.54	c cleaning 34997 clauses out of 70016 with flag 1371247/656000
29.86/28.27	c cleaning 36004 clauses out of 72021 with flag 1449054/693002
31.70/30.03	c cleaning 36997 clauses out of 74016 with flag 1528380/731001
33.49/31.87	c cleaning 38001 clauses out of 76019 with flag 1609936/770001
35.31/33.62	c cleaning 39002 clauses out of 78018 with flag 1693998/810001
36.81/35.17	c cleaning 39999 clauses out of 80016 with flag 1780309/851001
38.62/36.98	c cleaning 41001 clauses out of 82016 with flag 1868646/893000
40.52/38.85	c cleaning 42000 clauses out of 84015 with flag 1959061/936000
42.56/40.84	c cleaning 42999 clauses out of 86016 with flag 2051593/980001
44.55/42.83	c cleaning 43999 clauses out of 88017 with flag 2146388/1025001
46.54/44.89	c cleaning 45001 clauses out of 90017 with flag 2242591/1071000
48.77/47.09	c cleaning 46001 clauses out of 92017 with flag 2340942/1118001
51.06/49.32	c cleaning 46998 clauses out of 94015 with flag 2441371/1166000
53.42/51.65	c cleaning 47999 clauses out of 96017 with flag 2543694/1215000
55.72/53.91	c cleaning 48999 clauses out of 98019 with flag 2647545/1265001
58.31/56.56	c cleaning 50002 clauses out of 100019 with flag 2753303/1316000
61.21/59.47	c cleaning 50999 clauses out of 102017 with flag 2860785/1368000
64.10/62.36	c cleaning 52001 clauses out of 104018 with flag 2970030/1421000
66.90/65.13	c cleaning 53001 clauses out of 106017 with flag 3081864/1475000
69.88/68.18	c cleaning 53998 clauses out of 108017 with flag 3195155/1530001
72.98/71.22	c cleaning 54999 clauses out of 110018 with flag 3311205/1586000
76.37/74.61	c cleaning 56004 clauses out of 112020 with flag 3429060/1643001
79.36/77.65	c cleaning 57001 clauses out of 114015 with flag 3549061/1701000
82.95/81.24	c cleaning 57999 clauses out of 116015 with flag 3671094/1760001
86.05/84.35	c cleaning 58995 clauses out of 118015 with flag 3795055/1820000
89.34/87.67	c cleaning 59996 clauses out of 120020 with flag 3921360/1881000
93.03/91.37	c cleaning 61001 clauses out of 122025 with flag 4049140/1943001
96.92/95.08	c cleaning 62002 clauses out of 124023 with flag 4179499/2006000
100.02/98.18	c cleaning 62998 clauses out of 126021 with flag 4312640/2070000
103.50/101.61	c cleaning 64003 clauses out of 128024 with flag 4448260/2135001
107.26/104.89	c cleaning 65000 clauses out of 130020 with flag 4586335/2201000
111.16/108.70	c cleaning 66000 clauses out of 132021 with flag 4725386/2268001
114.75/112.37	c cleaning 66999 clauses out of 134020 with flag 4867971/2336000
119.09/116.64	c cleaning 68001 clauses out of 136021 with flag 5013838/2405000
122.99/120.52	c cleaning 69001 clauses out of 138021 with flag 5159705/2475001
126.98/124.57	c cleaning 69997 clauses out of 140019 with flag 5309586/2546000
131.01/128.48	c cleaning 70997 clauses out of 142022 with flag 5461705/2618000
135.00/132.45	c cleaning 72002 clauses out of 144025 with flag 5614627/2691000
138.89/136.39	c cleaning 73002 clauses out of 146024 with flag 5770085/2765001
143.44/140.85	c cleaning 74001 clauses out of 148021 with flag 5927983/2840000
147.83/145.23	c cleaning 74998 clauses out of 150021 with flag 6087495/2916001
152.12/149.57	c cleaning 76003 clauses out of 152022 with flag 6249626/2993000
156.57/153.96	c cleaning 76999 clauses out of 154020 with flag 6414283/3071001
161.06/158.43	c cleaning 77999 clauses out of 156022 with flag 6580696/3150002
166.24/163.65	c cleaning 78997 clauses out of 158021 with flag 6747837/3230000
170.93/168.33	c cleaning 80002 clauses out of 160025 with flag 6918477/3311001
175.91/173.21	c cleaning 81001 clauses out of 162022 with flag 7090367/3393000
183.29/180.60	c cleaning 82005 clauses out of 164021 with flag 7270393/3476000
188.58/185.90	c cleaning 82996 clauses out of 166016 with flag 7447452/3560000
194.87/192.27	c cleaning 84001 clauses out of 168020 with flag 7626623/3645000
201.03/198.37	c cleaning 85003 clauses out of 170019 with flag 7809125/3731000
208.02/205.30	c cleaning 85994 clauses out of 172016 with flag 7991439/3818000
214.72/211.57	c cleaning 87002 clauses out of 174023 with flag 8176110/3906001
220.90/217.77	c cleaning 88002 clauses out of 176022 with flag 8363700/3995002
227.29/224.15	c cleaning 88998 clauses out of 178019 with flag 8553135/4085001
234.39/231.19	c cleaning 90002 clauses out of 180020 with flag 8743698/4176000
240.77/237.55	c cleaning 90999 clauses out of 182018 with flag 8937545/4268000
246.86/243.66	c cleaning 92001 clauses out of 184019 with flag 9132673/4361000
253.74/250.50	c cleaning 93002 clauses out of 186021 with flag 9329353/4455003
260.13/256.86	c cleaning 93999 clauses out of 188017 with flag 9528755/4550001
266.61/263.33	c cleaning 94999 clauses out of 190018 with flag 9732973/4646001
274.30/271.06	c cleaning 95997 clauses out of 192018 with flag 9937934/4743000
280.98/277.73	c cleaning 97003 clauses out of 194023 with flag 10145500/4841002
287.60/284.32	c cleaning 97997 clauses out of 196018 with flag 10352599/4940000
294.09/290.89	c cleaning 99004 clauses out of 198022 with flag 10564911/5040001
300.97/297.77	c cleaning 100000 clauses out of 200018 with flag 10778527/5141001
307.96/304.73	c cleaning 101001 clauses out of 202018 with flag 10992065/5243001
315.98/312.63	c cleaning 101996 clauses out of 204016 with flag 11208692/5346000
323.97/320.60	c cleaning 102999 clauses out of 206020 with flag 11426588/5450000
331.46/328.19	c cleaning 103996 clauses out of 208021 with flag 11646525/5555000
338.84/335.44	c cleaning 105000 clauses out of 210026 with flag 11868734/5661001
345.92/342.50	c cleaning 106001 clauses out of 212026 with flag 12093545/5768001
353.20/349.83	c cleaning 106998 clauses out of 214024 with flag 12320292/5876000
362.88/359.00	c cleaning 108000 clauses out of 216026 with flag 12549796/5985000
370.76/366.96	c cleaning 109001 clauses out of 218026 with flag 12782071/6095000
378.24/374.46	c cleaning 109999 clauses out of 220025 with flag 13016020/6206000
385.42/381.61	c cleaning 111001 clauses out of 222026 with flag 13252222/6318000
393.03/389.27	c cleaning 111998 clauses out of 224025 with flag 13491469/6431000
400.51/396.78	c cleaning 113002 clauses out of 226027 with flag 13731103/6545000
407.60/403.87	c cleaning 114001 clauses out of 228025 with flag 13972103/6660000
416.99/413.22	c cleaning 115003 clauses out of 230025 with flag 14213506/6776001
427.21/423.33	c cleaning 115999 clauses out of 232021 with flag 14457858/6893000
436.00/432.14	c cleaning 116995 clauses out of 234023 with flag 14704862/7011001
446.27/442.44	c cleaning 118002 clauses out of 236029 with flag 14953458/7130002
457.30/453.47	c cleaning 119003 clauses out of 238026 with flag 15204904/7250001
468.01/464.08	c cleaning 120006 clauses out of 240022 with flag 15458125/7371000
479.19/475.20	c cleaning 120998 clauses out of 242016 with flag 15712209/7493000
489.17/485.21	c cleaning 121999 clauses out of 244019 with flag 15968090/7616001
499.58/495.63	c cleaning 123000 clauses out of 246020 with flag 16228018/7740001
507.42/503.33	c cleaning 124000 clauses out of 248020 with flag 16489780/7865001
516.99/512.91	c cleaning 124999 clauses out of 250019 with flag 16752339/7991000
526.48/522.49	c cleaning 125996 clauses out of 252020 with flag 17016194/8118000
536.88/532.72	c cleaning 127000 clauses out of 254025 with flag 17282575/8246001
548.06/544.00	c cleaning 128004 clauses out of 256024 with flag 17551185/8375000
557.93/553.83	c cleaning 128999 clauses out of 258020 with flag 17821677/8505000
567.82/563.77	c cleaning 129997 clauses out of 260021 with flag 18095629/8636000
579.43/574.87	c cleaning 130999 clauses out of 262025 with flag 18371330/8768001
588.81/584.20	c cleaning 131999 clauses out of 264026 with flag 18650244/8901001
600.59/596.04	c cleaning 133001 clauses out of 266026 with flag 18930982/9035000
611.67/607.03	c cleaning 134003 clauses out of 268025 with flag 19214191/9170000
621.65/617.00	c cleaning 135002 clauses out of 270023 with flag 19498932/9306001
632.73/628.19	c cleaning 135998 clauses out of 272021 with flag 19784044/9443001
644.60/640.00	c cleaning 137002 clauses out of 274023 with flag 20071572/9581001
656.45/651.82	c cleaning 138000 clauses out of 276021 with flag 20360627/9720001
667.92/663.37	c cleaning 138997 clauses out of 278020 with flag 20653255/9860000
681.19/676.67	c cleaning 140003 clauses out of 280024 with flag 20947499/10001001
693.27/688.75	c cleaning 140996 clauses out of 282023 with flag 21242996/10143003
705.99/701.45	c cleaning 142001 clauses out of 284025 with flag 21541197/10286001
719.35/714.83	c cleaning 143001 clauses out of 286023 with flag 21840342/10430000
732.73/728.20	c cleaning 143999 clauses out of 288022 with flag 22141644/10575000
747.49/743.05	c cleaning 145001 clauses out of 290023 with flag 22446224/10721000
759.01/754.45	c cleaning 145994 clauses out of 292022 with flag 22752701/10868000
773.19/768.61	c cleaning 147001 clauses out of 294029 with flag 23060804/11016001
784.67/780.14	c cleaning 147999 clauses out of 296027 with flag 23371120/11165000
799.33/794.89	c cleaning 149003 clauses out of 298030 with flag 23683748/11315002
813.58/808.93	c cleaning 150000 clauses out of 300025 with flag 23998136/11466000
827.95/823.39	c cleaning 151000 clauses out of 302026 with flag 24313014/11618001
840.63/836.05	c cleaning 152004 clauses out of 304025 with flag 24631370/11771000
856.08/850.97	c cleaning 153001 clauses out of 306022 with flag 24952839/11925001
869.06/863.99	c cleaning 154002 clauses out of 308020 with flag 25276658/12080000
883.21/878.08	c cleaning 154998 clauses out of 310019 with flag 25602459/12236001
897.58/892.40	c cleaning 156001 clauses out of 312021 with flag 25930217/12393001
911.85/906.77	c cleaning 156998 clauses out of 314019 with flag 26259180/12551000
923.50/918.31	c cleaning 157997 clauses out of 316021 with flag 26591415/12710000
937.37/932.26	c cleaning 159001 clauses out of 318024 with flag 26927555/12870000
951.64/946.56	c cleaning 160001 clauses out of 320024 with flag 27263549/13031001
967.37/962.13	c cleaning 161000 clauses out of 322022 with flag 27601026/13193000
979.14/973.97	c cleaning 162003 clauses out of 324022 with flag 27941063/13356000
993.81/988.68	c cleaning 162999 clauses out of 326019 with flag 28283535/13520000
1006.80/1001.57	c cleaning 163995 clauses out of 328021 with flag 28627016/13685001
1021.07/1015.85	c cleaning 165005 clauses out of 330025 with flag 28972456/13851000
1035.74/1030.60	c cleaning 165996 clauses out of 332022 with flag 29320552/14018002
1048.26/1043.04	c cleaning 167003 clauses out of 334025 with flag 29674439/14186001
1060.73/1055.50	c cleaning 167994 clauses out of 336022 with flag 30028097/14355001
1075.79/1070.68	c cleaning 169002 clauses out of 338028 with flag 30384265/14525001
1088.13/1082.90	c cleaning 170003 clauses out of 340025 with flag 30744594/14696000
1102.50/1097.32	c cleaning 171001 clauses out of 342024 with flag 31104024/14868002
1117.72/1111.72	c cleaning 171995 clauses out of 344021 with flag 31465267/15041000
1134.29/1128.32	c cleaning 173004 clauses out of 346027 with flag 31827154/15215001
1152.15/1146.11	c cleaning 174002 clauses out of 348022 with flag 32190664/15390000
1169.02/1163.05	c cleaning 175000 clauses out of 350021 with flag 32557224/15566001
1187.40/1181.36	c cleaning 175998 clauses out of 352020 with flag 32926822/15743000
1203.57/1197.50	c cleaning 176996 clauses out of 354022 with flag 33298835/15921000
1220.83/1214.65	c cleaning 178003 clauses out of 356026 with flag 33670730/16100000
1237.30/1231.14	c cleaning 179001 clauses out of 358024 with flag 34045372/16280001
1253.78/1247.68	c cleaning 180001 clauses out of 360022 with flag 34423866/16461000
1274.41/1267.40	c cleaning 181000 clauses out of 362021 with flag 34802482/16643000
1290.59/1283.61	c cleaning 181999 clauses out of 364021 with flag 35183180/16826000
1309.63/1302.60	c cleaning 182996 clauses out of 366022 with flag 35566545/17010000
1328.06/1321.09	c cleaning 184001 clauses out of 368026 with flag 35952019/17195000
1347.92/1340.97	c cleaning 185004 clauses out of 370026 with flag 36338096/17381001
1368.20/1361.29	c cleaning 185996 clauses out of 372021 with flag 36727641/17568000
1389.25/1382.31	c cleaning 187001 clauses out of 374026 with flag 37121059/17756001
1410.05/1403.06	c cleaning 188002 clauses out of 376024 with flag 37513831/17945000
1430.91/1423.95	c cleaning 188999 clauses out of 378023 with flag 37910115/18135001
1448.92/1441.82	c cleaning 190001 clauses out of 380025 with flag 38309358/18326002
1472.97/1465.91	c cleaning 191006 clauses out of 382023 with flag 38713222/18518001
1489.57/1482.49	c cleaning 191998 clauses out of 384016 with flag 39119728/18711000
1513.21/1505.21	c cleaning 192999 clauses out of 386018 with flag 39528795/18905000
1532.76/1524.74	c cleaning 194001 clauses out of 388020 with flag 39936648/19100001
1551.63/1543.58	c cleaning 195001 clauses out of 390018 with flag 40346982/19296000
1570.52/1562.34	c cleaning 196001 clauses out of 392017 with flag 40760954/19493000
1586.29/1578.20	c cleaning 196999 clauses out of 394016 with flag 41181446/19691000
1603.02/1594.75	c cleaning 198002 clauses out of 396018 with flag 41601123/19890001
1619.34/1610.93	c cleaning 198996 clauses out of 398017 with flag 42023946/20090002
1635.61/1627.16	c cleaning 200005 clauses out of 400019 with flag 42450374/20291000
1651.85/1642.56	c cleaning 200999 clauses out of 402014 with flag 42878134/20493000
1668.77/1659.43	c cleaning 201996 clauses out of 404017 with flag 43307522/20696002
1683.90/1674.43	c cleaning 202997 clauses out of 406019 with flag 43739045/20900000
1700.26/1690.85	c cleaning 203996 clauses out of 408022 with flag 44173487/21105000
1721.42/1712.00	c cleaning 205000 clauses out of 410026 with flag 44609063/21311000
1741.43/1731.83	c cleaning 206006 clauses out of 412026 with flag 45042842/21518000
1761.58/1752.03	c cleaning 207002 clauses out of 414021 with flag 45479454/21726001
1780.24/1770.68	c cleaning 207999 clauses out of 416019 with flag 45921377/21935001
1799.80/1790.22	c cleaning 208997 clauses out of 418020 with flag 46364314/22145001
1817.94/1808.38	c cleaning 209996 clauses out of 420022 with flag 46810764/22356000
1837.80/1828.24	c cleaning 210999 clauses out of 422026 with flag 47262391/22568000
1862.07/1852.41	c cleaning 212001 clauses out of 424028 with flag 47711865/22781001
1883.43/1873.81	c cleaning 213004 clauses out of 426026 with flag 48164439/22995000
1903.62/1894.04	c cleaning 214000 clauses out of 428022 with flag 48615805/23210000
1929.71/1920.09	c cleaning 215000 clauses out of 430022 with flag 49071135/23426000
1952.77/1943.15	c cleaning 216001 clauses out of 432022 with flag 49525477/23643000
1978.03/1967.64	c cleaning 216995 clauses out of 434021 with flag 49982299/23861000
1998.96/1988.50	c cleaning 217998 clauses out of 436026 with flag 50443895/24080000
2022.02/2011.57	c cleaning 219005 clauses out of 438030 with flag 50908032/24300002
2046.86/2036.40	c cleaning 220000 clauses out of 440023 with flag 51372464/24521000
2069.98/2059.53	c cleaning 221000 clauses out of 442023 with flag 51840022/24743000
2092.84/2082.48	c cleaning 221999 clauses out of 444023 with flag 52310141/24966000
2116.43/2105.99	c cleaning 223002 clauses out of 446025 with flag 52781125/25190001
2140.79/2130.38	c cleaning 223996 clauses out of 448023 with flag 53254951/25415001
2165.54/2155.13	c cleaning 225000 clauses out of 450027 with flag 53733797/25641001
2188.96/2178.55	c cleaning 225996 clauses out of 452026 with flag 54214618/25868000
2211.02/2200.63	c cleaning 227000 clauses out of 454030 with flag 54696488/26096000
2233.25/2222.72	c cleaning 228001 clauses out of 456030 with flag 55180456/26325000
2260.89/2250.48	c cleaning 229002 clauses out of 458029 with flag 55667332/26555000
2286.79/2276.21	c cleaning 230001 clauses out of 460027 with flag 56153157/26786000
2309.14/2298.67	c cleaning 231004 clauses out of 462027 with flag 56643895/27018001
2331.56/2320.99	c cleaning 231999 clauses out of 464022 with flag 57139329/27251000
2358.74/2347.03	c cleaning 233002 clauses out of 466023 with flag 57630350/27485000
2385.38/2373.66	c cleaning 233999 clauses out of 468022 with flag 58122920/27720001
2410.68/2398.86	c cleaning 235000 clauses out of 470023 with flag 58618626/27956001
2437.52/2425.73	c cleaning 236001 clauses out of 472022 with flag 59114038/28193000
2467.84/2456.01	c cleaning 237001 clauses out of 474021 with flag 59612812/28431000
2496.97/2485.26	c cleaning 237995 clauses out of 476021 with flag 60112713/28670001
2519.17/2507.43	c cleaning 238998 clauses out of 478025 with flag 60617798/28910000
2545.61/2533.97	c cleaning 240000 clauses out of 480028 with flag 61124004/29151001
2575.02/2563.20	c cleaning 241001 clauses out of 482027 with flag 61630340/29393000
2598.78/2587.04	c cleaning 242006 clauses out of 484027 with flag 62141788/29636001
2625.63/2613.97	c cleaning 242997 clauses out of 486021 with flag 62658185/29880001
2653.92/2642.29	c cleaning 243999 clauses out of 488024 with flag 63172668/30125001
2680.57/2668.90	c cleaning 244999 clauses out of 490025 with flag 63689344/30371001
2709.42/2697.78	c cleaning 246002 clauses out of 492025 with flag 64208432/30618000
2741.95/2730.35	c cleaning 247002 clauses out of 494025 with flag 64733969/30866002
2771.03/2759.21	c cleaning 248000 clauses out of 496021 with flag 65261436/31115000
2794.84/2782.00	c cleaning 248998 clauses out of 498022 with flag 65794258/31365001
2823.64/2810.80	c cleaning 250002 clauses out of 500025 with flag 66328785/31616002
2852.64/2839.79	c cleaning 250998 clauses out of 502021 with flag 66860146/31868000
2881.07/2868.29	c cleaning 251996 clauses out of 504023 with flag 67391564/32121000
2912.57/2899.79	c cleaning 253003 clauses out of 506028 with flag 67924343/32375001
2941.31/2928.51	c cleaning 254000 clauses out of 508024 with flag 68460793/32630000
2976.55/2963.74	c cleaning 255001 clauses out of 510025 with flag 69000021/32886001
3001.81/2989.02	c cleaning 256002 clauses out of 512024 with flag 69543323/33143001
3033.15/3020.46	c cleaning 256997 clauses out of 514021 with flag 70087949/33401000
3068.22/3055.57	c cleaning 257998 clauses out of 516025 with flag 70631440/33660001
3098.76/3086.15	c cleaning 259001 clauses out of 518027 with flag 71178643/33920001
3129.70/3117.19	c cleaning 260004 clauses out of 520026 with flag 71730739/34181001
3161.25/3148.68	c cleaning 260996 clauses out of 522021 with flag 72284020/34443000
3192.29/3179.79	c cleaning 262000 clauses out of 524026 with flag 72839312/34706001
3227.22/3214.77	c cleaning 262999 clauses out of 526026 with flag 73399940/34970001
3261.08/3248.44	c cleaning 264001 clauses out of 528027 with flag 73960403/35235001
3297.85/3283.74	c cleaning 265001 clauses out of 530026 with flag 74523174/35501001
3331.65/3317.47	c cleaning 265997 clauses out of 532024 with flag 75086618/35768000
3362.79/3348.69	c cleaning 267001 clauses out of 534027 with flag 75654948/36036000
3402.69/3388.54	c cleaning 268004 clauses out of 536027 with flag 76222657/36305001
3439.59/3425.31	c cleaning 268992 clauses out of 538022 with flag 76789006/36575000
3481.21/3467.00	c cleaning 270002 clauses out of 540031 with flag 77360639/36846001
3516.37/3502.12	c cleaning 271003 clauses out of 542029 with flag 77934800/37118001
3559.90/3545.51	c cleaning 272003 clauses out of 544025 with flag 78510710/37391000
3588.74/3574.45	c cleaning 273001 clauses out of 546024 with flag 79086516/37665002
3600.07/3585.71	c starts		: 1
3600.07/3585.71	c timeout
3600.07/3585.72	c conflicts		: 37834704
3600.07/3585.72	c decisions		: 54138401
3600.07/3585.72	c propagations		: 714288525
3600.07/3585.72	c inspects		: 24294518490
3600.07/3585.72	c shortcuts		: 0
3600.07/3585.72	c learnt literals	: 0
3600.07/3585.72	c learnt binary clauses	: 0
3600.07/3585.72	c learnt ternary clauses	: 0
3600.07/3585.72	c learnt constraints	: 37834704
3600.07/3585.72	c ignored constraints	: 0
3600.07/3585.72	c root simplifications	: 0
3600.07/3585.72	c removed literals (reason simplification)	: 1626662
3600.07/3585.72	c reason swapping (by a shorter reason)	: 0
3600.07/3585.72	c Calls to reduceDB	: 270
3600.07/3585.72	c Number of update (reduction) of LBD	: 944100
3600.07/3585.72	c Imported unit clauses	: 0
3600.07/3585.72	c No decision after first conflict	: false
3600.07/3585.72	c number of reductions to clauses (during analyze)	: 0
3600.07/3585.72	c number of learned constraints concerned by reduction	: 0
3600.07/3585.72	c number of learning phase by resolution	: 0
3600.07/3585.72	c number of learning phase by cutting planes	: 0
3600.07/3585.72	c number of rounding to 1 operations	: 0
3600.07/3585.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3585.72	c number of reductions of the coefficients by power 2 	: 0
3600.07/3585.72	c number of right shift for reduction by power 2 	: 0
3600.07/3585.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3585.72	c number of ending skipping 	: 0
3600.07/3585.72	c number of internal skipping 	: 0
3600.07/3585.72	c number of derivation steps 	: 0
3600.07/3585.72	c number of skipped derivation steps 	: 0
3600.07/3585.72	c number of remaining unassigned 	: 0
3600.07/3585.72	c number of remaining assigned 	: 0
3600.07/3585.72	c number of falsified literals weakened from reason	: 0
3600.07/3585.73	c number of falsified literals weakened from conflict	: 0
3600.07/3585.73	c time for arithmetic operations	: 0
3600.07/3585.73	c minimum degree of deleted constraints	: null
3600.07/3585.73	c maximum degree of deleted constraints	: null
3600.07/3585.73	c number of deleted constraints	: 0
3600.07/3585.73	c speed (assignments/second)	: 199213.8762516957
3600.07/3585.73	c non guided choices	: 251
3600.07/3585.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 442725
3600.07/3585.79	s UNKNOWN
3600.07/3585.79	c Total wall clock time (in seconds): 3585.654

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543173-1753224118/watcher-4543173-1753224118 -o /tmp/evaluation-result-4543173-1753224118/solver-4543173-1753224118 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1753224118-216815 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4543173-1753224118.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
Current StackSize limit: 8192 KiB

solver pid=216861, runsolver pid=216856

[startup+0.100061 s]*
/proc/loadavg: 1.12 1.36 1.94 8/334 216943
/proc/meminfo: memFree=129386756/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=18930384 memory=55444 CPUtime=0.11 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 6511 0 0 0 9 2 0 0 20 0 18 0 238090600 19384713216 13861 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4732596 13861 5327 1 0 547571 0
[pid=216861/tid=216868] ppid=216856 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 5032 0 0 0 6 1 0 0 20 0 18 0 238090602 19384713216 13861 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=18930384 memory=17913 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238090604 19384713216 13861 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=18930384 memory=56286469424100 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238090604 19384713216 13861 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55444 KiB

[startup+0.205632 s]*
/proc/loadavg: 1.75 1.49 1.98 13/336 216945
/proc/meminfo: memFree=129365420/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=18996948 memory=62180 CPUtime=0.31 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 7099 0 0 0 28 3 0 0 20 0 19 0 238090600 19452874752 15545 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4749237 15545 5423 1 0 548257 0
[pid=216861/tid=216868] ppid=216856 vsize=18996948 memory=4027056412 CPUtime=0.16 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 5294 0 0 0 15 1 0 0 20 0 19 0 238090602 19452874752 15545 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=18996948 memory=17913 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238090604 19452874752 15545 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=18996948 memory=56286469424100 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238090604 19452874752 15545 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216945] ppid=216856 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/216861/task/216945/stat : 216945 (Timer-0) S 216856 216861 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238090619 19452874752 15545 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62180 KiB

[startup+0.305991 s]*
/proc/loadavg: 1.75 1.49 1.98 10/336 216945
/proc/meminfo: memFree=129286780/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=18996948 memory=70496 CPUtime=0.5 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 8907 0 0 0 47 3 0 0 20 0 19 0 238090600 19452874752 17624 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4749237 17624 5423 1 0 549237 0
[pid=216861/tid=216868] ppid=216856 vsize=18996948 memory=-8959738175737799356 CPUtime=0.25 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 5304 0 0 0 24 1 0 0 20 0 19 0 238090602 19452874752 17624 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238090604 19452874752 17624 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238090604 19452874752 17624 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216945] ppid=216856 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/216861/task/216945/stat : 216945 (Timer-0) S 216856 216861 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238090619 19452874752 17624 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 70496 KiB

[startup+0.700246 s]
/proc/loadavg: 1.75 1.49 1.98 10/339 216948
/proc/meminfo: memFree=129091676/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=18996948 memory=85796 CPUtime=1.27 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 12127 0 0 0 122 5 0 0 20 0 19 0 238090600 19452874752 21449 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4749237 21449 5423 1 0 551453 0
[pid=216861/tid=216868] ppid=216856 vsize=18996948 memory=22144 CPUtime=0.62 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 5380 0 0 0 60 2 0 0 20 0 19 0 238090602 19452874752 21449 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238090604 19452874752 21449 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238090604 19452874752 21449 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216945] ppid=216856 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/216861/task/216945/stat : 216945 (Timer-0) S 216856 216861 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238090619 19452874752 21449 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 85796 KiB

[startup+1.50023 s]
/proc/loadavg: 1.75 1.49 1.98 7/340 216949
/proc/meminfo: memFree=128843968/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=18996948 memory=115068 CPUtime=2.64 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 16152 0 0 0 258 6 0 0 20 0 19 0 238090600 19452874752 28767 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4749237 28767 5423 1 0 552019 0
[pid=216861/tid=216868] ppid=216856 vsize=18996948 memory=10752 CPUtime=1.42 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 5699 0 0 0 140 2 0 0 20 0 19 0 238090602 19452874752 28767 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238090604 19452874752 28767 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238090604 19452874752 28767 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216945] ppid=216856 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/216861/task/216945/stat : 216945 (Timer-0) S 216856 216861 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238090619 19452874752 28767 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 115068 KiB

[startup+3.10538 s]
/proc/loadavg: 1.75 1.49 1.98 5/342 216951
/proc/meminfo: memFree=128660640/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=19063512 memory=187584 CPUtime=4.42 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 18465 0 0 0 434 8 0 0 20 0 20 0 238090600 19521036288 46896 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4765878 46896 5487 1 0 552326 0
[pid=216861/tid=216868] ppid=216856 vsize=19063512 memory=10752 CPUtime=3 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 6016 0 0 0 297 3 0 0 20 0 20 0 238090602 19521036288 46896 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=19063512 memory=-8743846868600726204 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 46896 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 46896 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216945] ppid=216856 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/216861/task/216945/stat : 216945 (Timer-0) S 216856 216861 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090619 19521036288 46896 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 4.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187584 KiB

[startup+6.30022 s]
/proc/loadavg: 1.93 1.53 1.99 5/342 216951
/proc/meminfo: memFree=128582836/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=19063512 memory=224120 CPUtime=7.69 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 19038 0 0 0 760 9 0 0 20 0 20 0 238090600 19521036288 56030 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4765878 56030 5487 1 0 552344 0
[pid=216861/tid=216868] ppid=216856 vsize=19063512 memory=0 CPUtime=6.16 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 6048 0 0 0 613 3 0 0 20 0 20 0 238090602 19521036288 56030 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 56030 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 56030 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216945] ppid=216856 vsize=19063512 memory=119292 CPUtime=0 cores=0,2
/proc/216861/task/216945/stat : 216945 (Timer-0) S 216856 216861 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090619 19521036288 56030 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 7.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 224120 KiB

[startup+12.7002 s]
/proc/loadavg: 2.10 1.57 2.00 5/342 216951
/proc/meminfo: memFree=128420364/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=19063512 memory=353356 CPUtime=14.18 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 22450 0 0 0 1406 12 0 0 20 0 20 0 238090600 19521036288 88339 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4765878 88339 5487 1 0 552344 0
[pid=216861/tid=216868] ppid=216856 vsize=19063512 memory=119292 CPUtime=12.42 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 6738 0 0 0 1239 3 0 0 20 0 20 0 238090602 19521036288 88339 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=19063512 memory=353356 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 88339 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 88339 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216945] ppid=216856 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/216861/task/216945/stat : 216945 (Timer-0) S 216856 216861 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090619 19521036288 88339 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 14.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 353356 KiB

[startup+25.5002 s]
/proc/loadavg: 2.39 1.65 2.02 5/342 216951
/proc/meminfo: memFree=127936216/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=19063512 memory=587024 CPUtime=27.12 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 24678 0 0 0 2695 17 0 0 20 0 20 0 238090600 19521036288 146756 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4765878 146756 5519 1 0 552344 0
[pid=216861/tid=216868] ppid=216856 vsize=19063512 memory=353356 CPUtime=25.03 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 7802 0 0 0 2499 4 0 0 20 0 20 0 238090602 19521036288 146756 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 146756 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=19063512 memory=523532 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 146756 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216945] ppid=216856 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/216861/task/216945/stat : 216945 (Timer-0) S 216856 216861 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090619 19521036288 146756 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 27.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 587024 KiB

[startup+51.1055 s]
/proc/loadavg: 3.03 1.88 2.09 5/342 216952
/proc/meminfo: memFree=127217916/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=19063512 memory=1058240 CPUtime=52.93 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 25876 0 0 0 5267 26 0 0 20 0 20 0 238090600 19521036288 264560 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4765878 264560 5519 1 0 552344 0
[pid=216861/tid=216868] ppid=216856 vsize=19063512 memory=949668 CPUtime=50.29 cores=0,2

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

/proc/meminfo: memFree=113025228/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=19063512 memory=3198316 CPUtime=3296.45 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 121351 0 0 0 329497 148 0 0 20 0 20 0 238090600 19521036288 799579 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4765878 799579 5519 1 0 876139 0
[pid=216861/tid=216868] ppid=216856 vsize=19063512 memory=3198316 CPUtime=3263.66 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 56795 0 0 0 326326 40 0 0 20 0 20 0 238090602 19521036288 799579 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=19063512 memory=3191192 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 799579 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 762 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 799579 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216945] ppid=216856 vsize=19063512 memory=3191192 CPUtime=0 cores=0,2
/proc/216861/task/216945/stat : 216945 (Timer-0) S 216856 216861 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090619 19521036288 799579 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 3296.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3198316 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.11 4.04 5/341 217123
/proc/meminfo: memFree=112434484/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=19063512 memory=3452400 CPUtime=3356.51 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 122135 0 0 0 335495 156 0 0 20 0 20 0 238090600 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4765878 863100 5519 1 0 876139 0
[pid=216861/tid=216868] ppid=216856 vsize=19063512 memory=5148 CPUtime=3323.35 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 57225 0 0 0 332291 44 0 0 20 0 20 0 238090602 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=19063512 memory=3452400 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=19063512 memory=3444204 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 815 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216945] ppid=216856 vsize=19063512 memory=3452400 CPUtime=0 cores=0,2
/proc/216861/task/216945/stat : 216945 (Timer-0) S 216856 216861 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090619 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 3356.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3452400 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.04 5/341 217125
/proc/meminfo: memFree=112207492/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=19063512 memory=3452400 CPUtime=3416.46 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 122807 0 0 0 341489 157 0 0 20 0 20 0 238090600 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4765878 863100 5519 1 0 876139 0
[pid=216861/tid=216868] ppid=216856 vsize=19063512 memory=3349988 CPUtime=3383.13 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 57774 0 0 0 338269 44 0 0 20 0 20 0 238090602 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=19063512 memory=3452400 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 815 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216945] ppid=216856 vsize=19063512 memory=3452400 CPUtime=0 cores=0,2
/proc/216861/task/216945/stat : 216945 (Timer-0) S 216856 216861 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090619 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 3416.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3452400 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.04 5/341 217127
/proc/meminfo: memFree=111719496/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=19063512 memory=3452400 CPUtime=3476.51 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 123854 0 0 0 347492 159 0 0 20 0 20 0 238090600 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4765878 863100 5519 1 0 876139 0
[pid=216861/tid=216868] ppid=216856 vsize=19063512 memory=3452400 CPUtime=3442.82 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 58636 0 0 0 344237 45 0 0 20 0 20 0 238090602 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 815 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216945] ppid=216856 vsize=19063512 memory=-4421386487691764838 CPUtime=0 cores=0,2
/proc/216861/task/216945/stat : 216945 (Timer-0) S 216856 216861 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090619 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 3476.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3452400 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.09 4.04 5/341 217130
/proc/meminfo: memFree=111378316/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=19063512 memory=3452400 CPUtime=3536.53 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 125160 0 0 0 353493 160 0 0 20 0 20 0 238090600 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4765878 863100 5519 1 0 876139 0
[pid=216861/tid=216868] ppid=216856 vsize=19063512 memory=3452400 CPUtime=3502.54 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 59677 0 0 0 350209 45 0 0 20 0 20 0 238090602 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 829 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216945] ppid=216856 vsize=19063512 memory=-8743846868600726204 CPUtime=0 cores=0,2
/proc/216861/task/216945/stat : 216945 (Timer-0) S 216856 216861 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090619 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 3536.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3452400 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.09 4.04 5/341 217134
/proc/meminfo: memFree=111148824/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=19063512 memory=3452400 CPUtime=3596.68 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 125699 0 0 0 359505 163 0 0 20 0 20 0 238090600 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4765878 863100 5519 1 0 876139 0
[pid=216861/tid=216868] ppid=216856 vsize=19063512 memory=-4421386522017948774 CPUtime=3562.14 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 59972 0 0 0 356169 45 0 0 20 0 20 0 238090602 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=19063512 memory=-8743846868600726204 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 843 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216945] ppid=216856 vsize=19063512 memory=-8743846868600726204 CPUtime=0 cores=0,2
/proc/216861/task/216945/stat : 216945 (Timer-0) S 216856 216861 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090619 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 3596.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3452400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.7 s]
/proc/loadavg: 4.07 4.09 4.04 5/341 217134
/proc/meminfo: memFree=111148580/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=19063512 memory=3452400 CPUtime=3600.07 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 125706 0 0 0 359844 163 0 0 20 0 20 0 238090600 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4765878 863100 5519 1 0 876139 0
[pid=216861/tid=216868] ppid=216856 vsize=19063512 memory=-4421386522017948774 CPUtime=3565.53 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 59979 0 0 0 356508 45 0 0 20 0 20 0 238090602 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=19063512 memory=3452400 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 843 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216945] ppid=216856 vsize=19063512 memory=280670341431552 CPUtime=0 cores=0,2
/proc/216861/task/216945/stat : 216945 (Timer-0) S 216856 216861 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090619 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3452400 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.57 s, system=1.646 s

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

[startup+3585.7 s]
/proc/loadavg: 4.07 4.09 4.04 5/341 217134
/proc/meminfo: memFree=111148580/131249992 swapFree=33003724/33010684
[pid=216861] ppid=216856 vsize=19063512 memory=3452400 CPUtime=3600.07 cores=0,2
/proc/216861/stat : 216861 (java) S 216856 216861 216805 0 -1 4194304 125706 0 0 0 359844 163 0 0 20 0 20 0 238090600 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
/proc/216861/statm: 4765878 863100 5519 1 0 876139 0
[pid=216861/tid=216868] ppid=216856 vsize=19063512 memory=-4421386522017948774 CPUtime=3565.53 cores=0,2
/proc/216861/task/216868/stat : 216868 (java) R 216856 216861 216805 0 -1 4194368 59979 0 0 0 356508 45 0 0 20 0 20 0 238090602 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216895] ppid=216856 vsize=19063512 memory=14692 CPUtime=0 cores=0,2
/proc/216861/task/216895/stat : 216895 (Finalizer) S 216856 216861 216805 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216906] ppid=216856 vsize=19063512 memory=3452400 CPUtime=0 cores=0,2
/proc/216861/task/216906/stat : 216906 (Common-Cleaner) S 216856 216861 216805 0 -1 4194368 843 0 0 0 0 0 0 0 20 0 20 0 238090604 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
[pid=216861/tid=216945] ppid=216856 vsize=19063512 memory=280670341431552 CPUtime=0 cores=0,2
/proc/216861/task/216945/stat : 216945 (Timer-0) S 216856 216861 216805 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238090619 19521036288 863100 18446744073709551615 94572939472896 94572939476592 140736489288768 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94572939484408 94572939485200 94572943712256 140736489294207 140736489294308 140736489294308 140736489299912 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3452400 KiB

Child status: 143

Real time (s): 3585.81
CPU time (s): 3600.22
CPU user time (s): 3598.57
CPU system time (s): 1.646
CPU usage (%): 100.402
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3452400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.57
system time used= 1.646
maximum resident set size= 3453424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127312
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110182
involuntary context switches= 6953


# summary of solver processes directly reported to runsolver:
#   pid: 216861
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.57
#   total CPU system time (s): 1.646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.38496 second user time and 16.4438 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-23 00:41:58
IDJOB=4543173
IDBENCH=172169
IDSOLVER=3363
FILE ID=nodeC025/4543173-1753224118
RUNJOBID= nodeC025-1753224118-216815
SLURM_JOB_ID= 9687832
Free space on /tmp= 431860 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/larger/domset_large_shuffle/normalized-domset-hexgrid_05_110.shuf-2.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543173-1753224118/watcher-4543173-1753224118 -o /tmp/evaluation-result-4543173-1753224118/solver-4543173-1753224118 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1753224118-216815 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4543173-1753224118.opb

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

MD5SUM BENCH= 73c63b112a71eb267c42688444d17031
RANDOM SEED=410042983

nodeC025 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.791
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.67
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.918
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.67
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		: 3597.047
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.67
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		: 3472.430
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.67
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.932
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.67
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.841
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.67
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		: 3599.819
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.67
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.750
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        129456368 kB
MemAvailable:   129663652 kB
Buffers:            2128 kB
Cached:           951068 kB
SwapCached:         2132 kB
Active:           725328 kB
Inactive:         296428 kB
Active(anon):      62544 kB
Inactive(anon):    27616 kB
Active(file):     662784 kB
Inactive(file):   268812 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003724 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5200 kB
Writeback:             0 kB
AnonPages:         69648 kB
Mapped:           103156 kB
Shmem:             21600 kB
KReclaimable:     229852 kB
Slab:             327348 kB
SReclaimable:     229852 kB
SUnreclaim:        97496 kB
KernelStack:        4112 kB
PageTables:         3052 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     348680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431852 MiB
End job on nodeC025 at 2025-07-23 01:41:44