Trace number 4513409

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.19 3527.4

General information on the benchmark

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

Solver Data

0.00/0.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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4513409-1751223592.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
0.31/0.22	c ... done. Wall clock time 0.065s.
0.31/0.22	c declared #vars     1201
0.31/0.22	c #constraints  1202
0.31/0.22	c constraints type 
0.31/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.31/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1200
0.31/0.23	c 1202 constraints processed.
1.86/1.06	c cleaning 2497 clauses out of 5000 with flag 0/5000
3.65/2.00	c cleaning 4237 clauses out of 8503 with flag 0/11000
5.41/2.88	c cleaning 5614 clauses out of 11266 with flag 0/18000
7.00/3.65	c cleaning 6813 clauses out of 13652 with flag 0/26000
8.65/5.05	c cleaning 7901 clauses out of 15839 with flag 0/35000
9.77/5.99	c cleaning 8945 clauses out of 17938 with flag 0/45000
11.04/7.18	c cleaning 9975 clauses out of 19993 with flag 0/56000
12.52/8.60	c cleaning 10989 clauses out of 22018 with flag 0/68000
13.86/9.89	c cleaning 11998 clauses out of 24029 with flag 0/81000
15.10/11.10	c cleaning 12986 clauses out of 26031 with flag 0/95000
16.70/12.64	c cleaning 14003 clauses out of 28045 with flag 0/110000
18.45/14.30	c cleaning 14999 clauses out of 30043 with flag 0/126001
20.63/16.47	c cleaning 16001 clauses out of 32044 with flag 0/143001
22.95/18.66	c cleaning 16998 clauses out of 34042 with flag 0/161000
25.08/20.70	c cleaning 17988 clauses out of 36045 with flag 0/180001
27.60/23.25	c cleaning 18999 clauses out of 38057 with flag 0/200001
30.24/25.85	c cleaning 20014 clauses out of 40058 with flag 0/221001
33.08/28.67	c cleaning 20998 clauses out of 42044 with flag 0/243001
36.14/31.67	c cleaning 22013 clauses out of 44046 with flag 0/266001
39.42/35.10	c cleaning 22984 clauses out of 46032 with flag 0/290000
43.15/38.76	c cleaning 23990 clauses out of 48048 with flag 0/315000
46.84/42.38	c cleaning 25016 clauses out of 50058 with flag 0/341000
50.63/46.07	c cleaning 26011 clauses out of 52042 with flag 0/368000
55.36/50.68	c cleaning 27005 clauses out of 54031 with flag 0/396000
60.98/56.12	c cleaning 27996 clauses out of 56027 with flag 0/425001
65.34/60.44	c cleaning 28995 clauses out of 58031 with flag 0/455001
71.23/66.29	c cleaning 29991 clauses out of 60035 with flag 0/486000
77.28/72.15	c cleaning 31012 clauses out of 62045 with flag 0/518001
82.51/77.20	c cleaning 31996 clauses out of 64033 with flag 0/551001
88.65/83.23	c cleaning 33007 clauses out of 66036 with flag 0/585000
95.89/90.21	c cleaning 33999 clauses out of 68030 with flag 0/620001
104.38/98.65	c cleaning 34990 clauses out of 70030 with flag 0/656000
111.51/105.66	c cleaning 36005 clauses out of 72042 with flag 0/693002
125.94/119.85	c cleaning 37012 clauses out of 74037 with flag 0/731002
134.65/128.43	c cleaning 37983 clauses out of 76023 with flag 0/770000
145.14/138.79	c cleaning 38995 clauses out of 78040 with flag 0/810000
154.00/147.54	c cleaning 40015 clauses out of 80046 with flag 0/851001
163.97/157.33	c cleaning 41002 clauses out of 82030 with flag 0/893000
176.04/169.29	c cleaning 41995 clauses out of 84029 with flag 0/936001
185.38/178.46	c cleaning 42990 clauses out of 86033 with flag 0/980000
194.26/187.15	c cleaning 44005 clauses out of 88043 with flag 0/1025000
206.27/198.84	c cleaning 45006 clauses out of 90038 with flag 0/1071000
215.60/208.00	c cleaning 45996 clauses out of 92032 with flag 0/1118000
226.80/218.86	c cleaning 47000 clauses out of 94036 with flag 0/1166000
241.57/233.13	c cleaning 48004 clauses out of 96036 with flag 0/1215000
254.51/245.73	c cleaning 49002 clauses out of 98032 with flag 0/1265000
267.35/258.37	c cleaning 49998 clauses out of 100030 with flag 0/1316000
283.22/273.83	c cleaning 50999 clauses out of 102035 with flag 0/1368003
299.24/289.64	c cleaning 51996 clauses out of 104034 with flag 0/1421001
319.56/309.79	c cleaning 53000 clauses out of 106037 with flag 0/1475000
336.60/326.48	c cleaning 54004 clauses out of 108038 with flag 0/1530001
348.45/338.11	c cleaning 54996 clauses out of 110033 with flag 0/1586000
371.11/360.44	c cleaning 56000 clauses out of 112038 with flag 0/1643001
386.64/375.60	c cleaning 56993 clauses out of 114038 with flag 0/1701001
404.50/393.17	c cleaning 58001 clauses out of 116045 with flag 0/1760001
420.27/408.62	c cleaning 59014 clauses out of 118044 with flag 0/1820001
435.41/423.57	c cleaning 60001 clauses out of 120030 with flag 0/1881001
454.74/442.62	c cleaning 60992 clauses out of 122029 with flag 0/1943001
474.43/461.96	c cleaning 62006 clauses out of 124037 with flag 0/2006001
493.46/480.66	c cleaning 62997 clauses out of 126031 with flag 0/2070001
518.89/505.60	c cleaning 63997 clauses out of 128033 with flag 0/2135000
542.58/529.08	c cleaning 65001 clauses out of 130037 with flag 0/2201001
563.16/549.39	c cleaning 65997 clauses out of 132035 with flag 0/2268000
592.37/578.27	c cleaning 67002 clauses out of 134038 with flag 0/2336000
619.05/604.66	c cleaning 68008 clauses out of 136037 with flag 0/2405001
642.26/627.30	c cleaning 69006 clauses out of 138029 with flag 0/2475001
671.95/656.43	c cleaning 69999 clauses out of 140022 with flag 0/2546000
696.90/680.97	c cleaning 70994 clauses out of 142023 with flag 0/2618000
718.03/701.79	c cleaning 71995 clauses out of 144030 with flag 0/2691001
746.69/730.12	c cleaning 72999 clauses out of 146034 with flag 0/2765000
769.66/751.80	c cleaning 74000 clauses out of 148035 with flag 0/2840000
792.68/774.41	c cleaning 74999 clauses out of 150035 with flag 0/2916000
820.04/801.29	c cleaning 76002 clauses out of 152036 with flag 0/2993000
861.01/841.49	c cleaning 77000 clauses out of 154035 with flag 0/3071001
907.90/887.70	c cleaning 77996 clauses out of 156034 with flag 0/3150000
943.15/921.54	c cleaning 79007 clauses out of 158041 with flag 0/3230003
976.36/953.62	c cleaning 79991 clauses out of 160033 with flag 0/3311002
1016.13/992.45	c cleaning 81000 clauses out of 162041 with flag 0/3393001
1058.30/1033.76	c cleaning 82007 clauses out of 164040 with flag 0/3476000
1097.25/1071.92	c cleaning 82994 clauses out of 166033 with flag 0/3560000
1157.22/1130.75	c cleaning 83994 clauses out of 168040 with flag 0/3645001
1213.87/1186.73	c cleaning 85000 clauses out of 170045 with flag 0/3731000
1265.46/1237.62	c cleaning 86004 clauses out of 172045 with flag 0/3818000
1306.55/1278.18	c cleaning 86997 clauses out of 174043 with flag 0/3906002
1357.23/1328.03	c cleaning 88002 clauses out of 176044 with flag 0/3995000
1409.98/1379.92	c cleaning 89008 clauses out of 178044 with flag 0/4085002
1450.66/1420.05	c cleaning 89997 clauses out of 180035 with flag 0/4176001
1487.81/1456.22	c cleaning 90992 clauses out of 182038 with flag 0/4268001
1524.34/1491.98	c cleaning 92014 clauses out of 184048 with flag 0/4361003
1586.06/1552.59	c cleaning 92994 clauses out of 186031 with flag 0/4455000
1641.52/1607.10	c cleaning 94000 clauses out of 188038 with flag 0/4550001
1677.09/1642.06	c cleaning 94993 clauses out of 190037 with flag 0/4646000
1758.52/1721.99	c cleaning 96007 clauses out of 192046 with flag 0/4743002
1825.11/1787.37	c cleaning 97001 clauses out of 194037 with flag 0/4841000
1870.70/1831.84	c cleaning 98006 clauses out of 196037 with flag 0/4940001
1916.92/1877.05	c cleaning 98997 clauses out of 198030 with flag 0/5040000
1983.65/1942.50	c cleaning 100004 clauses out of 200033 with flag 0/5141000
2058.22/2015.65	c cleaning 100999 clauses out of 202030 with flag 0/5243001
2123.06/2079.19	c cleaning 101999 clauses out of 204031 with flag 0/5346001
2206.12/2160.29	c cleaning 102994 clauses out of 206033 with flag 0/5450002
2282.59/2234.42	c cleaning 104008 clauses out of 208037 with flag 0/5555000
2363.72/2314.28	c cleaning 104991 clauses out of 210029 with flag 0/5661000
2434.15/2383.67	c cleaning 106011 clauses out of 212038 with flag 0/5768000
2522.02/2470.14	c cleaning 106993 clauses out of 214028 with flag 0/5876001
2619.83/2566.23	c cleaning 107996 clauses out of 216034 with flag 0/5985000
2697.17/2642.54	c cleaning 109003 clauses out of 218038 with flag 0/6095000
2773.85/2717.01	c cleaning 110004 clauses out of 220036 with flag 0/6206001
2898.08/2839.32	c cleaning 111004 clauses out of 222031 with flag 0/6318000
2979.23/2918.97	c cleaning 111996 clauses out of 224028 with flag 0/6431001
3039.30/2977.46	c cleaning 112998 clauses out of 226032 with flag 0/6545001
3106.80/3043.65	c cleaning 113996 clauses out of 228033 with flag 0/6660000
3218.06/3152.43	c cleaning 115001 clauses out of 230037 with flag 0/6776000
3302.00/3234.19	c cleaning 115997 clauses out of 232036 with flag 0/6893000
3413.76/3343.87	c cleaning 116995 clauses out of 234040 with flag 0/7011001
3505.35/3433.89	c cleaning 117998 clauses out of 236044 with flag 0/7130000
3600.04/3527.31	c starts		: 960
3600.04/3527.31	c conflicts		: 7247995
3600.04/3527.31	c decisions		: 8789789
3600.04/3527.31	c propagations		: 57582061
3600.04/3527.31	c inspects		: 8282693800
3600.04/3527.31	c shortcuts		: 0
3600.04/3527.31	c learnt literals	: 0
3600.04/3527.31	c learnt binary clauses	: 0
3600.04/3527.31	c learnt ternary clauses	: 0
3600.04/3527.31	c learnt constraints	: 7247994
3600.04/3527.31	c ignored constraints	: 0
3600.04/3527.31	c root simplifications	: 0
3600.04/3527.31	c removed literals (reason simplification)	: 0
3600.04/3527.31	c reason swapping (by a shorter reason)	: 0
3600.04/3527.31	c Calls to reduceDB	: 115
3600.04/3527.31	c Number of update (reduction) of LBD	: 6388593
3600.04/3527.31	c Imported unit clauses	: 0
3600.04/3527.31	c No decision after first conflict	: false
3600.04/3527.31	c number of reductions to clauses (during analyze)	: 0
3600.04/3527.31	c number of learned constraints concerned by reduction	: 0
3600.04/3527.31	c number of learning phase by resolution	: 0
3600.04/3527.31	c number of learning phase by cutting planes	: 0
3600.04/3527.31	c number of rounding to 1 operations	: 0
3600.04/3527.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3527.31	c number of reductions of the coefficients by power 2 	: 0
3600.04/3527.31	c number of right shift for reduction by power 2 	: 0
3600.04/3527.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3527.31	c number of ending skipping 	: 0
3600.04/3527.31	c number of internal skipping 	: 0
3600.04/3527.31	c number of derivation steps 	: 30391058
3600.04/3527.31	c number of skipped derivation steps 	: 0
3600.04/3527.31	c number of remaining unassigned 	: 235121
3600.04/3527.31	c number of remaining assigned 	: 340996444
3600.04/3527.31	c number of falsified literals weakened from reason	: 0
3600.04/3527.31	c number of falsified literals weakened from conflict	: 0
3600.04/3527.32	c time for arithmetic operations	: 18832408096
3600.04/3527.32	c minimum degree of deleted constraints	: 1
3600.04/3527.32	c maximum degree of deleted constraints	: 77710847628
3600.04/3527.32	c number of deleted constraints	: 7011954
3600.04/3527.32	c speed (assignments/second)	: 16325.661473243234
3600.04/3527.32	c non guided choices	: 105033
3600.04/3527.33	c timeout
3600.04/3527.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 49163
3600.04/3527.38	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 444
3600.04/3527.38	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 186433
3600.04/3527.38	s UNKNOWN
3600.04/3527.38	c Total wall clock time (in seconds): 3527.222

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 (61443 MiB free)
  memory of node 1: 64507 MiB (58315 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Current StackSize limit: 8192 KiB

solver pid=29942, runsolver pid=29939

[startup+0.100062 s]*
/proc/loadavg: 4.50 4.31 4.18 5/341 29960
/proc/meminfo: memFree=122522228/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=18930384 memory=57916 CPUtime=0.13 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 6583 0 0 0 11 2 0 0 20 0 18 0 38039454 19384713216 14479 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4732596 14479 5373 1 0 547619 0
[pid=29942/tid=29944] ppid=29939 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 5076 0 0 0 6 1 0 0 20 0 18 0 38039455 19384713216 14479 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38039457 19384713216 14479 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=18930384 memory=59585004340264 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38039458 19384713216 14479 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57916 KiB

[startup+0.205761 s]*
/proc/loadavg: 4.50 4.31 4.18 9/341 29960
/proc/meminfo: memFree=122401996/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=18930384 memory=80872 CPUtime=0.31 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 7143 0 0 0 29 2 0 0 20 0 18 0 38039454 19384713216 20218 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4732596 20218 5437 1 0 547990 0
[pid=29942/tid=29944] ppid=29939 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 5396 0 0 0 15 2 0 0 20 0 18 0 38039455 19384713216 20218 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=18930384 memory=19950 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38039457 19384713216 20218 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38039458 19384713216 20218 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 80872 KiB

[startup+0.305732 s]*
/proc/loadavg: 4.50 4.31 4.18 8/342 29961
/proc/meminfo: memFree=122281196/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=18996948 memory=96348 CPUtime=0.5 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 7542 0 0 0 47 3 0 0 20 0 19 0 38039454 19452874752 24087 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4749237 24087 5437 1 0 548474 0
[pid=29942/tid=29944] ppid=29939 vsize=18996948 memory=-6000919468444836717 CPUtime=0.25 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 5502 0 0 0 23 2 0 0 20 0 19 0 38039455 19452874752 24087 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38039457 19452874752 24087 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38039458 19452874752 24087 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29961] ppid=29939 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/29942/task/29961/stat : 29961 (Timer-0) S 29939 29942 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38039477 19452874752 24087 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 96348 KiB

