Trace number 4451101

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x140split.opb
MD5SUM6d6cd561f3b9d650ea4fe5a812bf9deb
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 benchmark53.2646
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1401
Total number of constraints701
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)701
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.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4451101-1721426438.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.33/0.22	c ... done. Wall clock time 0.069s.
0.33/0.22	c declared #vars     1401
0.33/0.22	c #constraints  1402
0.33/0.22	c constraints type 
0.33/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.33/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1400
0.33/0.22	c 1402 constraints processed.
1.69/0.95	c cleaning 2487 clauses out of 5000 with flag 0/5000
2.85/1.56	c cleaning 4240 clauses out of 8513 with flag 0/11000
4.25/2.25	c cleaning 5623 clauses out of 11273 with flag 0/18000
5.60/2.97	c cleaning 6805 clauses out of 13651 with flag 0/26001
6.61/3.84	c cleaning 7911 clauses out of 15848 with flag 0/35003
7.87/4.92	c cleaning 8951 clauses out of 17934 with flag 0/45000
9.24/6.22	c cleaning 9979 clauses out of 19983 with flag 0/56000
11.01/7.65	c cleaning 10973 clauses out of 22004 with flag 0/68000
12.65/9.29	c cleaning 11978 clauses out of 24032 with flag 0/81001
14.47/11.02	c cleaning 12990 clauses out of 26054 with flag 0/95001
16.18/12.79	c cleaning 13991 clauses out of 28063 with flag 0/110000
18.37/14.94	c cleaning 14996 clauses out of 30072 with flag 0/126000
20.85/17.32	c cleaning 16003 clauses out of 32077 with flag 0/143001
24.14/20.51	c cleaning 16997 clauses out of 34074 with flag 0/161001
28.30/24.68	c cleaning 17997 clauses out of 36076 with flag 0/180000
32.77/29.08	c cleaning 18997 clauses out of 38079 with flag 0/200000
39.22/35.40	c cleaning 20007 clauses out of 40084 with flag 0/221002
46.77/42.91	c cleaning 21005 clauses out of 42075 with flag 0/243000
50.92/47.02	c cleaning 22001 clauses out of 44070 with flag 0/266000
55.08/51.12	c cleaning 23015 clauses out of 46070 with flag 0/290001
61.28/57.28	c cleaning 24011 clauses out of 48054 with flag 0/315000
65.24/61.11	c cleaning 25001 clauses out of 50043 with flag 0/341000
72.51/68.26	c cleaning 26005 clauses out of 52042 with flag 0/368000
77.83/73.46	c cleaning 26994 clauses out of 54037 with flag 0/396000
82.68/78.11	c cleaning 27995 clauses out of 56043 with flag 0/425000
95.89/91.15	c cleaning 28995 clauses out of 58049 with flag 0/455001
104.53/99.77	c cleaning 29992 clauses out of 60054 with flag 0/486001
112.03/107.16	c cleaning 30998 clauses out of 62061 with flag 0/518000
122.68/117.65	c cleaning 32017 clauses out of 64065 with flag 0/551002
127.77/122.60	c cleaning 33003 clauses out of 66046 with flag 0/585000
135.45/130.11	c cleaning 33993 clauses out of 68043 with flag 0/620000
144.03/138.53	c cleaning 35003 clauses out of 70054 with flag 0/656004
152.51/146.81	c cleaning 36001 clauses out of 72048 with flag 0/693001
164.29/158.42	c cleaning 37000 clauses out of 74047 with flag 0/731001
176.67/170.11	c cleaning 38000 clauses out of 76046 with flag 0/770000
186.14/179.36	c cleaning 39005 clauses out of 78047 with flag 0/810001
198.82/191.86	c cleaning 39990 clauses out of 80041 with flag 0/851000
213.46/206.19	c cleaning 41002 clauses out of 82051 with flag 0/893000
229.70/222.13	c cleaning 42005 clauses out of 84050 with flag 0/936001
245.56/237.73	c cleaning 43002 clauses out of 86045 with flag 0/980001
261.69/253.65	c cleaning 43997 clauses out of 88045 with flag 0/1025003
274.91/266.67	c cleaning 45000 clauses out of 90045 with flag 0/1071000
293.29/284.68	c cleaning 45999 clauses out of 92045 with flag 0/1118000
317.82/308.66	c cleaning 46999 clauses out of 94046 with flag 0/1166000
334.77/325.39	c cleaning 48003 clauses out of 96047 with flag 0/1215000
358.13/348.52	c cleaning 48996 clauses out of 98044 with flag 0/1265000
373.84/364.01	c cleaning 49997 clauses out of 100050 with flag 0/1316002
393.55/383.37	c cleaning 51008 clauses out of 102053 with flag 0/1368002
414.34/403.77	c cleaning 51999 clauses out of 104044 with flag 0/1421001
445.54/432.99	c cleaning 53003 clauses out of 106044 with flag 0/1475000
478.51/465.53	c cleaning 53994 clauses out of 108041 with flag 0/1530000
500.95/487.54	c cleaning 55007 clauses out of 110047 with flag 0/1586000
523.45/509.73	c cleaning 55994 clauses out of 112041 with flag 0/1643001
543.95/530.08	c cleaning 56998 clauses out of 114047 with flag 0/1701001
564.10/549.94	c cleaning 57986 clauses out of 116048 with flag 0/1760000
609.83/595.03	c cleaning 58991 clauses out of 118062 with flag 0/1820000
641.06/625.96	c cleaning 60004 clauses out of 120071 with flag 0/1881000
675.70/660.01	c cleaning 61007 clauses out of 122068 with flag 0/1943001
721.78/705.55	c cleaning 62002 clauses out of 124062 with flag 0/2006002
754.03/737.32	c cleaning 63007 clauses out of 126059 with flag 0/2070001
782.13/764.92	c cleaning 63997 clauses out of 128052 with flag 0/2135001
813.97/796.47	c cleaning 65000 clauses out of 130054 with flag 0/2201000
845.36/827.31	c cleaning 65998 clauses out of 132055 with flag 0/2268001
875.96/857.57	c cleaning 67003 clauses out of 134059 with flag 0/2336003
902.67/883.89	c cleaning 68005 clauses out of 136055 with flag 0/2405002
926.07/906.92	c cleaning 69000 clauses out of 138048 with flag 0/2475000
947.04/927.64	c cleaning 69997 clauses out of 140048 with flag 0/2546000
968.66/948.89	c cleaning 70998 clauses out of 142052 with flag 0/2618001
992.40/972.20	c cleaning 71999 clauses out of 144054 with flag 0/2691001
1021.84/1001.25	c cleaning 72997 clauses out of 146054 with flag 0/2765000
1057.13/1035.99	c cleaning 74006 clauses out of 148058 with flag 0/2840001
1113.85/1092.14	c cleaning 74994 clauses out of 150051 with flag 0/2916000
1183.16/1160.70	c cleaning 75997 clauses out of 152058 with flag 0/2993001
1214.24/1191.21	c cleaning 77001 clauses out of 154060 with flag 0/3071000
1252.51/1229.00	c cleaning 77999 clauses out of 156059 with flag 0/3150000
1356.95/1332.50	c cleaning 79006 clauses out of 158060 with flag 0/3230000
1402.48/1377.15	c cleaning 79995 clauses out of 160054 with flag 0/3311000
1441.91/1415.82	c cleaning 81005 clauses out of 162059 with flag 0/3393000
1481.98/1455.27	c cleaning 81994 clauses out of 164054 with flag 0/3476000
1514.88/1487.58	c cleaning 83002 clauses out of 166060 with flag 0/3560000
1572.43/1544.19	c cleaning 83994 clauses out of 168060 with flag 0/3645002
1637.78/1608.89	c cleaning 85003 clauses out of 170064 with flag 0/3731000
1719.34/1689.49	c cleaning 86006 clauses out of 172061 with flag 0/3818000
1763.75/1733.02	c cleaning 86993 clauses out of 174055 with flag 0/3906000
1831.30/1799.37	c cleaning 88009 clauses out of 176063 with flag 0/3995001
1941.56/1907.56	c cleaning 88991 clauses out of 178053 with flag 0/4085000
2017.36/1981.59	c cleaning 90010 clauses out of 180062 with flag 0/4176000
2064.41/2027.70	c cleaning 90990 clauses out of 182053 with flag 0/4268001
2127.36/2089.61	c cleaning 92016 clauses out of 184062 with flag 0/4361000
2218.85/2179.84	c cleaning 93007 clauses out of 186047 with flag 0/4455001
2304.58/2264.28	c cleaning 94002 clauses out of 188040 with flag 0/4550001
2359.72/2318.47	c cleaning 94994 clauses out of 190037 with flag 0/4646000
2433.94/2391.50	c cleaning 95988 clauses out of 192044 with flag 0/4743001
2493.87/2450.38	c cleaning 97005 clauses out of 194055 with flag 0/4841000
2570.53/2525.81	c cleaning 98008 clauses out of 196050 with flag 0/4940000
2626.16/2580.34	c cleaning 98994 clauses out of 198043 with flag 0/5040001
2690.37/2642.37	c cleaning 100015 clauses out of 200049 with flag 0/5141001
2742.87/2693.86	c cleaning 100992 clauses out of 202035 with flag 0/5243002
2808.45/2758.52	c cleaning 101991 clauses out of 204041 with flag 0/5346000
2907.97/2856.48	c cleaning 103013 clauses out of 206051 with flag 0/5450001
2992.66/2939.37	c cleaning 104005 clauses out of 208037 with flag 0/5555000
3067.11/3012.46	c cleaning 105001 clauses out of 210033 with flag 0/5661001
3154.21/3098.48	c cleaning 106000 clauses out of 212032 with flag 0/5768001
3263.36/3205.83	c cleaning 106992 clauses out of 214034 with flag 0/5876003
3380.35/3321.05	c cleaning 107994 clauses out of 216039 with flag 0/5985000
3457.76/3396.27	c cleaning 109000 clauses out of 218045 with flag 0/6095000
3564.20/3500.46	c cleaning 109992 clauses out of 220045 with flag 0/6206000
3600.06/3535.72	c starts		: 95
3600.06/3535.72	c timeout
3600.06/3535.72	c conflicts		: 6257252
3600.06/3535.72	c decisions		: 7446750
3600.06/3535.72	c propagations		: 53200026
3600.06/3535.72	c inspects		: 8456007806
3600.06/3535.72	c shortcuts		: 0
3600.06/3535.72	c learnt literals	: 0
3600.06/3535.72	c learnt binary clauses	: 0
3600.06/3535.72	c learnt ternary clauses	: 0
3600.06/3535.72	c learnt constraints	: 6257251
3600.06/3535.72	c ignored constraints	: 0
3600.06/3535.72	c root simplifications	: 0
3600.06/3535.72	c removed literals (reason simplification)	: 0
3600.06/3535.72	c reason swapping (by a shorter reason)	: 0
3600.06/3535.72	c Calls to reduceDB	: 107
3600.06/3535.72	c Number of update (reduction) of LBD	: 5766259
3600.06/3535.72	c Imported unit clauses	: 0
3600.06/3535.72	c No decision after first conflict	: false
3600.06/3535.72	c number of reductions to clauses (during analyze)	: 0
3600.06/3535.72	c number of learned constraints concerned by reduction	: 0
3600.06/3535.72	c number of learning phase by resolution	: 0
3600.06/3535.72	c number of learning phase by cutting planes	: 0
3600.06/3535.72	c number of rounding to 1 operations	: 0
3600.06/3535.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3535.72	c number of reductions of the coefficients by power 2 	: 0
3600.06/3535.72	c number of right shift for reduction by power 2 	: 0
3600.06/3535.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3535.72	c number of ending skipping 	: 0
3600.06/3535.72	c number of internal skipping 	: 0
3600.06/3535.72	c number of derivation steps 	: 28004875
3600.06/3535.72	c number of skipped derivation steps 	: 0
3600.06/3535.72	c number of remaining unassigned 	: 196659
3600.06/3535.73	c number of remaining assigned 	: 333196637
3600.06/3535.73	c number of falsified literals weakened from reason	: 0
3600.06/3535.73	c number of falsified literals weakened from conflict	: 0
3600.06/3535.73	c time for arithmetic operations	: 15016858752
3600.06/3535.73	c minimum degree of deleted constraints	: 1
3600.06/3535.73	c maximum degree of deleted constraints	: 243517609668345954326048664
3600.06/3535.73	c number of deleted constraints	: 6095947
3600.06/3535.73	c speed (assignments/second)	: 15047.413755309373
3600.06/3535.73	c non guided choices	: 52249
3600.06/3535.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 31581
3600.06/3535.78	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 429
3600.06/3535.78	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 129294
3600.06/3535.78	s UNKNOWN
3600.06/3535.78	c Total wall clock time (in seconds): 3535.634

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451101-1721426438/watcher-4451101-1721426438 -o /tmp/evaluation-result-4451101-1721426438/solver-4451101-1721426438 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721422956-1045726 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451101-1721426438.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=1047791, runsolver pid=1047788
Current StackSize limit: 8192 KiB


