Trace number 4513337

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 CP VeriPB 2025-06-06? (TO) 3600.25 3529.6

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x150split.opb
MD5SUMa95ffdb987ab7b28268efdc4e16ef22d
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 benchmark57.2881
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1501
Total number of constraints751
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)751
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.17	c Pseudo Boolean Optimization by upper bound
0.13/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.17	c  - never skip resolution steps
0.13/0.17	c  - Auto-division on coefficients is disabled
0.13/0.17	c  - No postprocessing
0.13/0.17	c  - Conflict is considered as is when resolving
0.13/0.17	c  - Use constraints as they come during conflict analysis
0.13/0.17	c  - Weaken first using unassigned literals
0.13/0.17	c  - Bump strategy: ALWAYS_ONE
0.13/0.17	c  - Bumper: EFFECTIVE
0.13/0.17	c --- Begin Solver configuration ---
0.13/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.17	c Learn all clauses as in MiniSAT
0.13/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.17	c No reason simplification
0.13/0.17	c Dynamic restart strategy considering the size of the coefficients
0.13/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.17	c timeout=2147483s
0.13/0.17	c DB Simplification allowed=false
0.13/0.17	c Listener: none
0.13/0.17	c --- End Solver configuration ---
0.13/0.17	c solving HOME/instance-4513337-1751223531.opb
0.13/0.17	c reading problem ... 
0.13/0.17	c using VERIPB proof format
0.13/0.17	c  no objective function found
0.30/0.25	c ... done. Wall clock time 0.077s.
0.30/0.25	c declared #vars     1501
0.30/0.25	c #constraints  1502
0.30/0.25	c constraints type 
0.30/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.30/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1500
0.30/0.25	c 1502 constraints processed.
2.04/1.13	c cleaning 2497 clauses out of 5000 with flag 0/5000
3.62/1.98	c cleaning 4230 clauses out of 8505 with flag 0/11002
5.41/2.88	c cleaning 5625 clauses out of 11274 with flag 0/18001
7.13/3.71	c cleaning 6814 clauses out of 13649 with flag 0/26001
8.01/4.44	c cleaning 7886 clauses out of 15835 with flag 0/35001
9.72/5.85	c cleaning 8952 clauses out of 17950 with flag 0/45002
11.45/7.55	c cleaning 9967 clauses out of 19997 with flag 0/56001
12.96/9.01	c cleaning 10975 clauses out of 22030 with flag 0/68001
16.09/12.16	c cleaning 12002 clauses out of 24054 with flag 0/81000
18.51/14.55	c cleaning 13002 clauses out of 26053 with flag 0/95001
21.03/17.09	c cleaning 14002 clauses out of 28050 with flag 0/110000
23.42/19.48	c cleaning 14988 clauses out of 30048 with flag 0/126000
26.30/22.26	c cleaning 16012 clauses out of 32060 with flag 0/143000
30.51/26.39	c cleaning 16995 clauses out of 34050 with flag 0/161002
34.24/30.01	c cleaning 18005 clauses out of 36053 with flag 0/180000
40.09/35.86	c cleaning 19008 clauses out of 38048 with flag 0/200000
48.02/43.22	c cleaning 19990 clauses out of 40040 with flag 0/221000
51.30/46.44	c cleaning 21000 clauses out of 42050 with flag 0/243000
55.58/50.62	c cleaning 22017 clauses out of 44050 with flag 0/266000
59.84/54.82	c cleaning 22979 clauses out of 46034 with flag 0/290001
64.03/58.96	c cleaning 23986 clauses out of 48055 with flag 0/315001
68.77/63.54	c cleaning 25017 clauses out of 50068 with flag 0/341000
74.25/68.88	c cleaning 26008 clauses out of 52052 with flag 0/368001
80.32/74.74	c cleaning 27006 clauses out of 54044 with flag 0/396001
85.89/80.16	c cleaning 27999 clauses out of 56037 with flag 0/425000
93.71/87.71	c cleaning 29004 clauses out of 58038 with flag 0/455000
100.44/94.34	c cleaning 30002 clauses out of 60034 with flag 0/486000
109.28/103.25	c cleaning 31002 clauses out of 62033 with flag 0/518001
118.28/112.19	c cleaning 32001 clauses out of 64030 with flag 0/551000
137.02/130.55	c cleaning 32997 clauses out of 66031 with flag 0/585002
149.26/142.52	c cleaning 33987 clauses out of 68033 with flag 0/620001
162.79/155.86	c cleaning 34995 clauses out of 70045 with flag 0/656000
171.76/164.61	c cleaning 35995 clauses out of 72051 with flag 0/693001
182.33/175.00	c cleaning 36989 clauses out of 74056 with flag 0/731001
198.06/190.44	c cleaning 38002 clauses out of 76067 with flag 0/770001
209.49/201.79	c cleaning 38999 clauses out of 78064 with flag 0/810000
220.18/212.36	c cleaning 39991 clauses out of 80065 with flag 0/851000
233.67/225.75	c cleaning 41004 clauses out of 82074 with flag 0/893000
248.09/240.00	c cleaning 42011 clauses out of 84071 with flag 0/936001
261.25/253.06	c cleaning 42992 clauses out of 86059 with flag 0/980000
279.42/270.87	c cleaning 43997 clauses out of 88068 with flag 0/1025001
305.83/296.97	c cleaning 44997 clauses out of 90072 with flag 0/1071002
319.02/309.98	c cleaning 46010 clauses out of 92073 with flag 0/1118000
333.68/324.62	c cleaning 47003 clauses out of 94063 with flag 0/1166000
345.10/335.88	c cleaning 48003 clauses out of 96060 with flag 0/1215000
359.31/349.79	c cleaning 49005 clauses out of 98057 with flag 0/1265000
370.62/360.84	c cleaning 50002 clauses out of 100052 with flag 0/1316000
385.24/375.19	c cleaning 50999 clauses out of 102050 with flag 0/1368000
396.99/386.67	c cleaning 51996 clauses out of 104051 with flag 0/1421000
411.77/401.02	c cleaning 53000 clauses out of 106055 with flag 0/1475000
431.85/420.78	c cleaning 54011 clauses out of 108056 with flag 0/1530001
449.66/438.26	c cleaning 55001 clauses out of 110044 with flag 0/1586000
466.29/454.53	c cleaning 56000 clauses out of 112043 with flag 0/1643000
479.05/467.02	c cleaning 56992 clauses out of 114043 with flag 0/1701000
498.85/486.32	c cleaning 57997 clauses out of 116054 with flag 0/1760003
517.55/504.62	c cleaning 58995 clauses out of 118054 with flag 0/1820000
532.57/519.40	c cleaning 60016 clauses out of 120060 with flag 0/1881001
550.91/537.53	c cleaning 61008 clauses out of 122043 with flag 0/1943000
567.90/554.20	c cleaning 61996 clauses out of 124035 with flag 0/2006000
586.44/572.40	c cleaning 63000 clauses out of 126040 with flag 0/2070001
618.03/603.55	c cleaning 64003 clauses out of 128040 with flag 0/2135001
661.90/646.88	c cleaning 64999 clauses out of 130036 with flag 0/2201000
689.77/674.35	c cleaning 66003 clauses out of 132038 with flag 0/2268001
716.81/700.84	c cleaning 66985 clauses out of 134034 with flag 0/2336000
753.40/736.73	c cleaning 67993 clauses out of 136049 with flag 0/2405000
771.99/755.08	c cleaning 69014 clauses out of 138056 with flag 0/2475000
795.12/777.78	c cleaning 70006 clauses out of 140042 with flag 0/2546000
814.52/796.69	c cleaning 71001 clauses out of 142036 with flag 0/2618000
844.31/825.94	c cleaning 71994 clauses out of 144036 with flag 0/2691001
877.22/858.28	c cleaning 73009 clauses out of 146041 with flag 0/2765000
908.97/887.14	c cleaning 73987 clauses out of 148032 with flag 0/2840000
1008.71/985.78	c cleaning 74993 clauses out of 150045 with flag 0/2916000
1049.17/1025.55	c cleaning 76007 clauses out of 152053 with flag 0/2993001
1082.15/1057.96	c cleaning 77009 clauses out of 154045 with flag 0/3071000
1146.29/1121.18	c cleaning 77990 clauses out of 156037 with flag 0/3150001
1191.56/1165.52	c cleaning 78997 clauses out of 158046 with flag 0/3230000
1232.09/1205.43	c cleaning 80003 clauses out of 160049 with flag 0/3311000
1275.99/1248.54	c cleaning 81008 clauses out of 162046 with flag 0/3393000
1315.62/1287.57	c cleaning 82006 clauses out of 164038 with flag 0/3476000
1372.15/1343.02	c cleaning 82998 clauses out of 166033 with flag 0/3560001
1419.18/1389.31	c cleaning 83999 clauses out of 168034 with flag 0/3645000
1464.01/1433.23	c cleaning 85002 clauses out of 170035 with flag 0/3731000
1512.97/1481.40	c cleaning 85999 clauses out of 172033 with flag 0/3818000
1558.06/1525.87	c cleaning 86998 clauses out of 174035 with flag 0/3906001
1608.40/1575.66	c cleaning 87994 clauses out of 176036 with flag 0/3995000
1649.20/1615.86	c cleaning 89005 clauses out of 178043 with flag 0/4085001
1706.81/1672.84	c cleaning 90003 clauses out of 180037 with flag 0/4176000
1759.01/1724.37	c cleaning 90994 clauses out of 182034 with flag 0/4268000
1826.75/1791.34	c cleaning 91997 clauses out of 184040 with flag 0/4361000
1880.54/1844.35	c cleaning 92996 clauses out of 186045 with flag 0/4455002
1936.57/1899.40	c cleaning 93999 clauses out of 188049 with flag 0/4550002
1984.72/1946.00	c cleaning 95008 clauses out of 190048 with flag 0/4646000
2040.34/2000.52	c cleaning 95988 clauses out of 192040 with flag 0/4743000
2101.02/2059.98	c cleaning 97006 clauses out of 194053 with flag 0/4841001
2156.25/2114.08	c cleaning 98006 clauses out of 196046 with flag 0/4940000
2246.77/2203.56	c cleaning 99003 clauses out of 198040 with flag 0/5040000
2298.82/2254.21	c cleaning 99992 clauses out of 200038 with flag 0/5141001
2376.41/2329.85	c cleaning 101005 clauses out of 202045 with flag 0/5243000
2435.59/2387.92	c cleaning 102001 clauses out of 204041 with flag 0/5346001
2503.54/2454.89	c cleaning 102995 clauses out of 206039 with flag 0/5450000
2564.73/2514.84	c cleaning 104005 clauses out of 208044 with flag 0/5555000
2609.98/2559.12	c cleaning 104993 clauses out of 210039 with flag 0/5661000
2680.05/2627.81	c cleaning 105996 clauses out of 212046 with flag 0/5768000
2761.44/2707.63	c cleaning 107002 clauses out of 214051 with flag 0/5876001
2826.46/2771.56	c cleaning 108002 clauses out of 216048 with flag 0/5985000
2923.39/2866.91	c cleaning 108996 clauses out of 218046 with flag 0/6095000
2979.86/2922.14	c cleaning 110007 clauses out of 220051 with flag 0/6206001
3051.48/2992.42	c cleaning 111003 clauses out of 222044 with flag 0/6318001
3141.91/3081.15	c cleaning 112005 clauses out of 224041 with flag 0/6431001
3193.33/3131.31	c cleaning 112992 clauses out of 226036 with flag 0/6545001
3294.90/3231.09	c cleaning 114009 clauses out of 228045 with flag 0/6660002
3380.08/3314.15	c cleaning 114998 clauses out of 230034 with flag 0/6776000
3446.64/3379.37	c cleaning 115996 clauses out of 232036 with flag 0/6893000
3553.55/3484.32	c cleaning 116998 clauses out of 234041 with flag 0/7011001
3600.09/3529.51	c starts		: 113
3600.09/3529.51	c conflicts		: 7089152
3600.09/3529.51	c decisions		: 8514431
3600.09/3529.51	c propagations		: 56483314
3600.09/3529.51	c inspects		: 8238507501
3600.09/3529.51	c shortcuts		: 0
3600.09/3529.51	c learnt literals	: 0
3600.09/3529.51	c learnt binary clauses	: 0
3600.09/3529.51	c learnt ternary clauses	: 0
3600.09/3529.51	c learnt constraints	: 7089152
3600.09/3529.51	c ignored constraints	: 0
3600.09/3529.51	c root simplifications	: 0
3600.09/3529.51	c removed literals (reason simplification)	: 0
3600.09/3529.51	c reason swapping (by a shorter reason)	: 0
3600.09/3529.51	c Calls to reduceDB	: 114
3600.09/3529.51	c Number of update (reduction) of LBD	: 6385302
3600.09/3529.51	c Imported unit clauses	: 0
3600.09/3529.51	c No decision after first conflict	: false
3600.09/3529.51	c number of reductions to clauses (during analyze)	: 0
3600.09/3529.51	c number of learned constraints concerned by reduction	: 0
3600.09/3529.51	c number of learning phase by resolution	: 0
3600.09/3529.51	c number of learning phase by cutting planes	: 0
3600.09/3529.51	c number of rounding to 1 operations	: 0
3600.09/3529.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3529.51	c number of reductions of the coefficients by power 2 	: 0
3600.09/3529.51	c number of right shift for reduction by power 2 	: 0
3600.09/3529.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3529.51	c number of ending skipping 	: 0
3600.09/3529.51	c number of internal skipping 	: 0
3600.09/3529.51	c number of derivation steps 	: 30612004
3600.09/3529.51	c number of skipped derivation steps 	: 0
3600.09/3529.51	c number of remaining unassigned 	: 321537
3600.09/3529.51	c number of remaining assigned 	: 384475131
3600.09/3529.51	c number of falsified literals weakened from reason	: 0
3600.09/3529.51	c number of falsified literals weakened from conflict	: 0
3600.09/3529.51	c time for arithmetic operations	: 19616392342
3600.09/3529.52	c minimum degree of deleted constraints	: 1
3600.09/3529.52	c maximum degree of deleted constraints	: 8949227936312433509108460
3600.09/3529.52	c number of deleted constraints	: 6893958
3600.09/3529.52	c speed (assignments/second)	: 16004.302887462465
3600.09/3529.52	c non guided choices	: 59237
3600.09/3529.53	c timeout
3600.09/3529.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 33909
3600.09/3529.58	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 571
3600.09/3529.58	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 160714
3600.09/3529.58	s UNKNOWN
3600.09/3529.58	c Total wall clock time (in seconds): 3529.415

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (53458 MiB free)
  memory of node 1: 64507 MiB (60602 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513337-1751223531/watcher-4513337-1751223531 -o /tmp/evaluation-result-4513337-1751223531/solver-4513337-1751223531 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751220047-29434 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513337-1751223531 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513337-1751223531.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=29803, runsolver pid=29800
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.33 4.25 4.16 5/339 29821
/proc/meminfo: memFree=116772524/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=18930384 memory=55632 CPUtime=0.13 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 6551 0 0 0 11 2 0 0 20 0 18 0 38033345 19384713216 13908 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4732596 13908 5340 1 0 547603 0
[pid=29803/tid=29805] ppid=29800 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 5049 0 0 0 6 1 0 0 20 0 18 0 38033346 19384713216 13908 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38033348 19384713216 13908 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=18930384 memory=59585004340264 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38033349 19384713216 13908 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55632 KiB

[startup+0.205759 s]*
/proc/loadavg: 4.33 4.25 4.16 7/339 29821
/proc/meminfo: memFree=116763576/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=18930384 memory=72640 CPUtime=0.3 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 7116 0 0 0 28 2 0 0 20 0 18 0 38033345 19384713216 18160 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4732596 18160 5436 1 0 547972 0
[pid=29803/tid=29805] ppid=29800 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 5371 0 0 0 15 1 0 0 20 0 18 0 38033346 19384713216 18160 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=18930384 memory=19950 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38033348 19384713216 18160 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38033349 19384713216 18160 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72640 KiB

[startup+0.305704 s]*
/proc/loadavg: 4.33 4.25 4.16 6/340 29822
/proc/meminfo: memFree=116728792/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=18996948 memory=104736 CPUtime=0.48 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 7505 0 0 0 45 3 0 0 20 0 19 0 38033345 19452874752 26184 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4749237 26184 5436 1 0 548453 0
[pid=29803/tid=29805] ppid=29800 vsize=18996948 memory=-6000919507149939565 CPUtime=0.24 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 5483 0 0 0 22 2 0 0 20 0 19 0 38033346 19452874752 26184 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38033348 19452874752 26184 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38033349 19452874752 26184 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29822] ppid=29800 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/29803/task/29822/stat : 29822 (Timer-0) S 29800 29803 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38033371 19452874752 26184 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 104736 KiB