[startup+0.700216 s]
/proc/loadavg: 4.50 4.31 4.18 8/343 29962
/proc/meminfo: memFree=122101668/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=19063512 memory=162292 CPUtime=1.26 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 10404 0 0 0 120 6 0 0 20 0 20 0 38039454 19521036288 40573 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4765878 40573 5469 1 0 550457 0
[pid=29942/tid=29944] ppid=29939 vsize=19063512 memory=13568 CPUtime=0.57 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 5536 0 0 0 54 3 0 0 20 0 20 0 38039455 19521036288 40573 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38039457 19521036288 40573 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38039458 19521036288 40573 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29961] ppid=29939 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/29942/task/29961/stat : 29961 (Timer-0) S 29939 29942 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38039477 19521036288 40573 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 162292 KiB

[startup+1.50023 s]
/proc/loadavg: 4.50 4.31 4.18 7/343 29962
/proc/meminfo: memFree=122034060/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=19063512 memory=377044 CPUtime=2.85 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 31604 0 0 0 272 13 0 0 20 0 20 0 38039454 19521036288 94261 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4765878 94261 5469 1 0 559081 0
[pid=29942/tid=29944] ppid=29939 vsize=19063512 memory=10752 CPUtime=1.33 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 5762 0 0 0 126 7 0 0 20 0 20 0 38039455 19521036288 94261 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38039457 19521036288 94261 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38039458 19521036288 94261 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29961] ppid=29939 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/29942/task/29961/stat : 29961 (Timer-0) S 29939 29942 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38039477 19521036288 94261 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 377044 KiB

