Trace number 4496080

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.32 3604.53

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob3.opb
MD5SUMb3a7e12d93ab079a38c8d0bc0b1ef8cc
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.287969
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint52
Maximum length of a constraint52
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 5842800
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 78219574
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4496080-1751160523.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.12/0.13	c ... done. Wall clock time 0.008s.
0.12/0.13	c declared #vars     52
0.12/0.13	c #constraints  2
0.12/0.13	c constraints type 
0.12/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.12/0.14	c 2 constraints processed.
0.71/0.42	c cleaning 2501 clauses out of 5002 with flag 10004/5002
1.10/0.62	c cleaning 4250 clauses out of 8499 with flag 22000/11000
1.48/0.86	c cleaning 5626 clauses out of 11251 with flag 36004/18002
1.88/1.07	c cleaning 6813 clauses out of 13625 with flag 52005/26002
2.35/1.33	c cleaning 7906 clauses out of 15811 with flag 70003/35001
2.62/1.57	c cleaning 8954 clauses out of 17907 with flag 90007/45003
2.98/1.85	c cleaning 9975 clauses out of 19950 with flag 112002/56000
3.40/2.17	c cleaning 10981 clauses out of 21975 with flag 136002/68000
3.70/2.45	c cleaning 11993 clauses out of 23994 with flag 162003/81000
4.10/2.81	c cleaning 12997 clauses out of 26002 with flag 190005/95001
4.50/3.27	c cleaning 13994 clauses out of 28004 with flag 220003/110000
5.01/3.78	c cleaning 15001 clauses out of 30013 with flag 252009/126003
5.56/4.29	c cleaning 16005 clauses out of 32010 with flag 286005/143001
6.15/4.82	c cleaning 17001 clauses out of 34004 with flag 322003/161000
6.65/5.39	c cleaning 17999 clauses out of 36005 with flag 360007/180002
7.35/6.05	c cleaning 19002 clauses out of 38004 with flag 400004/200000
8.06/6.70	c cleaning 19995 clauses out of 40002 with flag 442007/221000
8.66/7.37	c cleaning 21001 clauses out of 42007 with flag 486008/243000
9.37/8.09	c cleaning 22001 clauses out of 44006 with flag 532008/266000
10.26/8.96	c cleaning 22997 clauses out of 46005 with flag 580009/290000
11.16/9.89	c cleaning 24006 clauses out of 48011 with flag 630017/315003
12.25/10.90	c cleaning 25002 clauses out of 50004 with flag 682016/341002
13.27/11.99	c cleaning 25997 clauses out of 52001 with flag 736014/368001
14.57/13.30	c cleaning 26997 clauses out of 54004 with flag 792016/396001
15.76/14.48	c cleaning 28001 clauses out of 56006 with flag 850014/425000
17.06/15.77	c cleaning 29001 clauses out of 58005 with flag 910014/455000
18.36/17.05	c cleaning 30000 clauses out of 60004 with flag 972016/486000
20.15/18.84	c cleaning 30994 clauses out of 62004 with flag 1036017/518000
21.68/20.33	c cleaning 31997 clauses out of 64010 with flag 1102017/551000
23.38/22.08	c cleaning 33004 clauses out of 66013 with flag 1170017/585000
25.27/23.95	c cleaning 34003 clauses out of 68010 with flag 1240023/620001
27.56/26.21	c cleaning 34997 clauses out of 70006 with flag 1312023/656000
29.76/28.41	c cleaning 36003 clauses out of 72011 with flag 1386027/693002
31.95/30.63	c cleaning 37002 clauses out of 74009 with flag 1462029/731003
33.59/32.28	c cleaning 38001 clauses out of 76006 with flag 1540028/770002
35.49/34.12	c cleaning 38999 clauses out of 78003 with flag 1620025/810000
37.48/36.17	c cleaning 40000 clauses out of 80005 with flag 1702031/851001
39.67/38.31	c cleaning 41000 clauses out of 82005 with flag 1786033/893001
42.20/40.87	c cleaning 42001 clauses out of 84005 with flag 1872034/936001
44.80/43.42	c cleaning 42999 clauses out of 86004 with flag 1960038/980001
47.89/46.52	c cleaning 43998 clauses out of 88006 with flag 2050044/1025002
50.49/49.17	c cleaning 45003 clauses out of 90007 with flag 2142043/1071001
53.83/52.48	c cleaning 45996 clauses out of 92004 with flag 2236044/1118001
56.43/55.05	c cleaning 46999 clauses out of 94007 with flag 2332043/1166000
59.32/57.95	c cleaning 48002 clauses out of 96008 with flag 2430043/1215000
62.91/61.58	c cleaning 49002 clauses out of 98007 with flag 2530046/1265001
66.32/64.92	c cleaning 50004 clauses out of 100007 with flag 2632050/1316003
69.32/67.93	c cleaning 51001 clauses out of 102002 with flag 2736054/1368002
73.01/71.68	c cleaning 51997 clauses out of 103999 with flag 2842052/1421000
75.90/74.58	c cleaning 53000 clauses out of 106002 with flag 2950054/1475000
78.83/77.47	c cleaning 54000 clauses out of 108002 with flag 3060055/1530000
81.82/80.49	c cleaning 55003 clauses out of 110006 with flag 3172067/1586004
86.11/84.73	c cleaning 55994 clauses out of 112000 with flag 3286063/1643001
90.44/89.03	c cleaning 57000 clauses out of 114005 with flag 3402062/1701000
94.82/93.40	c cleaning 57998 clauses out of 116005 with flag 3520062/1760000
99.11/97.79	c cleaning 59003 clauses out of 118007 with flag 3640063/1820000
104.40/103.08	c cleaning 59999 clauses out of 120005 with flag 3762067/1881001
109.01/107.60	c cleaning 61001 clauses out of 122006 with flag 3886072/1943001
113.99/112.62	c cleaning 62001 clauses out of 124006 with flag 4012078/2006002
118.48/117.11	c cleaning 62999 clauses out of 126003 with flag 4140076/2070000
123.69/122.34	c cleaning 63996 clauses out of 128004 with flag 4270078/2135000
129.17/127.82	c cleaning 65003 clauses out of 130008 with flag 4402080/2201000
135.15/133.88	c cleaning 65994 clauses out of 132006 with flag 4536084/2268001
139.97/138.69	c cleaning 67000 clauses out of 134012 with flag 4672089/2336001
144.96/143.60	c cleaning 67999 clauses out of 136012 with flag 4810092/2405001
149.95/148.67	c cleaning 69003 clauses out of 138013 with flag 4950092/2475001
155.83/154.50	c cleaning 70004 clauses out of 140011 with flag 5092094/2546002
161.42/160.15	c cleaning 70997 clauses out of 142007 with flag 5236096/2618002
166.01/164.73	c cleaning 72004 clauses out of 144010 with flag 5382096/2691002
171.09/169.81	c cleaning 72997 clauses out of 146005 with flag 5530104/2765001
175.63/174.39	c cleaning 74000 clauses out of 148007 with flag 5680103/2840000
180.22/178.97	c cleaning 75003 clauses out of 150009 with flag 5832107/2916002
186.70/185.49	c cleaning 75997 clauses out of 152004 with flag 5986104/2993000
192.79/191.59	c cleaning 76998 clauses out of 154007 with flag 6142104/3071000
200.20/198.97	c cleaning 77997 clauses out of 156009 with flag 6300105/3150000
210.57/209.30	c cleaning 79004 clauses out of 158012 with flag 6460106/3230000
217.85/216.65	c cleaning 80004 clauses out of 160010 with flag 6622110/3311002
225.93/224.80	c cleaning 81002 clauses out of 162004 with flag 6786106/3393000
233.12/231.96	c cleaning 82001 clauses out of 164002 with flag 6952109/3476000
242.00/240.88	c cleaning 82996 clauses out of 166001 with flag 7120111/3560000
250.35/249.12	c cleaning 84002 clauses out of 168005 with flag 7290425/3645000
259.06/257.72	c cleaning 85002 clauses out of 170003 with flag 7463384/3731000
268.53/267.22	c cleaning 86001 clauses out of 172001 with flag 7637946/3818000
279.60/278.36	c cleaning 86998 clauses out of 174000 with flag 7814018/3906000
291.08/289.86	c cleaning 88000 clauses out of 176002 with flag 7993308/3995000
302.05/300.89	c cleaning 88997 clauses out of 178002 with flag 8173731/4085000
311.83/310.69	c cleaning 90000 clauses out of 180006 with flag 8355733/4176001
323.90/322.73	c cleaning 90991 clauses out of 182005 with flag 8539731/4268000
335.78/334.63	c cleaning 92001 clauses out of 184014 with flag 8725731/4361000
348.25/347.11	c cleaning 93006 clauses out of 186014 with flag 8913737/4455001
359.02/357.98	c cleaning 93997 clauses out of 188008 with flag 9104989/4550001
370.00/368.93	c cleaning 95004 clauses out of 190010 with flag 9298694/4646000
381.27/380.21	c cleaning 95999 clauses out of 192006 with flag 9494026/4743000
393.24/392.29	c cleaning 97000 clauses out of 194007 with flag 9690949/4841000
406.21/405.29	c cleaning 97997 clauses out of 196007 with flag 9890194/4940000
420.88/419.94	c cleaning 99000 clauses out of 198011 with flag 10091189/5040001
433.44/432.50	c cleaning 100004 clauses out of 200010 with flag 10293263/5141000
448.21/447.37	c cleaning 100999 clauses out of 202007 with flag 10498741/5243001
458.99/458.15	c cleaning 101996 clauses out of 204010 with flag 10707461/5346003
470.55/469.77	c cleaning 103001 clauses out of 206011 with flag 10916900/5450000
481.12/480.31	c cleaning 103998 clauses out of 208010 with flag 11127167/5555000
491.80/491.07	c cleaning 105003 clauses out of 210014 with flag 11339712/5661002
502.67/501.98	c cleaning 106003 clauses out of 212010 with flag 11553839/5768001
515.73/515.08	c cleaning 106997 clauses out of 214006 with flag 11770345/5876000
530.69/530.07	c cleaning 108004 clauses out of 216009 with flag 11989724/5985000
544.85/544.23	c cleaning 109002 clauses out of 218007 with flag 12211821/6095002
556.92/556.33	c cleaning 110001 clauses out of 220004 with flag 12434725/6206001
575.15/574.39	c cleaning 111002 clauses out of 222004 with flag 12658729/6318002
592.40/591.69	c cleaning 111990 clauses out of 224000 with flag 12884764/6431000
609.86/609.18	c cleaning 113002 clauses out of 226011 with flag 13112767/6545001
629.51/628.82	c cleaning 114004 clauses out of 228009 with flag 13342770/6660001
642.41/641.69	c cleaning 114996 clauses out of 230006 with flag 13575456/6776002
655.98/655.20	c cleaning 116005 clauses out of 232011 with flag 13809976/6893003
669.45/668.77	c cleaning 116996 clauses out of 234003 with flag 14046205/7011000
680.13/679.41	c cleaning 118000 clauses out of 236007 with flag 14284206/7130000
696.21/695.39	c cleaning 118997 clauses out of 238007 with flag 14524209/7250000
717.88/717.10	c cleaning 120001 clauses out of 240010 with flag 14767149/7371000
738.62/737.85	c cleaning 120997 clauses out of 242009 with flag 15011621/7493000
755.78/755.00	c cleaning 122007 clauses out of 244013 with flag 15257688/7616001
771.24/770.50	c cleaning 123001 clauses out of 246005 with flag 15506775/7740000
786.51/785.82	c cleaning 124001 clauses out of 248006 with flag 15758154/7865002
802.07/801.44	c cleaning 125000 clauses out of 250005 with flag 16010635/7991002
819.32/818.72	c cleaning 126000 clauses out of 252003 with flag 16265716/8118000
837.30/836.80	c cleaning 126995 clauses out of 254003 with flag 16522969/8246000
856.56/856.03	c cleaning 127996 clauses out of 256009 with flag 16781882/8375001
880.29/879.81	c cleaning 129000 clauses out of 258012 with flag 17042654/8505000
907.91/907.56	c cleaning 130001 clauses out of 260012 with flag 17307823/8636000
927.87/927.58	c cleaning 131000 clauses out of 262011 with flag 17574646/8768000
947.31/947.05	c cleaning 132006 clauses out of 264012 with flag 17841855/8901001
964.37/964.16	c cleaning 132996 clauses out of 266005 with flag 18110768/9035000
984.62/984.38	c cleaning 134000 clauses out of 268010 with flag 18380772/9170001
1008.46/1008.21	c cleaning 134997 clauses out of 270010 with flag 18653660/9306001
1023.82/1023.65	c cleaning 136001 clauses out of 272012 with flag 18930504/9443000
1038.90/1038.77	c cleaning 137004 clauses out of 274015 with flag 19209094/9581004
1053.75/1053.69	c cleaning 138003 clauses out of 276008 with flag 19490314/9720001
1073.20/1073.12	c cleaning 138993 clauses out of 278004 with flag 19771644/9860000
1094.12/1094.07	c cleaning 140003 clauses out of 280011 with flag 20054576/10001000
1119.16/1119.18	c cleaning 140997 clauses out of 282008 with flag 20340405/10143000
1137.71/1137.75	c cleaning 142005 clauses out of 284013 with flag 20627696/10286002
1155.97/1156.03	c cleaning 142998 clauses out of 286007 with flag 20917133/10430001
1174.33/1174.45	c cleaning 143997 clauses out of 288009 with flag 21207552/10575001
1194.68/1194.80	c cleaning 144999 clauses out of 290012 with flag 21499561/10721001
1213.38/1213.51	c cleaning 146000 clauses out of 292013 with flag 21793561/10868001
1231.24/1231.47	c cleaning 147001 clauses out of 294012 with flag 22091035/11016000
1248.71/1248.96	c cleaning 147998 clauses out of 296012 with flag 22390299/11165001
1273.05/1273.30	c cleaning 149002 clauses out of 298013 with flag 22690298/11315000
1293.51/1293.86	c cleaning 149997 clauses out of 300012 with flag 22992301/11466001
1312.36/1312.71	c cleaning 151003 clauses out of 302015 with flag 23296304/11618001
1335.61/1336.08	c cleaning 151999 clauses out of 304013 with flag 23602306/11771002
1357.66/1358.15	c cleaning 153001 clauses out of 306012 with flag 23910304/11925000
1379.31/1379.85	c cleaning 154004 clauses out of 308011 with flag 24220306/12080000
1407.55/1408.19	c cleaning 155000 clauses out of 310008 with flag 24532308/12236001
1434.98/1435.66	c cleaning 156003 clauses out of 312007 with flag 24846309/12393000
1465.60/1466.20	c cleaning 157003 clauses out of 314005 with flag 25162314/12551001
1506.91/1507.62	c cleaning 157998 clauses out of 316001 with flag 25480317/12710000
1526.86/1527.66	c cleaning 158997 clauses out of 318004 with flag 25803819/12870001
1546.32/1547.12	c cleaning 159999 clauses out of 320007 with flag 26127784/13031001
1568.07/1568.96	c cleaning 161001 clauses out of 322007 with flag 26451796/13193000
1590.72/1591.60	c cleaning 161998 clauses out of 324007 with flag 26777801/13356001
1609.87/1610.86	c cleaning 162999 clauses out of 326009 with flag 27106076/13520001
1633.41/1634.48	c cleaning 164001 clauses out of 328010 with flag 27436232/13685001
1659.97/1661.08	c cleaning 164999 clauses out of 330008 with flag 27769918/13851000
1676.23/1677.35	c cleaning 166006 clauses out of 332012 with flag 28107319/14018003
1694.72/1695.76	c cleaning 166997 clauses out of 334003 with flag 28447492/14186000
1709.18/1710.22	c cleaning 167997 clauses out of 336006 with flag 28788249/14355000
1729.64/1730.74	c cleaning 169000 clauses out of 338009 with flag 29128285/14525000
1747.69/1748.89	c cleaning 170001 clauses out of 340011 with flag 29470290/14696002
1773.23/1774.40	c cleaning 170997 clauses out of 342008 with flag 29814286/14868000
1805.27/1806.51	c cleaning 172007 clauses out of 344016 with flag 30160309/15041005
1824.62/1825.97	c cleaning 172994 clauses out of 346005 with flag 30508326/15215001
1845.17/1846.56	c cleaning 173995 clauses out of 348010 with flag 30858328/15390000
1874.01/1875.48	c cleaning 174999 clauses out of 350015 with flag 31210331/15566000
1907.04/1908.52	c cleaning 176000 clauses out of 352016 with flag 31564343/15743000
1936.29/1937.72	c cleaning 177009 clauses out of 354018 with flag 31920351/15921002
1963.92/1965.41	c cleaning 177993 clauses out of 356007 with flag 32278350/16100000
1988.67/1990.22	c cleaning 179002 clauses out of 358014 with flag 32638363/16280000
2013.21/2014.81	c cleaning 180005 clauses out of 360013 with flag 33000379/16461001
2045.53/2047.19	c cleaning 180998 clauses out of 362008 with flag 33364915/16643001
2067.18/2068.86	c cleaning 182006 clauses out of 364011 with flag 33735436/16826002
2093.82/2095.56	c cleaning 182993 clauses out of 366004 with flag 34103447/17010001
2120.56/2122.35	c cleaning 183999 clauses out of 368010 with flag 34473449/17195000
2150.69/2152.59	c cleaning 185002 clauses out of 370012 with flag 34845463/17381001
2183.26/2184.70	c cleaning 185997 clauses out of 372009 with flag 35219959/17568000
2216.48/2218.03	c cleaning 187000 clauses out of 374012 with flag 35601245/17756000
2243.20/2244.82	c cleaning 187994 clauses out of 376012 with flag 35981514/17945000
2276.91/2278.67	c cleaning 189007 clauses out of 378020 with flag 36363655/18135002
2308.12/2309.95	c cleaning 190000 clauses out of 380013 with flag 36749553/18326002
2340.64/2342.58	c cleaning 191005 clauses out of 382011 with flag 37137319/18518000
2371.16/2373.08	c cleaning 191997 clauses out of 384006 with flag 37523597/18711000
2410.05/2412.00	c cleaning 193000 clauses out of 386011 with flag 37911736/18905002
2438.56/2440.62	c cleaning 193994 clauses out of 388009 with flag 38304964/19100000
2477.66/2479.81	c cleaning 195002 clauses out of 390015 with flag 38701316/19296000
2519.84/2522.14	c cleaning 196003 clauses out of 392013 with flag 39101674/19493000
2558.34/2560.74	c cleaning 197005 clauses out of 394010 with flag 39502897/19691000
2594.14/2596.67	c cleaning 198001 clauses out of 396007 with flag 39903554/19890002
2632.55/2635.11	c cleaning 198997 clauses out of 398005 with flag 40306179/20090001
2661.36/2664.05	c cleaning 200001 clauses out of 400010 with flag 40712920/20291003
2688.88/2691.45	c cleaning 201000 clauses out of 402006 with flag 41121964/20493000
2709.03/2711.63	c cleaning 201996 clauses out of 404006 with flag 41530152/20696000
2739.06/2741.79	c cleaning 202994 clauses out of 406010 with flag 41939726/20900000
2762.31/2765.01	c cleaning 204003 clauses out of 408018 with flag 42354641/21105002
2786.55/2789.36	c cleaning 205005 clauses out of 410013 with flag 42770834/21311000
2818.87/2821.78	c cleaning 206000 clauses out of 412009 with flag 43188361/21518001
2856.69/2859.61	c cleaning 207001 clauses out of 414009 with flag 43606495/21726001
2885.14/2888.06	c cleaning 207997 clauses out of 416007 with flag 44029848/21935000
2916.36/2919.31	c cleaning 209002 clauses out of 418010 with flag 44453581/22145000
2945.30/2948.36	c cleaning 209999 clauses out of 420008 with flag 44876044/22356000
2972.14/2975.20	c cleaning 210996 clauses out of 422010 with flag 45300578/22568001
3004.97/3008.18	c cleaning 212006 clauses out of 424015 with flag 45726705/22781002
3037.89/3041.13	c cleaning 213001 clauses out of 426008 with flag 46154835/22995001
3064.63/3067.97	c cleaning 213997 clauses out of 428006 with flag 46584887/23210000
3113.82/3117.26	c cleaning 214998 clauses out of 430009 with flag 47017697/23426000
3147.60/3151.08	c cleaning 215999 clauses out of 432011 with flag 47452362/23643000
3178.72/3182.26	c cleaning 217002 clauses out of 434013 with flag 47889002/23861001
3210.13/3213.79	c cleaning 218000 clauses out of 436012 with flag 48330344/24080002
3238.75/3242.48	c cleaning 219002 clauses out of 438010 with flag 48770971/24300000
3267.64/3271.34	c cleaning 220003 clauses out of 440008 with flag 49213079/24521000
3297.47/3301.26	c cleaning 220996 clauses out of 442005 with flag 49661207/24743000
3329.20/3333.03	c cleaning 222002 clauses out of 444010 with flag 50112820/24966001
3357.34/3361.26	c cleaning 222999 clauses out of 446007 with flag 50564356/25190000
3393.46/3397.44	c cleaning 223993 clauses out of 448009 with flag 51016836/25415001
3426.38/3430.43	c cleaning 225000 clauses out of 450015 with flag 51473539/25641000
3456.51/3460.62	c cleaning 225995 clauses out of 452015 with flag 51927552/25868000
3496.19/3500.32	c cleaning 227010 clauses out of 454022 with flag 52383631/26096002
3539.20/3543.40	c cleaning 228006 clauses out of 456011 with flag 52843621/26325001
3572.23/3576.50	c cleaning 229003 clauses out of 458006 with flag 53308714/26555002
3600.05/3604.41	c starts		: 776
3600.05/3604.42	c conflicts		: 26786000
3600.05/3604.43	c decisions		: 26817580
3600.05/3604.43	c propagations		: 124523084
3600.05/3604.43	c inspects		: 36334362521
3600.05/3604.43	c shortcuts		: 0
3600.05/3604.43	c learnt literals	: 0
3600.05/3604.43	c learnt binary clauses	: 0
3600.05/3604.43	c learnt ternary clauses	: 0
3600.05/3604.43	c learnt constraints	: 26786000
3600.05/3604.43	c ignored constraints	: 0
3600.05/3604.43	c root simplifications	: 0
3600.05/3604.43	c removed literals (reason simplification)	: 397706700
3600.05/3604.43	c reason swapping (by a shorter reason)	: 0
3600.05/3604.43	c Calls to reduceDB	: 227
3600.05/3604.43	c Number of update (reduction) of LBD	: 10535
3600.05/3604.43	c Imported unit clauses	: 0
3600.05/3604.43	c No decision after first conflict	: false
3600.05/3604.43	c number of reductions to clauses (during analyze)	: 0
3600.05/3604.43	c number of learned constraints concerned by reduction	: 0
3600.05/3604.43	c number of learning phase by resolution	: 0
3600.05/3604.43	c number of learning phase by cutting planes	: 0
3600.05/3604.43	c number of rounding to 1 operations	: 0
3600.05/3604.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3604.43	c number of reductions of the coefficients by power 2 	: 0
3600.05/3604.43	c number of right shift for reduction by power 2 	: 0
3600.05/3604.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3604.43	c number of ending skipping 	: 0
3600.05/3604.43	c number of internal skipping 	: 0
3600.05/3604.43	c number of derivation steps 	: 0
3600.05/3604.43	c number of skipped derivation steps 	: 0
3600.05/3604.44	c number of remaining unassigned 	: 0
3600.05/3604.44	c number of remaining assigned 	: 0
3600.05/3604.44	c number of falsified literals weakened from reason	: 0
3600.05/3604.44	c number of falsified literals weakened from conflict	: 0
3600.05/3604.44	c time for arithmetic operations	: 0
3600.05/3604.44	c minimum degree of deleted constraints	: null
3600.05/3604.44	c maximum degree of deleted constraints	: null
3600.05/3604.45	c number of deleted constraints	: 0
3600.05/3604.45	c speed (assignments/second)	: 34548.39304843175
3600.05/3604.45	c non guided choices	: 43
3600.26/3604.52	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 460001
3600.26/3604.52	s UNKNOWN
3600.26/3604.52	c Total wall clock time (in seconds): 3604.394

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4496080-1751160523/watcher-4496080-1751160523 -o /tmp/evaluation-result-4496080-1751160523/solver-4496080-1751160523 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21069 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4496080-1751160523.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100058 s]*
/proc/loadavg: 4.25 4.16 4.10 5/338 21869
/proc/meminfo: memFree=128211700/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=18930384 memory=59512 CPUtime=0.12 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 6513 0 0 0 10 2 0 0 20 0 18 0 31730189 19384713216 14878 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4732596 14878 5329 1 0 547639 0
[pid=21851/tid=21853] ppid=21848 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 5101 0 0 0 6 1 0 0 20 0 18 0 31730190 19384713216 14878 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=18930384 memory=237112656212 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31730192 19384713216 14878 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=18930384 memory=59585004336188 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31730192 19384713216 14878 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59512 KiB

