Trace number 4486340

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)48421 3600.67 3598.04

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data8_3.opb
MD5SUM1adddfdbf1ced655bc7cf87afdf2cbda
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 benchmark40509
Best CPU time to get the best result obtained on this benchmark3600.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 279536
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 279536
Number of bits of the biggest sum of numbers19
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.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.11/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.22	c java.vm.version	22.0.1+8-16
0.11/0.22	c java.vm.vendor	Oracle Corporation
0.11/0.22	c sun.arch.data.model	64
0.11/0.22	c java.version		22.0.1
0.11/0.22	c os.name		Linux
0.11/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.22	c os.arch		amd64
0.28/0.23	c Free memory 		2104792832
0.28/0.23	c Max memory 		16282288128
0.28/0.23	c Total memory 		2113929216
0.28/0.24	c Number of processors 	2
0.44/0.35	c Pseudo Boolean Optimization by upper bound
0.44/0.35	c --- Begin Solver configuration ---
0.44/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.44/0.35	c Learn all clauses as in MiniSAT
0.44/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.44/0.35	c Expensive reason simplification
0.44/0.35	c Glucose 2.1 dynamic restart strategy
0.44/0.35	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.44/0.35	c timeout=2147483s
0.44/0.35	c DB Simplification allowed=false
0.44/0.35	c Listener: none
0.44/0.35	c --- End Solver configuration ---
0.44/0.35	c solving HOME/instance-4486340-1751314078.opb
0.44/0.35	c reading problem ... 
0.44/0.36	c  objective function found
1.51/0.93	c ... done. Wall clock time 0.567s.
1.51/0.93	c declared #vars     1344
1.51/0.93	c #constraints  16376
1.51/0.93	c constraints type 
1.51/0.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1624
1.51/0.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 496
1.51/0.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7392
1.51/0.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6864
1.51/0.93	c 16376 constraints processed.
1.51/0.96	c objective function length is 448 literals
1.91/1.17	c SATISFIABLE
1.91/1.17	c OPTIMIZING...
1.91/1.17	c Got one! Elapsed wall clock time (in seconds):0.82
1.91/1.17	o 51435
2.29/1.30	c Got one! Elapsed wall clock time (in seconds):0.954
2.29/1.30	o 48574
2.29/1.34	c Got one! Elapsed wall clock time (in seconds):0.992
2.29/1.34	o 48421
3.29/1.87	c cleaning 3502 clauses out of 7007 with flag 11291/7007
3.83/2.13	c cleaning 4750 clauses out of 9504 with flag 23907/13006
4.15/2.42	c cleaning 5876 clauses out of 11755 with flag 38483/20007
4.44/2.74	c cleaning 6935 clauses out of 13878 with flag 55183/28006
4.84/3.10	c cleaning 7972 clauses out of 15943 with flag 73924/37006
5.27/3.48	c cleaning 8979 clauses out of 17971 with flag 95703/47006
5.78/3.95	c cleaning 9994 clauses out of 19992 with flag 119650/58006
6.40/4.48	c cleaning 10997 clauses out of 21998 with flag 146280/70006
7.00/5.09	c cleaning 11995 clauses out of 24001 with flag 175290/83006
7.70/5.79	c cleaning 13001 clauses out of 26007 with flag 206387/97007
8.50/6.53	c cleaning 14001 clauses out of 28006 with flag 240650/112007
9.69/7.79	c cleaning 15002 clauses out of 30005 with flag 277315/128007
11.10/9.07	c cleaning 15998 clauses out of 32002 with flag 316099/145006
11.99/9.92	c cleaning 17002 clauses out of 34004 with flag 356144/163006
12.78/10.76	c cleaning 17989 clauses out of 36002 with flag 398332/182006
13.68/11.65	c cleaning 19004 clauses out of 38014 with flag 444007/202007
14.68/12.62	c cleaning 20001 clauses out of 40009 with flag 491198/223006
15.68/13.64	c cleaning 21001 clauses out of 42008 with flag 542090/245006
16.88/14.87	c cleaning 22004 clauses out of 44007 with flag 593196/268006
18.19/16.12	c cleaning 22997 clauses out of 46003 with flag 648571/292006
19.58/17.57	c cleaning 24003 clauses out of 48006 with flag 707631/317006
21.27/19.21	c cleaning 25000 clauses out of 50003 with flag 770463/343006
22.77/20.71	c cleaning 25995 clauses out of 52003 with flag 834495/370006
24.26/22.29	c cleaning 26998 clauses out of 54008 with flag 898715/398006
25.96/23.93	c cleaning 28004 clauses out of 56011 with flag 967588/427007
27.85/25.84	c cleaning 28996 clauses out of 58006 with flag 1036910/457006
29.95/27.91	c cleaning 30001 clauses out of 60010 with flag 1106886/488006
32.16/30.12	c cleaning 31001 clauses out of 62009 with flag 1181129/520006
34.34/32.32	c cleaning 32003 clauses out of 64009 with flag 1256427/553007
36.54/34.54	c cleaning 32998 clauses out of 66005 with flag 1335820/587006
38.63/36.69	c cleaning 34003 clauses out of 68007 with flag 1421405/622006
41.08/39.07	c cleaning 34998 clauses out of 70004 with flag 1510009/658006
43.36/41.34	c cleaning 35998 clauses out of 72006 with flag 1604340/695006
45.66/43.64	c cleaning 37001 clauses out of 74008 with flag 1699521/733006
48.35/46.32	c cleaning 38003 clauses out of 76008 with flag 1797726/772007
51.16/49.11	c cleaning 39003 clauses out of 78008 with flag 1901000/812010
53.54/51.54	c cleaning 39991 clauses out of 80001 with flag 2007550/853006
57.25/55.29	c cleaning 41002 clauses out of 82011 with flag 2153094/895007
67.03/64.73	c cleaning 42001 clauses out of 84009 with flag 2569904/938007
72.72/70.45	c cleaning 42997 clauses out of 86009 with flag 2839001/982008
74.65/72.34	c cleaning 44001 clauses out of 88010 with flag 2960460/1027006
78.21/75.88	c cleaning 45000 clauses out of 90010 with flag 3134570/1073007
80.11/77.75	c cleaning 46002 clauses out of 92009 with flag 3242975/1120006
82.30/79.92	c cleaning 47002 clauses out of 94008 with flag 3372614/1168007
85.08/82.76	c cleaning 47993 clauses out of 96006 with flag 3519696/1217007
87.67/85.35	c cleaning 49005 clauses out of 98015 with flag 3681699/1267009
90.16/87.87	c cleaning 50002 clauses out of 100008 with flag 3838331/1318007
92.96/90.61	c cleaning 50998 clauses out of 102006 with flag 3983042/1370007
96.25/94.00	c cleaning 52004 clauses out of 104007 with flag 4119994/1423006
100.29/97.92	c cleaning 52995 clauses out of 106003 with flag 4264948/1477006
115.33/112.96	c cleaning 53996 clauses out of 108008 with flag 4865982/1532006
118.12/115.79	c cleaning 54996 clauses out of 110012 with flag 4990530/1588006
121.15/118.77	c cleaning 55996 clauses out of 112018 with flag 5123363/1645008
124.35/121.99	c cleaning 57003 clauses out of 114020 with flag 5258018/1703006
127.74/125.35	c cleaning 57997 clauses out of 116018 with flag 5396351/1762007
131.04/128.65	c cleaning 59008 clauses out of 118021 with flag 5534597/1822007
134.94/132.52	c cleaning 59998 clauses out of 120013 with flag 5677555/1883007
138.87/136.45	c cleaning 61000 clauses out of 122014 with flag 5829967/1945006
142.66/140.26	c cleaning 62003 clauses out of 124014 with flag 5981904/2008006
146.95/144.58	c cleaning 63003 clauses out of 126014 with flag 6138068/2072009
151.28/148.81	c cleaning 63995 clauses out of 128008 with flag 6303592/2137006
155.49/153.06	c cleaning 64998 clauses out of 130014 with flag 6463073/2203007
159.58/157.18	c cleaning 65994 clauses out of 132016 with flag 6624626/2270007
164.98/162.59	c cleaning 67005 clauses out of 134021 with flag 6795596/2338006
170.27/167.84	c cleaning 68005 clauses out of 136016 with flag 6971461/2407006
175.66/173.28	c cleaning 69004 clauses out of 138011 with flag 7141341/2477006
180.77/178.33	c cleaning 69986 clauses out of 140007 with flag 7311312/2548006
185.48/183.10	c cleaning 71005 clauses out of 142022 with flag 7477393/2620007
190.05/187.69	c cleaning 72001 clauses out of 144016 with flag 7647558/2693006
194.89/192.42	c cleaning 73000 clauses out of 146015 with flag 7817788/2767006
199.49/197.06	c cleaning 74008 clauses out of 148015 with flag 7991220/2842006
204.58/202.13	c cleaning 74998 clauses out of 150008 with flag 8172812/2918007
209.28/206.83	c cleaning 75995 clauses out of 152010 with flag 8357432/2995007
214.76/212.35	c cleaning 77000 clauses out of 154014 with flag 8549236/3073006
219.75/217.33	c cleaning 78007 clauses out of 156014 with flag 8741302/3152006
227.28/224.88	c cleaning 79001 clauses out of 158007 with flag 8937848/3232006
233.17/230.74	c cleaning 79995 clauses out of 160006 with flag 9128111/3313006
239.48/237.07	c cleaning 81005 clauses out of 162012 with flag 9321421/3395007
245.57/243.12	c cleaning 81997 clauses out of 164008 with flag 9515926/3478008
252.14/249.79	c cleaning 83001 clauses out of 166009 with flag 9718939/3562006
259.03/256.65	c cleaning 84000 clauses out of 168008 with flag 9918851/3647006
265.72/263.39	c cleaning 84991 clauses out of 170008 with flag 10121289/3733006
271.50/269.07	c cleaning 85998 clauses out of 172017 with flag 10332077/3820006
278.07/275.68	c cleaning 87000 clauses out of 174019 with flag 10548260/3908006
285.15/282.77	c cleaning 88006 clauses out of 176019 with flag 10761813/3997006
293.14/290.26	c cleaning 88996 clauses out of 178013 with flag 10973561/4087006
299.23/296.31	c cleaning 90003 clauses out of 180017 with flag 11188355/4178006
305.61/302.78	c cleaning 90997 clauses out of 182015 with flag 11408551/4270007
312.86/309.98	c cleaning 91999 clauses out of 184017 with flag 11638107/4363006
320.54/317.62	c cleaning 93005 clauses out of 186020 with flag 11877675/4457008
326.95/324.10	c cleaning 94001 clauses out of 188013 with flag 12109063/4552006
334.32/331.40	c cleaning 95003 clauses out of 190012 with flag 12341962/4648006
342.71/339.84	c cleaning 95991 clauses out of 192010 with flag 12579747/4745007
349.91/347.09	c cleaning 97008 clauses out of 194019 with flag 12814888/4843007
357.89/355.02	c cleaning 97997 clauses out of 196010 with flag 13053560/4942006
364.52/361.67	c cleaning 98999 clauses out of 198017 with flag 13293267/5042010
371.50/368.69	c cleaning 100006 clauses out of 200015 with flag 13543149/5143007
379.29/376.42	c cleaning 100994 clauses out of 202008 with flag 13790948/5245006
387.56/384.64	c cleaning 101996 clauses out of 204014 with flag 14040988/5348006
396.38/393.42	c cleaning 103004 clauses out of 206018 with flag 14290912/5452006
405.98/403.06	c cleaning 104003 clauses out of 208014 with flag 14546914/5557006
414.85/411.97	c cleaning 104997 clauses out of 210011 with flag 14802116/5663006
423.84/421.00	c cleaning 106003 clauses out of 212015 with flag 15068937/5770007
433.81/430.95	c cleaning 107002 clauses out of 214012 with flag 15349537/5878007
442.80/439.90	c cleaning 107992 clauses out of 216011 with flag 15621253/5987008
450.81/447.94	c cleaning 109002 clauses out of 218018 with flag 15889047/6097007
459.41/456.57	c cleaning 110000 clauses out of 220016 with flag 16162174/6208007
468.90/466.05	c cleaning 111001 clauses out of 222015 with flag 16441853/6320006
478.79/475.93	c cleaning 112001 clauses out of 224014 with flag 16730915/6433006
489.18/486.30	c cleaning 113000 clauses out of 226014 with flag 17030494/6547007
499.25/496.45	c cleaning 114003 clauses out of 228014 with flag 17325372/6662007
510.29/507.48	c cleaning 115002 clauses out of 230010 with flag 17613077/6778006
522.87/520.07	c cleaning 116004 clauses out of 232011 with flag 17940911/6895009
533.94/531.17	c cleaning 116994 clauses out of 234004 with flag 18249968/7013006
546.60/543.86	c cleaning 118002 clauses out of 236010 with flag 18568284/7132006
557.98/555.25	c cleaning 118997 clauses out of 238008 with flag 18882125/7252006
570.65/567.93	c cleaning 119998 clauses out of 240012 with flag 19214188/7373007
583.42/580.77	c cleaning 121003 clauses out of 242014 with flag 19539751/7495007
597.80/595.15	c cleaning 121997 clauses out of 244011 with flag 19856831/7618007
608.06/605.49	c cleaning 123000 clauses out of 246014 with flag 20197761/7742007
618.84/616.26	c cleaning 124001 clauses out of 248013 with flag 20546336/7867006
630.63/628.02	c cleaning 125004 clauses out of 250012 with flag 20919965/7993006
644.18/641.65	c cleaning 125995 clauses out of 252008 with flag 21254414/8120006
657.56/655.02	c cleaning 126992 clauses out of 254013 with flag 21590743/8248006
671.02/668.50	c cleaning 128005 clauses out of 256022 with flag 21929845/8377007
686.19/683.77	c cleaning 129005 clauses out of 258016 with flag 22271468/8507006
698.80/696.13	c cleaning 129999 clauses out of 260011 with flag 22613181/8638006
708.97/706.31	c cleaning 131003 clauses out of 262013 with flag 22941983/8770007
719.45/716.81	c cleaning 131996 clauses out of 264009 with flag 23289289/8903006
731.53/728.90	c cleaning 133001 clauses out of 266013 with flag 23637996/9037006
744.95/742.27	c cleaning 134002 clauses out of 268014 with flag 24001489/9172008
758.22/755.50	c cleaning 135003 clauses out of 270010 with flag 24340379/9308006
775.09/772.40	c cleaning 135995 clauses out of 272007 with flag 24699196/9445006
787.45/784.88	c cleaning 137002 clauses out of 274013 with flag 25055782/9583007
802.05/799.01	c cleaning 137998 clauses out of 276010 with flag 25412344/9722006
813.02/810.05	c cleaning 139000 clauses out of 278012 with flag 25782299/9862006
824.59/821.64	c cleaning 139992 clauses out of 280012 with flag 26147664/10003006
837.45/834.51	c cleaning 140998 clauses out of 282020 with flag 26512818/10145006
853.23/850.38	c cleaning 142002 clauses out of 284023 with flag 26888440/10288007
865.71/862.89	c cleaning 143008 clauses out of 286021 with flag 27264845/10432007
879.14/876.26	c cleaning 143994 clauses out of 288012 with flag 27637502/10577006
893.41/890.57	c cleaning 145005 clauses out of 290018 with flag 28013067/10723006
905.69/902.84	c cleaning 145999 clauses out of 292014 with flag 28389815/10870007
918.77/915.99	c cleaning 147000 clauses out of 294015 with flag 28792593/11018007
931.28/928.44	c cleaning 148003 clauses out of 296014 with flag 29207169/11167006
945.35/942.56	c cleaning 149000 clauses out of 298011 with flag 29648133/11317006
958.72/955.99	c cleaning 149996 clauses out of 300011 with flag 30073442/11468006
974.38/971.53	c cleaning 151004 clauses out of 302015 with flag 30491292/11620006
990.55/987.74	c cleaning 152000 clauses out of 304012 with flag 30905996/11773007
1007.91/1005.11	c cleaning 153005 clauses out of 306012 with flag 31319887/11927007
1023.56/1020.79	c cleaning 153988 clauses out of 308006 with flag 31776438/12082006
1041.83/1039.04	c cleaning 155002 clauses out of 310019 with flag 32259099/12238007
1060.98/1058.24	c cleaning 156002 clauses out of 312016 with flag 32753031/12395006
1078.79/1075.96	c cleaning 157001 clauses out of 314016 with flag 33249660/12553008
1096.65/1093.82	c cleaning 157997 clauses out of 316013 with flag 33757699/12712006
1114.94/1112.16	c cleaning 158999 clauses out of 318017 with flag 34276425/12872007
1135.40/1132.54	c cleaning 160006 clauses out of 320018 with flag 34793301/13033007
1153.27/1150.45	c cleaning 161002 clauses out of 322011 with flag 35284177/13195006
1174.33/1171.54	c cleaning 161999 clauses out of 324010 with flag 35788429/13358007
1194.60/1191.83	c cleaning 163000 clauses out of 326010 with flag 36342455/13522006
1216.62/1213.48	c cleaning 163999 clauses out of 328010 with flag 36884261/13687006
1237.77/1234.65	c cleaning 164997 clauses out of 330011 with flag 37443883/13853006
1254.15/1251.06	c cleaning 165996 clauses out of 332014 with flag 37960801/14020006
1269.00/1265.95	c cleaning 167003 clauses out of 334018 with flag 38502213/14188006
1287.59/1284.54	c cleaning 167997 clauses out of 336015 with flag 39040650/14357006
1311.43/1308.42	c cleaning 169004 clauses out of 338019 with flag 39590843/14527007
1333.94/1330.94	c cleaning 170007 clauses out of 340015 with flag 40114329/14698007
1358.01/1355.09	c cleaning 170997 clauses out of 342007 with flag 40685794/14870006
1384.96/1382.09	c cleaning 172000 clauses out of 344010 with flag 41312725/15043006
1408.38/1405.42	c cleaning 172998 clauses out of 346010 with flag 41892915/15217006
1432.82/1429.82	c cleaning 173995 clauses out of 348012 with flag 42481686/15392006
1455.87/1452.95	c cleaning 175006 clauses out of 350018 with flag 43068809/15568007
1483.17/1480.28	c cleaning 176004 clauses out of 352013 with flag 43653948/15745008
1509.81/1506.99	c cleaning 176999 clauses out of 354007 with flag 44253667/15923006
1533.43/1530.56	c cleaning 177998 clauses out of 356008 with flag 44851690/16102006
1557.59/1554.73	c cleaning 178999 clauses out of 358012 with flag 45468771/16282008
1580.96/1578.16	c cleaning 180001 clauses out of 360012 with flag 46078291/16463007
1603.61/1600.86	c cleaning 180997 clauses out of 362010 with flag 46680531/16645006
1625.27/1622.54	c cleaning 182004 clauses out of 364014 with flag 47239086/16828007
1647.26/1644.59	c cleaning 182997 clauses out of 366009 with flag 47818309/17012006
1674.48/1671.76	c cleaning 184005 clauses out of 368012 with flag 48418493/17197006
1702.93/1700.26	c cleaning 185004 clauses out of 370008 with flag 49047752/17383007
1733.94/1731.25	c cleaning 185996 clauses out of 372004 with flag 49735464/17570007
1765.07/1762.41	c cleaning 187002 clauses out of 374007 with flag 50353549/17758006
1792.43/1789.87	c cleaning 187994 clauses out of 376006 with flag 50970664/17947007
1813.79/1811.12	c cleaning 189003 clauses out of 378011 with flag 51485528/18137006
1834.65/1832.05	c cleaning 189999 clauses out of 380008 with flag 52072360/18328006
1855.28/1852.75	c cleaning 191005 clauses out of 382009 with flag 52726794/18520006
1877.24/1874.77	c cleaning 191995 clauses out of 384005 with flag 53403185/18713007
1898.41/1895.88	c cleaning 192999 clauses out of 386009 with flag 54074277/18907006
1925.67/1923.15	c cleaning 193996 clauses out of 388010 with flag 54728705/19102006
1951.65/1949.08	c cleaning 195008 clauses out of 390015 with flag 55355582/19298007
1973.10/1970.53	c cleaning 195998 clauses out of 392006 with flag 55880873/19495006
1997.05/1994.49	c cleaning 197003 clauses out of 394009 with flag 56422548/19693007
2020.11/2017.50	c cleaning 197992 clauses out of 396006 with flag 56926858/19892007
2044.55/2041.46	c cleaning 198995 clauses out of 398014 with flag 57492464/20092007
2071.20/2068.14	c cleaning 200005 clauses out of 400018 with flag 58127864/20293006
2098.07/2095.09	c cleaning 201003 clauses out of 402013 with flag 58751591/20495006
2123.81/2120.88	c cleaning 202000 clauses out of 404011 with flag 59376863/20698007
2151.77/2148.83	c cleaning 203001 clauses out of 406011 with flag 60020893/20902007
2178.23/2175.39	c cleaning 203994 clauses out of 408009 with flag 60730531/21107006
2202.83/2199.99	c cleaning 205003 clauses out of 410017 with flag 61478778/21313008
2227.64/2224.72	c cleaning 205999 clauses out of 412012 with flag 62172265/21520006
2250.93/2248.07	c cleaning 207003 clauses out of 414013 with flag 62872063/21728006
2272.31/2269.46	c cleaning 207996 clauses out of 416010 with flag 63598829/21937006
2292.49/2289.60	c cleaning 208993 clauses out of 418014 with flag 64243811/22147006
2312.27/2309.41	c cleaning 210003 clauses out of 420021 with flag 64889666/22358006
2335.62/2332.87	c cleaning 211007 clauses out of 422020 with flag 65564508/22570008
2357.65/2354.82	c cleaning 212002 clauses out of 424011 with flag 66285949/22783006
2386.20/2383.49	c cleaning 212998 clauses out of 426009 with flag 67027859/22997006
2415.99/2413.23	c cleaning 214004 clauses out of 428012 with flag 67693076/23212007
2444.75/2442.08	c cleaning 214996 clauses out of 430008 with flag 68344819/23428007
2475.15/2472.43	c cleaning 215998 clauses out of 432011 with flag 69029541/23645006
2506.19/2503.53	c cleaning 217000 clauses out of 434015 with flag 69712857/23863008
2537.12/2534.59	c cleaning 218001 clauses out of 436013 with flag 70353988/24082006
2568.35/2565.76	c cleaning 219005 clauses out of 438013 with flag 71024975/24302007
2596.80/2594.28	c cleaning 220000 clauses out of 440007 with flag 71666517/24523006
2627.65/2625.19	c cleaning 221003 clauses out of 442007 with flag 72350258/24745006
2656.24/2653.63	c cleaning 221993 clauses out of 444004 with flag 73006157/24968006
2690.38/2687.81	c cleaning 223002 clauses out of 446012 with flag 73672867/25192007
2717.72/2715.22	c cleaning 223997 clauses out of 448010 with flag 74345582/25417007
2745.81/2743.36	c cleaning 224992 clauses out of 450013 with flag 75019649/25643007
2771.96/2769.50	c cleaning 226003 clauses out of 452022 with flag 75671678/25870008
2800.21/2797.85	c cleaning 226999 clauses out of 454018 with flag 76333599/26098007
2830.16/2827.80	c cleaning 228005 clauses out of 456018 with flag 76991760/26327006
2863.66/2861.20	c cleaning 229001 clauses out of 458013 with flag 77671742/26557006
2895.30/2892.92	c cleaning 230001 clauses out of 460012 with flag 78329714/26788006
2930.14/2927.87	c cleaning 231005 clauses out of 462011 with flag 79009392/27020006
2963.00/2960.08	c cleaning 231992 clauses out of 464006 with flag 79709125/27253006
2994.23/2991.34	c cleaning 233002 clauses out of 466014 with flag 80392285/27487006
3026.36/3023.49	c cleaning 234002 clauses out of 468014 with flag 81086292/27722008
3059.59/3056.78	c cleaning 234993 clauses out of 470010 with flag 81790372/27958006
3086.19/3083.33	c cleaning 235996 clauses out of 472017 with flag 82511261/28195006
3116.39/3113.59	c cleaning 237009 clauses out of 474022 with flag 83260582/28433007
3153.83/3150.97	c cleaning 238002 clauses out of 476013 with flag 84008302/28672007
3191.46/3188.68	c cleaning 238999 clauses out of 478010 with flag 84834710/28912006
3224.69/3221.96	c cleaning 239997 clauses out of 480011 with flag 85592960/29153006
3259.91/3257.16	c cleaning 240997 clauses out of 482014 with flag 86378116/29395006
3296.17/3293.48	c cleaning 242001 clauses out of 484018 with flag 87143777/29638007
3331.70/3329.07	c cleaning 243009 clauses out of 486017 with flag 87860246/29882007
3367.90/3365.31	c cleaning 243997 clauses out of 488007 with flag 88604778/30127006
3400.54/3398.10	c cleaning 245000 clauses out of 490010 with flag 89391329/30373006
3429.37/3426.95	c cleaning 246002 clauses out of 492011 with flag 90167238/30620007
3468.33/3465.87	c cleaning 246997 clauses out of 494008 with flag 90969160/30868006
3514.03/3511.68	c cleaning 248004 clauses out of 496012 with flag 91780057/31117007
3555.74/3553.45	c cleaning 248999 clauses out of 498007 with flag 92590159/31367006
3600.05/3597.73	c starts		: 1423
3600.05/3597.76	c conflicts		: 31618006
3600.05/3597.76	c decisions		: 42931092
3600.05/3597.76	c propagations		: 386136636
3600.05/3597.76	c inspects		: 24368403212
3600.05/3597.76	c shortcuts		: 0
3600.05/3597.76	c learnt literals	: 0
3600.05/3597.76	c learnt binary clauses	: 0
3600.05/3597.76	c learnt ternary clauses	: 2
3600.05/3597.76	c learnt constraints	: 31618006
3600.05/3597.77	c ignored constraints	: 0
3600.05/3597.77	c root simplifications	: 0
3600.05/3597.77	c removed literals (reason simplification)	: 595866587
3600.05/3597.77	c reason swapping (by a shorter reason)	: 0
3600.05/3597.77	c Calls to reduceDB	: 247
3600.05/3597.77	c Number of update (reduction) of LBD	: 1924008
3600.05/3597.77	c Imported unit clauses	: 0
3600.05/3597.78	c No decision after first conflict	: false
3600.05/3597.78	c number of reductions to clauses (during analyze)	: 0
3600.05/3597.78	c number of learned constraints concerned by reduction	: 0
3600.05/3597.78	c number of learning phase by resolution	: 0
3600.05/3597.78	c number of learning phase by cutting planes	: 0
3600.05/3597.78	c number of rounding to 1 operations	: 0
3600.05/3597.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3597.78	c number of reductions of the coefficients by power 2 	: 0
3600.05/3597.78	c number of right shift for reduction by power 2 	: 0
3600.05/3597.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3597.78	c number of ending skipping 	: 0
3600.05/3597.78	c number of internal skipping 	: 0
3600.05/3597.78	c number of derivation steps 	: 0
3600.05/3597.78	c number of skipped derivation steps 	: 0
3600.05/3597.80	c number of remaining unassigned 	: 0
3600.05/3597.80	c number of remaining assigned 	: 0
3600.05/3597.80	c number of falsified literals weakened from reason	: 0
3600.05/3597.80	c number of falsified literals weakened from conflict	: 0
3600.05/3597.80	c time for arithmetic operations	: 0
3600.25/3597.80	c minimum degree of deleted constraints	: null
3600.25/3597.81	c maximum degree of deleted constraints	: null
3600.25/3597.81	c number of deleted constraints	: 0
3600.25/3597.81	c speed (assignments/second)	: 107354.5293697016
3600.25/3597.81	c non guided choices	: 948
3600.25/3597.88	c cleaning 249995 clauses out of 500008 with flag 93420662/31618006
3600.43/3597.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 250013
3600.43/3597.98	s SATISFIABLE
3600.43/3597.98	c Found 3 solution(s)
3600.43/3597.99	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 -x474 -x475 -x476 -x477 -x478 -x479 x480 -x481 -x482 -x483 -x484 x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 x494 -x495 -x496 -x497 -x498 -x499 -x500 x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 x512 -x513 x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 x536 -x537 -x538 -x539 -x540 -x541 -x542 x543 -x544 -x545 -x546 -x547 -x548 -x549 x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 x576 x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 x631 -x632 x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 x646 -x647 -x648 -x649 x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 x686 -x687 -x688 -x689 x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 x701 -x702 -x703 -x704 x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 x734 -x735 -x736 x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 x767 -x768 x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 x783 -x784 -x785 -x786 x787 -x788 -x789 -x790 -x791 -x792 x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 x808 -x809 -x810 x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 x832 x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 x844 -x845 -x846 -x847 -x848 -x849 -x850 x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 x860 -x861 -x862 -x863 -x864 -x865 -x866 x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 x880 x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 x896 -x897 -x898 x899 x900 x901 -x902 x903 x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 x923 -x924 x925 -x926 -x927 -x928 -x929 -x930 -x931 x932 -x933 -x934 -x935 -x936 -x937 -x938 x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 x956 -x957 -x958 -x959 x960 x961 -x962 -x963 -x964 -x965 x966 -x967 -x968 -x969 -x970 -x971 x972 -x973 -x974 x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 x985 -x986 -x987 -x988 x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 x998 -x999 -x1000 -x1001 -x1002 x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 x1027 x1028 x1029 -x1030 -x1031 x1032 -x1033 -x1034 -x1035 -x1036 x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 x1055 -x1056 -x1057 -x1058 x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 x1081 -x1082 -x1083 -x1084 -x1085 -x1086 x1087 x1088 -x1089 x1090 -x1091 x1092 -x1093 -x1094 -x1095 x1096 -x1097 -x1098 -x1099 x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 x1127 -x1128 -x1129 x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 x1147 -x1148 x1149 x1150 -x1151 -x1152 x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 x1167 -x1168 -x1169 -x1170 -x1171 x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 x1180 -x1181 -x1182 -x1183 x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 x1197 -x1198 -x1199 -x1200 -x1201 x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 x1209 -x1210 -x1211 -x1212 x1213 x1214 x1215 -x1216 x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 x1245 -x1246 -x1247 -x1248 -x1249 x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 x1260 -x1261 -x1262 -x1263 -x1264 -x1265 x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 x1273 -x1274 x1275 x1276 x1277 x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 x1287 -x1288 -x1289 -x1290 -x1291 x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 x1300 -x1301 -x1302 -x1303 x1304 -x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 x1316 -x1317 -x1318 -x1319 -x1320 -x1321 x1322 -x1323 -x1324 -x1325 -x1326 -x1327 -x1328 -x1329 x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 x1337 x1338 -x1339 x1340 x1341 -x1342 -x1343 -x1344 
3600.43/3598.00	c objective function=48421
3600.43/3598.00	c Total wall clock time (in seconds): 3597.648

