Trace number 4447505

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.39 3474.68

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n94-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMd3332ca740d3ae6dd3f9a6cb3b2999d7
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 benchmark588.803
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables141
Total number of constraints376
Number of constraints which are clauses376
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 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	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
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.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4447505-1721357111.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.13/0.18	c ... done. Wall clock time 0.029s.
0.13/0.18	c declared #vars     141
0.13/0.18	c #constraints  376
0.13/0.18	c constraints type 
0.13/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376
0.13/0.18	c 376 constraints processed.
1.07/0.69	c cleaning 0 clauses out of 5000 with flag 0/5000
1.63/0.95	c cleaning 0 clauses out of 11001 with flag 0/11001
2.22/1.24	c cleaning 0 clauses out of 18001 with flag 0/18001
2.82/1.55	c cleaning 0 clauses out of 26000 with flag 0/26000
3.34/1.90	c cleaning 0 clauses out of 35001 with flag 0/35001
3.72/2.26	c cleaning 0 clauses out of 45000 with flag 0/45000
4.35/2.78	c cleaning 0 clauses out of 56001 with flag 0/56001
4.97/3.33	c cleaning 0 clauses out of 68001 with flag 0/68001
5.68/4.01	c cleaning 0 clauses out of 81000 with flag 0/81000
6.29/4.69	c cleaning 0 clauses out of 95001 with flag 0/95001
7.01/5.33	c cleaning 0 clauses out of 110001 with flag 0/110001
8.10/6.47	c cleaning 0 clauses out of 126001 with flag 0/126001
8.92/7.25	c cleaning 0 clauses out of 143001 with flag 0/143001
9.63/7.98	c cleaning 0 clauses out of 161001 with flag 0/161001
11.02/9.32	c cleaning 0 clauses out of 180000 with flag 0/180000
12.02/10.33	c cleaning 0 clauses out of 200002 with flag 0/200002
13.05/11.39	c cleaning 0 clauses out of 221001 with flag 0/221001
14.25/12.53	c cleaning 0 clauses out of 243000 with flag 0/243000
15.86/14.18	c cleaning 0 clauses out of 266001 with flag 0/266001
17.99/16.23	c cleaning 0 clauses out of 290001 with flag 0/290001
19.64/17.85	c cleaning 0 clauses out of 315001 with flag 0/315001
21.44/19.61	c cleaning 0 clauses out of 341000 with flag 0/341000
23.09/21.24	c cleaning 0 clauses out of 368000 with flag 0/368000
25.59/23.72	c cleaning 0 clauses out of 396001 with flag 0/396001
28.06/26.19	c cleaning 0 clauses out of 425000 with flag 0/425000
30.96/29.01	c cleaning 0 clauses out of 455001 with flag 0/455001
33.63/31.65	c cleaning 0 clauses out of 486000 with flag 0/486000
36.13/34.10	c cleaning 0 clauses out of 518000 with flag 0/518000
38.79/36.77	c cleaning 0 clauses out of 551000 with flag 0/551000
42.26/40.24	c cleaning 0 clauses out of 585000 with flag 0/585000
47.21/45.12	c cleaning 0 clauses out of 620001 with flag 0/620001
50.65/48.55	c cleaning 0 clauses out of 656000 with flag 0/656000
53.35/51.22	c cleaning 0 clauses out of 693000 with flag 0/693000
56.84/54.61	c cleaning 0 clauses out of 731001 with flag 0/731001
60.03/57.84	c cleaning 0 clauses out of 770001 with flag 0/770001
63.43/61.12	c cleaning 0 clauses out of 810001 with flag 0/810001
66.92/64.60	c cleaning 0 clauses out of 851001 with flag 0/851001
73.51/71.15	c cleaning 0 clauses out of 893000 with flag 0/893000
78.69/76.24	c cleaning 0 clauses out of 936001 with flag 0/936001
83.71/81.13	c cleaning 0 clauses out of 980000 with flag 0/980000
90.09/87.51	c cleaning 0 clauses out of 1025001 with flag 0/1025001
93.99/91.31	c cleaning 0 clauses out of 1071000 with flag 0/1071000
100.49/97.76	c cleaning 0 clauses out of 1118000 with flag 0/1118000
105.98/103.26	c cleaning 0 clauses out of 1166000 with flag 0/1166000
112.68/109.86	c cleaning 0 clauses out of 1215000 with flag 0/1215000
119.26/116.39	c cleaning 0 clauses out of 1265001 with flag 0/1265001
126.35/123.34	c cleaning 0 clauses out of 1316000 with flag 0/1316000
140.95/137.85	c cleaning 0 clauses out of 1368001 with flag 0/1368001
148.14/145.07	c cleaning 0 clauses out of 1421000 with flag 0/1421000
156.27/153.02	c cleaning 0 clauses out of 1475000 with flag 0/1475000
165.26/161.95	c cleaning 0 clauses out of 1530001 with flag 0/1530001
170.09/166.69	c cleaning 0 clauses out of 1586001 with flag 0/1586001
179.32/175.77	c cleaning 0 clauses out of 1643001 with flag 0/1643001
188.19/184.50	c cleaning 0 clauses out of 1701001 with flag 0/1701001
196.98/193.30	c cleaning 0 clauses out of 1760000 with flag 0/1760000
204.81/201.14	c cleaning 0 clauses out of 1820001 with flag 0/1820001
210.48/206.75	c cleaning 0 clauses out of 1881000 with flag 0/1881000
216.74/212.95	c cleaning 0 clauses out of 1943001 with flag 0/1943001
232.28/228.55	c cleaning 0 clauses out of 2006001 with flag 0/2006001
250.66/246.84	c cleaning 0 clauses out of 2070001 with flag 0/2070001
262.83/258.82	c cleaning 0 clauses out of 2135001 with flag 0/2135001
272.66/268.50	c cleaning 0 clauses out of 2201000 with flag 0/2201000
293.30/289.07	c cleaning 0 clauses out of 2268000 with flag 0/2268000
311.09/306.74	c cleaning 0 clauses out of 2336000 with flag 0/2336000
328.50/324.07	c cleaning 0 clauses out of 2405000 with flag 0/2405000
348.52/343.90	c cleaning 0 clauses out of 2475000 with flag 0/2475000
364.95/360.22	c cleaning 0 clauses out of 2546000 with flag 0/2546000
378.84/374.02	c cleaning 0 clauses out of 2618000 with flag 0/2618000
395.61/390.79	c cleaning 0 clauses out of 2691001 with flag 0/2691001
407.97/402.84	c cleaning 0 clauses out of 2765000 with flag 0/2765000
421.37/416.14	c cleaning 0 clauses out of 2840001 with flag 0/2840001
434.76/429.45	c cleaning 0 clauses out of 2916000 with flag 0/2916000
454.31/449.00	c cleaning 0 clauses out of 2993001 with flag 0/2993001
485.59/480.08	c cleaning 0 clauses out of 3071000 with flag 0/3071000
512.52/506.84	c cleaning 0 clauses out of 3150001 with flag 0/3150001
539.19/531.13	c cleaning 0 clauses out of 3230001 with flag 0/3230001
563.24/555.36	c cleaning 0 clauses out of 3311001 with flag 0/3311001
580.30/572.20	c cleaning 0 clauses out of 3393001 with flag 0/3393001
609.61/599.10	c cleaning 0 clauses out of 3476000 with flag 0/3476000
629.37/618.69	c cleaning 0 clauses out of 3560000 with flag 0/3560000
656.75/643.37	c cleaning 0 clauses out of 3645001 with flag 0/3645001
690.19/674.02	c cleaning 0 clauses out of 3731000 with flag 0/3731000
715.17/698.84	c cleaning 0 clauses out of 3818000 with flag 0/3818000
733.87/717.30	c cleaning 0 clauses out of 3906001 with flag 0/3906001
764.20/744.91	c cleaning 0 clauses out of 3995001 with flag 0/3995001
792.63/773.19	c cleaning 0 clauses out of 4085000 with flag 0/4085000
825.84/803.61	c cleaning 0 clauses out of 4176001 with flag 0/4176001
864.49/839.39	c cleaning 0 clauses out of 4268000 with flag 0/4268000
893.86/868.51	c cleaning 0 clauses out of 4361000 with flag 0/4361000
926.36/897.99	c cleaning 0 clauses out of 4455000 with flag 0/4455000
978.40/946.95	c cleaning 0 clauses out of 4550000 with flag 0/4550000
1022.55/987.66	c cleaning 0 clauses out of 4646001 with flag 0/4646001
1066.68/1028.62	c cleaning 0 clauses out of 4743001 with flag 0/4743001
1109.51/1068.30	c cleaning 0 clauses out of 4841001 with flag 0/4841001
1151.26/1106.63	c cleaning 0 clauses out of 4940000 with flag 0/4940000
1192.10/1143.93	c cleaning 0 clauses out of 5040000 with flag 0/5040000
1240.56/1188.86	c cleaning 0 clauses out of 5141000 with flag 0/5141000
1293.41/1238.19	c cleaning 0 clauses out of 5243000 with flag 0/5243000
1358.41/1299.49	c cleaning 0 clauses out of 5346001 with flag 0/5346001
1403.43/1344.27	c cleaning 0 clauses out of 5450001 with flag 0/5450001
1476.96/1414.22	c cleaning 0 clauses out of 5555001 with flag 0/5555001
1533.13/1466.57	c cleaning 0 clauses out of 5661001 with flag 0/5661001
1579.32/1508.94	c cleaning 0 clauses out of 5768000 with flag 0/5768000
1645.77/1571.32	c cleaning 0 clauses out of 5876001 with flag 0/5876001
1720.80/1642.32	c cleaning 0 clauses out of 5985000 with flag 0/5985000
1852.91/1770.12	c cleaning 0 clauses out of 6095000 with flag 0/6095000
2000.33/1917.50	c cleaning 0 clauses out of 6206001 with flag 0/6206001
2149.55/2062.95	c cleaning 0 clauses out of 6318000 with flag 0/6318000
2305.76/2214.59	c cleaning 0 clauses out of 6431001 with flag 0/6431001
2450.56/2355.16	c cleaning 0 clauses out of 6545001 with flag 0/6545001
2601.58/2501.53	c cleaning 0 clauses out of 6660001 with flag 0/6660001
2817.11/2712.49	c cleaning 0 clauses out of 6776001 with flag 0/6776001
2887.13/2782.01	c cleaning 0 clauses out of 6893000 with flag 0/6893000
2989.82/2879.90	c cleaning 0 clauses out of 7011000 with flag 0/7011000
3063.66/2953.61	c cleaning 0 clauses out of 7130000 with flag 0/7130000
3125.14/3009.84	c cleaning 0 clauses out of 7250001 with flag 0/7250001
3214.76/3094.22	c cleaning 0 clauses out of 7371001 with flag 0/7371001
3553.28/3433.03	c cleaning 0 clauses out of 7493000 with flag 0/7493000
3600.06/3474.42	c starts		: 297
3600.06/3474.42	c conflicts		: 7533899
3600.06/3474.42	c decisions		: 8468933
3600.06/3474.42	c propagations		: 42370598
3600.06/3474.42	c inspects		: 32159327567
3600.06/3474.42	c shortcuts		: 0
3600.06/3474.42	c learnt literals	: 0
3600.06/3474.42	c learnt binary clauses	: 0
3600.06/3474.42	c learnt ternary clauses	: 5
3600.06/3474.42	c learnt constraints	: 7533899
3600.06/3474.42	c ignored constraints	: 0
3600.06/3474.42	c root simplifications	: 0
3600.06/3474.42	c removed literals (reason simplification)	: 0
3600.06/3474.42	c reason swapping (by a shorter reason)	: 0
3600.06/3474.42	c Calls to reduceDB	: 118
3600.06/3474.42	c Number of update (reduction) of LBD	: 0
3600.06/3474.42	c Imported unit clauses	: 0
3600.06/3474.42	c No decision after first conflict	: false
3600.06/3474.42	c number of reductions to clauses (during analyze)	: 0
3600.06/3474.42	c number of learned constraints concerned by reduction	: 0
3600.06/3474.42	c number of learning phase by resolution	: 0
3600.06/3474.42	c number of learning phase by cutting planes	: 0
3600.06/3474.42	c number of rounding to 1 operations	: 0
3600.06/3474.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3474.42	c number of reductions of the coefficients by power 2 	: 0
3600.06/3474.42	c number of right shift for reduction by power 2 	: 0
3600.06/3474.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3474.42	c number of ending skipping 	: 0
3600.06/3474.42	c number of internal skipping 	: 0
3600.06/3474.42	c number of derivation steps 	: 39425081
3600.06/3474.42	c number of skipped derivation steps 	: 0
3600.06/3474.42	c number of remaining unassigned 	: 0
3600.06/3474.42	c number of remaining assigned 	: 0
3600.06/3474.42	c number of falsified literals weakened from reason	: 0
3600.06/3474.42	c number of falsified literals weakened from conflict	: 0
3600.06/3474.42	c time for arithmetic operations	: 0
3600.06/3474.42	c minimum degree of deleted constraints	: null
3600.06/3474.42	c maximum degree of deleted constraints	: null
3600.06/3474.42	c number of deleted constraints	: 0
3600.06/3474.42	c timeout
3600.06/3474.42	c speed (assignments/second)	: 12195.680193884687
3600.06/3474.42	c non guided choices	: 2624
3600.29/3474.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 7533899
3600.29/3474.66	s UNKNOWN
3600.29/3474.66	c Total wall clock time (in seconds): 3474.505

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447505-1721357111/watcher-4447505-1721357111 -o /tmp/evaluation-result-4447505-1721357111/solver-4447505-1721357111 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721353366-1008011 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4447505-1721357111.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=1010532, runsolver pid=1010529