[startup+0.205944 s]*
/proc/loadavg: 4.25 4.16 4.10 6/339 21870
/proc/meminfo: memFree=128208424/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=18996948 memory=66032 CPUtime=0.32 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 8295 0 0 0 29 3 0 0 20 0 19 0 31730189 19452874752 16508 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4749237 16508 5425 1 0 548935 0
[pid=21851/tid=21853] ppid=21848 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 5310 0 0 0 16 2 0 0 20 0 19 0 31730190 19452874752 16508 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=18996948 memory=16163 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31730192 19452874752 16508 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=18996948 memory=58485492679654 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31730192 19452874752 16508 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21870] ppid=21848 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21851/task/21870/stat : 21870 (Timer-0) S 21848 21851 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31730203 19452874752 16508 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66032 KiB

[startup+0.305915 s]*
/proc/loadavg: 4.25 4.16 4.10 6/339 21870
/proc/meminfo: memFree=128206408/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=18996948 memory=67184 CPUtime=0.52 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 8583 0 0 0 48 4 0 0 20 0 19 0 31730189 19452874752 16796 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4749237 16796 5425 1 0 549155 0
[pid=21851/tid=21853] ppid=21848 vsize=18996948 memory=-6000919472723094381 CPUtime=0.27 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 5313 0 0 0 25 2 0 0 20 0 19 0 31730190 19452874752 16796 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31730192 19452874752 16796 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31730192 19452874752 16796 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21870] ppid=21848 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21851/task/21870/stat : 21870 (Timer-0) S 21848 21851 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31730203 19452874752 16796 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67184 KiB

