Trace number 4503752

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.26 3602.92

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.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-4503752-1751164716.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
4.17/2.75	c ... done. Wall clock time 2.614s.
4.17/2.75	c declared #vars     33692
4.17/2.75	c #constraints  741696
4.17/2.75	c constraints type 
4.17/2.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 147983
4.17/2.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2643
4.17/2.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 74746
4.17/2.75	c org.sat4j.specs.Constr$1 => 4331
4.17/2.75	c org.sat4j.pb.constraints.pb.UnitClausePB => 47
4.17/2.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 511946
4.17/2.75	c 741696 constraints processed.
9.19/7.01	c cleaning 2500 clauses out of 5000 with flag 238913/5000
13.82/11.58	c cleaning 4237 clauses out of 8503 with flag 516894/11003
17.63/15.11	c cleaning 5446 clauses out of 11263 with flag 816403/18000
21.33/18.80	c cleaning 6843 clauses out of 13817 with flag 1080740/26000
27.42/24.98	c cleaning 7727 clauses out of 15974 with flag 1620797/35000
33.31/30.89	c cleaning 9092 clauses out of 18247 with flag 2032940/45000
41.09/38.60	c cleaning 9595 clauses out of 20155 with flag 2606212/56000
48.68/46.26	c cleaning 11019 clauses out of 22560 with flag 3136697/68000
59.16/56.73	c cleaning 12151 clauses out of 24541 with flag 3685567/81000
68.46/66.10	c cleaning 13118 clauses out of 26390 with flag 4117112/95000
75.74/73.35	c cleaning 13967 clauses out of 28272 with flag 4562257/110000
87.11/84.78	c cleaning 15037 clauses out of 30305 with flag 5118740/126000
95.03/92.63	c cleaning 16009 clauses out of 32268 with flag 5494800/143000
103.05/100.59	c cleaning 17071 clauses out of 34242 with flag 5807192/161000
110.84/108.35	c cleaning 18086 clauses out of 36171 with flag 6161962/180000
119.33/116.80	c cleaning 18961 clauses out of 38085 with flag 6491088/200000
126.91/124.40	c cleaning 20048 clauses out of 40124 with flag 6820398/221000
134.20/131.71	c cleaning 20856 clauses out of 42075 with flag 7147505/243001
140.49/138.08	c cleaning 22058 clauses out of 44218 with flag 7382959/266000
148.68/146.21	c cleaning 22292 clauses out of 46160 with flag 7781127/290000
157.86/155.50	c cleaning 23082 clauses out of 48867 with flag 8147959/315000
165.56/163.15	c cleaning 24538 clauses out of 51785 with flag 8459667/341000
175.93/173.55	c cleaning 24778 clauses out of 54247 with flag 8802361/368000
183.21/180.87	c cleaning 26755 clauses out of 57471 with flag 9068197/396002
191.50/189.16	c cleaning 27620 clauses out of 59714 with flag 9358165/425000
199.31/196.92	c cleaning 28704 clauses out of 62095 with flag 9667455/455001
210.08/207.79	c cleaning 29738 clauses out of 64390 with flag 10054973/486000
221.36/219.06	c cleaning 30513 clauses out of 66652 with flag 10396342/518000
231.44/229.13	c cleaning 31468 clauses out of 69139 with flag 10798141/551000
245.31/243.08	c cleaning 32898 clauses out of 71671 with flag 11297895/585000
259.16/256.97	c cleaning 33404 clauses out of 73774 with flag 11917545/620001
274.92/272.63	c cleaning 35159 clauses out of 76369 with flag 12486701/656000
289.48/287.22	c cleaning 34623 clauses out of 78210 with flag 13016315/693000
299.27/297.02	c cleaning 37156 clauses out of 81588 with flag 13426945/731001
309.14/306.93	c cleaning 38195 clauses out of 83431 with flag 13901979/770000
319.61/317.46	c cleaning 39069 clauses out of 85236 with flag 14443850/810000
332.39/330.24	c cleaning 40144 clauses out of 87167 with flag 14911245/851000
348.66/346.54	c cleaning 40118 clauses out of 89023 with flag 15510903/893000
359.53/357.42	c cleaning 41034 clauses out of 91905 with flag 15918859/936000
370.71/368.61	c cleaning 43268 clauses out of 94872 with flag 16268498/980001
381.28/379.27	c cleaning 44052 clauses out of 96604 with flag 16738831/1025001
398.65/396.60	c cleaning 43984 clauses out of 98552 with flag 17325607/1071001
409.82/407.82	c cleaning 45591 clauses out of 101569 with flag 17724668/1118002
426.19/424.22	c cleaning 46391 clauses out of 103977 with flag 18205237/1166001
445.27/443.20	c cleaning 46221 clauses out of 106586 with flag 18904797/1215001
466.53/464.56	c cleaning 46777 clauses out of 110364 with flag 19617119/1265000
482.69/480.78	c cleaning 48055 clauses out of 114587 with flag 20220164/1316000
497.06/495.11	c cleaning 50321 clauses out of 118533 with flag 20646801/1368001
514.71/512.80	c cleaning 51654 clauses out of 121211 with flag 21233113/1421000
538.56/536.71	c cleaning 52258 clauses out of 123557 with flag 22160122/1475000
564.31/562.58	c cleaning 51072 clauses out of 126300 with flag 23092117/1530001
589.96/588.28	c cleaning 54576 clauses out of 131228 with flag 23923197/1586001
615.60/613.92	c cleaning 55025 clauses out of 133652 with flag 24594857/1643001
636.66/635.05	c cleaning 56944 clauses out of 136628 with flag 25249026/1701002
661.70/660.03	c cleaning 57190 clauses out of 138682 with flag 26098742/1760000
682.86/681.28	c cleaning 58562 clauses out of 141493 with flag 27041796/1820001
712.00/710.41	c cleaning 59852 clauses out of 143930 with flag 27950884/1881000
736.56/735.03	c cleaning 60358 clauses out of 146078 with flag 28632634/1943000
759.82/758.33	c cleaning 61290 clauses out of 148720 with flag 29322272/2006000
778.29/776.87	c cleaning 62935 clauses out of 151430 with flag 29962501/2070000
801.25/799.85	c cleaning 63681 clauses out of 153495 with flag 30742158/2135000
822.92/821.56	c cleaning 64824 clauses out of 155817 with flag 31619385/2201003
847.70/846.24	c cleaning 65976 clauses out of 157990 with flag 32461765/2268000
867.46/866.02	c cleaning 66863 clauses out of 160014 with flag 33180676/2336000
884.13/882.75	c cleaning 67853 clauses out of 162151 with flag 33895029/2405000
909.27/907.96	c cleaning 68027 clauses out of 164298 with flag 34820224/2475000
947.31/946.01	c cleaning 66464 clauses out of 167271 with flag 35989245/2546000
989.24/988.09	c cleaning 70890 clauses out of 172808 with flag 36910281/2618001
1012.50/1011.30	c cleaning 71772 clauses out of 174917 with flag 37594560/2691000
1049.67/1048.47	c cleaning 71556 clauses out of 177146 with flag 38628151/2765001
1088.50/1087.33	c cleaning 71461 clauses out of 180589 with flag 39680644/2840000
1120.24/1119.16	c cleaning 74785 clauses out of 185128 with flag 40571864/2916000
1156.87/1155.82	c cleaning 75222 clauses out of 187343 with flag 41568386/2993000
1179.03/1178.02	c cleaning 76857 clauses out of 190121 with flag 42506031/3071000
1199.69/1198.79	c cleaning 77622 clauses out of 192264 with flag 43254163/3150000
1224.13/1223.28	c cleaning 79156 clauses out of 194642 with flag 44014455/3230000
1251.68/1250.75	c cleaning 79643 clauses out of 196486 with flag 45000111/3311000
1282.01/1281.15	c cleaning 80747 clauses out of 198843 with flag 45907389/3393000
1317.83/1317.06	c cleaning 79046 clauses out of 201096 with flag 47192976/3476000
1350.64/1349.97	c cleaning 81605 clauses out of 206050 with flag 48112529/3560000
1377.29/1376.64	c cleaning 83604 clauses out of 209448 with flag 48834793/3645003
1414.91/1414.34	c cleaning 83465 clauses out of 211846 with flag 49784407/3731005
1449.83/1449.38	c cleaning 85535 clauses out of 215376 with flag 51000030/3818000
1487.48/1486.98	c cleaning 86604 clauses out of 217841 with flag 52662104/3906000
1519.62/1519.19	c cleaning 87580 clauses out of 220238 with flag 53817173/3995001
1563.92/1563.54	c cleaning 87902 clauses out of 222657 with flag 55198540/4085000
1603.64/1603.35	c cleaning 88841 clauses out of 225755 with flag 56446975/4176000
1632.76/1632.36	c cleaning 90663 clauses out of 228917 with flag 57702840/4268003
1666.40/1666.09	c cleaning 91718 clauses out of 231251 with flag 58798327/4361000
1705.21/1704.90	c cleaning 91505 clauses out of 233533 with flag 60179087/4455000
1739.43/1739.21	c cleaning 94254 clauses out of 237028 with flag 61637333/4550000
1772.86/1772.70	c cleaning 95194 clauses out of 238774 with flag 62854689/4646000
1809.18/1809.06	c cleaning 95794 clauses out of 240582 with flag 64152725/4743002
1840.81/1840.73	c cleaning 96920 clauses out of 242786 with flag 65469002/4841000
1871.95/1872.00	c cleaning 97888 clauses out of 244866 with flag 66644115/4940000
1907.39/1907.49	c cleaning 98442 clauses out of 246978 with flag 67798788/5040000
1946.84/1946.89	c cleaning 99432 clauses out of 249536 with flag 68845549/5141000
1989.85/1989.94	c cleaning 101070 clauses out of 252104 with flag 70500507/5243000
2027.97/2028.12	c cleaning 101614 clauses out of 254034 with flag 71624418/5346000
2063.60/2063.89	c cleaning 102941 clauses out of 256420 with flag 73068571/5450000
2099.65/2099.86	c cleaning 103671 clauses out of 258479 with flag 74229864/5555000
2145.37/2145.60	c cleaning 104790 clauses out of 260808 with flag 75557807/5661000
2185.08/2185.46	c cleaning 105852 clauses out of 263018 with flag 76940445/5768000
2224.21/2224.61	c cleaning 106492 clauses out of 265167 with flag 78205294/5876001
2263.26/2263.67	c cleaning 107854 clauses out of 267675 with flag 79357181/5985001
2310.75/2311.21	c cleaning 108753 clauses out of 269820 with flag 80991793/6095000
2354.64/2355.29	c cleaning 109597 clauses out of 272067 with flag 82574290/6206000
2420.79/2421.59	c cleaning 108023 clauses out of 274470 with flag 84339432/6318000
2481.18/2481.99	c cleaning 110793 clauses out of 279448 with flag 86117266/6431001
2519.79/2520.65	c cleaning 112700 clauses out of 282654 with flag 87388971/6545000
2558.59/2559.50	c cleaning 114062 clauses out of 284954 with flag 88630568/6660000
2599.20/2600.30	c cleaning 114779 clauses out of 286892 with flag 90126035/6776000
2667.68/2668.75	c cleaning 114782 clauses out of 289113 with flag 92531625/6893000
2719.06/2720.28	c cleaning 116648 clauses out of 292331 with flag 94369019/7011000
2782.93/2784.29	c cleaning 117166 clauses out of 294684 with flag 96281533/7130001
2828.23/2829.62	c cleaning 118786 clauses out of 297517 with flag 98075185/7250000
2880.32/2881.78	c cleaning 120311 clauses out of 299732 with flag 99668780/7371001
2921.03/2922.54	c cleaning 120795 clauses out of 301420 with flag 100988772/7493000
2964.84/2966.42	c cleaning 122089 clauses out of 303625 with flag 102460406/7616000
3008.84/3010.57	c cleaning 122910 clauses out of 305536 with flag 103772525/7740000
3065.68/3067.48	c cleaning 123573 clauses out of 307626 with flag 104842682/7865000
3105.89/3107.74	c cleaning 125117 clauses out of 310053 with flag 106378918/7991000
3148.39/3150.39	c cleaning 125774 clauses out of 311936 with flag 108284248/8118000
3203.46/3205.55	c cleaning 124570 clauses out of 314162 with flag 109906623/8246000
3253.44/3255.64	c cleaning 126528 clauses out of 318592 with flag 111860457/8375000
3306.37/3308.58	c cleaning 128421 clauses out of 322065 with flag 113885108/8505001
3343.19/3345.44	c cleaning 129943 clauses out of 324643 with flag 115635692/8636000
3383.48/3385.84	c cleaning 130795 clauses out of 326700 with flag 117289990/8768000
3434.46/3436.97	c cleaning 131613 clauses out of 328906 with flag 119525502/8901001
3486.06/3488.55	c cleaning 132787 clauses out of 331295 with flag 121715325/9035003
3533.16/3535.75	c cleaning 133796 clauses out of 333505 with flag 123340332/9170000
3576.75/3579.43	c cleaning 134893 clauses out of 335709 with flag 125109460/9306000
3600.09/3602.81	c starts		: 39468
3600.09/3602.81	c conflicts		: 9374907
3600.09/3602.81	c decisions		: 188404703
3600.09/3602.81	c propagations		: 4858065706
3600.09/3602.81	c inspects		: 40341290887
3600.09/3602.81	c shortcuts		: 0
3600.09/3602.81	c learnt literals	: 20
3600.09/3602.81	c learnt binary clauses	: 9600
3600.09/3602.81	c learnt ternary clauses	: 26587
3600.09/3602.81	c learnt constraints	: 9374887
3600.09/3602.81	c ignored constraints	: 0
3600.09/3602.81	c root simplifications	: 0
3600.09/3602.81	c removed literals (reason simplification)	: 102705573
3600.09/3602.81	c reason swapping (by a shorter reason)	: 0
3600.09/3602.81	c Calls to reduceDB	: 132
3600.09/3602.81	c Number of update (reduction) of LBD	: 5923461
3600.09/3602.81	c Imported unit clauses	: 0
3600.09/3602.81	c No decision after first conflict	: false
3600.09/3602.82	c number of reductions to clauses (during analyze)	: 0
3600.09/3602.82	c number of learned constraints concerned by reduction	: 0
3600.09/3602.82	c number of learning phase by resolution	: 0
3600.09/3602.82	c number of learning phase by cutting planes	: 0
3600.09/3602.82	c number of rounding to 1 operations	: 0
3600.09/3602.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3602.82	c number of reductions of the coefficients by power 2 	: 0
3600.09/3602.82	c number of right shift for reduction by power 2 	: 0
3600.09/3602.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3602.82	c number of ending skipping 	: 0
3600.09/3602.82	c number of internal skipping 	: 0
3600.09/3602.82	c number of derivation steps 	: 0
3600.09/3602.82	c number of skipped derivation steps 	: 0
3600.09/3602.82	c number of remaining unassigned 	: 0
3600.09/3602.82	c number of remaining assigned 	: 0
3600.09/3602.82	c number of falsified literals weakened from reason	: 0
3600.09/3602.82	c number of falsified literals weakened from conflict	: 0
3600.09/3602.82	c time for arithmetic operations	: 0
3600.09/3602.82	c timeout
3600.09/3602.82	c minimum degree of deleted constraints	: null
3600.09/3602.82	c maximum degree of deleted constraints	: null
3600.09/3602.82	c number of deleted constraints	: 0
3600.09/3602.83	c speed (assignments/second)	: 1349442.8293139017
3600.09/3602.83	c non guided choices	: 11614578
3600.09/3602.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 260123
3600.09/3602.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 9600
3600.09/3602.90	s UNKNOWN
3600.09/3602.90	c Total wall clock time (in seconds): 3602.766

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (60652 MiB free)
  memory of node 1: 64507 MiB (61640 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503752-1751164716/watcher-4503752-1751164716 -o /tmp/evaluation-result-4503752-1751164716/solver-4503752-1751164716 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21071 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4503752-1751164716.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 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=23257, runsolver pid=23254

[startup+0.100061 s]*
/proc/loadavg: 4.13 4.12 4.10 5/338 23275
/proc/meminfo: memFree=125196436/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=18930384 memory=57720 CPUtime=0.13 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 6571 0 0 0 11 2 0 0 20 0 18 0 32149423 19384713216 14430 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4732596 14430 5344 1 0 547604 0
[pid=23257/tid=23259] ppid=23254 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 5066 0 0 0 7 1 0 0 20 0 18 0 32149424 19384713216 14430 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32149426 19384713216 14430 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=18930384 memory=59585004336188 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32149427 19384713216 14430 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57720 KiB

[startup+0.205774 s]*
/proc/loadavg: 4.28 4.15 4.11 7/338 23275
/proc/meminfo: memFree=125182388/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=18930384 memory=72380 CPUtime=0.32 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 7109 0 0 0 30 2 0 0 20 0 18 0 32149423 19384713216 18095 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4732596 18095 5408 1 0 547979 0
[pid=23257/tid=23259] ppid=23254 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 5306 0 0 0 16 1 0 0 20 0 18 0 32149424 19384713216 18095 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=18930384 memory=16163 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32149426 19384713216 18095 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32149427 19384713216 18095 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72380 KiB

[startup+0.305673 s]*
/proc/loadavg: 4.28 4.15 4.11 6/338 23275
/proc/meminfo: memFree=125144580/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=18930384 memory=118756 CPUtime=0.5 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 9041 0 0 0 47 3 0 0 20 0 18 0 32149423 19384713216 29689 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4732596 29689 5408 1 0 549263 0
[pid=23257/tid=23259] ppid=23254 vsize=18930384 memory=-6000919489886579053 CPUtime=0.26 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 5329 0 0 0 25 1 0 0 20 0 18 0 32149424 19384713216 29689 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 32149426 19384713216 29689 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 32149427 19384713216 29689 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 118756 KiB

[startup+0.700227 s]
/proc/loadavg: 4.28 4.15 4.11 6/339 23276
/proc/meminfo: memFree=125091332/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=18996948 memory=178548 CPUtime=1.26 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 10663 0 0 0 121 5 0 0 20 0 19 0 32149423 19452874752 44637 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4749237 44637 5440 1 0 550482 0
[pid=23257/tid=23259] ppid=23254 vsize=18996948 memory=17408 CPUtime=0.6 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 5350 0 0 0 58 2 0 0 20 0 19 0 32149424 19452874752 44637 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=18996948 memory=10496 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32149426 19452874752 44637 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32149427 19452874752 44637 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 178548 KiB

[startup+1.50027 s]
/proc/loadavg: 4.28 4.15 4.11 6/339 23276
/proc/meminfo: memFree=124897880/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=18996948 memory=479976 CPUtime=2.85 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 18016 0 0 0 272 13 0 0 20 0 19 0 32149423 19452874752 119994 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4749237 119994 5440 1 0 1582306 0
[pid=23257/tid=23259] ppid=23254 vsize=18996948 memory=3200 CPUtime=1.21 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 5454 0 0 0 114 7 0 0 20 0 19 0 32149424 19452874752 119994 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 32149426 19452874752 119994 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=18996948 memory=10496 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 32149427 19452874752 119994 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 479976 KiB

[startup+3.10564 s]
/proc/loadavg: 4.28 4.15 4.11 6/340 23277
/proc/meminfo: memFree=124200120/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=19063512 memory=1059176 CPUtime=4.91 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 19243 0 0 0 466 25 0 0 20 0 20 0 32149423 19521036288 264794 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4765878 264794 5472 1 0 2084046 0
[pid=23257/tid=23259] ppid=23254 vsize=19063512 memory=10496 CPUtime=2.56 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 5723 0 0 0 241 15 0 0 20 0 20 0 32149424 19521036288 264794 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149426 19521036288 264794 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32149427 19521036288 264794 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23277] ppid=23254 vsize=19063512 memory=2208 CPUtime=0 cores=1,3
/proc/23257/task/23277/stat : 23277 (Timer-0) S 23254 23257 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149699 19521036288 264794 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 4.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1059176 KiB

