Trace number 4486341

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 VeriPB 2025-06-06SAT (TO)48421 3600.27 3587.07

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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4486341-1751322283.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  objective function found
0.51/0.36	c ... done. Wall clock time 0.227s.
0.51/0.36	c declared #vars     1344
0.51/0.36	c #constraints  16376
0.51/0.36	c constraints type 
0.51/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1624
0.51/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 496
0.51/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7392
0.51/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6864
0.51/0.36	c 16376 constraints processed.
0.51/0.37	c objective function length is 448 literals
0.90/0.59	c SATISFIABLE
0.90/0.59	c OPTIMIZING...
0.90/0.59	c Got one! Elapsed wall clock time (in seconds):0.467
0.90/0.59	o 51435
1.28/0.70	c Got one! Elapsed wall clock time (in seconds):0.572
1.28/0.70	o 48574
1.28/0.73	c Got one! Elapsed wall clock time (in seconds):0.604
1.28/0.73	o 48421
2.26/1.26	c cleaning 3502 clauses out of 7007 with flag 11291/7007
3.26/1.70	c cleaning 4750 clauses out of 9504 with flag 23907/13006
3.86/2.10	c cleaning 5876 clauses out of 11755 with flag 38483/20007
4.80/2.53	c cleaning 6935 clauses out of 13878 with flag 55183/28006
5.35/2.99	c cleaning 7972 clauses out of 15943 with flag 73924/37006
6.01/3.49	c cleaning 8979 clauses out of 17971 with flag 95703/47006
6.79/4.11	c cleaning 9994 clauses out of 19992 with flag 119650/58006
7.45/4.77	c cleaning 10997 clauses out of 21998 with flag 146280/70006
8.24/5.55	c cleaning 11995 clauses out of 24001 with flag 175290/83006
9.18/6.44	c cleaning 13001 clauses out of 26007 with flag 206387/97007
10.09/7.35	c cleaning 14001 clauses out of 28006 with flag 240650/112007
11.09/8.32	c cleaning 15002 clauses out of 30005 with flag 277315/128007
12.26/9.41	c cleaning 15998 clauses out of 32002 with flag 316099/145006
13.26/10.46	c cleaning 17002 clauses out of 34004 with flag 356144/163006
14.27/11.46	c cleaning 17989 clauses out of 36002 with flag 398332/182006
15.36/12.58	c cleaning 19004 clauses out of 38014 with flag 444007/202007
16.56/13.78	c cleaning 20001 clauses out of 40009 with flag 491198/223006
17.89/15.07	c cleaning 21001 clauses out of 42008 with flag 542090/245006
19.39/16.57	c cleaning 22004 clauses out of 44007 with flag 593196/268006
21.01/18.12	c cleaning 22997 clauses out of 46003 with flag 648571/292006
22.70/19.86	c cleaning 24003 clauses out of 48006 with flag 707631/317006
24.59/21.74	c cleaning 25000 clauses out of 50003 with flag 770463/343006
26.40/23.55	c cleaning 25995 clauses out of 52003 with flag 834495/370006
28.30/25.47	c cleaning 26998 clauses out of 54008 with flag 898715/398006
30.29/27.45	c cleaning 28004 clauses out of 56011 with flag 967588/427007
32.59/29.78	c cleaning 28996 clauses out of 58006 with flag 1036910/457006
34.89/32.08	c cleaning 30001 clauses out of 60010 with flag 1106886/488006
37.50/34.69	c cleaning 31001 clauses out of 62009 with flag 1181129/520006
40.11/37.23	c cleaning 32003 clauses out of 64009 with flag 1256427/553007
42.71/39.80	c cleaning 32998 clauses out of 66005 with flag 1335820/587006
45.23/42.36	c cleaning 34003 clauses out of 68007 with flag 1421405/622006
47.93/45.07	c cleaning 34998 clauses out of 70004 with flag 1510009/658006
50.74/47.80	c cleaning 35998 clauses out of 72006 with flag 1604340/695006
53.33/50.49	c cleaning 37001 clauses out of 74008 with flag 1699521/733006
56.43/53.55	c cleaning 38003 clauses out of 76008 with flag 1797726/772007
59.32/56.45	c cleaning 39003 clauses out of 78008 with flag 1901000/812010
62.13/59.28	c cleaning 39991 clauses out of 80001 with flag 2007550/853006
67.27/63.76	c cleaning 41002 clauses out of 82011 with flag 2153094/895007
77.79/74.16	c cleaning 42001 clauses out of 84009 with flag 2569904/938007
84.01/80.37	c cleaning 42997 clauses out of 86009 with flag 2839001/982008
86.55/82.89	c cleaning 44001 clauses out of 88010 with flag 2960460/1027006
90.69/86.97	c cleaning 45000 clauses out of 90010 with flag 3134570/1073007
93.18/89.45	c cleaning 46002 clauses out of 92009 with flag 3242975/1120006
96.12/92.33	c cleaning 47002 clauses out of 94008 with flag 3372614/1168007
99.45/95.68	c cleaning 47993 clauses out of 96006 with flag 3519696/1217007
102.73/98.98	c cleaning 49005 clauses out of 98015 with flag 3681699/1267009
106.07/102.20	c cleaning 50002 clauses out of 100008 with flag 3838331/1318007
109.31/105.46	c cleaning 50998 clauses out of 102006 with flag 3983042/1370007
113.44/109.57	c cleaning 52004 clauses out of 104007 with flag 4119994/1423006
117.88/113.90	c cleaning 52995 clauses out of 106003 with flag 4264948/1477006
134.13/130.11	c cleaning 53996 clauses out of 108008 with flag 4865982/1532006
137.68/133.69	c cleaning 54996 clauses out of 110012 with flag 4990530/1588006
141.44/137.36	c cleaning 55996 clauses out of 112018 with flag 5123363/1645008
145.57/141.44	c cleaning 57003 clauses out of 114020 with flag 5258018/1703006
149.70/145.54	c cleaning 57997 clauses out of 116018 with flag 5396351/1762007
153.73/149.58	c cleaning 59008 clauses out of 118021 with flag 5534597/1822007
158.43/154.21	c cleaning 59998 clauses out of 120013 with flag 5677555/1883007
163.14/158.97	c cleaning 61000 clauses out of 122014 with flag 5829967/1945006
167.85/163.65	c cleaning 62003 clauses out of 124014 with flag 5981904/2008006
173.17/168.90	c cleaning 63003 clauses out of 126014 with flag 6138068/2072009
178.17/173.99	c cleaning 63995 clauses out of 128008 with flag 6303592/2137006
183.30/179.09	c cleaning 64998 clauses out of 130014 with flag 6463073/2203007
188.42/184.13	c cleaning 65994 clauses out of 132016 with flag 6624626/2270007
194.62/190.36	c cleaning 67005 clauses out of 134021 with flag 6795596/2338006
200.85/196.52	c cleaning 68005 clauses out of 136016 with flag 6971461/2407006
207.27/202.97	c cleaning 69004 clauses out of 138011 with flag 7141341/2477006
213.19/208.87	c cleaning 69986 clauses out of 140007 with flag 7311312/2548006
219.10/214.70	c cleaning 71005 clauses out of 142022 with flag 7477393/2620007
224.87/220.44	c cleaning 72001 clauses out of 144016 with flag 7647558/2693006
230.71/226.26	c cleaning 73000 clauses out of 146015 with flag 7817788/2767006
236.43/231.93	c cleaning 74008 clauses out of 148015 with flag 7991220/2842006
242.55/238.08	c cleaning 74998 clauses out of 150008 with flag 8172812/2918007
248.17/243.67	c cleaning 75995 clauses out of 152010 with flag 8357432/2995007
254.92/250.39	c cleaning 77000 clauses out of 154014 with flag 8549236/3073006
261.07/256.46	c cleaning 78007 clauses out of 156014 with flag 8741302/3152006
268.38/263.72	c cleaning 79001 clauses out of 158007 with flag 8937848/3232006
275.41/270.75	c cleaning 79995 clauses out of 160006 with flag 9128111/3313006
282.91/278.28	c cleaning 81005 clauses out of 162012 with flag 9321421/3395007
290.26/285.58	c cleaning 81997 clauses out of 164008 with flag 9515926/3478008
298.10/293.30	c cleaning 83001 clauses out of 166009 with flag 9718939/3562006
306.12/301.34	c cleaning 84000 clauses out of 168008 with flag 9918851/3647006
314.30/309.40	c cleaning 84991 clauses out of 170008 with flag 10121289/3733006
321.24/316.34	c cleaning 85998 clauses out of 172017 with flag 10332077/3820006
329.16/324.22	c cleaning 87000 clauses out of 174019 with flag 10548260/3908006
337.64/332.63	c cleaning 88006 clauses out of 176019 with flag 10761813/3997006
344.76/339.73	c cleaning 88996 clauses out of 178013 with flag 10973561/4087006
352.23/347.17	c cleaning 90003 clauses out of 180017 with flag 11188355/4178006
360.05/354.95	c cleaning 90997 clauses out of 182015 with flag 11408551/4270007
368.51/363.35	c cleaning 91999 clauses out of 184017 with flag 11638107/4363006
377.54/372.38	c cleaning 93005 clauses out of 186020 with flag 11877675/4457008
385.41/380.16	c cleaning 94001 clauses out of 188013 with flag 12109063/4552006
394.03/388.72	c cleaning 95003 clauses out of 190012 with flag 12341962/4648006
403.68/398.33	c cleaning 95991 clauses out of 192010 with flag 12579747/4745007
412.30/406.97	c cleaning 97008 clauses out of 194019 with flag 12814888/4843007
421.75/416.33	c cleaning 97997 clauses out of 196010 with flag 13053560/4942006
429.93/424.42	c cleaning 98999 clauses out of 198017 with flag 13293267/5042010
438.62/433.05	c cleaning 100006 clauses out of 200015 with flag 13543149/5143007
447.84/442.24	c cleaning 100994 clauses out of 202008 with flag 13790948/5245006
457.38/451.73	c cleaning 101996 clauses out of 204014 with flag 14040988/5348006
467.62/461.93	c cleaning 103004 clauses out of 206018 with flag 14290912/5452006
478.75/473.01	c cleaning 104003 clauses out of 208014 with flag 14546914/5557006
489.07/483.37	c cleaning 104997 clauses out of 210011 with flag 14802116/5663006
499.60/493.83	c cleaning 106003 clauses out of 212015 with flag 15068937/5770007
511.06/505.26	c cleaning 107002 clauses out of 214012 with flag 15349537/5878007
522.00/515.92	c cleaning 107992 clauses out of 216011 with flag 15621253/5987008
531.51/525.42	c cleaning 109002 clauses out of 218018 with flag 15889047/6097007
541.86/535.77	c cleaning 110000 clauses out of 220016 with flag 16162174/6208007
553.07/546.92	c cleaning 111001 clauses out of 222015 with flag 16441853/6320006
564.18/558.05	c cleaning 112001 clauses out of 224014 with flag 16730915/6433006
576.29/570.13	c cleaning 113000 clauses out of 226014 with flag 17030494/6547007
588.10/581.93	c cleaning 114003 clauses out of 228014 with flag 17325372/6662007
600.70/594.50	c cleaning 115002 clauses out of 230010 with flag 17613077/6778006
614.91/608.76	c cleaning 116004 clauses out of 232011 with flag 17940911/6895009
627.83/621.64	c cleaning 116994 clauses out of 234004 with flag 18249968/7013006
642.19/635.95	c cleaning 118002 clauses out of 236010 with flag 18568284/7132006
655.27/648.99	c cleaning 118997 clauses out of 238008 with flag 18882125/7252006
669.82/663.40	c cleaning 119998 clauses out of 240012 with flag 19214188/7373007
684.39/677.92	c cleaning 121003 clauses out of 242014 with flag 19539751/7495007
700.29/693.82	c cleaning 121997 clauses out of 244011 with flag 19856831/7618007
712.33/705.87	c cleaning 123000 clauses out of 246014 with flag 20197761/7742007
724.77/718.28	c cleaning 124001 clauses out of 248013 with flag 20546336/7867006
738.40/731.86	c cleaning 125004 clauses out of 250012 with flag 20919965/7993006
753.63/747.03	c cleaning 125995 clauses out of 252008 with flag 21254414/8120006
768.58/761.94	c cleaning 126992 clauses out of 254013 with flag 21590743/8248006
783.79/777.12	c cleaning 128005 clauses out of 256022 with flag 21929845/8377007
800.61/793.94	c cleaning 129005 clauses out of 258016 with flag 22271468/8507006
814.78/808.01	c cleaning 129999 clauses out of 260011 with flag 22613181/8638006
826.84/820.10	c cleaning 131003 clauses out of 262013 with flag 22941983/8770007
839.48/832.60	c cleaning 131996 clauses out of 264009 with flag 23289289/8903006
853.65/846.72	c cleaning 133001 clauses out of 266013 with flag 23637996/9037006
867.60/860.67	c cleaning 134002 clauses out of 268014 with flag 24001489/9172008
883.01/876.05	c cleaning 135003 clauses out of 270010 with flag 24340379/9308006
901.75/894.73	c cleaning 135995 clauses out of 272007 with flag 24699196/9445006
916.29/909.24	c cleaning 137002 clauses out of 274013 with flag 25055782/9583007
931.45/924.31	c cleaning 137998 clauses out of 276010 with flag 25412344/9722006
944.49/937.36	c cleaning 139000 clauses out of 278012 with flag 25782299/9862006
958.31/951.14	c cleaning 139992 clauses out of 280012 with flag 26147664/10003006
973.45/966.24	c cleaning 140998 clauses out of 282020 with flag 26512818/10145006
989.97/982.76	c cleaning 142002 clauses out of 284023 with flag 26888440/10288007
1004.89/997.58	c cleaning 143008 clauses out of 286021 with flag 27264845/10432007
1020.47/1013.08	c cleaning 143994 clauses out of 288012 with flag 27637502/10577006
1037.20/1029.79	c cleaning 145005 clauses out of 290018 with flag 28013067/10723006
1051.15/1043.64	c cleaning 145999 clauses out of 292014 with flag 28389815/10870007
1066.11/1058.58	c cleaning 147000 clauses out of 294015 with flag 28792593/11018007
1080.64/1073.01	c cleaning 148003 clauses out of 296014 with flag 29207169/11167006
1096.73/1089.03	c cleaning 149000 clauses out of 298011 with flag 29648133/11317006
1112.09/1104.32	c cleaning 149996 clauses out of 300011 with flag 30073442/11468006
1129.12/1121.32	c cleaning 151004 clauses out of 302015 with flag 30491292/11620006
1147.62/1139.58	c cleaning 152000 clauses out of 304012 with flag 30905996/11773007
1167.02/1158.85	c cleaning 153005 clauses out of 306012 with flag 31319887/11927007
1184.84/1176.61	c cleaning 153988 clauses out of 308006 with flag 31776438/12082006
1204.97/1196.74	c cleaning 155002 clauses out of 310019 with flag 32259099/12238007
1226.40/1218.04	c cleaning 156002 clauses out of 312016 with flag 32753031/12395006
1245.74/1237.32	c cleaning 157001 clauses out of 314016 with flag 33249660/12553008
1265.84/1257.45	c cleaning 157997 clauses out of 316013 with flag 33757699/12712006
1286.72/1278.27	c cleaning 158999 clauses out of 318017 with flag 34276425/12872007
1309.05/1300.54	c cleaning 160006 clauses out of 320018 with flag 34793301/13033007
1329.25/1320.63	c cleaning 161002 clauses out of 322011 with flag 35284177/13195006
1352.45/1343.81	c cleaning 161999 clauses out of 324010 with flag 35788429/13358007
1374.84/1366.11	c cleaning 163000 clauses out of 326010 with flag 36342455/13522006
1397.78/1389.07	c cleaning 163999 clauses out of 328010 with flag 36884261/13687006
1421.12/1412.38	c cleaning 164997 clauses out of 330011 with flag 37443883/13853006
1439.84/1431.01	c cleaning 165996 clauses out of 332014 with flag 37960801/14020006
1457.01/1448.17	c cleaning 167003 clauses out of 334018 with flag 38502213/14188006
1477.59/1468.68	c cleaning 167997 clauses out of 336015 with flag 39040650/14357006
1503.16/1494.24	c cleaning 169004 clauses out of 338019 with flag 39590843/14527007
1526.89/1517.99	c cleaning 170007 clauses out of 340015 with flag 40114329/14698007
1553.30/1544.29	c cleaning 170997 clauses out of 342007 with flag 40685794/14870006
1582.33/1573.20	c cleaning 172000 clauses out of 344010 with flag 41312725/15043006
1607.49/1598.37	c cleaning 172998 clauses out of 346010 with flag 41892915/15217006
1633.85/1624.60	c cleaning 173995 clauses out of 348012 with flag 42481686/15392006
1659.59/1650.09	c cleaning 175006 clauses out of 350018 with flag 43068809/15568007
1688.45/1678.80	c cleaning 176004 clauses out of 352013 with flag 43653948/15745008
1717.15/1707.50	c cleaning 176999 clauses out of 354007 with flag 44253667/15923006
1742.79/1733.13	c cleaning 177998 clauses out of 356008 with flag 44851690/16102006
1769.23/1759.51	c cleaning 178999 clauses out of 358012 with flag 45468771/16282008
1794.90/1785.18	c cleaning 180001 clauses out of 360012 with flag 46078291/16463007
1819.81/1810.03	c cleaning 180997 clauses out of 362010 with flag 46680531/16645006
1843.60/1833.75	c cleaning 182004 clauses out of 364014 with flag 47239086/16828007
1867.60/1857.65	c cleaning 182997 clauses out of 366009 with flag 47818309/17012006
1896.55/1886.56	c cleaning 184005 clauses out of 368012 with flag 48418493/17197006
1927.24/1917.21	c cleaning 185004 clauses out of 370008 with flag 49047752/17383007
1959.95/1949.96	c cleaning 185996 clauses out of 372004 with flag 49735464/17570007
1993.68/1983.65	c cleaning 187002 clauses out of 374007 with flag 50353549/17758006
2023.59/2013.59	c cleaning 187994 clauses out of 376006 with flag 50970664/17947007
2047.28/2037.16	c cleaning 189003 clauses out of 378011 with flag 51485528/18137006
2070.96/2060.77	c cleaning 189999 clauses out of 380008 with flag 52072360/18328006
2094.69/2084.40	c cleaning 191005 clauses out of 382009 with flag 52726794/18520006
2119.79/2109.44	c cleaning 191995 clauses out of 384005 with flag 53403185/18713007
2142.35/2131.96	c cleaning 192999 clauses out of 386009 with flag 54074277/18907006
2171.90/2161.47	c cleaning 193996 clauses out of 388010 with flag 54728705/19102006
2200.20/2189.60	c cleaning 195008 clauses out of 390015 with flag 55355582/19298007
2224.85/2213.81	c cleaning 195998 clauses out of 392006 with flag 55880873/19495006
2251.22/2240.10	c cleaning 197003 clauses out of 394009 with flag 56422548/19693007
2277.05/2265.81	c cleaning 197992 clauses out of 396006 with flag 56926858/19892007
2302.61/2291.35	c cleaning 198995 clauses out of 398014 with flag 57492464/20092007
2331.26/2319.90	c cleaning 200005 clauses out of 400018 with flag 58127864/20293006
2360.05/2348.68	c cleaning 201003 clauses out of 402013 with flag 58751591/20495006
2388.51/2377.00	c cleaning 202000 clauses out of 404011 with flag 59376863/20698007
2418.85/2407.32	c cleaning 203001 clauses out of 406011 with flag 60020893/20902007
2447.92/2436.34	c cleaning 203994 clauses out of 408009 with flag 60730531/21107006
2475.60/2463.94	c cleaning 205003 clauses out of 410017 with flag 61478778/21313008
2502.12/2490.34	c cleaning 205999 clauses out of 412012 with flag 62172265/21520006
2528.25/2516.43	c cleaning 207003 clauses out of 414013 with flag 62872063/21728006
2552.53/2540.69	c cleaning 207996 clauses out of 416010 with flag 63598829/21937006
2575.98/2564.01	c cleaning 208993 clauses out of 418014 with flag 64243811/22147006
2598.96/2586.91	c cleaning 210003 clauses out of 420021 with flag 64889666/22358006
2625.89/2613.74	c cleaning 211007 clauses out of 422020 with flag 65564508/22570008
2651.49/2638.92	c cleaning 212002 clauses out of 424011 with flag 66285949/22783006
2682.68/2670.03	c cleaning 212998 clauses out of 426009 with flag 67027859/22997006
2713.35/2700.69	c cleaning 214004 clauses out of 428012 with flag 67693076/23212007
2744.78/2732.05	c cleaning 214996 clauses out of 430008 with flag 68344819/23428007
2777.48/2764.76	c cleaning 215998 clauses out of 432011 with flag 69029541/23645006
2810.73/2797.90	c cleaning 217000 clauses out of 434015 with flag 69712857/23863008
2844.58/2831.72	c cleaning 218001 clauses out of 436013 with flag 70353988/24082006
2878.36/2865.45	c cleaning 219005 clauses out of 438013 with flag 71024975/24302007
2909.94/2896.94	c cleaning 220000 clauses out of 440007 with flag 71666517/24523006
2943.33/2930.20	c cleaning 221003 clauses out of 442007 with flag 72350258/24745006
2974.20/2961.10	c cleaning 221993 clauses out of 444004 with flag 73006157/24968006
3010.74/2997.51	c cleaning 223002 clauses out of 446012 with flag 73672867/25192007
3041.58/3028.29	c cleaning 223997 clauses out of 448010 with flag 74345582/25417007
3071.33/3058.00	c cleaning 224992 clauses out of 450013 with flag 75019649/25643007
3100.75/3087.20	c cleaning 226003 clauses out of 452022 with flag 75671678/25870008
3132.29/3119.09	c cleaning 226999 clauses out of 454018 with flag 76333599/26098007
3164.95/3151.35	c cleaning 228005 clauses out of 456018 with flag 76991760/26327006
3200.83/3187.32	c cleaning 229001 clauses out of 458013 with flag 77671742/26557006
3234.86/3221.47	c cleaning 230001 clauses out of 460012 with flag 78329714/26788006
3272.43/3259.28	c cleaning 231005 clauses out of 462011 with flag 79009392/27020006
3306.47/3293.33	c cleaning 231992 clauses out of 464006 with flag 79709125/27253006
3340.84/3327.68	c cleaning 233002 clauses out of 466014 with flag 80392285/27487006
3375.72/3362.57	c cleaning 234002 clauses out of 468014 with flag 81086292/27722008
3411.98/3398.87	c cleaning 234993 clauses out of 470010 with flag 81790372/27958006
3441.61/3428.42	c cleaning 235996 clauses out of 472017 with flag 82511261/28195006
3473.62/3460.33	c cleaning 237009 clauses out of 474022 with flag 83260582/28433007
3512.44/3499.31	c cleaning 238002 clauses out of 476013 with flag 84008302/28672007
3550.88/3537.83	c cleaning 238999 clauses out of 478010 with flag 84834710/28912006
3585.70/3572.69	c cleaning 239997 clauses out of 480011 with flag 85592960/29153006
3600.04/3586.91	c starts		: 1423
3600.04/3586.91	c conflicts		: 29279750
3600.04/3586.93	c decisions		: 39824112
3600.04/3586.93	c propagations		: 358200634
3600.04/3586.93	c inspects		: 21826862729
3600.04/3586.93	c shortcuts		: 0
3600.04/3586.93	c learnt literals	: 0
3600.04/3586.93	c learnt binary clauses	: 0
3600.04/3586.93	c learnt ternary clauses	: 2
3600.04/3586.93	c learnt constraints	: 29279750
3600.04/3586.93	c ignored constraints	: 0
3600.04/3586.93	c root simplifications	: 0
3600.04/3586.93	c removed literals (reason simplification)	: 547089595
3600.04/3586.93	c reason swapping (by a shorter reason)	: 0
3600.04/3586.93	c Calls to reduceDB	: 237
3600.04/3586.93	c Number of update (reduction) of LBD	: 1783187
3600.04/3586.93	c Imported unit clauses	: 0
3600.04/3586.93	c No decision after first conflict	: false
3600.04/3586.93	c number of reductions to clauses (during analyze)	: 0
3600.04/3586.93	c number of learned constraints concerned by reduction	: 0
3600.04/3586.93	c number of learning phase by resolution	: 0
3600.04/3586.93	c number of learning phase by cutting planes	: 0
3600.04/3586.93	c number of rounding to 1 operations	: 0
3600.04/3586.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3586.93	c number of reductions of the coefficients by power 2 	: 0
3600.04/3586.93	c number of right shift for reduction by power 2 	: 0
3600.04/3586.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3586.93	c number of ending skipping 	: 0
3600.04/3586.93	c number of internal skipping 	: 0
3600.04/3586.93	c number of derivation steps 	: 0
3600.04/3586.93	c number of skipped derivation steps 	: 0
3600.04/3586.93	c number of remaining unassigned 	: 0
3600.04/3586.93	c number of remaining assigned 	: 0
3600.04/3586.93	c number of falsified literals weakened from reason	: 0
3600.04/3586.93	c number of falsified literals weakened from conflict	: 0
3600.04/3586.93	c time for arithmetic operations	: 0
3600.04/3586.93	c minimum degree of deleted constraints	: null
3600.04/3586.93	c maximum degree of deleted constraints	: null
3600.04/3586.93	c number of deleted constraints	: 0
3600.04/3586.94	c speed (assignments/second)	: 99873.42529553504
3600.04/3586.94	c non guided choices	: 948
3600.04/3587.00	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 366758
3600.04/3587.00	s SATISFIABLE
3600.04/3587.00	c Found 3 solution(s)
3600.24/3587.01	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.24/3587.01	c objective function=48421
3600.24/3587.01	c Total wall clock time (in seconds): 3586.88

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486341-1751322283/watcher-4486341-1751322283 -o /tmp/evaluation-result-4486341-1751322283/solver-4486341-1751322283 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751314974-42775 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4486341-1751322283 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4486341-1751322283.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 4.22 4.26 4.22 5/344 44418
/proc/meminfo: memFree=122720352/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=18930384 memory=57716 CPUtime=0.13 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 6570 0 0 0 11 2 0 0 20 0 18 0 47906908 19384713216 14429 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4732596 14429 5352 1 0 547619 0
[pid=44400/tid=44402] ppid=44397 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 5080 0 0 0 6 1 0 0 20 0 18 0 47906909 19384713216 14429 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47906911 19384713216 14429 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=18930384 memory=61784027576291 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47906911 19384713216 14429 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57716 KiB

