Trace number 4510480

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-06UNSAT 574.102 572.755

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x70split.cnf-plain.pb.metafix.opb
MD5SUMab4f361084eaa55350d5ce36089ad752
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 benchmark28.6033
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables701
Total number of constraints2802
Number of constraints which are clauses2802
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4510480-1751197876.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  no objective function found
0.13/0.19	c ... done. Wall clock time 0.064s.
0.13/0.19	c declared #vars     701
0.13/0.19	c #constraints  2802
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2800
0.13/0.19	c 2802 constraints processed.
0.72/0.41	c cleaning 2494 clauses out of 5001 with flag 24419/5001
1.09/0.61	c cleaning 4236 clauses out of 8507 with flag 52021/11001
1.48/0.89	c cleaning 5624 clauses out of 11271 with flag 84658/18001
1.88/1.08	c cleaning 6785 clauses out of 13647 with flag 126818/26001
2.28/1.23	c cleaning 7913 clauses out of 15861 with flag 178160/35000
2.54/1.43	c cleaning 8946 clauses out of 17948 with flag 235598/45000
2.85/1.60	c cleaning 9996 clauses out of 20002 with flag 296035/56000
2.95/1.78	c cleaning 10981 clauses out of 22006 with flag 362744/68000
3.15/2.00	c cleaning 11999 clauses out of 24026 with flag 436426/81001
3.45/2.24	c cleaning 12979 clauses out of 26026 with flag 517685/95000
3.75/2.53	c cleaning 13984 clauses out of 28048 with flag 605939/110001
4.05/2.83	c cleaning 14989 clauses out of 30063 with flag 704149/126000
4.37/3.15	c cleaning 16018 clauses out of 32075 with flag 807457/143001
4.69/3.47	c cleaning 16986 clauses out of 34056 with flag 910175/161000
5.09/3.84	c cleaning 18001 clauses out of 36070 with flag 1023410/180000
5.49/4.23	c cleaning 18999 clauses out of 38070 with flag 1135507/200001
5.89/4.65	c cleaning 20017 clauses out of 40070 with flag 1253228/221000
6.40/5.14	c cleaning 20981 clauses out of 42053 with flag 1381359/243000
6.89/5.66	c cleaning 21996 clauses out of 44074 with flag 1505601/266002
7.50/6.20	c cleaning 22999 clauses out of 46076 with flag 1641993/290000
8.00/6.77	c cleaning 24007 clauses out of 48077 with flag 1778306/315000
8.59/7.38	c cleaning 25018 clauses out of 50071 with flag 1924467/341001
9.30/8.06	c cleaning 25996 clauses out of 52053 with flag 2074341/368001
10.00/8.76	c cleaning 26983 clauses out of 54057 with flag 2230072/396001
10.71/9.45	c cleaning 27993 clauses out of 56074 with flag 2387224/425001
11.51/10.22	c cleaning 29028 clauses out of 58080 with flag 2553188/455000
12.31/11.07	c cleaning 29996 clauses out of 60053 with flag 2719804/486001
13.20/11.94	c cleaning 31003 clauses out of 62057 with flag 2891706/518001
14.10/12.84	c cleaning 31996 clauses out of 64054 with flag 3063911/551001
15.10/13.80	c cleaning 33006 clauses out of 66058 with flag 3240314/585001
16.10/14.82	c cleaning 34004 clauses out of 68051 with flag 3417609/620000
17.09/15.87	c cleaning 35004 clauses out of 70047 with flag 3606322/656000
18.19/16.96	c cleaning 36004 clauses out of 72043 with flag 3795507/693000
19.29/18.09	c cleaning 36987 clauses out of 74041 with flag 3986771/731002
20.48/19.27	c cleaning 37993 clauses out of 76054 with flag 4184169/770002
21.79/20.56	c cleaning 39019 clauses out of 78060 with flag 4383494/810001
23.29/22.01	c cleaning 40012 clauses out of 80041 with flag 4590114/851001
24.78/23.50	c cleaning 40994 clauses out of 82029 with flag 4801129/893001
26.38/25.11	c cleaning 42006 clauses out of 84034 with flag 5015257/936000
27.98/26.74	c cleaning 42987 clauses out of 86028 with flag 5238601/980000
29.67/28.45	c cleaning 44017 clauses out of 88042 with flag 5463148/1025001
31.37/30.16	c cleaning 44981 clauses out of 90024 with flag 5691271/1071000
33.06/31.89	c cleaning 46002 clauses out of 92045 with flag 5918952/1118002
34.96/33.74	c cleaning 47016 clauses out of 94041 with flag 6158579/1166000
36.86/35.62	c cleaning 48003 clauses out of 96025 with flag 6390401/1215000
38.86/37.64	c cleaning 48992 clauses out of 98023 with flag 6629998/1265001
40.95/39.76	c cleaning 49986 clauses out of 100030 with flag 6872473/1316000
43.15/41.95	c cleaning 51004 clauses out of 102045 with flag 7115674/1368001
45.35/44.13	c cleaning 52012 clauses out of 104042 with flag 7364934/1421002
47.64/46.49	c cleaning 52994 clauses out of 106029 with flag 7624822/1475001
50.03/48.83	c cleaning 53997 clauses out of 108035 with flag 7876536/1530001
52.33/51.13	c cleaning 54990 clauses out of 110037 with flag 8130438/1586000
54.76/53.54	c cleaning 56007 clauses out of 112048 with flag 8392792/1643001
57.26/56.05	c cleaning 56995 clauses out of 114042 with flag 8660422/1701002
59.95/58.72	c cleaning 58003 clauses out of 116046 with flag 8939608/1760001
62.64/61.45	c cleaning 59002 clauses out of 118043 with flag 9217233/1820001
65.44/64.23	c cleaning 59998 clauses out of 120040 with flag 9492344/1881000
68.43/67.20	c cleaning 61005 clauses out of 122043 with flag 9776014/1943001
71.33/70.18	c cleaning 62000 clauses out of 124038 with flag 10062064/2006001
74.65/73.41	c cleaning 63010 clauses out of 126037 with flag 10355464/2070000
77.94/76.73	c cleaning 63990 clauses out of 128027 with flag 10650718/2135000
81.24/80.05	c cleaning 65009 clauses out of 130039 with flag 10942415/2201002
84.52/83.31	c cleaning 65997 clauses out of 132029 with flag 11237848/2268001
88.02/86.88	c cleaning 66995 clauses out of 134031 with flag 11538444/2336000
91.71/90.50	c cleaning 67999 clauses out of 136036 with flag 11846812/2405000
95.34/94.16	c cleaning 68999 clauses out of 138037 with flag 12150021/2475000
98.93/97.78	c cleaning 69999 clauses out of 140038 with flag 12460156/2546000
102.52/101.39	c cleaning 71005 clauses out of 142039 with flag 12765493/2618000
106.41/105.21	c cleaning 72007 clauses out of 144035 with flag 13077415/2691001
110.10/108.99	c cleaning 72997 clauses out of 146027 with flag 13389819/2765000
114.20/113.10	c cleaning 73995 clauses out of 148030 with flag 13715087/2840000
118.50/117.34	c cleaning 75012 clauses out of 150035 with flag 14039657/2916000
122.69/121.52	c cleaning 75993 clauses out of 152023 with flag 14368333/2993000
126.78/125.66	c cleaning 77009 clauses out of 154031 with flag 14691974/3071001
130.87/129.78	c cleaning 78001 clauses out of 156022 with flag 15017459/3150001
134.87/133.78	c cleaning 78992 clauses out of 158020 with flag 15349352/3230000
139.20/138.01	c cleaning 79999 clauses out of 160028 with flag 15677269/3311000
143.19/142.08	c cleaning 81002 clauses out of 162029 with flag 16014067/3393000
147.18/146.04	c cleaning 82000 clauses out of 164028 with flag 16349864/3476001
151.17/150.04	c cleaning 82996 clauses out of 166028 with flag 16684421/3560001
155.26/154.16	c cleaning 84001 clauses out of 168032 with flag 17023210/3645001
159.78/158.62	c cleaning 85002 clauses out of 170031 with flag 17374290/3731001
164.17/163.07	c cleaning 85999 clauses out of 172028 with flag 17730280/3818000
168.96/167.82	c cleaning 87004 clauses out of 174030 with flag 18094187/3906001
173.85/172.71	c cleaning 88002 clauses out of 176026 with flag 18452456/3995001
178.57/177.44	c cleaning 88994 clauses out of 178023 with flag 18805617/4085000
183.46/182.36	c cleaning 90006 clauses out of 180029 with flag 19168260/4176000
188.35/187.21	c cleaning 90995 clauses out of 182025 with flag 19538833/4268002
193.14/192.08	c cleaning 92006 clauses out of 184029 with flag 19899693/4361001
197.93/196.82	c cleaning 92996 clauses out of 186023 with flag 20253403/4455001
202.84/201.78	c cleaning 94004 clauses out of 188027 with flag 20636455/4550001
207.63/206.52	c cleaning 95007 clauses out of 190023 with flag 21008055/4646001
212.72/211.68	c cleaning 95997 clauses out of 192015 with flag 21391420/4743000
217.91/216.87	c cleaning 97010 clauses out of 194020 with flag 21772550/4841002
222.90/221.84	c cleaning 97993 clauses out of 196009 with flag 22148320/4940001
228.33/227.25	c cleaning 98994 clauses out of 198016 with flag 22544344/5040001
233.52/232.42	c cleaning 100001 clauses out of 200022 with flag 22930202/5141001
239.11/238.08	c cleaning 100998 clauses out of 202020 with flag 23333645/5243000
244.79/243.75	c cleaning 102002 clauses out of 204022 with flag 23734573/5346000
250.39/249.35	c cleaning 103006 clauses out of 206021 with flag 24139741/5450001
256.31/255.22	c cleaning 103998 clauses out of 208015 with flag 24558611/5555001
262.49/261.43	c cleaning 104996 clauses out of 210016 with flag 24977345/5661000
268.68/267.66	c cleaning 106004 clauses out of 212021 with flag 25401830/5768001
274.67/273.67	c cleaning 106998 clauses out of 214016 with flag 25826465/5876000
280.46/279.48	c cleaning 107997 clauses out of 216018 with flag 26249415/5985000
286.88/285.84	c cleaning 108996 clauses out of 218022 with flag 26683496/6095001
293.17/292.11	c cleaning 109998 clauses out of 220025 with flag 27135406/6206000
299.95/298.97	c cleaning 111004 clauses out of 222028 with flag 27590425/6318001
306.83/305.89	c cleaning 112001 clauses out of 224023 with flag 28060968/6431000
314.42/313.40	c cleaning 112999 clauses out of 226022 with flag 28538161/6545000
322.00/321.10	c cleaning 113995 clauses out of 228023 with flag 29014731/6660000
329.69/328.72	c cleaning 115000 clauses out of 230028 with flag 29495905/6776000
337.33/336.37	c cleaning 116009 clauses out of 232028 with flag 29976658/6893000
344.91/343.98	c cleaning 117001 clauses out of 234020 with flag 30470858/7011001
353.29/352.31	c cleaning 117998 clauses out of 236019 with flag 30967977/7130001
361.57/360.66	c cleaning 118998 clauses out of 238021 with flag 31469120/7250001
370.45/369.52	c cleaning 120003 clauses out of 240023 with flag 31966374/7371001
378.84/377.91	c cleaning 120998 clauses out of 242019 with flag 32471443/7493000
388.12/387.27	c cleaning 122001 clauses out of 244023 with flag 32991905/7616002
397.00/396.18	c cleaning 123001 clauses out of 246020 with flag 33509600/7740000
407.55/406.61	c cleaning 123998 clauses out of 248019 with flag 34034299/7865000
417.94/417.09	c cleaning 125003 clauses out of 250022 with flag 34568789/7991001
428.22/427.37	c cleaning 126003 clauses out of 252020 with flag 35107073/8118002
439.29/438.49	c cleaning 127000 clauses out of 254015 with flag 35660004/8246000
450.17/449.39	c cleaning 128000 clauses out of 256016 with flag 36199004/8375001
461.65/460.86	c cleaning 128999 clauses out of 258016 with flag 36736620/8505001
472.90/472.02	c cleaning 130001 clauses out of 260017 with flag 37276593/8636001
483.78/482.95	c cleaning 131003 clauses out of 262018 with flag 37825447/8768003
495.46/494.66	c cleaning 132001 clauses out of 264013 with flag 38370382/8901001
507.03/506.29	c cleaning 132996 clauses out of 266011 with flag 38925358/9035000
518.81/518.07	c cleaning 133999 clauses out of 268015 with flag 39482551/9170000
531.48/530.76	c cleaning 134999 clauses out of 270016 with flag 40045338/9306000
545.95/545.23	c cleaning 136001 clauses out of 272017 with flag 40638745/9443000
562.38/561.64	c cleaning 137003 clauses out of 274016 with flag 41266616/9581000
573.92/572.65	c starts		: 11582
573.92/572.65	c conflicts		: 9697752
573.92/572.66	c decisions		: 13286563
573.92/572.66	c propagations		: 84780109
573.92/572.66	c inspects		: 10447712000
573.92/572.66	c shortcuts		: 0
573.92/572.66	c learnt literals	: 13
573.92/572.66	c learnt binary clauses	: 77
573.92/572.66	c learnt ternary clauses	: 298
573.92/572.66	c learnt constraints	: 9697738
573.92/572.66	c ignored constraints	: 0
573.92/572.66	c root simplifications	: 0
573.92/572.66	c removed literals (reason simplification)	: 8737022
573.92/572.66	c reason swapping (by a shorter reason)	: 0
573.92/572.66	c Calls to reduceDB	: 134
573.92/572.66	c Number of update (reduction) of LBD	: 2113897
573.92/572.66	c Imported unit clauses	: 0
573.92/572.66	c No decision after first conflict	: false
573.92/572.66	c number of reductions to clauses (during analyze)	: 0
573.92/572.66	c number of learned constraints concerned by reduction	: 0
573.92/572.66	c number of learning phase by resolution	: 0
573.92/572.66	c number of learning phase by cutting planes	: 0
573.92/572.66	c number of rounding to 1 operations	: 0
573.92/572.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
573.92/572.66	c number of reductions of the coefficients by power 2 	: 0
573.92/572.66	c number of right shift for reduction by power 2 	: 0
573.92/572.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
573.92/572.66	c number of ending skipping 	: 0
573.92/572.66	c number of internal skipping 	: 0
573.92/572.66	c number of derivation steps 	: 0
573.92/572.66	c number of skipped derivation steps 	: 0
573.92/572.66	c number of remaining unassigned 	: 0
573.92/572.66	c number of remaining assigned 	: 0
573.92/572.66	c number of falsified literals weakened from reason	: 0
573.92/572.66	c number of falsified literals weakened from conflict	: 0
573.92/572.66	c time for arithmetic operations	: 0
573.92/572.66	c minimum degree of deleted constraints	: null
573.92/572.66	c maximum degree of deleted constraints	: null
573.92/572.66	c number of deleted constraints	: 0
573.92/572.66	c speed (assignments/second)	: 148095.02839445142
573.92/572.66	c non guided choices	: 367149
574.04/572.73	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 253674
574.04/572.73	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 77
574.04/572.73	s UNSATISFIABLE
574.04/572.73	c Total wall clock time (in seconds): 572.606

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510480-1751197876/watcher-4510480-1751197876 -o /tmp/evaluation-result-4510480-1751197876/solver-4510480-1751197876 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27854 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4510480-1751197876.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=29419, runsolver pid=29416
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.06 4.08 4.09 6/339 29437
/proc/meminfo: memFree=126128216/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=18930384 memory=57864 CPUtime=0.13 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 6629 0 0 0 11 2 0 0 20 0 18 0 35465500 19384713216 14466 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4732596 14466 5335 1 0 547680 0
[pid=29419/tid=29421] ppid=29416 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 5104 0 0 0 7 1 0 0 20 0 18 0 35465501 19384713216 14466 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=18930384 memory=237112656212 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35465503 19384713216 14466 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=18930384 memory=58485492706614 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 35465503 19384713216 14466 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57864 KiB