[startup+3.10563 s]
/proc/loadavg: 4.62 4.34 4.19 6/343 29962
/proc/meminfo: memFree=120901320/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=19063512 memory=1336924 CPUtime=6.02 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 36649 0 0 0 569 33 0 0 20 0 20 0 38039454 19521036288 334231 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4765878 334231 5469 1 0 559086 0
[pid=29942/tid=29944] ppid=29939 vsize=19063512 memory=10752 CPUtime=2.9 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 7645 0 0 0 263 27 0 0 20 0 20 0 38039455 19521036288 334231 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=19063512 memory=-6000919468444836717 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38039457 19521036288 334231 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38039458 19521036288 334231 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29961] ppid=29939 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/29942/task/29961/stat : 29961 (Timer-0) S 29939 29942 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38039477 19521036288 334231 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1336924 KiB

[startup+6.30016 s]
/proc/loadavg: 4.62 4.34 4.19 6/343 29962
/proc/meminfo: memFree=120361108/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=19063512 memory=1345772 CPUtime=10.23 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 37243 0 0 0 988 35 0 0 20 0 20 0 38039454 19521036288 336443 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4765878 336443 5469 1 0 559088 0
[pid=29942/tid=29944] ppid=29939 vsize=19063512 memory=0 CPUtime=6.04 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 7734 0 0 0 576 28 0 0 20 0 20 0 38039455 19521036288 336443 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38039457 19521036288 336443 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38039458 19521036288 336443 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29961] ppid=29939 vsize=19063512 memory=448872 CPUtime=0 cores=4,6
/proc/29942/task/29961/stat : 29961 (Timer-0) S 29939 29942 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38039477 19521036288 336443 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 10.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1345772 KiB

