Trace number 4543174

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 VeriPB 2025-06-06? (TO) 3600.17 3540.61

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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4543174-1753224999.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c using VERIPB proof format
0.13/0.12	c  no objective function found
0.13/0.17	c ... done. Wall clock time 0.045s.
0.13/0.17	c declared #vars     550
0.13/0.17	c #constraints  551
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 550
0.13/0.17	c 551 constraints processed.
1.68/0.95	c cleaning 2497 clauses out of 5001 with flag 10568/5001
2.86/1.53	c cleaning 4246 clauses out of 8504 with flag 23082/11001
4.06/2.14	c cleaning 5624 clauses out of 11258 with flag 37671/18001
4.70/2.59	c cleaning 6810 clauses out of 13634 with flag 54380/26001
5.38/3.08	c cleaning 7905 clauses out of 15823 with flag 73151/35000
6.09/3.69	c cleaning 8951 clauses out of 17918 with flag 94281/45000
6.82/4.36	c cleaning 9979 clauses out of 19967 with flag 117196/56000
7.55/5.07	c cleaning 10989 clauses out of 21989 with flag 142039/68001
8.47/5.95	c cleaning 11993 clauses out of 23999 with flag 168746/81000
9.27/6.70	c cleaning 12997 clauses out of 26007 with flag 197764/95001
10.19/7.63	c cleaning 13998 clauses out of 28009 with flag 228914/110000
11.21/8.62	c cleaning 14994 clauses out of 30011 with flag 262119/126000
12.38/9.73	c cleaning 16001 clauses out of 32017 with flag 297399/143000
13.48/10.82	c cleaning 17001 clauses out of 34017 with flag 335354/161001
14.71/12.02	c cleaning 18001 clauses out of 36015 with flag 374976/180000
16.04/13.34	c cleaning 19001 clauses out of 38015 with flag 416920/200001
17.43/14.78	c cleaning 19994 clauses out of 40014 with flag 460783/221001
18.98/16.20	c cleaning 21004 clauses out of 42020 with flag 506661/243001
20.28/17.55	c cleaning 21999 clauses out of 44016 with flag 554772/266001
21.84/19.01	c cleaning 22999 clauses out of 46016 with flag 605672/290000
23.49/20.60	c cleaning 23996 clauses out of 48018 with flag 658104/315001
24.99/22.14	c cleaning 24999 clauses out of 50021 with flag 713211/341000
26.83/23.91	c cleaning 26007 clauses out of 52023 with flag 769794/368001
28.67/25.77	c cleaning 27001 clauses out of 54016 with flag 828289/396001
30.72/27.70	c cleaning 28000 clauses out of 56015 with flag 888650/425001
32.71/29.70	c cleaning 28998 clauses out of 58015 with flag 951176/455001
34.94/31.92	c cleaning 30000 clauses out of 60016 with flag 1015968/486000
37.16/34.12	c cleaning 30999 clauses out of 62016 with flag 1082889/518000
39.49/36.42	c cleaning 32002 clauses out of 64017 with flag 1151703/551000
41.92/38.82	c cleaning 32997 clauses out of 66015 with flag 1222815/585000
44.34/41.23	c cleaning 34002 clauses out of 68019 with flag 1295867/620001
46.87/43.71	c cleaning 34997 clauses out of 70016 with flag 1371247/656000
49.53/46.36	c cleaning 36004 clauses out of 72021 with flag 1449054/693002
52.39/49.12	c cleaning 36997 clauses out of 74016 with flag 1528380/731001
55.34/52.05	c cleaning 38001 clauses out of 76019 with flag 1609936/770001
58.17/54.86	c cleaning 39002 clauses out of 78018 with flag 1693998/810001
60.80/57.49	c cleaning 39999 clauses out of 80016 with flag 1780309/851001
63.83/60.42	c cleaning 41001 clauses out of 82016 with flag 1868646/893000
66.88/63.44	c cleaning 42000 clauses out of 84015 with flag 1959061/936000
70.00/66.58	c cleaning 42999 clauses out of 86016 with flag 2051593/980001
73.33/69.80	c cleaning 43999 clauses out of 88017 with flag 2146388/1025001
76.75/73.16	c cleaning 45001 clauses out of 90017 with flag 2242591/1071000
80.30/76.61	c cleaning 46001 clauses out of 92017 with flag 2340942/1118001
83.82/80.12	c cleaning 46998 clauses out of 94015 with flag 2441371/1166000
87.43/83.72	c cleaning 47999 clauses out of 96017 with flag 2543694/1215000
91.24/87.40	c cleaning 48999 clauses out of 98019 with flag 2647545/1265001
95.28/91.44	c cleaning 50002 clauses out of 100019 with flag 2753303/1316000
99.87/95.91	c cleaning 50999 clauses out of 102017 with flag 2860785/1368000
104.35/100.32	c cleaning 52001 clauses out of 104018 with flag 2970030/1421000
108.59/104.58	c cleaning 53001 clauses out of 106017 with flag 3081864/1475000
113.38/109.21	c cleaning 53998 clauses out of 108017 with flag 3195155/1530001
118.04/113.84	c cleaning 54999 clauses out of 110018 with flag 3311205/1586000
123.12/118.84	c cleaning 56004 clauses out of 112020 with flag 3429060/1643001
127.87/123.50	c cleaning 57001 clauses out of 114015 with flag 3549061/1701000
133.22/128.82	c cleaning 57999 clauses out of 116015 with flag 3671094/1760001
138.11/133.64	c cleaning 58995 clauses out of 118015 with flag 3795055/1820000
143.14/138.69	c cleaning 59996 clauses out of 120020 with flag 3921360/1881000
148.80/144.25	c cleaning 61001 clauses out of 122025 with flag 4049140/1943001
154.31/149.62	c cleaning 62002 clauses out of 124023 with flag 4179499/2006000
159.27/154.52	c cleaning 62998 clauses out of 126021 with flag 4312640/2070000
164.55/159.74	c cleaning 64003 clauses out of 128024 with flag 4448260/2135001
169.53/164.63	c cleaning 65000 clauses out of 130020 with flag 4586335/2201000
175.30/170.35	c cleaning 66000 clauses out of 132021 with flag 4725386/2268001
180.84/175.86	c cleaning 66999 clauses out of 134020 with flag 4867971/2336000
187.03/182.00	c cleaning 68001 clauses out of 136021 with flag 5013838/2405000
193.21/187.94	c cleaning 69001 clauses out of 138021 with flag 5159705/2475001
199.30/193.95	c cleaning 69997 clauses out of 140019 with flag 5309586/2546000
205.06/199.69	c cleaning 70997 clauses out of 142022 with flag 5461705/2618000
211.52/205.75	c cleaning 72002 clauses out of 144025 with flag 5614627/2691000
217.47/211.69	c cleaning 73002 clauses out of 146024 with flag 5770085/2765001
224.17/218.20	c cleaning 74001 clauses out of 148021 with flag 5927983/2840000
230.78/224.73	c cleaning 74998 clauses out of 150021 with flag 6087495/2916001
237.34/231.21	c cleaning 76003 clauses out of 152022 with flag 6249626/2993000
243.81/237.69	c cleaning 76999 clauses out of 154020 with flag 6414283/3071001
250.61/244.34	c cleaning 77999 clauses out of 156022 with flag 6580696/3150002
258.10/251.79	c cleaning 78997 clauses out of 158021 with flag 6747837/3230000
265.04/258.68	c cleaning 80002 clauses out of 160025 with flag 6918477/3311001
272.19/265.72	c cleaning 81001 clauses out of 162022 with flag 7090367/3393000
282.23/275.65	c cleaning 82005 clauses out of 164021 with flag 7270393/3476000
289.92/283.28	c cleaning 82996 clauses out of 166016 with flag 7447452/3560000
298.82/292.03	c cleaning 84001 clauses out of 168020 with flag 7626623/3645000
307.26/300.41	c cleaning 85003 clauses out of 170019 with flag 7809125/3731000
316.70/309.89	c cleaning 85994 clauses out of 172016 with flag 7991439/3818000
325.50/318.54	c cleaning 87002 clauses out of 174023 with flag 8176110/3906001
334.25/327.23	c cleaning 88002 clauses out of 176022 with flag 8363700/3995002
343.24/336.15	c cleaning 88998 clauses out of 178019 with flag 8553135/4085001
352.99/345.78	c cleaning 90002 clauses out of 180020 with flag 8743698/4176000
361.94/354.66	c cleaning 90999 clauses out of 182018 with flag 8937545/4268000
370.88/363.47	c cleaning 92001 clauses out of 184019 with flag 9132673/4361000
380.45/372.98	c cleaning 93002 clauses out of 186021 with flag 9329353/4455003
389.59/381.96	c cleaning 93999 clauses out of 188017 with flag 9528755/4550001
398.91/391.15	c cleaning 94999 clauses out of 190018 with flag 9732973/4646001
409.50/401.62	c cleaning 95997 clauses out of 192018 with flag 9937934/4743000
419.28/411.10	c cleaning 97003 clauses out of 194023 with flag 10145500/4841002
428.76/420.43	c cleaning 97997 clauses out of 196018 with flag 10352599/4940000
438.14/429.77	c cleaning 99004 clauses out of 198022 with flag 10564911/5040001
448.02/439.48	c cleaning 100000 clauses out of 200018 with flag 10778527/5141001
457.87/449.26	c cleaning 101001 clauses out of 202018 with flag 10992065/5243001
468.55/459.84	c cleaning 101996 clauses out of 204016 with flag 11208692/5346000
479.70/470.82	c cleaning 102999 clauses out of 206020 with flag 11426588/5450000
490.35/481.36	c cleaning 103996 clauses out of 208021 with flag 11646525/5555000
500.50/491.40	c cleaning 105000 clauses out of 210026 with flag 11868734/5661001
510.57/501.48	c cleaning 106001 clauses out of 212026 with flag 12093545/5768001
521.06/511.82	c cleaning 106998 clauses out of 214024 with flag 12320292/5876000
533.26/523.97	c cleaning 108000 clauses out of 216026 with flag 12549796/5985000
544.49/535.02	c cleaning 109001 clauses out of 218026 with flag 12782071/6095000
555.19/545.60	c cleaning 109999 clauses out of 220025 with flag 13016020/6206000
565.43/555.83	c cleaning 111001 clauses out of 222026 with flag 13252222/6318000
576.20/566.57	c cleaning 111998 clauses out of 224025 with flag 13491469/6431000
587.20/577.39	c cleaning 113002 clauses out of 226027 with flag 13731103/6545000
597.71/587.72	c cleaning 114001 clauses out of 228025 with flag 13972103/6660000
610.67/600.50	c cleaning 115003 clauses out of 230025 with flag 14213506/6776001
624.38/613.81	c cleaning 115999 clauses out of 232021 with flag 14457858/6893000
636.56/625.96	c cleaning 116995 clauses out of 234023 with flag 14704862/7011001
650.34/639.60	c cleaning 118002 clauses out of 236029 with flag 14953458/7130002
664.96/654.11	c cleaning 119003 clauses out of 238026 with flag 15204904/7250001
679.11/668.10	c cleaning 120006 clauses out of 240022 with flag 15458125/7371000
693.82/682.74	c cleaning 120998 clauses out of 242016 with flag 15712209/7493000
707.34/696.19	c cleaning 121999 clauses out of 244019 with flag 15968090/7616001
721.32/710.04	c cleaning 123000 clauses out of 246020 with flag 16228018/7740001
732.41/720.94	c cleaning 124000 clauses out of 248020 with flag 16489780/7865001
745.63/734.02	c cleaning 124999 clauses out of 250019 with flag 16752339/7991000
758.72/747.08	c cleaning 125996 clauses out of 252020 with flag 17016194/8118000
772.52/760.74	c cleaning 127000 clauses out of 254025 with flag 17282575/8246001
787.76/775.55	c cleaning 128004 clauses out of 256024 with flag 17551185/8375000
801.43/789.02	c cleaning 128999 clauses out of 258020 with flag 17821677/8505000
814.92/802.47	c cleaning 129997 clauses out of 260021 with flag 18095629/8636000
829.96/817.20	c cleaning 130999 clauses out of 262025 with flag 18371330/8768001
842.87/830.02	c cleaning 131999 clauses out of 264026 with flag 18650244/8901001
858.52/845.59	c cleaning 133001 clauses out of 266026 with flag 18930982/9035000
873.12/860.10	c cleaning 134003 clauses out of 268025 with flag 19214191/9170000
886.95/873.78	c cleaning 135002 clauses out of 270023 with flag 19498932/9306001
902.66/888.88	c cleaning 135998 clauses out of 272021 with flag 19784044/9443001
918.39/904.47	c cleaning 137002 clauses out of 274023 with flag 20071572/9581001
934.15/920.04	c cleaning 138000 clauses out of 276021 with flag 20360627/9720001
949.45/935.23	c cleaning 138997 clauses out of 278020 with flag 20653255/9860000
966.77/952.40	c cleaning 140003 clauses out of 280024 with flag 20947499/10001001
983.00/968.52	c cleaning 140996 clauses out of 282023 with flag 21242996/10143003
999.79/985.11	c cleaning 142001 clauses out of 284025 with flag 21541197/10286001
1017.91/1002.68	c cleaning 143001 clauses out of 286023 with flag 21840342/10430000
1035.44/1020.04	c cleaning 143999 clauses out of 288022 with flag 22141644/10575000
1054.44/1038.91	c cleaning 145001 clauses out of 290023 with flag 22446224/10721000
1069.70/1054.09	c cleaning 145994 clauses out of 292022 with flag 22752701/10868000
1088.06/1072.29	c cleaning 147001 clauses out of 294029 with flag 23060804/11016001
1103.84/1087.82	c cleaning 147999 clauses out of 296027 with flag 23371120/11165000
1123.33/1106.78	c cleaning 149003 clauses out of 298030 with flag 23683748/11315002
1141.70/1124.80	c cleaning 150000 clauses out of 300025 with flag 23998136/11466000
1160.47/1143.49	c cleaning 151000 clauses out of 302026 with flag 24313014/11618001
1177.43/1160.29	c cleaning 152004 clauses out of 304025 with flag 24631370/11771000
1196.61/1179.28	c cleaning 153001 clauses out of 306022 with flag 24952839/11925001
1214.51/1196.53	c cleaning 154002 clauses out of 308020 with flag 25276658/12080000
1232.91/1214.84	c cleaning 154998 clauses out of 310019 with flag 25602459/12236001
1251.81/1233.58	c cleaning 156001 clauses out of 312021 with flag 25930217/12393001
1270.68/1252.20	c cleaning 156998 clauses out of 314019 with flag 26259180/12551000
1286.46/1267.82	c cleaning 157997 clauses out of 316021 with flag 26591415/12710000
1305.45/1286.26	c cleaning 159001 clauses out of 318024 with flag 26927555/12870000
1324.49/1305.07	c cleaning 160001 clauses out of 320024 with flag 27263549/13031001
1344.48/1324.86	c cleaning 161000 clauses out of 322022 with flag 27601026/13193000
1360.76/1340.96	c cleaning 162003 clauses out of 324022 with flag 27941063/13356000
1380.60/1360.13	c cleaning 162999 clauses out of 326019 with flag 28283535/13520000
1397.85/1377.27	c cleaning 163995 clauses out of 328021 with flag 28627016/13685001
1416.81/1396.03	c cleaning 165005 clauses out of 330025 with flag 28972456/13851000
1436.29/1415.31	c cleaning 165996 clauses out of 332022 with flag 29320552/14018002
1453.73/1432.18	c cleaning 167003 clauses out of 334025 with flag 29674439/14186001
1471.06/1449.20	c cleaning 167994 clauses out of 336022 with flag 30028097/14355001
1490.83/1468.88	c cleaning 169002 clauses out of 338028 with flag 30384265/14525001
1508.56/1485.62	c cleaning 170003 clauses out of 340025 with flag 30744594/14696000
1527.85/1504.72	c cleaning 171001 clauses out of 342024 with flag 31104024/14868002
1546.98/1523.65	c cleaning 171995 clauses out of 344021 with flag 31465267/15041000
1568.50/1544.98	c cleaning 173004 clauses out of 346027 with flag 31827154/15215001
1591.13/1567.42	c cleaning 174002 clauses out of 348022 with flag 32190664/15390000
1613.75/1589.35	c cleaning 175000 clauses out of 350021 with flag 32557224/15566001
1637.02/1612.45	c cleaning 175998 clauses out of 352020 with flag 32926822/15743000
1658.33/1633.52	c cleaning 176996 clauses out of 354022 with flag 33298835/15921000
1680.71/1655.68	c cleaning 178003 clauses out of 356026 with flag 33670730/16100000
1703.01/1677.27	c cleaning 179001 clauses out of 358024 with flag 34045372/16280001
1724.61/1698.64	c cleaning 180001 clauses out of 360022 with flag 34423866/16461000
1749.31/1723.15	c cleaning 181000 clauses out of 362021 with flag 34802482/16643000
1770.71/1744.38	c cleaning 181999 clauses out of 364021 with flag 35183180/16826000
1794.85/1768.28	c cleaning 182996 clauses out of 366022 with flag 35566545/17010000
1819.26/1791.91	c cleaning 184001 clauses out of 368026 with flag 35952019/17195000
1844.33/1816.87	c cleaning 185004 clauses out of 370026 with flag 36338096/17381001
1870.01/1842.32	c cleaning 185996 clauses out of 372021 with flag 36727641/17568000
1896.17/1868.37	c cleaning 187001 clauses out of 374026 with flag 37121059/17756001
1922.15/1894.16	c cleaning 188002 clauses out of 376024 with flag 37513831/17945000
1948.56/1920.30	c cleaning 188999 clauses out of 378023 with flag 37910115/18135001
1972.41/1943.46	c cleaning 190001 clauses out of 380025 with flag 38309358/18326002
2002.01/1972.87	c cleaning 191006 clauses out of 382023 with flag 38713222/18518001
2023.95/1994.56	c cleaning 191998 clauses out of 384016 with flag 39119728/18711000
2052.17/2022.53	c cleaning 192999 clauses out of 386018 with flag 39528795/18905000
2078.11/2047.53	c cleaning 194001 clauses out of 388020 with flag 39936648/19100001
2102.54/2071.71	c cleaning 195001 clauses out of 390018 with flag 40346982/19296000
2126.76/2095.72	c cleaning 196001 clauses out of 392017 with flag 40760954/19493000
2148.19/2117.00	c cleaning 196999 clauses out of 394016 with flag 41181446/19691000
2171.26/2139.06	c cleaning 198002 clauses out of 396018 with flag 41601123/19890001
2192.98/2160.58	c cleaning 198996 clauses out of 398017 with flag 42023946/20090002
2214.79/2182.15	c cleaning 200005 clauses out of 400019 with flag 42450374/20291000
2236.60/2202.89	c cleaning 200999 clauses out of 402014 with flag 42878134/20493000
2259.28/2225.20	c cleaning 201996 clauses out of 404017 with flag 43307522/20696002
2279.71/2245.42	c cleaning 202997 clauses out of 406019 with flag 43739045/20900000
2302.73/2267.60	c cleaning 203996 clauses out of 408022 with flag 44173487/21105000
2329.69/2294.22	c cleaning 205000 clauses out of 410026 with flag 44609063/21311000
2355.39/2319.64	c cleaning 206006 clauses out of 412026 with flag 45042842/21518000
2381.99/2345.45	c cleaning 207002 clauses out of 414021 with flag 45479454/21726001
2406.34/2369.56	c cleaning 207999 clauses out of 416019 with flag 45921377/21935001
2431.84/2394.90	c cleaning 208997 clauses out of 418020 with flag 46364314/22145001
2455.98/2418.70	c cleaning 209996 clauses out of 420022 with flag 46810764/22356000
2482.66/2444.59	c cleaning 210999 clauses out of 422026 with flag 47262391/22568000
2513.29/2474.84	c cleaning 212001 clauses out of 424028 with flag 47711865/22781001
2540.79/2502.16	c cleaning 213004 clauses out of 426026 with flag 48164439/22995000
2567.93/2528.42	c cleaning 214000 clauses out of 428022 with flag 48615805/23210000
2600.36/2560.60	c cleaning 215000 clauses out of 430022 with flag 49071135/23426000
2629.58/2589.57	c cleaning 216001 clauses out of 432022 with flag 49525477/23643000
2660.88/2620.08	c cleaning 216995 clauses out of 434021 with flag 49982299/23861000
2687.83/2646.79	c cleaning 217998 clauses out of 436026 with flag 50443895/24080000
2717.05/2675.74	c cleaning 219005 clauses out of 438030 with flag 50908032/24300002
2748.98/2706.77	c cleaning 220000 clauses out of 440023 with flag 51372464/24521000
2778.17/2735.69	c cleaning 221000 clauses out of 442023 with flag 51840022/24743000
2807.38/2764.56	c cleaning 221999 clauses out of 444023 with flag 52310141/24966000
2837.88/2794.15	c cleaning 223002 clauses out of 446025 with flag 52781125/25190001
2868.98/2824.97	c cleaning 223996 clauses out of 448023 with flag 53254951/25415001
2901.56/2856.28	c cleaning 225000 clauses out of 450027 with flag 53733797/25641001
2931.65/2886.07	c cleaning 225996 clauses out of 452026 with flag 54214618/25868000
2961.28/2914.49	c cleaning 227000 clauses out of 454030 with flag 54696488/26096000
2989.86/2942.76	c cleaning 228001 clauses out of 456030 with flag 55180456/26325000
3024.33/2976.97	c cleaning 229002 clauses out of 458029 with flag 55667332/26555000
3057.34/3009.06	c cleaning 230001 clauses out of 460027 with flag 56153157/26786000
3086.36/3037.80	c cleaning 231004 clauses out of 462027 with flag 56643895/27018001
3116.05/3066.34	c cleaning 231999 clauses out of 464022 with flag 57139329/27251000
3148.48/3098.49	c cleaning 233002 clauses out of 466023 with flag 57630350/27485000
3182.95/3131.77	c cleaning 233999 clauses out of 468022 with flag 58122920/27720001
3214.53/3163.10	c cleaning 235000 clauses out of 470023 with flag 58618626/27956001
3249.14/3196.46	c cleaning 236001 clauses out of 472022 with flag 59114038/28193000
3286.27/3233.27	c cleaning 237001 clauses out of 474021 with flag 59612812/28431000
3323.85/3269.63	c cleaning 237995 clauses out of 476021 with flag 60112713/28670001
3352.91/3298.41	c cleaning 238998 clauses out of 478025 with flag 60617798/28910000
3387.56/3331.82	c cleaning 240000 clauses out of 480028 with flag 61124004/29151001
3423.70/3367.77	c cleaning 241001 clauses out of 482027 with flag 61630340/29393000
3455.63/3398.88	c cleaning 242006 clauses out of 484027 with flag 62141788/29636001
3489.99/3432.98	c cleaning 242997 clauses out of 486021 with flag 62658185/29880001
3527.15/3469.13	c cleaning 243999 clauses out of 488024 with flag 63172668/30125001
3561.50/3503.29	c cleaning 244999 clauses out of 490025 with flag 63689344/30371001
3599.91/3540.44	c cleaning 246002 clauses out of 492025 with flag 64208432/30618000
3600.01/3540.51	c timeout
3600.01/3540.52	c starts		: 1
3600.01/3540.52	c conflicts		: 30619408
3600.01/3540.52	c decisions		: 43887437
3600.01/3540.52	c propagations		: 574745213
3600.01/3540.52	c inspects		: 18452183878
3600.01/3540.52	c shortcuts		: 0
3600.01/3540.52	c learnt literals	: 0
3600.01/3540.52	c learnt binary clauses	: 0
3600.01/3540.52	c learnt ternary clauses	: 0
3600.01/3540.52	c learnt constraints	: 30619408
3600.01/3540.52	c ignored constraints	: 0
3600.01/3540.52	c root simplifications	: 0
3600.01/3540.52	c removed literals (reason simplification)	: 1319595
3600.01/3540.52	c reason swapping (by a shorter reason)	: 0
3600.01/3540.52	c Calls to reduceDB	: 243
3600.01/3540.52	c Number of update (reduction) of LBD	: 707479
3600.01/3540.52	c Imported unit clauses	: 0
3600.01/3540.53	c No decision after first conflict	: false
3600.01/3540.53	c number of reductions to clauses (during analyze)	: 0
3600.01/3540.53	c number of learned constraints concerned by reduction	: 0
3600.01/3540.53	c number of learning phase by resolution	: 0
3600.01/3540.53	c number of learning phase by cutting planes	: 0
3600.01/3540.53	c number of rounding to 1 operations	: 0
3600.01/3540.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3540.53	c number of reductions of the coefficients by power 2 	: 0
3600.01/3540.53	c number of right shift for reduction by power 2 	: 0
3600.01/3540.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3540.53	c number of ending skipping 	: 0
3600.01/3540.53	c number of internal skipping 	: 0
3600.01/3540.53	c number of derivation steps 	: 0
3600.01/3540.53	c number of skipped derivation steps 	: 0
3600.01/3540.53	c number of remaining unassigned 	: 0
3600.01/3540.53	c number of remaining assigned 	: 0
3600.01/3540.53	c number of falsified literals weakened from reason	: 0
3600.01/3540.53	c number of falsified literals weakened from conflict	: 0
3600.01/3540.53	c time for arithmetic operations	: 0
3600.01/3540.53	c minimum degree of deleted constraints	: null
3600.01/3540.53	c maximum degree of deleted constraints	: null
3600.01/3540.53	c number of deleted constraints	: 0
3600.01/3540.53	c speed (assignments/second)	: 162341.07897623852
3600.01/3540.53	c non guided choices	: 251
3600.01/3540.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 247431
3600.01/3540.59	s UNKNOWN
3600.01/3540.59	c Total wall clock time (in seconds): 3540.468

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (60495 MiB free)
  memory of node 1: 64507 MiB (57820 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543174-1753224999/watcher-4543174-1753224999 -o /tmp/evaluation-result-4543174-1753224999/solver-4543174-1753224999 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753221228-170143 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543174-1753224999 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543174-1753224999.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=170808, runsolver pid=170805

[startup+0.100061 s]*
/proc/loadavg: 4.29 4.24 4.19 7/340 170826
/proc/meminfo: memFree=121130592/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=18930384 memory=57788 CPUtime=0.13 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 6607 0 0 0 11 2 0 0 20 0 18 0 238177834 19384713216 14447 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
/proc/170808/statm: 4732596 14447 5328 1 0 547641 0
[pid=170808/tid=170810] ppid=170805 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/170808/task/170810/stat : 170810 (java) R 170805 170808 170132 0 -1 4194368 5102 0 0 0 7 1 0 0 20 0 18 0 238177835 19384713216 14447 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170819] ppid=170805 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238177837 19384713216 14447 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=18930384 memory=59585004324181 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238177837 19384713216 14447 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57788 KiB

