Trace number 4515210

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 Resolution 2025-06-06? (TO) 3600.27 3446.25

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-t1722.0.s.opb
MD5SUM39768e28ba132eeb426131d5bb977045
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36630
Total number of constraints339
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint389
Maximum length of a constraint36630
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 114245
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 85902757
Number of bits of the biggest sum of numbers27
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4515210-1751232650.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c  no objective function found
0.88/0.57	c ... done. Wall clock time 0.426s.
0.88/0.57	c declared #vars     36630
0.88/0.57	c #constraints  677
0.88/0.57	c constraints type 
0.88/0.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 338
0.88/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.88/0.57	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 338
0.88/0.57	c 677 constraints processed.
3.67/2.63	c cleaning 2495 clauses out of 5000 with flag 10000/5000
6.22/4.81	c cleaning 4245 clauses out of 8505 with flag 22000/11000
8.86/7.33	c cleaning 5625 clauses out of 11260 with flag 36000/18000
11.80/10.19	c cleaning 6812 clauses out of 13635 with flag 52000/26000
15.29/13.43	c cleaning 7906 clauses out of 15823 with flag 70000/35000
18.99/17.03	c cleaning 8950 clauses out of 17917 with flag 90000/45000
23.14/21.05	c cleaning 9977 clauses out of 19967 with flag 112000/56000
27.91/25.57	c cleaning 10990 clauses out of 21990 with flag 136000/68000
32.86/30.32	c cleaning 11992 clauses out of 24000 with flag 162000/81000
38.27/35.53	c cleaning 12996 clauses out of 26008 with flag 190000/95000
44.00/41.10	c cleaning 13997 clauses out of 28012 with flag 220000/110000
50.12/47.02	c cleaning 15000 clauses out of 30015 with flag 252000/126000
56.74/53.38	c cleaning 16000 clauses out of 32015 with flag 286000/143000
64.25/60.12	c cleaning 16999 clauses out of 34015 with flag 322000/161000
71.64/67.28	c cleaning 17999 clauses out of 36016 with flag 360000/180000
79.54/74.85	c cleaning 19003 clauses out of 38017 with flag 400000/200000
87.84/82.85	c cleaning 19997 clauses out of 40014 with flag 442000/221000
96.46/91.19	c cleaning 20999 clauses out of 42017 with flag 486000/243000
105.44/99.87	c cleaning 22003 clauses out of 44018 with flag 532000/266000
115.22/108.82	c cleaning 23000 clauses out of 46015 with flag 580000/290000
124.56/117.95	c cleaning 23998 clauses out of 48015 with flag 630000/315000
134.81/127.72	c cleaning 25003 clauses out of 50017 with flag 682000/341000
145.02/137.66	c cleaning 25999 clauses out of 52014 with flag 736000/368000
155.93/148.17	c cleaning 27001 clauses out of 54015 with flag 792000/396000
167.71/159.08	c cleaning 27998 clauses out of 56014 with flag 850000/425000
179.64/170.51	c cleaning 28998 clauses out of 58016 with flag 910000/455000
192.23/182.63	c cleaning 29999 clauses out of 60018 with flag 972000/486000
205.22/195.14	c cleaning 30998 clauses out of 62019 with flag 1036000/518000
218.24/207.65	c cleaning 32004 clauses out of 64021 with flag 1102000/551000
231.65/220.58	c cleaning 33000 clauses out of 66017 with flag 1170000/585000
247.19/234.14	c cleaning 33999 clauses out of 68017 with flag 1240000/620000
261.58/247.92	c cleaning 35005 clauses out of 70018 with flag 1312000/656000
276.01/261.97	c cleaning 36000 clauses out of 72013 with flag 1386000/693000
291.07/276.47	c cleaning 36996 clauses out of 74013 with flag 1462000/731000
306.75/291.53	c cleaning 37996 clauses out of 76017 with flag 1540000/770000
323.05/307.26	c cleaning 39004 clauses out of 78021 with flag 1620000/810000
339.89/323.42	c cleaning 39998 clauses out of 80017 with flag 1702000/851000
358.84/340.07	c cleaning 41003 clauses out of 82019 with flag 1786000/893000
376.70/357.05	c cleaning 42002 clauses out of 84016 with flag 1872000/936000
394.73/374.51	c cleaning 42998 clauses out of 86014 with flag 1960000/980000
412.98/392.34	c cleaning 43996 clauses out of 88016 with flag 2050000/1025000
432.10/410.76	c cleaning 45001 clauses out of 90020 with flag 2142000/1071000
450.41/428.55	c cleaning 46002 clauses out of 92019 with flag 2236000/1118000
469.84/447.29	c cleaning 47000 clauses out of 94017 with flag 2332000/1166000
489.40/466.21	c cleaning 48002 clauses out of 96017 with flag 2430000/1215000
509.69/485.75	c cleaning 48998 clauses out of 98015 with flag 2530000/1265000
529.95/505.42	c cleaning 50003 clauses out of 100017 with flag 2632000/1316000
552.37/525.90	c cleaning 50996 clauses out of 102014 with flag 2736000/1368000
574.16/546.71	c cleaning 51998 clauses out of 104018 with flag 2842000/1421000
596.01/567.84	c cleaning 53001 clauses out of 106020 with flag 2950000/1475000
618.62/589.78	c cleaning 54001 clauses out of 108019 with flag 3060000/1530000
641.27/611.78	c cleaning 55001 clauses out of 110018 with flag 3172000/1586000
663.97/633.96	c cleaning 55999 clauses out of 112017 with flag 3286000/1643000
688.94/657.94	c cleaning 56999 clauses out of 114018 with flag 3402000/1701000
713.70/682.09	c cleaning 58001 clauses out of 116019 with flag 3520000/1760000
738.98/706.35	c cleaning 58999 clauses out of 118018 with flag 3640000/1820000
764.31/730.85	c cleaning 59999 clauses out of 120019 with flag 3762000/1881000
790.80/755.38	c cleaning 60998 clauses out of 122020 with flag 3886000/1943000
816.32/780.18	c cleaning 61998 clauses out of 124022 with flag 4012000/2006000
842.81/805.88	c cleaning 62999 clauses out of 126024 with flag 4140000/2070000
869.47/831.75	c cleaning 64004 clauses out of 128025 with flag 4270000/2135000
896.34/857.95	c cleaning 65002 clauses out of 130021 with flag 4402000/2201000
925.08/885.69	c cleaning 66001 clauses out of 132019 with flag 4536000/2268000
953.72/913.39	c cleaning 67002 clauses out of 134018 with flag 4672000/2336000
982.95/941.70	c cleaning 68000 clauses out of 136016 with flag 4810000/2405000
1011.98/970.05	c cleaning 68996 clauses out of 138016 with flag 4950000/2475000
1042.38/999.26	c cleaning 70000 clauses out of 140020 with flag 5092000/2546000
1075.79/1028.79	c cleaning 70999 clauses out of 142020 with flag 5236000/2618000
1106.79/1058.93	c cleaning 72000 clauses out of 144021 with flag 5382000/2691000
1136.96/1088.46	c cleaning 73003 clauses out of 146021 with flag 5530000/2765000
1168.23/1118.66	c cleaning 73999 clauses out of 148018 with flag 5680000/2840000
1200.42/1150.00	c cleaning 74999 clauses out of 150019 with flag 5832000/2916000
1233.52/1181.87	c cleaning 75998 clauses out of 152020 with flag 5986000/2993000
1266.50/1213.96	c cleaning 77000 clauses out of 154022 with flag 6142000/3071000
1300.69/1246.96	c cleaning 78005 clauses out of 156022 with flag 6300000/3150000
1334.99/1280.33	c cleaning 79001 clauses out of 158017 with flag 6460000/3230000
1370.99/1313.62	c cleaning 79999 clauses out of 160016 with flag 6622000/3311000
1406.10/1347.91	c cleaning 80997 clauses out of 162017 with flag 6786000/3393000
1442.10/1382.62	c cleaning 82003 clauses out of 164020 with flag 6952000/3476000
1478.35/1417.59	c cleaning 83001 clauses out of 166017 with flag 7120000/3560000
1514.46/1452.76	c cleaning 83996 clauses out of 168016 with flag 7290000/3645000
1551.32/1488.57	c cleaning 84998 clauses out of 170020 with flag 7462000/3731000
1588.31/1524.39	c cleaning 86004 clauses out of 172022 with flag 7636000/3818000
1630.75/1561.55	c cleaning 86997 clauses out of 174018 with flag 7812000/3906000
1670.43/1599.84	c cleaning 87997 clauses out of 176021 with flag 7990000/3995000
1709.26/1637.76	c cleaning 89002 clauses out of 178024 with flag 8170000/4085000
1748.88/1676.23	c cleaning 90000 clauses out of 180022 with flag 8352000/4176000
1788.67/1714.84	c cleaning 91001 clauses out of 182022 with flag 8536000/4268000
1829.09/1754.16	c cleaning 92003 clauses out of 184021 with flag 8722000/4361000
1870.11/1793.95	c cleaning 92997 clauses out of 186018 with flag 8910000/4455000
1912.83/1833.75	c cleaning 94000 clauses out of 188021 with flag 9100000/4550000
1954.24/1873.92	c cleaning 95001 clauses out of 190021 with flag 9292000/4646000
1996.12/1914.64	c cleaning 95999 clauses out of 192020 with flag 9486000/4743000
2038.34/1955.79	c cleaning 97000 clauses out of 194021 with flag 9682000/4841000
2081.59/1997.45	c cleaning 98002 clauses out of 196021 with flag 9880000/4940000
2126.05/2040.41	c cleaning 99000 clauses out of 198019 with flag 10080000/5040000
2173.79/2083.53	c cleaning 100001 clauses out of 200019 with flag 10282000/5141000
2218.25/2126.75	c cleaning 101003 clauses out of 202018 with flag 10486000/5243000
2264.34/2171.65	c cleaning 101999 clauses out of 204015 with flag 10692000/5346000
2310.14/2215.79	c cleaning 103000 clauses out of 206016 with flag 10900000/5450000
2356.37/2260.67	c cleaning 103998 clauses out of 208016 with flag 11110000/5555000
2411.68/2309.14	c cleaning 105000 clauses out of 210018 with flag 11322000/5661000
2459.63/2355.62	c cleaning 106003 clauses out of 212018 with flag 11536000/5768000
2507.58/2402.21	c cleaning 106999 clauses out of 214015 with flag 11752000/5876000
2555.22/2448.28	c cleaning 107996 clauses out of 216016 with flag 11970000/5985000
2604.11/2495.81	c cleaning 109002 clauses out of 218020 with flag 12190000/6095000
2658.55/2544.99	c cleaning 109998 clauses out of 220018 with flag 12412000/6206000
2707.75/2592.88	c cleaning 111000 clauses out of 222020 with flag 12636000/6318000
2758.05/2641.58	c cleaning 112003 clauses out of 224020 with flag 12862000/6431000
2809.14/2690.87	c cleaning 112996 clauses out of 226017 with flag 13090000/6545000
2860.14/2740.43	c cleaning 113999 clauses out of 228021 with flag 13320000/6660000
2913.70/2790.31	c cleaning 115001 clauses out of 230022 with flag 13552000/6776000
2966.01/2840.88	c cleaning 116000 clauses out of 232021 with flag 13786000/6893000
3018.46/2891.89	c cleaning 116997 clauses out of 234021 with flag 14022000/7011000
3072.76/2944.63	c cleaning 118001 clauses out of 236024 with flag 14260000/7130000
3126.84/2997.01	c cleaning 119003 clauses out of 238023 with flag 14500000/7250000
3183.68/3049.81	c cleaning 119998 clauses out of 240020 with flag 14742000/7371000
3238.66/3102.95	c cleaning 121001 clauses out of 242022 with flag 14986000/7493000
3292.92/3155.28	c cleaning 122003 clauses out of 244021 with flag 15232000/7616000
3349.04/3209.42	c cleaning 122999 clauses out of 246018 with flag 15480000/7740000
3409.86/3264.74	c cleaning 124002 clauses out of 248019 with flag 15730000/7865000
3467.25/3320.16	c cleaning 124994 clauses out of 250017 with flag 15982000/7991000
3525.24/3376.00	c cleaning 125996 clauses out of 252023 with flag 16236000/8118000
3583.52/3432.48	c cleaning 127000 clauses out of 254027 with flag 16492000/8246000
3600.07/3446.12	c starts		: 1
3600.07/3446.12	c conflicts		: 8282535
3600.07/3446.12	c decisions		: 8319057
3600.07/3446.12	c propagations		: 41449240
3600.07/3446.12	c inspects		: 1953556843
3600.07/3446.12	c shortcuts		: 0
3600.07/3446.12	c learnt literals	: 0
3600.07/3446.12	c learnt binary clauses	: 0
3600.07/3446.12	c learnt ternary clauses	: 0
3600.07/3446.12	c learnt constraints	: 8282535
3600.07/3446.12	c ignored constraints	: 0
3600.07/3446.12	c root simplifications	: 0
3600.07/3446.12	c removed literals (reason simplification)	: 0
3600.07/3446.12	c reason swapping (by a shorter reason)	: 0
3600.07/3446.12	c Calls to reduceDB	: 124
3600.07/3446.12	c Number of update (reduction) of LBD	: 0
3600.07/3446.12	c Imported unit clauses	: 0
3600.07/3446.13	c No decision after first conflict	: false
3600.07/3446.13	c number of reductions to clauses (during analyze)	: 0
3600.07/3446.13	c number of learned constraints concerned by reduction	: 0
3600.07/3446.13	c number of learning phase by resolution	: 0
3600.07/3446.13	c number of learning phase by cutting planes	: 0
3600.07/3446.13	c number of rounding to 1 operations	: 0
3600.07/3446.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3446.13	c number of reductions of the coefficients by power 2 	: 0
3600.07/3446.13	c number of right shift for reduction by power 2 	: 0
3600.07/3446.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3446.13	c number of ending skipping 	: 0
3600.07/3446.13	c number of internal skipping 	: 0
3600.07/3446.13	c number of derivation steps 	: 0
3600.07/3446.13	c number of skipped derivation steps 	: 0
3600.07/3446.13	c number of remaining unassigned 	: 0
3600.07/3446.13	c number of remaining assigned 	: 0
3600.07/3446.13	c number of falsified literals weakened from reason	: 0
3600.07/3446.13	c number of falsified literals weakened from conflict	: 0
3600.07/3446.13	c time for arithmetic operations	: 0
3600.07/3446.13	c minimum degree of deleted constraints	: null
3600.07/3446.13	c maximum degree of deleted constraints	: null
3600.07/3446.13	c number of deleted constraints	: 0
3600.07/3446.13	c speed (assignments/second)	: 12029.792639721565
3600.07/3446.13	c non guided choices	: 36536
3600.07/3446.13	c timeout
3600.07/3446.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 163562
3600.07/3446.19	s UNKNOWN
3600.07/3446.19	c Total wall clock time (in seconds): 3446.052

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515210-1751232650/watcher-4515210-1751232650 -o /tmp/evaluation-result-4515210-1751232650/solver-4515210-1751232650 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31772 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4515210-1751232650.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=31836, runsolver pid=31820