[startup+0.204998 s]*
/proc/loadavg: 4.06 4.08 4.09 8/340 29438
/proc/meminfo: memFree=126122104/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=18996948 memory=66360 CPUtime=0.32 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 7082 0 0 0 30 2 0 0 20 0 19 0 35465500 19452874752 16590 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4749237 16590 5463 1 0 548276 0
[pid=29419/tid=29421] ppid=29416 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 5309 0 0 0 17 1 0 0 20 0 19 0 35465501 19452874752 16590 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=18996948 memory=18949 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35465503 19452874752 16590 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=18996948 memory=57385981051877 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35465503 19452874752 16590 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29438] ppid=29416 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29419/task/29438/stat : 29438 (java) R 29416 29419 27841 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 35465519 19452874752 16590 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66360 KiB

[startup+0.305648 s]*
/proc/loadavg: 4.06 4.08 4.09 6/340 29438
/proc/meminfo: memFree=126113220/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=18996948 memory=73980 CPUtime=0.52 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 9624 0 0 0 49 3 0 0 20 0 19 0 35465500 19452874752 18495 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4749237 18495 5463 1 0 549748 0
[pid=29419/tid=29421] ppid=29416 vsize=18996948 memory=-6000919481363620717 CPUtime=0.27 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 5319 0 0 0 26 1 0 0 20 0 19 0 35465501 19452874752 18495 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35465503 19452874752 18495 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35465503 19452874752 18495 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29438] ppid=29416 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29419/task/29438/stat : 29438 (Timer-0) S 29416 29419 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35465519 19452874752 18495 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73980 KiB

