Trace number 4489100

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06SAT (TO)222 3600.32 3562.95

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
MD5SUMb5aa25dccc2460ad32c358f07bd5c94a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark180
Best CPU time to get the best result obtained on this benchmark3585.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables473
Total number of constraints472
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 constraints472
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 473
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.10/0.13	c Pseudo Boolean Optimization by upper bound
0.10/0.13	c --- Begin Solver configuration ---
0.10/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.13	c Learn all clauses as in MiniSAT
0.10/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.13	c Expensive reason simplification
0.10/0.13	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.13	c timeout=2147483s
0.10/0.13	c DB Simplification allowed=false
0.10/0.13	c Listener: none
0.10/0.13	c --- End Solver configuration ---
0.10/0.13	c solving HOME/instance-4489100-1751338555.opb
0.10/0.13	c reading problem ... 
0.10/0.14	c  objective function found
0.10/0.19	c ... done. Wall clock time 0.049s.
0.10/0.19	c declared #vars     473
0.10/0.19	c #constraints  472
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
0.10/0.19	c 472 constraints processed.
0.10/0.20	c objective function length is 473 literals
0.30/0.22	c SATISFIABLE
0.30/0.22	c OPTIMIZING...
0.30/0.22	c Got one! Elapsed wall clock time (in seconds):0.081
0.30/0.22	o 226
0.30/0.30	c Got one! Elapsed wall clock time (in seconds):0.167
0.30/0.30	o 225
0.50/0.33	c Got one! Elapsed wall clock time (in seconds):0.194
0.50/0.33	o 224
0.68/0.44	c Got one! Elapsed wall clock time (in seconds):0.311
0.68/0.45	o 223
1.45/0.84	c cleaning 2758 clauses out of 5527 with flag 8367/5527
1.99/1.14	c cleaning 4375 clauses out of 8768 with flag 21000/11526
2.66/1.50	c cleaning 5689 clauses out of 11393 with flag 35573/18526
3.08/1.93	c cleaning 6845 clauses out of 13704 with flag 52566/26526
3.38/2.29	c cleaning 7925 clauses out of 15859 with flag 71333/35526
3.93/2.71	c cleaning 8959 clauses out of 17935 with flag 92217/45527
4.47/3.23	c cleaning 9983 clauses out of 19975 with flag 115280/56526
5.07/3.84	c cleaning 10987 clauses out of 21992 with flag 140517/68526
5.81/4.54	c cleaning 11991 clauses out of 24005 with flag 167588/81526
6.65/5.33	c cleaning 13002 clauses out of 26014 with flag 197373/95526
7.35/6.08	c cleaning 14002 clauses out of 28013 with flag 228721/110527
8.42/7.03	c cleaning 14996 clauses out of 30010 with flag 262125/126526
9.34/7.98	c cleaning 16002 clauses out of 32015 with flag 297685/143527
10.39/8.91	c cleaning 16996 clauses out of 34012 with flag 335546/161526
11.55/10.00	c cleaning 17996 clauses out of 36016 with flag 375428/180526
12.55/11.03	c cleaning 19001 clauses out of 38020 with flag 417577/200526
13.81/12.20	c cleaning 20005 clauses out of 40021 with flag 461667/221528
14.96/13.33	c cleaning 20999 clauses out of 42014 with flag 507536/243526
16.16/14.55	c cleaning 21998 clauses out of 44016 with flag 555666/266527
17.42/15.70	c cleaning 23001 clauses out of 46017 with flag 605857/290526
18.52/16.86	c cleaning 23999 clauses out of 48017 with flag 657913/315527
19.86/18.12	c cleaning 24998 clauses out of 50019 with flag 712652/341528
21.45/19.60	c cleaning 26000 clauses out of 52020 with flag 769854/368527
22.82/20.97	c cleaning 27001 clauses out of 54021 with flag 829267/396528
24.39/22.48	c cleaning 28001 clauses out of 56018 with flag 890586/425526
26.00/24.10	c cleaning 29000 clauses out of 58017 with flag 953681/455526
27.96/25.92	c cleaning 29996 clauses out of 60017 with flag 1018892/486526
29.82/27.76	c cleaning 30999 clauses out of 62021 with flag 1086663/518526
31.93/29.79	c cleaning 31999 clauses out of 64023 with flag 1156110/551527
33.73/31.57	c cleaning 33004 clauses out of 66024 with flag 1228407/585527
35.77/33.57	c cleaning 34001 clauses out of 68020 with flag 1302539/620527
38.07/35.75	c cleaning 34997 clauses out of 70019 with flag 1378751/656527
40.26/37.80	c cleaning 35998 clauses out of 72022 with flag 1456982/693527
42.46/40.05	c cleaning 36997 clauses out of 74023 with flag 1537509/731526
44.74/42.26	c cleaning 38005 clauses out of 76027 with flag 1619855/770527
47.61/44.69	c cleaning 39001 clauses out of 78022 with flag 1704342/810527
50.22/47.14	c cleaning 39999 clauses out of 80020 with flag 1790197/851526
52.81/49.77	c cleaning 40999 clauses out of 82021 with flag 1878580/893526
55.50/52.38	c cleaning 41999 clauses out of 84022 with flag 1968416/936526
58.64/55.33	c cleaning 43003 clauses out of 86023 with flag 2060452/980526
61.44/58.18	c cleaning 44000 clauses out of 88020 with flag 2154533/1025526
64.70/61.38	c cleaning 45001 clauses out of 90021 with flag 2251057/1071527
68.10/64.62	c cleaning 45996 clauses out of 92019 with flag 2349606/1118526
71.41/67.88	c cleaning 47004 clauses out of 94023 with flag 2450339/1166526
74.78/71.28	c cleaning 47999 clauses out of 96020 with flag 2553315/1215527
78.08/74.44	c cleaning 49000 clauses out of 98020 with flag 2658339/1265526
81.37/77.63	c cleaning 50002 clauses out of 100021 with flag 2765565/1316527
84.87/81.16	c cleaning 51001 clauses out of 102020 with flag 2874828/1368528
88.44/84.68	c cleaning 51998 clauses out of 104017 with flag 2986125/1421526
92.24/88.37	c cleaning 53000 clauses out of 106019 with flag 3099314/1475526
96.23/92.38	c cleaning 53998 clauses out of 108019 with flag 3215108/1530526
100.12/96.20	c cleaning 55000 clauses out of 110021 with flag 3332841/1586526
104.21/100.31	c cleaning 56001 clauses out of 112022 with flag 3452306/1643527
109.37/104.62	c cleaning 57000 clauses out of 114020 with flag 3573600/1701526
113.66/108.94	c cleaning 57998 clauses out of 116020 with flag 3696928/1760526
117.86/113.09	c cleaning 58997 clauses out of 118022 with flag 3822582/1820526
123.30/118.31	c cleaning 60006 clauses out of 120025 with flag 3950711/1881526
127.79/122.82	c cleaning 60995 clauses out of 122019 with flag 4081390/1943526
132.48/127.47	c cleaning 62001 clauses out of 124025 with flag 4214748/2006527
137.08/132.07	c cleaning 63000 clauses out of 126023 with flag 4350424/2070526
142.11/136.94	c cleaning 63998 clauses out of 128023 with flag 4488738/2135526
147.10/141.90	c cleaning 65002 clauses out of 130026 with flag 4628558/2201527
152.07/146.87	c cleaning 65998 clauses out of 132024 with flag 4769772/2268527
157.74/152.30	c cleaning 67000 clauses out of 134025 with flag 4912573/2336526
164.22/158.80	c cleaning 68004 clauses out of 136025 with flag 5060416/2405526
170.94/165.47	c cleaning 68998 clauses out of 138021 with flag 5207593/2475526
176.32/170.88	c cleaning 70005 clauses out of 140023 with flag 5357592/2546526
183.18/177.53	c cleaning 71002 clauses out of 142020 with flag 5509019/2618528
191.98/185.41	c cleaning 72000 clauses out of 144017 with flag 5663026/2691527
199.33/192.62	c cleaning 72996 clauses out of 146017 with flag 5818799/2765527
205.42/198.76	c cleaning 74002 clauses out of 148021 with flag 5976877/2840527
211.89/205.11	c cleaning 74999 clauses out of 150019 with flag 6136968/2916527
218.43/211.59	c cleaning 75999 clauses out of 152019 with flag 6299549/2993526
225.61/218.70	c cleaning 77001 clauses out of 154020 with flag 6464972/3071526
232.78/225.83	c cleaning 77997 clauses out of 156020 with flag 6631562/3150527
240.84/233.75	c cleaning 79003 clauses out of 158023 with flag 6799793/3230527
248.03/240.92	c cleaning 80000 clauses out of 160019 with flag 6970562/3311526
256.80/249.62	c cleaning 81002 clauses out of 162019 with flag 7143140/3393526
265.08/257.67	c cleaning 82002 clauses out of 164017 with flag 7317428/3476526
272.47/264.85	c cleaning 82998 clauses out of 166015 with flag 7493818/3560526
279.74/271.98	c cleaning 83996 clauses out of 168017 with flag 7672871/3645526
286.47/278.54	c cleaning 84999 clauses out of 170021 with flag 7854626/3731526
293.89/285.84	c cleaning 86001 clauses out of 172022 with flag 8037244/3818526
302.80/293.95	c cleaning 87002 clauses out of 174023 with flag 8223150/3906528
311.45/302.55	c cleaning 87997 clauses out of 176020 with flag 8411391/3995527
319.22/310.29	c cleaning 88993 clauses out of 178022 with flag 8600768/4085526
326.93/317.86	c cleaning 90000 clauses out of 180029 with flag 8792756/4176526
335.80/326.57	c cleaning 91003 clauses out of 182030 with flag 8986811/4268527
343.49/334.27	c cleaning 91998 clauses out of 184027 with flag 9182861/4361527
350.69/341.44	c cleaning 93005 clauses out of 186029 with flag 9381094/4455527
358.98/349.61	c cleaning 93996 clauses out of 188024 with flag 9581471/4550527
368.96/359.43	c cleaning 95005 clauses out of 190029 with flag 9782763/4646528
378.14/368.42	c cleaning 96002 clauses out of 192023 with flag 9987236/4743527
387.83/378.13	c cleaning 97003 clauses out of 194021 with flag 10194423/4841527
398.07/388.30	c cleaning 97995 clauses out of 196017 with flag 10403527/4940526
408.88/399.04	c cleaning 99001 clauses out of 198022 with flag 10615784/5040526
418.47/408.36	c cleaning 99999 clauses out of 200022 with flag 10830329/5141527
429.41/419.10	c cleaning 100999 clauses out of 202023 with flag 11045775/5243527
440.91/430.53	c cleaning 102003 clauses out of 204023 with flag 11263482/5346526
453.15/442.69	c cleaning 102998 clauses out of 206020 with flag 11484248/5450526
467.09/455.67	c cleaning 104005 clauses out of 208022 with flag 11706691/5555526
480.28/468.81	c cleaning 104999 clauses out of 210017 with flag 11931533/5661526
494.30/482.67	c cleaning 106001 clauses out of 212018 with flag 12159590/5768526
507.47/495.64	c cleaning 106997 clauses out of 214017 with flag 12389051/5876526
519.38/507.44	c cleaning 107999 clauses out of 216021 with flag 12619609/5985527
533.28/521.05	c cleaning 109000 clauses out of 218021 with flag 12852039/6095526
546.56/534.17	c cleaning 110000 clauses out of 220022 with flag 13085585/6206527
562.09/549.55	c cleaning 111005 clauses out of 222021 with flag 13328419/6318526
575.56/562.95	c cleaning 112004 clauses out of 224017 with flag 13568571/6431527
590.06/577.30	c cleaning 112997 clauses out of 226013 with flag 13810332/6545527
606.61/593.81	c cleaning 113997 clauses out of 228015 with flag 14053465/6660526
623.80/610.95	c cleaning 114999 clauses out of 230019 with flag 14297958/6776527
641.85/628.86	c cleaning 115999 clauses out of 232020 with flag 14543272/6893527
658.83/645.67	c cleaning 116994 clauses out of 234020 with flag 14791219/7011526
676.94/663.65	c cleaning 118004 clauses out of 236027 with flag 15041533/7130527
694.75/681.33	c cleaning 118999 clauses out of 238023 with flag 15294072/7250527
707.35/693.85	c cleaning 120006 clauses out of 240023 with flag 15550507/7371526
720.42/705.63	c cleaning 121000 clauses out of 242018 with flag 15809067/7493527
734.62/719.79	c cleaning 121997 clauses out of 244018 with flag 16068948/7616527
747.55/732.65	c cleaning 122995 clauses out of 246020 with flag 16332572/7740526
759.86/744.92	c cleaning 123999 clauses out of 248025 with flag 16596896/7865526
772.97/758.04	c cleaning 125000 clauses out of 250026 with flag 16862109/7991526
790.02/775.00	c cleaning 126003 clauses out of 252026 with flag 17130555/8118526
805.38/790.25	c cleaning 126997 clauses out of 254023 with flag 17402340/8246526
824.88/809.31	c cleaning 128002 clauses out of 256027 with flag 17677341/8375527
845.07/829.37	c cleaning 129001 clauses out of 258024 with flag 17954738/8505526
864.36/848.50	c cleaning 129997 clauses out of 260023 with flag 18231352/8636526
881.99/865.87	c cleaning 131002 clauses out of 262026 with flag 18509362/8768526
900.01/883.74	c cleaning 132001 clauses out of 264025 with flag 18790503/8901527
918.95/902.64	c cleaning 133001 clauses out of 266024 with flag 19073348/9035527
940.03/923.77	c cleaning 134000 clauses out of 268023 with flag 19358657/9170527
958.60/941.82	c cleaning 134999 clauses out of 270024 with flag 19645981/9306528
976.35/959.42	c cleaning 136002 clauses out of 272023 with flag 19933973/9443526
991.72/974.76	c cleaning 137001 clauses out of 274021 with flag 20224032/9581526
1012.68/995.75	c cleaning 137997 clauses out of 276020 with flag 20518178/9720526
1033.56/1014.87	c cleaning 139004 clauses out of 278024 with flag 20812875/9860527
1049.74/1030.91	c cleaning 140002 clauses out of 280020 with flag 21111470/10001527
1066.68/1047.65	c cleaning 140996 clauses out of 282018 with flag 21412636/10143527
1085.71/1066.52	c cleaning 142000 clauses out of 284024 with flag 21714978/10286529
1103.18/1083.76	c cleaning 142999 clauses out of 286021 with flag 22018958/10430526
1120.95/1101.17	c cleaning 143999 clauses out of 288023 with flag 22326921/10575527
1137.50/1117.54	c cleaning 145003 clauses out of 290023 with flag 22635809/10721526
1154.27/1134.08	c cleaning 145995 clauses out of 292020 with flag 22947134/10868526
1169.68/1149.13	c cleaning 147000 clauses out of 294025 with flag 23258510/11016526
1188.32/1167.68	c cleaning 147999 clauses out of 296026 with flag 23574421/11165527
1205.83/1184.82	c cleaning 149000 clauses out of 298026 with flag 23892010/11315526
1224.30/1203.03	c cleaning 150002 clauses out of 300027 with flag 24211894/11466527
1242.30/1221.00	c cleaning 151001 clauses out of 302024 with flag 24534867/11618526
1262.08/1240.44	c cleaning 152001 clauses out of 304023 with flag 24859021/11771526
1282.45/1260.56	c cleaning 152997 clauses out of 306024 with flag 25185847/11925528
1300.29/1276.93	c cleaning 153999 clauses out of 308025 with flag 25515218/12080526
1318.50/1294.85	c cleaning 154999 clauses out of 310027 with flag 25847526/12236527
1334.65/1310.82	c cleaning 155998 clauses out of 312028 with flag 26180599/12393527
1352.81/1329.00	c cleaning 157005 clauses out of 314030 with flag 26514964/12551527
1374.29/1350.12	c cleaning 157999 clauses out of 316024 with flag 26852152/12710526
1394.87/1370.51	c cleaning 158998 clauses out of 318026 with flag 27190339/12870527
1414.01/1389.59	c cleaning 160002 clauses out of 320028 with flag 27531542/13031527
1431.59/1406.81	c cleaning 160994 clauses out of 322026 with flag 27875017/13193527
1451.11/1426.25	c cleaning 162004 clauses out of 324032 with flag 28220791/13356527
1471.01/1445.84	c cleaning 162999 clauses out of 326028 with flag 28568797/13520527
1492.66/1467.37	c cleaning 164001 clauses out of 328028 with flag 28919623/13685526
1513.30/1487.61	c cleaning 165003 clauses out of 330027 with flag 29272231/13851526
1533.69/1507.82	c cleaning 166000 clauses out of 332025 with flag 29626858/14018527
1553.47/1527.52	c cleaning 166998 clauses out of 334024 with flag 29983453/14186526
1577.44/1551.25	c cleaning 168003 clauses out of 336026 with flag 30341284/14355526
1597.66/1571.37	c cleaning 169000 clauses out of 338024 with flag 30701140/14525527
1619.57/1593.00	c cleaning 169998 clauses out of 340023 with flag 31062674/14696526
1641.12/1614.34	c cleaning 170997 clauses out of 342025 with flag 31425857/14868526
1666.72/1639.62	c cleaning 172006 clauses out of 344028 with flag 31791039/15041526
1686.78/1659.55	c cleaning 173005 clauses out of 346025 with flag 32157696/15215529
1707.71/1680.08	c cleaning 173994 clauses out of 348018 with flag 32524384/15390527
1731.81/1702.48	c cleaning 175005 clauses out of 350024 with flag 32895568/15566527
1753.90/1724.43	c cleaning 175993 clauses out of 352018 with flag 33271807/15743526
1777.76/1748.19	c cleaning 177001 clauses out of 354025 with flag 33648924/15921526
1780.79/1751.14	c Got one! Elapsed wall clock time (in seconds):1751.01
1780.79/1751.14	o 222
1785.89/1756.20	c cleaning 114568 clauses out of 229147 with flag 10481/15973649
1788.39/1758.72	c cleaning 60279 clauses out of 120579 with flag 23179/15979649
1789.29/1759.61	c cleaning 33641 clauses out of 67300 with flag 37773/15986649
1789.81/1760.07	c cleaning 20818 clauses out of 41658 with flag 54480/15994648
1790.20/1760.45	c cleaning 14909 clauses out of 29841 with flag 73169/16003649
1790.60/1760.84	c cleaning 12458 clauses out of 24932 with flag 94176/16013649
1791.10/1761.30	c cleaning 11725 clauses out of 23473 with flag 117158/16024648
1791.50/1761.79	c cleaning 11864 clauses out of 23748 with flag 142265/16036648
1792.10/1762.33	c cleaning 12432 clauses out of 24885 with flag 169466/16049649
1792.69/1762.96	c cleaning 13214 clauses out of 26452 with flag 200061/16063648
1793.39/1763.60	c cleaning 14107 clauses out of 28238 with flag 231395/16078648
1794.12/1764.39	c cleaning 15051 clauses out of 30131 with flag 265003/16094648
1795.02/1765.26	c cleaning 16033 clauses out of 32081 with flag 301172/16111649
1795.92/1766.13	c cleaning 17013 clauses out of 34047 with flag 339276/16129648
1796.82/1767.09	c cleaning 18006 clauses out of 36034 with flag 379703/16148648
1797.82/1768.09	c cleaning 19003 clauses out of 38028 with flag 421889/16168648
1798.91/1769.18	c cleaning 19999 clauses out of 40025 with flag 466635/16189648
1800.11/1770.36	c cleaning 21001 clauses out of 42028 with flag 513013/16211650
1801.30/1771.55	c cleaning 22005 clauses out of 44027 with flag 561683/16234650
1802.60/1772.86	c cleaning 23002 clauses out of 46021 with flag 612226/16258649
1803.96/1774.16	c cleaning 23998 clauses out of 48018 with flag 664813/16283648
1805.25/1775.46	c cleaning 25000 clauses out of 50020 with flag 719175/16309648
1806.45/1776.68	c cleaning 26001 clauses out of 52020 with flag 776346/16336648
1807.95/1778.10	c cleaning 26997 clauses out of 54019 with flag 835924/16364648
1809.34/1779.54	c cleaning 28002 clauses out of 56022 with flag 897504/16393648
1810.94/1781.17	c cleaning 29000 clauses out of 58021 with flag 960927/16423649
1812.74/1782.88	c cleaning 29998 clauses out of 60021 with flag 1026024/16454649
1814.44/1784.59	c cleaning 30999 clauses out of 62023 with flag 1093719/16486649
1816.43/1786.57	c cleaning 32003 clauses out of 64025 with flag 1163701/16519650
1818.23/1788.37	c cleaning 32998 clauses out of 66020 with flag 1234765/16553648
1820.22/1790.34	c cleaning 34000 clauses out of 68022 with flag 1307916/16588648
1822.12/1792.25	c cleaning 34996 clauses out of 70022 with flag 1383945/16624648
1824.26/1794.37	c cleaning 35999 clauses out of 72026 with flag 1461440/16661648
1826.36/1796.48	c cleaning 37002 clauses out of 74028 with flag 1541130/16699649
1828.76/1798.86	c cleaning 37999 clauses out of 76026 with flag 1623446/16738649
1831.06/1801.12	c cleaning 39001 clauses out of 78026 with flag 1707108/16778648
1833.35/1803.45	c cleaning 39998 clauses out of 80025 with flag 1793829/16819648
1836.04/1806.01	c cleaning 41003 clauses out of 82027 with flag 1881485/16861648
1838.23/1808.27	c cleaning 42002 clauses out of 84024 with flag 1970814/16904648
1840.82/1810.81	c cleaning 42999 clauses out of 86022 with flag 2062472/16948648
1843.41/1813.43	c cleaning 44002 clauses out of 88024 with flag 2156204/16993649
1846.40/1816.47	c cleaning 44999 clauses out of 90021 with flag 2253329/17039648
1849.88/1819.80	c cleaning 46000 clauses out of 92022 with flag 2351501/17086648
1852.97/1822.93	c cleaning 46995 clauses out of 94022 with flag 2452316/17134648
1855.86/1825.82	c cleaning 48001 clauses out of 96027 with flag 2555288/17183648
1858.86/1828.88	c cleaning 48997 clauses out of 98027 with flag 2660736/17233649
1862.45/1832.48	c cleaning 50001 clauses out of 100029 with flag 2767345/17284648
1866.30/1836.29	c cleaning 50996 clauses out of 102028 with flag 2876149/17336648
1869.79/1839.76	c cleaning 52001 clauses out of 104033 with flag 2987452/17389649
1873.58/1843.53	c cleaning 53001 clauses out of 106032 with flag 3100233/17443649
1877.27/1847.28	c cleaning 54002 clauses out of 108031 with flag 3215218/17498649
1880.76/1850.77	c cleaning 54999 clauses out of 110028 with flag 3332342/17554648
1884.46/1854.46	c cleaning 56002 clauses out of 112030 with flag 3451311/17611649
1888.35/1858.39	c cleaning 57000 clauses out of 114027 with flag 3572453/17669648
1892.54/1862.53	c cleaning 58001 clauses out of 116028 with flag 3696674/17728649
1896.62/1866.60	c cleaning 58999 clauses out of 118026 with flag 3822201/17788648
1900.71/1870.79	c cleaning 60001 clauses out of 120027 with flag 3951132/17849648
1905.20/1875.22	c cleaning 60999 clauses out of 122026 with flag 4081550/17911648
1909.49/1879.50	c cleaning 62000 clauses out of 124028 with flag 4215186/17974649
1914.38/1884.42	c cleaning 62999 clauses out of 126027 with flag 4350434/18038648
1919.66/1889.73	c cleaning 64000 clauses out of 128028 with flag 4488628/18103648
1925.54/1895.66	c cleaning 65005 clauses out of 130028 with flag 4629219/18169648
1930.73/1900.85	c cleaning 66001 clauses out of 132023 with flag 4770719/18236648
1936.22/1906.39	c cleaning 67000 clauses out of 134022 with flag 4914674/18304648
1941.70/1911.88	c cleaning 67999 clauses out of 136022 with flag 5061078/18373648
1947.09/1917.24	c cleaning 68997 clauses out of 138023 with flag 5210740/18443648
1952.77/1922.93	c cleaning 70004 clauses out of 140027 with flag 5361869/18514649
1957.96/1928.14	c cleaning 71002 clauses out of 142023 with flag 5514502/18586649
1964.34/1934.58	c cleaning 71999 clauses out of 144021 with flag 5669155/18659649
1971.52/1941.73	c cleaning 72997 clauses out of 146021 with flag 5825998/18733648
1978.50/1948.71	c cleaning 73998 clauses out of 148024 with flag 5985123/18808648
1985.19/1955.43	c cleaning 75000 clauses out of 150026 with flag 6146869/18884648
1991.57/1961.80	c cleaning 75999 clauses out of 152026 with flag 6310359/18961648
1997.65/1967.93	c cleaning 76999 clauses out of 154028 with flag 6473925/19039649
2003.43/1973.72	c cleaning 78003 clauses out of 156028 with flag 6640482/19118648
2009.33/1979.68	c cleaning 79000 clauses out of 158027 with flag 6809626/19198650
2015.11/1985.41	c cleaning 79997 clauses out of 160025 with flag 6981873/19279648
2022.93/1993.04	c cleaning 80999 clauses out of 162030 with flag 7155276/19361650
2030.31/2000.48	c cleaning 82005 clauses out of 164031 with flag 7332667/19444650
2037.09/2007.20	c cleaning 82996 clauses out of 166024 with flag 7510798/19528648
2044.07/2014.29	c cleaning 83999 clauses out of 168029 with flag 7690270/19613649
2050.86/2021.00	c cleaning 84999 clauses out of 170029 with flag 7872422/19699648
2058.53/2028.72	c cleaning 85998 clauses out of 172030 with flag 8056898/19786648
2066.11/2036.30	c cleaning 87005 clauses out of 174032 with flag 8245635/19874648
2074.03/2044.02	c cleaning 88001 clauses out of 176028 with flag 8434603/19963649
2082.92/2052.76	c cleaning 88997 clauses out of 178026 with flag 8625958/20053648
2091.10/2060.92	c cleaning 90001 clauses out of 180029 with flag 8821457/20144648
2099.68/2069.54	c cleaning 90998 clauses out of 182029 with flag 9018859/20236649
2107.87/2077.77	c cleaning 92001 clauses out of 184030 with flag 9216017/20329648
2115.76/2085.69	c cleaning 93000 clauses out of 186030 with flag 9415841/20423649
2123.83/2093.58	c cleaning 94001 clauses out of 188031 with flag 9618083/20518650
2133.20/2102.76	c cleaning 95001 clauses out of 190029 with flag 9820738/20614649
2144.89/2114.42	c cleaning 96001 clauses out of 192028 with flag 10025334/20711649
2153.87/2123.43	c cleaning 96994 clauses out of 194026 with flag 10233271/20809648
2162.87/2132.44	c cleaning 98003 clauses out of 196032 with flag 10444014/20908648
2173.25/2142.83	c cleaning 99000 clauses out of 198029 with flag 10656369/21008648
2183.23/2152.84	c cleaning 100000 clauses out of 200029 with flag 10871547/21109648
2192.91/2162.55	c cleaning 101004 clauses out of 202030 with flag 11088084/21211649
2203.58/2173.26	c cleaning 102001 clauses out of 204025 with flag 11306508/21314648
2215.61/2185.20	c cleaning 102998 clauses out of 206024 with flag 11526696/21418648
2226.18/2195.88	c cleaning 104001 clauses out of 208027 with flag 11748847/21523649
2237.55/2207.23	c cleaning 104995 clauses out of 210025 with flag 11973693/21629648
2247.92/2217.60	c cleaning 106006 clauses out of 212031 with flag 12200290/21736649
2260.69/2230.44	c cleaning 106998 clauses out of 214024 with flag 12430219/21844648
2274.94/2244.40	c cleaning 108002 clauses out of 216027 with flag 12661343/21953649
2286.40/2255.73	c cleaning 109000 clauses out of 218024 with flag 12893939/22063648
2297.97/2267.33	c cleaning 109995 clauses out of 220024 with flag 13130182/22174648
2311.86/2281.28	c cleaning 111003 clauses out of 222030 with flag 13368028/22286649
2324.83/2294.26	c cleaning 111999 clauses out of 224027 with flag 13606441/22399649
2337.19/2306.61	c cleaning 113002 clauses out of 226028 with flag 13846375/22513649
2349.66/2319.14	c cleaning 114003 clauses out of 228026 with flag 14094957/22628649
2360.64/2330.18	c cleaning 115002 clauses out of 230022 with flag 14339858/22744648
2372.70/2342.27	c cleaning 116001 clauses out of 232020 with flag 14587131/22861648
2384.66/2354.28	c cleaning 117000 clauses out of 234019 with flag 14837655/22979648
2397.04/2366.44	c cleaning 118000 clauses out of 236019 with flag 15091273/23098648
2409.42/2378.78	c cleaning 118996 clauses out of 238019 with flag 15345703/23218648
2422.99/2392.33	c cleaning 120005 clauses out of 240023 with flag 15602694/23339648
2434.77/2404.13	c cleaning 120996 clauses out of 242018 with flag 15859495/23461648
2446.44/2415.82	c cleaning 122003 clauses out of 244022 with flag 16120207/23584648
2460.21/2429.63	c cleaning 122999 clauses out of 246020 with flag 16383134/23708649
2473.07/2442.51	c cleaning 123997 clauses out of 248020 with flag 16648470/23833648
2486.44/2455.93	c cleaning 125002 clauses out of 250023 with flag 16914784/23959648
2498.74/2468.08	c cleaning 126002 clauses out of 252021 with flag 17183945/24086648
2512.98/2482.27	c cleaning 127000 clauses out of 254020 with flag 17456597/24214649
2526.66/2495.91	c cleaning 127998 clauses out of 256019 with flag 17731557/24343648
2540.93/2510.24	c cleaning 129001 clauses out of 258021 with flag 18006417/24473648
2552.50/2521.88	c cleaning 129998 clauses out of 260022 with flag 18283742/24604650
2565.78/2535.11	c cleaning 131000 clauses out of 262023 with flag 18563982/24736649
2580.17/2549.51	c cleaning 132000 clauses out of 264022 with flag 18847521/24869648
2595.83/2565.24	c cleaning 132999 clauses out of 266023 with flag 19133297/25003649
2611.10/2580.59	c cleaning 134002 clauses out of 268025 with flag 19419479/25138650
2626.56/2596.08	c cleaning 134998 clauses out of 270022 with flag 19708246/25274649
2641.31/2610.80	c cleaning 135999 clauses out of 272024 with flag 19999055/25411649
2656.28/2625.88	c cleaning 137003 clauses out of 274025 with flag 20290201/25549649
2672.93/2642.52	c cleaning 138000 clauses out of 276021 with flag 20584376/25688648
2686.50/2656.18	c cleaning 138998 clauses out of 278021 with flag 20881496/25828648
2700.16/2669.84	c cleaning 140003 clauses out of 280024 with flag 21180869/25969649
2717.42/2687.13	c cleaning 140998 clauses out of 282020 with flag 21481418/26111648
2733.57/2703.31	c cleaning 142002 clauses out of 284022 with flag 21785825/26254648
2749.43/2719.29	c cleaning 142998 clauses out of 286021 with flag 22090577/26398649
2764.78/2734.39	c cleaning 143997 clauses out of 288022 with flag 22397204/26543648
2781.45/2751.04	c cleaning 145001 clauses out of 290026 with flag 22706261/26689649
2798.94/2768.16	c cleaning 146004 clauses out of 292025 with flag 23016916/26836649
2814.42/2783.50	c cleaning 146996 clauses out of 294020 with flag 23331790/26984648
2830.09/2799.29	c cleaning 148000 clauses out of 296025 with flag 23648493/27133649
2848.36/2817.33	c cleaning 149000 clauses out of 298025 with flag 23968079/27283649
2864.09/2832.98	c cleaning 149999 clauses out of 300024 with flag 24287676/27434648
2881.22/2849.99	c cleaning 151000 clauses out of 302025 with flag 24610777/27586648
2899.34/2867.94	c cleaning 151997 clauses out of 304025 with flag 24936592/27739648
2918.50/2886.81	c cleaning 153005 clauses out of 306030 with flag 25262561/27893650
2938.55/2906.63	c cleaning 154001 clauses out of 308023 with flag 25593071/28048648
2954.49/2922.40	c cleaning 154998 clauses out of 310023 with flag 25923468/28204649
2971.59/2939.25	c cleaning 156001 clauses out of 312024 with flag 26257466/28361648
2991.57/2959.05	c cleaning 156999 clauses out of 314024 with flag 26593050/28519649
3010.44/2977.76	c cleaning 157996 clauses out of 316025 with flag 26929796/28678649
3027.78/2994.95	c cleaning 159001 clauses out of 318029 with flag 27268212/28838649
3046.50/3013.51	c cleaning 160006 clauses out of 320028 with flag 27609210/28999649
3066.80/3033.72	c cleaning 160999 clauses out of 322021 with flag 27952701/29161648
3088.07/3054.92	c cleaning 162005 clauses out of 324023 with flag 28297285/29324649
3106.75/3073.52	c cleaning 163002 clauses out of 326017 with flag 28644378/29488648
3124.88/3091.48	c cleaning 163993 clauses out of 328016 with flag 28991786/29653649
3144.32/3110.77	c cleaning 165000 clauses out of 330023 with flag 29341936/29819649
3164.74/3131.06	c cleaning 166001 clauses out of 332023 with flag 29692894/29986649
3186.02/3152.26	c cleaning 166997 clauses out of 334022 with flag 30046796/30154649
3203.32/3169.46	c cleaning 168001 clauses out of 336024 with flag 30402590/30323648
3221.28/3187.48	c cleaning 169000 clauses out of 338023 with flag 30760865/30493648
3240.75/3206.76	c cleaning 170005 clauses out of 340024 with flag 31122124/30664649
3258.89/3224.85	c cleaning 171000 clauses out of 342018 with flag 31483829/30836648
3280.21/3245.81	c cleaning 171995 clauses out of 344018 with flag 31849688/31009648
3302.93/3268.38	c cleaning 173002 clauses out of 346023 with flag 32217459/31183648
3325.20/3290.47	c cleaning 173998 clauses out of 348021 with flag 32587535/31358648
3347.12/3312.27	c cleaning 175002 clauses out of 350024 with flag 32957802/31534649
3372.02/3335.60	c cleaning 175997 clauses out of 352021 with flag 33331192/31711648
3389.10/3352.69	c cleaning 177001 clauses out of 354025 with flag 33707084/31889649
3410.39/3373.84	c cleaning 178003 clauses out of 356024 with flag 34084905/32068649
3433.75/3397.18	c cleaning 178997 clauses out of 358020 with flag 34464636/32248648
3456.39/3419.81	c cleaning 180002 clauses out of 360024 with flag 34846517/32429649
3477.18/3440.54	c cleaning 180998 clauses out of 362021 with flag 35230696/32611648
3499.14/3462.56	c cleaning 182001 clauses out of 364023 with flag 35619042/32794648
3520.24/3483.52	c cleaning 182998 clauses out of 366023 with flag 36008036/32978649
3543.55/3506.76	c cleaning 184003 clauses out of 368026 with flag 36400327/33163650
3564.24/3527.38	c cleaning 184999 clauses out of 370021 with flag 36793632/33349648
3584.46/3547.37	c cleaning 185998 clauses out of 372023 with flag 37188798/33536649
3600.05/3562.81	c starts		: 6
3600.05/3562.81	c conflicts		: 33724648
3600.05/3562.81	c decisions		: 46964911
3600.05/3562.82	c propagations		: 484952146
3600.05/3562.82	c inspects		: 21652384995
3600.05/3562.82	c shortcuts		: 0
3600.05/3562.82	c learnt literals	: 0
3600.05/3562.82	c learnt binary clauses	: 0
3600.05/3562.82	c learnt ternary clauses	: 0
3600.05/3562.82	c learnt constraints	: 33724648
3600.05/3562.82	c ignored constraints	: 0
3600.05/3562.82	c root simplifications	: 0
3600.05/3562.82	c removed literals (reason simplification)	: 376811
3600.05/3562.82	c reason swapping (by a shorter reason)	: 0
3600.05/3562.82	c Calls to reduceDB	: 358
3600.05/3562.82	c Number of update (reduction) of LBD	: 1224004
3600.05/3562.82	c Imported unit clauses	: 0
3600.05/3562.82	c No decision after first conflict	: false
3600.05/3562.82	c number of reductions to clauses (during analyze)	: 0
3600.05/3562.82	c number of learned constraints concerned by reduction	: 0
3600.05/3562.82	c number of learning phase by resolution	: 0
3600.05/3562.82	c number of learning phase by cutting planes	: 0
3600.05/3562.82	c number of rounding to 1 operations	: 0
3600.05/3562.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3562.82	c number of reductions of the coefficients by power 2 	: 0
3600.05/3562.82	c number of right shift for reduction by power 2 	: 0
3600.05/3562.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3562.82	c number of ending skipping 	: 0
3600.05/3562.82	c number of internal skipping 	: 0
3600.05/3562.83	c number of derivation steps 	: 0
3600.05/3562.83	c number of skipped derivation steps 	: 0
3600.05/3562.83	c number of remaining unassigned 	: 0
3600.05/3562.83	c number of remaining assigned 	: 0
3600.05/3562.83	c number of falsified literals weakened from reason	: 0
3600.05/3562.83	c number of falsified literals weakened from conflict	: 0
3600.05/3562.83	c time for arithmetic operations	: 0
3600.05/3562.83	c minimum degree of deleted constraints	: null
3600.05/3562.83	c maximum degree of deleted constraints	: null
3600.05/3562.83	c number of deleted constraints	: 0
3600.05/3562.84	c speed (assignments/second)	: 136122.21837674096
3600.05/3562.84	c non guided choices	: 0
3600.25/3562.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 374024
3600.25/3562.90	s SATISFIABLE
3600.25/3562.90	c Found 5 solution(s)
3600.25/3562.91	v -x1 x2 x3 -x4 x5 -x6 -x7 x8 -x9 x10 -x11 x12 -x13 -x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 -x24 x25 x26 x27 x28 x29 x30 x31 -x32 x33 x34 x35 -x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 -x46 x47 -x48 -x49 x50 -x51 -x52 x53 x54 x55 -x56 x57 x58 -x59 x60 -x61 x62 x63 -x64 x65 -x66 x67 x68 -x69 x70 x71 x72 x73 -x74 -x75 x76 x77 -x78 -x79 x80 -x81 x82 x83 x84 -x85 -x86 x87 x88 x89 x90 -x91 x92 -x93 x94 x95 x96 x97 -x98 x99 -x100 -x101 x102 x103 x104 x105 x106 x107 x108 -x109 x110 x111 -x112 -x113 -x114 x115 x116 -x117 -x118 x119 x120 -x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 -x133 x134 x135 x136 -x137 -x138 -x139 -x140 x141 -x142 x143 -x144 x145 x146 x147 x148 x149 -x150 x151 -x152 x153 x154 x155 x156 x157 -x158 x159 -x160 -x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 -x173 x174 -x175 -x176 x177 -x178 x179 x180 -x181 x182 x183 x184 -x185 x186 x187 -x188 x189 x190 x191 -x192 x193 x194 x195 -x196 x197 x198 x199 -x200 x201 x202 x203 -x204 x205 x206 x207 -x208 x209 x210 x211 x212 -x213 x214 x215 x216 x217 x218 x219 x220 x221 -x222 x223 -x224 x225 x226 x227 x228 x229 -x230 -x231 -x232 x233 -x234 -x235 x236 x237 -x238 -x239 -x240 x241 -x242 x243 x244 -x245 -x246 -x247 -x248 -x249 x250 -x251 -x252 -x253 x254 -x255 -x256 x257 x258 x259 -x260 x261 -x262 x263 x264 x265 x266 -x267 x268 -x269 x270 -x271 -x272 x273 -x274 -x275 -x276 -x277 x278 -x279 -x280 -x281 x282 x283 -x284 -x285 x286 -x287 x288 x289 -x290 x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 x299 x300 -x301 -x302 -x303 x304 -x305 x306 x307 -x308 x309 x310 -x311 -x312 -x313 -x314 -x315 x316 x317 -x318 -x319 -x320 -x321 x322 -x323 -x324 -x325 -x326 x327 x328 -x329 -x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340 x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 x358 x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 x367 -x368 -x369 x370 -x371 x372 -x373 -x374 -x375 x376 x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 x388 -x389 x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 x412 -x413 -x414 x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 
3600.25/3562.91	c objective function=222
3600.25/3562.91	c Total wall clock time (in seconds): 3562.778