[startup+0.205679 s]*
/proc/loadavg: 4.22 4.26 4.22 7/344 44418
/proc/meminfo: memFree=122707056/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=18930384 memory=72344 CPUtime=0.32 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 7057 0 0 0 30 2 0 0 20 0 18 0 47906908 19384713216 18086 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4732596 18086 5448 1 0 547928 0
[pid=44400/tid=44402] ppid=44397 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 5306 0 0 0 16 1 0 0 20 0 18 0 47906909 19384713216 18086 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=18930384 memory=13937 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47906911 19384713216 18086 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47906911 19384713216 18086 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72344 KiB

[startup+0.305659 s]*
/proc/loadavg: 4.22 4.26 4.22 6/344 44418
/proc/meminfo: memFree=122665404/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=18930384 memory=115708 CPUtime=0.51 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 8627 0 0 0 48 3 0 0 20 0 18 0 47906908 19384713216 28927 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4732596 28927 5448 1 0 549002 0
[pid=44400/tid=44402] ppid=44397 vsize=18930384 memory=-6000919476934502507 CPUtime=0.27 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 5340 0 0 0 25 2 0 0 20 0 18 0 47906909 19384713216 28927 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47906911 19384713216 28927 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 47906911 19384713216 28927 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 115708 KiB

[startup+0.700235 s]
/proc/loadavg: 4.22 4.26 4.22 7/345 44419
/proc/meminfo: memFree=122615248/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=19063512 memory=169744 CPUtime=1.28 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 12678 0 0 0 123 5 0 0 20 0 20 0 47906908 19521036288 42436 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4765878 42436 5512 1 0 551986 0
[pid=44400/tid=44402] ppid=44397 vsize=19063512 memory=17664 CPUtime=0.59 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 5479 0 0 0 56 3 0 0 20 0 20 0 47906909 19521036288 42436 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 42436 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 42436 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44419] ppid=44397 vsize=19063512 memory=4496 CPUtime=0 cores=0,2
/proc/44400/task/44419/stat : 44419 (Timer-0) S 44397 44400 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47906947 19521036288 42436 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169744 KiB