[startup+0.700195 s]
/proc/loadavg: 4.06 4.08 4.09 6/340 29438
/proc/meminfo: memFree=126099612/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=18996948 memory=91744 CPUtime=1.28 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 14321 0 0 0 124 4 0 0 20 0 19 0 35465500 19452874752 22936 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4749237 22936 5463 1 0 552846 0
[pid=29419/tid=29421] ppid=29416 vsize=18996948 memory=17536 CPUtime=0.64 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 5365 0 0 0 62 2 0 0 20 0 19 0 35465501 19452874752 22936 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35465503 19452874752 22936 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35465503 19452874752 22936 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29438] ppid=29416 vsize=18996948 memory=4756 CPUtime=0 cores=5,7
/proc/29419/task/29438/stat : 29438 (Timer-0) S 29416 29419 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35465519 19452874752 22936 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 91744 KiB

[startup+1.50019 s]
/proc/loadavg: 4.14 4.10 4.09 6/340 29438
/proc/meminfo: memFree=126095836/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=18996948 memory=101592 CPUtime=2.73 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 18631 0 0 0 268 5 0 0 20 0 19 0 35465500 19452874752 25398 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4749237 25398 5463 1 0 553173 0
[pid=29419/tid=29421] ppid=29416 vsize=18996948 memory=0 CPUtime=1.42 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 5735 0 0 0 140 2 0 0 20 0 19 0 35465501 19452874752 25398 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35465503 19452874752 25398 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35465503 19452874752 25398 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29438] ppid=29416 vsize=18996948 memory=4756 CPUtime=0 cores=5,7
/proc/29419/task/29438/stat : 29438 (Timer-0) S 29416 29419 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35465519 19452874752 25398 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 101592 KiB