[startup+6.30023 s]
/proc/loadavg: 4.26 4.14 4.10 5/340 23277
/proc/meminfo: memFree=124199616/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=19063512 memory=1058644 CPUtime=8.48 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 19395 0 0 0 822 26 0 0 20 0 20 0 32149423 19521036288 264661 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4765878 264661 5472 1 0 2084055 0
[pid=23257/tid=23259] ppid=23254 vsize=19063512 memory=0 CPUtime=5.74 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 5752 0 0 0 559 15 0 0 20 0 20 0 32149424 19521036288 264661 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=19063512 memory=998872 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149426 19521036288 264661 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32149427 19521036288 264661 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23277] ppid=23254 vsize=19063512 memory=-6000919489886579053 CPUtime=0 cores=1,3
/proc/23257/task/23277/stat : 23277 (Timer-0) S 23254 23257 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149699 19521036288 264661 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 8.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1058644 KiB

[startup+12.7002 s]
/proc/loadavg: 4.24 4.14 4.10 5/340 23277
/proc/meminfo: memFree=124191440/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=19063512 memory=1072184 CPUtime=15.23 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 26425 0 0 0 1495 28 0 0 20 0 20 0 32149423 19521036288 268046 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4765878 268046 5504 1 0 2084087 0
[pid=23257/tid=23259] ppid=23254 vsize=19063512 memory=1065144 CPUtime=12.12 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 6430 0 0 0 1197 15 0 0 20 0 20 0 32149424 19521036288 268046 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149426 19521036288 268046 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32149427 19521036288 268046 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23277] ppid=23254 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23257/task/23277/stat : 23277 (Timer-0) S 23254 23257 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149699 19521036288 268046 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 15.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1072184 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.14 4.10 5/340 23277
/proc/meminfo: memFree=123994352/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=19063512 memory=1078384 CPUtime=28.02 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 27640 0 0 0 2773 29 0 0 20 0 20 0 32149423 19521036288 269596 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4765878 269596 5504 1 0 2084087 0
[pid=23257/tid=23259] ppid=23254 vsize=19063512 memory=1065144 CPUtime=24.89 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 7134 0 0 0 2473 16 0 0 20 0 20 0 32149424 19521036288 269596 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149426 19521036288 269596 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=19063512 memory=16520 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32149427 19521036288 269596 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23277] ppid=23254 vsize=19063512 memory=1076336 CPUtime=0 cores=1,3
/proc/23257/task/23277/stat : 23277 (Timer-0) S 23254 23257 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149699 19521036288 269596 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 28.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1078384 KiB