[startup+0.10006 s]*
/proc/loadavg: 0.46 0.93 1.46 9/333 31897
/proc/meminfo: memFree=129546792/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=18930384 memory=55332 CPUtime=0.11 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 6482 0 0 0 9 2 0 0 20 0 18 0 38942626 19384713216 13833 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4732596 13833 5341 1 0 547568 0
[pid=31836/tid=31864] ppid=31820 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) R 31820 31836 31759 0 -1 4194368 5006 0 0 0 6 1 0 0 20 0 18 0 38942628 19384713216 13833 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=18930384 memory=17146 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38942630 19384713216 13833 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=18930384 memory=54087446168546 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38942631 19384713216 13833 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55332 KiB

[startup+0.205893 s]*
/proc/loadavg: 0.46 0.93 1.46 12/333 31897
/proc/meminfo: memFree=129502632/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=18930384 memory=70792 CPUtime=0.31 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 7383 0 0 0 28 3 0 0 20 0 18 0 38942626 19384713216 17698 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4732596 17698 5437 1 0 548116 0
[pid=31836/tid=31864] ppid=31820 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) R 31820 31836 31759 0 -1 4194368 5235 0 0 0 15 1 0 0 20 0 18 0 38942628 19384713216 17698 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=18930384 memory=17146 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38942630 19384713216 17698 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=18930384 memory=54087446168546 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38942631 19384713216 17698 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70792 KiB

