Trace number 4503753

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3598.25 3700.16

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-111.opb
MD5SUM4268d39683cc1d999f2f6f0490fb9359
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark31.3265
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33692
Total number of constraints740354
Number of constraints which are clauses662955
Number of constraints which are cardinality constraints (but not clauses)2653
Number of constraints which are nor clauses,nor cardinality constraints74746
Minimum length of a constraint1
Maximum length of a constraint567
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 568
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.17	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.21	c Free memory 		2104792832
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2113929216
0.12/0.22	c Number of processors 	2
0.28/0.31	c Pseudo Boolean Optimization by upper bound
0.28/0.31	c --- Begin Solver configuration ---
0.28/0.31	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.28/0.31	c Learn all clauses as in MiniSAT
0.28/0.31	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.31	c Expensive reason simplification
0.28/0.31	c Glucose 2.1 dynamic restart strategy
0.28/0.31	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.28/0.31	c timeout=2147483s
0.28/0.31	c DB Simplification allowed=false
0.28/0.31	c Listener: none
0.28/0.31	c --- End Solver configuration ---
0.28/0.32	c solving HOME/instance-4503753-1751164635.opb
0.28/0.32	c reading problem ... 
0.44/0.32	c using VERIPB proof format
0.44/0.32	c  no objective function found
5.86/3.61	c ... done. Wall clock time 3.291s.
5.86/3.61	c declared #vars     33692
5.86/3.61	c #constraints  741696
5.86/3.61	c constraints type 
5.86/3.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 147983
5.86/3.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2643
5.86/3.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 74746
5.86/3.61	c org.sat4j.specs.Constr$1 => 4331
5.86/3.61	c org.sat4j.pb.constraints.pb.UnitClausePB => 47
5.86/3.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 511946
5.86/3.61	c 741696 constraints processed.
13.34/8.51	c cleaning 2500 clauses out of 5000 with flag 238913/5000
19.77/13.56	c cleaning 4237 clauses out of 8503 with flag 516894/11003
24.07/17.23	c cleaning 5446 clauses out of 11263 with flag 816403/18000
28.43/21.38	c cleaning 6843 clauses out of 13817 with flag 1080740/26000
34.95/27.89	c cleaning 7727 clauses out of 15974 with flag 1620797/35000
41.25/34.14	c cleaning 9092 clauses out of 18247 with flag 2032940/45000
49.61/42.54	c cleaning 9595 clauses out of 20155 with flag 2606212/56000
57.50/50.48	c cleaning 11019 clauses out of 22560 with flag 3136697/68000
69.52/62.44	c cleaning 12151 clauses out of 24541 with flag 3685567/81000
79.30/72.26	c cleaning 13118 clauses out of 26390 with flag 4117112/95000
86.91/79.90	c cleaning 13967 clauses out of 28272 with flag 4562257/110000
99.10/92.04	c cleaning 15037 clauses out of 30305 with flag 5118740/126000
108.60/102.25	c cleaning 16009 clauses out of 32268 with flag 5494800/143000
118.12/110.94	c cleaning 17071 clauses out of 34242 with flag 5807192/161000
126.71/119.56	c cleaning 18086 clauses out of 36171 with flag 6161962/180000
137.23/130.08	c cleaning 18961 clauses out of 38085 with flag 6491088/200000
145.40/138.21	c cleaning 20048 clauses out of 40124 with flag 6820398/221000
154.73/147.52	c cleaning 20856 clauses out of 42075 with flag 7147505/243001
161.72/154.51	c cleaning 22058 clauses out of 44218 with flag 7382959/266000
170.78/163.66	c cleaning 22292 clauses out of 46160 with flag 7781127/290000
180.77/173.67	c cleaning 23082 clauses out of 48867 with flag 8147959/315000
189.04/181.93	c cleaning 24538 clauses out of 51785 with flag 8459667/341000
201.48/194.41	c cleaning 24778 clauses out of 54247 with flag 8802361/368000
209.67/202.63	c cleaning 26755 clauses out of 57471 with flag 9068197/396002
218.85/211.83	c cleaning 27620 clauses out of 59714 with flag 9358165/425000
227.64/220.56	c cleaning 28704 clauses out of 62095 with flag 9667455/455001
239.52/232.49	c cleaning 29738 clauses out of 64390 with flag 10054973/486000
251.49/244.49	c cleaning 30513 clauses out of 66652 with flag 10396342/518000
262.44/255.42	c cleaning 31468 clauses out of 69139 with flag 10798141/551000
277.92/270.84	c cleaning 32898 clauses out of 71671 with flag 11297895/585000
293.36/286.30	c cleaning 33404 clauses out of 73774 with flag 11917545/620001
309.92/302.97	c cleaning 35159 clauses out of 76369 with flag 12486701/656000
326.27/319.32	c cleaning 34623 clauses out of 78210 with flag 13016315/693000
336.75/329.83	c cleaning 37156 clauses out of 81588 with flag 13426945/731001
347.54/340.64	c cleaning 38195 clauses out of 83431 with flag 13901979/770000
359.22/352.38	c cleaning 39069 clauses out of 85236 with flag 14443850/810000
373.00/366.16	c cleaning 40144 clauses out of 87167 with flag 14911245/851000
390.63/383.83	c cleaning 40118 clauses out of 89023 with flag 15510903/893000
402.01/395.24	c cleaning 41034 clauses out of 91905 with flag 15918859/936000
414.67/409.44	c cleaning 43268 clauses out of 94872 with flag 16268498/980001
426.08/420.88	c cleaning 44052 clauses out of 96604 with flag 16738831/1025001
444.14/438.98	c cleaning 43984 clauses out of 98552 with flag 17325607/1071001
456.12/450.97	c cleaning 45591 clauses out of 101569 with flag 17724668/1118002
473.06/467.94	c cleaning 46391 clauses out of 103977 with flag 18205237/1166001
493.11/487.66	c cleaning 46221 clauses out of 106586 with flag 18904797/1215001
515.48/510.05	c cleaning 46777 clauses out of 110364 with flag 19617119/1265000
534.30/528.82	c cleaning 48055 clauses out of 114587 with flag 20220164/1316000
549.06/543.65	c cleaning 50321 clauses out of 118533 with flag 20646801/1368001
567.69/562.34	c cleaning 51654 clauses out of 121211 with flag 21233113/1421000
592.64/587.30	c cleaning 52258 clauses out of 123557 with flag 22160122/1475000
619.31/613.93	c cleaning 51072 clauses out of 126300 with flag 23092117/1530001
646.03/640.75	c cleaning 54576 clauses out of 131228 with flag 23923197/1586001
672.87/667.61	c cleaning 55025 clauses out of 133652 with flag 24594857/1643001
694.99/689.84	c cleaning 56944 clauses out of 136628 with flag 25249026/1701002
721.53/716.35	c cleaning 57190 clauses out of 138682 with flag 26098742/1760000
743.67/738.57	c cleaning 58562 clauses out of 141493 with flag 27041796/1820001
775.56/770.44	c cleaning 59852 clauses out of 143930 with flag 27950884/1881000
801.19/796.18	c cleaning 60358 clauses out of 146078 with flag 28632634/1943000
825.58/820.61	c cleaning 61290 clauses out of 148720 with flag 29322272/2006000
844.68/839.81	c cleaning 62935 clauses out of 151430 with flag 29962501/2070000
868.34/863.53	c cleaning 63681 clauses out of 153495 with flag 30742158/2135000
891.96/887.18	c cleaning 64824 clauses out of 155817 with flag 31619385/2201003
917.66/912.97	c cleaning 65976 clauses out of 157990 with flag 32461765/2268000
938.86/934.22	c cleaning 66863 clauses out of 160014 with flag 33180676/2336000
956.53/951.93	c cleaning 67853 clauses out of 162151 with flag 33895029/2405000
983.26/978.69	c cleaning 68027 clauses out of 164298 with flag 34820224/2475000
1022.95/1018.55	c cleaning 66464 clauses out of 167271 with flag 35989245/2546000
1066.73/1062.49	c cleaning 70890 clauses out of 172808 with flag 36910281/2618001
1092.36/1088.15	c cleaning 71772 clauses out of 174917 with flag 37594560/2691000
1130.85/1126.78	c cleaning 71556 clauses out of 177146 with flag 38628151/2765001
1170.29/1166.14	c cleaning 71461 clauses out of 180589 with flag 39680644/2840000
1203.07/1199.01	c cleaning 74785 clauses out of 185128 with flag 40571864/2916000
1240.71/1236.87	c cleaning 75222 clauses out of 187343 with flag 41568386/2993000
1264.40/1260.49	c cleaning 76857 clauses out of 190121 with flag 42506031/3071000
1287.45/1283.48	c cleaning 77622 clauses out of 192264 with flag 43254163/3150000
1314.06/1310.16	c cleaning 79156 clauses out of 194642 with flag 44014455/3230000
1343.54/1339.87	c cleaning 79643 clauses out of 196486 with flag 45000111/3311000
1377.01/1373.53	c cleaning 80747 clauses out of 198843 with flag 45907389/3393000
1416.45/1413.07	c cleaning 79046 clauses out of 201096 with flag 47192976/3476000
1451.03/1447.94	c cleaning 81605 clauses out of 206050 with flag 48112529/3560000
1480.09/1477.06	c cleaning 83604 clauses out of 209448 with flag 48834793/3645003
1518.90/1516.21	c cleaning 83465 clauses out of 211846 with flag 49784407/3731005
1559.14/1556.33	c cleaning 85535 clauses out of 215376 with flag 51000030/3818000
1598.97/1596.32	c cleaning 86604 clauses out of 217841 with flag 52662104/3906000
1634.83/1632.32	c cleaning 87580 clauses out of 220238 with flag 53817173/3995001
1683.03/1680.58	c cleaning 87902 clauses out of 222657 with flag 55198540/4085000
1725.94/1723.49	c cleaning 88841 clauses out of 225755 with flag 56446975/4176000
1757.58/1755.39	c cleaning 90663 clauses out of 228917 with flag 57702840/4268003
1795.98/1793.91	c cleaning 91718 clauses out of 231251 with flag 58798327/4361000
1838.76/1836.70	c cleaning 91505 clauses out of 233533 with flag 60179087/4455000
1875.69/1873.87	c cleaning 94254 clauses out of 237028 with flag 61637333/4550000
1913.43/1912.93	c cleaning 95194 clauses out of 238774 with flag 62854689/4646000
1955.29/1958.66	c cleaning 95794 clauses out of 240582 with flag 64152725/4743002
1989.50/1992.98	c cleaning 96920 clauses out of 242786 with flag 65469002/4841000
2024.49/2028.19	c cleaning 97888 clauses out of 244866 with flag 66644115/4940000
2061.56/2065.22	c cleaning 98442 clauses out of 246978 with flag 67798788/5040000
2103.10/2106.97	c cleaning 99432 clauses out of 249536 with flag 68845549/5141000
2150.99/2155.02	c cleaning 101070 clauses out of 252104 with flag 70500507/5243000
2194.06/2205.44	c cleaning 101614 clauses out of 254034 with flag 71624418/5346000
2233.28/2245.10	c cleaning 102941 clauses out of 256420 with flag 73068571/5450000
2275.40/2289.19	c cleaning 103671 clauses out of 258479 with flag 74229864/5555000
2327.34/2352.80	c cleaning 104790 clauses out of 260808 with flag 75557807/5661000
2370.95/2397.56	c cleaning 105852 clauses out of 263018 with flag 76940445/5768000
2413.76/2440.34	c cleaning 106492 clauses out of 265167 with flag 78205294/5876001
2456.85/2483.49	c cleaning 107854 clauses out of 267675 with flag 79357181/5985001
2509.57/2547.20	c cleaning 108753 clauses out of 269820 with flag 80991793/6095000
2556.82/2594.58	c cleaning 109597 clauses out of 272067 with flag 82574290/6206000
2627.74/2668.68	c cleaning 108023 clauses out of 274470 with flag 84339432/6318000
2695.83/2737.35	c cleaning 110793 clauses out of 279448 with flag 86117266/6431001
2737.04/2778.55	c cleaning 112700 clauses out of 282654 with flag 87388971/6545000
2780.43/2823.41	c cleaning 114062 clauses out of 284954 with flag 88630568/6660000
2824.74/2867.94	c cleaning 114779 clauses out of 286892 with flag 90126035/6776000
2899.85/2944.52	c cleaning 114782 clauses out of 289113 with flag 92531625/6893000
2955.58/3000.25	c cleaning 116648 clauses out of 292331 with flag 94369019/7011000
3025.54/3072.29	c cleaning 117166 clauses out of 294684 with flag 96281533/7130001
3076.35/3124.98	c cleaning 118786 clauses out of 297517 with flag 98075185/7250000
3133.36/3181.90	c cleaning 120311 clauses out of 299732 with flag 99668780/7371001
3176.96/3225.42	c cleaning 120795 clauses out of 301420 with flag 100988772/7493000
3223.55/3272.11	c cleaning 122089 clauses out of 303625 with flag 102460406/7616000
3270.00/3318.61	c cleaning 122910 clauses out of 305536 with flag 103772525/7740000
3330.56/3379.25	c cleaning 123573 clauses out of 307626 with flag 104842682/7865000
3374.08/3422.94	c cleaning 125117 clauses out of 310053 with flag 106378918/7991000
3424.92/3496.68	c cleaning 125774 clauses out of 311936 with flag 108284248/8118000
3494.18/3585.40	c cleaning 124570 clauses out of 314162 with flag 109906623/8246000
3547.66/3639.07	c cleaning 126528 clauses out of 318592 with flag 111860457/8375000
3598.01/3700.03	c starts		: 36285
3598.01/3700.04	c timeout
3598.01/3700.04	c conflicts		: 8489443
3598.01/3700.04	c decisions		: 170518833
3598.01/3700.04	c propagations		: 4509385137
3598.01/3700.04	c inspects		: 36732992167
3598.01/3700.04	c shortcuts		: 0
3598.01/3700.04	c learnt literals	: 20
3598.01/3700.04	c learnt binary clauses	: 9126
3598.01/3700.04	c learnt ternary clauses	: 25040
3598.01/3700.04	c learnt constraints	: 8489423
3598.01/3700.04	c ignored constraints	: 0
3598.01/3700.04	c root simplifications	: 0
3598.01/3700.04	c removed literals (reason simplification)	: 91393454
3598.01/3700.04	c reason swapping (by a shorter reason)	: 0
3598.01/3700.04	c Calls to reduceDB	: 125
3598.01/3700.04	c Number of update (reduction) of LBD	: 5363141
3598.01/3700.04	c Imported unit clauses	: 0
3598.01/3700.04	c No decision after first conflict	: false
3598.01/3700.04	c number of reductions to clauses (during analyze)	: 0
3598.01/3700.04	c number of learned constraints concerned by reduction	: 0
3598.01/3700.04	c number of learning phase by resolution	: 0
3598.01/3700.04	c number of learning phase by cutting planes	: 0
3598.01/3700.04	c number of rounding to 1 operations	: 0
3598.01/3700.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3598.01/3700.04	c number of reductions of the coefficients by power 2 	: 0
3598.01/3700.04	c number of right shift for reduction by power 2 	: 0
3598.01/3700.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3598.01/3700.04	c number of ending skipping 	: 0
3598.01/3700.05	c number of internal skipping 	: 0
3598.01/3700.05	c number of derivation steps 	: 0
3598.01/3700.05	c number of skipped derivation steps 	: 0
3598.01/3700.05	c number of remaining unassigned 	: 0
3598.01/3700.05	c number of remaining assigned 	: 0
3598.01/3700.05	c number of falsified literals weakened from reason	: 0
3598.01/3700.05	c number of falsified literals weakened from conflict	: 0
3598.01/3700.05	c time for arithmetic operations	: 0
3598.01/3700.05	c minimum degree of deleted constraints	: null
3598.01/3700.05	c maximum degree of deleted constraints	: null
3598.01/3700.05	c number of deleted constraints	: 0
3598.01/3700.05	c speed (assignments/second)	: 1219933.1074390898
3598.01/3700.05	c non guided choices	: 10522709
3598.18/3700.14	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 297381
3598.18/3700.14	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 9126
3598.18/3700.14	s UNKNOWN
3598.18/3700.14	c Total wall clock time (in seconds): 3699.823

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (51634 MiB free)
  memory of node 1: 64507 MiB (60722 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=19298, runsolver pid=19295

[startup+0.100064 s]*
/proc/loadavg: 4.15 4.20 4.18 5/330 19316
/proc/meminfo: memFree=115033848/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=18930384 memory=48304 CPUtime=0.12 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 5791 0 0 0 8 4 0 0 20 0 18 0 32143231 19384713216 12076 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4732596 12076 5303 1 0 546988 0
[pid=19298/tid=19300] ppid=19295 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) S 19295 19298 16715 0 -1 4194368 4689 0 0 0 6 2 0 0 20 0 18 0 32143233 19384713216 12076 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32143238 19384713216 12076 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=18930384 memory=57394571004297 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32143239 19384713216 12076 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48304 KiB

