Trace number 4544266

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.28 3421.96

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_norational_opb/normalized-ec_grid_norational_03_100.opb
MD5SUMaae1fd6f5b6959c86c4f8fcb3049cc7a
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.033295
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1803
Total number of constraints1504
Number of constraints which are clauses1202
Number of constraints which are cardinality constraints (but not clauses)301
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1202
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 1201
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3605
Number of bits of the biggest sum of numbers12
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.10/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.10	c java.vm.version	22.0.1+8-16
0.10/0.10	c java.vm.vendor	Oracle Corporation
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		22.0.1
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.11	c Free memory 		2104792832
0.10/0.11	c Max memory 		16282288128
0.10/0.11	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.14	c Pseudo Boolean Optimization by upper bound
0.10/0.14	c --- Begin Solver configuration ---
0.10/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.14	c Learn all clauses as in MiniSAT
0.10/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.14	c Expensive reason simplification
0.10/0.14	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.14	c timeout=2147483s
0.10/0.14	c DB Simplification allowed=false
0.10/0.14	c Listener: none
0.10/0.14	c --- End Solver configuration ---
0.10/0.14	c solving HOME/instance-4544266-1753233633.opb
0.10/0.14	c reading problem ... 
0.10/0.14	c using VERIPB proof format
0.10/0.15	c  no objective function found
0.10/0.21	c ... done. Wall clock time 0.06s.
0.10/0.21	c declared #vars     1803
0.29/0.21	c #constraints  1805
0.29/0.21	c constraints type 
0.29/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1204
0.29/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 600
0.29/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.29/0.21	c 1805 constraints processed.
3.14/1.86	c cleaning 2501 clauses out of 5001 with flag 11298/5001
5.00/3.30	c cleaning 4250 clauses out of 8499 with flag 24615/11000
7.28/5.13	c cleaning 5624 clauses out of 11250 with flag 40704/18001
9.68/7.28	c cleaning 6814 clauses out of 13627 with flag 58541/26002
12.41/9.78	c cleaning 7905 clauses out of 15811 with flag 80518/35000
15.08/12.24	c cleaning 8953 clauses out of 17906 with flag 103299/45000
17.96/15.09	c cleaning 9977 clauses out of 19953 with flag 127452/56000
21.56/18.35	c cleaning 10986 clauses out of 21976 with flag 153627/68000
24.83/21.52	c cleaning 11993 clauses out of 23990 with flag 181876/81000
28.71/25.12	c cleaning 12998 clauses out of 25998 with flag 212256/95001
34.09/30.16	c cleaning 13996 clauses out of 27999 with flag 245311/110000
39.98/35.79	c cleaning 15000 clauses out of 30004 with flag 280991/126001
45.87/41.26	c cleaning 15997 clauses out of 32004 with flag 318454/143001
52.12/47.13	c cleaning 17001 clauses out of 34007 with flag 357336/161001
58.28/53.18	c cleaning 18001 clauses out of 36006 with flag 399877/180001
64.67/59.40	c cleaning 19003 clauses out of 38005 with flag 442771/200001
73.96/68.37	c cleaning 20001 clauses out of 40001 with flag 495133/221000
81.20/75.26	c cleaning 21001 clauses out of 42001 with flag 543599/243001
90.04/83.72	c cleaning 22000 clauses out of 43999 with flag 592577/266000
98.58/91.90	c cleaning 23001 clauses out of 46001 with flag 643155/290002
107.79/100.87	c cleaning 24000 clauses out of 47999 with flag 697989/315001
116.71/109.41	c cleaning 24996 clauses out of 49998 with flag 753613/341000
125.49/117.48	c cleaning 25999 clauses out of 52002 with flag 810507/368000
134.63/126.28	c cleaning 27000 clauses out of 54003 with flag 869213/396000
145.16/136.44	c cleaning 27999 clauses out of 56003 with flag 931800/425000
156.57/147.38	c cleaning 29002 clauses out of 58004 with flag 996689/455000
167.05/157.32	c cleaning 29998 clauses out of 60003 with flag 1064722/486001
175.79/165.72	c cleaning 31001 clauses out of 62005 with flag 1133965/518001
189.16/177.22	c cleaning 32002 clauses out of 64003 with flag 1205537/551000
201.26/188.80	c cleaning 32994 clauses out of 66002 with flag 1279466/585001
211.73/198.99	c cleaning 34001 clauses out of 68008 with flag 1353359/620001
224.27/211.03	c cleaning 34999 clauses out of 70008 with flag 1431308/656002
237.84/224.18	c cleaning 36004 clauses out of 72009 with flag 1510780/693002
251.63/237.44	c cleaning 37001 clauses out of 74004 with flag 1594193/731001
263.48/248.89	c cleaning 38000 clauses out of 76004 with flag 1682500/770002
278.39/263.02	c cleaning 38996 clauses out of 78002 with flag 1769003/810000
292.07/276.06	c cleaning 40003 clauses out of 80008 with flag 1855600/851002
306.09/289.73	c cleaning 41001 clauses out of 82003 with flag 1947863/893000
323.56/306.36	c cleaning 41994 clauses out of 84003 with flag 2039708/936001
340.76/322.84	c cleaning 42994 clauses out of 86008 with flag 2134940/980000
358.21/339.59	c cleaning 44002 clauses out of 88015 with flag 2232235/1025001
374.00/353.40	c cleaning 45001 clauses out of 90012 with flag 2329958/1071000
387.44/366.19	c cleaning 46000 clauses out of 92011 with flag 2429232/1118000
401.24/379.24	c cleaning 47001 clauses out of 94011 with flag 2529687/1166000
415.13/392.46	c cleaning 48006 clauses out of 96011 with flag 2632787/1215001
430.02/406.40	c cleaning 48998 clauses out of 98004 with flag 2739266/1265000
444.06/419.74	c cleaning 49997 clauses out of 100006 with flag 2847590/1316000
461.89/436.88	c cleaning 50999 clauses out of 102010 with flag 2960262/1368001
480.36/454.45	c cleaning 52005 clauses out of 104011 with flag 3073827/1421001
498.46/471.82	c cleaning 52999 clauses out of 106006 with flag 3191718/1475001
521.22/493.76	c cleaning 53996 clauses out of 108006 with flag 3308932/1530000
543.50/515.13	c cleaning 54998 clauses out of 110010 with flag 3427383/1586000
567.97/537.50	c cleaning 56001 clauses out of 112012 with flag 3548217/1643000
592.73/561.42	c cleaning 57004 clauses out of 114011 with flag 3671698/1701000
615.91/583.71	c cleaning 58002 clauses out of 116007 with flag 3796895/1760000
635.32/602.23	c cleaning 58994 clauses out of 118006 with flag 3923650/1820001
654.86/620.93	c cleaning 60003 clauses out of 120013 with flag 4052211/1881002
677.53/642.72	c cleaning 61002 clauses out of 122009 with flag 4182717/1943001
701.43/665.56	c cleaning 62003 clauses out of 124008 with flag 4315026/2006002
725.63/688.63	c cleaning 62997 clauses out of 126003 with flag 4450872/2070000
751.86/714.13	c cleaning 64003 clauses out of 128007 with flag 4587854/2135001
778.73/739.77	c cleaning 64997 clauses out of 130003 with flag 4727855/2201000
805.95/766.01	c cleaning 65996 clauses out of 132008 with flag 4867430/2268002
836.20/793.51	c cleaning 67000 clauses out of 134010 with flag 5009453/2336000
864.84/820.89	c cleaning 68003 clauses out of 136010 with flag 5153837/2405000
893.17/848.10	c cleaning 69001 clauses out of 138008 with flag 5300091/2475001
924.71/878.63	c cleaning 69997 clauses out of 140006 with flag 5446803/2546000
954.51/907.42	c cleaning 71006 clauses out of 142012 with flag 5596035/2618003
985.31/937.20	c cleaning 71995 clauses out of 144003 with flag 5747305/2691000
1015.41/966.24	c cleaning 73004 clauses out of 146009 with flag 5900760/2765001
1046.88/996.54	c cleaning 73999 clauses out of 148005 with flag 6056665/2840001
1078.48/1027.03	c cleaning 75000 clauses out of 150005 with flag 6215571/2916000
1110.62/1057.98	c cleaning 75998 clauses out of 152005 with flag 6377621/2993000
1152.28/1095.50	c cleaning 77001 clauses out of 154008 with flag 6545629/3071001
1189.49/1131.43	c cleaning 78005 clauses out of 156009 with flag 6719186/3150003
1231.94/1172.84	c cleaning 78995 clauses out of 158002 with flag 6888632/3230001
1270.45/1210.18	c cleaning 80000 clauses out of 160007 with flag 7059361/3311001
1314.39/1252.82	c cleaning 81004 clauses out of 162007 with flag 7233163/3393001
1348.68/1285.99	c cleaning 81996 clauses out of 164002 with flag 7408670/3476000
1382.97/1319.03	c cleaning 83003 clauses out of 166007 with flag 7589658/3560001
1424.30/1359.13	c cleaning 84001 clauses out of 168004 with flag 7769626/3645001
1458.13/1391.77	c cleaning 84991 clauses out of 170002 with flag 7949139/3731000
1494.47/1424.03	c cleaning 86004 clauses out of 172015 with flag 8132975/3818004
1525.17/1453.03	c cleaning 86998 clauses out of 174007 with flag 8317778/3906000
1553.92/1480.34	c cleaning 87999 clauses out of 176011 with flag 8504054/3995002
1584.11/1509.08	c cleaning 89002 clauses out of 178010 with flag 8693113/4085000
1614.42/1538.05	c cleaning 89994 clauses out of 180008 with flag 8882749/4176000
1647.48/1569.87	c cleaning 91004 clauses out of 182015 with flag 9084130/4268001
1679.17/1600.16	c cleaning 92001 clauses out of 184011 with flag 9286405/4361001
1717.56/1634.62	c cleaning 93004 clauses out of 186012 with flag 9482769/4455003
1750.09/1665.58	c cleaning 93999 clauses out of 188005 with flag 9681207/4550000
1781.35/1695.16	c cleaning 94999 clauses out of 190007 with flag 9882826/4646001
1812.93/1725.20	c cleaning 95998 clauses out of 192007 with flag 10086279/4743000
1845.22/1756.06	c cleaning 96998 clauses out of 194009 with flag 10292637/4841000
1880.15/1789.34	c cleaning 98001 clauses out of 196013 with flag 10501587/4940002
1918.85/1823.06	c cleaning 99000 clauses out of 198011 with flag 10712140/5040001
1955.86/1858.11	c cleaning 100000 clauses out of 200011 with flag 10925975/5141001
1991.04/1891.84	c cleaning 100999 clauses out of 202011 with flag 11142571/5243001
2027.67/1926.81	c cleaning 101995 clauses out of 204012 with flag 11363207/5346001
2063.51/1961.01	c cleaning 103004 clauses out of 206016 with flag 11584646/5450000
2101.31/1997.47	c cleaning 103999 clauses out of 208013 with flag 11808725/5555001
2144.77/2036.17	c cleaning 105003 clauses out of 210013 with flag 12034433/5661000
2188.23/2077.90	c cleaning 105998 clauses out of 212010 with flag 12262297/5768000
2229.40/2117.52	c cleaning 107002 clauses out of 214013 with flag 12493199/5876001
2270.63/2157.14	c cleaning 108004 clauses out of 216013 with flag 12730338/5985003
2316.95/2201.84	c cleaning 108998 clauses out of 218006 with flag 12962211/6095000
2355.06/2238.39	c cleaning 110002 clauses out of 220009 with flag 13201652/6206001
2395.97/2274.75	c cleaning 110995 clauses out of 222007 with flag 13438360/6318001
2448.39/2325.34	c cleaning 112002 clauses out of 224012 with flag 13678442/6431001
2502.24/2377.69	c cleaning 113000 clauses out of 226010 with flag 13921884/6545001
2565.83/2439.46	c cleaning 114004 clauses out of 228009 with flag 14167037/6660000
2616.47/2488.38	c cleaning 114998 clauses out of 230005 with flag 14413299/6776000
2667.36/2532.87	c cleaning 116004 clauses out of 232009 with flag 14657642/6893002
2715.87/2579.15	c cleaning 116996 clauses out of 234003 with flag 14903808/7011000
2766.52/2627.96	c cleaning 117999 clauses out of 236007 with flag 15151221/7130000
2829.35/2689.04	c cleaning 118997 clauses out of 238008 with flag 15400854/7250000
2894.94/2752.65	c cleaning 120000 clauses out of 240013 with flag 15652439/7371002
2972.44/2824.28	c cleaning 121002 clauses out of 242011 with flag 15906996/7493000
3029.34/2879.18	c cleaning 122001 clauses out of 244009 with flag 16165764/7616000
3086.68/2934.55	c cleaning 123001 clauses out of 246008 with flag 16430742/7740000
3143.54/2989.59	c cleaning 124000 clauses out of 248008 with flag 16697465/7865001
3214.11/3058.11	c cleaning 124998 clauses out of 250007 with flag 16966380/7991000
3285.00/3123.84	c cleaning 126001 clauses out of 252010 with flag 17234945/8118001
3356.37/3193.39	c cleaning 126998 clauses out of 254008 with flag 17512630/8246000
3402.98/3237.94	c cleaning 127994 clauses out of 256010 with flag 17787151/8375000
3446.31/3279.29	c cleaning 129003 clauses out of 258016 with flag 18066354/8505000
3494.31/3320.86	c cleaning 130003 clauses out of 260015 with flag 18352338/8636002
3542.09/3366.12	c cleaning 131002 clauses out of 262011 with flag 18635325/8768001
3586.86/3409.07	c cleaning 132000 clauses out of 264008 with flag 18923215/8901000
3600.09/3421.81	c timeout
3600.09/3421.82	c starts		: 32
3600.09/3421.83	c conflicts		: 8941834
3600.09/3421.83	c decisions		: 13146512
3600.09/3421.83	c propagations		: 2575786330
3600.09/3421.83	c inspects		: 7419348542
3600.09/3421.83	c shortcuts		: 0
3600.09/3421.83	c learnt literals	: 0
3600.09/3421.83	c learnt binary clauses	: 0
3600.09/3421.83	c learnt ternary clauses	: 0
3600.09/3421.83	c learnt constraints	: 8941834
3600.09/3421.83	c ignored constraints	: 0
3600.09/3421.83	c root simplifications	: 0
3600.09/3421.83	c removed literals (reason simplification)	: 52286475
3600.09/3421.83	c reason swapping (by a shorter reason)	: 0
3600.09/3421.83	c Calls to reduceDB	: 129
3600.09/3421.83	c Number of update (reduction) of LBD	: 315202
3600.09/3421.83	c Imported unit clauses	: 0
3600.09/3421.83	c No decision after first conflict	: false
3600.09/3421.83	c number of reductions to clauses (during analyze)	: 0
3600.09/3421.83	c number of learned constraints concerned by reduction	: 0
3600.09/3421.83	c number of learning phase by resolution	: 0
3600.09/3421.83	c number of learning phase by cutting planes	: 0
3600.09/3421.83	c number of rounding to 1 operations	: 0
3600.09/3421.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3421.83	c number of reductions of the coefficients by power 2 	: 0
3600.09/3421.83	c number of right shift for reduction by power 2 	: 0
3600.09/3421.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3421.83	c number of ending skipping 	: 0
3600.09/3421.83	c number of internal skipping 	: 0
3600.09/3421.83	c number of derivation steps 	: 0
3600.09/3421.83	c number of skipped derivation steps 	: 0
3600.09/3421.83	c number of remaining unassigned 	: 0
3600.09/3421.83	c number of remaining assigned 	: 0
3600.09/3421.83	c number of falsified literals weakened from reason	: 0
3600.09/3421.83	c number of falsified literals weakened from conflict	: 0
3600.09/3421.83	c time for arithmetic operations	: 0
3600.09/3421.83	c minimum degree of deleted constraints	: null
3600.09/3421.83	c maximum degree of deleted constraints	: null
3600.09/3421.83	c number of deleted constraints	: 0
3600.09/3421.84	c speed (assignments/second)	: 752797.3094616
3600.09/3421.84	c non guided choices	: 1536
3600.09/3421.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 172842
3600.09/3421.90	s UNKNOWN
3600.09/3421.90	c Total wall clock time (in seconds): 3421.754

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100057 s]*
/proc/loadavg: 1.06 1.12 1.79 9/333 178410
/proc/meminfo: memFree=115672560/131250000 swapFree=33010416/33010684
[pid=178329] ppid=178323 vsize=18930384 memory=55044 CPUtime=0.1 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 6240 0 158 0 8 2 0 0 20 0 18 0 239043193 19384713216 13761 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4732596 13761 5357 1 0 547515 0
[pid=178329/tid=178335] ppid=178323 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) R 178323 178329 178273 0 -1 4194368 4834 0 158 0 4 1 0 0 20 0 18 0 239043196 19384713216 13761 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178362] ppid=178323 vsize=18930384 memory=18954 CPUtime=0 cores=0,2
/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239043198 19384713216 13761 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239043198 19384713216 13761 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55044 KiB