[startup+0.700231 s]
/proc/loadavg: 4.25 4.16 4.10 6/339 21870
/proc/meminfo: memFree=128122412/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=18996948 memory=89320 CPUtime=1.28 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 14052 0 0 0 123 5 0 0 20 0 19 0 31730189 19452874752 22330 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4749237 22330 5425 1 0 552602 0
[pid=21851/tid=21853] ppid=21848 vsize=18996948 memory=17408 CPUtime=0.64 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 5364 0 0 0 62 2 0 0 20 0 19 0 31730190 19452874752 22330 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=18996948 memory=10496 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31730192 19452874752 22330 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31730192 19452874752 22330 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21870] ppid=21848 vsize=18996948 memory=4740 CPUtime=0 cores=0,2
/proc/21851/task/21870/stat : 21870 (Timer-0) S 21848 21851 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31730203 19452874752 22330 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 89320 KiB

[startup+1.5002 s]
/proc/loadavg: 4.25 4.16 4.10 6/339 21870
/proc/meminfo: memFree=128110944/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=18996948 memory=104336 CPUtime=2.62 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 17854 0 0 0 256 6 0 0 20 0 19 0 31730189 19452874752 26084 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4749237 26084 5425 1 0 552684 0
[pid=21851/tid=21853] ppid=21848 vsize=18996948 memory=0 CPUtime=1.43 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 5665 0 0 0 141 2 0 0 20 0 19 0 31730190 19452874752 26084 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=18996948 memory=10496 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31730192 19452874752 26084 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31730192 19452874752 26084 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21870] ppid=21848 vsize=18996948 memory=4740 CPUtime=0 cores=0,2
/proc/21851/task/21870/stat : 21870 (Timer-0) S 21848 21851 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31730203 19452874752 26084 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 104336 KiB