Verifier Data

OK	48421

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486340-1751314078/watcher-4486340-1751314078 -o /tmp/evaluation-result-4486340-1751314078/solver-4486340-1751314078 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751314075-42349 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4486340-1751314078.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100072 s]*
/proc/loadavg: 2.24 3.51 3.88 9/321 42607
/proc/meminfo: memFree=129540424/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=18930384 memory=48116 CPUtime=0.11 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 5721 0 0 0 8 3 0 0 20 0 18 0 47086666 19384713216 12029 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4732596 12029 5307 1 0 546954 0
[pid=42572/tid=42580] ppid=42565 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 4616 0 0 0 5 2 0 0 20 0 18 0 47086668 19384713216 12029 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47086673 19384713216 12029 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=18930384 memory=61792617516369 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47086674 19384713216 12029 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48116 KiB

[startup+0.2136 s]*
/proc/loadavg: 2.24 3.51 3.88 7/321 42607
/proc/meminfo: memFree=129532312/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=18930384 memory=52228 CPUtime=0.28 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 6204 0 0 0 24 4 0 0 20 0 18 0 47086666 19384713216 13057 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4732596 13057 5339 1 0 547308 0
[pid=42572/tid=42580] ppid=42565 vsize=18930384 memory=4026663196 CPUtime=0.18 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 4980 0 0 0 15 3 0 0 20 0 18 0 47086668 19384713216 13057 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47086673 19384713216 13057 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47086674 19384713216 13057 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52228 KiB