[startup+0.305968 s]*
/proc/loadavg: 0.46 0.93 1.46 11/334 31898
/proc/meminfo: memFree=129392548/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=18930384 memory=103400 CPUtime=0.5 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 8743 0 0 0 46 4 0 0 20 0 18 0 38942626 19384713216 25850 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4732596 25850 5437 1 0 549068 0
[pid=31836/tid=31864] ppid=31820 vsize=18930384 memory=-6000919502821419884 CPUtime=0.26 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) R 31820 31836 31759 0 -1 4194368 5303 0 0 0 24 2 0 0 20 0 18 0 38942628 19384713216 25850 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38942630 19384713216 25850 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38942631 19384713216 25850 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 103400 KiB

[startup+0.700211 s]
/proc/loadavg: 0.46 0.93 1.46 9/337 31901
/proc/meminfo: memFree=129260460/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=19063512 memory=184516 CPUtime=1.24 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 9893 0 0 0 118 6 0 0 20 0 20 0 38942626 19521036288 46129 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4765878 46129 5501 1 0 550094 0
[pid=31836/tid=31864] ppid=31820 vsize=19063512 memory=17536 CPUtime=0.55 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) R 31820 31836 31759 0 -1 4194368 5365 0 0 0 52 3 0 0 20 0 20 0 38942628 19521036288 46129 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 46129 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 46129 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184516 KiB