[startup+0.100308 s]*
/proc/loadavg: 4.41 4.25 4.24 5/333 1047809
/proc/meminfo: memFree=111259744/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=18975048 memory=65712 CPUtime=0.13 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 7230 0 0 0 12 1 0 0 20 0 18 0 194807925 19430449152 16428 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4743762 16428 5762 1 0 549357 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) D 1047788 1047791 1045715 0 -1 1078198336 5759 0 0 0 7 1 0 0 20 0 18 0 194807925 19430449152 16428 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194807927 19430449152 16428 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=18975048 memory=14126753849302661 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194807928 19430449152 16428 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65712 KiB

[startup+0.207346 s]*
/proc/loadavg: 4.41 4.25 4.24 7/333 1047809
/proc/meminfo: memFree=111230552/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=18975048 memory=98824 CPUtime=0.33 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 7812 0 0 0 31 2 0 0 20 0 18 0 194807925 19430449152 24706 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4743762 24706 5863 1 0 549740 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 6040 0 0 0 17 2 0 0 20 0 18 0 194807925 19430449152 24706 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=18975048 memory=19020 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194807927 19430449152 24706 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=18975048 memory=15544020042516216 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194807928 19430449152 24706 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 98824 KiB

[startup+0.312352 s]*
/proc/loadavg: 4.54 4.28 4.25 7/334 1047810
/proc/meminfo: memFree=111205424/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=19041612 memory=119556 CPUtime=0.54 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 9276 0 0 0 51 3 0 0 20 0 19 0 194807925 19498610688 29889 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4760403 29889 5863 1 0 550951 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=19041612 memory=-7307756127898133344 CPUtime=0.27 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 6148 0 0 0 25 2 0 0 20 0 19 0 194807925 19498610688 29889 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194807927 19498610688 29889 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194807928 19498610688 29889 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047810] ppid=1047788 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1047791/task/1047810/stat : 1047810 (Timer-0) S 1047788 1047791 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194807947 19498610688 29889 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 119556 KiB