[startup+1.50026 s]
/proc/loadavg: 4.22 4.26 4.22 6/346 44420
/proc/meminfo: memFree=122565128/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=19063512 memory=173544 CPUtime=2.87 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 20184 0 0 0 280 7 0 0 20 0 20 0 47906908 19521036288 43386 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4765878 43386 5512 1 0 552622 0
[pid=44400/tid=44402] ppid=44397 vsize=19063512 memory=0 CPUtime=1.36 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 6364 0 0 0 132 4 0 0 20 0 20 0 47906909 19521036288 43386 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 43386 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 43386 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44419] ppid=44397 vsize=19063512 memory=4496 CPUtime=0 cores=0,2
/proc/44400/task/44419/stat : 44419 (Timer-0) S 44397 44400 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47906947 19521036288 43386 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173544 KiB

[startup+3.1059 s]
/proc/loadavg: 4.28 4.27 4.22 6/346 44420
/proc/meminfo: memFree=122367248/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=19063512 memory=338904 CPUtime=5.65 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 22648 0 0 0 554 11 0 0 20 0 20 0 47906908 19521036288 84726 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4765878 84726 5512 1 0 553302 0
[pid=44400/tid=44402] ppid=44397 vsize=19063512 memory=11136 CPUtime=2.93 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 7029 0 0 0 285 8 0 0 20 0 20 0 47906909 19521036288 84726 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=19063512 memory=-6000919476934502507 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 84726 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 84726 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44419] ppid=44397 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/44400/task/44419/stat : 44419 (Timer-0) S 44397 44400 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47906947 19521036288 84726 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 5.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 338904 KiB

