Trace number 4515894

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-nve-large-v4/normalized-grid10_64.opb
MD5SUM65bf933f8503130ddd66cfa323843b92
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.013602
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables640
Total number of constraints641
Number of constraints which are clauses640
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint640
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 319
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 959
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	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-4515894-1751236007.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
0.12/0.17	c ... done. Wall clock time 0.033s.
0.12/0.17	c declared #vars     640
0.12/0.17	c #constraints  641
0.12/0.17	c constraints type 
0.12/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 640
0.12/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.12/0.17	c 641 constraints processed.
1.47/0.86	c cleaning 2500 clauses out of 5000 with flag 10841/5000
2.26/1.33	c cleaning 4251 clauses out of 8501 with flag 24051/11001
2.82/1.85	c cleaning 5622 clauses out of 11249 with flag 39408/18000
3.53/2.52	c cleaning 6813 clauses out of 13628 with flag 57027/26001
4.39/3.36	c cleaning 7908 clauses out of 15815 with flag 76736/35001
5.29/4.24	c cleaning 8951 clauses out of 17906 with flag 98657/45000
6.41/5.29	c cleaning 9979 clauses out of 19957 with flag 122703/56002
7.68/6.43	c cleaning 10986 clauses out of 21977 with flag 149062/68001
9.32/8.03	c cleaning 11990 clauses out of 23990 with flag 177648/81000
10.82/9.57	c cleaning 12998 clauses out of 26000 with flag 208175/95000
12.70/11.38	c cleaning 13995 clauses out of 28002 with flag 240950/110000
14.78/13.30	c cleaning 15004 clauses out of 30007 with flag 276077/126000
16.98/15.45	c cleaning 15999 clauses out of 32003 with flag 313367/143000
19.30/17.73	c cleaning 17001 clauses out of 34006 with flag 352659/161002
22.36/20.73	c cleaning 18002 clauses out of 36004 with flag 394071/180001
25.03/23.39	c cleaning 19000 clauses out of 38001 with flag 437601/200000
28.01/26.25	c cleaning 20000 clauses out of 40002 with flag 483269/221001
31.00/29.14	c cleaning 20999 clauses out of 42002 with flag 531237/243001
34.89/33.05	c cleaning 22001 clauses out of 44004 with flag 581564/266002
38.47/36.57	c cleaning 23000 clauses out of 46001 with flag 633925/290000
43.06/41.07	c cleaning 23993 clauses out of 48002 with flag 688512/315001
47.32/45.23	c cleaning 25005 clauses out of 50009 with flag 745088/341001
52.93/50.20	c cleaning 25999 clauses out of 52004 with flag 804021/368001
58.60/55.89	c cleaning 26998 clauses out of 54004 with flag 864909/396000
64.76/61.90	c cleaning 28003 clauses out of 56007 with flag 928120/425001
70.73/67.88	c cleaning 28999 clauses out of 58003 with flag 993573/455000
78.11/75.19	c cleaning 30000 clauses out of 60005 with flag 1061270/486001
84.40/81.38	c cleaning 30998 clauses out of 62005 with flag 1130925/518001
90.84/87.60	c cleaning 31999 clauses out of 64006 with flag 1203080/551000
96.91/93.62	c cleaning 33001 clauses out of 66009 with flag 1277164/585002
104.99/101.58	c cleaning 34001 clauses out of 68007 with flag 1353454/620001
115.02/110.98	c cleaning 35002 clauses out of 70006 with flag 1431892/656001
124.21/120.05	c cleaning 35998 clauses out of 72003 with flag 1512474/693000
133.19/129.07	c cleaning 37002 clauses out of 74006 with flag 1595185/731001
143.91/139.63	c cleaning 38000 clauses out of 76003 with flag 1680045/770000
153.93/149.51	c cleaning 38999 clauses out of 78004 with flag 1767351/810001
163.66/159.12	c cleaning 39998 clauses out of 80004 with flag 1856787/851000
175.24/170.74	c cleaning 41001 clauses out of 82006 with flag 1948400/893000
184.50/179.92	c cleaning 41999 clauses out of 84006 with flag 2042156/936001
194.78/190.20	c cleaning 43001 clauses out of 86007 with flag 2138157/980001
206.05/201.57	c cleaning 43999 clauses out of 88005 with flag 2236234/1025000
218.22/213.79	c cleaning 44999 clauses out of 90006 with flag 2336261/1071000
231.31/226.56	c cleaning 45999 clauses out of 92007 with flag 2438716/1118000
245.24/240.28	c cleaning 47005 clauses out of 94009 with flag 2543254/1166001
259.58/253.95	c cleaning 47997 clauses out of 96003 with flag 2650257/1215000
275.73/270.03	c cleaning 49001 clauses out of 98006 with flag 2759329/1265000
291.80/285.92	c cleaning 50003 clauses out of 100006 with flag 2870514/1316001
308.87/303.08	c cleaning 51002 clauses out of 102003 with flag 2983629/1368001
326.96/321.07	c cleaning 52001 clauses out of 104002 with flag 3099454/1421002
346.67/340.60	c cleaning 52999 clauses out of 106000 with flag 3217123/1475001
369.69/363.56	c cleaning 53994 clauses out of 108001 with flag 3336820/1530001
385.42/379.18	c cleaning 54999 clauses out of 110006 with flag 3458961/1586000
400.52/394.18	c cleaning 55999 clauses out of 112007 with flag 3583249/1643000
418.45/411.92	c cleaning 57000 clauses out of 114008 with flag 3709641/1701000
438.69/432.06	c cleaning 58004 clauses out of 116008 with flag 3838166/1760000
461.16/453.79	c cleaning 59000 clauses out of 118005 with flag 3968730/1820001
481.52/474.09	c cleaning 59998 clauses out of 120004 with flag 4101412/1881000
505.43/497.87	c cleaning 60999 clauses out of 122006 with flag 4236645/1943000
525.81/518.05	c cleaning 61999 clauses out of 124007 with flag 4373870/2006000
548.83/540.96	c cleaning 62998 clauses out of 126008 with flag 4513244/2070000
574.63/566.67	c cleaning 64004 clauses out of 128011 with flag 4654694/2135001
604.16/596.03	c cleaning 65002 clauses out of 130008 with flag 4798661/2201002
633.78/625.64	c cleaning 65998 clauses out of 132004 with flag 4944295/2268000
662.77/654.65	c cleaning 66998 clauses out of 134007 with flag 5092264/2336001
683.75/675.47	c cleaning 67999 clauses out of 136009 with flag 5242938/2405001
708.20/698.57	c cleaning 69003 clauses out of 138009 with flag 5395620/2475000
728.09/718.37	c cleaning 70003 clauses out of 140008 with flag 5550425/2546002
749.83/739.96	c cleaning 71000 clauses out of 142003 with flag 5707223/2618000
775.09/765.15	c cleaning 71998 clauses out of 144003 with flag 5866401/2691000
799.83/789.87	c cleaning 72994 clauses out of 146005 with flag 6027743/2765000
817.74/807.72	c cleaning 74002 clauses out of 148011 with flag 6191021/2840000
839.22/828.84	c cleaning 75002 clauses out of 150010 with flag 6356537/2916001
857.55/847.02	c cleaning 76000 clauses out of 152008 with flag 6524247/2993001
881.09/870.53	c cleaning 77000 clauses out of 154008 with flag 6693983/3071001
900.38/889.81	c cleaning 77997 clauses out of 156008 with flag 6866219/3150001
920.38/909.80	c cleaning 78999 clauses out of 158010 with flag 7040264/3230000
943.51/932.87	c cleaning 80005 clauses out of 160011 with flag 7216757/3311000
970.72/959.98	c cleaning 80996 clauses out of 162006 with flag 7395467/3393000
994.59/983.63	c cleaning 81998 clauses out of 164010 with flag 7576446/3476000
1032.25/1020.28	c cleaning 83000 clauses out of 166012 with flag 7759412/3560000
1063.00/1050.85	c cleaning 84006 clauses out of 168013 with flag 7944953/3645001
1097.78/1085.39	c cleaning 85001 clauses out of 170007 with flag 8132322/3731001
1134.29/1121.78	c cleaning 85999 clauses out of 172006 with flag 8321932/3818001
1180.03/1167.22	c cleaning 86998 clauses out of 174006 with flag 8513650/3906000
1214.67/1201.61	c cleaning 87992 clauses out of 176008 with flag 8707469/3995000
1257.00/1243.78	c cleaning 89006 clauses out of 178017 with flag 8903738/4085001
1292.75/1278.17	c cleaning 90001 clauses out of 180011 with flag 9102107/4176001
1331.43/1316.78	c cleaning 90999 clauses out of 182010 with flag 9302633/4268001
1377.51/1362.60	c cleaning 92004 clauses out of 184010 with flag 9505282/4361000
1418.70/1403.68	c cleaning 93003 clauses out of 186006 with flag 9710057/4455000
1460.94/1445.68	c cleaning 94000 clauses out of 188003 with flag 9916896/4550000
1510.26/1494.71	c cleaning 94999 clauses out of 190004 with flag 10125810/4646001
1551.23/1535.69	c cleaning 95998 clauses out of 192004 with flag 10337014/4743000
1602.77/1586.90	c cleaning 96997 clauses out of 194006 with flag 10550636/4841000
1653.36/1637.30	c cleaning 97999 clauses out of 196009 with flag 10766307/4940000
1714.23/1696.40	c cleaning 99003 clauses out of 198011 with flag 10984166/5040001
1761.36/1743.24	c cleaning 99998 clauses out of 200008 with flag 11204065/5141001
1806.24/1788.08	c cleaning 100998 clauses out of 202010 with flag 11426020/5243001
1848.72/1830.38	c cleaning 101995 clauses out of 204011 with flag 11650572/5346000
1883.80/1865.17	c cleaning 103000 clauses out of 206016 with flag 11877498/5450000
1922.94/1903.95	c cleaning 104003 clauses out of 208017 with flag 12106044/5555001
1970.75/1951.51	c cleaning 105000 clauses out of 210013 with flag 12337223/5661000
2017.59/1998.19	c cleaning 105999 clauses out of 212013 with flag 12569934/5768000
2068.01/2048.39	c cleaning 107004 clauses out of 214014 with flag 12805113/5876000
2121.08/2101.13	c cleaning 108006 clauses out of 216011 with flag 13042043/5985001
2165.67/2145.41	c cleaning 108993 clauses out of 218004 with flag 13281748/6095000
2216.63/2194.30	c cleaning 109997 clauses out of 220012 with flag 13523170/6206001
2270.63/2248.24	c cleaning 111001 clauses out of 222014 with flag 13766838/6318000
2326.79/2304.13	c cleaning 112006 clauses out of 224014 with flag 14012870/6431001
2387.95/2365.23	c cleaning 113001 clauses out of 226007 with flag 14261026/6545000
2431.54/2408.42	c cleaning 113996 clauses out of 228006 with flag 14511756/6660000
2483.18/2459.75	c cleaning 114996 clauses out of 230011 with flag 14764259/6776001
2541.65/2518.01	c cleaning 116002 clauses out of 232015 with flag 15018755/6893001
2600.60/2576.68	c cleaning 117002 clauses out of 234012 with flag 15275508/7011000
2663.52/2639.25	c cleaning 118000 clauses out of 236010 with flag 15535243/7130000
2735.39/2711.09	c cleaning 119006 clauses out of 238011 with flag 15796361/7250001
2793.03/2768.42	c cleaning 119994 clauses out of 240004 with flag 16059882/7371000
2865.03/2840.11	c cleaning 121001 clauses out of 242011 with flag 16325934/7493001
2923.79/2898.86	c cleaning 122004 clauses out of 244009 with flag 16593942/7616000
2994.37/2969.17	c cleaning 122993 clauses out of 246006 with flag 16864172/7740001
3067.57/3040.07	c cleaning 124004 clauses out of 248013 with flag 17136078/7865001
3126.52/3098.82	c cleaning 125004 clauses out of 250010 with flag 17410314/7991002
3183.56/3155.88	c cleaning 126000 clauses out of 252004 with flag 17686846/8118000
3247.25/3219.21	c cleaning 126998 clauses out of 254004 with flag 17965557/8246000
3311.68/3283.57	c cleaning 127990 clauses out of 256008 with flag 18246427/8375002
3372.17/3343.97	c cleaning 129000 clauses out of 258016 with flag 18530068/8505000
3437.75/3409.29	c cleaning 129999 clauses out of 260016 with flag 18815310/8636000
3502.12/3473.45	c cleaning 131007 clauses out of 262018 with flag 19103041/8768001
3562.47/3533.44	c cleaning 132002 clauses out of 264011 with flag 19392697/8901001
3600.09/3571.12	c timeout
3600.09/3571.13	c starts		: 1
3600.09/3571.13	c conflicts		: 8979863
3600.09/3571.13	c decisions		: 9476608
3600.09/3571.13	c propagations		: 56834797
3600.09/3571.13	c inspects		: 10848963133
3600.09/3571.13	c shortcuts		: 0
3600.09/3571.13	c learnt literals	: 0
3600.09/3571.13	c learnt binary clauses	: 0
3600.09/3571.13	c learnt ternary clauses	: 0
3600.09/3571.13	c learnt constraints	: 8979863
3600.09/3571.13	c ignored constraints	: 0
3600.09/3571.13	c root simplifications	: 0
3600.09/3571.13	c removed literals (reason simplification)	: 129764256
3600.09/3571.13	c reason swapping (by a shorter reason)	: 0
3600.09/3571.13	c Calls to reduceDB	: 129
3600.09/3571.13	c Number of update (reduction) of LBD	: 144566
3600.09/3571.13	c Imported unit clauses	: 0
3600.09/3571.13	c No decision after first conflict	: false
3600.09/3571.13	c number of reductions to clauses (during analyze)	: 0
3600.09/3571.13	c number of learned constraints concerned by reduction	: 0
3600.09/3571.13	c number of learning phase by resolution	: 0
3600.09/3571.13	c number of learning phase by cutting planes	: 0
3600.09/3571.13	c number of rounding to 1 operations	: 0
3600.09/3571.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3571.13	c number of reductions of the coefficients by power 2 	: 0
3600.09/3571.13	c number of right shift for reduction by power 2 	: 0
3600.09/3571.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3571.13	c number of ending skipping 	: 0
3600.09/3571.13	c number of internal skipping 	: 0
3600.09/3571.13	c number of derivation steps 	: 0
3600.09/3571.13	c number of skipped derivation steps 	: 0
3600.09/3571.13	c number of remaining unassigned 	: 0
3600.09/3571.13	c number of remaining assigned 	: 0
3600.09/3571.13	c number of falsified literals weakened from reason	: 0
3600.09/3571.13	c number of falsified literals weakened from conflict	: 0
3600.09/3571.13	c time for arithmetic operations	: 0
3600.09/3571.14	c minimum degree of deleted constraints	: null
3600.09/3571.14	c maximum degree of deleted constraints	: null
3600.09/3571.14	c number of deleted constraints	: 0
3600.09/3571.14	c speed (assignments/second)	: 15915.826860052519
3600.09/3571.14	c non guided choices	: 309
3600.09/3571.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 210871
3600.09/3571.20	s UNKNOWN
3600.09/3571.20	c Total wall clock time (in seconds): 3571.059

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515894-1751236007/watcher-4515894-1751236007 -o /tmp/evaluation-result-4515894-1751236007/solver-4515894-1751236007 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751235489-32351 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4515894-1751236007.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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=33017, runsolver pid=33014
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.29 3.88 3.39 5/336 33035
/proc/meminfo: memFree=97337560/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=18930384 memory=55588 CPUtime=0.12 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 6539 0 0 0 10 2 0 0 20 0 18 0 39278612 19384713216 13897 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4732596 13897 5345 1 0 547603 0
[pid=33017/tid=33019] ppid=33014 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/33017/task/33019/stat : 33019 (java) R 33014 33017 29257 0 -1 4194368 5044 0 0 0 6 1 0 0 20 0 18 0 39278613 19384713216 13897 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33028] ppid=33014 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39278615 19384713216 13897 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=18930384 memory=58485492679666 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39278616 19384713216 13897 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55588 KiB