[startup+0.10027 s]*
/proc/loadavg: 4.26 4.33 4.35 7/331 1010550
/proc/meminfo: memFree=109604096/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=18975048 memory=65660 CPUtime=0.13 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 7191 0 0 0 11 2 0 0 20 0 18 0 187880766 19430449152 16415 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4743762 16415 5790 1 0 549318 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) R 1010529 1010532 1007998 0 -1 1077936192 5731 0 0 0 6 1 0 0 20 0 18 0 187880766 19430449152 16415 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187880769 19430449152 16415 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=18975048 memory=15817789847927870 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187880770 19430449152 16415 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65660 KiB

[startup+0.211068 s]*
/proc/loadavg: 4.26 4.33 4.35 7/332 1010551
/proc/meminfo: memFree=109597544/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19041612 memory=71904 CPUtime=0.34 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 7800 0 0 0 31 3 0 0 20 0 19 0 187880766 19498610688 17976 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4760403 17976 5806 1 0 549977 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=19041612 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) R 1010529 1010532 1007998 0 -1 4194368 6047 0 0 0 16 2 0 0 20 0 19 0 187880766 19498610688 17976 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=19041612 memory=17963 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187880769 19498610688 17976 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=19041612 memory=14697378909259238 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187880770 19498610688 17976 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010551] ppid=1010529 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1010532/task/1010551/stat : 1010551 (Timer-0) S 1010529 1010532 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187880785 19498610688 17976 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71904 KiB