[startup+0.314319 s]*
/proc/loadavg: 2.24 3.51 3.88 7/321 42607
/proc/meminfo: memFree=129504964/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=18930384 memory=58316 CPUtime=0.44 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 6728 0 0 0 39 5 0 0 20 0 18 0 47086666 19384713216 14579 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4732596 14579 5339 1 0 547734 0
[pid=42572/tid=42580] ppid=42565 vsize=18930384 memory=-6000919485574638187 CPUtime=0.26 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 5164 0 0 0 23 3 0 0 20 0 18 0 47086668 19384713216 14579 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47086673 19384713216 14579 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47086674 19384713216 14579 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58316 KiB

[startup+0.700388 s]
/proc/loadavg: 2.24 3.51 3.88 9/322 42608
/proc/meminfo: memFree=129472260/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=18930384 memory=92756 CPUtime=1.11 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 8504 0 0 0 104 7 0 0 20 0 18 0 47086666 19384713216 23189 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4732596 23189 5435 1 0 548906 0
[pid=42572/tid=42580] ppid=42565 vsize=18930384 memory=17664 CPUtime=0.55 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 5302 0 0 0 51 4 0 0 20 0 18 0 47086668 19384713216 23189 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47086673 19384713216 23189 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47086674 19384713216 23189 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 92756 KiB