[startup+0.205827 s]*
/proc/loadavg: 4.29 3.88 3.39 7/337 33036
/proc/meminfo: memFree=97329432/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=18996948 memory=62092 CPUtime=0.31 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 7046 0 0 0 29 2 0 0 20 0 19 0 39278612 19452874752 15523 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4749237 15523 5441 1 0 548183 0
[pid=33017/tid=33019] ppid=33014 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/33017/task/33019/stat : 33019 (java) R 33014 33017 29257 0 -1 4194368 5310 0 0 0 15 2 0 0 20 0 19 0 39278613 19452874752 15523 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33028] ppid=33014 vsize=18996948 memory=16099 CPUtime=0 cores=0,2
/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39278615 19452874752 15523 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=18996948 memory=57385981051877 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39278616 19452874752 15523 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33036] ppid=33014 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/33017/task/33036/stat : 33036 (Timer-0) S 33014 33017 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39278630 19452874752 15523 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62092 KiB

[startup+0.305752 s]*
/proc/loadavg: 4.29 3.88 3.39 6/337 33036
/proc/meminfo: memFree=97326408/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=18996948 memory=67324 CPUtime=0.51 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 8815 0 0 0 48 3 0 0 20 0 19 0 39278612 19452874752 16831 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4749237 16831 5441 1 0 548970 0
[pid=33017/tid=33019] ppid=33014 vsize=18996948 memory=-6000919489953818988 CPUtime=0.25 cores=0,2
/proc/33017/task/33019/stat : 33019 (java) R 33014 33017 29257 0 -1 4194368 5316 0 0 0 23 2 0 0 20 0 19 0 39278613 19452874752 16831 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33028] ppid=33014 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39278615 19452874752 16831 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39278616 19452874752 16831 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33036] ppid=33014 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/33017/task/33036/stat : 33036 (Timer-0) S 33014 33017 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39278630 19452874752 16831 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67324 KiB