[startup+0.305838 s]*
/proc/loadavg: 4.26 4.33 4.35 7/332 1010551
/proc/meminfo: memFree=109576552/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19041612 memory=94576 CPUtime=0.49 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 10362 0 0 0 46 3 0 0 20 0 19 0 187880766 19498610688 23644 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4760403 23644 5875 1 0 551525 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=19041612 memory=-7813003711093696866 CPUtime=0.25 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) R 1010529 1010532 1007998 0 -1 4194368 6068 0 0 0 23 2 0 0 20 0 19 0 187880766 19498610688 23644 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187880769 19498610688 23644 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187880770 19498610688 23644 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010551] ppid=1010529 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1010532/task/1010551/stat : 1010551 (Timer-0) S 1010529 1010532 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187880785 19498610688 23644 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 94576 KiB

[startup+0.70107 s]
/proc/loadavg: 4.26 4.33 4.35 6/332 1010551
/proc/meminfo: memFree=109512784/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19108176 memory=175600 CPUtime=1.24 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 13467 0 0 0 119 5 0 0 20 0 20 0 187880766 19566772224 43900 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4777044 43900 5891 1 0 553865 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=19108176 memory=47236 CPUtime=0.62 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) R 1010529 1010532 1007998 0 -1 4194368 6137 0 0 0 59 3 0 0 20 0 20 0 187880766 19566772224 43900 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=19108176 memory=12312 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187880769 19566772224 43900 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=19108176 memory=2220 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187880770 19566772224 43900 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010551] ppid=1010529 vsize=19108176 memory=5568 CPUtime=0 cores=5,7
/proc/1010532/task/1010551/stat : 1010551 (Timer-0) S 1010529 1010532 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187880785 19566772224 43900 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 175600 KiB