[startup+0.205722 s]*
/proc/loadavg: 4.29 4.24 4.19 7/341 170827
/proc/meminfo: memFree=121126496/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=18996948 memory=66592 CPUtime=0.33 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 7139 0 0 0 31 2 0 0 20 0 19 0 238177834 19452874752 16648 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
/proc/170808/statm: 4749237 16648 5456 1 0 548274 0
[pid=170808/tid=170810] ppid=170805 vsize=18996948 memory=4026990876 CPUtime=0.18 cores=4,6
/proc/170808/task/170810/stat : 170810 (java) R 170805 170808 170132 0 -1 4194368 5348 0 0 0 17 1 0 0 20 0 19 0 238177835 19452874752 16648 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170819] ppid=170805 vsize=18996948 memory=18954 CPUtime=0 cores=4,6
/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238177837 19452874752 16648 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=18996948 memory=58485492679654 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238177837 19452874752 16648 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170827] ppid=170805 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/170808/task/170827/stat : 170827 (Timer-0) S 170805 170808 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238177851 19452874752 16648 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66592 KiB

[startup+0.305893 s]*
/proc/loadavg: 4.29 4.24 4.19 6/341 170827
/proc/meminfo: memFree=121107152/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=18996948 memory=82416 CPUtime=0.52 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 8358 0 0 0 49 3 0 0 20 0 19 0 238177834 19452874752 20604 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
/proc/170808/statm: 4749237 20604 5456 1 0 549092 0
[pid=170808/tid=170810] ppid=170805 vsize=18996948 memory=-8817311863191413436 CPUtime=0.25 cores=4,6
/proc/170808/task/170810/stat : 170810 (java) R 170805 170808 170132 0 -1 4194368 5365 0 0 0 23 2 0 0 20 0 19 0 238177835 19452874752 20604 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170819] ppid=170805 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238177837 19452874752 20604 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238177837 19452874752 20604 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170827] ppid=170805 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/170808/task/170827/stat : 170827 (Timer-0) S 170805 170808 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238177851 19452874752 20604 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 82416 KiB