[startup+1.50027 s]
/proc/loadavg: 2.24 3.51 3.88 9/324 42610
/proc/meminfo: memFree=129029076/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=18996948 memory=148240 CPUtime=2.69 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 12467 0 0 0 258 11 0 0 20 0 19 0 47086666 19452874752 37060 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4749237 37060 5467 1 0 550008 0
[pid=42572/tid=42580] ppid=42565 vsize=18996948 memory=3200 CPUtime=1.26 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 6018 0 0 0 119 7 0 0 20 0 19 0 47086668 19452874752 37060 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47086673 19452874752 37060 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47086674 19452874752 37060 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42610] ppid=42565 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/42572/task/42610/stat : 42610 (Timer-0) S 42565 42572 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47086764 19452874752 37060 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 148240 KiB

[startup+3.10442 s]
/proc/loadavg: 2.38 3.52 3.88 5/326 42612
/proc/meminfo: memFree=128873004/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=19063512 memory=171048 CPUtime=4.94 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 16000 0 0 0 482 12 0 0 20 0 20 0 47086666 19521036288 42762 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4765878 42762 5499 1 0 551113 0
[pid=42572/tid=42580] ppid=42565 vsize=19063512 memory=11264 CPUtime=2.81 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 6798 0 0 0 274 7 0 0 20 0 20 0 47086668 19521036288 42762 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47086673 19521036288 42762 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 47086674 19521036288 42762 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42610] ppid=42565 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/42572/task/42610/stat : 42610 (Timer-0) S 42565 42572 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47086764 19521036288 42762 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171048 KiB