[startup+6.30022 s]
/proc/loadavg: 4.28 4.27 4.22 5/345 44422
/proc/meminfo: memFree=122072360/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=19063512 memory=512484 CPUtime=9.08 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 23530 0 0 0 890 18 0 0 20 0 20 0 47906908 19521036288 128121 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4765878 128121 5512 1 0 553303 0
[pid=44400/tid=44402] ppid=44397 vsize=19063512 memory=0 CPUtime=6.07 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 7199 0 0 0 594 13 0 0 20 0 20 0 47906909 19521036288 128121 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 128121 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 128121 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44419] ppid=44397 vsize=19063512 memory=175080 CPUtime=0 cores=0,2
/proc/44400/task/44419/stat : 44419 (Timer-0) S 44397 44400 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47906947 19521036288 128121 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 9.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 512484 KiB

[startup+12.7002 s]
/proc/loadavg: 4.39 4.30 4.23 5/345 44422
/proc/meminfo: memFree=120971776/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=19063512 memory=1311416 CPUtime=15.56 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 28740 0 0 0 1518 38 0 0 20 0 20 0 47906908 19521036288 327854 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4765878 327854 5544 1 0 553303 0
[pid=44400/tid=44402] ppid=44397 vsize=19063512 memory=175080 CPUtime=12.44 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 8532 0 0 0 1212 32 0 0 20 0 20 0 47906909 19521036288 327854 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=19063512 memory=1311416 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 327854 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 327854 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44419] ppid=44397 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/44400/task/44419/stat : 44419 (Timer-0) S 44397 44400 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47906947 19521036288 327854 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 15.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1311416 KiB