[startup+0.211938 s]*
/proc/loadavg: 4.15 4.20 4.18 6/330 19316
/proc/meminfo: memFree=115030824/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=18930384 memory=55384 CPUtime=0.28 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 6493 0 0 0 24 4 0 0 20 0 18 0 32143231 19384713216 13846 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4732596 13846 5335 1 0 547577 0
[pid=19298/tid=19300] ppid=19295 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) R 19295 19298 16715 0 -1 4194368 5009 0 0 0 16 3 0 0 20 0 18 0 32143233 19384713216 13846 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=18930384 memory=1707 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32143238 19384713216 13846 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=18930384 memory=56295059358712 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32143239 19384713216 13846 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55384 KiB

[startup+0.310486 s]*
/proc/loadavg: 4.15 4.20 4.18 6/330 19316
/proc/meminfo: memFree=115029816/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=18930384 memory=58532 CPUtime=0.44 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 6797 0 0 0 39 5 0 0 20 0 18 0 32143231 19384713216 14633 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4732596 14633 5335 1 0 547781 0
[pid=19298/tid=19300] ppid=19295 vsize=18930384 memory=-6000919485524501358 CPUtime=0.28 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) R 19295 19298 16715 0 -1 4194368 5213 0 0 0 25 3 0 0 20 0 18 0 32143233 19384713216 14633 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32143238 19384713216 14633 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32143239 19384713216 14633 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58532 KiB