[startup+0.700251 s]
/proc/loadavg: 4.29 3.88 3.39 6/337 33036
/proc/meminfo: memFree=97309584/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=18996948 memory=94468 CPUtime=1.27 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 11937 0 0 0 123 4 0 0 20 0 19 0 39278612 19452874752 23617 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4749237 23617 5441 1 0 551059 0
[pid=33017/tid=33019] ppid=33014 vsize=18996948 memory=17536 CPUtime=0.62 cores=0,2
/proc/33017/task/33019/stat : 33019 (java) R 33014 33017 29257 0 -1 4194368 5357 0 0 0 60 2 0 0 20 0 19 0 39278613 19452874752 23617 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33028] ppid=33014 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39278615 19452874752 23617 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39278616 19452874752 23617 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33036] ppid=33014 vsize=18996948 memory=4752 CPUtime=0 cores=0,2
/proc/33017/task/33036/stat : 33036 (Timer-0) S 33014 33017 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39278630 19452874752 23617 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 94468 KiB

[startup+1.50027 s]
/proc/loadavg: 4.29 3.88 3.39 6/337 33036
/proc/meminfo: memFree=97275368/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=18996948 memory=152488 CPUtime=2.51 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 16115 0 0 0 246 5 0 0 20 0 19 0 39278612 19452874752 38122 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4749237 38122 5441 1 0 551620 0
[pid=33017/tid=33019] ppid=33014 vsize=18996948 memory=0 CPUtime=1.38 cores=0,2
/proc/33017/task/33019/stat : 33019 (java) R 33014 33017 29257 0 -1 4194368 5836 0 0 0 135 3 0 0 20 0 19 0 39278613 19452874752 38122 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33028] ppid=33014 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39278615 19452874752 38122 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39278616 19452874752 38122 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33036] ppid=33014 vsize=18996948 memory=4752 CPUtime=0 cores=0,2
/proc/33017/task/33036/stat : 33036 (Timer-0) S 33014 33017 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39278630 19452874752 38122 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 152488 KiB