[startup+1.50107 s]
/proc/loadavg: 4.26 4.33 4.35 6/333 1010552
/proc/meminfo: memFree=109471676/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19108176 memory=361236 CPUtime=2.82 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 18894 0 0 0 273 9 0 0 20 0 20 0 187880766 19566772224 90309 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4777044 90309 5891 1 0 554146 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=19108176 memory=12312 CPUtime=1.39 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) R 1010529 1010532 1007998 0 -1 4194368 6621 0 0 0 133 6 0 0 20 0 20 0 187880766 19566772224 90309 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187880769 19566772224 90309 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=19108176 memory=2220 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187880770 19566772224 90309 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010551] ppid=1010529 vsize=19108176 memory=5568 CPUtime=0 cores=5,7
/proc/1010532/task/1010551/stat : 1010551 (Timer-0) S 1010529 1010532 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187880785 19566772224 90309 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 361236 KiB

[startup+3.10572 s]
/proc/loadavg: 4.26 4.33 4.35 5/333 1010554
/proc/meminfo: memFree=108960380/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19108176 memory=740424 CPUtime=4.77 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 20572 0 0 0 459 18 0 0 20 0 20 0 187880766 19566772224 185106 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4777044 185106 5891 1 0 554152 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=19108176 memory=0 CPUtime=2.96 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) R 1010529 1010532 1007998 0 -1 4194368 7090 0 0 0 282 14 0 0 20 0 20 0 187880766 19566772224 185106 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=19108176 memory=-7813003711093696866 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187880769 19566772224 185106 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=19108176 memory=12312 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187880770 19566772224 185106 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010551] ppid=1010529 vsize=19108176 memory=2220 CPUtime=0 cores=5,7
/proc/1010532/task/1010551/stat : 1010551 (Timer-0) S 1010529 1010532 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187880785 19566772224 185106 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 4.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 740424 KiB