[startup+3.10553 s]
/proc/loadavg: 4.14 4.10 4.09 5/340 29438
/proc/meminfo: memFree=126054876/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=18996948 memory=120248 CPUtime=4.37 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 19409 0 0 0 432 5 0 0 20 0 19 0 35465500 19452874752 30062 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4749237 30062 5463 1 0 553191 0
[pid=29419/tid=29421] ppid=29416 vsize=18996948 memory=10752 CPUtime=3 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 6051 0 0 0 298 2 0 0 20 0 19 0 35465501 19452874752 30062 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=18996948 memory=-6000919481363620717 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35465503 19452874752 30062 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35465503 19452874752 30062 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29438] ppid=29416 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/29419/task/29438/stat : 29438 (Timer-0) S 29416 29419 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35465519 19452874752 30062 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 4.37 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 120248 KiB

[startup+6.3002 s]
/proc/loadavg: 4.13 4.10 4.09 5/340 29438
/proc/meminfo: memFree=126026300/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=18996948 memory=145068 CPUtime=7.6 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 19943 0 0 0 754 6 0 0 20 0 19 0 35465500 19452874752 36267 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4749237 36267 5463 1 0 553191 0
[pid=29419/tid=29421] ppid=29416 vsize=18996948 memory=0 CPUtime=6.19 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 6366 0 0 0 617 2 0 0 20 0 19 0 35465501 19452874752 36267 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35465503 19452874752 36267 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 35465503 19452874752 36267 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29438] ppid=29416 vsize=18996948 memory=103768 CPUtime=0 cores=5,7
/proc/29419/task/29438/stat : 29438 (Timer-0) S 29416 29419 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35465519 19452874752 36267 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 7.6 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 145068 KiB