[startup+3.10567 s]
/proc/loadavg: 4.27 3.88 3.39 6/338 33037
/proc/meminfo: memFree=97115772/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=19063512 memory=276164 CPUtime=4.2 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 18127 0 0 0 412 8 0 0 20 0 20 0 39278612 19521036288 69041 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4765878 69041 5473 1 0 551927 0
[pid=33017/tid=33019] ppid=33014 vsize=19063512 memory=10880 CPUtime=2.87 cores=0,2
/proc/33017/task/33019/stat : 33019 (java) R 33014 33017 29257 0 -1 4194368 6126 0 0 0 283 4 0 0 20 0 20 0 39278613 19521036288 69041 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33028] ppid=33014 vsize=19063512 memory=-6000919489953818988 CPUtime=0 cores=0,2
/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278615 19521036288 69041 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 39278616 19521036288 69041 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33036] ppid=33014 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/33017/task/33036/stat : 33036 (Timer-0) S 33014 33017 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278630 19521036288 69041 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 4.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 276164 KiB

[startup+6.30023 s]
/proc/loadavg: 4.27 3.88 3.39 5/338 33037
/proc/meminfo: memFree=96976508/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=19063512 memory=411096 CPUtime=7.58 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 19003 0 0 0 747 11 0 0 20 0 20 0 39278612 19521036288 102774 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4765878 102774 5473 1 0 551927 0
[pid=33017/tid=33019] ppid=33014 vsize=19063512 memory=0 CPUtime=5.94 cores=0,2
/proc/33017/task/33019/stat : 33019 (java) R 33014 33017 29257 0 -1 4194368 6214 0 0 0 590 4 0 0 20 0 20 0 39278613 19521036288 102774 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33028] ppid=33014 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278615 19521036288 102774 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 39278616 19521036288 102774 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33036] ppid=33014 vsize=19063512 memory=160680 CPUtime=0 cores=0,2
/proc/33017/task/33036/stat : 33036 (Timer-0) S 33014 33017 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278630 19521036288 102774 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 7.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 411096 KiB

