Trace number 4542393

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.22 3602.32

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/
dec/normalized-composed_pebbling_php_pyramid_height12_pigeons11_holes10.opb
MD5SUM585b31dbafa0f7a6999a9b17497812eb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.495801
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10192
Total number of constraints2383
Number of constraints which are clauses1237
Number of constraints which are cardinality constraints (but not clauses)821
Number of constraints which are nor clauses,nor cardinality constraints325
Minimum length of a constraint10
Maximum length of a constraint15
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 18
Number of bits of the biggest sum of numbers5
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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4542393-1753216023.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
0.31/0.27	c ... done. Wall clock time 0.134s.
0.31/0.27	c declared #vars     10192
0.31/0.27	c #constraints  2383
0.31/0.27	c constraints type 
0.31/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1146
0.31/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1237
0.31/0.27	c 2383 constraints processed.
1.45/0.81	c cleaning 2500 clauses out of 5000 with flag 35067/5000
2.11/1.40	c cleaning 4250 clauses out of 8500 with flag 78975/11000
2.80/1.95	c cleaning 5626 clauses out of 11251 with flag 124702/18001
3.68/2.75	c cleaning 6813 clauses out of 13625 with flag 180410/26001
4.76/3.71	c cleaning 7905 clauses out of 15813 with flag 244703/35002
6.55/5.44	c cleaning 8953 clauses out of 17907 with flag 317076/45001
10.15/9.08	c cleaning 9971 clauses out of 19953 with flag 408114/56000
12.94/11.86	c cleaning 10986 clauses out of 21982 with flag 501201/68000
15.83/14.75	c cleaning 11995 clauses out of 23996 with flag 606213/81000
19.14/18.01	c cleaning 12995 clauses out of 26004 with flag 701017/95003
22.92/21.84	c cleaning 14004 clauses out of 28007 with flag 812481/110001
27.71/26.67	c cleaning 14996 clauses out of 30002 with flag 937447/126000
32.65/31.59	c cleaning 16003 clauses out of 32006 with flag 1069684/143000
37.26/36.16	c cleaning 17000 clauses out of 34004 with flag 1206632/161001
43.24/42.16	c cleaning 18002 clauses out of 36004 with flag 1364517/180001
46.70/45.40	c cleaning 18995 clauses out of 38001 with flag 1506614/200000
50.58/49.25	c cleaning 19999 clauses out of 40009 with flag 1646831/221003
57.19/55.63	c cleaning 21002 clauses out of 42008 with flag 1807797/243001
64.52/62.83	c cleaning 21999 clauses out of 44006 with flag 1972890/266001
74.30/72.60	c cleaning 22996 clauses out of 46006 with flag 2166368/290000
82.87/81.26	c cleaning 23999 clauses out of 48010 with flag 2370753/315000
93.35/91.72	c cleaning 25004 clauses out of 50011 with flag 2577941/341000
104.22/102.60	c cleaning 26002 clauses out of 52007 with flag 2801189/368000
108.01/106.47	c cleaning 26986 clauses out of 54005 with flag 2993653/396000
113.10/111.59	c cleaning 27992 clauses out of 56019 with flag 3177171/425000
118.69/117.12	c cleaning 29004 clauses out of 58027 with flag 3413056/455000
122.78/121.23	c cleaning 29995 clauses out of 60023 with flag 3629237/486000
127.89/126.35	c cleaning 31012 clauses out of 62030 with flag 3867758/518002
136.77/135.20	c cleaning 32006 clauses out of 64019 with flag 4090906/551003
146.05/144.53	c cleaning 32998 clauses out of 66013 with flag 4353662/585003
156.12/154.63	c cleaning 34007 clauses out of 68016 with flag 4606010/620004
162.52/161.06	c cleaning 34980 clauses out of 70005 with flag 4868976/656000
168.22/166.71	c cleaning 35993 clauses out of 72026 with flag 5126361/693001
172.81/171.34	c cleaning 36983 clauses out of 74035 with flag 5392021/731003
183.08/181.64	c cleaning 38022 clauses out of 76050 with flag 5655829/770001
188.77/187.33	c cleaning 39009 clauses out of 78027 with flag 5939356/810000
197.17/195.73	c cleaning 40008 clauses out of 80018 with flag 6243591/851000
204.06/202.62	c cleaning 41004 clauses out of 82011 with flag 6589380/893001
212.44/211.02	c cleaning 42000 clauses out of 84010 with flag 6922229/936004
225.41/224.04	c cleaning 42997 clauses out of 86009 with flag 7234939/980003
238.60/237.21	c cleaning 43996 clauses out of 88010 with flag 7539307/1025001
243.09/241.70	c cleaning 44990 clauses out of 90013 with flag 7849777/1071000
248.50/247.18	c cleaning 46001 clauses out of 92024 with flag 8195922/1118001
256.57/255.22	c cleaning 47012 clauses out of 94023 with flag 8576035/1166001
270.88/269.53	c cleaning 47996 clauses out of 96011 with flag 8974122/1215001
276.56/275.21	c cleaning 48989 clauses out of 98014 with flag 9348979/1265000
283.85/282.54	c cleaning 50001 clauses out of 100025 with flag 9703830/1316000
294.66/293.36	c cleaning 51006 clauses out of 102024 with flag 10088046/1368000
303.36/302.05	c cleaning 52000 clauses out of 104018 with flag 10494113/1421000
308.55/307.21	c cleaning 52999 clauses out of 106020 with flag 10898307/1475002
333.13/331.86	c cleaning 54010 clauses out of 108023 with flag 11318631/1530004
363.28/362.09	c cleaning 54998 clauses out of 110010 with flag 11758119/1586001
389.93/388.74	c cleaning 56006 clauses out of 112011 with flag 12266617/1643000
397.36/396.16	c cleaning 57000 clauses out of 114009 with flag 12681874/1701004
426.69/425.56	c cleaning 57996 clauses out of 116007 with flag 13225266/1760002
442.97/441.87	c cleaning 59005 clauses out of 118015 with flag 13750441/1820006
456.05/454.82	c cleaning 59990 clauses out of 120005 with flag 14268428/1881001
464.23/463.01	c cleaning 60965 clauses out of 122015 with flag 14707779/1943001
478.15/476.91	c cleaning 62010 clauses out of 124049 with flag 15212827/2006000
518.47/517.36	c cleaning 63017 clauses out of 126040 with flag 15691830/2070001
542.12/541.07	c cleaning 64006 clauses out of 128023 with flag 16181474/2135001
562.08/561.06	c cleaning 65003 clauses out of 130017 with flag 16762064/2201001
588.07/587.06	c cleaning 66005 clauses out of 132013 with flag 17337144/2268000
602.54/601.54	c cleaning 66952 clauses out of 134008 with flag 17861844/2336000
614.31/613.35	c cleaning 68016 clauses out of 136056 with flag 18343557/2405000
626.15/625.11	c cleaning 69002 clauses out of 138040 with flag 18925949/2475000
650.30/649.36	c cleaning 70005 clauses out of 140038 with flag 19535673/2546000
671.93/670.95	c cleaning 71009 clauses out of 142034 with flag 20050617/2618001
684.40/683.46	c cleaning 71982 clauses out of 144026 with flag 20560215/2691002
697.47/696.55	c cleaning 72987 clauses out of 146044 with flag 21170834/2765002
749.54/748.69	c cleaning 74026 clauses out of 148060 with flag 21728724/2840005
768.20/767.36	c cleaning 74987 clauses out of 150029 with flag 22296177/2916000
806.60/805.81	c cleaning 76016 clauses out of 152042 with flag 22962026/2993000
827.45/826.73	c cleaning 76997 clauses out of 154026 with flag 23636644/3071000
841.02/840.24	c cleaning 78001 clauses out of 156029 with flag 24197906/3150000
848.40/847.61	c cleaning 78955 clauses out of 158028 with flag 24802451/3230000
861.57/860.80	c cleaning 80031 clauses out of 160074 with flag 25378765/3311001
974.79/974.20	c cleaning 81016 clauses out of 162043 with flag 25989292/3393001
992.14/991.66	c cleaning 81981 clauses out of 164026 with flag 26650142/3476000
1002.31/1001.85	c cleaning 82931 clauses out of 166045 with flag 27277428/3560000
1041.32/1040.86	c cleaning 84049 clauses out of 168114 with flag 27924886/3645000
1064.47/1064.03	c cleaning 84983 clauses out of 170065 with flag 28586703/3731000
1107.58/1107.26	c cleaning 86041 clauses out of 172082 with flag 29276593/3818000
1251.13/1251.18	c cleaning 87019 clauses out of 174041 with flag 29978057/3906000
1267.09/1266.78	c cleaning 87995 clauses out of 176024 with flag 30664243/3995002
1378.60/1378.51	c cleaning 89009 clauses out of 178028 with flag 31341586/4085001
1435.75/1435.80	c cleaning 89995 clauses out of 180019 with flag 31979533/4176001
1454.40/1454.58	c cleaning 90997 clauses out of 182024 with flag 32700981/4268001
1521.85/1522.01	c cleaning 92007 clauses out of 184028 with flag 33496875/4361002
1568.58/1568.88	c cleaning 93005 clauses out of 186020 with flag 34265407/4455001
1591.35/1591.63	c cleaning 93972 clauses out of 188015 with flag 35014383/4550001
1610.29/1610.58	c cleaning 95001 clauses out of 190042 with flag 35762129/4646000
1627.25/1627.52	c cleaning 95972 clauses out of 192041 with flag 36541039/4743000
1652.65/1653.00	c cleaning 97030 clauses out of 194073 with flag 37297541/4841004
1673.84/1674.19	c cleaning 98008 clauses out of 196039 with flag 38043976/4940000
1725.34/1725.68	c cleaning 99011 clauses out of 198031 with flag 38811615/5040000
1761.57/1761.88	c cleaning 99997 clauses out of 200023 with flag 39658447/5141003
1797.71/1798.01	c cleaning 101007 clauses out of 202023 with flag 40466283/5243000
1958.48/1959.05	c cleaning 101998 clauses out of 204018 with flag 41273196/5346002
2143.32/2144.37	c cleaning 103009 clauses out of 206019 with flag 42201975/5450001
2348.50/2349.91	c cleaning 104004 clauses out of 208011 with flag 43111415/5555002
2484.49/2486.29	c cleaning 104996 clauses out of 210005 with flag 44075008/5661000
2706.52/2708.63	c cleaning 106003 clauses out of 212011 with flag 45043823/5768002
2838.94/2841.33	c cleaning 106998 clauses out of 214006 with flag 46133149/5876000
2866.82/2869.23	c cleaning 107977 clauses out of 216008 with flag 47082333/5985000
2892.50/2894.99	c cleaning 108987 clauses out of 218033 with flag 47969533/6095002
2914.57/2916.96	c cleaning 110009 clauses out of 220044 with flag 48836584/6206000
2977.72/2980.15	c cleaning 111004 clauses out of 222037 with flag 49582643/6318002
3000.05/3001.83	c cleaning 111983 clauses out of 224031 with flag 50508766/6431000
3017.21/3019.01	c cleaning 112998 clauses out of 226048 with flag 51422673/6545000
3044.65/3046.55	c cleaning 114015 clauses out of 228050 with flag 52311809/6660000
3064.61/3066.52	c cleaning 114992 clauses out of 230035 with flag 53243524/6776000
3093.59/3095.04	c cleaning 115968 clauses out of 232043 with flag 54185049/6893000
3110.95/3112.49	c cleaning 116939 clauses out of 234076 with flag 55136203/7011001
3146.68/3148.29	c cleaning 117965 clauses out of 236136 with flag 56166996/7130000
3189.38/3191.03	c cleaning 119069 clauses out of 238173 with flag 57424400/7250002
3264.43/3266.13	c cleaning 120041 clauses out of 240102 with flag 58454957/7371000
3290.24/3292.00	c cleaning 121016 clauses out of 242065 with flag 59475313/7493004
3322.25/3323.97	c cleaning 121966 clauses out of 244046 with flag 60569518/7616001
3531.97/3534.03	c cleaning 123030 clauses out of 246079 with flag 61583570/7740000
3562.99/3565.11	c cleaning 124009 clauses out of 248050 with flag 62513331/7865001
3582.03/3584.15	c cleaning 125021 clauses out of 250041 with flag 63552686/7991001
3600.07/3602.21	c starts		: 41678
3600.07/3602.21	c conflicts		: 8035295
3600.07/3602.21	c decisions		: 11899957
3600.07/3602.21	c propagations		: 115779824
3600.07/3602.21	c inspects		: 38879538570
3600.07/3602.21	c shortcuts		: 0
3600.07/3602.21	c learnt literals	: 0
3600.07/3602.21	c learnt binary clauses	: 10
3600.07/3602.21	c learnt ternary clauses	: 63
3600.07/3602.21	c learnt constraints	: 8035295
3600.07/3602.21	c ignored constraints	: 0
3600.07/3602.21	c root simplifications	: 0
3600.07/3602.22	c removed literals (reason simplification)	: 35571985
3600.07/3602.22	c reason swapping (by a shorter reason)	: 0
3600.07/3602.22	c Calls to reduceDB	: 122
3600.07/3602.22	c Number of update (reduction) of LBD	: 5888734
3600.07/3602.22	c Imported unit clauses	: 0
3600.07/3602.22	c No decision after first conflict	: false
3600.07/3602.22	c number of reductions to clauses (during analyze)	: 0
3600.07/3602.22	c number of learned constraints concerned by reduction	: 0
3600.07/3602.22	c number of learning phase by resolution	: 0
3600.07/3602.22	c number of learning phase by cutting planes	: 0
3600.07/3602.22	c number of rounding to 1 operations	: 0
3600.07/3602.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3602.22	c number of reductions of the coefficients by power 2 	: 0
3600.07/3602.22	c number of right shift for reduction by power 2 	: 0
3600.07/3602.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3602.22	c number of ending skipping 	: 0
3600.07/3602.22	c number of internal skipping 	: 0
3600.07/3602.22	c number of derivation steps 	: 0
3600.07/3602.22	c number of skipped derivation steps 	: 0
3600.07/3602.22	c number of remaining unassigned 	: 0
3600.07/3602.22	c number of remaining assigned 	: 0
3600.07/3602.22	c number of falsified literals weakened from reason	: 0
3600.07/3602.22	c number of falsified literals weakened from conflict	: 0
3600.07/3602.22	c time for arithmetic operations	: 0
3600.07/3602.22	c minimum degree of deleted constraints	: null
3600.07/3602.22	c maximum degree of deleted constraints	: null
3600.07/3602.22	c number of deleted constraints	: 0
3600.07/3602.22	c speed (assignments/second)	: 32143.72246971217
3600.07/3602.22	c non guided choices	: 1075865
3600.07/3602.23	c timeout
3600.07/3602.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 169304
3600.07/3602.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 10
3600.07/3602.28	s UNKNOWN
3600.07/3602.28	c Total wall clock time (in seconds): 3602.141

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542393-1753216023/watcher-4542393-1753216023 -o /tmp/evaluation-result-4542393-1753216023/solver-4542393-1753216023 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753212428-151459 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4542393-1753216023.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=151951, runsolver pid=151948