[startup+1.50025 s]
/proc/loadavg: 0.46 0.93 1.46 7/339 31903
/proc/meminfo: memFree=129117924/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=19063512 memory=194288 CPUtime=2.53 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 12290 0 0 0 247 6 0 0 20 0 20 0 38942626 19521036288 48572 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4765878 48572 5501 1 0 551913 0
[pid=31836/tid=31864] ppid=31820 vsize=19063512 memory=3328 CPUtime=1.31 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) S 31820 31836 31759 0 -1 4194368 5405 0 0 0 128 3 0 0 20 0 20 0 38942628 19521036288 48572 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 48572 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 48572 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31902] ppid=31820 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/31836/task/31902/stat : 31902 (Timer-0) S 31820 31836 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942684 19521036288 48572 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 194288 KiB

[startup+3.10573 s]
/proc/loadavg: 0.74 0.99 1.47 5/341 31906
/proc/meminfo: memFree=128261184/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=19063512 memory=270568 CPUtime=4.33 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 16565 0 0 0 425 8 0 0 20 0 20 0 38942626 19521036288 67642 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4765878 67642 5501 1 0 551946 0
[pid=31836/tid=31864] ppid=31820 vsize=19063512 memory=10752 CPUtime=2.84 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) R 31820 31836 31759 0 -1 4194368 6447 0 0 0 281 3 0 0 20 0 20 0 38942628 19521036288 67642 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 67642 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 67642 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31902] ppid=31820 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/31836/task/31902/stat : 31902 (Timer-0) S 31820 31836 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942684 19521036288 67642 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 4.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 270568 KiB