[startup+12.7003 s]
/proc/loadavg: 4.25 3.88 3.40 5/338 33037
/proc/meminfo: memFree=96049552/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=19063512 memory=824208 CPUtime=14.18 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 21019 0 0 0 1399 19 0 0 20 0 20 0 39278612 19521036288 206052 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4765878 206052 5473 1 0 693958 0
[pid=33017/tid=33019] ppid=33014 vsize=19063512 memory=160680 CPUtime=12.07 cores=0,2
/proc/33017/task/33019/stat : 33019 (java) R 33014 33017 29257 0 -1 4194368 6615 0 0 0 1201 6 0 0 20 0 20 0 39278613 19521036288 206052 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33028] ppid=33014 vsize=19063512 memory=707452 CPUtime=0 cores=0,2
/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278615 19521036288 206052 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 39278616 19521036288 206052 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33036] ppid=33014 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/33017/task/33036/stat : 33036 (Timer-0) S 33014 33017 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278630 19521036288 206052 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 14.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 824208 KiB

[startup+25.5003 s]
/proc/loadavg: 4.26 3.91 3.41 5/339 33039
/proc/meminfo: memFree=94058600/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=19063512 memory=1370344 CPUtime=27.32 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 25052 0 0 0 2703 29 0 0 20 0 20 0 39278612 19521036288 342586 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4765878 342586 5473 1 0 827648 0
[pid=33017/tid=33019] ppid=33014 vsize=19063512 memory=707452 CPUtime=24.49 cores=0,2
/proc/33017/task/33019/stat : 33019 (java) R 33014 33017 29257 0 -1 4194368 7497 0 0 0 2440 9 0 0 20 0 20 0 39278613 19521036288 342586 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33028] ppid=33014 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278615 19521036288 342586 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=19063512 memory=1060972 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 39278616 19521036288 342586 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33036] ppid=33014 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/33017/task/33036/stat : 33036 (Timer-0) S 33014 33017 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278630 19521036288 342586 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 27.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1370344 KiB