[startup+0.205771 s]*
/proc/loadavg: 1.06 1.12 1.79 13/333 178410
/proc/meminfo: memFree=115600268/131250000 swapFree=33010416/33010684
[pid=178329] ppid=178323 vsize=18930384 memory=75580 CPUtime=0.29 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 6721 0 158 0 26 3 0 0 20 0 18 0 239043193 19384713216 18895 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4732596 18895 5421 1 0 547918 0
[pid=178329/tid=178335] ppid=178323 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) R 178323 178329 178273 0 -1 4194368 5167 0 158 0 14 2 0 0 20 0 18 0 239043196 19384713216 18895 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178362] ppid=178323 vsize=18930384 memory=18954 CPUtime=0 cores=0,2
/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239043198 19384713216 18895 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239043198 19384713216 18895 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 75580 KiB

[startup+0.305608 s]*
/proc/loadavg: 1.06 1.12 1.79 11/337 178414
/proc/meminfo: memFree=115443236/131250000 swapFree=33010416/33010684
[pid=178329] ppid=178323 vsize=18996948 memory=83676 CPUtime=0.48 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 9004 0 158 0 44 4 0 0 20 0 19 0 239043193 19452874752 20919 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4749237 20919 5421 1 0 549710 0
[pid=178329/tid=178335] ppid=178323 vsize=18996948 memory=-8744696782398464700 CPUtime=0.23 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) R 178323 178329 178273 0 -1 4194368 5238 0 158 0 21 2 0 0 20 0 19 0 239043196 19452874752 20919 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178362] ppid=178323 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239043198 19452874752 20919 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239043198 19452874752 20919 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178411] ppid=178323 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/178329/task/178411/stat : 178411 (Timer-0) S 178323 178329 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239043215 19452874752 20919 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 83676 KiB