[startup+6.30021 s]
/proc/loadavg: 0.74 0.99 1.47 6/341 31906
/proc/meminfo: memFree=127286996/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=19063512 memory=491768 CPUtime=7.74 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 19150 0 0 0 762 12 0 0 20 0 20 0 38942626 19521036288 122942 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4765878 122942 5533 1 0 1059527 0
[pid=31836/tid=31864] ppid=31820 vsize=19063512 memory=0 CPUtime=5.95 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) R 31820 31836 31759 0 -1 4194368 6967 0 0 0 589 6 0 0 20 0 20 0 38942628 19521036288 122942 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 122942 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 122942 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31902] ppid=31820 vsize=19063512 memory=225112 CPUtime=0 cores=5,7
/proc/31836/task/31902/stat : 31902 (Timer-0) S 31820 31836 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942684 19521036288 122942 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 7.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 491768 KiB

[startup+12.7002 s]
/proc/loadavg: 1.33 1.10 1.51 5/341 31906
/proc/meminfo: memFree=125740956/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=19063512 memory=1008060 CPUtime=14.57 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 24366 0 0 0 1434 23 0 0 20 0 20 0 38942626 19521036288 252015 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4765878 252015 5533 1 0 1059538 0
[pid=31836/tid=31864] ppid=31820 vsize=19063512 memory=10752 CPUtime=11.95 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) S 31820 31836 31759 0 -1 4194368 7828 0 0 0 1188 7 0 0 20 0 20 0 38942628 19521036288 252015 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=19063512 memory=225112 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 252015 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 252015 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31902] ppid=31820 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/31836/task/31902/stat : 31902 (Timer-0) S 31820 31836 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942684 19521036288 252015 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 14.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1008060 KiB