[startup+0.700229 s]
/proc/loadavg: 4.29 4.24 4.19 7/341 170827
/proc/meminfo: memFree=121057308/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=19063512 memory=166528 CPUtime=1.28 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 11830 0 0 0 123 5 0 0 20 0 20 0 238177834 19521036288 41632 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
/proc/170808/statm: 4765878 41632 5488 1 0 551725 0
[pid=170808/tid=170810] ppid=170805 vsize=19063512 memory=27264 CPUtime=0.59 cores=4,6
/proc/170808/task/170810/stat : 170810 (java) R 170805 170808 170132 0 -1 4194368 5462 0 0 0 55 4 0 0 20 0 20 0 238177835 19521036288 41632 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170819] ppid=170805 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 41632 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 41632 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170827] ppid=170805 vsize=19063512 memory=4756 CPUtime=0 cores=4,6
/proc/170808/task/170827/stat : 170827 (Timer-0) S 170805 170808 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238177851 19521036288 41632 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166528 KiB

[startup+1.50025 s]
/proc/loadavg: 4.29 4.24 4.19 6/342 170828
/proc/meminfo: memFree=121000096/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=19063512 memory=178260 CPUtime=2.86 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 18343 0 0 0 279 7 0 0 20 0 20 0 238177834 19521036288 44565 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
/proc/170808/statm: 4765878 44565 5488 1 0 552405 0
[pid=170808/tid=170810] ppid=170805 vsize=19063512 memory=0 CPUtime=1.34 cores=4,6
/proc/170808/task/170810/stat : 170810 (java) R 170805 170808 170132 0 -1 4194368 5914 0 0 0 129 5 0 0 20 0 20 0 238177835 19521036288 44565 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170819] ppid=170805 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 44565 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 44565 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170827] ppid=170805 vsize=19063512 memory=4756 CPUtime=0 cores=4,6
/proc/170808/task/170827/stat : 170827 (Timer-0) S 170805 170808 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238177851 19521036288 44565 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178260 KiB