[startup+0.10006 s]*
/proc/loadavg: 4.84 4.32 4.14 5/337 151969
/proc/meminfo: memFree=117769288/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=18930384 memory=55556 CPUtime=0.12 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 6550 0 0 0 10 2 0 0 20 0 18 0 237280895 19384713216 13889 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4732596 13889 5331 1 0 547604 0
[pid=151951/tid=151953] ppid=151948 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 5043 0 0 0 6 1 0 0 20 0 18 0 237280896 19384713216 13889 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237280898 19384713216 13889 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=18930384 memory=60684515961493 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 237280899 19384713216 13889 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55556 KiB

[startup+0.205635 s]*
/proc/loadavg: 4.84 4.32 4.14 7/337 151969
/proc/meminfo: memFree=117742696/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=18930384 memory=82824 CPUtime=0.31 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 7126 0 0 0 29 2 0 0 20 0 18 0 237280895 19384713216 20706 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4732596 20706 5427 1 0 548009 0
[pid=151951/tid=151953] ppid=151948 vsize=18930384 memory=4026925340 CPUtime=0.15 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 5267 0 0 0 14 1 0 0 20 0 18 0 237280896 19384713216 20706 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=18930384 memory=2573 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 237280898 19384713216 20706 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 237280899 19384713216 20706 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 82824 KiB

