Trace number 4451041

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 Cutting Planes 2024 2024-07-12? (TO) 3600.15 3536.9

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x120split.opb
MD5SUM71fa1afe6ec5716be864bdb24fc2dd76
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 benchmark40.5307
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1201
Total number of constraints601
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)601
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 6
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
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.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4451041-1721424805.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.34/0.22	c ... done. Wall clock time 0.068s.
0.34/0.22	c declared #vars     1201
0.34/0.22	c #constraints  1202
0.34/0.22	c constraints type 
0.34/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.34/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1200
0.34/0.22	c 1202 constraints processed.
1.66/0.94	c cleaning 2497 clauses out of 5000 with flag 0/5000
3.05/1.68	c cleaning 4237 clauses out of 8503 with flag 0/11000
4.43/2.35	c cleaning 5614 clauses out of 11266 with flag 0/18000
5.47/3.03	c cleaning 6813 clauses out of 13652 with flag 0/26000
6.81/4.36	c cleaning 7901 clauses out of 15839 with flag 0/35000
7.81/5.27	c cleaning 8945 clauses out of 17938 with flag 0/45000
8.93/6.39	c cleaning 9975 clauses out of 19993 with flag 0/56000
10.22/7.68	c cleaning 10989 clauses out of 22018 with flag 0/68000
11.54/8.91	c cleaning 11998 clauses out of 24029 with flag 0/81000
12.65/10.07	c cleaning 12986 clauses out of 26031 with flag 0/95000
14.14/11.56	c cleaning 14003 clauses out of 28045 with flag 0/110000
15.74/13.12	c cleaning 14999 clauses out of 30043 with flag 0/126001
17.87/15.28	c cleaning 16001 clauses out of 32044 with flag 0/143001
20.15/17.46	c cleaning 16998 clauses out of 34042 with flag 0/161000
22.05/19.38	c cleaning 17988 clauses out of 36045 with flag 0/180001
24.68/21.92	c cleaning 18999 clauses out of 38057 with flag 0/200001
27.19/24.45	c cleaning 20014 clauses out of 40058 with flag 0/221001
29.99/27.26	c cleaning 20998 clauses out of 42044 with flag 0/243001
32.90/30.18	c cleaning 22013 clauses out of 44046 with flag 0/266001
36.21/33.42	c cleaning 22984 clauses out of 46032 with flag 0/290000
39.65/36.84	c cleaning 23990 clauses out of 48048 with flag 0/315000
43.21/40.38	c cleaning 25016 clauses out of 50058 with flag 0/341000
46.99/44.08	c cleaning 26011 clauses out of 52042 with flag 0/368000
51.44/48.49	c cleaning 27005 clauses out of 54031 with flag 0/396000
56.84/53.74	c cleaning 27996 clauses out of 56027 with flag 0/425001
61.01/57.83	c cleaning 28995 clauses out of 58031 with flag 0/455001
66.84/63.60	c cleaning 29991 clauses out of 60035 with flag 0/486000
72.56/69.27	c cleaning 31012 clauses out of 62045 with flag 0/518001
77.66/74.20	c cleaning 31996 clauses out of 64033 with flag 0/551001
83.67/80.18	c cleaning 33007 clauses out of 66036 with flag 0/585000
90.80/87.05	c cleaning 33999 clauses out of 68030 with flag 0/620001
98.92/95.07	c cleaning 34990 clauses out of 70030 with flag 0/656000
105.87/101.83	c cleaning 36005 clauses out of 72042 with flag 0/693002
120.28/116.03	c cleaning 37012 clauses out of 74037 with flag 0/731002
128.78/124.45	c cleaning 37983 clauses out of 76023 with flag 0/770000
139.21/134.79	c cleaning 38995 clauses out of 78040 with flag 0/810000
147.83/143.20	c cleaning 40015 clauses out of 80046 with flag 0/851001
157.58/152.88	c cleaning 41002 clauses out of 82030 with flag 0/893000
169.50/164.60	c cleaning 41995 clauses out of 84029 with flag 0/936001
178.41/173.48	c cleaning 42990 clauses out of 86033 with flag 0/980000
187.15/182.02	c cleaning 44005 clauses out of 88043 with flag 0/1025000
198.74/193.49	c cleaning 45006 clauses out of 90038 with flag 0/1071000
207.78/202.26	c cleaning 45996 clauses out of 92032 with flag 0/1118000
218.67/212.85	c cleaning 47000 clauses out of 94036 with flag 0/1166000
233.21/226.91	c cleaning 48004 clauses out of 96036 with flag 0/1215000
245.81/239.27	c cleaning 49002 clauses out of 98032 with flag 0/1265000
258.61/251.82	c cleaning 49998 clauses out of 100030 with flag 0/1316000
273.80/266.83	c cleaning 50999 clauses out of 102035 with flag 0/1368003
289.48/282.30	c cleaning 51996 clauses out of 104034 with flag 0/1421001
309.42/302.11	c cleaning 53000 clauses out of 106037 with flag 0/1475000
325.91/318.43	c cleaning 54004 clauses out of 108038 with flag 0/1530001
337.19/329.68	c cleaning 54996 clauses out of 110033 with flag 0/1586000
359.69/351.99	c cleaning 56000 clauses out of 112038 with flag 0/1643001
374.85/366.86	c cleaning 56993 clauses out of 114038 with flag 0/1701001
392.37/384.15	c cleaning 58001 clauses out of 116045 with flag 0/1760001
407.80/399.34	c cleaning 59014 clauses out of 118044 with flag 0/1820001
422.44/413.88	c cleaning 60001 clauses out of 120030 with flag 0/1881001
441.59/432.84	c cleaning 60992 clauses out of 122029 with flag 0/1943001
461.01/452.03	c cleaning 62006 clauses out of 124037 with flag 0/2006001
479.86/470.64	c cleaning 62997 clauses out of 126031 with flag 0/2070001
504.89/495.23	c cleaning 63997 clauses out of 128033 with flag 0/2135000
527.88/517.84	c cleaning 65001 clauses out of 130037 with flag 0/2201001
548.12/537.71	c cleaning 65997 clauses out of 132035 with flag 0/2268000
576.99/566.24	c cleaning 67002 clauses out of 134038 with flag 0/2336000
602.74/591.62	c cleaning 68008 clauses out of 136037 with flag 0/2405001
624.98/613.44	c cleaning 69006 clauses out of 138029 with flag 0/2475001
653.65/641.59	c cleaning 69999 clauses out of 140022 with flag 0/2546000
678.11/665.57	c cleaning 70994 clauses out of 142023 with flag 0/2618000
698.91/686.10	c cleaning 71995 clauses out of 144030 with flag 0/2691001
726.68/713.78	c cleaning 72999 clauses out of 146034 with flag 0/2765000
749.13/735.12	c cleaning 74000 clauses out of 148035 with flag 0/2840000
771.60/757.18	c cleaning 74999 clauses out of 150035 with flag 0/2916000
798.32/783.22	c cleaning 76002 clauses out of 152036 with flag 0/2993000
838.60/822.88	c cleaning 77000 clauses out of 154035 with flag 0/3071001
884.54/868.41	c cleaning 77996 clauses out of 156034 with flag 0/3150000
918.81/901.97	c cleaning 79007 clauses out of 158041 with flag 0/3230003
951.81/933.95	c cleaning 79991 clauses out of 160033 with flag 0/3311002
990.92/972.17	c cleaning 81000 clauses out of 162041 with flag 0/3393001
1033.15/1013.50	c cleaning 82007 clauses out of 164040 with flag 0/3476000
1070.89/1050.55	c cleaning 82994 clauses out of 166033 with flag 0/3560000
1130.48/1108.86	c cleaning 83994 clauses out of 168040 with flag 0/3645001
1186.69/1164.47	c cleaning 85000 clauses out of 170045 with flag 0/3731000
1237.66/1214.52	c cleaning 86004 clauses out of 172045 with flag 0/3818000
1277.79/1254.09	c cleaning 86997 clauses out of 174043 with flag 0/3906002
1327.19/1302.73	c cleaning 88002 clauses out of 176044 with flag 0/3995000
1379.25/1354.02	c cleaning 89008 clauses out of 178044 with flag 0/4085002
1419.90/1394.31	c cleaning 89997 clauses out of 180035 with flag 0/4176001
1456.17/1429.88	c cleaning 90992 clauses out of 182038 with flag 0/4268001
1491.83/1464.85	c cleaning 92014 clauses out of 184048 with flag 0/4361003
1552.86/1525.01	c cleaning 92994 clauses out of 186031 with flag 0/4455000
1607.04/1578.68	c cleaning 94000 clauses out of 188038 with flag 0/4550001
1642.03/1612.95	c cleaning 94993 clauses out of 190037 with flag 0/4646000
1721.38/1690.96	c cleaning 96007 clauses out of 192046 with flag 0/4743002
1787.11/1755.40	c cleaning 97001 clauses out of 194037 with flag 0/4841000
1831.18/1798.51	c cleaning 98006 clauses out of 196037 with flag 0/4940001
1876.82/1843.00	c cleaning 98997 clauses out of 198030 with flag 0/5040000
1942.61/1907.66	c cleaning 100004 clauses out of 200033 with flag 0/5141000
2016.39/1980.00	c cleaning 100999 clauses out of 202030 with flag 0/5243001
2079.79/2042.04	c cleaning 101999 clauses out of 204031 with flag 0/5346001
2162.10/2122.64	c cleaning 102994 clauses out of 206033 with flag 0/5450002
2238.09/2196.75	c cleaning 104008 clauses out of 208037 with flag 0/5555000
2317.86/2275.28	c cleaning 104991 clauses out of 210029 with flag 0/5661000
2387.44/2343.75	c cleaning 106011 clauses out of 212038 with flag 0/5768000
2473.98/2429.06	c cleaning 106993 clauses out of 214028 with flag 0/5876001
2570.62/2524.16	c cleaning 107996 clauses out of 216034 with flag 0/5985000
2648.34/2601.20	c cleaning 109003 clauses out of 218038 with flag 0/6095000
2724.15/2675.06	c cleaning 110004 clauses out of 220036 with flag 0/6206001
2846.51/2795.77	c cleaning 111004 clauses out of 222031 with flag 0/6318000
2926.60/2874.72	c cleaning 111996 clauses out of 224028 with flag 0/6431001
2985.82/2932.84	c cleaning 112998 clauses out of 226032 with flag 0/6545001
3051.05/2996.93	c cleaning 113996 clauses out of 228033 with flag 0/6660000
3161.77/3105.67	c cleaning 115001 clauses out of 230037 with flag 0/6776000
3244.55/3186.35	c cleaning 115997 clauses out of 232036 with flag 0/6893000
3356.59/3296.47	c cleaning 116995 clauses out of 234040 with flag 0/7011001
3445.18/3383.90	c cleaning 117998 clauses out of 236044 with flag 0/7130000
3557.69/3495.53	c cleaning 119003 clauses out of 238047 with flag 0/7250001
3600.00/3536.81	c starts		: 960
3600.00/3536.81	c timeout
3600.00/3536.81	c conflicts		: 7313653
3600.00/3536.81	c decisions		: 8867277
3600.00/3536.81	c propagations		: 58166720
3600.00/3536.81	c inspects		: 8416759882
3600.00/3536.81	c shortcuts		: 0
3600.00/3536.81	c learnt literals	: 0
3600.00/3536.81	c learnt binary clauses	: 0
3600.00/3536.81	c learnt ternary clauses	: 0
3600.00/3536.81	c learnt constraints	: 7313652
3600.00/3536.81	c ignored constraints	: 0
3600.00/3536.81	c root simplifications	: 0
3600.00/3536.81	c removed literals (reason simplification)	: 0
3600.00/3536.81	c reason swapping (by a shorter reason)	: 0
3600.00/3536.81	c Calls to reduceDB	: 116
3600.00/3536.81	c Number of update (reduction) of LBD	: 6452730
3600.00/3536.81	c Imported unit clauses	: 0
3600.00/3536.81	c No decision after first conflict	: false
3600.00/3536.81	c number of reductions to clauses (during analyze)	: 0
3600.00/3536.81	c number of learned constraints concerned by reduction	: 0
3600.00/3536.81	c number of learning phase by resolution	: 0
3600.00/3536.81	c number of learning phase by cutting planes	: 0
3600.00/3536.81	c number of rounding to 1 operations	: 0
3600.00/3536.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3536.81	c number of reductions of the coefficients by power 2 	: 0
3600.00/3536.81	c number of right shift for reduction by power 2 	: 0
3600.00/3536.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3536.81	c number of ending skipping 	: 0
3600.00/3536.81	c number of internal skipping 	: 0
3600.00/3536.81	c number of derivation steps 	: 30701679
3600.00/3536.81	c number of skipped derivation steps 	: 0
3600.00/3536.81	c number of remaining unassigned 	: 236671
3600.00/3536.81	c number of remaining assigned 	: 344912844
3600.00/3536.81	c number of falsified literals weakened from reason	: 0
3600.00/3536.81	c number of falsified literals weakened from conflict	: 0
3600.00/3536.81	c time for arithmetic operations	: 15389324904
3600.00/3536.82	c minimum degree of deleted constraints	: 1
3600.00/3536.82	c maximum degree of deleted constraints	: 77710847628
3600.00/3536.82	c number of deleted constraints	: 7130957
3600.00/3536.82	c speed (assignments/second)	: 16447.082761456066
3600.00/3536.82	c non guided choices	: 105156
3600.00/3536.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 40373
3600.00/3536.88	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 445
3600.00/3536.88	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 141877
3600.00/3536.88	s UNKNOWN
3600.00/3536.88	c Total wall clock time (in seconds): 3536.732

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: 63931 MiB (59129 MiB free)
  memory of node 1: 64510 MiB (57579 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451041-1721424805/watcher-4451041-1721424805 -o /tmp/evaluation-result-4451041-1721424805/solver-4451041-1721424805 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721421240-1021652 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451041-1721424805.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1023805, runsolver pid=1023802

[startup+0.100517 s]*
/proc/loadavg: 4.43 4.53 4.39 5/332 1023823
/proc/meminfo: memFree=119462516/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=18975048 memory=64840 CPUtime=0.14 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 7626 0 0 0 12 2 0 0 20 0 18 0 194645418 19430449152 16210 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4743762 16210 5680 1 0 549359 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 1078198336 6197 0 0 0 7 1 0 0 20 0 18 0 194645418 19430449152 16210 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194645421 19430449152 16210 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=18975048 memory=14979970577492358 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194645421 19430449152 16210 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64840 KiB

[startup+0.208752 s]*
/proc/loadavg: 4.43 4.53 4.39 7/332 1023823
/proc/meminfo: memFree=119435392/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=18975048 memory=92084 CPUtime=0.34 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 8177 0 0 0 31 3 0 0 20 0 18 0 194645418 19430449152 23021 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4743762 23021 5831 1 0 549702 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 6475 0 0 0 16 2 0 0 20 0 18 0 194645418 19430449152 23021 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=18975048 memory=17986 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194645421 19430449152 23021 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=18975048 memory=13855165887284967 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194645421 19430449152 23021 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 92084 KiB

[startup+0.307751 s]*
/proc/loadavg: 4.43 4.53 4.39 7/333 1023824
/proc/meminfo: memFree=119419492/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=19041612 memory=109528 CPUtime=0.52 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 9336 0 0 0 48 4 0 0 20 0 19 0 194645418 19498610688 27382 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4760403 27382 5831 1 0 550736 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=19041612 memory=-7596549454003661663 CPUtime=0.26 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 6583 0 0 0 24 2 0 0 20 0 19 0 194645418 19498610688 27382 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194645421 19498610688 27382 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194645421 19498610688 27382 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023824] ppid=1023802 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1023805/task/1023824/stat : 1023824 (Timer-0) S 1023802 1023805 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194645440 19498610688 27382 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 109528 KiB