[startup+0.700234 s]
/proc/loadavg: 4.54 4.28 4.25 7/335 1047811
/proc/meminfo: memFree=111156296/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=19108176 memory=168560 CPUtime=1.28 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 10633 0 0 0 123 5 0 0 20 0 20 0 194807925 19566772224 42140 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4777044 42140 5878 1 0 551943 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=19108176 memory=12576 CPUtime=0.6 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 6178 0 0 0 57 3 0 0 20 0 20 0 194807925 19566772224 42140 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=19108176 memory=12576 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194807927 19566772224 42140 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=19108176 memory=117636 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194807928 19566772224 42140 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047810] ppid=1047788 vsize=19108176 memory=1892 CPUtime=0 cores=4,6
/proc/1047791/task/1047810/stat : 1047810 (Timer-0) S 1047788 1047791 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194807947 19566772224 42140 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 168560 KiB

[startup+1.50034 s]
/proc/loadavg: 4.54 4.28 4.25 6/335 1047814
/proc/meminfo: memFree=111083436/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=19108176 memory=510444 CPUtime=2.85 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 21789 0 0 0 273 12 0 0 20 0 20 0 194807925 19566772224 127611 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4777044 127611 5878 1 0 556851 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=19108176 memory=12576 CPUtime=1.37 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 6651 0 0 0 128 9 0 0 20 0 20 0 194807925 19566772224 127611 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194807927 19566772224 127611 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194807928 19566772224 127611 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047810] ppid=1047788 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/1047791/task/1047810/stat : 1047810 (Timer-0) S 1047788 1047791 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194807947 19566772224 127611 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 510444 KiB