[startup+0.700252 s]
/proc/loadavg: 4.33 4.25 4.16 7/341 29823
/proc/meminfo: memFree=116668304/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=19063512 memory=163008 CPUtime=1.24 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 11150 0 0 0 118 6 0 0 20 0 20 0 38033345 19521036288 40752 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4765878 40752 5468 1 0 551149 0
[pid=29803/tid=29805] ppid=29800 vsize=19063512 memory=13568 CPUtime=0.59 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 5517 0 0 0 56 3 0 0 20 0 20 0 38033346 19521036288 40752 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38033348 19521036288 40752 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38033349 19521036288 40752 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29822] ppid=29800 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/29803/task/29822/stat : 29822 (Timer-0) S 29800 29803 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38033371 19521036288 40752 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163008 KiB

[startup+1.50019 s]
/proc/loadavg: 4.33 4.25 4.16 6/341 29823
/proc/meminfo: memFree=116642408/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=19063512 memory=313692 CPUtime=2.83 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 28403 0 0 0 272 11 0 0 20 0 20 0 38033345 19521036288 78423 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4765878 78423 5468 1 0 557982 0
[pid=29803/tid=29805] ppid=29800 vsize=19063512 memory=0 CPUtime=1.35 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 5765 0 0 0 130 5 0 0 20 0 20 0 38033346 19521036288 78423 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38033348 19521036288 78423 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38033349 19521036288 78423 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29822] ppid=29800 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/29803/task/29822/stat : 29822 (Timer-0) S 29800 29803 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38033371 19521036288 78423 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 313692 KiB