[startup+6.30017 s]
/proc/loadavg: 2.38 3.52 3.88 6/325 42676
/proc/meminfo: memFree=129655700/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=19063512 memory=169248 CPUtime=8.3 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 17280 0 0 0 818 12 0 0 20 0 20 0 47086666 19521036288 42312 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4765878 42312 5499 1 0 551118 0
[pid=42572/tid=42580] ppid=42565 vsize=19063512 memory=0 CPUtime=5.98 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 7168 0 0 0 591 7 0 0 20 0 20 0 47086668 19521036288 42312 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47086673 19521036288 42312 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 47086674 19521036288 42312 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42610] ppid=42565 vsize=19063512 memory=152396 CPUtime=0 cores=4,6
/proc/42572/task/42610/stat : 42610 (Timer-0) S 42565 42572 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47086764 19521036288 42312 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 8.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169248 KiB

[startup+12.7004 s]
/proc/loadavg: 2.59 3.54 3.89 5/327 42678
/proc/meminfo: memFree=129462360/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=19063512 memory=177628 CPUtime=14.78 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 20937 0 0 0 1465 13 0 0 20 0 20 0 47086666 19521036288 44407 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4765878 44407 5531 1 0 551118 0
[pid=42572/tid=42580] ppid=42565 vsize=19063512 memory=152396 CPUtime=12.31 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 7912 0 0 0 1223 8 0 0 20 0 20 0 47086668 19521036288 44407 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=19063512 memory=177628 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47086673 19521036288 44407 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 47086674 19521036288 44407 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42610] ppid=42565 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/42572/task/42610/stat : 42610 (Timer-0) S 42565 42572 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47086764 19521036288 44407 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 14.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177628 KiB