[startup+3.10554 s]
/proc/loadavg: 4.27 4.24 4.19 5/342 170828
/proc/meminfo: memFree=120641492/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=19063512 memory=544668 CPUtime=5.5 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 20776 0 0 0 531 19 0 0 20 0 20 0 238177834 19521036288 136167 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
/proc/170808/statm: 4765878 136167 5488 1 0 658922 0
[pid=170808/tid=170810] ppid=170805 vsize=19063512 memory=10752 CPUtime=2.89 cores=4,6
/proc/170808/task/170810/stat : 170810 (java) R 170805 170808 170132 0 -1 4194368 6720 0 0 0 275 14 0 0 20 0 20 0 238177835 19521036288 136167 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170819] ppid=170805 vsize=19063512 memory=-8817311863191413436 CPUtime=0 cores=4,6
/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 136167 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 136167 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170827] ppid=170805 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/170808/task/170827/stat : 170827 (Timer-0) S 170805 170808 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238177851 19521036288 136167 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 5.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 544668 KiB

[startup+6.30021 s]
/proc/loadavg: 4.27 4.24 4.19 5/342 170828
/proc/meminfo: memFree=119804416/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=19063512 memory=1099600 CPUtime=8.88 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 21281 0 0 0 856 32 0 0 20 0 20 0 238177834 19521036288 274900 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
/proc/170808/statm: 4765878 274900 5488 1 0 658951 0
[pid=170808/tid=170810] ppid=170805 vsize=19063512 memory=0 CPUtime=6.01 cores=4,6
/proc/170808/task/170810/stat : 170810 (java) R 170805 170808 170132 0 -1 4194368 7092 0 0 0 575 26 0 0 20 0 20 0 238177835 19521036288 274900 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170819] ppid=170805 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 274900 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 274900 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170827] ppid=170805 vsize=19063512 memory=178260 CPUtime=0 cores=4,6
/proc/170808/task/170827/stat : 170827 (Timer-0) S 170805 170808 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238177851 19521036288 274900 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 8.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1099600 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.25 4.20 5/342 170828
/proc/meminfo: memFree=119130392/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=19063512 memory=1613772 CPUtime=15.4 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 23028 0 0 0 1490 50 0 0 20 0 20 0 238177834 19521036288 403443 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
/proc/170808/statm: 4765878 403443 5488 1 0 658955 0
[pid=170808/tid=170810] ppid=170805 vsize=19063512 memory=178260 CPUtime=12.31 cores=4,6
/proc/170808/task/170810/stat : 170810 (java) R 170805 170808 170132 0 -1 4194368 8648 0 0 0 1188 43 0 0 20 0 20 0 238177835 19521036288 403443 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170819] ppid=170805 vsize=19063512 memory=1613772 CPUtime=0 cores=4,6
/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 403443 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 403443 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170827] ppid=170805 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/170808/task/170827/stat : 170827 (Timer-0) S 170805 170808 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238177851 19521036288 403443 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 15.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1613772 KiB