[startup+3.10559 s]
/proc/loadavg: 4.38 4.27 4.16 6/341 29823
/proc/meminfo: memFree=115498392/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=19063512 memory=1332316 CPUtime=6 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 32909 0 0 0 569 31 0 0 20 0 20 0 38033345 19521036288 333079 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4765878 333079 5468 1 0 557989 0
[pid=29803/tid=29805] ppid=29800 vsize=19063512 memory=10752 CPUtime=2.93 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 7739 0 0 0 268 25 0 0 20 0 20 0 38033346 19521036288 333079 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=19063512 memory=-6000919507149939565 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38033348 19521036288 333079 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 38033349 19521036288 333079 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29822] ppid=29800 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/29803/task/29822/stat : 29822 (Timer-0) S 29800 29803 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38033371 19521036288 333079 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1332316 KiB

[startup+6.30022 s]
/proc/loadavg: 4.38 4.27 4.16 5/341 29824
/proc/meminfo: memFree=115483384/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=19063512 memory=1321068 CPUtime=10.24 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 33338 0 0 0 990 34 0 0 20 0 20 0 38033345 19521036288 330267 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4765878 330267 5468 1 0 557993 0
[pid=29803/tid=29805] ppid=29800 vsize=19063512 memory=0 CPUtime=6.04 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 7819 0 0 0 577 27 0 0 20 0 20 0 38033346 19521036288 330267 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38033348 19521036288 330267 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 38033349 19521036288 330267 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29822] ppid=29800 vsize=19063512 memory=383452 CPUtime=0 cores=1,3
/proc/29803/task/29822/stat : 29822 (Timer-0) S 29800 29803 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38033371 19521036288 330267 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 10.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1321068 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 4.26 4.16 5/341 29824
/proc/meminfo: memFree=115061500/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=19063512 memory=1739880 CPUtime=16.69 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 34465 0 0 0 1626 43 0 0 20 0 20 0 38033345 19521036288 434970 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4765878 434970 5468 1 0 664535 0
[pid=29803/tid=29805] ppid=29800 vsize=19063512 memory=383452 CPUtime=12.35 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 8645 0 0 0 1200 35 0 0 20 0 20 0 38033346 19521036288 434970 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=19063512 memory=1739880 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38033348 19521036288 434970 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 38033349 19521036288 434970 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29822] ppid=29800 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/29803/task/29822/stat : 29822 (Timer-0) S 29800 29803 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38033371 19521036288 434970 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 16.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1739880 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.25 4.16 6/341 29824
/proc/meminfo: memFree=115040176/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=19063512 memory=1752528 CPUtime=29.7 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 41448 0 0 0 2922 48 0 0 20 0 20 0 38033345 19521036288 438132 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4765878 438132 5500 1 0 664535 0
[pid=29803/tid=29805] ppid=29800 vsize=19063512 memory=1746336 CPUtime=24.89 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 10866 0 0 0 2450 39 0 0 20 0 20 0 38033346 19521036288 438132 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38033348 19521036288 438132 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 38033349 19521036288 438132 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29822] ppid=29800 vsize=19063512 memory=1748416 CPUtime=0 cores=1,3
/proc/29803/task/29822/stat : 29822 (Timer-0) S 29800 29803 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38033371 19521036288 438132 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 29.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1752528 KiB