[startup+0.305555 s]*
/proc/loadavg: 4.84 4.32 4.14 7/339 151971
/proc/meminfo: memFree=117670544/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=19063512 memory=157784 CPUtime=0.5 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 8907 0 0 0 45 5 0 0 20 0 20 0 237280895 19521036288 39446 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4765878 39446 5459 1 0 549696 0
[pid=151951/tid=151953] ppid=151948 vsize=19063512 memory=-8600012077397746364 CPUtime=0.24 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 5337 0 0 0 21 3 0 0 20 0 20 0 237280896 19521036288 39446 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280898 19521036288 39446 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237280899 19521036288 39446 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151971] ppid=151948 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/151951/task/151971/stat : 151971 (Timer-0) S 151948 151951 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280923 19521036288 39446 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 157784 KiB

[startup+0.700208 s]
/proc/loadavg: 4.84 4.32 4.14 6/339 151971
/proc/meminfo: memFree=117666764/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=19063512 memory=165880 CPUtime=1.26 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 11669 0 0 0 121 5 0 0 20 0 20 0 237280895 19521036288 41470 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4765878 41470 5491 1 0 551624 0
[pid=151951/tid=151953] ppid=151948 vsize=19063512 memory=27392 CPUtime=0.6 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 5413 0 0 0 57 3 0 0 20 0 20 0 237280896 19521036288 41470 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280898 19521036288 41470 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237280899 19521036288 41470 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151971] ppid=151948 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/151951/task/151971/stat : 151971 (Timer-0) S 151948 151951 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280923 19521036288 41470 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165880 KiB