[startup+12.7002 s]
/proc/loadavg: 4.20 4.11 4.10 5/341 29439
/proc/meminfo: memFree=125989668/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=19063512 memory=178436 CPUtime=14 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 22565 0 0 0 1393 7 0 0 20 0 20 0 35465500 19521036288 44609 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4765878 44609 5527 1 0 553496 0
[pid=29419/tid=29421] ppid=29416 vsize=19063512 memory=103768 CPUtime=12.56 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 6993 0 0 0 1253 3 0 0 20 0 20 0 35465501 19521036288 44609 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=19063512 memory=178436 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 44609 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 44609 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29438] ppid=29416 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/29419/task/29438/stat : 29438 (Timer-0) S 29416 29419 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35465519 19521036288 44609 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178436 KiB

[startup+25.5002 s]
/proc/loadavg: 4.16 4.11 4.09 5/341 29439
/proc/meminfo: memFree=125936428/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=19063512 memory=186700 CPUtime=26.78 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 24713 0 0 0 2671 7 0 0 20 0 20 0 35465500 19521036288 46675 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4765878 46675 5527 1 0 553496 0
[pid=29419/tid=29421] ppid=29416 vsize=19063512 memory=178436 CPUtime=25.32 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 7664 0 0 0 2529 3 0 0 20 0 20 0 35465501 19521036288 46675 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 46675 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=19063512 memory=-6000919481363620717 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 46675 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29438] ppid=29416 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/29419/task/29438/stat : 29438 (Timer-0) S 29416 29419 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35465519 19521036288 46675 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 26.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186700 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 4.10 4.09 5/341 29439
/proc/meminfo: memFree=125838132/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=19063512 memory=207496 CPUtime=52.33 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 25905 0 0 0 5225 8 0 0 20 0 20 0 35465500 19521036288 51874 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4765878 51874 5527 1 0 553496 0

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