[startup+3.10556 s]
/proc/loadavg: 4.23 4.16 4.10 5/339 21870
/proc/meminfo: memFree=127947104/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=18996948 memory=135152 CPUtime=4.4 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 18532 0 0 0 434 6 0 0 20 0 19 0 31730189 19452874752 33788 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4749237 33788 5425 1 0 552685 0
[pid=21851/tid=21853] ppid=21848 vsize=18996948 memory=10496 CPUtime=3.03 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 5972 0 0 0 300 3 0 0 20 0 19 0 31730190 19452874752 33788 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=18996948 memory=-6000919472723094381 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31730192 19452874752 33788 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31730192 19452874752 33788 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21870] ppid=21848 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/21851/task/21870/stat : 21870 (Timer-0) S 21848 21851 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31730203 19452874752 33788 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 4.4 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 135152 KiB

[startup+6.3002 s]
/proc/loadavg: 4.23 4.16 4.10 5/340 21871
/proc/meminfo: memFree=127844956/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=19063512 memory=173448 CPUtime=7.66 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 19753 0 0 0 759 7 0 0 20 0 20 0 31730189 19521036288 43362 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4765878 43362 5457 1 0 552975 0
[pid=21851/tid=21853] ppid=21848 vsize=19063512 memory=0 CPUtime=6.2 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 6029 0 0 0 617 3 0 0 20 0 20 0 31730190 19521036288 43362 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 43362 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 43362 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21870] ppid=21848 vsize=19063512 memory=16520 CPUtime=0 cores=0,2
/proc/21851/task/21870/stat : 21870 (Timer-0) S 21848 21851 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31730203 19521036288 43362 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 7.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173448 KiB