[startup+3.10634 s]
/proc/loadavg: 4.54 4.28 4.25 7/335 1047814
/proc/meminfo: memFree=110223148/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=19108176 memory=1126332 CPUtime=5.91 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 26966 0 0 0 566 25 0 0 20 0 20 0 194807925 19566772224 281583 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4777044 281583 5894 1 0 557037 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=19108176 memory=0 CPUtime=2.93 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 7892 0 0 0 272 21 0 0 20 0 20 0 194807925 19566772224 281583 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194807927 19566772224 281583 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=19108176 memory=760556 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194807928 19566772224 281583 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047810] ppid=1047788 vsize=19108176 memory=12576 CPUtime=0 cores=4,6
/proc/1047791/task/1047810/stat : 1047810 (Timer-0) S 1047788 1047791 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194807947 19566772224 281583 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1126332 KiB

[startup+6.3003 s]
/proc/loadavg: 4.65 4.31 4.26 5/335 1047814
/proc/meminfo: memFree=109959828/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=19108176 memory=1329092 CPUtime=9.34 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 27813 0 0 0 905 29 0 0 20 0 20 0 194807925 19566772224 332273 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4777044 332273 5894 1 0 557037 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=19108176 memory=12576 CPUtime=6.04 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 7994 0 0 0 580 24 0 0 20 0 20 0 194807925 19566772224 332273 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194807927 19566772224 332273 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=19108176 memory=7811599528777838958 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194807928 19566772224 332273 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047810] ppid=1047788 vsize=19108176 memory=5432 CPUtime=0 cores=4,6
/proc/1047791/task/1047810/stat : 1047810 (Timer-0) S 1047788 1047791 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194807947 19566772224 332273 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 9.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1329092 KiB