[startup+1.50022 s]
/proc/loadavg: 4.93 4.34 4.15 5/339 151971
/proc/meminfo: memFree=117658988/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=19063512 memory=167288 CPUtime=2.4 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 14936 0 0 0 234 6 0 0 20 0 20 0 237280895 19521036288 41822 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4765878 41822 5491 1 0 551869 0
[pid=151951/tid=151953] ppid=151948 vsize=19063512 memory=10752 CPUtime=1.39 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 5873 0 0 0 136 3 0 0 20 0 20 0 237280896 19521036288 41822 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280898 19521036288 41822 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237280899 19521036288 41822 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151971] ppid=151948 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/151951/task/151971/stat : 151971 (Timer-0) S 151948 151951 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280923 19521036288 41822 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167288 KiB

[startup+3.10538 s]
/proc/loadavg: 4.93 4.34 4.15 5/339 151971
/proc/meminfo: memFree=117659384/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=19063512 memory=167544 CPUtime=4.17 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 16315 0 0 0 411 6 0 0 20 0 20 0 237280895 19521036288 41886 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4765878 41886 5523 1 0 551871 0
[pid=151951/tid=151953] ppid=151948 vsize=19063512 memory=10752 CPUtime=2.99 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 6127 0 0 0 296 3 0 0 20 0 20 0 237280896 19521036288 41886 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=19063512 memory=-8600012077397746364 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280898 19521036288 41886 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237280899 19521036288 41886 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151971] ppid=151948 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/151951/task/151971/stat : 151971 (Timer-0) S 151948 151951 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280923 19521036288 41886 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 4.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167544 KiB