/proc/loadavg: 4.14 4.14 4.11 5/340 29459
/proc/meminfo: memFree=124111996/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=19063512 memory=883576 CPUtime=538.37 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 33363 0 0 0 53808 29 0 0 20 0 20 0 35465500 19521036288 220894 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4765878 220894 5527 1 0 553511 0
[pid=29419/tid=29421] ppid=29416 vsize=19063512 memory=883576 CPUtime=535.48 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 10902 0 0 0 53544 4 0 0 20 0 20 0 35465501 19521036288 220894 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=19063512 memory=2305 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 220894 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=19063512 memory=-6000919481363620717 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 287 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 220894 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29438] ppid=29416 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/29419/task/29438/stat : 29438 (Timer-0) S 29416 29419 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35465519 19521036288 220894 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 538.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 883576 KiB

[startup+550.4 s]
/proc/loadavg: 4.12 4.14 4.10 5/341 29465
/proc/meminfo: memFree=124058080/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=19063512 memory=938900 CPUtime=551.21 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 34272 0 0 0 55091 30 0 0 20 0 20 0 35465500 19521036288 234725 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4765878 234725 5527 1 0 553513 0
[pid=29419/tid=29421] ppid=29416 vsize=19063512 memory=883576 CPUtime=548.17 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 11166 0 0 0 54813 4 0 0 20 0 20 0 35465501 19521036288 234725 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=19063512 memory=895880 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 234725 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=19063512 memory=883576 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 294 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 234725 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29438] ppid=29416 vsize=19063512 memory=938900 CPUtime=0 cores=5,7
/proc/29419/task/29438/stat : 29438 (Timer-0) S 29416 29419 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35465519 19521036288 234725 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 551.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 938900 KiB