[startup+12.7003 s]
/proc/loadavg: 4.60 4.31 4.25 5/335 1047828
/proc/meminfo: memFree=109944648/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=19108176 memory=1337692 CPUtime=16.18 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 29285 0 0 0 1588 30 0 0 20 0 20 0 194807925 19566772224 334423 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4777044 334423 5904 1 0 557037 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=19108176 memory=0 CPUtime=12.33 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 8646 0 0 0 1209 24 0 0 20 0 20 0 194807925 19566772224 334423 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=19108176 memory=1335516 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194807927 19566772224 334423 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194807928 19566772224 334423 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047810] ppid=1047788 vsize=19108176 memory=16328 CPUtime=0 cores=4,6
/proc/1047791/task/1047810/stat : 1047810 (Timer-0) S 1047788 1047791 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194807947 19566772224 334423 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 16.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1337692 KiB

[startup+25.5003 s]
/proc/loadavg: 4.51 4.30 4.25 6/335 1047830
/proc/meminfo: memFree=109508648/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=19108176 memory=1770836 CPUtime=29.22 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 34348 0 0 0 2883 39 0 0 20 0 20 0 194807925 19566772224 442709 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4777044 442709 5920 1 0 663564 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=19108176 memory=1335516 CPUtime=24.8 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 9907 0 0 0 2448 32 0 0 20 0 20 0 194807925 19566772224 442709 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=19108176 memory=16328 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194807927 19566772224 442709 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=19108176 memory=3484 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194807928 19566772224 442709 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047810] ppid=1047788 vsize=19108176 memory=1346068 CPUtime=0 cores=4,6
/proc/1047791/task/1047810/stat : 1047810 (Timer-0) S 1047788 1047791 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194807947 19566772224 442709 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 29.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1770836 KiB