[startup+25.5002 s]
/proc/loadavg: 4.33 4.29 4.23 5/345 44422
/proc/meminfo: memFree=120484884/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=19063512 memory=1315512 CPUtime=28.4 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 32492 0 0 0 2793 47 0 0 20 0 20 0 47906908 19521036288 328878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4765878 328878 5544 1 0 553303 0
[pid=44400/tid=44402] ppid=44397 vsize=19063512 memory=-6000919476934502507 CPUtime=25.18 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 9785 0 0 0 2477 41 0 0 20 0 20 0 47906909 19521036288 328878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=19063512 memory=1315512 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 328878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 328878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44419] ppid=44397 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/44400/task/44419/stat : 44419 (Timer-0) S 44397 44400 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47906947 19521036288 328878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 28.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315512 KiB

[startup+51.1057 s]
/proc/loadavg: 4.37 4.29 4.23 5/346 44423
/proc/meminfo: memFree=119530684/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=19063512 memory=1338120 CPUtime=54.04 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 36590 0 0 0 5342 62 0 0 20 0 20 0 47906908 19521036288 334530 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4765878 334530 5544 1 0 553303 0
[pid=44400/tid=44402] ppid=44397 vsize=19063512 memory=1333992 CPUtime=50.61 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 10931 0 0 0 5008 53 0 0 20 0 20 0 47906909 19521036288 334530 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=19063512 memory=14572 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=45873076/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=19063512 memory=2171512 CPUtime=3295.58 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 136605 0 0 0 328177 1381 0 0 20 0 20 0 47906908 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4765878 542878 5544 1 0 555629 0
[pid=44400/tid=44402] ppid=44397 vsize=19063512 memory=2171512 CPUtime=3252.69 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 54145 0 0 0 324000 1269 0 0 20 0 20 0 47906909 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=19063512 memory=2171512 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=19063512 memory=2171512 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 1970 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44419] ppid=44397 vsize=19063512 memory=14572 CPUtime=0 cores=0,2
/proc/44400/task/44419/stat : 44419 (Timer-0) S 44397 44400 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47906947 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 3295.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171512 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.14 4.16 5/347 44620
/proc/meminfo: memFree=44465904/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=19063512 memory=2171512 CPUtime=3355.54 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 138316 0 0 0 334153 1401 0 0 20 0 20 0 47906908 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4765878 542878 5544 1 0 555629 0
[pid=44400/tid=44402] ppid=44397 vsize=19063512 memory=2171512 CPUtime=3312.22 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 54908 0 0 0 329935 1287 0 0 20 0 20 0 47906909 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=19063512 memory=2171512 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=19063512 memory=2171512 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 2034 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44419] ppid=44397 vsize=19063512 memory=14572 CPUtime=0 cores=0,2
/proc/44400/task/44419/stat : 44419 (Timer-0) S 44397 44400 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47906947 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 3355.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171512 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.16 4.17 5/347 44622
/proc/meminfo: memFree=43335672/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=19063512 memory=2171512 CPUtime=3415.5 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 138435 0 0 0 340130 1420 0 0 20 0 20 0 47906908 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4765878 542878 5544 1 0 555629 0
[pid=44400/tid=44402] ppid=44397 vsize=19063512 memory=-6000919476934502507 CPUtime=3371.64 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 54953 0 0 0 335860 1304 0 0 20 0 20 0 47906909 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=19063512 memory=14572 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 2034 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44419] ppid=44397 vsize=19063512 memory=2171512 CPUtime=0 cores=0,2
/proc/44400/task/44419/stat : 44419 (Timer-0) S 44397 44400 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47906947 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 3415.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171512 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.17 4.17 4/303 44661
/proc/meminfo: memFree=70769320/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=19063512 memory=2171512 CPUtime=3475.62 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 138525 0 0 0 346118 1444 0 0 20 0 20 0 47906908 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4765878 542878 5544 1 0 555629 0
[pid=44400/tid=44402] ppid=44397 vsize=19063512 memory=2171512 CPUtime=3430.97 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 54963 0 0 0 341771 1326 0 0 20 0 20 0 47906909 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=19063512 memory=2171512 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=19063512 memory=-6000919476934502507 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 2035 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44419] ppid=44397 vsize=19063512 memory=2171512 CPUtime=0 cores=0,2
/proc/44400/task/44419/stat : 44419 (Timer-0) S 44397 44400 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47906947 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 3475.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171512 KiB