[startup+51.1056 s]
/proc/loadavg: 4.12 4.12 4.10 5/340 23278
/proc/meminfo: memFree=123973904/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=19063512 memory=1100912 CPUtime=53.58 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 28855 0 0 0 5328 30 0 0 20 0 20 0 32149423 19521036288 275228 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4765878 275228 5504 1 0 2084087 0
[pid=23257/tid=23259] ppid=23254 vsize=19063512 memory=1096816 CPUtime=50.42 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 8099 0 0 0 5026 16 0 0 20 0 20 0 32149424 19521036288 275228 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=19063512 memory=1092720 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149426 19521036288 275228 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=19063512 memory=16520 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 32149427 19521036288 275228 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23277] ppid=23254 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23257/task/23277/stat : 23277 (Timer-0) S 23254 23257 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149699 19521036288 275228 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 53.58 s

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

[startup+3282.3 s]
/proc/loadavg: 2.18 2.74 3.30 4/290 23580
/proc/meminfo: memFree=123201128/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=19063512 memory=3485524 CPUtime=3280.23 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 82804 0 0 0 327828 195 0 0 20 0 20 0 32149423 19521036288 871381 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4765878 871381 5504 1 0 2084202 0
[pid=23257/tid=23259] ppid=23254 vsize=19063512 memory=3303240 CPUtime=3270.45 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 38407 0 0 0 327018 27 0 0 20 0 20 0 32149424 19521036288 871381 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=19063512 memory=3303240 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149426 19521036288 871381 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 1618 0 0 0 0 0 0 0 20 0 20 0 32149427 19521036288 871381 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23277] ppid=23254 vsize=19063512 memory=3485524 CPUtime=0 cores=1,3
/proc/23257/task/23277/stat : 23277 (Timer-0) S 23254 23257 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149699 19521036288 871381 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 3280.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3485524 KiB