[startup+6.30029 s]
/proc/loadavg: 4.24 4.32 4.34 5/333 1010554
/proc/meminfo: memFree=108428260/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19108176 memory=1371556 CPUtime=8 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 21371 0 0 0 769 31 0 0 20 0 20 0 187880766 19566772224 342889 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4777044 342889 5891 1 0 710798 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=19108176 memory=2220 CPUtime=6.05 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) R 1010529 1010532 1007998 0 -1 4194368 7408 0 0 0 578 27 0 0 20 0 20 0 187880766 19566772224 342889 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187880769 19566772224 342889 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=19108176 memory=12312 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187880770 19566772224 342889 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010551] ppid=1010529 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=5,7
/proc/1010532/task/1010551/stat : 1010551 (Timer-0) S 1010529 1010532 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187880785 19566772224 342889 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1371556 KiB

[startup+12.7003 s]
/proc/loadavg: 4.22 4.31 4.34 5/333 1010554
/proc/meminfo: memFree=108266036/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19108176 memory=1371648 CPUtime=14.45 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 21488 0 0 0 1413 32 0 0 20 0 20 0 187880766 19566772224 342912 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4777044 342912 5891 1 0 710811 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=19108176 memory=12312 CPUtime=12.32 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) R 1010529 1010532 1007998 0 -1 4194368 7440 0 0 0 1205 27 0 0 20 0 20 0 187880766 19566772224 342912 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=19108176 memory=1371648 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187880769 19566772224 342912 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=19108176 memory=47236 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187880770 19566772224 342912 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010551] ppid=1010529 vsize=19108176 memory=12312 CPUtime=0 cores=5,7
/proc/1010532/task/1010551/stat : 1010551 (Timer-0) S 1010529 1010532 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187880785 19566772224 342912 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 14.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1371648 KiB

