Trace number 4513481

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.21 3534.11

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x140split.opb
MD5SUM6d6cd561f3b9d650ea4fe5a812bf9deb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark54.9817
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1401
Total number of constraints701
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)701
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.21	c See www.sat4j.org for details.
0.08/0.22	c version PB25.v20250606
0.08/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.23	c java.vm.version	22.0.1+8-16
0.08/0.23	c java.vm.vendor	Oracle Corporation
0.08/0.23	c sun.arch.data.model	64
0.08/0.23	c java.version		22.0.1
0.08/0.23	c os.name		Linux
0.08/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.23	c os.arch		amd64
0.08/0.23	c Free memory 		2104792832
0.08/0.23	c Max memory 		16282288128
0.08/0.23	c Total memory 		2113929216
0.08/0.24	c Number of processors 	2
0.24/0.31	c Pseudo Boolean Optimization by upper bound
0.24/0.31	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.31	c  - never skip resolution steps
0.24/0.31	c  - Auto-division on coefficients is disabled
0.24/0.31	c  - No postprocessing
0.24/0.31	c  - Conflict is considered as is when resolving
0.24/0.31	c  - Use constraints as they come during conflict analysis
0.24/0.31	c  - Weaken first using unassigned literals
0.24/0.31	c  - Bump strategy: ALWAYS_ONE
0.24/0.31	c  - Bumper: EFFECTIVE
0.24/0.31	c --- Begin Solver configuration ---
0.24/0.31	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.24/0.31	c Learn all clauses as in MiniSAT
0.24/0.31	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.31	c No reason simplification
0.24/0.31	c Dynamic restart strategy considering the size of the coefficients
0.24/0.31	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.24/0.31	c timeout=2147483s
0.24/0.31	c DB Simplification allowed=false
0.24/0.31	c Listener: none
0.24/0.31	c --- End Solver configuration ---
0.24/0.31	c solving HOME/instance-4513481-1751225628.opb
0.24/0.31	c reading problem ... 
0.24/0.31	c using VERIPB proof format
0.24/0.31	c  no objective function found
0.24/0.38	c ... done. Wall clock time 0.071s.
0.24/0.38	c declared #vars     1401
0.24/0.38	c #constraints  1402
0.24/0.38	c constraints type 
0.24/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.24/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1400
0.24/0.38	c 1402 constraints processed.
1.98/1.27	c cleaning 2487 clauses out of 5000 with flag 0/5000
3.57/2.00	c cleaning 4240 clauses out of 8513 with flag 0/11000
4.95/2.78	c cleaning 5623 clauses out of 11273 with flag 0/18000
6.74/3.64	c cleaning 6805 clauses out of 13651 with flag 0/26001
8.47/4.63	c cleaning 7911 clauses out of 15848 with flag 0/35003
9.84/5.83	c cleaning 8951 clauses out of 17934 with flag 0/45000
11.24/7.29	c cleaning 9979 clauses out of 19983 with flag 0/56000
13.37/8.84	c cleaning 10973 clauses out of 22004 with flag 0/68000
15.19/10.67	c cleaning 11978 clauses out of 24032 with flag 0/81001
17.10/12.54	c cleaning 12990 clauses out of 26054 with flag 0/95001
19.09/14.51	c cleaning 13991 clauses out of 28063 with flag 0/110000
21.40/16.82	c cleaning 14996 clauses out of 30072 with flag 0/126000
24.01/19.32	c cleaning 16003 clauses out of 32077 with flag 0/143001
27.51/22.76	c cleaning 16997 clauses out of 34074 with flag 0/161001
32.03/27.21	c cleaning 17997 clauses out of 36076 with flag 0/180000
36.77/32.05	c cleaning 18997 clauses out of 38079 with flag 0/200000
43.62/38.82	c cleaning 20007 clauses out of 40084 with flag 0/221002
51.58/46.72	c cleaning 21005 clauses out of 42075 with flag 0/243000
56.07/51.19	c cleaning 22001 clauses out of 44070 with flag 0/266000
60.56/55.53	c cleaning 23015 clauses out of 46070 with flag 0/290001
67.27/62.18	c cleaning 24011 clauses out of 48054 with flag 0/315000
71.53/66.41	c cleaning 25001 clauses out of 50043 with flag 0/341000
79.39/74.15	c cleaning 26005 clauses out of 52042 with flag 0/368000
85.12/79.76	c cleaning 26994 clauses out of 54037 with flag 0/396000
90.44/84.90	c cleaning 27995 clauses out of 56043 with flag 0/425000
104.32/98.67	c cleaning 28995 clauses out of 58049 with flag 0/455001
113.87/108.00	c cleaning 29992 clauses out of 60054 with flag 0/486001
121.65/115.78	c cleaning 30998 clauses out of 62061 with flag 0/518000
132.90/126.99	c cleaning 32017 clauses out of 64065 with flag 0/551002
138.26/132.29	c cleaning 33003 clauses out of 66046 with flag 0/585000
146.59/140.31	c cleaning 33993 clauses out of 68043 with flag 0/620000
155.72/149.38	c cleaning 35003 clauses out of 70054 with flag 0/656004
164.70/158.14	c cleaning 36001 clauses out of 72048 with flag 0/693001
177.01/170.39	c cleaning 37000 clauses out of 74047 with flag 0/731001
190.38/182.90	c cleaning 38000 clauses out of 76046 with flag 0/770000
201.38/192.58	c cleaning 39005 clauses out of 78047 with flag 0/810001
214.70/205.67	c cleaning 39990 clauses out of 80041 with flag 0/851000
229.80/220.42	c cleaning 41002 clauses out of 82051 with flag 0/893000
246.41/236.80	c cleaning 42005 clauses out of 84050 with flag 0/936001
262.73/252.82	c cleaning 43002 clauses out of 86045 with flag 0/980001
279.23/269.15	c cleaning 43997 clauses out of 88045 with flag 0/1025003
292.85/282.53	c cleaning 45000 clauses out of 90045 with flag 0/1071000
311.47/300.78	c cleaning 45999 clauses out of 92045 with flag 0/1118000
336.42/325.21	c cleaning 46999 clauses out of 94046 with flag 0/1166000
353.44/342.09	c cleaning 48003 clauses out of 96047 with flag 0/1215000
377.37/365.82	c cleaning 48996 clauses out of 98044 with flag 0/1265000
393.31/381.58	c cleaning 49997 clauses out of 100050 with flag 0/1316002
413.60/401.49	c cleaning 51008 clauses out of 102053 with flag 0/1368002
434.88/422.37	c cleaning 51999 clauses out of 104044 with flag 0/1421001
468.24/453.07	c cleaning 53003 clauses out of 106044 with flag 0/1475000
502.49/486.86	c cleaning 53994 clauses out of 108041 with flag 0/1530000
526.09/509.98	c cleaning 55007 clauses out of 110047 with flag 0/1586000
549.65/533.23	c cleaning 55994 clauses out of 112041 with flag 0/1643001
571.25/554.57	c cleaning 56998 clauses out of 114047 with flag 0/1701001
592.61/575.67	c cleaning 57986 clauses out of 116048 with flag 0/1760000
640.23/622.73	c cleaning 58991 clauses out of 118062 with flag 0/1820000
673.03/655.20	c cleaning 60004 clauses out of 120071 with flag 0/1881000
709.01/690.53	c cleaning 61007 clauses out of 122068 with flag 0/1943001
757.55/738.41	c cleaning 62002 clauses out of 124062 with flag 0/2006002
791.43/772.36	c cleaning 63007 clauses out of 126059 with flag 0/2070001
821.10/801.59	c cleaning 63997 clauses out of 128052 with flag 0/2135001
854.36/834.44	c cleaning 65000 clauses out of 130054 with flag 0/2201000
887.06/866.68	c cleaning 65998 clauses out of 132055 with flag 0/2268001
918.89/897.94	c cleaning 67003 clauses out of 134059 with flag 0/2336003
946.96/925.51	c cleaning 68005 clauses out of 136055 with flag 0/2405002
971.41/949.60	c cleaning 69000 clauses out of 138048 with flag 0/2475000
993.52/971.49	c cleaning 69997 clauses out of 140048 with flag 0/2546000
1016.30/993.84	c cleaning 70998 clauses out of 142052 with flag 0/2618001
1041.00/1018.15	c cleaning 71999 clauses out of 144054 with flag 0/2691001
1071.77/1048.49	c cleaning 72997 clauses out of 146054 with flag 0/2765000
1108.67/1084.67	c cleaning 74006 clauses out of 148058 with flag 0/2840001
1167.98/1143.26	c cleaning 74994 clauses out of 150051 with flag 0/2916000
1239.89/1214.46	c cleaning 75997 clauses out of 152058 with flag 0/2993001
1272.48/1246.37	c cleaning 77001 clauses out of 154060 with flag 0/3071000
1311.98/1285.30	c cleaning 77999 clauses out of 156059 with flag 0/3150000
1419.14/1391.51	c cleaning 79006 clauses out of 158060 with flag 0/3230000
1466.12/1437.63	c cleaning 79995 clauses out of 160054 with flag 0/3311000
1507.22/1478.08	c cleaning 81005 clauses out of 162059 with flag 0/3393000
1549.71/1519.98	c cleaning 81994 clauses out of 164054 with flag 0/3476000
1584.71/1554.23	c cleaning 83002 clauses out of 166060 with flag 0/3560000
1645.85/1614.40	c cleaning 83994 clauses out of 168060 with flag 0/3645002
1714.68/1682.46	c cleaning 85003 clauses out of 170064 with flag 0/3731000
1799.55/1766.20	c cleaning 86006 clauses out of 172061 with flag 0/3818000
1846.50/1812.30	c cleaning 86993 clauses out of 174055 with flag 0/3906000
1918.12/1882.49	c cleaning 88009 clauses out of 176063 with flag 0/3995001
2033.47/1995.61	c cleaning 88991 clauses out of 178053 with flag 0/4085000
2112.04/2072.04	c cleaning 90010 clauses out of 180062 with flag 0/4176000
2161.20/2120.25	c cleaning 90990 clauses out of 182053 with flag 0/4268001
2226.86/2184.78	c cleaning 92016 clauses out of 184062 with flag 0/4361000
2321.14/2277.34	c cleaning 93007 clauses out of 186047 with flag 0/4455001
2409.58/2364.47	c cleaning 94002 clauses out of 188040 with flag 0/4550001
2466.66/2420.56	c cleaning 94994 clauses out of 190037 with flag 0/4646000
2544.04/2496.44	c cleaning 95988 clauses out of 192044 with flag 0/4743001
2605.49/2556.73	c cleaning 97005 clauses out of 194055 with flag 0/4841000
2684.10/2634.37	c cleaning 98008 clauses out of 196050 with flag 0/4940000
2740.86/2690.28	c cleaning 98994 clauses out of 198043 with flag 0/5040001
2805.53/2753.39	c cleaning 100015 clauses out of 200049 with flag 0/5141001
2859.74/2806.59	c cleaning 100992 clauses out of 202035 with flag 0/5243002
2928.01/2873.87	c cleaning 101991 clauses out of 204041 with flag 0/5346000
3030.62/2975.42	c cleaning 103013 clauses out of 206051 with flag 0/5450001
3118.44/3061.38	c cleaning 104005 clauses out of 208037 with flag 0/5555000
3195.26/3136.71	c cleaning 105001 clauses out of 210033 with flag 0/5661001
3284.11/3224.33	c cleaning 106000 clauses out of 212032 with flag 0/5768001
3396.04/3334.23	c cleaning 106992 clauses out of 214034 with flag 0/5876003
3515.61/3452.18	c cleaning 107994 clauses out of 216039 with flag 0/5985000
3595.98/3530.09	c cleaning 109000 clauses out of 218045 with flag 0/6095000
3600.06/3534.02	c starts		: 95
3600.06/3534.02	c conflicts		: 6104753
3600.06/3534.02	c decisions		: 7265127
3600.06/3534.02	c propagations		: 51612039
3600.06/3534.02	c inspects		: 8179261536
3600.06/3534.02	c shortcuts		: 0
3600.06/3534.02	c learnt literals	: 0
3600.06/3534.02	c learnt binary clauses	: 0
3600.06/3534.02	c learnt ternary clauses	: 0
3600.06/3534.02	c learnt constraints	: 6104753
3600.06/3534.02	c ignored constraints	: 0
3600.06/3534.02	c root simplifications	: 0
3600.06/3534.02	c removed literals (reason simplification)	: 0
3600.06/3534.02	c reason swapping (by a shorter reason)	: 0
3600.06/3534.02	c Calls to reduceDB	: 106
3600.06/3534.02	c Number of update (reduction) of LBD	: 5616331
3600.06/3534.02	c Imported unit clauses	: 0
3600.06/3534.02	c No decision after first conflict	: false
3600.06/3534.02	c number of reductions to clauses (during analyze)	: 0
3600.06/3534.02	c number of learned constraints concerned by reduction	: 0
3600.06/3534.02	c number of learning phase by resolution	: 0
3600.06/3534.02	c number of learning phase by cutting planes	: 0
3600.06/3534.02	c number of rounding to 1 operations	: 0
3600.06/3534.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3534.02	c number of reductions of the coefficients by power 2 	: 0
3600.06/3534.02	c number of right shift for reduction by power 2 	: 0
3600.06/3534.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3534.02	c number of ending skipping 	: 0
3600.06/3534.02	c number of internal skipping 	: 0
3600.06/3534.02	c number of derivation steps 	: 27196782
3600.06/3534.02	c number of skipped derivation steps 	: 0
3600.06/3534.02	c number of remaining unassigned 	: 189828
3600.06/3534.02	c number of remaining assigned 	: 320735724
3600.06/3534.02	c number of falsified literals weakened from reason	: 0
3600.06/3534.02	c number of falsified literals weakened from conflict	: 0
3600.06/3534.02	c time for arithmetic operations	: 17737708798
3600.06/3534.03	c minimum degree of deleted constraints	: 1
3600.06/3534.03	c maximum degree of deleted constraints	: 243517609668345954326048664
3600.06/3534.03	c number of deleted constraints	: 5985955
3600.06/3534.03	c speed (assignments/second)	: 14605.91729941853
3600.06/3534.03	c non guided choices	: 51192
3600.06/3534.03	c timeout
3600.06/3534.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 29357
3600.06/3534.08	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 423
3600.06/3534.08	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 89018
3600.06/3534.08	s UNKNOWN
3600.06/3534.08	c Total wall clock time (in seconds): 3533.782

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: 63708 MiB (62102 MiB free)
  memory of node 1: 64465 MiB (64001 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513481-1751225628/watcher-4513481-1751225628 -o /tmp/evaluation-result-4513481-1751225628/solver-4513481-1751225628 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751225628-37350 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513481-1751225628 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4513481-1751225628.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=37402, runsolver pid=37389
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 0.61 1.91 2.89 6/296 37431
/proc/meminfo: memFree=129106816/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=18130736 memory=22928 CPUtime=0.01 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 2339 0 179 0 0 1 0 0 20 0 7 0 38240348 18565873664 5732 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16784588 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4532684 5732 3136 1 0 540973 0
[pid=37402/tid=37411] ppid=37389 vsize=18130736 memory=4026532124 CPUtime=0 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) D 37389 37402 37338 0 -1 4194368 1770 0 125 0 0 0 0 0 20 0 7 0 38240354 18565873664 5732 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16784588 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 22928 KiB