[startup+0.700332 s]
/proc/loadavg: 4.15 4.20 4.18 6/330 19316
/proc/meminfo: memFree=115021436/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=18930384 memory=113492 CPUtime=1.14 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 8595 0 0 0 107 7 0 0 20 0 18 0 32143231 19384713216 28373 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4732596 28373 5431 1 0 548977 0
[pid=19298/tid=19300] ppid=19295 vsize=18930384 memory=17152 CPUtime=0.6 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) R 19295 19298 16715 0 -1 4194368 5348 0 0 0 55 5 0 0 20 0 18 0 32143233 19384713216 28373 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=18930384 memory=10752 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32143238 19384713216 28373 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32143239 19384713216 28373 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 113492 KiB

[startup+1.50024 s]
/proc/loadavg: 4.15 4.20 4.18 6/331 19317
/proc/meminfo: memFree=114909652/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=18996948 memory=198316 CPUtime=2.68 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 18642 0 0 0 257 11 0 0 20 0 19 0 32143231 19452874752 49579 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4749237 49579 5463 1 0 554126 0
[pid=19298/tid=19300] ppid=19295 vsize=18996948 memory=3200 CPUtime=1.27 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) R 19295 19298 16715 0 -1 4194368 5778 0 0 0 121 6 0 0 20 0 19 0 32143233 19452874752 49579 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32143238 19452874752 49579 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32143239 19452874752 49579 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 198316 KiB