[startup+0.700335 s]
/proc/loadavg: 4.43 4.53 4.39 8/334 1023825
/proc/meminfo: memFree=119357220/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=19108176 memory=170712 CPUtime=1.26 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 11227 0 0 0 121 5 0 0 20 0 20 0 194645418 19566772224 42678 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4777044 42678 5847 1 0 552164 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=19108176 memory=13072 CPUtime=0.59 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 6621 0 0 0 56 3 0 0 20 0 20 0 194645418 19566772224 42678 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=19108176 memory=13072 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 42678 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=19108176 memory=117636 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 42678 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023824] ppid=1023802 vsize=19108176 memory=5528 CPUtime=0 cores=0,2
/proc/1023805/task/1023824/stat : 1023824 (Timer-0) S 1023802 1023805 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645440 19566772224 42678 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 170712 KiB

[startup+1.50076 s]
/proc/loadavg: 4.43 4.53 4.39 6/334 1023825
/proc/meminfo: memFree=119287400/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=19108176 memory=535344 CPUtime=2.85 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 20990 0 0 0 272 13 0 0 20 0 20 0 194645418 19566772224 133836 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4777044 133836 5863 1 0 555576 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=19108176 memory=13072 CPUtime=1.36 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 7067 0 0 0 126 10 0 0 20 0 20 0 194645418 19566772224 133836 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 133836 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 133836 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023824] ppid=1023802 vsize=19108176 memory=65 CPUtime=0 cores=0,2
/proc/1023805/task/1023824/stat : 1023824 (Timer-0) S 1023802 1023805 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645440 19566772224 133836 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 535344 KiB