[startup+25.5002 s]
/proc/loadavg: 1.74 1.20 1.53 7/341 31906
/proc/meminfo: memFree=122000036/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=19063512 memory=1906276 CPUtime=27.91 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 26955 0 0 0 2750 41 0 0 20 0 20 0 38942626 19521036288 476569 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4765878 476569 5533 1 0 1180694 0
[pid=31836/tid=31864] ppid=31820 vsize=19063512 memory=0 CPUtime=24.12 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) R 31820 31836 31759 0 -1 4194368 8390 0 0 0 2402 10 0 0 20 0 20 0 38942628 19521036288 476569 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 476569 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 476569 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31902] ppid=31820 vsize=19063512 memory=225112 CPUtime=0 cores=5,7
/proc/31836/task/31902/stat : 31902 (Timer-0) S 31820 31836 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942684 19521036288 476569 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 27.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1906276 KiB

[startup+51.1059 s]
/proc/loadavg: 2.63 1.45 1.61 5/341 31906
/proc/meminfo: memFree=116338832/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=19063512 memory=2997100 CPUtime=54.36 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 29864 0 0 0 5373 63 0 0 20 0 20 0 38942626 19521036288 749275 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4765878 749275 5533 1 0 1297673 0
[pid=31836/tid=31864] ppid=31820 vsize=19063512 memory=225112 CPUtime=48.79 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) R 31820 31836 31759 0 -1 4194368 9611 0 0 0 4865 14 0 0 20 0 20 0 38942628 19521036288 749275 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=19063512 memory=2997100 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 749275 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=19063512 memory=2882352 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 749275 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31902] ppid=31820 vsize=19063512 memory=14848 CPUtime=0 cores=5,7

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

[startup+3102.3 s]
/proc/loadavg: 4.45 4.46 4.32 5/339 32075
/proc/meminfo: memFree=77785112/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=19063512 memory=14776788 CPUtime=3238.06 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 280159 0 0 0 323392 414 0 0 20 0 20 0 38942626 19521036288 3694197 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4765878 3694197 5533 1 0 4083002 0
[pid=31836/tid=31864] ppid=31820 vsize=19063512 memory=4380 CPUtime=2986.23 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) R 31820 31836 31759 0 -1 4194368 136947 0 0 0 298548 75 0 0 20 0 20 0 38942628 19521036288 3694197 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 3694197 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=19063512 memory=14776788 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 1370 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 3694197 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31902] ppid=31820 vsize=19063512 memory=7165352523811205687 CPUtime=0 cores=5,7
/proc/31836/task/31902/stat : 31902 (Timer-0) S 31820 31836 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942684 19521036288 3694197 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 3238.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14776788 KiB

[startup+3162.3 s]
/proc/loadavg: 4.62 4.54 4.36 5/340 32078
/proc/meminfo: memFree=77785024/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=19063512 memory=14776788 CPUtime=3300.01 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 284073 0 0 0 329585 416 0 0 20 0 20 0 38942626 19521036288 3694197 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4765878 3694197 5533 1 0 4083002 0
[pid=31836/tid=31864] ppid=31820 vsize=19063512 memory=4380 CPUtime=3044 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) R 31820 31836 31759 0 -1 4194368 139593 0 0 0 304324 76 0 0 20 0 20 0 38942628 19521036288 3694197 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=19063512 memory=14776788 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 3694197 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=19063512 memory=14776788 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 1405 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 3694197 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31902] ppid=31820 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/31836/task/31902/stat : 31902 (Timer-0) S 31820 31836 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942684 19521036288 3694197 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 3300.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14776788 KiB