[startup+3522.3 s]
/proc/loadavg: 2.80 3.79 4.04 2/272 44728
/proc/meminfo: memFree=112783896/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=19063512 memory=2171512 CPUtime=3535.41 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 138888 0 0 0 352076 1465 0 0 20 0 20 0 47906908 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4765878 542878 5544 1 0 555629 0
[pid=44400/tid=44402] ppid=44397 vsize=19063512 memory=2171512 CPUtime=3490.32 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 55259 0 0 0 347686 1346 0 0 20 0 20 0 47906909 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=19063512 memory=2171512 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=19063512 memory=2171512 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 2035 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44419] ppid=44397 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/44400/task/44419/stat : 44419 (Timer-0) S 44397 44400 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47906947 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 3535.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171512 KiB

[startup+3582.3 s]
/proc/loadavg: 1.77 3.31 3.86 2/272 44730
/proc/meminfo: memFree=112584748/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=19063512 memory=2171512 CPUtime=3595.39 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 141292 0 0 0 358056 1483 0 0 20 0 20 0 47906908 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4765878 542878 5544 1 0 555629 0
[pid=44400/tid=44402] ppid=44397 vsize=19063512 memory=2171512 CPUtime=3549.67 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 56447 0 0 0 353605 1362 0 0 20 0 20 0 47906909 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=19063512 memory=2171512 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=19063512 memory=2171512 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 2147 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44419] ppid=44397 vsize=19063512 memory=2208 CPUtime=0 cores=0,2
/proc/44400/task/44419/stat : 44419 (Timer-0) S 44397 44400 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47906947 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 3595.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171512 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586.9 s]
/proc/loadavg: 1.71 3.27 3.84 2/272 44730
/proc/meminfo: memFree=112568372/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=19063512 memory=2171512 CPUtime=3600.04 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 141324 0 0 0 358519 1485 0 0 20 0 20 0 47906908 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4765878 542878 5544 1 0 555629 0
[pid=44400/tid=44402] ppid=44397 vsize=19063512 memory=2171512 CPUtime=3554.2 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 56447 0 0 0 354056 1364 0 0 20 0 20 0 47906909 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=19063512 memory=2171512 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=19063512 memory=2208 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 2147 0 0 0 0 0 0 0 20 0 20 0 47906911 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44419] ppid=44397 vsize=19063512 memory=2171512 CPUtime=0 cores=0,2
/proc/44400/task/44419/stat : 44419 (Timer-0) S 44397 44400 42765 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47906947 19521036288 542878 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2171512 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.39 s, system=14.8822 s

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