[startup+3342.3 s]
/proc/loadavg: 2.14 2.62 3.22 4/290 23582
/proc/meminfo: memFree=123199928/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=19063512 memory=3485524 CPUtime=3340.1 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 83544 0 0 0 333814 196 0 0 20 0 20 0 32149423 19521036288 871381 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4765878 871381 5504 1 0 2084202 0
[pid=23257/tid=23259] ppid=23254 vsize=19063512 memory=0 CPUtime=3330.29 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 39142 0 0 0 333002 27 0 0 20 0 20 0 32149424 19521036288 871381 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=19063512 memory=3485524 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149426 19521036288 871381 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=19063512 memory=3485524 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 1618 0 0 0 0 0 0 0 20 0 20 0 32149427 19521036288 871381 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23277] ppid=23254 vsize=19063512 memory=25560 CPUtime=0 cores=1,3
/proc/23257/task/23277/stat : 23277 (Timer-0) S 23254 23257 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149699 19521036288 871381 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 3340.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3485524 KiB

[startup+3402.3 s]
/proc/loadavg: 2.11 2.52 3.15 4/291 23591
/proc/meminfo: memFree=123201012/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=19063512 memory=3485524 CPUtime=3399.95 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 85137 0 0 0 339798 197 0 0 20 0 20 0 32149423 19521036288 871381 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4765878 871381 5504 1 0 2084202 0
[pid=23257/tid=23259] ppid=23254 vsize=19063512 memory=0 CPUtime=3390.12 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 40603 0 0 0 338985 27 0 0 20 0 20 0 32149424 19521036288 871381 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=19063512 memory=3485524 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149426 19521036288 871381 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=19063512 memory=25560 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 1718 0 0 0 0 0 0 0 20 0 20 0 32149427 19521036288 871381 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23277] ppid=23254 vsize=19063512 memory=3485524 CPUtime=0 cores=1,3
/proc/23257/task/23277/stat : 23277 (Timer-0) S 23254 23257 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149699 19521036288 871381 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 3399.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3485524 KiB