[startup+51.1062 s]
/proc/loadavg: 4.53 4.32 4.26 8/334 1047902
/proc/meminfo: memFree=117282780/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=19108176 memory=2307304 CPUtime=55.08 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 40660 0 0 0 5456 52 0 0 20 0 20 0 194807925 19566772224 576826 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4777044 576826 5920 1 0 790988 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=19108176 memory=11604 CPUtime=49.62 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 13787 0 0 0 4918 44 0 0 20 0 20 0 194807925 19566772224 576826 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0

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

/proc/meminfo: memFree=112930052/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=19108176 memory=4158156 CPUtime=3280.27 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 339253 0 0 0 327774 253 0 0 20 0 20 0 194807925 19566772224 1039539 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4777044 1039539 5920 1 0 1054465 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=19108176 memory=4157964 CPUtime=3132.78 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 164269 0 0 0 313188 90 0 0 20 0 20 0 194807925 19566772224 1039539 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 113 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=19108176 memory=4157964 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194807927 19566772224 1039539 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=19108176 memory=5432 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 3308 0 0 0 0 0 0 0 20 0 20 0 194807928 19566772224 1039539 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047810] ppid=1047788 vsize=19108176 memory=11604 CPUtime=0 cores=4,6
/proc/1047791/task/1047810/stat : 1047810 (Timer-0) S 1047788 1047791 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194807947 19566772224 1039539 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 3280.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4158156 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.29 4.27 6/335 1050223
/proc/meminfo: memFree=112877996/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=19108176 memory=4158248 CPUtime=3341.24 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 343612 0 0 0 333869 255 0 0 20 0 20 0 194807925 19566772224 1039562 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4777044 1039562 5920 1 0 1054465 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=19108176 memory=4158248 CPUtime=3191.26 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 166372 0 0 0 319036 90 0 0 20 0 20 0 194807925 19566772224 1039562 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 113 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=19108176 memory=4158248 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194807927 19566772224 1039562 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=19108176 memory=4158156 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 3412 0 0 0 0 0 0 0 20 0 20 0 194807928 19566772224 1039562 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047810] ppid=1047788 vsize=19108176 memory=4158248 CPUtime=0 cores=4,6
/proc/1047791/task/1047810/stat : 1047810 (Timer-0) S 1047788 1047791 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194807947 19566772224 1039562 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 3341.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4158248 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.29 4.27 5/332 1050233
/proc/meminfo: memFree=112877872/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=19108176 memory=4158344 CPUtime=3402.3 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 348807 0 0 0 339971 259 0 0 20 0 20 0 194807925 19566772224 1039586 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4777044 1039586 5920 1 0 1054483 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=19108176 memory=4158248 CPUtime=3249.85 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 169678 0 0 0 324894 91 0 0 20 0 20 0 194807925 19566772224 1039586 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 113 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=19108176 memory=4158260 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194807927 19566772224 1039586 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=19108176 memory=48568 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 3412 0 0 0 0 0 0 0 20 0 20 0 194807928 19566772224 1039586 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047810] ppid=1047788 vsize=19108176 memory=4158308 CPUtime=0 cores=4,6
/proc/1047791/task/1047810/stat : 1047810 (Timer-0) S 1047788 1047791 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194807947 19566772224 1039586 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 3402.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4158344 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.26 4.27 5/332 1050244
/proc/meminfo: memFree=112877356/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=19108176 memory=4158468 CPUtime=3463.98 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 350704 0 0 0 346135 263 0 0 20 0 20 0 194807925 19566772224 1039617 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4777044 1039617 5920 1 0 1054525 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=19108176 memory=4158452 CPUtime=3307.99 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 171169 0 0 0 330707 92 0 0 20 0 20 0 194807925 19566772224 1039617 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 113 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=19108176 memory=4158452 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194807927 19566772224 1039617 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=19108176 memory=4158468 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 3510 0 0 0 0 0 0 0 20 0 20 0 194807928 19566772224 1039617 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047810] ppid=1047788 vsize=19108176 memory=11604 CPUtime=0 cores=4,6
/proc/1047791/task/1047810/stat : 1047810 (Timer-0) S 1047788 1047791 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194807947 19566772224 1039617 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 3463.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4158468 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.23 4.26 5/335 1050425
/proc/meminfo: memFree=112876108/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=19108176 memory=4158508 CPUtime=3525.55 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 355648 0 0 0 352289 266 0 0 20 0 20 0 194807925 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4777044 1039627 5920 1 0 1054525 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=19108176 memory=11604 CPUtime=3366.04 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 172667 0 0 0 336512 92 0 0 20 0 20 0 194807925 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 113 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=19108176 memory=2232 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194807927 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=19108176 memory=4158508 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 3612 0 0 0 0 0 0 0 20 0 20 0 194807928 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047810] ppid=1047788 vsize=19108176 memory=4158508 CPUtime=0 cores=4,6
/proc/1047791/task/1047810/stat : 1047810 (Timer-0) S 1047788 1047791 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194807947 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 3525.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4158508 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.20 4.24 5/335 1050436
/proc/meminfo: memFree=112876328/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=19108176 memory=4158508 CPUtime=3586.48 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 360458 0 0 0 358380 268 0 0 20 0 20 0 194807925 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4777044 1039627 5920 1 0 1054525 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=19108176 memory=4158508 CPUtime=3424.49 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 175442 0 0 0 342356 93 0 0 20 0 20 0 194807925 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 115 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=19108176 memory=11604 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194807927 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=19108176 memory=11604 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 3612 0 0 0 0 0 0 0 20 0 20 0 194807928 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047810] ppid=1047788 vsize=19108176 memory=4158508 CPUtime=0 cores=4,6
/proc/1047791/task/1047810/stat : 1047810 (Timer-0) S 1047788 1047791 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194807947 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 3586.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4158508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3535.7 s]
/proc/loadavg: 4.08 4.19 4.24 5/335 1050438
/proc/meminfo: memFree=112876252/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=19108176 memory=4158508 CPUtime=3600.06 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 360731 0 0 0 359738 268 0 0 20 0 20 0 194807925 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4777044 1039627 5920 1 0 1054525 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=19108176 memory=4158508 CPUtime=3437.47 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 175657 0 0 0 343654 93 0 0 20 0 20 0 194807925 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 115 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=19108176 memory=11604 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194807927 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=19108176 memory=12576 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 3612 0 0 0 0 0 0 0 20 0 20 0 194807928 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047810] ppid=1047788 vsize=19108176 memory=4158508 CPUtime=0 cores=4,6
/proc/1047791/task/1047810/stat : 1047810 (Timer-0) S 1047788 1047791 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194807947 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4158508 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.52 s, system=2.70826 s

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