[startup+12.7002 s]
/proc/loadavg: 4.27 4.17 4.10 5/340 21871
/proc/meminfo: memFree=127583364/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=19063512 memory=179692 CPUtime=14.07 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 21551 0 0 0 1399 8 0 0 20 0 20 0 31730189 19521036288 44923 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4765878 44923 5457 1 0 552975 0
[pid=21851/tid=21853] ppid=21848 vsize=19063512 memory=10496 CPUtime=12.57 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 6494 0 0 0 1254 3 0 0 20 0 20 0 31730190 19521036288 44923 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=19063512 memory=179692 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 44923 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=19063512 memory=-6000919472723094381 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 44923 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21870] ppid=21848 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/21851/task/21870/stat : 21870 (Timer-0) S 21848 21851 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31730203 19521036288 44923 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 14.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179692 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.16 4.10 5/340 21871
/proc/meminfo: memFree=127260064/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=19063512 memory=216876 CPUtime=26.87 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 23292 0 0 0 2678 9 0 0 20 0 20 0 31730189 19521036288 54219 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4765878 54219 5457 1 0 552975 0
[pid=21851/tid=21853] ppid=21848 vsize=19063512 memory=179692 CPUtime=25.3 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 7245 0 0 0 2527 3 0 0 20 0 20 0 31730190 19521036288 54219 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 54219 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=19063512 memory=216876 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 54219 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21870] ppid=21848 vsize=19063512 memory=216876 CPUtime=0 cores=0,2
/proc/21851/task/21870/stat : 21870 (Timer-0) S 21848 21851 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31730203 19521036288 54219 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 26.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 216876 KiB