[startup+3462.3 s]
/proc/loadavg: 2.09 2.44 3.08 4/291 23593
/proc/meminfo: memFree=123197096/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=19063512 memory=3489624 CPUtime=3459.91 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 86836 0 0 0 345792 199 0 0 20 0 20 0 32149423 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4765878 872406 5504 1 0 2084202 0
[pid=23257/tid=23259] ppid=23254 vsize=19063512 memory=3485524 CPUtime=3449.83 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 41550 0 0 0 344956 27 0 0 20 0 20 0 32149424 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=19063512 memory=25560 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149426 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=19063512 memory=3485524 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 1793 0 0 0 0 0 0 0 20 0 20 0 32149427 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23277] ppid=23254 vsize=19063512 memory=3489624 CPUtime=0 cores=1,3
/proc/23257/task/23277/stat : 23277 (Timer-0) S 23254 23257 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149699 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 3459.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3489624 KiB

[startup+3522.3 s]
/proc/loadavg: 2.07 2.37 3.01 4/291 23595
/proc/meminfo: memFree=123188132/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=19063512 memory=3489624 CPUtime=3519.79 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 87557 0 0 0 351778 201 0 0 20 0 20 0 32149423 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4765878 872406 5504 1 0 2084202 0
[pid=23257/tid=23259] ppid=23254 vsize=19063512 memory=3485524 CPUtime=3509.69 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 42266 0 0 0 350942 27 0 0 20 0 20 0 32149424 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=19063512 memory=3489624 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149426 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 1793 0 0 0 0 0 0 0 20 0 20 0 32149427 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23277] ppid=23254 vsize=19063512 memory=16520 CPUtime=0 cores=1,3
/proc/23257/task/23277/stat : 23277 (Timer-0) S 23254 23257 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149699 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 3519.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3489624 KiB