[startup+0.205886 s]*
/proc/loadavg: 0.61 1.91 2.89 8/340 37475
/proc/meminfo: memFree=129041984/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=18930384 memory=49064 CPUtime=0.08 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 5868 0 387 0 5 3 0 0 20 0 18 0 38240348 19384713216 12266 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4732596 12266 5231 1 0 547195 0
[pid=37402/tid=37411] ppid=37389 vsize=18930384 memory=3472328300254200092 CPUtime=0.05 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) R 37389 37402 37338 0 -1 4194368 4671 0 306 0 3 2 0 0 20 0 18 0 38240354 19384713216 12266 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=18930384 memory=14860 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38240364 19384713216 12266 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 38240365 19384713216 12266 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49064 KiB

[startup+0.306859 s]*
/proc/loadavg: 0.61 1.91 2.89 13/340 37475
/proc/meminfo: memFree=128996744/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=18930384 memory=61556 CPUtime=0.24 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 6832 0 391 0 20 4 0 0 20 0 18 0 38240348 19384713216 15389 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4732596 15389 5359 1 0 547914 0
[pid=37402/tid=37411] ppid=37389 vsize=18930384 memory=-6000919485524436332 CPUtime=0.14 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) D 37389 37402 37338 0 -1 4194368 5152 0 309 0 12 2 0 0 20 0 18 0 38240354 19384713216 15389 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38240364 19384713216 15389 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 38240365 19384713216 15389 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61556 KiB