[startup+51.1057 s]
/proc/loadavg: 4.43 3.98 3.45 5/340 33040
/proc/meminfo: memFree=91585040/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=19063512 memory=2068552 CPUtime=53.83 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 36304 0 0 0 5337 46 0 0 20 0 20 0 39278612 19521036288 517138 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4765878 517138 5505 1 0 828070 0

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

/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278615 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=19063512 memory=9293760 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 2535 0 0 0 0 0 0 0 20 0 20 0 39278616 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33036] ppid=33014 vsize=19063512 memory=9359300 CPUtime=0 cores=0,2
/proc/33017/task/33036/stat : 33036 (Timer-0) S 33014 33017 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278630 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 3190.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9359300 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.20 4.23 5/339 33472
/proc/meminfo: memFree=108128240/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=19063512 memory=9359300 CPUtime=3250.34 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 189699 0 0 0 324745 289 0 0 20 0 20 0 39278612 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4765878 2339825 5505 1 0 2893904 0
[pid=33017/tid=33019] ppid=33014 vsize=19063512 memory=9293760 CPUtime=3188.75 cores=0,2
/proc/33017/task/33019/stat : 33019 (java) R 33014 33017 29257 0 -1 4194368 84590 0 0 0 318801 74 0 0 20 0 20 0 39278613 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33028] ppid=33014 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278615 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 2535 0 0 0 0 0 0 0 20 0 20 0 39278616 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33036] ppid=33014 vsize=19063512 memory=9359300 CPUtime=0 cores=0,2
/proc/33017/task/33036/stat : 33036 (Timer-0) S 33014 33017 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278630 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 3250.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9359300 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.18 4.22 5/339 33474
/proc/meminfo: memFree=107222056/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=19063512 memory=9359300 CPUtime=3310.48 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 191717 0 0 0 330757 291 0 0 20 0 20 0 39278612 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4765878 2339825 5505 1 0 2893904 0
[pid=33017/tid=33019] ppid=33014 vsize=19063512 memory=9359300 CPUtime=3248.32 cores=0,2
/proc/33017/task/33019/stat : 33019 (java) R 33014 33017 29257 0 -1 4194368 85993 0 0 0 324757 75 0 0 20 0 20 0 39278613 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33028] ppid=33014 vsize=19063512 memory=9359300 CPUtime=0 cores=0,2
/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278615 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 2576 0 0 0 0 0 0 0 20 0 20 0 39278616 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33036] ppid=33014 vsize=19063512 memory=9359300 CPUtime=0 cores=0,2
/proc/33017/task/33036/stat : 33036 (Timer-0) S 33014 33017 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278630 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 3310.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9359300 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.19 4.22 5/340 33481
/proc/meminfo: memFree=106820112/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=19063512 memory=9359300 CPUtime=3370.57 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 195271 0 0 0 336763 294 0 0 20 0 20 0 39278612 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4765878 2339825 5505 1 0 2893904 0
[pid=33017/tid=33019] ppid=33014 vsize=19063512 memory=2760 CPUtime=3307.96 cores=0,2
/proc/33017/task/33019/stat : 33019 (java) R 33014 33017 29257 0 -1 4194368 88396 0 0 0 330721 75 0 0 20 0 20 0 39278613 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33028] ppid=33014 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278615 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 2619 0 0 0 0 0 0 0 20 0 20 0 39278616 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33036] ppid=33014 vsize=19063512 memory=9359300 CPUtime=0 cores=0,2
/proc/33017/task/33036/stat : 33036 (Timer-0) S 33014 33017 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278630 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 3370.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9359300 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.20 4.22 5/339 33485
/proc/meminfo: memFree=105631784/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=19063512 memory=9359300 CPUtime=3430.86 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 198998 0 0 0 342791 295 0 0 20 0 20 0 39278612 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4765878 2339825 5505 1 0 2893904 0
[pid=33017/tid=33019] ppid=33014 vsize=19063512 memory=0 CPUtime=3367.39 cores=0,2
/proc/33017/task/33019/stat : 33019 (java) R 33014 33017 29257 0 -1 4194368 90160 0 0 0 336664 75 0 0 20 0 20 0 39278613 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33028] ppid=33014 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278615 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=19063512 memory=9359300 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 2714 0 0 0 0 0 0 0 20 0 20 0 39278616 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33036] ppid=33014 vsize=19063512 memory=9359300 CPUtime=0 cores=0,2
/proc/33017/task/33036/stat : 33036 (Timer-0) S 33014 33017 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278630 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 3430.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9359300 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.17 4.21 5/340 33488
/proc/meminfo: memFree=105556456/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=19063512 memory=9359300 CPUtime=3491.05 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 202425 0 0 0 348808 297 0 0 20 0 20 0 39278612 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4765878 2339825 5505 1 0 2893904 0
[pid=33017/tid=33019] ppid=33014 vsize=19063512 memory=0 CPUtime=3426.9 cores=0,2
/proc/33017/task/33019/stat : 33019 (java) R 33014 33017 29257 0 -1 4194368 92078 0 0 0 342615 75 0 0 20 0 20 0 39278613 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33028] ppid=33014 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278615 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=19063512 memory=9359300 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 2806 0 0 0 0 0 0 0 20 0 20 0 39278616 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33036] ppid=33014 vsize=19063512 memory=9359300 CPUtime=0 cores=0,2
/proc/33017/task/33036/stat : 33036 (Timer-0) S 33014 33017 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278630 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 3491.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9359300 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.19 4.21 5/340 33489
/proc/meminfo: memFree=105552496/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=19063512 memory=9359300 CPUtime=3551.03 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 204720 0 0 0 354804 299 0 0 20 0 20 0 39278612 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4765878 2339825 5505 1 0 2893904 0
[pid=33017/tid=33019] ppid=33014 vsize=19063512 memory=9359300 CPUtime=3486.64 cores=0,2
/proc/33017/task/33019/stat : 33019 (java) R 33014 33017 29257 0 -1 4194368 94252 0 0 0 348588 76 0 0 20 0 20 0 39278613 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33028] ppid=33014 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278615 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=19063512 memory=9359300 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 2806 0 0 0 0 0 0 0 20 0 20 0 39278616 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33036] ppid=33014 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/33017/task/33036/stat : 33036 (Timer-0) S 33014 33017 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278630 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 3551.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9359300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3571.11 s]
/proc/loadavg: 4.25 4.20 4.21 5/340 33491
/proc/meminfo: memFree=105121876/131249996 swapFree=33010684/33010684
[pid=33017] ppid=33014 vsize=19063512 memory=9359300 CPUtime=3600.09 cores=0,2
/proc/33017/stat : 33017 (java) S 33014 33017 29257 0 -1 4194304 207075 0 0 0 359708 301 0 0 20 0 20 0 39278612 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
/proc/33017/statm: 4765878 2339825 5505 1 0 2893904 0
[pid=33017/tid=33019] ppid=33014 vsize=19063512 memory=9359300 CPUtime=3534.95 cores=0,2
/proc/33017/task/33019/stat : 33019 (java) R 33014 33017 29257 0 -1 4194368 95503 0 0 0 353419 76 0 0 20 0 20 0 39278613 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33028] ppid=33014 vsize=19063512 memory=9359300 CPUtime=0 cores=0,2
/proc/33017/task/33028/stat : 33028 (Finalizer) S 33014 33017 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39278615 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33035] ppid=33014 vsize=19063512 memory=-4050210904893472402 CPUtime=0 cores=0,2
/proc/33017/task/33035/stat : 33035 (Common-Cleaner) S 33014 33017 29257 0 -1 4194368 2853 0 0 0 0 0 0 0 20 0 20 0 39278616 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
[pid=33017/tid=33036] ppid=33014 vsize=19063512 memory=9359300 CPUtime=0 cores=0,2
/proc/33017/task/33036/stat : 33036 (Timer-0) S 33014 33017 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39278630 19521036288 2339825 18446744073709551615 94785896603648 94785896607344 140730115324192 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94785896615160 94785896615952 94785906147328 140730115328385 140730115328486 140730115328486 140730115334088 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9359300 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.21 s, system=3.04477 s

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