[startup+3587 s]*
/proc/loadavg: 1.71 3.27 3.84 3/273 44733
/proc/meminfo: memFree=112568372/131249996 swapFree=33010684/33010684
[pid=44400] ppid=44397 vsize=19263204 memory=2172280 CPUtime=3600.24 cores=0,2
/proc/44400/stat : 44400 (java) S 44397 44400 42765 0 -1 4194304 144356 0 0 0 358538 1486 0 0 20 0 21 0 47906908 19725520896 543070 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
/proc/44400/statm: 4815801 543070 5576 1 0 556567 0
[pid=44400/tid=44402] ppid=44397 vsize=19263204 memory=-6000919476934502507 CPUtime=3554.3 cores=0,2
/proc/44400/task/44402/stat : 44402 (java) R 44397 44400 42765 0 -1 4194368 56675 0 0 0 354066 1364 0 0 20 0 21 0 47906909 19725520896 543070 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44411] ppid=44397 vsize=19263204 memory=-5155633680935826750 CPUtime=0 cores=0,2
/proc/44400/task/44411/stat : 44411 (Finalizer) S 44397 44400 42765 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 47906911 19725520896 543070 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44418] ppid=44397 vsize=19263204 memory=17332 CPUtime=0 cores=0,2
/proc/44400/task/44418/stat : 44418 (Common-Cleaner) S 44397 44400 42765 0 -1 4194368 2147 0 0 0 0 0 0 0 20 0 21 0 47906911 19725520896 543070 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
[pid=44400/tid=44733] ppid=44397 vsize=19263204 memory=46336 CPUtime=0.06 cores=0,2
/proc/44400/task/44733/stat : 44733 (Thread-0) S 44397 44400 42765 0 -1 4194368 359 0 0 0 6 0 0 0 20 0 21 0 48265599 19725520896 543070 18446744073709551615 93849641955328 93849641959024 140723463415120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93849641966840 93849641967632 93849652977664 140723463420208 140723463420390 140723463420390 140723463425992 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2172280 KiB