[startup+3.10573 s]
/proc/loadavg: 4.30 4.23 4.19 5/331 19317
/proc/meminfo: memFree=114122604/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=18996948 memory=980124 CPUtime=5.28 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 23642 0 0 0 500 28 0 0 20 0 19 0 32143231 19452874752 245031 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4749237 245031 5463 1 0 1682611 0
[pid=19298/tid=19300] ppid=19295 vsize=18996948 memory=10752 CPUtime=2.61 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) S 19295 19298 16715 0 -1 4194368 6534 0 0 0 243 18 0 0 20 0 19 0 32143233 19452874752 245031 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32143238 19452874752 245031 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32143239 19452874752 245031 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 980124 KiB

[startup+6.30029 s]
/proc/loadavg: 4.30 4.23 4.19 6/332 19318
/proc/meminfo: memFree=113907472/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=19063512 memory=1156700 CPUtime=10.36 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 25808 0 0 0 1004 32 0 0 20 0 20 0 32143231 19521036288 289175 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4765878 289175 5463 1 0 1683049 0
[pid=19298/tid=19300] ppid=19295 vsize=19063512 memory=5632 CPUtime=5.71 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) R 19295 19298 16715 0 -1 4194368 7793 0 0 0 550 21 0 0 20 0 20 0 32143233 19521036288 289175 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143238 19521036288 289175 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32143239 19521036288 289175 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19318] ppid=19295 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/19298/task/19318/stat : 19318 (Timer-0) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143594 19521036288 289175 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 10.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1156700 KiB