[startup+3222.3 s]
/proc/loadavg: 4.49 4.50 4.36 5/340 32212
/proc/meminfo: memFree=93658264/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=19063512 memory=14776788 CPUtime=3362.32 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 290831 0 0 0 335814 418 0 0 20 0 20 0 38942626 19521036288 3694197 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4765878 3694197 5533 1 0 4083002 0
[pid=31836/tid=31864] ppid=31820 vsize=19063512 memory=4380 CPUtime=3101.39 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) R 31820 31836 31759 0 -1 4194368 143653 0 0 0 310063 76 0 0 20 0 20 0 38942628 19521036288 3694197 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=19063512 memory=14776788 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 3694197 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=19063512 memory=-6000919507116387180 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 1455 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 3694197 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31902] ppid=31820 vsize=19063512 memory=14776788 CPUtime=0 cores=5,7
/proc/31836/task/31902/stat : 31902 (Timer-0) S 31820 31836 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942684 19521036288 3694197 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 3362.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14776788 KiB

[startup+3282.3 s]
/proc/loadavg: 4.36 4.46 4.35 5/339 32280
/proc/meminfo: memFree=93417016/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=19063512 memory=14777044 CPUtime=3427.86 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 297658 0 0 0 342365 421 0 0 20 0 20 0 38942626 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4765878 3694261 5533 1 0 4083060 0
[pid=31836/tid=31864] ppid=31820 vsize=19063512 memory=14777044 CPUtime=3159.16 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) R 31820 31836 31759 0 -1 4194368 146186 0 0 0 315840 76 0 0 20 0 20 0 38942628 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 1464 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31902] ppid=31820 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/31836/task/31902/stat : 31902 (Timer-0) S 31820 31836 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942684 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 3427.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14777044 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.40 4.34 5/340 32478
/proc/meminfo: memFree=93144576/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=19063512 memory=14777044 CPUtime=3489.84 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 303844 0 0 0 348562 422 0 0 20 0 20 0 38942626 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4765878 3694261 5533 1 0 4083060 0
[pid=31836/tid=31864] ppid=31820 vsize=19063512 memory=3328 CPUtime=3216.92 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) R 31820 31836 31759 0 -1 4194368 150357 0 0 0 321616 76 0 0 20 0 20 0 38942628 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=19063512 memory=14777044 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 1534 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31902] ppid=31820 vsize=19063512 memory=14777044 CPUtime=0 cores=5,7
/proc/31836/task/31902/stat : 31902 (Timer-0) S 31820 31836 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942684 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 3489.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14777044 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.37 4.33 5/340 32546
/proc/meminfo: memFree=105175212/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=19063512 memory=14777044 CPUtime=3552.41 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 308111 0 0 0 354817 424 0 0 20 0 20 0 38942626 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4765878 3694261 5533 1 0 4083060 0
[pid=31836/tid=31864] ppid=31820 vsize=19063512 memory=14776788 CPUtime=3274.08 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) R 31820 31836 31759 0 -1 4194368 153003 0 0 0 327331 77 0 0 20 0 20 0 38942628 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=19063512 memory=14776788 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 1601 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31902] ppid=31820 vsize=19063512 memory=14777044 CPUtime=0 cores=5,7
/proc/31836/task/31902/stat : 31902 (Timer-0) S 31820 31836 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942684 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 3552.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14777044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3446.11 s]
/proc/loadavg: 4.30 4.37 4.33 5/340 32548
/proc/meminfo: memFree=103996008/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=19063512 memory=14777044 CPUtime=3600.07 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 314943 0 0 0 359580 427 0 0 20 0 20 0 38942626 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4765878 3694261 5533 1 0 4083072 0
[pid=31836/tid=31864] ppid=31820 vsize=19063512 memory=14776788 CPUtime=3316.3 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) R 31820 31836 31759 0 -1 4194368 156490 0 0 0 331553 77 0 0 20 0 20 0 38942628 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38942630 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=19063512 memory=14777044 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 1601 0 0 0 0 0 0 0 20 0 20 0 38942631 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31902] ppid=31820 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/31836/task/31902/stat : 31902 (Timer-0) S 31820 31836 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38942684 19521036288 3694261 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14777044 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.94 s, system=4.32319 s

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