[startup+51.1057 s]
/proc/loadavg: 4.50 4.31 4.18 5/342 29892
/proc/meminfo: memFree=119268356/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=19063512 memory=1775676 CPUtime=56.11 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 50083 0 0 0 5552 59 0 0 20 0 20 0 38033345 19521036288 443919 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4765878 443919 5500 1 0 664570 0
[pid=29803/tid=29805] ppid=29800 vsize=19063512 memory=1760864 CPUtime=49.93 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 14102 0 0 0 4946 47 0 0 20 0 20 0 38033346 19521036288 443919 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0

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

/proc/meminfo: memFree=107121176/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=19063512 memory=4171576 CPUtime=3286.1 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 172086 0 0 0 327842 768 0 0 20 0 20 0 38033345 19521036288 1042894 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4765878 1042894 5500 1 0 1056303 0
[pid=29803/tid=29805] ppid=29800 vsize=19063512 memory=4171576 CPUtime=3133.51 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 71988 0 0 0 312758 593 0 0 20 0 20 0 38033346 19521036288 1042894 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=19063512 memory=4171576 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38033348 19521036288 1042894 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=19063512 memory=4171576 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 2069 0 0 0 0 0 0 0 20 0 20 0 38033349 19521036288 1042894 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29822] ppid=29800 vsize=19063512 memory=4171576 CPUtime=0 cores=1,3
/proc/29803/task/29822/stat : 29822 (Timer-0) S 29800 29803 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38033371 19521036288 1042894 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 3286.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4171576 KiB