[startup+12.7002 s]
/proc/loadavg: 4.68 4.37 4.20 5/343 29963
/proc/meminfo: memFree=119827128/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=19063512 memory=1754876 CPUtime=16.81 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 38407 0 0 0 1637 44 0 0 20 0 20 0 38039454 19521036288 438719 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4765878 438719 5469 1 0 665630 0
[pid=29942/tid=29944] ppid=29939 vsize=19063512 memory=448872 CPUtime=12.34 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 8544 0 0 0 1197 37 0 0 20 0 20 0 38039455 19521036288 438719 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38039457 19521036288 438719 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=19063512 memory=1754876 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38039458 19521036288 438719 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29961] ppid=29939 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/29942/task/29961/stat : 29961 (Timer-0) S 29939 29942 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38039477 19521036288 438719 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 16.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1754876 KiB

[startup+25.5002 s]
/proc/loadavg: 4.73 4.39 4.21 5/341 29963
/proc/meminfo: memFree=118237108/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=19063512 memory=1761204 CPUtime=29.94 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 45950 0 0 0 2945 49 0 0 20 0 20 0 38039454 19521036288 440301 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4765878 440301 5501 1 0 665630 0
[pid=29942/tid=29944] ppid=29939 vsize=19063512 memory=10752 CPUtime=24.9 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 9947 0 0 0 2449 41 0 0 20 0 20 0 38039455 19521036288 440301 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=19063512 memory=1754876 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38039457 19521036288 440301 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38039458 19521036288 440301 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29961] ppid=29939 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/29942/task/29961/stat : 29961 (Timer-0) S 29939 29942 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38039477 19521036288 440301 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 29.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1761204 KiB