[startup+0.700232 s]
/proc/loadavg: 0.61 1.91 2.89 11/344 37479
/proc/meminfo: memFree=128832164/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=19063512 memory=162544 CPUtime=0.99 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 11038 0 396 0 93 6 0 0 20 0 20 0 38240348 19521036288 40636 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4765878 40636 5391 1 0 551206 0
[pid=37402/tid=37411] ppid=37389 vsize=19063512 memory=17536 CPUtime=0.41 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) R 37389 37402 37338 0 -1 4194368 5341 0 309 0 38 3 0 0 20 0 20 0 38240354 19521036288 40636 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 40636 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 40636 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37479] ppid=37389 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/37402/task/37479/stat : 37479 (Timer-0) S 37389 37402 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240387 19521036288 40636 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 162544 KiB

[startup+1.50025 s]
/proc/loadavg: 0.61 1.91 2.89 8/325 37493
/proc/meminfo: memFree=128620316/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=19063512 memory=313004 CPUtime=2.57 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 27017 0 396 0 244 13 0 0 20 0 20 0 38240348 19521036288 78251 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4765878 78251 5391 1 0 558042 0
[pid=37402/tid=37411] ppid=37389 vsize=19063512 memory=0 CPUtime=1.14 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) R 37389 37402 37338 0 -1 4194368 5534 0 309 0 107 7 0 0 20 0 20 0 38240354 19521036288 78251 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 78251 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 78251 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37479] ppid=37389 vsize=19063512 memory=224194199869 CPUtime=0 cores=1,3
/proc/37402/task/37479/stat : 37479 (Timer-0) S 37389 37402 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240387 19521036288 78251 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 313004 KiB