[startup+25.5004 s]
/proc/loadavg: 3.05 3.60 3.90 5/327 42678
/proc/meminfo: memFree=129124472/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=19063512 memory=185856 CPUtime=27.55 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 22114 0 0 0 2741 14 0 0 20 0 20 0 47086666 19521036288 46464 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4765878 46464 5531 1 0 551118 0
[pid=42572/tid=42580] ppid=42565 vsize=19063512 memory=5632 CPUtime=25.03 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 8414 0 0 0 2495 8 0 0 20 0 20 0 47086668 19521036288 46464 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=19063512 memory=185856 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47086673 19521036288 46464 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 47086674 19521036288 46464 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42610] ppid=42565 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/42572/task/42610/stat : 42610 (Timer-0) S 42565 42572 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47086764 19521036288 46464 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 27.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185856 KiB

[startup+51.1127 s]
/proc/loadavg: 3.37 3.63 3.90 5/327 42679
/proc/meminfo: memFree=128656772/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=19063512 memory=278336 CPUtime=53.15 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 22370 0 0 0 5297 18 0 0 20 0 20 0 47086666 19521036288 69584 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4765878 69584 5531 1 0 551118 0
[pid=42572/tid=42580] ppid=42565 vsize=19063512 memory=14720 CPUtime=50.31 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 8444 0 0 0 5023 8 0 0 20 0 20 0 47086668 19521036288 69584 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=19063512 memory=249648 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47086673 19521036288 69584 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=19063512 memory=177628 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 47086674 19521036288 69584 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0

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