Verifier Data

OK	222

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62810 MiB free)
  memory of node 1: 64465 MiB (63576 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489100-1751338555/watcher-4489100-1751338555 -o /tmp/evaluation-result-4489100-1751338555/solver-4489100-1751338555 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751338555-47850 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4489100-1751338555.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=47939, runsolver pid=47899
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 0.53 1.09 2.13 10/333 47974
/proc/meminfo: memFree=129348996/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=18930384 memory=55472 CPUtime=0.1 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 6497 0 0 0 9 1 0 0 20 0 18 0 49533121 19384713216 13868 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4732596 13868 5362 1 0 547579 0
[pid=47939/tid=47956] ppid=47899 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 5019 0 0 0 6 1 0 0 20 0 18 0 49533123 19384713216 13868 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49533125 19384713216 13868 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=18930384 memory=55186957824150 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 49533125 19384713216 13868 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55472 KiB

[startup+0.205814 s]*
/proc/loadavg: 0.53 1.09 2.13 12/336 47977
/proc/meminfo: memFree=129330092/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=18930384 memory=64604 CPUtime=0.3 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 7112 0 0 0 28 2 0 0 20 0 18 0 49533121 19384713216 16151 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4732596 16151 5490 1 0 547995 0
[pid=47939/tid=47956] ppid=47899 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 5332 0 0 0 14 2 0 0 20 0 18 0 49533123 19384713216 16151 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=18930384 memory=17146 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49533125 19384713216 16151 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=18930384 memory=54087446168546 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 49533125 19384713216 16151 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64604 KiB

[startup+0.305896 s]*
/proc/loadavg: 0.53 1.09 2.13 9/337 47978
/proc/meminfo: memFree=129320200/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=18996948 memory=71160 CPUtime=0.5 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 8335 0 0 0 47 3 0 0 20 0 19 0 49533121 19452874752 17790 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4749237 17790 5490 1 0 548751 0
[pid=47939/tid=47956] ppid=47899 vsize=18996948 memory=-6000919468344239467 CPUtime=0.24 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 5393 0 0 0 22 2 0 0 20 0 19 0 49533123 19452874752 17790 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49533125 19452874752 17790 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 49533125 19452874752 17790 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47978] ppid=47899 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/47939/task/47978/stat : 47978 (Timer-0) S 47899 47939 47837 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49533142 19452874752 17790 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71160 KiB