[startup+25.5003 s]
/proc/loadavg: 4.25 4.31 4.34 5/333 1010557
/proc/meminfo: memFree=108062924/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19108176 memory=1636196 CPUtime=27.45 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 24207 0 0 0 2707 38 0 0 20 0 20 0 187880766 19566772224 409049 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4777044 409049 5891 1 0 710812 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=19108176 memory=6944656574621848725 CPUtime=24.82 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) R 1010529 1010532 1007998 0 -1 4194368 8798 0 0 0 2452 30 0 0 20 0 20 0 187880766 19566772224 409049 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=19108176 memory=12340 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187880769 19566772224 409049 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=19108176 memory=3444 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187880770 19566772224 409049 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010551] ppid=1010529 vsize=19108176 memory=12312 CPUtime=0 cores=5,7
/proc/1010532/task/1010551/stat : 1010551 (Timer-0) S 1010529 1010532 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187880785 19566772224 409049 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 27.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1636196 KiB

[startup+51.1058 s]
/proc/loadavg: 4.16 4.29 4.33 5/331 1010560
/proc/meminfo: memFree=107637808/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19108176 memory=1904744 CPUtime=53.25 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 28899 0 0 0 5280 45 0 0 20 0 20 0 187880766 19566772224 476186 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4777044 476186 5900 1 0 710813 0

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

[startup+3162.3 s]
/proc/loadavg: 4.24 4.36 4.43 5/332 1012648
/proc/meminfo: memFree=104495976/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19174740 memory=4446208 CPUtime=3283.1 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 558830 0 0 0 327934 376 0 0 20 0 21 0 187880766 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4793685 1111552 5947 1 0 1124499 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=19174740 memory=4052224 CPUtime=3133.34 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) R 1010529 1010532 1007998 0 -1 4194368 264774 0 0 0 313240 94 0 0 20 0 21 0 187880766 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=19174740 memory=12340 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187880769 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=19174740 memory=47848 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 3246 0 0 0 0 0 0 0 20 0 21 0 187880770 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010551] ppid=1010529 vsize=19174740 memory=4446208 CPUtime=0 cores=5,7
/proc/1010532/task/1010551/stat : 1010551 (Timer-0) S 1010529 1010532 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187880785 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 3283.1 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4446208 KiB

[startup+3222.3 s]
/proc/loadavg: 4.41 4.38 4.44 5/332 1012658
/proc/meminfo: memFree=103826664/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19174740 memory=4446208 CPUtime=3343 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 560859 0 0 0 333922 378 0 0 20 0 21 0 187880766 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4793685 1111552 5947 1 0 1124499 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=19174740 memory=4446208 CPUtime=3193.21 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) R 1010529 1010532 1007998 0 -1 4194368 266480 0 0 0 319227 94 0 0 20 0 21 0 187880766 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=19174740 memory=47848 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187880769 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=19174740 memory=47848 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 3394 0 0 0 0 0 0 0 20 0 21 0 187880770 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010551] ppid=1010529 vsize=19174740 memory=32284 CPUtime=0 cores=5,7
/proc/1010532/task/1010551/stat : 1010551 (Timer-0) S 1010529 1010532 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187880785 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 3343 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4446208 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.36 4.43 5/332 1012870
/proc/meminfo: memFree=104744660/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19174740 memory=4446208 CPUtime=3402.87 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 562868 0 0 0 339906 381 0 0 20 0 21 0 187880766 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4793685 1111552 5947 1 0 1124499 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=19174740 memory=4446208 CPUtime=3253.06 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) R 1010529 1010532 1007998 0 -1 4194368 268126 0 0 0 325211 95 0 0 20 0 21 0 187880766 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=19174740 memory=4446208 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187880769 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=19174740 memory=1816 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 3537 0 0 0 0 0 0 0 20 0 21 0 187880770 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010551] ppid=1010529 vsize=19174740 memory=1816 CPUtime=0 cores=5,7
/proc/1010532/task/1010551/stat : 1010551 (Timer-0) S 1010529 1010532 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187880785 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 3402.87 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4446208 KiB