[startup+3535.7 s]
/proc/loadavg: 4.08 4.19 4.24 5/335 1050438
/proc/meminfo: memFree=112876252/131524600 swapFree=131071996/131071996
[pid=1047791] ppid=1047788 vsize=19108176 memory=4158508 CPUtime=3600.06 cores=4,6
/proc/1047791/stat : 1047791 (java) S 1047788 1047791 1045715 0 -1 1077936128 360731 0 0 0 359738 268 0 0 20 0 20 0 194807925 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
/proc/1047791/statm: 4777044 1039627 5920 1 0 1054525 0
[pid=1047791/tid=1047793] ppid=1047788 vsize=19108176 memory=4158508 CPUtime=3437.47 cores=4,6
/proc/1047791/task/1047793/stat : 1047793 (java) R 1047788 1047791 1045715 0 -1 4194368 175657 0 0 0 343654 93 0 0 20 0 20 0 194807925 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 115 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047802] ppid=1047788 vsize=19108176 memory=11604 CPUtime=0 cores=4,6
/proc/1047791/task/1047802/stat : 1047802 (Finalizer) S 1047788 1047791 1045715 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194807927 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047809] ppid=1047788 vsize=19108176 memory=12576 CPUtime=0 cores=4,6
/proc/1047791/task/1047809/stat : 1047809 (Common-Cleaner) S 1047788 1047791 1045715 0 -1 1077936192 3612 0 0 0 0 0 0 0 20 0 20 0 194807928 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
[pid=1047791/tid=1047810] ppid=1047788 vsize=19108176 memory=4158508 CPUtime=0 cores=4,6
/proc/1047791/task/1047810/stat : 1047810 (Timer-0) S 1047788 1047791 1045715 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194807947 19566772224 1039627 134679101440 94013562503168 94013562506864 140727773571680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94013562514680 94013562515472 94013594324992 140727773574131 140727773574239 140727773574239 140727773581256 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4158508 KiB