[startup+0.700234 s]
/proc/loadavg: 0.53 1.09 2.13 9/337 47978
/proc/meminfo: memFree=129288004/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=18996948 memory=92600 CPUtime=1.26 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 11264 0 0 0 122 4 0 0 20 0 19 0 49533121 19452874752 23150 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4749237 23150 5490 1 0 550985 0
[pid=47939/tid=47956] ppid=47899 vsize=18996948 memory=18176 CPUtime=0.62 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 5408 0 0 0 60 2 0 0 20 0 19 0 49533123 19452874752 23150 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49533125 19452874752 23150 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 49533125 19452874752 23150 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47978] ppid=47899 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/47939/task/47978/stat : 47978 (Timer-0) S 47899 47939 47837 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49533142 19452874752 23150 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92600 KiB

[startup+1.50024 s]
/proc/loadavg: 0.53 1.09 2.13 8/337 47978
/proc/meminfo: memFree=129119976/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=18996948 memory=149836 CPUtime=2.66 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 17790 0 0 0 260 6 0 0 20 0 19 0 49533121 19452874752 37459 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4749237 37459 5490 1 0 552371 0
[pid=47939/tid=47956] ppid=47899 vsize=18996948 memory=0 CPUtime=1.4 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 6027 0 0 0 137 3 0 0 20 0 19 0 49533123 19452874752 37459 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49533125 19452874752 37459 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 49533125 19452874752 37459 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47978] ppid=47899 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/47939/task/47978/stat : 47978 (Timer-0) S 47899 47939 47837 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49533142 19452874752 37459 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 149836 KiB