[startup+3446.21 s]
/proc/loadavg: 4.30 4.37 4.33 5/340 32548
/proc/meminfo: memFree=103996008/131249988 swapFree=33010684/33010684
[pid=31836] ppid=31820 vsize=19263204 memory=14777936 CPUtime=3600.22 cores=5,7
/proc/31836/stat : 31836 (java) S 31820 31836 31759 0 -1 4194304 316418 0 0 0 359594 428 0 0 20 0 15 0 38942626 19725520896 3694484 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
/proc/31836/statm: 4815801 3694484 5565 1 0 4083999 0
[pid=31836/tid=31864] ppid=31820 vsize=19263204 memory=245635481903 CPUtime=3316.32 cores=5,7
/proc/31836/task/31864/stat : 31864 (java) S 31820 31836 31759 0 -1 4194368 156526 0 0 0 331555 77 0 0 20 0 15 0 38942628 19725520896 3694484 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31881] ppid=31820 vsize=19263204 memory=54113165640434 CPUtime=0 cores=5,7
/proc/31836/task/31881/stat : 31881 (Finalizer) S 31820 31836 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 38942630 19725520896 3694484 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
[pid=31836/tid=31896] ppid=31820 vsize=19263204 memory=3835156142619885600 CPUtime=0 cores=5,7
/proc/31836/task/31896/stat : 31896 (Common-Cleaner) S 31820 31836 31759 0 -1 4194368 1601 0 0 0 0 0 0 0 20 0 15 0 38942631 19725520896 3694484 18446744073709551615 94790532521984 94790532525680 140735906769744 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94790532533496 94790532534288 94790556250112 140735906773377 140735906773478 140735906773478 140735906779080 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 14777936 KiB

Child status: 143

Real time (s): 3446.25
CPU time (s): 3600.27
CPU user time (s): 3595.94
CPU system time (s): 4.32319
CPU usage (%): 104.469
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 14777936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.94
system time used= 4.32319
maximum resident set size= 14778068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316444
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118195
involuntary context switches= 12178


# summary of solver processes directly reported to runsolver:
#   pid: 31836
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3595.94
#   total CPU system time (s): 4.32319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.15088 second user time and 15.9073 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 23:30:51
IDJOB=4515210
IDBENCH=164250
IDSOLVER=3363
FILE ID=nodeC020/4515210-1751232650
RUNJOBID= nodeC020-1751232650-31772
SLURM_JOB_ID= 9587710
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-t1722.0.s.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515210-1751232650/watcher-4515210-1751232650 -o /tmp/evaluation-result-4515210-1751232650/solver-4515210-1751232650 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31772 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4515210-1751232650.opb

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

MD5SUM BENCH= 39768e28ba132eeb426131d5bb977045
RANDOM SEED=2074671419

nodeC020 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		: 3600.462
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.79
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		: 3598.545
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.79
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.984
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.79
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.903
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.79
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		: 3600.414
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.79
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		: 3571.213
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.79
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.010
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.79
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.915
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129643248 kB
MemAvailable:   129754956 kB
Buffers:            3280 kB
Cached:           918220 kB
SwapCached:            0 kB
Active:           385992 kB
Inactive:         610936 kB
Active(anon):      93484 kB
Inactive(anon):        0 kB
Active(file):     292508 kB
Inactive(file):   610936 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5476 kB
Writeback:             0 kB
AnonPages:         78560 kB
Mapped:           102492 kB
Shmem:             18056 kB
KReclaimable:      95004 kB
Slab:             182036 kB
SReclaimable:      95004 kB
SUnreclaim:        87032 kB
KernelStack:        4112 kB
PageTables:         2892 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     342900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC020 at 2025-06-30 00:28:17