[startup+0.7002 s]
/proc/loadavg: 1.06 1.12 1.79 9/339 178416
/proc/meminfo: memFree=115309272/131250000 swapFree=33010416/33010684
[pid=178329] ppid=178323 vsize=19063512 memory=171840 CPUtime=1.25 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 13925 0 158 0 119 6 0 0 20 0 20 0 239043193 19521036288 42960 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4765878 42960 5453 1 0 552397 0
[pid=178329/tid=178335] ppid=178323 vsize=19063512 memory=27264 CPUtime=0.56 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) R 178323 178329 178273 0 -1 4194368 5276 0 158 0 53 3 0 0 20 0 20 0 239043196 19521036288 42960 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178362] ppid=178323 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 42960 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 42960 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178411] ppid=178323 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/178329/task/178411/stat : 178411 (Timer-0) S 178323 178329 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 42960 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171840 KiB

[startup+1.50024 s]
/proc/loadavg: 1.06 1.12 1.79 9/341 178418
/proc/meminfo: memFree=115128844/131250000 swapFree=33010416/33010684
[pid=178329] ppid=178323 vsize=19063512 memory=281324 CPUtime=2.7 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 14708 0 158 0 260 10 0 0 20 0 20 0 239043193 19521036288 70331 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4765878 70331 5453 1 0 997385 0
[pid=178329/tid=178335] ppid=178323 vsize=19063512 memory=10880 CPUtime=1.28 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) R 178323 178329 178273 0 -1 4194368 5320 0 158 0 122 6 0 0 20 0 20 0 239043196 19521036288 70331 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178362] ppid=178323 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 70331 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 70331 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178411] ppid=178323 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/178329/task/178411/stat : 178411 (Timer-0) S 178323 178329 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 70331 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 281324 KiB