[startup+51.1057 s]
/proc/loadavg: 4.62 4.39 4.22 5/342 30031
/proc/meminfo: memFree=119217160/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=19063512 memory=2303532 CPUtime=55.86 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 49647 0 0 0 5517 69 0 0 20 0 20 0 38039454 19521036288 575883 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4765878 575883 5501 1 0 793055 0
[pid=29942/tid=29944] ppid=29939 vsize=19063512 memory=2289184 CPUtime=49.53 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 12326 0 0 0 4895 58 0 0 20 0 20 0 38039455 19521036288 575883 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0

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

/proc/meminfo: memFree=106996620/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=19063512 memory=4163904 CPUtime=3289.67 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 169514 0 0 0 328307 660 0 0 20 0 20 0 38039454 19521036288 1040976 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4765878 1040976 5533 1 0 1055489 0
[pid=29942/tid=29944] ppid=29939 vsize=19063512 memory=4163904 CPUtime=3129.91 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 71249 0 0 0 312472 519 0 0 20 0 20 0 38039455 19521036288 1040976 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=19063512 memory=4163904 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38039457 19521036288 1040976 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=19063512 memory=4163904 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 1902 0 0 0 0 0 0 0 20 0 20 0 38039458 19521036288 1040976 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29961] ppid=29939 vsize=19063512 memory=4163904 CPUtime=0 cores=4,6
/proc/29942/task/29961/stat : 29961 (Timer-0) S 29939 29942 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38039477 19521036288 1040976 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 3289.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4163904 KiB