[startup+3.10562 s]
/proc/loadavg: 0.81 1.14 2.14 6/341 47982
/proc/meminfo: memFree=128468728/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=19063512 memory=253144 CPUtime=4.38 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 19907 0 0 0 429 9 0 0 20 0 20 0 49533121 19521036288 63286 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4765878 63286 5522 1 0 552661 0
[pid=47939/tid=47956] ppid=47899 vsize=19063512 memory=10752 CPUtime=2.91 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 6378 0 0 0 287 4 0 0 20 0 20 0 49533123 19521036288 63286 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=19063512 memory=-6000919468344239467 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 63286 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 63286 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47978] ppid=47899 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/47939/task/47978/stat : 47978 (Timer-0) S 47899 47939 47837 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49533142 19521036288 63286 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 4.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 253144 KiB

[startup+6.30021 s]
/proc/loadavg: 0.81 1.14 2.14 6/341 47982
/proc/meminfo: memFree=127635504/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=19063512 memory=339532 CPUtime=7.64 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 20307 0 0 0 753 11 0 0 20 0 20 0 49533121 19521036288 84883 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4765878 84883 5522 1 0 552679 0
[pid=47939/tid=47956] ppid=47899 vsize=19063512 memory=0 CPUtime=6 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 6515 0 0 0 596 4 0 0 20 0 20 0 49533123 19521036288 84883 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 84883 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 84883 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47978] ppid=47899 vsize=19063512 memory=158028 CPUtime=0 cores=5,7
/proc/47939/task/47978/stat : 47978 (Timer-0) S 47899 47939 47837 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49533142 19521036288 84883 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 7.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 339532 KiB