[startup+3.10556 s]
/proc/loadavg: 1.69 1.26 1.83 5/341 178418
/proc/meminfo: memFree=112747508/131250000 swapFree=33010416/33010684
[pid=178329] ppid=178323 vsize=19063512 memory=836280 CPUtime=4.78 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 16004 0 158 0 454 24 0 0 20 0 20 0 239043193 19521036288 209070 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4765878 209070 5453 1 0 1580260 0
[pid=178329/tid=178335] ppid=178323 vsize=19063512 memory=10880 CPUtime=2.71 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) R 178323 178329 178273 0 -1 4194368 5559 0 158 0 256 15 0 0 20 0 20 0 239043196 19521036288 209070 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178362] ppid=178323 vsize=19063512 memory=-8960869564512248508 CPUtime=0 cores=0,2
/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 209070 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 209070 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178411] ppid=178323 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/178329/task/178411/stat : 178411 (Timer-0) S 178323 178329 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 209070 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 4.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 836280 KiB

[startup+6.30023 s]
/proc/loadavg: 1.69 1.26 1.83 5/341 178418
/proc/meminfo: memFree=108837552/131250000 swapFree=33010416/33010684
[pid=178329] ppid=178323 vsize=19063512 memory=1730376 CPUtime=8.7 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 17252 0 158 0 826 44 0 0 20 0 20 0 239043193 19521036288 432594 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4765878 432594 5453 1 0 1870624 0
[pid=178329/tid=178335] ppid=178323 vsize=19063512 memory=0 CPUtime=5.62 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) R 178323 178329 178273 0 -1 4194368 5826 0 158 0 534 28 0 0 20 0 20 0 239043196 19521036288 432594 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178362] ppid=178323 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 432594 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 432594 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178411] ppid=178323 vsize=19063512 memory=355052 CPUtime=0 cores=0,2
/proc/178329/task/178411/stat : 178411 (Timer-0) S 178323 178329 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 432594 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 8.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1730376 KiB