[startup+6.30021 s]
/proc/loadavg: 4.86 4.34 4.15 5/337 152036
/proc/meminfo: memFree=120803436/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=19063512 memory=164172 CPUtime=7.45 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 19897 0 0 0 739 6 0 0 20 0 20 0 237280895 19521036288 41043 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4765878 41043 5523 1 0 551871 0
[pid=151951/tid=151953] ppid=151948 vsize=19063512 memory=0 CPUtime=6.17 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 6723 0 0 0 614 3 0 0 20 0 20 0 237280896 19521036288 41043 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280898 19521036288 41043 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237280899 19521036288 41043 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151971] ppid=151948 vsize=19063512 memory=167288 CPUtime=0 cores=1,3
/proc/151951/task/151971/stat : 151971 (Timer-0) S 151948 151951 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280923 19521036288 41043 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 7.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164172 KiB

[startup+12.7002 s]
/proc/loadavg: 4.87 4.35 4.16 5/337 152103
/proc/meminfo: memFree=118868020/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=19063512 memory=164172 CPUtime=13.83 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 20869 0 0 0 1377 6 0 0 20 0 20 0 237280895 19521036288 41043 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4765878 41043 5523 1 0 551871 0
[pid=151951/tid=151953] ppid=151948 vsize=19063512 memory=167288 CPUtime=12.55 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 7326 0 0 0 1252 3 0 0 20 0 20 0 237280896 19521036288 41043 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280898 19521036288 41043 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237280899 19521036288 41043 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151971] ppid=151948 vsize=19063512 memory=-8600012077397746364 CPUtime=0 cores=1,3
/proc/151951/task/151971/stat : 151971 (Timer-0) S 151948 151951 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280923 19521036288 41043 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 13.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164172 KiB