[startup+3582.3 s]
/proc/loadavg: 2.08 2.32 2.95 4/290 23598
/proc/meminfo: memFree=123081980/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=19063512 memory=3489624 CPUtime=3579.64 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 89185 0 0 0 357761 203 0 0 20 0 20 0 32149423 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4765878 872406 5504 1 0 2084202 0
[pid=23257/tid=23259] ppid=23254 vsize=19063512 memory=17408 CPUtime=3569.51 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 43762 0 0 0 356924 27 0 0 20 0 20 0 32149424 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149426 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=19063512 memory=10496 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 1893 0 0 0 0 0 0 0 20 0 20 0 32149427 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23277] ppid=23254 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/23257/task/23277/stat : 23277 (Timer-0) S 23254 23257 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149699 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 3579.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3489624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.8 s]
/proc/loadavg: 2.13 2.31 2.94 4/290 23599
/proc/meminfo: memFree=123081980/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=19063512 memory=3489624 CPUtime=3600.09 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 89354 0 0 0 359806 203 0 0 20 0 20 0 32149423 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4765878 872406 5504 1 0 2084202 0
[pid=23257/tid=23259] ppid=23254 vsize=19063512 memory=26268 CPUtime=3589.96 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) R 23254 23257 21059 0 -1 4194368 43930 0 0 0 358968 28 0 0 20 0 20 0 32149424 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=19063512 memory=-6000919489886579053 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 32149426 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 1893 0 0 0 0 0 0 0 20 0 20 0 32149427 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23277] ppid=23254 vsize=19063512 memory=2944 CPUtime=0 cores=1,3
/proc/23257/task/23277/stat : 23277 (Timer-0) S 23254 23257 21059 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 32149699 19521036288 872406 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3489624 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.21 s, system=2.05054 s

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