Child status: 143

Real time (s): 3535.8
CPU time (s): 3600.22
CPU user time (s): 3597.52
CPU system time (s): 2.70826
CPU usage (%): 101.822
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4158508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.52
system time used= 2.70826
maximum resident set size= 4160220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 364315
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 168228
involuntary context switches= 10023


# summary of solver processes directly reported to runsolver:
#   pid: 1047791
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.52
#   total CPU system time (s): 2.70826

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9316 second user time and 14.9082 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-20 00:00:50
IDJOB=4451101
IDBENCH=162352
IDSOLVER=3052
FILE ID=nodeC022/4451101-1721426438
RUNJOBID= nodeC022-1721422956-1045726
SLURM_JOB_ID= 7545605
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-ECgrid5x140split.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451101-1721426438/watcher-4451101-1721426438 -o /tmp/evaluation-result-4451101-1721426438/solver-4451101-1721426438 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721422956-1045726 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451101-1721426438.opb

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

MD5SUM BENCH= 6d6cd561f3b9d650ea4fe5a812bf9deb
RANDOM SEED=784195162

nodeC022.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		: 3679.076
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.66
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		: 3600.279
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	: 7006.96
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		: 3613.525
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.66
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		: 3685.384
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	: 7006.96
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		: 3630.067
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.66
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		: 3685.437
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	: 7006.96
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		: 3627.277
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.66
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.847
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	: 7006.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        111304120 kB
MemAvailable:   113890648 kB
Buffers:          526496 kB
Cached:          2884916 kB
SwapCached:            0 kB
Active:          1227840 kB
Inactive:       18303752 kB
Active(anon):       1548 kB
Inactive(anon): 16164576 kB
Active(file):    1226292 kB
Inactive(file):  2139176 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               876 kB
Writeback:            12 kB
AnonPages:      16119540 kB
Mapped:           127700 kB
Shmem:             45912 kB
KReclaimable:     121412 kB
Slab:             238424 kB
SReclaimable:     121412 kB
SUnreclaim:       117012 kB
KernelStack:        5088 kB
PageTables:        41784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16661068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70784 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15671296 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:      260820 kB
DirectMap2M:    28872704 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC022 at 2024-07-20 00:59:46