[startup+3.106 s]
/proc/loadavg: 0.61 1.91 2.89 9/348 37550
/proc/meminfo: memFree=126159492/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=19063512 memory=1237892 CPUtime=5.75 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 31672 0 396 0 545 30 0 0 20 0 20 0 38240348 19521036288 309473 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4765878 309473 5391 1 0 558048 0
[pid=37402/tid=37411] ppid=37389 vsize=19063512 memory=0 CPUtime=2.71 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) R 37389 37402 37338 0 -1 4194368 7335 0 309 0 247 24 0 0 20 0 20 0 38240354 19521036288 309473 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 309473 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=19063512 memory=-6000919468361344364 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 309473 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37479] ppid=37389 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/37402/task/37479/stat : 37479 (Timer-0) S 37389 37402 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240387 19521036288 309473 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 5.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1237892 KiB

[startup+6.30025 s]
/proc/loadavg: 1.04 1.98 2.90 8/347 37551
/proc/meminfo: memFree=124083768/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=19063512 memory=1392944 CPUtime=10.35 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 32704 0 396 0 999 36 0 0 20 0 20 0 38240348 19521036288 348236 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4765878 348236 5391 1 0 664566 0
[pid=37402/tid=37411] ppid=37389 vsize=19063512 memory=0 CPUtime=5.78 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) R 37389 37402 37338 0 -1 4194368 7529 0 309 0 549 29 0 0 20 0 20 0 38240354 19521036288 348236 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=19063512 memory=7100839878709310576 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 348236 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 348236 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37479] ppid=37389 vsize=19063512 memory=6943526294502006880 CPUtime=0 cores=1,3
/proc/37402/task/37479/stat : 37479 (Timer-0) S 37389 37402 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240387 19521036288 348236 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 10.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1392944 KiB