[startup+563.2 s]
/proc/loadavg: 4.09 4.13 4.10 5/342 29468
/proc/meminfo: memFree=124058144/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=19063512 memory=938900 CPUtime=563.98 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 34275 0 0 0 56368 30 0 0 20 0 20 0 35465500 19521036288 234725 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4765878 234725 5527 1 0 553513 0
[pid=29419/tid=29421] ppid=29416 vsize=19063512 memory=279241862700832 CPUtime=560.94 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 11167 0 0 0 56090 4 0 0 20 0 20 0 35465501 19521036288 234725 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=19063512 memory=795472 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 234725 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=19063512 memory=883576 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 294 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 234725 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29438] ppid=29416 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/29419/task/29438/stat : 29438 (Timer-0) S 29416 29419 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35465519 19521036288 234725 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 563.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 938900 KiB

[startup+569.6 s]
/proc/loadavg: 4.24 4.16 4.11 5/342 29468
/proc/meminfo: memFree=124058168/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=19063512 memory=939028 CPUtime=570.61 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 38587 0 0 0 57031 30 0 0 20 0 20 0 35465500 19521036288 234757 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4765878 234757 5527 1 0 553532 0
[pid=29419/tid=29421] ppid=29416 vsize=19063512 memory=938900 CPUtime=567.33 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 11909 0 0 0 56729 4 0 0 20 0 20 0 35465501 19521036288 234757 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 234757 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=19063512 memory=939028 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 294 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 234757 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29438] ppid=29416 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/29419/task/29438/stat : 29438 (Timer-0) S 29416 29419 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35465519 19521036288 234757 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 570.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 939028 KiB

[startup+571.2 s]
/proc/loadavg: 4.24 4.16 4.11 5/342 29468
/proc/meminfo: memFree=124058168/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=19063512 memory=939028 CPUtime=572.29 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 38622 0 0 0 57199 30 0 0 20 0 20 0 35465500 19521036288 234757 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4765878 234757 5527 1 0 553535 0
[pid=29419/tid=29421] ppid=29416 vsize=19063512 memory=1792 CPUtime=568.92 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 11913 0 0 0 56888 4 0 0 20 0 20 0 35465501 19521036288 234757 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 234757 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=19063512 memory=939028 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 294 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 234757 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29438] ppid=29416 vsize=19063512 memory=4380 CPUtime=0 cores=5,7
/proc/29419/task/29438/stat : 29438 (Timer-0) S 29416 29419 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35465519 19521036288 234757 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 572.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 939028 KiB

[startup+572 s]*
/proc/loadavg: 4.30 4.17 4.12 5/342 29468
/proc/meminfo: memFree=124054388/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=19063512 memory=941332 CPUtime=573.31 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 39281 0 0 0 57300 31 0 0 20 0 20 0 35465500 19521036288 235333 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4765878 235333 5527 1 0 553535 0
[pid=29419/tid=29421] ppid=29416 vsize=19063512 memory=-6000919481363620717 CPUtime=569.73 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 11943 0 0 0 56969 4 0 0 20 0 20 0 35465501 19521036288 235333 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 235333 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=19063512 memory=5716 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 294 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 235333 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29438] ppid=29416 vsize=19063512 memory=23208 CPUtime=0 cores=5,7
/proc/29419/task/29438/stat : 29438 (Timer-0) S 29416 29419 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35465519 19521036288 235333 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 573.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 941332 KiB

[startup+572.4 s]
/proc/loadavg: 4.30 4.17 4.12 5/342 29468
/proc/meminfo: memFree=124054388/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=19063512 memory=941332 CPUtime=573.7 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 39281 0 0 0 57339 31 0 0 20 0 20 0 35465500 19521036288 235333 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4765878 235333 5527 1 0 553535 0
[pid=29419/tid=29421] ppid=29416 vsize=19063512 memory=5632 CPUtime=570.12 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 11943 0 0 0 57008 4 0 0 20 0 20 0 35465501 19521036288 235333 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=19063512 memory=-6000919481363620717 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 235333 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=19063512 memory=939028 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 294 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 235333 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29438] ppid=29416 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/29419/task/29438/stat : 29438 (Timer-0) S 29416 29419 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35465519 19521036288 235333 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 573.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 941332 KiB