[startup+3602.91 s]
/proc/loadavg: 2.13 2.31 2.94 4/290 23599
/proc/meminfo: memFree=123081980/131250000 swapFree=33010684/33010684
[pid=23257] ppid=23254 vsize=19263204 memory=3490776 CPUtime=3600.24 cores=1,3
/proc/23257/stat : 23257 (java) S 23254 23257 21059 0 -1 4194304 91867 0 0 0 359820 204 0 0 20 0 15 0 32149423 19725520896 872694 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
/proc/23257/statm: 4815801 872694 5504 1 0 2085188 0
[pid=23257/tid=23259] ppid=23254 vsize=19263204 memory=3200 CPUtime=3589.98 cores=1,3
/proc/23257/task/23259/stat : 23259 (java) S 23254 23257 21059 0 -1 4194368 44061 0 0 0 358970 28 0 0 20 0 15 0 32149424 19725520896 872694 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23268] ppid=23254 vsize=19263204 memory=3489624 CPUtime=0 cores=1,3
/proc/23257/task/23268/stat : 23268 (Finalizer) S 23254 23257 21059 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 32149426 19725520896 872694 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
[pid=23257/tid=23275] ppid=23254 vsize=19263204 memory=3489624 CPUtime=0 cores=1,3
/proc/23257/task/23275/stat : 23275 (Common-Cleaner) S 23254 23257 21059 0 -1 4194368 1893 0 0 0 0 0 0 0 20 0 15 0 32149427 19725520896 872694 18446744073709551615 94152755085312 94152755089008 140730046914992 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94152755096824 94152755097616 94152782561280 140730046921089 140730046921190 140730046921190 140730046926792 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3490776 KiB