[startup+12.7002 s]
/proc/loadavg: 1.52 2.07 2.92 7/348 37552
/proc/meminfo: memFree=122663568/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=19063512 memory=1739440 CPUtime=17.3 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 33705 0 396 0 1684 46 0 0 20 0 20 0 38240348 19521036288 434860 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4765878 434860 5391 1 0 664592 0
[pid=37402/tid=37411] ppid=37389 vsize=19063512 memory=1739440 CPUtime=12.04 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) S 37389 37402 37338 0 -1 4194368 8268 0 309 0 1166 38 0 0 20 0 20 0 38240354 19521036288 434860 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=19063512 memory=33 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 434860 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 434860 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37479] ppid=37389 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/37402/task/37479/stat : 37479 (Timer-0) S 37389 37402 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240387 19521036288 434860 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 17.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1739440 KiB

[startup+25.5003 s]
/proc/loadavg: 2.07 2.16 2.94 6/347 37552
/proc/meminfo: memFree=122528296/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=19063512 memory=1747964 CPUtime=30.32 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 40636 0 396 0 2981 51 0 0 20 0 20 0 38240348 19521036288 436991 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4765878 436991 5423 1 0 664592 0
[pid=37402/tid=37411] ppid=37389 vsize=19063512 memory=1739440 CPUtime=24.55 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) R 37389 37402 37338 0 -1 4194368 9622 0 309 0 2413 42 0 0 20 0 20 0 38240354 19521036288 436991 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=19063512 memory=1741640 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 436991 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 436991 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37479] ppid=37389 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/37402/task/37479/stat : 37479 (Timer-0) S 37389 37402 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240387 19521036288 436991 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 30.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1747964 KiB