[startup+12.7002 s]
/proc/loadavg: 1.15 1.21 2.15 5/341 47982
/proc/meminfo: memFree=125770668/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=19063512 memory=746500 CPUtime=14.31 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 24098 0 0 0 1411 20 0 0 20 0 20 0 49533121 19521036288 186625 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4765878 186625 5522 1 0 665465 0
[pid=47939/tid=47956] ppid=47899 vsize=19063512 memory=158028 CPUtime=12.15 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 7075 0 0 0 1209 6 0 0 20 0 20 0 49533123 19521036288 186625 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=19063512 memory=746500 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 186625 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 186625 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47978] ppid=47899 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/47939/task/47978/stat : 47978 (Timer-0) S 47899 47939 47837 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49533142 19521036288 186625 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 14.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 746500 KiB

[startup+25.5002 s]
/proc/loadavg: 1.93 1.38 2.19 5/342 47984
/proc/meminfo: memFree=122261124/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=19063512 memory=1642100 CPUtime=27.56 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 26801 0 0 0 2717 39 0 0 20 0 20 0 49533121 19521036288 410525 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4765878 410525 5554 1 0 926577 0
[pid=47939/tid=47956] ppid=47899 vsize=19063512 memory=1300880 CPUtime=24.43 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 7856 0 0 0 2432 11 0 0 20 0 20 0 49533123 19521036288 410525 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 410525 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=19063512 memory=-6000919468344239467 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 410525 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47978] ppid=47899 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/47939/task/47978/stat : 47978 (Timer-0) S 47899 47939 47837 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49533142 19521036288 410525 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 27.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1642100 KiB