[startup+3282.3 s]
/proc/loadavg: 4.49 4.26 4.21 5/343 30202
/proc/meminfo: memFree=106996860/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=19063512 memory=4171960 CPUtime=3347.65 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 174362 0 0 0 333986 779 0 0 20 0 20 0 38033345 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4765878 1042990 5500 1 0 1056393 0
[pid=29803/tid=29805] ppid=29800 vsize=19063512 memory=4171576 CPUtime=3191.89 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 72705 0 0 0 318589 600 0 0 20 0 20 0 38033346 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=19063512 memory=4171576 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38033348 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 2116 0 0 0 0 0 0 0 20 0 20 0 38033349 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29822] ppid=29800 vsize=19063512 memory=21608 CPUtime=0 cores=1,3
/proc/29803/task/29822/stat : 29822 (Timer-0) S 29800 29803 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38033371 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 3347.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4171960 KiB

[startup+3342.3 s]
/proc/loadavg: 4.41 4.27 4.22 4/342 30204
/proc/meminfo: memFree=106908228/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=19063512 memory=4171960 CPUtime=3408.72 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 174652 0 0 0 340084 788 0 0 20 0 20 0 38033345 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4765878 1042990 5500 1 0 1056393 0
[pid=29803/tid=29805] ppid=29800 vsize=19063512 memory=5632 CPUtime=3250.39 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 72880 0 0 0 324432 607 0 0 20 0 20 0 38033346 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38033348 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 2116 0 0 0 0 0 0 0 20 0 20 0 38033349 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29822] ppid=29800 vsize=19063512 memory=4171960 CPUtime=0 cores=1,3
/proc/29803/task/29822/stat : 29822 (Timer-0) S 29800 29803 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38033371 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 3408.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4171960 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.28 4.22 5/342 30206
/proc/meminfo: memFree=106834608/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=19063512 memory=4171960 CPUtime=3470.06 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 176492 0 0 0 346208 798 0 0 20 0 20 0 38033345 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4765878 1042990 5500 1 0 1056399 0
[pid=29803/tid=29805] ppid=29800 vsize=19063512 memory=4171960 CPUtime=3308.64 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 74315 0 0 0 330250 614 0 0 20 0 20 0 38033346 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=19063512 memory=4171960 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38033348 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=19063512 memory=4171960 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 2116 0 0 0 0 0 0 0 20 0 20 0 38033349 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29822] ppid=29800 vsize=19063512 memory=4171960 CPUtime=0 cores=1,3
/proc/29803/task/29822/stat : 29822 (Timer-0) S 29800 29803 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38033371 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 3470.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4171960 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.26 4.22 5/343 30214
/proc/meminfo: memFree=106768036/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=19063512 memory=4171960 CPUtime=3531.08 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 177958 0 0 0 352303 805 0 0 20 0 20 0 38033345 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4765878 1042990 5500 1 0 1056399 0
[pid=29803/tid=29805] ppid=29800 vsize=19063512 memory=4171960 CPUtime=3367.12 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 75464 0 0 0 336093 619 0 0 20 0 20 0 38033346 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38033348 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=19063512 memory=13568 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 2195 0 0 0 0 0 0 0 20 0 20 0 38033349 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29822] ppid=29800 vsize=19063512 memory=21608 CPUtime=0 cores=1,3
/proc/29803/task/29822/stat : 29822 (Timer-0) S 29800 29803 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38033371 19521036288 1042990 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 3531.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4171960 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.24 4.21 5/342 30216
/proc/meminfo: memFree=106688672/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=19063512 memory=4172216 CPUtime=3592.75 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 178359 0 0 0 358460 815 0 0 20 0 20 0 38033345 19521036288 1043054 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4765878 1043054 5500 1 0 1056455 0
[pid=29803/tid=29805] ppid=29800 vsize=19063512 memory=21608 CPUtime=3425.34 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 75663 0 0 0 341907 627 0 0 20 0 20 0 38033346 19521036288 1043054 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=19063512 memory=13568 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38033348 19521036288 1043054 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=19063512 memory=4172216 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 2199 0 0 0 0 0 0 0 20 0 20 0 38033349 19521036288 1043054 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29822] ppid=29800 vsize=19063512 memory=13568 CPUtime=0 cores=1,3
/proc/29803/task/29822/stat : 29822 (Timer-0) S 29800 29803 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38033371 19521036288 1043054 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 3592.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4172216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3529.5 s]
/proc/loadavg: 4.29 4.26 4.22 5/343 30217
/proc/meminfo: memFree=106675068/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=19063512 memory=4172216 CPUtime=3600.09 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 178376 0 0 0 359192 817 0 0 20 0 20 0 38033345 19521036288 1043054 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4765878 1043054 5500 1 0 1056455 0
[pid=29803/tid=29805] ppid=29800 vsize=19063512 memory=21608 CPUtime=3432.33 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 75667 0 0 0 342605 628 0 0 20 0 20 0 38033346 19521036288 1043054 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=19063512 memory=4172216 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38033348 19521036288 1043054 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=19063512 memory=-6000919507149939565 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 2199 0 0 0 0 0 0 0 20 0 20 0 38033349 19521036288 1043054 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29822] ppid=29800 vsize=19063512 memory=4172216 CPUtime=0 cores=1,3
/proc/29803/task/29822/stat : 29822 (Timer-0) S 29800 29803 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38033371 19521036288 1043054 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4172216 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.06 s, system=8.18838 s

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