[startup+3.10557 s]
/proc/loadavg: 4.43 4.53 4.39 6/334 1023825
/proc/meminfo: memFree=118318984/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=19108176 memory=1287872 CPUtime=5.6 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 26105 0 0 0 530 30 0 0 20 0 20 0 194645418 19566772224 321968 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4777044 321968 5863 1 0 555692 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=19108176 memory=0 CPUtime=2.94 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 8804 0 0 0 268 26 0 0 20 0 20 0 194645418 19566772224 321968 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 321968 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=19108176 memory=787428 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 321968 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023824] ppid=1023802 vsize=19108176 memory=13072 CPUtime=0 cores=0,2
/proc/1023805/task/1023824/stat : 1023824 (Timer-0) S 1023802 1023805 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645440 19566772224 321968 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 5.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1287872 KiB

[startup+6.30075 s]
/proc/loadavg: 4.47 4.54 4.39 5/334 1023826
/proc/meminfo: memFree=118115516/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=19108176 memory=1325608 CPUtime=8.93 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 26727 0 0 0 862 31 0 0 20 0 20 0 194645418 19566772224 331402 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4777044 331402 5863 1 0 555693 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=19108176 memory=13072 CPUtime=6.07 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 8934 0 0 0 581 26 0 0 20 0 20 0 194645418 19566772224 331402 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 331402 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=19108176 memory=7234012876567437424 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 331402 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023824] ppid=1023802 vsize=19108176 memory=5516 CPUtime=0 cores=0,2
/proc/1023805/task/1023824/stat : 1023824 (Timer-0) S 1023802 1023805 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645440 19566772224 331402 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 8.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325608 KiB