[startup+51.1061 s]
/proc/loadavg: 2.76 1.62 2.25 5/342 47984
/proc/meminfo: memFree=117520872/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=19063512 memory=2600436 CPUtime=54.31 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 39843 0 0 0 5373 58 0 0 20 0 20 0 49533121 19521036288 650109 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4765878 650109 5554 1 0 927542 0
[pid=47939/tid=47956] ppid=47899 vsize=19063512 memory=2209528 CPUtime=49.13 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 9695 0 0 0 4902 11 0 0 20 0 20 0 49533123 19521036288 650109 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=19063512 memory=2514276 CPUtime=0 cores=5,7

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

[startup+3222.3 s]
/proc/loadavg: 4.29 4.19 4.11 5/338 48144
/proc/meminfo: memFree=78659276/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=19063512 memory=12010476 CPUtime=3256.4 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 237958 0 0 0 325303 337 0 0 20 0 20 0 49533121 19521036288 3002619 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4765878 3002619 5554 1 0 3017902 0
[pid=47939/tid=47956] ppid=47899 vsize=19063512 memory=12008364 CPUtime=3181.26 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 125720 0 0 0 318003 123 0 0 20 0 20 0 49533123 19521036288 3002619 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=19063512 memory=18176 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 3002619 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=19063512 memory=12010476 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 2124 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 3002619 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47978] ppid=47899 vsize=19063512 memory=12010476 CPUtime=0 cores=5,7
/proc/47939/task/47978/stat : 47978 (Timer-0) S 47899 47939 47837 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49533142 19521036288 3002619 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 3256.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12010476 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.17 4.10 5/339 48147
/proc/meminfo: memFree=78654860/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=19063512 memory=12012532 CPUtime=3317.11 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 241670 0 0 0 331372 339 0 0 20 0 20 0 49533121 19521036288 3003133 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4765878 3003133 5554 1 0 3017918 0
[pid=47939/tid=47956] ppid=47899 vsize=19063512 memory=18176 CPUtime=3240.24 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 128045 0 0 0 323900 124 0 0 20 0 20 0 49533123 19521036288 3003133 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=19063512 memory=12012532 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 3003133 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=19063512 memory=12012532 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 2166 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 3003133 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47978] ppid=47899 vsize=19063512 memory=2372 CPUtime=0 cores=5,7
/proc/47939/task/47978/stat : 47978 (Timer-0) S 47899 47939 47837 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49533142 19521036288 3003133 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 3317.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12012532 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.17 4.10 5/339 48149
/proc/meminfo: memFree=77942460/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=19063512 memory=12716008 CPUtime=3378.83 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 250885 0 0 0 337528 355 0 0 20 0 20 0 49533121 19521036288 3179002 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4765878 3179002 5554 1 0 3575785 0
[pid=47939/tid=47956] ppid=47899 vsize=19063512 memory=12012532 CPUtime=3299.66 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 132413 0 0 0 329831 135 0 0 20 0 20 0 49533123 19521036288 3179002 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=19063512 memory=18176 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 3179002 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=19063512 memory=12414864 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 2196 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 3179002 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47978] ppid=47899 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/47939/task/47978/stat : 47978 (Timer-0) S 47899 47939 47837 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49533142 19521036288 3179002 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 3378.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12716008 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.19 4.12 5/339 48151
/proc/meminfo: memFree=77196076/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=19063512 memory=12830696 CPUtime=3438.93 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 254975 0 0 0 343535 358 0 0 20 0 20 0 49533121 19521036288 3207674 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4765878 3207674 5554 1 0 3575785 0
[pid=47939/tid=47956] ppid=47899 vsize=19063512 memory=18176 CPUtime=3359.23 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 135513 0 0 0 335787 136 0 0 20 0 20 0 49533123 19521036288 3207674 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=19063512 memory=12414864 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 3207674 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=19063512 memory=12441488 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 2236 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 3207674 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47978] ppid=47899 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/47939/task/47978/stat : 47978 (Timer-0) S 47899 47939 47837 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49533142 19521036288 3207674 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 3438.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 12830696 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.17 4.11 5/340 48156
/proc/meminfo: memFree=75248396/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=19063512 memory=13486056 CPUtime=3498.94 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 258352 0 0 0 349522 372 0 0 20 0 20 0 49533121 19521036288 3371514 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4765878 3371514 5554 1 0 3575785 0
[pid=47939/tid=47956] ppid=47899 vsize=19063512 memory=18176 CPUtime=3418.94 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 137641 0 0 0 341749 145 0 0 20 0 20 0 49533123 19521036288 3371514 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=19063512 memory=12414864 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 3371514 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=19063512 memory=12441488 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 2322 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 3371514 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47978] ppid=47899 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/47939/task/47978/stat : 47978 (Timer-0) S 47899 47939 47837 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49533142 19521036288 3371514 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 3498.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 13486056 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.15 4.10 5/340 48225
/proc/meminfo: memFree=87981644/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=19063512 memory=13543400 CPUtime=3559.25 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 263364 0 0 0 355550 375 0 0 20 0 20 0 49533121 19521036288 3385850 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4765878 3385850 5554 1 0 3575785 0
[pid=47939/tid=47956] ppid=47899 vsize=19063512 memory=13543400 CPUtime=3478.31 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 140265 0 0 0 347686 145 0 0 20 0 20 0 49533123 19521036288 3385850 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=19063512 memory=13543400 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 3385850 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 2453 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 3385850 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47978] ppid=47899 vsize=19063512 memory=13543400 CPUtime=0 cores=5,7
/proc/47939/task/47978/stat : 47978 (Timer-0) S 47899 47939 47837 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49533142 19521036288 3385850 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 3559.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 13543400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3562.8 s]
/proc/loadavg: 4.12 4.15 4.10 5/341 48364
/proc/meminfo: memFree=114335052/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=19063512 memory=13543400 CPUtime=3600.05 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 266519 0 0 0 359629 376 0 0 20 0 20 0 49533121 19521036288 3385850 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4765878 3385850 5554 1 0 3575785 0
[pid=47939/tid=47956] ppid=47899 vsize=19063512 memory=-6000919468344239467 CPUtime=3518.31 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 141665 0 0 0 351685 146 0 0 20 0 20 0 49533123 19521036288 3385850 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=19063512 memory=515508 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 3385850 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=19063512 memory=-6000919502788191339 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 2583 0 0 0 0 0 0 0 20 0 20 0 49533125 19521036288 3385850 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47978] ppid=47899 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/47939/task/47978/stat : 47978 (Timer-0) S 47899 47939 47837 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49533142 19521036288 3385850 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 13543400 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.52 s, system=3.80422 s

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