[startup+3282.3 s]
/proc/loadavg: 4.41 4.27 4.22 5/342 30204
/proc/meminfo: memFree=106910756/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=19063512 memory=4164416 CPUtime=3351.67 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 171877 0 0 0 334497 670 0 0 20 0 20 0 38039454 19521036288 1041104 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4765878 1041104 5533 1 0 1055595 0
[pid=29942/tid=29944] ppid=29939 vsize=19063512 memory=4164416 CPUtime=3187.82 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 72532 0 0 0 318255 527 0 0 20 0 20 0 38039455 19521036288 1041104 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38039457 19521036288 1041104 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 1902 0 0 0 0 0 0 0 20 0 20 0 38039458 19521036288 1041104 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29961] ppid=29939 vsize=19063512 memory=4164416 CPUtime=0 cores=4,6
/proc/29942/task/29961/stat : 29961 (Timer-0) S 29939 29942 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38039477 19521036288 1041104 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 3351.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4164416 KiB

[startup+3342.3 s]
/proc/loadavg: 4.34 4.28 4.22 5/342 30206
/proc/meminfo: memFree=106826576/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=19063512 memory=4164416 CPUtime=3412.27 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 172116 0 0 0 340551 676 0 0 20 0 20 0 38039454 19521036288 1041104 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4765878 1041104 5533 1 0 1055595 0
[pid=29942/tid=29944] ppid=29939 vsize=19063512 memory=14720 CPUtime=3246.58 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 72599 0 0 0 324127 531 0 0 20 0 20 0 38039455 19521036288 1041104 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=19063512 memory=4164416 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38039457 19521036288 1041104 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=19063512 memory=4164416 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 1995 0 0 0 0 0 0 0 20 0 20 0 38039458 19521036288 1041104 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29961] ppid=29939 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/29942/task/29961/stat : 29961 (Timer-0) S 29939 29942 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38039477 19521036288 1041104 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 3412.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4164416 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.26 4.22 5/342 30214
/proc/meminfo: memFree=106767284/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=19063512 memory=4164544 CPUtime=3473.58 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 177523 0 0 0 346673 685 0 0 20 0 20 0 38039454 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4765878 1041136 5533 1 0 1055595 0
[pid=29942/tid=29944] ppid=29939 vsize=19063512 memory=4252 CPUtime=3304.89 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 74629 0 0 0 329951 538 0 0 20 0 20 0 38039455 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=19063512 memory=4164416 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38039457 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=19063512 memory=4164416 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 1995 0 0 0 0 0 0 0 20 0 20 0 38039458 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29961] ppid=29939 vsize=19063512 memory=4164544 CPUtime=0 cores=4,6
/proc/29942/task/29961/stat : 29961 (Timer-0) S 29939 29942 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38039477 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 3473.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4164544 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.24 4.21 5/342 30216
/proc/meminfo: memFree=106687664/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=19063512 memory=4164544 CPUtime=3534.17 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 179173 0 0 0 352721 696 0 0 20 0 20 0 38039454 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4765878 1041136 5533 1 0 1055595 0
[pid=29942/tid=29944] ppid=29939 vsize=19063512 memory=4252 CPUtime=3363.64 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 75987 0 0 0 335816 548 0 0 20 0 20 0 38039455 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=19063512 memory=4164416 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38039457 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=19063512 memory=4164416 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 2085 0 0 0 0 0 0 0 20 0 20 0 38039458 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29961] ppid=29939 vsize=19063512 memory=4164544 CPUtime=0 cores=4,6
/proc/29942/task/29961/stat : 29961 (Timer-0) S 29939 29942 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38039477 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 3534.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4164544 KiB