[startup+12.7004 s]
/proc/loadavg: 4.36 4.24 4.20 5/332 19318
/proc/meminfo: memFree=113880324/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=19063512 memory=1153880 CPUtime=18.83 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 26363 0 0 0 1849 34 0 0 20 0 20 0 32143231 19521036288 288470 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4765878 288470 5495 1 0 1683049 0
[pid=19298/tid=19300] ppid=19295 vsize=19063512 memory=10752 CPUtime=12.09 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) R 19295 19298 16715 0 -1 4194368 7877 0 0 0 1188 21 0 0 20 0 20 0 32143233 19521036288 288470 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=19063512 memory=1153880 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143238 19521036288 288470 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 32143239 19521036288 288470 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19318] ppid=19295 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/19298/task/19318/stat : 19318 (Timer-0) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143594 19521036288 288470 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 18.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1153880 KiB

[startup+25.5005 s]
/proc/loadavg: 4.28 4.23 4.19 5/331 19318
/proc/meminfo: memFree=113644516/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=19063512 memory=1357332 CPUtime=32.65 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 36652 0 0 0 3222 43 0 0 20 0 20 0 32143231 19521036288 339333 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4765878 339333 5495 1 0 2163541 0
[pid=19298/tid=19300] ppid=19295 vsize=19063512 memory=1153880 CPUtime=24.75 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) R 19295 19298 16715 0 -1 4194368 8935 0 0 0 2449 26 0 0 20 0 20 0 32143233 19521036288 339333 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=19063512 memory=1316372 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143238 19521036288 339333 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 32143239 19521036288 339333 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19318] ppid=19295 vsize=19063512 memory=1157980 CPUtime=0 cores=1,3
/proc/19298/task/19318/stat : 19318 (Timer-0) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143594 19521036288 339333 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 32.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1357332 KiB