[startup+3529.5 s]
/proc/loadavg: 4.29 4.26 4.22 5/343 30217
/proc/meminfo: memFree=106675068/131250000 swapFree=33010684/33010684
[pid=29803] ppid=29800 vsize=19063512 memory=4172216 CPUtime=3600.09 cores=1,3
/proc/29803/stat : 29803 (java) S 29800 29803 29422 0 -1 4194304 178376 0 0 0 359192 817 0 0 20 0 20 0 38033345 19521036288 1043054 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
/proc/29803/statm: 4765878 1043054 5500 1 0 1056455 0
[pid=29803/tid=29805] ppid=29800 vsize=19063512 memory=21608 CPUtime=3432.33 cores=1,3
/proc/29803/task/29805/stat : 29805 (java) R 29800 29803 29422 0 -1 4194368 75667 0 0 0 342605 628 0 0 20 0 20 0 38033346 19521036288 1043054 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29814] ppid=29800 vsize=19063512 memory=4172216 CPUtime=0 cores=1,3
/proc/29803/task/29814/stat : 29814 (Finalizer) S 29800 29803 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38033348 19521036288 1043054 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29821] ppid=29800 vsize=19063512 memory=-6000919507149939565 CPUtime=0 cores=1,3
/proc/29803/task/29821/stat : 29821 (Common-Cleaner) S 29800 29803 29422 0 -1 4194368 2199 0 0 0 0 0 0 0 20 0 20 0 38033349 19521036288 1043054 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
[pid=29803/tid=29822] ppid=29800 vsize=19063512 memory=4172216 CPUtime=0 cores=1,3
/proc/29803/task/29822/stat : 29822 (Timer-0) S 29800 29803 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38033371 19521036288 1043054 18446744073709551615 94524549095424 94524549099120 140723729529648 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94524549106936 94524549107728 94524580638720 140723729533229 140723729533414 140723729533414 140723729539016 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4172216 KiB