[startup+12.7008 s]
/proc/loadavg: 4.44 4.53 4.39 7/334 1023894
/proc/meminfo: memFree=120958632/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=19108176 memory=1331928 CPUtime=15.34 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 28043 0 0 0 1502 32 0 0 20 0 20 0 194645418 19566772224 332982 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4777044 332982 5863 1 0 555693 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=19108176 memory=0 CPUtime=12.3 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 9669 0 0 0 1203 27 0 0 20 0 20 0 194645418 19566772224 332982 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=19108176 memory=1331916 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 332982 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=19108176 memory=16076 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 332982 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023824] ppid=1023802 vsize=19108176 memory=2280 CPUtime=0 cores=0,2
/proc/1023805/task/1023824/stat : 1023824 (Timer-0) S 1023802 1023805 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645440 19566772224 332982 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 15.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1331928 KiB

[startup+25.5008 s]
/proc/loadavg: 4.37 4.51 4.38 5/334 1023896
/proc/meminfo: memFree=119136112/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=19108176 memory=1767276 CPUtime=28.28 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 33280 0 0 0 2786 42 0 0 20 0 20 0 194645418 19566772224 441819 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4777044 441819 5875 1 0 662220 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=19108176 memory=1765152 CPUtime=24.69 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 11295 0 0 0 2434 35 0 0 20 0 20 0 194645418 19566772224 441819 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=19108176 memory=1325608 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 441819 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=19108176 memory=11444 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 441819 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023824] ppid=1023802 vsize=19108176 memory=5516 CPUtime=0 cores=0,2
/proc/1023805/task/1023824/stat : 1023824 (Timer-0) S 1023802 1023805 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645440 19566772224 441819 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 28.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1767276 KiB