[startup+51.1055 s]
/proc/loadavg: 4.23 4.17 4.10 5/340 21872
/proc/meminfo: memFree=125811472/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=19063512 memory=307168 CPUtime=52.48 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 25097 0 0 0 5237 11 0 0 20 0 20 0 31730189 19521036288 76792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4765878 76792 5457 1 0 552975 0
[pid=21851/tid=21853] ppid=21848 vsize=19063512 memory=16520 CPUtime=50.77 cores=0,2

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

[startup+3282.3 s]
/proc/loadavg: 4.15 4.16 4.12 5/343 22771
/proc/meminfo: memFree=122031656/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=19063512 memory=2059168 CPUtime=3278.62 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 76920 0 0 0 327762 100 0 0 20 0 20 0 31730189 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4765878 514792 5489 1 0 529195 0
[pid=21851/tid=21853] ppid=21848 vsize=19063512 memory=2059168 CPUtime=3271.07 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 27346 0 0 0 327079 28 0 0 20 0 20 0 31730190 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 1134 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21870] ppid=21848 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/21851/task/21870/stat : 21870 (Timer-0) S 21848 21851 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31730203 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 3278.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2059168 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.16 4.12 5/343 22773
/proc/meminfo: memFree=122025808/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=19063512 memory=2059168 CPUtime=3338.47 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 77721 0 0 0 333746 101 0 0 20 0 20 0 31730189 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4765878 514792 5489 1 0 529195 0
[pid=21851/tid=21853] ppid=21848 vsize=19063512 memory=3200 CPUtime=3330.91 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 28060 0 0 0 333063 28 0 0 20 0 20 0 31730190 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=19063512 memory=2059168 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=19063512 memory=2059168 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 1156 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21870] ppid=21848 vsize=19063512 memory=2059168 CPUtime=0 cores=0,2
/proc/21851/task/21870/stat : 21870 (Timer-0) S 21848 21851 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31730203 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 3338.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2059168 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.14 4.12 5/343 22775
/proc/meminfo: memFree=121962772/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=19063512 memory=2059168 CPUtime=3398.34 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 78349 0 0 0 339732 102 0 0 20 0 20 0 31730189 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4765878 514792 5489 1 0 529195 0
[pid=21851/tid=21853] ppid=21848 vsize=19063512 memory=2059168 CPUtime=3390.76 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 28553 0 0 0 339048 28 0 0 20 0 20 0 31730190 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=19063512 memory=16520 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=19063512 memory=2059168 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 1175 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21870] ppid=21848 vsize=19063512 memory=2059168 CPUtime=0 cores=0,2
/proc/21851/task/21870/stat : 21870 (Timer-0) S 21848 21851 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31730203 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 3398.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2059168 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.14 4.12 5/343 22777
/proc/meminfo: memFree=121964984/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=19063512 memory=2059168 CPUtime=3458.21 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 78535 0 0 0 345718 103 0 0 20 0 20 0 31730189 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4765878 514792 5489 1 0 529195 0
[pid=21851/tid=21853] ppid=21848 vsize=19063512 memory=16520 CPUtime=3450.61 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 28720 0 0 0 345033 28 0 0 20 0 20 0 31730190 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=19063512 memory=2059168 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 1175 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21870] ppid=21848 vsize=19063512 memory=2059168 CPUtime=0 cores=0,2
/proc/21851/task/21870/stat : 21870 (Timer-0) S 21848 21851 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31730203 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 3458.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2059168 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.13 4.11 5/342 22780
/proc/meminfo: memFree=121980988/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=19063512 memory=2059168 CPUtime=3518.15 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 79365 0 0 0 351711 104 0 0 20 0 20 0 31730189 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4765878 514792 5489 1 0 529195 0
[pid=21851/tid=21853] ppid=21848 vsize=19063512 memory=2059168 CPUtime=3510.37 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 29005 0 0 0 351009 28 0 0 20 0 20 0 31730190 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=19063512 memory=2059168 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=19063512 memory=-6000919472723094381 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 1175 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21870] ppid=21848 vsize=19063512 memory=2059168 CPUtime=0 cores=0,2
/proc/21851/task/21870/stat : 21870 (Timer-0) S 21848 21851 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31730203 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 3518.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2059168 KiB