[startup+51.114 s]
/proc/loadavg: 4.18 4.21 4.19 5/331 19318
/proc/meminfo: memFree=113077104/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=19063512 memory=1814048 CPUtime=58.21 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 38552 0 0 0 5763 58 0 0 20 0 20 0 32143231 19521036288 453512 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4765878 453512 5495 1 0 2163557 0
[pid=19298/tid=19300] ppid=19295 vsize=19063512 memory=211309297979 CPUtime=50.27 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) R 19295 19298 16715 0 -1 4194368 10458 0 0 0 4988 39 0 0 20 0 20 0 32143233 19521036288 453512 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=19063512 memory=1740320 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143238 19521036288 453512 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 32143239 19521036288 453512 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19318] ppid=19295 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/19298/task/19318/stat : 19318 (Timer-0) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143594 19521036288 453512 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 58.21 s
Current children cumulated vsize: 19063512 KiB

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

[startup+3342.3 s]
/proc/loadavg: 4.18 4.20 4.18 5/331 19630
/proc/meminfo: memFree=95254984/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=19063512 memory=6551008 CPUtime=3293.59 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 248888 0 0 0 328368 991 0 0 20 0 20 0 32143231 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4765878 1637752 5495 1 0 2164018 0
[pid=19298/tid=19300] ppid=19295 vsize=19063512 memory=6551008 CPUtime=3267.92 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) R 19295 19298 16715 0 -1 4194368 140837 0 0 0 326041 751 0 0 20 0 20 0 32143233 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=19063512 memory=6551008 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143238 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=19063512 memory=6551008 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 3261 0 0 0 0 0 0 0 20 0 20 0 32143239 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19318] ppid=19295 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/19298/task/19318/stat : 19318 (Timer-0) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143594 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 3293.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6551008 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.18 4.17 5/331 19632
/proc/meminfo: memFree=94924096/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=19063512 memory=6551008 CPUtime=3353.58 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 253855 0 0 0 334351 1007 0 0 20 0 20 0 32143231 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4765878 1637752 5495 1 0 2164045 0
[pid=19298/tid=19300] ppid=19295 vsize=19063512 memory=6551008 CPUtime=3327.56 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) R 19295 19298 16715 0 -1 4194368 142506 0 0 0 331993 763 0 0 20 0 20 0 32143233 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143238 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 3319 0 0 0 0 0 0 0 20 0 20 0 32143239 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19318] ppid=19295 vsize=19063512 memory=6551008 CPUtime=0 cores=1,3
/proc/19298/task/19318/stat : 19318 (Timer-0) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143594 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 3353.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6551008 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.17 4.17 3/332 19635
/proc/meminfo: memFree=94917236/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=19063512 memory=6551008 CPUtime=3412.04 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 255484 0 0 0 340180 1024 0 0 20 0 20 0 32143231 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4765878 1637752 5495 1 0 2164045 0
[pid=19298/tid=19300] ppid=19295 vsize=19063512 memory=4764 CPUtime=3385.96 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) R 19295 19298 16715 0 -1 4194368 144130 0 0 0 337819 777 0 0 20 0 20 0 32143233 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143238 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=19063512 memory=6551008 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 3319 0 0 0 0 0 0 0 20 0 20 0 32143239 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19318] ppid=19295 vsize=19063512 memory=6551008 CPUtime=0 cores=1,3
/proc/19298/task/19318/stat : 19318 (Timer-0) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143594 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 3412.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6551008 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/331 19642
/proc/meminfo: memFree=94718508/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=19063512 memory=6551008 CPUtime=3450.7 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 260690 0 0 0 344037 1033 0 0 20 0 20 0 32143231 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4765878 1637752 5495 1 0 2164045 0
[pid=19298/tid=19300] ppid=19295 vsize=19063512 memory=5632 CPUtime=3424.22 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) R 19295 19298 16715 0 -1 4194368 146001 0 0 0 341638 784 0 0 20 0 20 0 32143233 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=19063512 memory=6551008 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143238 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=19063512 memory=6551008 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 3393 0 0 0 0 0 0 0 20 0 20 0 32143239 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19318] ppid=19295 vsize=19063512 memory=6551008 CPUtime=0 cores=1,3
/proc/19298/task/19318/stat : 19318 (Timer-0) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143594 19521036288 1637752 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 3450.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6551008 KiB