[startup+3342.3 s]
/proc/loadavg: 4.47 4.40 4.44 5/335 1012886
/proc/meminfo: memFree=103706436/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19174740 memory=4446208 CPUtime=3462.75 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 565313 0 0 0 345891 384 0 0 20 0 21 0 187880766 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4793685 1111552 5947 1 0 1124499 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=19174740 memory=4446208 CPUtime=3312.89 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) R 1010529 1010532 1007998 0 -1 4194368 270223 0 0 0 331194 95 0 0 20 0 21 0 187880766 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=19174740 memory=4446208 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187880769 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=19174740 memory=47848 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 3680 0 0 0 0 0 0 0 20 0 21 0 187880770 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010551] ppid=1010529 vsize=19174740 memory=12312 CPUtime=0 cores=5,7
/proc/1010532/task/1010551/stat : 1010551 (Timer-0) S 1010529 1010532 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187880785 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 3462.75 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4446208 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.34 4.42 5/335 1012896
/proc/meminfo: memFree=103618712/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19174740 memory=4446208 CPUtime=3522.63 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 567897 0 0 0 351876 387 0 0 20 0 21 0 187880766 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4793685 1111552 5947 1 0 1124499 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=19174740 memory=12312 CPUtime=3372.73 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) R 1010529 1010532 1007998 0 -1 4194368 272397 0 0 0 337178 95 0 0 20 0 21 0 187880766 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=19174740 memory=4446208 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187880769 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=19174740 memory=4446208 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 3823 0 0 0 0 0 0 0 20 0 21 0 187880770 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010551] ppid=1010529 vsize=19174740 memory=12340 CPUtime=0 cores=5,7
/proc/1010532/task/1010551/stat : 1010551 (Timer-0) S 1010529 1010532 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187880785 19634933760 1111552 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 3522.63 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4446208 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.35 4.42 6/335 1012908
/proc/meminfo: memFree=103114744/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19174740 memory=4571264 CPUtime=3587.98 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 589297 0 0 0 358397 401 0 0 20 0 21 0 187880766 19634933760 1142816 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4793685 1142816 5947 1 0 1155835 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=19174740 memory=4446208 CPUtime=3432.38 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) R 1010529 1010532 1007998 0 -1 4194368 280846 0 0 0 343139 99 0 0 20 0 21 0 187880766 19634933760 1142816 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=19174740 memory=4571244 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187880769 19634933760 1142816 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=19174740 memory=4571264 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 3966 0 0 0 0 0 0 0 20 0 21 0 187880770 19634933760 1142816 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010551] ppid=1010529 vsize=19174740 memory=5480 CPUtime=0 cores=5,7
/proc/1010532/task/1010551/stat : 1010551 (Timer-0) S 1010529 1010532 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187880785 19634933760 1142816 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 3587.98 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4571264 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3474.4 s]
/proc/loadavg: 4.26 4.33 4.41 5/335 1012911
/proc/meminfo: memFree=103074908/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19174740 memory=4571264 CPUtime=3600.06 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 590055 0 0 0 359604 402 0 0 20 0 21 0 187880766 19634933760 1142816 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4793685 1142816 5947 1 0 1155835 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=19174740 memory=2000 CPUtime=3444.44 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) R 1010529 1010532 1007998 0 -1 4194368 281598 0 0 0 344345 99 0 0 20 0 21 0 187880766 19634933760 1142816 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=19174740 memory=4571264 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187880769 19634933760 1142816 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=19174740 memory=7556 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 3966 0 0 0 0 0 0 0 20 0 21 0 187880770 19634933760 1142816 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010551] ppid=1010529 vsize=19174740 memory=30192 CPUtime=0 cores=5,7
/proc/1010532/task/1010551/stat : 1010551 (Timer-0) S 1010529 1010532 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187880785 19634933760 1142816 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4571264 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.34 s, system=4.04312 s

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