Child status: 143

Real time (s): 3602.92
CPU time (s): 3600.26
CPU user time (s): 3598.21
CPU system time (s): 2.05054
CPU usage (%): 99.926
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3490776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.21
system time used= 2.05054
maximum resident set size= 3490904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91896
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137252
involuntary context switches= 7832


# summary of solver processes directly reported to runsolver:
#   pid: 23257
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3598.21
#   total CPU system time (s): 2.05054

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.43759 second user time and 17.2467 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-29 04:38:36
IDJOB=4503752
IDBENCH=155584
IDSOLVER=3363
FILE ID=nodeC018/4503752-1751164716
RUNJOBID= nodeC018-1751156866-21071
SLURM_JOB_ID= 9587480
Free space on /tmp= 432948 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-111.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503752-1751164716/watcher-4503752-1751164716 -o /tmp/evaluation-result-4503752-1751164716/solver-4503752-1751164716 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751156866-21071 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4503752-1751164716.opb

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

MD5SUM BENCH= 4268d39683cc1d999f2f6f0490fb9359
RANDOM SEED=718302586

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125227224 kB
MemAvailable:   124950672 kB
Buffers:            3280 kB
Cached:           533984 kB
SwapCached:            0 kB
Active:          5184248 kB
Inactive:         277544 kB
Active(anon):    4942608 kB
Inactive(anon):        0 kB
Active(file):     241640 kB
Inactive(file):   277544 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             33500 kB
Writeback:             0 kB
AnonPages:       4927124 kB
Mapped:           122432 kB
Shmem:             18076 kB
KReclaimable:      86608 kB
Slab:             170312 kB
SReclaimable:      86608 kB
SUnreclaim:        83704 kB
KernelStack:        5184 kB
PageTables:        13296 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   19217652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4691968 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC018 at 2025-06-29 05:38:39