Child status: 143

Real time (s): 3529.6
CPU time (s): 3600.25
CPU user time (s): 3592.06
CPU system time (s): 8.18838
CPU usage (%): 102.002
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4172216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.06
system time used= 8.18838
maximum resident set size= 4173024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180680
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3708600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169232
involuntary context switches= 21639


# summary of solver processes directly reported to runsolver:
#   pid: 29803
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3592.06
#   total CPU system time (s): 8.18838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.35497 second user time and 17.605 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 20:58:51
IDJOB=4513337
IDBENCH=162338
IDSOLVER=3362
FILE ID=nodeC013/4513337-1751223531
RUNJOBID= nodeC013-1751220047-29434
SLURM_JOB_ID= 9587674
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x150split.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513337-1751223531/watcher-4513337-1751223531 -o /tmp/evaluation-result-4513337-1751223531/solver-4513337-1751223531 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751220047-29434 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513337-1751223531 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513337-1751223531.opb

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

MD5SUM BENCH= a95ffdb987ab7b28268efdc4e16ef22d
RANDOM SEED=443398459

nodeC013 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.838
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.817
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3599.497
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3602.208
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.835
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.846
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3596.618
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
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		: 3600.870
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        116798844 kB
MemAvailable:   117704220 kB
Buffers:            3280 kB
Cached:          1708780 kB
SwapCached:            0 kB
Active:         12415952 kB
Inactive:        1465168 kB
Active(anon):   12182448 kB
Inactive(anon):        0 kB
Active(file):     233504 kB
Inactive(file):  1465168 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3016 kB
Writeback:             0 kB
AnonPages:      12171280 kB
Mapped:           117940 kB
Shmem:             13284 kB
KReclaimable:      91484 kB
Slab:             178420 kB
SReclaimable:      91484 kB
SUnreclaim:        86936 kB
KernelStack:        5184 kB
PageTables:        27420 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   12721632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11853824 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC013 at 2025-06-29 21:57:41