[startup+3582.3 s]
/proc/loadavg: 4.29 4.18 4.13 5/342 22981
/proc/meminfo: memFree=125747316/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=19063512 memory=2059168 CPUtime=3578.01 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 80123 0 0 0 357696 105 0 0 20 0 20 0 31730189 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4765878 514792 5489 1 0 529195 0
[pid=21851/tid=21853] ppid=21848 vsize=19063512 memory=2059168 CPUtime=3570.21 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 29619 0 0 0 356993 28 0 0 20 0 20 0 31730190 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=19063512 memory=21576 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 1193 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21870] ppid=21848 vsize=19063512 memory=2059168 CPUtime=0 cores=0,2
/proc/21851/task/21870/stat : 21870 (Timer-0) S 21848 21851 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31730203 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 3578.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2059168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.4 s]
/proc/loadavg: 4.19 4.17 4.12 5/340 22981
/proc/meminfo: memFree=125657212/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=19063512 memory=2059168 CPUtime=3600.05 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 80396 0 0 0 359900 105 0 0 20 0 20 0 31730189 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4765878 514792 5489 1 0 529195 0
[pid=21851/tid=21853] ppid=21848 vsize=19063512 memory=-6000919472723094381 CPUtime=3592.25 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 29801 0 0 0 359197 28 0 0 20 0 20 0 31730190 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=19063512 memory=2208 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 1193 0 0 0 0 0 0 0 20 0 20 0 31730192 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21870] ppid=21848 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/21851/task/21870/stat : 21870 (Timer-0) S 21848 21851 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31730203 19521036288 514792 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2059168 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.25 s, system=1.06456 s

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