[startup+51.1061 s]
/proc/loadavg: 2.81 2.33 2.98 6/347 37553
/proc/meminfo: memFree=121405832/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=19063512 memory=1779012 CPUtime=56.07 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 44152 0 396 0 5548 59 0 0 20 0 20 0 38240348 19521036288 444753 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4765878 444753 5423 1 0 664592 0
[pid=37402/tid=37411] ppid=37389 vsize=19063512 memory=5632 CPUtime=49.38 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) R 37389 37402 37338 0 -1 4194368 12056 0 309 0 4889 49 0 0 20 0 20 0 38240354 19521036288 444753 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=19063512 memory=1762528 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 444753 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=19063512 memory=1760404 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 444753 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37479] ppid=37389 vsize=19063512 memory=1739440 CPUtime=0 cores=1,3
/proc/37402/task/37479/stat : 37479 (Timer-0) S 37389 37402 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240387 19521036288 444753 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0

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

/proc/meminfo: memFree=110419796/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=19063512 memory=4169384 CPUtime=3221.37 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 173355 0 396 0 321517 620 0 0 20 0 20 0 38240348 19521036288 1042346 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4765878 1042346 5455 1 0 1056040 0
[pid=37402/tid=37411] ppid=37389 vsize=19063512 memory=4169384 CPUtime=3078.66 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) R 37389 37402 37338 0 -1 4194368 72968 0 309 0 307382 484 0 0 20 0 20 0 38240354 19521036288 1042346 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=19063512 memory=4169384 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 1042346 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=19063512 memory=4169384 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 2266 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 1042346 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37479] ppid=37389 vsize=19063512 memory=4169384 CPUtime=0 cores=1,3
/proc/37402/task/37479/stat : 37479 (Timer-0) S 37389 37402 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240387 19521036288 1042346 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 3221.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4169384 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.17 4.11 7/345 37743
/proc/meminfo: memFree=110346204/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=19063512 memory=4169384 CPUtime=3282.05 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 174190 0 396 0 327579 626 0 0 20 0 20 0 38240348 19521036288 1042346 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4765878 1042346 5455 1 0 1056040 0
[pid=37402/tid=37411] ppid=37389 vsize=19063512 memory=4169384 CPUtime=3137.5 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) R 37389 37402 37338 0 -1 4194368 73539 0 309 0 313262 488 0 0 20 0 20 0 38240354 19521036288 1042346 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=19063512 memory=4169384 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 1042346 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 2317 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 1042346 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37479] ppid=37389 vsize=19063512 memory=4169384 CPUtime=0 cores=1,3
/proc/37402/task/37479/stat : 37479 (Timer-0) S 37389 37402 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240387 19521036288 1042346 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 3282.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4169384 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.15 4.10 6/344 37745
/proc/meminfo: memFree=110245624/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=19063512 memory=4169512 CPUtime=3343.01 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 176630 0 396 0 333667 634 0 0 20 0 20 0 38240348 19521036288 1042378 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4765878 1042378 5455 1 0 1056051 0
[pid=37402/tid=37411] ppid=37389 vsize=19063512 memory=4169512 CPUtime=3196.19 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) R 37389 37402 37338 0 -1 4194368 75150 0 309 0 319125 494 0 0 20 0 20 0 38240354 19521036288 1042378 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 1042378 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 2317 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 1042378 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37479] ppid=37389 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/37402/task/37479/stat : 37479 (Timer-0) S 37389 37402 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240387 19521036288 1042378 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 3343.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4169512 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.14 4.10 6/345 37751
/proc/meminfo: memFree=110148208/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=19063512 memory=4169768 CPUtime=3404.34 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 178982 0 396 0 339793 641 0 0 20 0 20 0 38240348 19521036288 1042442 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4765878 1042442 5455 1 0 1056128 0
[pid=37402/tid=37411] ppid=37389 vsize=19063512 memory=4252 CPUtime=3254.83 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) R 37389 37402 37338 0 -1 4194368 76832 0 309 0 324983 500 0 0 20 0 20 0 38240354 19521036288 1042442 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 1042442 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 2397 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 1042442 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37479] ppid=37389 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/37402/task/37479/stat : 37479 (Timer-0) S 37389 37402 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240387 19521036288 1042442 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 3404.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4169768 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.14 4.10 6/345 37753
/proc/meminfo: memFree=110085200/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=19063512 memory=4169768 CPUtime=3465.31 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 179295 0 396 0 345881 650 0 0 20 0 20 0 38240348 19521036288 1042442 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4765878 1042442 5455 1 0 1056128 0
[pid=37402/tid=37411] ppid=37389 vsize=19063512 memory=4169768 CPUtime=3313.2 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) R 37389 37402 37338 0 -1 4194368 77010 0 309 0 330814 506 0 0 20 0 20 0 38240354 19521036288 1042442 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 1042442 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 2419 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 1042442 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37479] ppid=37389 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/37402/task/37479/stat : 37479 (Timer-0) S 37389 37402 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240387 19521036288 1042442 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 3465.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4169768 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.16 4.10 6/344 37755
/proc/meminfo: memFree=110026640/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=19063512 memory=4169768 CPUtime=3526.04 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 181885 0 396 0 351949 655 0 0 20 0 20 0 38240348 19521036288 1042442 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4765878 1042442 5455 1 0 1056132 0
[pid=37402/tid=37411] ppid=37389 vsize=19063512 memory=5632 CPUtime=3372.01 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) R 37389 37402 37338 0 -1 4194368 79060 0 309 0 336691 510 0 0 20 0 20 0 38240354 19521036288 1042442 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=19063512 memory=-6000919468361344364 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 1042442 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=19063512 memory=4169768 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 2419 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 1042442 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37479] ppid=37389 vsize=19063512 memory=4169768 CPUtime=0 cores=1,3
/proc/37402/task/37479/stat : 37479 (Timer-0) S 37389 37402 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240387 19521036288 1042442 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 3526.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4169768 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.13 4.09 6/345 37759
/proc/meminfo: memFree=109978372/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=19063512 memory=4169896 CPUtime=3588.05 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 184372 0 396 0 358143 662 0 0 20 0 20 0 38240348 19521036288 1042474 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4765878 1042474 5455 1 0 1056175 0
[pid=37402/tid=37411] ppid=37389 vsize=19063512 memory=4169768 CPUtime=3430.15 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) R 37389 37402 37338 0 -1 4194368 80483 0 309 0 342500 515 0 0 20 0 20 0 38240354 19521036288 1042474 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=19063512 memory=4169896 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 1042474 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 2469 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 1042474 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37479] ppid=37389 vsize=19063512 memory=4169896 CPUtime=0 cores=1,3
/proc/37402/task/37479/stat : 37479 (Timer-0) S 37389 37402 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240387 19521036288 1042474 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 3588.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4169896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3534 s]*
/proc/loadavg: 4.14 4.14 4.10 6/345 37759
/proc/meminfo: memFree=109964600/131250000 swapFree=33010684/33010684
[pid=37402] ppid=37389 vsize=19063512 memory=4170024 CPUtime=3600.06 cores=1,3
/proc/37402/stat : 37402 (java) S 37389 37402 37338 0 -1 4194304 184464 0 396 0 359342 664 0 0 20 0 20 0 38240348 19521036288 1042506 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
/proc/37402/statm: 4765878 1042506 5455 1 0 1056185 0
[pid=37402/tid=37411] ppid=37389 vsize=19063512 memory=-6000919477051811180 CPUtime=3441.57 cores=1,3
/proc/37402/task/37411/stat : 37411 (java) R 37389 37402 37338 0 -1 4194368 80563 0 309 0 343641 516 0 0 20 0 20 0 38240354 19521036288 1042506 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37447] ppid=37389 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/37402/task/37447/stat : 37447 (Finalizer) S 37389 37402 37338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38240364 19521036288 1042506 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37472] ppid=37389 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/37402/task/37472/stat : 37472 (Common-Cleaner) S 37389 37402 37338 0 -1 4194368 2469 0 0 0 0 0 0 0 20 0 20 0 38240365 19521036288 1042506 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
[pid=37402/tid=37479] ppid=37389 vsize=19063512 memory=12544 CPUtime=0 cores=1,3
/proc/37402/task/37479/stat : 37479 (Timer-0) S 37389 37402 37338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38240387 19521036288 1042506 18446744073709551615 94704342441984 94704342445680 140723081534400 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94704342453496 94704342454288 94704361541632 140723081537837 140723081538022 140723081538022 140723081543624 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4170024 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.55 s, system=6.658 s

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