Child status: 143

Real time (s): 3587.07
CPU time (s): 3600.27
CPU user time (s): 3585.39
CPU system time (s): 14.8822
CPU usage (%): 100.368
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2172280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.39
system time used= 14.8822
maximum resident set size= 2172408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144693
page faults= 0
swaps= 0
block input operations= 0
block output operations= 30633224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131862
involuntary context switches= 14042


# summary of solver processes directly reported to runsolver:
#   pid: 44400
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3585.39
#   total CPU system time (s): 14.8822

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.42587 second user time and 16.9173 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-01 00:24:43
IDJOB=4486341
IDBENCH=147018
IDSOLVER=3364
FILE ID=nodeC032/4486341-1751322283
RUNJOBID= nodeC032-1751314974-42775
SLURM_JOB_ID= 9594329
Free space on /tmp= 432064 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data8_3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486341-1751322283/watcher-4486341-1751322283 -o /tmp/evaluation-result-4486341-1751322283/solver-4486341-1751322283 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751314974-42775 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4486341-1751322283 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4486341-1751322283.opb

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

MD5SUM BENCH= 1adddfdbf1ced655bc7cf87afdf2cbda
RANDOM SEED=160892274

nodeC032 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.852
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.843
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.172
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.220
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.847
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.845
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.694
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3618.177
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122766660 kB
MemAvailable:   125543544 kB
Buffers:            3280 kB
Cached:          3581716 kB
SwapCached:            0 kB
Active:          4559108 kB
Inactive:        3327688 kB
Active(anon):    4319976 kB
Inactive(anon):        0 kB
Active(file):     239132 kB
Inactive(file):  3327688 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           1132048 kB
Writeback:             0 kB
AnonPages:       4304988 kB
Mapped:           123020 kB
Shmem:             18068 kB
KReclaimable:      98604 kB
Slab:             222232 kB
SReclaimable:      98604 kB
SUnreclaim:       123628 kB
KernelStack:        5280 kB
PageTables:        12088 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7070480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4100096 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432068 MiB
End job on nodeC032 at 2025-07-01 01:24:30