[startup+3582.3 s]
/proc/loadavg: 4.04 4.14 4.16 4/310 19683
/proc/meminfo: memFree=105387184/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=19063512 memory=6735480 CPUtime=3491.18 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 261052 0 0 0 348068 1050 0 0 20 0 20 0 32143231 19521036288 1683870 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4765878 1683870 5495 1 0 2164045 0
[pid=19298/tid=19300] ppid=19295 vsize=19063512 memory=5632 CPUtime=3463.76 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) R 19295 19298 16715 0 -1 4194368 146118 0 0 0 345582 794 0 0 20 0 20 0 32143233 19521036288 1683870 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143238 19521036288 1683870 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=19063512 memory=6551008 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 3399 0 0 0 0 0 0 0 20 0 20 0 32143239 19521036288 1683870 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19318] ppid=19295 vsize=19063512 memory=6735480 CPUtime=0 cores=1,3
/proc/19298/task/19318/stat : 19318 (Timer-0) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143594 19521036288 1683870 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 3491.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6735480 KiB

[startup+3642.3 s]
/proc/loadavg: 3.60 3.99 4.11 4/311 19686
/proc/meminfo: memFree=105845280/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=19063512 memory=6735480 CPUtime=3550.94 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 264321 0 0 0 354029 1065 0 0 20 0 20 0 32143231 19521036288 1683870 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4765878 1683870 5495 1 0 2164045 0
[pid=19298/tid=19300] ppid=19295 vsize=19063512 memory=6735480 CPUtime=3523.47 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) R 19295 19298 16715 0 -1 4194368 149264 0 0 0 351540 807 0 0 20 0 20 0 32143233 19521036288 1683870 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143238 19521036288 1683870 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=19063512 memory=6735480 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 3481 0 0 0 0 0 0 0 20 0 20 0 32143239 19521036288 1683870 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19318] ppid=19295 vsize=19063512 memory=6735480 CPUtime=0 cores=1,3
/proc/19298/task/19318/stat : 19318 (Timer-0) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143594 19521036288 1683870 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 3550.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6735480 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 3.35 3.84 4.05 4/311 19690
/proc/meminfo: memFree=105602436/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=19063512 memory=6735480 CPUtime=3598.01 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 268146 0 0 0 358722 1079 0 0 20 0 20 0 32143231 19521036288 1683870 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4765878 1683870 5495 1 0 2164045 0
[pid=19298/tid=19300] ppid=19295 vsize=19063512 memory=-6000919494131082094 CPUtime=3570.25 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) R 19295 19298 16715 0 -1 4194368 151557 0 0 0 356208 817 0 0 20 0 20 0 32143233 19521036288 1683870 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=19063512 memory=-6623555621195244967 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143238 19521036288 1683870 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=19063512 memory=46464 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 3573 0 0 0 0 0 0 0 20 0 20 0 32143239 19521036288 1683870 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19318] ppid=19295 vsize=19063512 memory=12416 CPUtime=0 cores=1,3
/proc/19298/task/19318/stat : 19318 (Timer-0) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32143594 19521036288 1683870 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 3598.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6735480 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.43 s, system=10.8249 s

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