[startup+3474.6 s]
/proc/loadavg: 4.26 4.33 4.41 5/335 1012911
/proc/meminfo: memFree=103074908/131524600 swapFree=131071996/131071996
[pid=1010532] ppid=1010529 vsize=19374432 memory=4571956 CPUtime=3600.29 cores=5,7
/proc/1010532/stat : 1010532 (java) S 1010529 1010532 1007998 0 -1 1077936128 593285 0 0 0 359627 402 0 0 20 0 22 0 187880766 19839418368 1142989 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
/proc/1010532/statm: 4843608 1142989 5946 1 0 1156741 0
[pid=1010532/tid=1010534] ppid=1010529 vsize=19374432 memory=33924 CPUtime=3444.46 cores=5,7
/proc/1010532/task/1010534/stat : 1010534 (java) S 1010529 1010532 1007998 0 -1 1077936192 281731 0 0 0 344347 99 0 0 20 0 22 0 187880766 19839418368 1142989 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010543] ppid=1010529 vsize=19374432 memory=28108 CPUtime=0 cores=5,7
/proc/1010532/task/1010543/stat : 1010543 (Finalizer) S 1010529 1010532 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 187880769 19839418368 1142989 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
[pid=1010532/tid=1010550] ppid=1010529 vsize=19374432 memory=32976 CPUtime=0 cores=5,7
/proc/1010532/task/1010550/stat : 1010550 (Common-Cleaner) S 1010529 1010532 1007998 0 -1 1077936192 3966 0 0 0 0 0 0 0 20 0 22 0 187880770 19839418368 1142989 134679101440 93887678951424 93887678955120 140721941350848 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93887678962936 93887678963728 93887681044480 140721941357550 140721941357663 140721941357663 140721941364680 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 4571956 KiB

Child status: 143

Real time (s): 3474.68
CPU time (s): 3600.39
CPU user time (s): 3596.34
CPU system time (s): 4.04312
CPU usage (%): 103.618
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 4571956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.34
system time used= 4.04312
maximum resident set size= 4573132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 593733
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109975
involuntary context switches= 14797


# summary of solver processes directly reported to runsolver:
#   pid: 1010532
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3596.34
#   total CPU system time (s): 4.04312

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.65781 second user time and 17.6608 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-19 04:45:23
IDJOB=4447505
IDBENCH=159214
IDSOLVER=3046
FILE ID=nodeC033/4447505-1721357111
RUNJOBID= nodeC033-1721353366-1008011
SLURM_JOB_ID= 7542766
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n94-d3-i3-r1.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447505-1721357111/watcher-4447505-1721357111 -o /tmp/evaluation-result-4447505-1721357111/solver-4447505-1721357111 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721353366-1008011 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4447505-1721357111.opb

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

MD5SUM BENCH= d3332ca740d3ae6dd3f9a6cb3b2999d7
RANDOM SEED=1871997114

nodeC033.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		: 3666.912
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.50
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		: 3680.043
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.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        109648232 kB
MemAvailable:   115581616 kB
Buffers:          551796 kB
Cached:          6152260 kB
SwapCached:            0 kB
Active:           997672 kB
Inactive:       20077696 kB
Active(anon):       1580 kB
Inactive(anon): 14415308 kB
Active(file):     996092 kB
Inactive(file):  5662388 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:      14368312 kB
Mapped:           127780 kB
Shmem:             45908 kB
KReclaimable:     229100 kB
Slab:             357508 kB
SReclaimable:     229100 kB
SUnreclaim:       128408 kB
KernelStack:        5020 kB
PageTables:        38272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   15586584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69280 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13998080 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:      273108 kB
DirectMap2M:    28860416 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC033 at 2024-07-19 05:43:17