[startup+25.5002 s]
/proc/loadavg: 4.32 4.25 4.20 6/342 170828
/proc/meminfo: memFree=118587352/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=19063512 memory=1710328 CPUtime=28.47 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 26861 0 0 0 2776 71 0 0 20 0 20 0 238177834 19521036288 427582 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
/proc/170808/statm: 4765878 427582 5520 1 0 658955 0
[pid=170808/tid=170810] ppid=170805 vsize=19063512 memory=1613772 CPUtime=24.8 cores=4,6
/proc/170808/task/170810/stat : 170810 (java) R 170805 170808 170132 0 -1 4194368 9647 0 0 0 2418 62 0 0 20 0 20 0 238177835 19521036288 427582 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170819] ppid=170805 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 427582 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=19063512 memory=-8817311863191413436 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 427582 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170827] ppid=170805 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/170808/task/170827/stat : 170827 (Timer-0) S 170805 170808 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238177851 19521036288 427582 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 28.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1710328 KiB

[startup+51.1056 s]
/proc/loadavg: 4.34 4.26 4.20 6/343 170830
/proc/meminfo: memFree=117477064/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=19063512 memory=1794568 CPUtime=54.39 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 30336 0 0 0 5334 105 0 0 20 0 20 0 238177834 19521036288 448642 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0

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