[startup+12.7002 s]
/proc/loadavg: 2.20 1.38 1.86 6/341 178418
/proc/meminfo: memFree=104142780/131250000 swapFree=33010416/33010684
[pid=178329] ppid=178323 vsize=19063512 memory=2485688 CPUtime=15.67 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 18387 0 158 0 1501 66 0 0 20 0 20 0 239043193 19521036288 621422 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4765878 621422 5453 1 0 1977160 0
[pid=178329/tid=178335] ppid=178323 vsize=19063512 memory=355052 CPUtime=11.48 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) R 178323 178329 178273 0 -1 4194368 6315 0 158 0 1104 44 0 0 20 0 20 0 239043196 19521036288 621422 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178362] ppid=178323 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 621422 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=19063512 memory=2407760 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 621422 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178411] ppid=178323 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/178329/task/178411/stat : 178411 (Timer-0) S 178323 178329 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 621422 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 15.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2485688 KiB

[startup+25.5002 s]
/proc/loadavg: 2.56 1.48 1.89 5/341 178418
/proc/meminfo: memFree=98472512/131250000 swapFree=33010416/33010684
[pid=178329] ppid=178323 vsize=19063512 memory=3433980 CPUtime=29.1 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 23794 0 158 0 2806 104 0 0 20 0 20 0 239043193 19521036288 858495 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4765878 858495 5453 1 0 1977166 0
[pid=178329/tid=178335] ppid=178323 vsize=19063512 memory=2407760 CPUtime=23.56 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) R 178323 178329 178273 0 -1 4194368 7905 0 158 0 2285 71 0 0 20 0 20 0 239043196 19521036288 858495 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178362] ppid=178323 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 858495 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 858495 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178411] ppid=178323 vsize=19063512 memory=27264 CPUtime=0 cores=0,2
/proc/178329/task/178411/stat : 178411 (Timer-0) S 178323 178329 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 858495 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 29.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3433980 KiB