[startup+25.5002 s]
/proc/loadavg: 4.74 4.34 4.15 5/337 152104
/proc/meminfo: memFree=116772672/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=19063512 memory=164172 CPUtime=26.62 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 23025 0 0 0 2655 7 0 0 20 0 20 0 237280895 19521036288 41043 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4765878 41043 5523 1 0 551871 0
[pid=151951/tid=151953] ppid=151948 vsize=19063512 memory=164172 CPUtime=25.32 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 8121 0 0 0 2528 4 0 0 20 0 20 0 237280896 19521036288 41043 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=19063512 memory=164172 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 237280898 19521036288 41043 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=19063512 memory=-8600012077397746364 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 237280899 19521036288 41043 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151971] ppid=151948 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/151951/task/151971/stat : 151971 (Timer-0) S 151948 151951 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 237280923 19521036288 41043 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 26.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164172 KiB

[startup+51.1058 s]
/proc/loadavg: 4.50 4.32 4.15 5/337 152104
/proc/meminfo: memFree=116048016/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=19063512 memory=183968 CPUtime=52.68 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 33330 0 0 0 5258 10 0 0 20 0 20 0 237280895 19521036288 45992 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4765878 45992 5523 1 0 555017 0
[pid=151951/tid=151953] ppid=151948 vsize=19063512 memory=14720 CPUtime=50.83 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 8736 0 0 0 5079 4 0 0 20 0 20 0 237280896 19521036288 45992 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=19063512 memory=188632 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=105713624/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=19130076 memory=1677892 CPUtime=3220.71 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 78685 0 0 0 321958 113 0 0 20 0 21 0 237280895 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4782519 419473 5523 1 0 556554 0
[pid=151951/tid=151953] ppid=151948 vsize=19130076 memory=1661368 CPUtime=3210.7 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 24239 0 0 0 321064 6 0 0 20 0 21 0 237280896 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=19130076 memory=1677892 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237280898 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=19130076 memory=4764 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 1112 0 0 0 0 0 0 0 20 0 21 0 237280899 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151971] ppid=151948 vsize=19130076 memory=1677892 CPUtime=0 cores=1,3
/proc/151951/task/151971/stat : 151971 (Timer-0) S 151948 151951 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237280923 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 3220.71 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1677892 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.13 5/340 152281
/proc/meminfo: memFree=105491412/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=19130076 memory=1677892 CPUtime=3280.66 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 78780 0 0 0 327951 115 0 0 20 0 21 0 237280895 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4782519 419473 5523 1 0 556554 0
[pid=151951/tid=151953] ppid=151948 vsize=19130076 memory=1792 CPUtime=3270.49 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 24251 0 0 0 327043 6 0 0 20 0 21 0 237280896 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=19130076 memory=14720 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237280898 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=19130076 memory=5760 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 1112 0 0 0 0 0 0 0 20 0 21 0 237280899 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151971] ppid=151948 vsize=19130076 memory=-8600012077397746364 CPUtime=0 cores=1,3
/proc/151951/task/151971/stat : 151971 (Timer-0) S 151948 151951 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237280923 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 3280.66 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1677892 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.13 5/339 152283
/proc/meminfo: memFree=105442552/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=19130076 memory=1677892 CPUtime=3340.6 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 78819 0 0 0 333944 116 0 0 20 0 21 0 237280895 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4782519 419473 5523 1 0 556554 0
[pid=151951/tid=151953] ppid=151948 vsize=19130076 memory=1677892 CPUtime=3330.27 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 24269 0 0 0 333021 6 0 0 20 0 21 0 237280896 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=19130076 memory=1677892 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237280898 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=19130076 memory=4764 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 1112 0 0 0 0 0 0 0 20 0 21 0 237280899 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151971] ppid=151948 vsize=19130076 memory=1677892 CPUtime=0 cores=1,3
/proc/151951/task/151971/stat : 151971 (Timer-0) S 151948 151951 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237280923 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 3340.6 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1677892 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.10 4.12 5/339 152285
/proc/meminfo: memFree=105442180/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=19130076 memory=1677892 CPUtime=3400.48 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 79079 0 0 0 339931 117 0 0 20 0 21 0 237280895 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4782519 419473 5523 1 0 556554 0
[pid=151951/tid=151953] ppid=151948 vsize=19130076 memory=1677892 CPUtime=3390.13 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 24440 0 0 0 339007 6 0 0 20 0 21 0 237280896 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=19130076 memory=1677892 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237280898 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=19130076 memory=1677892 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 1150 0 0 0 0 0 0 0 20 0 21 0 237280899 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151971] ppid=151948 vsize=19130076 memory=-8600012077397746364 CPUtime=0 cores=1,3
/proc/151951/task/151971/stat : 151971 (Timer-0) S 151948 151951 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237280923 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 3400.48 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1677892 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.09 4.11 5/339 152287
/proc/meminfo: memFree=105442300/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=19130076 memory=1677892 CPUtime=3460.34 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 79144 0 0 0 345915 119 0 0 20 0 21 0 237280895 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4782519 419473 5523 1 0 556554 0
[pid=151951/tid=151953] ppid=151948 vsize=19130076 memory=1677892 CPUtime=3449.96 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 24499 0 0 0 344990 6 0 0 20 0 21 0 237280896 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=19130076 memory=1677892 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237280898 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=19130076 memory=1677892 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 1150 0 0 0 0 0 0 0 20 0 21 0 237280899 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151971] ppid=151948 vsize=19130076 memory=1677892 CPUtime=0 cores=1,3
/proc/151951/task/151971/stat : 151971 (Timer-0) S 151948 151951 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237280923 19589197824 419473 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 3460.34 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1677892 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.10 4.11 5/340 152291
/proc/meminfo: memFree=105389220/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=19130076 memory=1679940 CPUtime=3520.28 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 81011 0 0 0 351907 121 0 0 20 0 21 0 237280895 19589197824 419985 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4782519 419985 5523 1 0 556554 0
[pid=151951/tid=151953] ppid=151948 vsize=19130076 memory=1679940 CPUtime=3509.74 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 25022 0 0 0 350968 6 0 0 20 0 21 0 237280896 19589197824 419985 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=19130076 memory=1677892 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237280898 19589197824 419985 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=19130076 memory=1679940 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 1164 0 0 0 0 0 0 0 20 0 21 0 237280899 19589197824 419985 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151971] ppid=151948 vsize=19130076 memory=1679940 CPUtime=0 cores=1,3
/proc/151951/task/151971/stat : 151971 (Timer-0) S 151948 151951 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237280923 19589197824 419985 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 3520.28 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1679940 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.09 4.11 5/340 152293
/proc/meminfo: memFree=105389092/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=19130076 memory=1679940 CPUtime=3580.23 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 81198 0 0 0 357900 123 0 0 20 0 21 0 237280895 19589197824 419985 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4782519 419985 5523 1 0 556554 0
[pid=151951/tid=151953] ppid=151948 vsize=19130076 memory=5632 CPUtime=3569.52 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 25176 0 0 0 356946 6 0 0 20 0 21 0 237280896 19589197824 419985 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=19130076 memory=27392 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237280898 19589197824 419985 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=19130076 memory=1679940 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 1164 0 0 0 0 0 0 0 20 0 21 0 237280899 19589197824 419985 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151971] ppid=151948 vsize=19130076 memory=1679940 CPUtime=0 cores=1,3
/proc/151951/task/151971/stat : 151971 (Timer-0) S 151948 151951 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237280923 19589197824 419985 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 3580.23 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1679940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.2 s]
/proc/loadavg: 4.07 4.09 4.10 5/339 152493
/proc/meminfo: memFree=122748860/131250000 swapFree=33010672/33010684
[pid=151951] ppid=151948 vsize=19130076 memory=1679940 CPUtime=3600.07 cores=1,3
/proc/151951/stat : 151951 (java) S 151948 151951 151447 0 -1 4194304 81200 0 0 0 359884 123 0 0 20 0 21 0 237280895 19589197824 419985 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
/proc/151951/statm: 4782519 419985 5523 1 0 556554 0
[pid=151951/tid=151953] ppid=151948 vsize=19130076 memory=7084832256307389802 CPUtime=3589.37 cores=1,3
/proc/151951/task/151953/stat : 151953 (java) R 151948 151951 151447 0 -1 4194368 25177 0 0 0 358931 6 0 0 20 0 21 0 237280896 19589197824 419985 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151962] ppid=151948 vsize=19130076 memory=5936138391155731042 CPUtime=0 cores=1,3
/proc/151951/task/151962/stat : 151962 (Finalizer) S 151948 151951 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 237280898 19589197824 419985 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151969] ppid=151948 vsize=19130076 memory=7811600667530322018 CPUtime=0 cores=1,3
/proc/151951/task/151969/stat : 151969 (Common-Cleaner) S 151948 151951 151447 0 -1 4194368 1164 0 0 0 0 0 0 0 20 0 21 0 237280899 19589197824 419985 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
[pid=151951/tid=151971] ppid=151948 vsize=19130076 memory=7450204278035409510 CPUtime=0 cores=1,3
/proc/151951/task/151971/stat : 151971 (Timer-0) S 151948 151951 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 237280923 19589197824 419985 18446744073709551615 94069441527808 94069441531504 140726197994656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94069441539320 94069441540112 94069461807104 140726197999999 140726198000100 140726198000100 140726198005704 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1679940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.97 s, system=1.25048 s

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