[startup+3522.3 s]
/proc/loadavg: 4.39 4.30 4.24 5/345 30356
/proc/meminfo: memFree=115035512/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=19063512 memory=4164544 CPUtime=3594.99 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 180864 0 0 0 358796 703 0 0 20 0 20 0 38039454 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4765878 1041136 5533 1 0 1055595 0
[pid=29942/tid=29944] ppid=29939 vsize=19063512 memory=4164544 CPUtime=3422.37 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 76546 0 0 0 341685 552 0 0 20 0 20 0 38039455 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=19063512 memory=4164544 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38039457 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=19063512 memory=4164544 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 2182 0 0 0 0 0 0 0 20 0 20 0 38039458 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29961] ppid=29939 vsize=19063512 memory=4164544 CPUtime=0 cores=4,6
/proc/29942/task/29961/stat : 29961 (Timer-0) S 29939 29942 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38039477 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 3594.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4164544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3527.3 s]
/proc/loadavg: 4.36 4.29 4.23 5/345 30356
/proc/meminfo: memFree=115000132/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=19063512 memory=4164544 CPUtime=3600.04 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 180870 0 0 0 359301 703 0 0 20 0 20 0 38039454 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4765878 1041136 5533 1 0 1055595 0
[pid=29942/tid=29944] ppid=29939 vsize=19063512 memory=4164544 CPUtime=3427.23 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 76548 0 0 0 342171 552 0 0 20 0 20 0 38039455 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=19063512 memory=4164544 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38039457 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=19063512 memory=4164544 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 2182 0 0 0 0 0 0 0 20 0 20 0 38039458 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29961] ppid=29939 vsize=19063512 memory=4164544 CPUtime=0 cores=4,6
/proc/29942/task/29961/stat : 29961 (Timer-0) S 29939 29942 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38039477 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4164544 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.14 s, system=7.05064 s

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