[startup+3700.12 s]
/proc/loadavg: 3.35 3.84 4.05 4/311 19690
/proc/meminfo: memFree=105602436/131382112 swapFree=33010684/33010684
[pid=19298] ppid=19295 vsize=19263204 memory=6736376 CPUtime=3598.18 cores=1,3
/proc/19298/stat : 19298 (java) S 19295 19298 16715 0 -1 4194304 270876 0 0 0 358738 1080 0 0 20 0 21 0 32143231 19725520896 1684094 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
/proc/19298/statm: 4815801 1684094 5527 1 0 2164985 0
[pid=19298/tid=19300] ppid=19295 vsize=19263204 memory=6551008 CPUtime=3570.28 cores=1,3
/proc/19298/task/19300/stat : 19300 (java) S 19295 19298 16715 0 -1 4194368 151923 0 0 0 356210 818 0 0 20 0 21 0 32143233 19725520896 1684094 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19309] ppid=19295 vsize=19263204 memory=6735480 CPUtime=0 cores=1,3
/proc/19298/task/19309/stat : 19309 (Finalizer) S 19295 19298 16715 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 32143238 19725520896 1684094 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
[pid=19298/tid=19316] ppid=19295 vsize=19263204 memory=6735480 CPUtime=0 cores=1,3
/proc/19298/task/19316/stat : 19316 (Common-Cleaner) S 19295 19298 16715 0 -1 4194368 3573 0 0 0 0 0 0 0 20 0 21 0 32143239 19725520896 1684094 18446744073709551615 94359537188864 94359537192560 140728288290688 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94359537200376 94359537201168 94359555911680 140728288295216 140728288295398 140728288295398 140728288301000 0
Current children cumulated CPU time: 3598.18 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6736376 KiB

Child status: 143

Real time (s): 3700.16
CPU time (s): 3598.25
CPU user time (s): 3587.43
CPU system time (s): 10.8249
CPU usage (%): 97.2458
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6736376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.43
system time used= 10.8249
maximum resident set size= 6736504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271080
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8444112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112512
involuntary context switches= 8055


# summary of solver processes directly reported to runsolver:
#   pid: 19298
#   total CPU time (s): 3598.25
#   total CPU user time (s): 3587.43
#   total CPU system time (s): 10.8249

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6439 second user time and 41.2105 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 04:37:15
IDJOB=4503753
IDBENCH=155584
IDSOLVER=3364
FILE ID=nodeC012/4503753-1751164635
RUNJOBID= nodeC012-1751157286-16727
SLURM_JOB_ID= 9587482
Free space on /tmp= 432964 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-111.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503753-1751164635/watcher-4503753-1751164635 -o /tmp/evaluation-result-4503753-1751164635/solver-4503753-1751164635 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751157286-16727 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503753-1751164635 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4503753-1751164635.opb

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

MD5SUM BENCH= 4268d39683cc1d999f2f6f0490fb9359
RANDOM SEED=1487862594

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        115053756 kB
MemAvailable:   121314820 kB
Buffers:            3280 kB
Cached:          7065372 kB
SwapCached:            0 kB
Active:          8942008 kB
Inactive:        6832604 kB
Active(anon):    8723940 kB
Inactive(anon):        0 kB
Active(file):     218068 kB
Inactive(file):  6832604 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47724 kB
Writeback:             0 kB
AnonPages:       8709048 kB
Mapped:           122124 kB
Shmem:             17960 kB
KReclaimable:      99656 kB
Slab:             182052 kB
SReclaimable:      99656 kB
SUnreclaim:        82396 kB
KernelStack:        5072 kB
PageTables:        20692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   15804488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8466432 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC012 at 2025-06-29 05:38:56