[startup+3604.5 s]
/proc/loadavg: 4.19 4.17 4.12 5/340 22981
/proc/meminfo: memFree=125657212/131250000 swapFree=33010684/33010684
[pid=21851] ppid=21848 vsize=19263204 memory=2059936 CPUtime=3600.26 cores=0,2
/proc/21851/stat : 21851 (java) S 21848 21851 21059 0 -1 4194304 82606 0 0 0 359921 105 0 0 20 0 21 0 31730189 19725520896 514984 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
/proc/21851/statm: 4815801 514984 5489 1 0 530114 0
[pid=21851/tid=21853] ppid=21848 vsize=19263204 memory=2059168 CPUtime=3592.35 cores=0,2
/proc/21851/task/21853/stat : 21853 (java) R 21848 21851 21059 0 -1 4194368 29801 0 0 0 359207 28 0 0 20 0 21 0 31730190 19725520896 514984 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21862] ppid=21848 vsize=19263204 memory=17408 CPUtime=0 cores=0,2
/proc/21851/task/21862/stat : 21862 (Finalizer) S 21848 21851 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 31730192 19725520896 514984 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
[pid=21851/tid=21869] ppid=21848 vsize=19263204 memory=-6000919472723094381 CPUtime=0 cores=0,2
/proc/21851/task/21869/stat : 21869 (Common-Cleaner) S 21848 21851 21059 0 -1 4194368 1193 0 0 0 0 0 0 0 20 0 21 0 31730192 19725520896 514984 18446744073709551615 94629842464768 94629842468464 140735024343552 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94629842476280 94629842477072 94629843525632 140735024351617 140735024351718 140735024351718 140735024357320 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2059936 KiB

Child status: 143

Real time (s): 3604.53
CPU time (s): 3600.32
CPU user time (s): 3599.25
CPU system time (s): 1.06456
CPU usage (%): 99.883
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2232348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.25
system time used= 1.06456
maximum resident set size= 2232860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82820
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103943
involuntary context switches= 23167


# summary of solver processes directly reported to runsolver:
#   pid: 21851
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3599.25
#   total CPU system time (s): 1.06456

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.38003 second user time and 15.0963 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 03:28:43
IDJOB=4496080
IDBENCH=148106
IDSOLVER=3363
FILE ID=nodeC018/4496080-1751160523
RUNJOBID= nodeC018-1751156866-21069
SLURM_JOB_ID= 9587480
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob3.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4496080-1751160523/watcher-4496080-1751160523 -o /tmp/evaluation-result-4496080-1751160523/solver-4496080-1751160523 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21069 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4496080-1751160523.opb

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

MD5SUM BENCH= b3a7e12d93ab079a38c8d0bc0b1ef8cc
RANDOM SEED=528259300

nodeC018 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.437
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.66
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.829
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.830
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.66
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		: 3600.248
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.66
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.833
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.66
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.892
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.830
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.66
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		: 3689.881
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128238224 kB
MemAvailable:   127862748 kB
Buffers:            3280 kB
Cached:           412596 kB
SwapCached:            0 kB
Active:          2255300 kB
Inactive:         156732 kB
Active(anon):    2014232 kB
Inactive(anon):        0 kB
Active(file):     241068 kB
Inactive(file):   156732 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               724 kB
Writeback:             0 kB
AnonPages:       1998712 kB
Mapped:           122384 kB
Shmem:             18076 kB
KReclaimable:      86208 kB
Slab:             169348 kB
SReclaimable:      86208 kB
SUnreclaim:        83140 kB
KernelStack:        5184 kB
PageTables:         7616 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7064472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1804288 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC018 at 2025-06-29 04:28:48