[startup+51.1058 s]
/proc/loadavg: 4.27 4.48 4.37 5/334 1023901
/proc/meminfo: memFree=117911384/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=19108176 memory=2835064 CPUtime=54.21 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 38175 0 0 0 5360 61 0 0 20 0 20 0 194645418 19566772224 708766 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4777044 708766 5875 1 0 923348 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=19108176 memory=5516 CPUtime=49.1 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 14365 0 0 0 4857 53 0 0 20 0 20 0 194645418 19566772224 708766 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0

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

/proc/meminfo: memFree=111856528/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=19108176 memory=4156116 CPUtime=3219.83 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 309559 0 0 0 321724 259 0 0 20 0 20 0 194645418 19566772224 1039029 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4777044 1039029 5891 1 0 1052002 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=19108176 memory=4156108 CPUtime=3057.62 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 151354 0 0 0 305671 91 0 0 20 0 20 0 194645418 19566772224 1039029 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=19108176 memory=4156108 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 1039029 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=19108176 memory=46320 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 2346 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 1039029 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023824] ppid=1023802 vsize=19108176 memory=-7596549454003661663 CPUtime=0 cores=0,2
/proc/1023805/task/1023824/stat : 1023824 (Timer-0) S 1023802 1023805 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645440 19566772224 1039029 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 3219.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4156116 KiB