[startup+51.1057 s]
/proc/loadavg: 3.46 1.78 1.98 5/342 178420
/proc/meminfo: memFree=87928144/131250000 swapFree=33010416/33010684
[pid=178329] ppid=178323 vsize=19063512 memory=5207524 CPUtime=56.15 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 33260 0 158 0 5446 169 0 0 20 0 20 0 239043193 19521036288 1301881 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4765878 1301881 5485 1 0 2154732 0
[pid=178329/tid=178335] ppid=178323 vsize=19063512 memory=4988356 CPUtime=47.74 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) R 178323 178329 178273 0 -1 4194368 11072 0 158 0 4659 115 0 0 20 0 20 0 239043196 19521036288 1301881 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0

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

/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4068350 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=19063512 memory=16273400 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 3173 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4068350 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178411] ppid=178323 vsize=19063512 memory=16273400 CPUtime=0 cores=0,2
/proc/178329/task/178411/stat : 178411 (Timer-0) S 178323 178329 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 4068350 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 3197.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16273400 KiB

[startup+3102.3 s]
/proc/loadavg: 5.07 5.02 4.87 7/341 178665
/proc/meminfo: memFree=43208572/131250000 swapFree=33009904/33010684
[pid=178329] ppid=178323 vsize=19063512 memory=16273528 CPUtime=3262.93 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 1085510 0 158 0 322776 3517 0 0 20 0 20 0 239043193 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4765878 4068382 5517 1 0 4083293 0
[pid=178329/tid=178335] ppid=178323 vsize=19063512 memory=16273528 CPUtime=2959.43 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) R 178323 178329 178273 0 -1 4194368 823800 0 158 0 292646 3297 0 0 20 0 20 0 239043196 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178362] ppid=178323 vsize=19063512 memory=27264 CPUtime=0 cores=0,2
/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=19063512 memory=16273528 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 3174 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178411] ppid=178323 vsize=19063512 memory=16273528 CPUtime=0 cores=0,2
/proc/178329/task/178411/stat : 178411 (Timer-0) S 178323 178329 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 3262.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16273528 KiB