/proc/meminfo: memFree=116754756/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=19063512 memory=2311400 CPUtime=3285.08 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 81087 0 0 0 328289 219 0 0 20 0 20 0 47086666 19521036288 577850 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4765878 577850 5563 1 0 590365 0
[pid=42572/tid=42580] ppid=42565 vsize=19063512 memory=2311400 CPUtime=3263.14 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 32389 0 0 0 326273 41 0 0 20 0 20 0 47086668 19521036288 577850 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47086673 19521036288 577850 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 804 0 0 0 0 0 0 0 20 0 20 0 47086674 19521036288 577850 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42610] ppid=42565 vsize=19063512 memory=2311400 CPUtime=0 cores=4,6
/proc/42572/task/42610/stat : 42610 (Timer-0) S 42565 42572 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47086764 19521036288 577850 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 3285.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2311400 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.23 4.19 5/326 42846
/proc/meminfo: memFree=116754520/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=19063512 memory=2311400 CPUtime=3344.96 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 81249 0 0 0 334274 222 0 0 20 0 20 0 47086666 19521036288 577850 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4765878 577850 5563 1 0 590365 0
[pid=42572/tid=42580] ppid=42565 vsize=19063512 memory=4252 CPUtime=3322.97 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 32546 0 0 0 332256 41 0 0 20 0 20 0 47086668 19521036288 577850 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=19063512 memory=-6000919485574638187 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47086673 19521036288 577850 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 804 0 0 0 0 0 0 0 20 0 20 0 47086674 19521036288 577850 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42610] ppid=42565 vsize=19063512 memory=2311400 CPUtime=0 cores=4,6
/proc/42572/task/42610/stat : 42610 (Timer-0) S 42565 42572 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47086764 19521036288 577850 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 3344.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2311400 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.20 4.18 5/326 42848
/proc/meminfo: memFree=116582252/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=19063512 memory=2311400 CPUtime=3404.83 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 82046 0 0 0 340258 225 0 0 20 0 20 0 47086666 19521036288 577850 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4765878 577850 5563 1 0 590365 0
[pid=42572/tid=42580] ppid=42565 vsize=19063512 memory=17664 CPUtime=3382.8 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 33276 0 0 0 338238 42 0 0 20 0 20 0 47086668 19521036288 577850 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47086673 19521036288 577850 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 804 0 0 0 0 0 0 0 20 0 20 0 47086674 19521036288 577850 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42610] ppid=42565 vsize=19063512 memory=-6000919485574638187 CPUtime=0 cores=4,6
/proc/42572/task/42610/stat : 42610 (Timer-0) S 42565 42572 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47086764 19521036288 577850 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 3404.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2311400 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.21 4.18 5/326 42850
/proc/meminfo: memFree=116531484/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=19063512 memory=2311656 CPUtime=3464.83 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 83078 0 0 0 346255 228 0 0 20 0 20 0 47086666 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4765878 577914 5563 1 0 590391 0
[pid=42572/tid=42580] ppid=42565 vsize=19063512 memory=2311656 CPUtime=3442.42 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 33806 0 0 0 344200 42 0 0 20 0 20 0 47086668 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=19063512 memory=2311656 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47086673 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=19063512 memory=2311656 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 825 0 0 0 0 0 0 0 20 0 20 0 47086674 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42610] ppid=42565 vsize=19063512 memory=2311656 CPUtime=0 cores=4,6
/proc/42572/task/42610/stat : 42610 (Timer-0) S 42565 42572 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47086764 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 3464.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2311656 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.20 4.18 5/326 42852
/proc/meminfo: memFree=116518524/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=19063512 memory=2311656 CPUtime=3524.7 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 83340 0 0 0 352239 231 0 0 20 0 20 0 47086666 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4765878 577914 5563 1 0 590391 0
[pid=42572/tid=42580] ppid=42565 vsize=19063512 memory=4252 CPUtime=3502.24 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 34010 0 0 0 350182 42 0 0 20 0 20 0 47086668 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47086673 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 839 0 0 0 0 0 0 0 20 0 20 0 47086674 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42610] ppid=42565 vsize=19063512 memory=2311656 CPUtime=0 cores=4,6
/proc/42572/task/42610/stat : 42610 (Timer-0) S 42565 42572 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47086764 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 3524.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2311656 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.18 4.17 5/326 42921
/proc/meminfo: memFree=122730696/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=19063512 memory=2311656 CPUtime=3584.67 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 83904 0 0 0 358233 234 0 0 20 0 20 0 47086666 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4765878 577914 5563 1 0 590391 0
[pid=42572/tid=42580] ppid=42565 vsize=19063512 memory=14720 CPUtime=3561.91 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 34133 0 0 0 356148 43 0 0 20 0 20 0 47086668 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47086673 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=19063512 memory=2311656 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 842 0 0 0 0 0 0 0 20 0 20 0 47086674 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42610] ppid=42565 vsize=19063512 memory=2311656 CPUtime=0 cores=4,6
/proc/42572/task/42610/stat : 42610 (Timer-0) S 42565 42572 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47086764 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 3584.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2311656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597.7 s]
/proc/loadavg: 4.17 4.18 4.18 4/303 42932
/proc/meminfo: memFree=125492468/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=19063512 memory=2311656 CPUtime=3600.05 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 83910 0 0 0 359770 235 0 0 20 0 20 0 47086666 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4765878 577914 5563 1 0 590391 0
[pid=42572/tid=42580] ppid=42565 vsize=19063512 memory=2311656 CPUtime=3577.27 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) R 42565 42572 42338 0 -1 4194368 34137 0 0 0 357684 43 0 0 20 0 20 0 47086668 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=19063512 memory=2311656 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47086673 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=19063512 memory=2311656 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 842 0 0 0 0 0 0 0 20 0 20 0 47086674 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42610] ppid=42565 vsize=19063512 memory=2311656 CPUtime=0 cores=4,6
/proc/42572/task/42610/stat : 42610 (Timer-0) S 42565 42572 42338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47086764 19521036288 577914 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2311656 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.3 s, system=2.37424 s

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