[startup+3562.9 s]
/proc/loadavg: 4.12 4.15 4.10 5/341 48364
/proc/meminfo: memFree=114335052/131249988 swapFree=33010684/33010684
[pid=47939] ppid=47899 vsize=19263204 memory=13544168 CPUtime=3600.25 cores=5,7
/proc/47939/stat : 47939 (java) S 47899 47939 47837 0 -1 4194304 268278 0 0 0 359649 376 0 0 20 0 21 0 49533121 19725520896 3386042 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
/proc/47939/statm: 4815801 3386042 5586 1 0 3576672 0
[pid=47939/tid=47956] ppid=47899 vsize=19263204 memory=12830696 CPUtime=3518.42 cores=5,7
/proc/47939/task/47956/stat : 47956 (java) R 47899 47939 47837 0 -1 4194368 141665 0 0 0 351696 146 0 0 20 0 21 0 49533123 19725520896 3386042 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47967] ppid=47899 vsize=19263204 memory=13543400 CPUtime=0 cores=5,7
/proc/47939/task/47967/stat : 47967 (Finalizer) S 47899 47939 47837 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 49533125 19725520896 3386042 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
[pid=47939/tid=47974] ppid=47899 vsize=19263204 memory=13543400 CPUtime=0 cores=5,7
/proc/47939/task/47974/stat : 47974 (Common-Cleaner) S 47899 47939 47837 0 -1 4194368 2583 0 0 0 0 0 0 0 20 0 21 0 49533125 19725520896 3386042 18446744073709551615 94741286424576 94741286428272 140730004695872 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94741286436088 94741286436880 94741292818432 140730004699521 140730004699622 140730004699622 140730004705224 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 13544168 KiB