[startup+3222.3 s]
/proc/loadavg: 4.33 4.37 4.35 5/332 1025962
/proc/meminfo: memFree=111370068/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=19108176 memory=4640788 CPUtime=3281.78 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 315585 0 0 0 327908 270 0 0 20 0 20 0 194645418 19566772224 1160197 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4777044 1160197 5891 1 0 1175335 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=19108176 memory=4156108 CPUtime=3115.35 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 154298 0 0 0 311436 99 0 0 20 0 20 0 194645418 19566772224 1160197 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=19108176 memory=4156396 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 1160197 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=19108176 memory=46320 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 2480 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 1160197 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023824] ppid=1023802 vsize=19108176 memory=4640788 CPUtime=0 cores=0,2
/proc/1023805/task/1023824/stat : 1023824 (Timer-0) S 1023802 1023805 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645440 19566772224 1160197 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 3281.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4640788 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.33 4.34 5/334 1026143
/proc/meminfo: memFree=111369468/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=19108176 memory=4640840 CPUtime=3342.37 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 316646 0 0 0 333964 273 0 0 20 0 20 0 194645418 19566772224 1160210 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4777044 1160210 5891 1 0 1175335 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=19108176 memory=4640840 CPUtime=3174.21 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 155229 0 0 0 317321 100 0 0 20 0 20 0 194645418 19566772224 1160210 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 22 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=19108176 memory=4640840 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 1160210 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=19108176 memory=4640824 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 2480 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 1160210 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023824] ppid=1023802 vsize=19108176 memory=5528 CPUtime=0 cores=0,2
/proc/1023805/task/1023824/stat : 1023824 (Timer-0) S 1023802 1023805 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645440 19566772224 1160210 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 3342.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4640840 KiB