/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 775775 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=19063512 memory=3103100 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 1516 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 775775 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170827] ppid=170805 vsize=19063512 memory=3103100 CPUtime=0 cores=4,6
/proc/170808/task/170827/stat : 170827 (Timer-0) S 170805 170808 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238177851 19521036288 775775 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 3213.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3103100 KiB

[startup+3222.3 s]
/proc/loadavg: 4.35 4.36 4.36 5/339 171013
/proc/meminfo: memFree=60205000/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=19063512 memory=3103228 CPUtime=3275.29 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 157036 0 0 0 324669 2860 0 0 20 0 20 0 238177834 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
/proc/170808/statm: 4765878 775807 5552 1 0 788597 0
[pid=170808/tid=170810] ppid=170805 vsize=19063512 memory=3102972 CPUtime=3170.85 cores=4,6
/proc/170808/task/170810/stat : 170810 (java) R 170805 170808 170132 0 -1 4194368 72402 0 0 0 314347 2738 0 0 20 0 20 0 238177835 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170819] ppid=170805 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=19063512 memory=3103228 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 1516 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170827] ppid=170805 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/170808/task/170827/stat : 170827 (Timer-0) S 170805 170808 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238177851 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 3275.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3103228 KiB

[startup+3282.3 s]
/proc/loadavg: 4.39 4.37 4.36 5/339 171014
/proc/meminfo: memFree=59108444/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=19063512 memory=3103228 CPUtime=3336.68 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 162024 0 0 0 330768 2900 0 0 20 0 20 0 238177834 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
/proc/170808/statm: 4765878 775807 5552 1 0 788597 0
[pid=170808/tid=170810] ppid=170805 vsize=19063512 memory=3103228 CPUtime=3230.04 cores=4,6
/proc/170808/task/170810/stat : 170810 (java) R 170805 170808 170132 0 -1 4194368 75441 0 0 0 320227 2777 0 0 20 0 20 0 238177835 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170819] ppid=170805 vsize=19063512 memory=3103228 CPUtime=0 cores=4,6
/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 1516 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170827] ppid=170805 vsize=19063512 memory=3103228 CPUtime=0 cores=4,6
/proc/170808/task/170827/stat : 170827 (Timer-0) S 170805 170808 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238177851 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 3336.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3103228 KiB