[startup+3598 s]*
/proc/loadavg: 4.17 4.18 4.18 6/282 42992
/proc/meminfo: memFree=127635956/131382112 swapFree=33010160/33010684
[pid=42572] ppid=42565 vsize=19263204 memory=2312296 CPUtime=3600.64 cores=4,6
/proc/42572/stat : 42572 (java) S 42565 42572 42338 0 -1 4194304 85765 0 0 0 359829 235 0 0 20 0 16 0 47086666 19725520896 578074 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
/proc/42572/statm: 4815801 578074 5563 1 0 591329 0
[pid=42572/tid=42580] ppid=42565 vsize=19263204 memory=-6000919507066382955 CPUtime=3577.57 cores=4,6
/proc/42572/task/42580/stat : 42580 (java) S 42565 42572 42338 0 -1 4194368 34197 0 0 0 357714 43 0 0 20 0 16 0 47086668 19725520896 578074 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42600] ppid=42565 vsize=19263204 memory=7092 CPUtime=0 cores=4,6
/proc/42572/task/42600/stat : 42600 (Finalizer) S 42565 42572 42338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 47086673 19725520896 578074 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42607] ppid=42565 vsize=19263204 memory=22792 CPUtime=0 cores=4,6
/proc/42572/task/42607/stat : 42607 (Common-Cleaner) S 42565 42572 42338 0 -1 4194368 842 0 0 0 0 0 0 0 20 0 16 0 47086674 19725520896 578074 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
[pid=42572/tid=42962] ppid=42565 vsize=19263204 memory=7112 CPUtime=0.16 cores=4,6
/proc/42572/task/42962/stat : 42962 (Thread-0) R 42565 42572 42338 0 -1 4194368 540 0 0 0 16 0 0 0 20 0 16 0 47446438 19725520896 578074 18446744073709551615 94255044153344 94255044157040 140735089578032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94255044164856 94255044165648 94255052046336 140735089580417 140735089580518 140735089580518 140735089586120 0
Current children cumulated CPU time: 3600.64 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2312296 KiB

Child status: 143

Real time (s): 3598.04
CPU time (s): 3600.67
CPU user time (s): 3598.3
CPU system time (s): 2.37424
CPU usage (%): 100.073
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2312296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.3
system time used= 2.37424
maximum resident set size= 2312424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85791
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109032
involuntary context switches= 3949


# summary of solver processes directly reported to runsolver:
#   pid: 42572
#   total CPU time (s): 3600.67
#   total CPU user time (s): 3598.3
#   total CPU system time (s): 2.37424

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.9735 second user time and 32.5904 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-30 22:07:58
IDJOB=4486340
IDBENCH=147018
IDSOLVER=3363
FILE ID=nodeC001/4486340-1751314078
RUNJOBID= nodeC001-1751314075-42349
SLURM_JOB_ID= 9594322
Free space on /tmp= 432992 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data8_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486340-1751314078/watcher-4486340-1751314078 -o /tmp/evaluation-result-4486340-1751314078/solver-4486340-1751314078 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751314075-42349 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4486340-1751314078.opb

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

MD5SUM BENCH= 1adddfdbf1ced655bc7cf87afdf2cbda
RANDOM SEED=830651819

nodeC001 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	: 0xb00001f
cpu MHz		: 1197.422
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3591.497
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.262
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3491.644
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.167
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3491.359
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 1197.805
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
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	: 0xb00001f
cpu MHz		: 3491.745
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129635088 kB
MemAvailable:   129447464 kB
Buffers:            2128 kB
Cached:           617160 kB
SwapCached:           28 kB
Active:           872612 kB
Inactive:         318300 kB
Active(anon):     579176 kB
Inactive(anon):    10380 kB
Active(file):     293436 kB
Inactive(file):   307920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70800 kB
Writeback:             4 kB
AnonPages:        574772 kB
Mapped:           122448 kB
Shmem:             17932 kB
KReclaimable:     100912 kB
Slab:             183760 kB
SReclaimable:     100912 kB
SUnreclaim:        82848 kB
KernelStack:        4624 kB
PageTables:         4428 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    6135352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149912 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC001 at 2025-06-30 23:07:56