[startup+3342.3 s]
/proc/loadavg: 4.63 4.41 4.37 5/334 1026153
/proc/meminfo: memFree=111368904/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=19108176 memory=4640952 CPUtime=3403.17 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 321348 0 0 0 340041 276 0 0 20 0 20 0 194645418 19566772224 1160238 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4777044 1160238 5891 1 0 1175335 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=19108176 memory=4640952 CPUtime=3232.58 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 157660 0 0 0 323158 100 0 0 20 0 20 0 194645418 19566772224 1160238 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 28 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=19108176 memory=4640840 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 1160238 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=19108176 memory=4640952 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 2480 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 1160238 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023824] ppid=1023802 vsize=19108176 memory=1964 CPUtime=0 cores=0,2
/proc/1023805/task/1023824/stat : 1023824 (Timer-0) S 1023802 1023805 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645440 19566772224 1160238 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 3403.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4640952 KiB

[startup+3402.3 s]
/proc/loadavg: 4.68 4.47 4.39 6/336 1026289
/proc/meminfo: memFree=113787152/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=19108176 memory=4640952 CPUtime=3463.68 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 322749 0 0 0 346089 279 0 0 20 0 20 0 194645418 19566772224 1160238 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4777044 1160238 5891 1 0 1175335 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=19108176 memory=4640952 CPUtime=3291.02 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 158791 0 0 0 329001 101 0 0 20 0 20 0 194645418 19566772224 1160238 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 28 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=19108176 memory=4640952 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 1160238 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=19108176 memory=4640952 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 2567 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 1160238 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023824] ppid=1023802 vsize=19108176 memory=4640952 CPUtime=0 cores=0,2
/proc/1023805/task/1023824/stat : 1023824 (Timer-0) S 1023802 1023805 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645440 19566772224 1160238 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 3463.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4640952 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.40 4.37 5/334 1026300
/proc/meminfo: memFree=112696156/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=19108176 memory=4643004 CPUtime=3524.08 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 327465 0 0 0 352125 283 0 0 20 0 20 0 194645418 19566772224 1160751 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4777044 1160751 5891 1 0 1175335 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=19108176 memory=4640952 CPUtime=3349.08 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 161475 0 0 0 334807 101 0 0 20 0 20 0 194645418 19566772224 1160751 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 28 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=19108176 memory=4640952 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 1160751 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=19108176 memory=4643004 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 2567 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 1160751 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023824] ppid=1023802 vsize=19108176 memory=4643004 CPUtime=0 cores=0,2
/proc/1023805/task/1023824/stat : 1023824 (Timer-0) S 1023802 1023805 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645440 19566772224 1160751 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 3524.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4643004 KiB