[startup+3342.3 s]
/proc/loadavg: 4.39 4.36 4.36 5/339 171148
/proc/meminfo: memFree=66357152/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=19063512 memory=3103228 CPUtime=3398.1 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 164136 0 0 0 336863 2947 0 0 20 0 20 0 238177834 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
/proc/170808/statm: 4765878 775807 5552 1 0 788597 0
[pid=170808/tid=170810] ppid=170805 vsize=19063512 memory=3103228 CPUtime=3289.13 cores=4,6
/proc/170808/task/170810/stat : 170810 (java) R 170805 170808 170132 0 -1 4194368 76691 0 0 0 326090 2823 0 0 20 0 20 0 238177835 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170819] ppid=170805 vsize=19063512 memory=3103228 CPUtime=0 cores=4,6
/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 1540 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170827] ppid=170805 vsize=19063512 memory=3103228 CPUtime=0 cores=4,6
/proc/170808/task/170827/stat : 170827 (Timer-0) S 170805 170808 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238177851 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 3398.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3103228 KiB

[startup+3402.3 s]
/proc/loadavg: 4.39 4.37 4.36 5/342 171286
/proc/meminfo: memFree=86910772/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=19063512 memory=3103228 CPUtime=3459.12 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 165618 0 0 0 342924 2988 0 0 20 0 20 0 238177834 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
/proc/170808/statm: 4765878 775807 5552 1 0 788598 0
[pid=170808/tid=170810] ppid=170805 vsize=19063512 memory=3103228 CPUtime=3348.21 cores=4,6
/proc/170808/task/170810/stat : 170810 (java) R 170805 170808 170132 0 -1 4194368 76870 0 0 0 331959 2862 0 0 20 0 20 0 238177835 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170819] ppid=170805 vsize=19063512 memory=3103228 CPUtime=0 cores=4,6
/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 1589 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170827] ppid=170805 vsize=19063512 memory=3103228 CPUtime=0 cores=4,6
/proc/170808/task/170827/stat : 170827 (Timer-0) S 170805 170808 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238177851 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 3459.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3103228 KiB