Child status: 143

Real time (s): 3534.11
CPU time (s): 3600.21
CPU user time (s): 3593.55
CPU system time (s): 6.658
CPU usage (%): 101.87
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4170024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.55
system time used= 6.658
maximum resident set size= 4170792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186703
page faults= 396
swaps= 0
block input operations= 11272
block output operations= 2974592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 171897
involuntary context switches= 36183


# summary of solver processes directly reported to runsolver:
#   pid: 37402
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3593.55
#   total CPU system time (s): 6.658

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.48473 second user time and 16.8331 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 21:33:48
IDJOB=4513481
IDBENCH=162352
IDSOLVER=3362
FILE ID=nodeC016/4513481-1751225628
RUNJOBID= nodeC016-1751225628-37350
SLURM_JOB_ID= 9587681
Free space on /tmp= 433064 MiB

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

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

MD5SUM BENCH= 6d6cd561f3b9d650ea4fe5a812bf9deb
RANDOM SEED=1971826045

nodeC016 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.708
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.48
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.655
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.48
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.631
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129140644 kB
MemAvailable:   129778584 kB
Buffers:            3280 kB
Cached:          1442936 kB
SwapCached:            0 kB
Active:           296208 kB
Inactive:        1221188 kB
Active(anon):      89252 kB
Inactive(anon):        0 kB
Active(file):     206956 kB
Inactive(file):  1221188 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1628 kB
Writeback:             4 kB
AnonPages:         74260 kB
Mapped:           102152 kB
Shmem:             18072 kB
KReclaimable:      98068 kB
Slab:             185548 kB
SReclaimable:      98068 kB
SUnreclaim:        87480 kB
KernelStack:        4196 kB
PageTables:         2492 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     334176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC016 at 2025-06-29 22:32:42