[startup+3571.21 s]*
/proc/loadavg: 4.25 4.20 4.21 5/322 33494
/proc/meminfo: memFree=106178644/131249996 swapFree=33010684/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): 3571.25
CPU time (s): 3600.26
CPU user time (s): 3597.21
CPU system time (s): 3.04477
CPU usage (%): 100.812
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 9359300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.21
system time used= 3.04477
maximum resident set size= 9360068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210028
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112447
involuntary context switches= 11190


# summary of solver processes directly reported to runsolver:
#   pid: 33017
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3597.21
#   total CPU system time (s): 3.04477

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.45016 second user time and 16.546 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-30 00:26:48
IDJOB=4515894
IDBENCH=167030
IDSOLVER=3363
FILE ID=nodeC023/4515894-1751236007
RUNJOBID= nodeC023-1751235489-32351
SLURM_JOB_ID= 9587704
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-nve-large-v4/normalized-grid10_64.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515894-1751236007/watcher-4515894-1751236007 -o /tmp/evaluation-result-4515894-1751236007/solver-4515894-1751236007 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751235489-32351 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4515894-1751236007.opb

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

MD5SUM BENCH= 65bf933f8503130ddd66cfa323843b92
RANDOM SEED=1693128941

nodeC023 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.897
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.78
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.852
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.78
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.009
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.78
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		: 3638.491
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.78
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.888
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.78
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.881
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.78
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		: 3564.480
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.78
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		: 3700.000
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        97380620 kB
MemAvailable:   99272392 kB
Buffers:            3280 kB
Cached:          2695168 kB
SwapCached:            0 kB
Active:         30854896 kB
Inactive:        2390120 kB
Active(anon):   30564632 kB
Inactive(anon):        0 kB
Active(file):     290264 kB
Inactive(file):  2390120 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               684 kB
Writeback:             0 kB
AnonPages:      30549548 kB
Mapped:           122724 kB
Shmem:             18064 kB
KReclaimable:     101256 kB
Slab:             188896 kB
SReclaimable:     101256 kB
SUnreclaim:        87640 kB
KernelStack:        5184 kB
PageTables:        63496 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   39677908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  30154752 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC023 at 2025-06-30 01:26:19