[startup+3522.3 s]
/proc/loadavg: 4.34 4.39 4.36 5/335 1026378
/proc/meminfo: memFree=115488692/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=19108176 memory=4643040 CPUtime=3585.06 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 329602 0 0 0 358219 287 0 0 20 0 20 0 194645418 19566772224 1160760 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4777044 1160760 5891 1 0 1175340 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=19108176 memory=3256 CPUtime=3407.49 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 163142 0 0 0 340647 102 0 0 20 0 20 0 194645418 19566772224 1160760 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 28 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=19108176 memory=4643036 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 1160760 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=19108176 memory=2192 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 2654 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 1160760 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023824] ppid=1023802 vsize=19108176 memory=4643036 CPUtime=0 cores=0,2
/proc/1023805/task/1023824/stat : 1023824 (Timer-0) S 1023802 1023805 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645440 19566772224 1160760 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 3585.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4643040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3536.8 s]
/proc/loadavg: 4.26 4.37 4.36 5/335 1026381
/proc/meminfo: memFree=114435392/131524600 swapFree=131071996/131071996
[pid=1023805] ppid=1023802 vsize=19108176 memory=4643040 CPUtime=3600 cores=0,2
/proc/1023805/stat : 1023805 (java) S 1023802 1023805 1021642 0 -1 1077936128 330014 0 0 0 359713 287 0 0 20 0 20 0 194645418 19566772224 1160760 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
/proc/1023805/statm: 4777044 1160760 5891 1 0 1175340 0
[pid=1023805/tid=1023807] ppid=1023802 vsize=19108176 memory=-7596549454003661663 CPUtime=3421.52 cores=0,2
/proc/1023805/task/1023807/stat : 1023807 (java) R 1023802 1023805 1021642 0 -1 4194368 163416 0 0 0 342050 102 0 0 20 0 20 0 194645418 19566772224 1160760 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 28 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023816] ppid=1023802 vsize=19108176 memory=-7380376671889418084 CPUtime=0 cores=0,2
/proc/1023805/task/1023816/stat : 1023816 (Finalizer) S 1023802 1023805 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 1160760 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023823] ppid=1023802 vsize=19108176 memory=4643040 CPUtime=0 cores=0,2
/proc/1023805/task/1023823/stat : 1023823 (Common-Cleaner) S 1023802 1023805 1021642 0 -1 1077936192 2654 0 0 0 0 0 0 0 20 0 20 0 194645421 19566772224 1160760 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
[pid=1023805/tid=1023824] ppid=1023802 vsize=19108176 memory=46320 CPUtime=0 cores=0,2
/proc/1023805/task/1023824/stat : 1023824 (Timer-0) S 1023802 1023805 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194645440 19566772224 1160760 134679101440 93941648334848 93941648338544 140736421553632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93941648346360 93941648347152 93941658771456 140736421557235 140736421557343 140736421557343 140736421564360 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4643040 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.25 s, system=2.89446 s

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

Child status: 143

Real time (s): 3536.9
CPU time (s): 3600.15
CPU user time (s): 3597.25
CPU system time (s): 2.89446
CPU usage (%): 101.788
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4643040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.25
system time used= 2.89446
maximum resident set size= 4644696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333230
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 167623
involuntary context switches= 37036


# summary of solver processes directly reported to runsolver:
#   pid: 1023805
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3597.25
#   total CPU system time (s): 2.89446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.57205 second user time and 17.1603 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-19 23:33:38
IDJOB=4451041
IDBENCH=162341
IDSOLVER=3052
FILE ID=nodeC024/4451041-1721424805
RUNJOBID= nodeC024-1721421240-1021652
SLURM_JOB_ID= 7545498
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x120split.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451041-1721424805/watcher-4451041-1721424805 -o /tmp/evaluation-result-4451041-1721424805/solver-4451041-1721424805 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721421240-1021652 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451041-1721424805.opb

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

MD5SUM BENCH= 71fa1afe6ec5716be864bdb24fc2dd76
RANDOM SEED=1301395312

nodeC024.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3635.885
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.60
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		: 3679.846
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.08
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		: 3646.008
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.075
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.08
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		: 3673.450
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.60
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		: 3681.352
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.08
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		: 3613.005
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.60
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.809
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119510460 kB
MemAvailable:   120317612 kB
Buffers:          530364 kB
Cached:          1121376 kB
SwapCached:            0 kB
Active:          1022832 kB
Inactive:       10359416 kB
Active(anon):       1540 kB
Inactive(anon):  9774880 kB
Active(file):    1021292 kB
Inactive(file):   584536 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               784 kB
Writeback:            72 kB
AnonPages:       9730528 kB
Mapped:           127452 kB
Shmem:             45912 kB
KReclaimable:      81940 kB
Slab:             193892 kB
SReclaimable:      81940 kB
SUnreclaim:       111952 kB
KernelStack:        5072 kB
PageTables:        29180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11651508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70784 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9385984 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      299732 kB
DirectMap2M:    36173824 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC024 at 2024-07-20 00:32:35