[startup+3527.3 s]
/proc/loadavg: 4.36 4.29 4.23 5/345 30356
/proc/meminfo: memFree=115000132/131250000 swapFree=33010684/33010684
[pid=29942] ppid=29939 vsize=19063512 memory=4164544 CPUtime=3600.04 cores=4,6
/proc/29942/stat : 29942 (java) S 29939 29942 29422 0 -1 4194304 180870 0 0 0 359301 703 0 0 20 0 20 0 38039454 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
/proc/29942/statm: 4765878 1041136 5533 1 0 1055595 0
[pid=29942/tid=29944] ppid=29939 vsize=19063512 memory=4164544 CPUtime=3427.23 cores=4,6
/proc/29942/task/29944/stat : 29944 (java) R 29939 29942 29422 0 -1 4194368 76548 0 0 0 342171 552 0 0 20 0 20 0 38039455 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29953] ppid=29939 vsize=19063512 memory=4164544 CPUtime=0 cores=4,6
/proc/29942/task/29953/stat : 29953 (Finalizer) S 29939 29942 29422 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38039457 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29960] ppid=29939 vsize=19063512 memory=4164544 CPUtime=0 cores=4,6
/proc/29942/task/29960/stat : 29960 (Common-Cleaner) S 29939 29942 29422 0 -1 4194368 2182 0 0 0 0 0 0 0 20 0 20 0 38039458 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
[pid=29942/tid=29961] ppid=29939 vsize=19063512 memory=4164544 CPUtime=0 cores=4,6
/proc/29942/task/29961/stat : 29961 (Timer-0) S 29939 29942 29422 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38039477 19521036288 1041136 18446744073709551615 94579671953408 94579671957104 140728410436432 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94579671964920 94579671965712 94579679764480 140728410437933 140728410438118 140728410438118 140728410443720 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4164544 KiB

Child status: 143

Real time (s): 3527.4
CPU time (s): 3600.19
CPU user time (s): 3593.14
CPU system time (s): 7.05064
CPU usage (%): 102.064
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4164544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.14
system time used= 7.05064
maximum resident set size= 4165568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183825
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3302704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 167094
involuntary context switches= 24043


# summary of solver processes directly reported to runsolver:
#   pid: 29942
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3593.14
#   total CPU system time (s): 7.05064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.17593 second user time and 17.0712 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 20:59:52
IDJOB=4513409
IDBENCH=162341
IDSOLVER=3362
FILE ID=nodeC013/4513409-1751223592
RUNJOBID= nodeC013-1751220047-29433
SLURM_JOB_ID= 9587674
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 71fa1afe6ec5716be864bdb24fc2dd76
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.839
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.835
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		: 3600.705
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		: 3605.292
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		: 3602.960
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		: 3600.143
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		: 3600.583
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		: 3700.000
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:        122639408 kB
MemAvailable:   122955080 kB
Buffers:            3280 kB
Cached:          1119052 kB
SwapCached:            0 kB
Active:          7132652 kB
Inactive:         875488 kB
Active(anon):    6899148 kB
Inactive(anon):        0 kB
Active(file):     233504 kB
Inactive(file):   875488 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             33576 kB
Writeback:            16 kB
AnonPages:       6887908 kB
Mapped:           118624 kB
Shmem:             13284 kB
KReclaimable:      91440 kB
Slab:             179188 kB
SReclaimable:      91440 kB
SUnreclaim:        87748 kB
KernelStack:        5232 kB
PageTables:        17476 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9084020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6631424 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:58:40