Child status: 143

Real time (s): 3562.95
CPU time (s): 3600.32
CPU user time (s): 3596.52
CPU system time (s): 3.80422
CPU usage (%): 101.049
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 13544168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.52
system time used= 3.80422
maximum resident set size= 13544296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268565
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116357
involuntary context switches= 6577


# summary of solver processes directly reported to runsolver:
#   pid: 47939
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3596.52
#   total CPU system time (s): 3.80422

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.20262 second user time and 17.0949 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-01 04:55:55
IDJOB=4489100
IDBENCH=147539
IDSOLVER=3363
FILE ID=nodeC020/4489100-1751338555
RUNJOBID= nodeC020-1751338555-47850
SLURM_JOB_ID= 9594397
Free space on /tmp= 432948 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489100-1751338555/watcher-4489100-1751338555 -o /tmp/evaluation-result-4489100-1751338555/solver-4489100-1751338555 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751338555-47850 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4489100-1751338555.opb

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

MD5SUM BENCH= b5aa25dccc2460ad32c358f07bd5c94a
RANDOM SEED=1433520872

nodeC020 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		: 3600.570
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.79
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		: 1459.471
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.79
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.849
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.79
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.055
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129429588 kB
MemAvailable:   129717032 kB
Buffers:            3280 kB
Cached:          1092036 kB
SwapCached:            0 kB
Active:           387644 kB
Inactive:         783652 kB
Active(anon):      94036 kB
Inactive(anon):        0 kB
Active(file):     293608 kB
Inactive(file):   783652 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3240 kB
Writeback:             0 kB
AnonPages:         79080 kB
Mapped:           103252 kB
Shmem:             18056 kB
KReclaimable:      98844 kB
Slab:             186588 kB
SReclaimable:      98844 kB
SUnreclaim:        87744 kB
KernelStack:        4040 kB
PageTables:         2720 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     343704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432896 MiB
End job on nodeC020 at 2025-07-01 05:55:19