[startup+572.6 s]
/proc/loadavg: 4.30 4.17 4.12 5/342 29468
/proc/meminfo: memFree=124054388/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=19063512 memory=941332 CPUtime=573.92 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 39285 0 0 0 57361 31 0 0 20 0 20 0 35465500 19521036288 235333 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4765878 235333 5527 1 0 553535 0
[pid=29419/tid=29421] ppid=29416 vsize=19063512 memory=4756 CPUtime=570.32 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) R 29416 29419 27841 0 -1 4194368 11943 0 0 0 57028 4 0 0 20 0 20 0 35465501 19521036288 235333 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=19063512 memory=2764 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 235333 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=19063512 memory=-6000919481363620717 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 294 0 0 0 0 0 0 0 20 0 20 0 35465503 19521036288 235333 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29438] ppid=29416 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/29419/task/29438/stat : 29438 (Timer-0) S 29416 29419 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35465519 19521036288 235333 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 573.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 941332 KiB

[startup+572.7 s]
/proc/loadavg: 4.30 4.17 4.12 5/342 29468
/proc/meminfo: memFree=124054388/131249996 swapFree=33010684/33010684
[pid=29419] ppid=29416 vsize=19196640 memory=941844 CPUtime=574.04 cores=5,7
/proc/29419/stat : 29419 (java) S 29416 29419 27841 0 -1 4194304 40534 0 0 0 57373 31 0 0 20 0 20 0 35465500 19657359360 235461 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
/proc/29419/statm: 4799160 235461 5527 1 0 554169 0
[pid=29419/tid=29421] ppid=29416 vsize=19196640 memory=17536 CPUtime=570.36 cores=5,7
/proc/29419/task/29421/stat : 29421 (java) S 29416 29419 27841 0 -1 4194368 12753 0 0 0 57032 4 0 0 20 0 20 0 35465501 19657359360 235461 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29430] ppid=29416 vsize=19196640 memory=3328 CPUtime=0 cores=5,7
/proc/29419/task/29430/stat : 29430 (Finalizer) S 29416 29419 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35465503 19657359360 235461 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
[pid=29419/tid=29437] ppid=29416 vsize=19196640 memory=14848 CPUtime=0 cores=5,7
/proc/29419/task/29437/stat : 29437 (Common-Cleaner) S 29416 29419 27841 0 -1 4194368 294 0 0 0 0 0 0 0 20 0 20 0 35465503 19657359360 235461 18446744073709551615 94510161391616 94510161395312 140731944748576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94510161403128 94510161403920 94510172696576 140731944757633 140731944757734 140731944757734 140731944763336 0
Current children cumulated CPU time: 574.04 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 941844 KiB

Child status: 20

Real time (s): 572.755
CPU time (s): 574.102
CPU user time (s): 573.784
CPU system time (s): 0.318259
CPU usage (%): 100.235
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 941844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 573.784
system time used= 0.318259
maximum resident set size= 942228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40753
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18661
involuntary context switches= 1122


# summary of solver processes directly reported to runsolver:
#   pid: 29419
#   total CPU time (s): 574.102
#   total CPU user time (s): 573.784
#   total CPU system time (s): 0.318259

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.13038 second user time and 2.56468 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 13:51:16
IDJOB=4510480
IDBENCH=160366
IDSOLVER=3363
FILE ID=nodeC024/4510480-1751197876
RUNJOBID= nodeC024-1751191546-27854
SLURM_JOB_ID= 9587580
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x70split.cnf-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510480-1751197876/watcher-4510480-1751197876 -o /tmp/evaluation-result-4510480-1751197876/solver-4510480-1751197876 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27854 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4510480-1751197876.opb

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

MD5SUM BENCH= ab4f361084eaa55350d5ce36089ad752
RANDOM SEED=214865886

nodeC024 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.675
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.36
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.670
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.36
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.115
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126151528 kB
MemAvailable:   125832192 kB
Buffers:            3280 kB
Cached:           490296 kB
SwapCached:            0 kB
Active:          4283620 kB
Inactive:         235736 kB
Active(anon):    4043844 kB
Inactive(anon):        0 kB
Active(file):     239776 kB
Inactive(file):   235736 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1764 kB
Writeback:             0 kB
AnonPages:       4028320 kB
Mapped:           122484 kB
Shmem:             18064 kB
KReclaimable:      88384 kB
Slab:             175096 kB
SReclaimable:      88384 kB
SUnreclaim:        86712 kB
KernelStack:        5264 kB
PageTables:        11588 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7053672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3819520 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC024 at 2025-06-29 14:00:49