[startup+3462.3 s]
/proc/loadavg: 4.42 4.39 4.37 5/343 171289
/proc/meminfo: memFree=84409188/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=19063512 memory=3103228 CPUtime=3520.36 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 167108 0 0 0 349006 3030 0 0 20 0 20 0 238177834 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
/proc/170808/statm: 4765878 775807 5552 1 0 788598 0
[pid=170808/tid=170810] ppid=170805 vsize=19063512 memory=3103228 CPUtime=3407.23 cores=4,6
/proc/170808/task/170810/stat : 170810 (java) R 170805 170808 170132 0 -1 4194368 78173 0 0 0 337820 2903 0 0 20 0 20 0 238177835 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170819] ppid=170805 vsize=19063512 memory=3103228 CPUtime=0 cores=4,6
/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 1589 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170827] ppid=170805 vsize=19063512 memory=3103228 CPUtime=0 cores=4,6
/proc/170808/task/170827/stat : 170827 (Timer-0) S 170805 170808 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238177851 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 3520.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3103228 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.36 4.36 6/342 171291
/proc/meminfo: memFree=81814888/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=19063512 memory=3103228 CPUtime=3580.74 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 169249 0 0 0 354996 3078 0 0 20 0 20 0 238177834 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
/proc/170808/statm: 4765878 775807 5552 1 0 788598 0
[pid=170808/tid=170810] ppid=170805 vsize=19063512 memory=3103228 CPUtime=3466.51 cores=4,6
/proc/170808/task/170810/stat : 170810 (java) R 170805 170808 170132 0 -1 4194368 79578 0 0 0 343702 2949 0 0 20 0 20 0 238177835 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170819] ppid=170805 vsize=19063512 memory=3103228 CPUtime=0 cores=4,6
/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=19063512 memory=3103228 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 1642 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170827] ppid=170805 vsize=19063512 memory=-8817311863191413436 CPUtime=0 cores=4,6
/proc/170808/task/170827/stat : 170827 (Timer-0) S 170805 170808 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238177851 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 3580.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3103228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3540.5 s]
/proc/loadavg: 4.42 4.39 4.37 5/342 171292
/proc/meminfo: memFree=81002800/131249996 swapFree=33010672/33010684
[pid=170808] ppid=170805 vsize=19063512 memory=3103228 CPUtime=3600.01 cores=4,6
/proc/170808/stat : 170808 (java) S 170805 170808 170132 0 -1 4194304 172645 0 0 0 356914 3087 0 0 20 0 20 0 238177834 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
/proc/170808/statm: 4765878 775807 5552 1 0 788598 0
[pid=170808/tid=170810] ppid=170805 vsize=19063512 memory=3103228 CPUtime=3484.48 cores=4,6
/proc/170808/task/170810/stat : 170810 (java) R 170805 170808 170132 0 -1 4194368 81642 0 0 0 345491 2957 0 0 20 0 20 0 238177835 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170819] ppid=170805 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/170808/task/170819/stat : 170819 (Finalizer) S 170805 170808 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170826] ppid=170805 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/170808/task/170826/stat : 170826 (Common-Cleaner) S 170805 170808 170132 0 -1 4194368 1642 0 0 0 0 0 0 0 20 0 20 0 238177837 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
[pid=170808/tid=170827] ppid=170805 vsize=19063512 memory=3103228 CPUtime=0 cores=4,6
/proc/170808/task/170827/stat : 170827 (Timer-0) S 170805 170808 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238177851 19521036288 775807 18446744073709551615 94805596053504 94805596057200 140727258139104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94805596065016 94805596065808 94805599506432 140727258147156 140727258147300 140727258147300 140727258152904 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3103228 KiB

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

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

# cumulated CPU time of all completed processes:  user=3569.28 s, system=30.8874 s

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

[startup+3540.6 s]*
/proc/loadavg: 4.42 4.39 4.37 5/324 171295
/proc/meminfo: memFree=83984772/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3540.61
CPU time (s): 3600.17
CPU user time (s): 3569.28
CPU system time (s): 30.8874
CPU usage (%): 101.682
Max. virtual memory (cumulated for all children) (KiB): 19064592
Max. memory (cumulated for all children) (KiB): 3103228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3569.28
system time used= 30.8874
maximum resident set size= 3104252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 60714624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143873
involuntary context switches= 14382


# summary of solver processes directly reported to runsolver:
#   pid: 170808
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3569.28
#   total CPU system time (s): 30.8874

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.1214 second user time and 17.4166 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 00:56:39
IDJOB=4543174
IDBENCH=172169
IDSOLVER=3364
FILE ID=nodeC024/4543174-1753224999
RUNJOBID= nodeC024-1753221228-170143
SLURM_JOB_ID= 9687809
Free space on /tmp= 430216 MiB

SOLVER NAME= Sat4j Resolution VeriPB 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 -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543174-1753224999/watcher-4543174-1753224999 -o /tmp/evaluation-result-4543174-1753224999/solver-4543174-1753224999 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753221228-170143 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543174-1753224999 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543174-1753224999.opb

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

MD5SUM BENCH= 73c63b112a71eb267c42688444d17031
RANDOM SEED=859023378

nodeC024 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.643
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.36
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.695
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.36
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		: 3622.569
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.36
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		: 3599.414
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.36
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		: 3598.212
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.36
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.666
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.36
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.670
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.36
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		: 3700.000
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121155972 kB
MemAvailable:   123992300 kB
Buffers:            2128 kB
Cached:          3596052 kB
SwapCached:            8 kB
Active:          6919756 kB
Inactive:        2468748 kB
Active(anon):    5815060 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file):  2467160 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             87008 kB
Writeback:             0 kB
AnonPages:       5790564 kB
Mapped:           128716 kB
Shmem:             26248 kB
KReclaimable:     207024 kB
Slab:             303244 kB
SReclaimable:     207024 kB
SUnreclaim:        96220 kB
KernelStack:        5232 kB
PageTables:        15068 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9175552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5591040 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 399284 MiB
End job on nodeC024 at 2025-07-23 01:55:40