[startup+3162.3 s]
/proc/loadavg: 4.62 4.90 4.83 5/344 178674
/proc/meminfo: memFree=40799800/131250000 swapFree=33009904/33010684
[pid=178329] ppid=178323 vsize=19063512 memory=16273528 CPUtime=3324.66 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 1109837 0 158 0 328898 3568 0 0 20 0 20 0 239043193 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4765878 4068382 5517 1 0 4083293 0
[pid=178329/tid=178335] ppid=178323 vsize=19063512 memory=16273528 CPUtime=3017.34 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) R 178323 178329 178273 0 -1 4194368 845645 0 158 0 298387 3347 0 0 20 0 20 0 239043196 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178362] ppid=178323 vsize=19063512 memory=16273528 CPUtime=0 cores=0,2
/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=19063512 memory=16273400 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 3285 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178411] ppid=178323 vsize=19063512 memory=16273528 CPUtime=0 cores=0,2
/proc/178329/task/178411/stat : 178411 (Timer-0) S 178323 178329 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 3324.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16273528 KiB

[startup+3222.31 s]
/proc/loadavg: 4.84 4.91 4.84 5/347 178881
/proc/meminfo: memFree=38835864/131250000 swapFree=33009904/33010684
[pid=178329] ppid=178323 vsize=19063512 memory=16273528 CPUtime=3386.45 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 1133960 0 158 0 335025 3620 0 0 20 0 20 0 239043193 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4765878 4068382 5517 1 0 4083293 0
[pid=178329/tid=178335] ppid=178323 vsize=19063512 memory=16273400 CPUtime=3075.2 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) S 178323 178329 178273 0 -1 4194368 867840 0 158 0 304122 3398 0 0 20 0 20 0 239043196 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178362] ppid=178323 vsize=19063512 memory=16273528 CPUtime=0 cores=0,2
/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=19063512 memory=16273528 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 3286 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178411] ppid=178323 vsize=19063512 memory=21968 CPUtime=0 cores=0,2
/proc/178329/task/178411/stat : 178411 (Timer-0) S 178323 178329 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 3386.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16273528 KiB

[startup+3282.3 s]
/proc/loadavg: 4.72 4.87 4.83 5/345 178883
/proc/meminfo: memFree=36191688/131250000 swapFree=33009904/33010684
[pid=178329] ppid=178323 vsize=19063512 memory=16273528 CPUtime=3449.49 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 1159599 0 158 0 341264 3685 0 0 20 0 20 0 239043193 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4765878 4068382 5517 1 0 4083293 0
[pid=178329/tid=178335] ppid=178323 vsize=19063512 memory=16273528 CPUtime=3131.77 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) R 178323 178329 178273 0 -1 4194368 888720 0 158 0 309715 3462 0 0 20 0 20 0 239043196 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178362] ppid=178323 vsize=19063512 memory=16273528 CPUtime=0 cores=0,2
/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 3337 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178411] ppid=178323 vsize=19063512 memory=27264 CPUtime=0 cores=0,2
/proc/178329/task/178411/stat : 178411 (Timer-0) S 178323 178329 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 4068382 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 3449.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16273528 KiB

[startup+3342.3 s]
/proc/loadavg: 4.76 4.86 4.83 5/345 178886
/proc/meminfo: memFree=32641856/131250000 swapFree=33009904/33010684
[pid=178329] ppid=178323 vsize=19063512 memory=16273784 CPUtime=3517.15 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 1188867 0 158 0 347953 3762 0 0 20 0 20 0 239043193 19521036288 4068446 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4765878 4068446 5517 1 0 4083375 0
[pid=178329/tid=178335] ppid=178323 vsize=19063512 memory=14720 CPUtime=3188.08 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) R 178323 178329 178273 0 -1 4194368 910494 0 158 0 315273 3535 0 0 20 0 20 0 239043196 19521036288 4068446 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178362] ppid=178323 vsize=19063512 memory=-9044459746194447340 CPUtime=0 cores=0,2
/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4068446 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=19063512 memory=16273784 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 3339 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4068446 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178411] ppid=178323 vsize=19063512 memory=16273784 CPUtime=0 cores=0,2
/proc/178329/task/178411/stat : 178411 (Timer-0) S 178323 178329 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 4068446 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 3517.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16273784 KiB