Child status: 143

Real time (s): 3602.32
CPU time (s): 3600.22
CPU user time (s): 3598.97
CPU system time (s): 1.25048
CPU usage (%): 99.9417
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 1679940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.97
system time used= 1.25048
maximum resident set size= 1680836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83211
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116886
involuntary context switches= 2248


# summary of solver processes directly reported to runsolver:
#   pid: 151951
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.97
#   total CPU system time (s): 1.25048

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.21852 second user time and 17.031 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-22 22:27:03
IDJOB=4542393
IDBENCH=163924
IDSOLVER=3363
FILE ID=nodeC026/4542393-1753216023
RUNJOBID= nodeC026-1753212428-151459
SLURM_JOB_ID= 9687803
Free space on /tmp= 433020 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/composed_pebbling_php_pyramid/dec/normalized-composed_pebbling_php_pyramid_height12_pigeons11_holes10.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542393-1753216023/watcher-4542393-1753216023 -o /tmp/evaluation-result-4542393-1753216023/solver-4542393-1753216023 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753212428-151459 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4542393-1753216023.opb

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

MD5SUM BENCH= 585b31dbafa0f7a6999a9b17497812eb
RANDOM SEED=911046009

nodeC026 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.795
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.59
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.808
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.090
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.59
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		: 3599.798
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.59
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.785
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.59
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.796
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.59
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		: 3598.140
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.59
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		: 3592.911
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        117782944 kB
MemAvailable:   122529224 kB
Buffers:            2128 kB
Cached:          5371732 kB
SwapCached:            4 kB
Active:          8258580 kB
Inactive:        4229592 kB
Active(anon):    7135240 kB
Inactive(anon):     5344 kB
Active(file):    1123340 kB
Inactive(file):  4224248 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4348 kB
Writeback:             0 kB
AnonPages:       7117460 kB
Mapped:           129332 kB
Shmem:             26268 kB
KReclaimable:     459492 kB
Slab:             564416 kB
SReclaimable:     459492 kB
SUnreclaim:       104924 kB
KernelStack:        5216 kB
PageTables:        17604 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   10208732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6871040 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC026 at 2025-07-22 23:27:05