[startup+3402.3 s]
/proc/loadavg: 4.83 4.88 4.84 5/345 179019
/proc/meminfo: memFree=66251164/131250000 swapFree=33009904/33010684
[pid=178329] ppid=178323 vsize=19063512 memory=16273784 CPUtime=3580.17 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 1212566 0 158 0 354187 3830 0 0 20 0 20 0 239043193 19521036288 4068446 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4765878 4068446 5517 1 0 4083375 0
[pid=178329/tid=178335] ppid=178323 vsize=19063512 memory=16273784 CPUtime=3244.68 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) R 178323 178329 178273 0 -1 4194368 930981 0 158 0 320867 3601 0 0 20 0 20 0 239043196 19521036288 4068446 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178362] ppid=178323 vsize=19063512 memory=16273784 CPUtime=0 cores=0,2
/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4068446 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=19063512 memory=16273784 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 3426 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4068446 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178411] ppid=178323 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/178329/task/178411/stat : 178411 (Timer-0) S 178323 178329 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 4068446 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 3580.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16273784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3421.8 s]
/proc/loadavg: 4.79 4.87 4.83 5/348 179024
/proc/meminfo: memFree=64707232/131250000 swapFree=33009904/33010684
[pid=178329] ppid=178323 vsize=19063512 memory=16273784 CPUtime=3600.09 cores=0,2
/proc/178329/stat : 178329 (java) S 178323 178329 178273 0 -1 4194304 1216535 0 158 0 356156 3853 0 0 20 0 20 0 239043193 19521036288 4068446 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
/proc/178329/statm: 4765878 4068446 5517 1 0 4083376 0
[pid=178329/tid=178335] ppid=178323 vsize=19063512 memory=46464 CPUtime=3263.65 cores=0,2
/proc/178329/task/178335/stat : 178335 (java) R 178323 178329 178273 0 -1 4194368 934430 0 158 0 322741 3624 0 0 20 0 20 0 239043196 19521036288 4068446 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178362] ppid=178323 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/178329/task/178362/stat : 178362 (Finalizer) S 178323 178329 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4068446 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178376] ppid=178323 vsize=19063512 memory=27264 CPUtime=0 cores=0,2
/proc/178329/task/178376/stat : 178376 (Common-Cleaner) S 178323 178329 178273 0 -1 4194368 3426 0 0 0 0 0 0 0 20 0 20 0 239043198 19521036288 4068446 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
[pid=178329/tid=178411] ppid=178323 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/178329/task/178411/stat : 178411 (Timer-0) S 178323 178329 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043215 19521036288 4068446 18446744073709551615 94472002711552 94472002715248 140724071087984 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94472002723064 94472002723856 94472005025792 140724071090516 140724071090660 140724071090660 140724071096264 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16273784 KiB

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

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

# cumulated CPU time of all completed processes:  user=3561.69 s, system=38.5886 s

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

[startup+3421.91 s]*
/proc/loadavg: 4.97 4.91 4.84 5/330 179027
/proc/meminfo: memFree=65751072/131250000 swapFree=33009904/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3421.96
CPU time (s): 3600.28
CPU user time (s): 3561.69
CPU system time (s): 38.5886
CPU usage (%): 105.211
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16273784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3561.69
system time used= 38.5886
maximum resident set size= 16274936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1219316
page faults= 158
swaps= 0
block input operations= 8
block output operations= 91534968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135451
involuntary context switches= 22608


# summary of solver processes directly reported to runsolver:
#   pid: 178329
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3561.69
#   total CPU system time (s): 38.5886

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.29531 second user time and 16.4637 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-23 03:20:33
IDJOB=4544266
IDBENCH=175139
IDSOLVER=3364
FILE ID=nodeC027/4544266-1753233633
RUNJOBID= nodeC027-1753233633-178283
SLURM_JOB_ID= 9687850
Free space on /tmp= 432996 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_norational_opb/normalized-ec_grid_norational_03_100.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544266-1753233633/watcher-4544266-1753233633 -o /tmp/evaluation-result-4544266-1753233633/solver-4544266-1753233633 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753233633-178283 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544266-1753233633 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544266-1753233633.opb

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

MD5SUM BENCH= aae1fd6f5b6959c86c4f8fcb3049cc7a
RANDOM SEED=377310218

nodeC027 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.846
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.29
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		: 1979.960
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.29
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.560
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.29
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		: 1526.713
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.29
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.752
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.29
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		: 1199.903
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115755972 kB
MemAvailable:   129680408 kB
Buffers:            2488 kB
Cached:         14690156 kB
SwapCached:            8 kB
Active:          1172112 kB
Inactive:       13593424 kB
Active(anon):      96356 kB
Inactive(anon):     2788 kB
Active(file):    1075756 kB
Inactive(file): 13590636 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1108 kB
Writeback:             0 kB
AnonPages:         76732 kB
Mapped:           108560 kB
Shmem:             26252 kB
KReclaimable:     194164 kB
Slab:             290544 kB
SReclaimable:     194164 kB
SUnreclaim:        96380 kB
KernelStack:        4128 kB
PageTables:         2996 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     347576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 350392 MiB
End job on nodeC027 at 2025-07-23 04:17:35