Trace number 4516074

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.25 3572.48

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-lines-v3_shuffle/normalized-grid6_85.shuf-3.opb
MD5SUM6898f8c176df604869a5524822c88324
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 benchmark0.01995
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables510
Total number of constraints511
Number of constraints which are clauses510
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint510
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 514
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.20	c version PB25.v20250606
0.27/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.24	c java.vm.version	22.0.1+8-16
0.27/0.24	c java.vm.vendor	Oracle Corporation
0.27/0.24	c sun.arch.data.model	64
0.27/0.24	c java.version		22.0.1
0.27/0.24	c os.name		Linux
0.27/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.24	c os.arch		amd64
0.27/0.25	c Free memory 		2106806208
0.27/0.25	c Max memory 		16282288128
0.27/0.25	c Total memory 		2113929216
0.27/0.26	c Number of processors 	2
0.43/0.37	c Pseudo Boolean Optimization by upper bound
0.43/0.37	c --- Begin Solver configuration ---
0.43/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.43/0.37	c Learn all clauses as in MiniSAT
0.43/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.43/0.37	c Expensive reason simplification
0.43/0.37	c Glucose 2.1 dynamic restart strategy
0.43/0.37	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.43/0.37	c timeout=2147483s
0.43/0.37	c DB Simplification allowed=false
0.43/0.37	c Listener: none
0.43/0.37	c --- End Solver configuration ---
0.43/0.37	c solving HOME/instance-4516074-1751237252.opb
0.43/0.37	c reading problem ... 
0.43/0.38	c  no objective function found
0.60/0.49	c ... done. Wall clock time 0.104s.
0.60/0.49	c declared #vars     510
0.60/0.50	c #constraints  511
0.60/0.50	c constraints type 
0.60/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 510
0.60/0.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.60/0.50	c 511 constraints processed.
2.69/1.54	c cleaning 2501 clauses out of 5002 with flag 10853/5002
3.52/2.01	c cleaning 4248 clauses out of 8499 with flag 23900/11000
4.06/2.49	c cleaning 5625 clauses out of 11252 with flag 39073/18001
4.90/3.21	c cleaning 6814 clauses out of 13628 with flag 56441/26002
6.11/4.47	c cleaning 7906 clauses out of 15813 with flag 76050/35001
7.65/5.92	c cleaning 8953 clauses out of 17906 with flag 97930/45000
9.40/7.54	c cleaning 9974 clauses out of 19953 with flag 121942/56000
10.67/8.77	c cleaning 10990 clauses out of 21979 with flag 148212/68000
11.76/9.88	c cleaning 11993 clauses out of 23989 with flag 176376/81000
13.52/11.50	c cleaning 12994 clauses out of 25996 with flag 206841/95000
15.25/13.08	c cleaning 14000 clauses out of 28002 with flag 239589/110000
16.74/14.56	c cleaning 15001 clauses out of 30002 with flag 274418/126000
19.54/17.24	c cleaning 16002 clauses out of 32003 with flag 311663/143002
22.24/19.95	c cleaning 17000 clauses out of 34000 with flag 351179/161001
24.43/22.03	c cleaning 17997 clauses out of 35999 with flag 392729/180000
26.83/24.38	c cleaning 18999 clauses out of 38002 with flag 436384/200000
28.82/26.32	c cleaning 19997 clauses out of 40004 with flag 482177/221001
32.91/30.31	c cleaning 21001 clauses out of 42006 with flag 530100/243000
36.02/33.35	c cleaning 22002 clauses out of 44005 with flag 580301/266000
39.22/36.59	c cleaning 23002 clauses out of 46003 with flag 632609/290000
43.25/40.48	c cleaning 24001 clauses out of 48001 with flag 687380/315000
47.46/44.57	c cleaning 24995 clauses out of 50000 with flag 744344/341000
51.93/49.03	c cleaning 26000 clauses out of 52006 with flag 803442/368001
56.83/53.80	c cleaning 27003 clauses out of 54006 with flag 864882/396001
62.03/58.93	c cleaning 28002 clauses out of 56003 with flag 928278/425001
66.40/63.19	c cleaning 29000 clauses out of 58001 with flag 993704/455001
70.78/67.59	c cleaning 30001 clauses out of 60001 with flag 1061230/486001
76.46/73.12	c cleaning 31000 clauses out of 62000 with flag 1131225/518001
83.48/80.10	c cleaning 31999 clauses out of 63999 with flag 1203204/551000
90.79/87.21	c cleaning 32998 clauses out of 66001 with flag 1277366/585001
98.52/93.95	c cleaning 34002 clauses out of 68003 with flag 1353707/620001
105.62/100.96	c cleaning 34996 clauses out of 70000 with flag 1432886/656000
113.65/108.86	c cleaning 35998 clauses out of 72005 with flag 1514019/693001
122.02/117.22	c cleaning 37001 clauses out of 74007 with flag 1597490/731001
131.58/126.73	c cleaning 38003 clauses out of 76006 with flag 1683375/770001
141.86/136.94	c cleaning 38998 clauses out of 78002 with flag 1770746/810000
150.52/145.58	c cleaning 40002 clauses out of 80004 with flag 1860680/851000
159.34/154.30	c cleaning 40998 clauses out of 82002 with flag 1952635/893000
169.11/164.01	c cleaning 42003 clauses out of 84006 with flag 2046743/936002
179.62/174.53	c cleaning 42997 clauses out of 86001 with flag 2142399/980000
191.00/185.86	c cleaning 43995 clauses out of 88004 with flag 2239831/1025000
204.06/198.86	c cleaning 45003 clauses out of 90010 with flag 2340465/1071001
215.88/210.50	c cleaning 46001 clauses out of 92006 with flag 2443569/1118000
229.88/224.40	c cleaning 47001 clauses out of 94005 with flag 2548985/1166000
241.18/235.65	c cleaning 48002 clauses out of 96005 with flag 2656232/1215001
253.26/247.68	c cleaning 48990 clauses out of 98002 with flag 2765382/1265000
264.54/258.98	c cleaning 50000 clauses out of 100013 with flag 2876911/1316001
277.74/270.45	c cleaning 51001 clauses out of 102012 with flag 2990831/1368000
291.15/283.75	c cleaning 52003 clauses out of 104011 with flag 3106174/1421000
304.65/297.12	c cleaning 52998 clauses out of 106008 with flag 3223945/1475000
316.87/309.13	c cleaning 54000 clauses out of 108010 with flag 3344493/1530000
334.18/326.39	c cleaning 55001 clauses out of 110010 with flag 3467173/1586000
346.29/338.39	c cleaning 55998 clauses out of 112009 with flag 3592056/1643000
363.25/354.95	c cleaning 56998 clauses out of 114011 with flag 3718434/1701000
378.00/369.59	c cleaning 58007 clauses out of 116014 with flag 3847250/1760001
394.29/384.59	c cleaning 59000 clauses out of 118008 with flag 3978045/1820002
410.46/400.60	c cleaning 59999 clauses out of 120006 with flag 4111484/1881000
429.73/419.80	c cleaning 61002 clauses out of 122008 with flag 4247424/1943001
447.85/437.85	c cleaning 62001 clauses out of 124006 with flag 4385330/2006001
469.48/459.30	c cleaning 62994 clauses out of 126004 with flag 4525505/2070000
484.48/474.03	c cleaning 64002 clauses out of 128011 with flag 4668101/2135001
501.87/491.30	c cleaning 65004 clauses out of 130008 with flag 4812344/2201000
517.66/506.91	c cleaning 66000 clauses out of 132004 with flag 4959275/2268000
535.84/525.00	c cleaning 67000 clauses out of 134006 with flag 5109264/2336002
557.13/546.17	c cleaning 67994 clauses out of 136004 with flag 5260917/2405000
576.64/565.40	c cleaning 69002 clauses out of 138011 with flag 5414248/2475001
599.66/588.22	c cleaning 70004 clauses out of 140008 with flag 5569985/2546000
625.79/614.32	c cleaning 70993 clauses out of 142004 with flag 5727400/2618000
653.98/642.34	c cleaning 72006 clauses out of 144012 with flag 5887673/2691001
686.54/674.03	c cleaning 73000 clauses out of 146005 with flag 6049619/2765000
715.11/702.46	c cleaning 73999 clauses out of 148006 with flag 6213734/2840001
739.83/727.11	c cleaning 75000 clauses out of 150008 with flag 6380053/2916002
764.20/751.13	c cleaning 75994 clauses out of 152006 with flag 6547803/2993000
785.41/772.24	c cleaning 77003 clauses out of 154012 with flag 6718172/3071000
810.28/796.89	c cleaning 77998 clauses out of 156010 with flag 6890752/3150001
832.72/819.11	c cleaning 79001 clauses out of 158011 with flag 7066049/3230000
858.79/845.02	c cleaning 80003 clauses out of 160010 with flag 7244031/3311000
884.66/870.73	c cleaning 81003 clauses out of 162007 with flag 7423493/3393000
910.22/896.24	c cleaning 82000 clauses out of 164004 with flag 7604660/3476000
933.23/918.90	c cleaning 82998 clauses out of 166005 with flag 7788548/3560001
961.96/947.46	c cleaning 83997 clauses out of 168007 with flag 7974580/3645001
998.36/983.71	c cleaning 85001 clauses out of 170009 with flag 8162237/3731000
1032.64/1017.83	c cleaning 86001 clauses out of 172009 with flag 8352689/3818001
1068.35/1053.29	c cleaning 87000 clauses out of 174007 with flag 8545187/3906000
1109.88/1093.16	c cleaning 88003 clauses out of 176007 with flag 8740052/3995000
1153.67/1136.79	c cleaning 89001 clauses out of 178004 with flag 8937394/4085000
1194.78/1177.70	c cleaning 89997 clauses out of 180004 with flag 9136293/4176001
1237.48/1220.35	c cleaning 91004 clauses out of 182007 with flag 9337893/4268001
1274.71/1257.37	c cleaning 92002 clauses out of 184003 with flag 9541598/4361001
1317.42/1299.91	c cleaning 93000 clauses out of 186002 with flag 9747160/4455002
1370.31/1352.58	c cleaning 93992 clauses out of 188000 with flag 9954682/4550000
1396.50/1378.63	c cleaning 94999 clauses out of 190008 with flag 10164706/4646000
1431.65/1413.63	c cleaning 96001 clauses out of 192010 with flag 10377189/4743001
1462.77/1444.44	c cleaning 96998 clauses out of 194009 with flag 10591250/4841001
1504.62/1486.18	c cleaning 98005 clauses out of 196010 with flag 10807695/4940000
1547.56/1528.84	c cleaning 98999 clauses out of 198005 with flag 11026024/5040000
1589.54/1570.78	c cleaning 100001 clauses out of 200006 with flag 11247034/5141000
1635.70/1616.75	c cleaning 100999 clauses out of 202006 with flag 11470306/5243001
1673.50/1654.27	c cleaning 101993 clauses out of 204007 with flag 11695719/5346001
1719.94/1700.52	c cleaning 103005 clauses out of 206013 with flag 11923475/5450000
1772.21/1752.54	c cleaning 104000 clauses out of 208009 with flag 12152946/5555001
1830.37/1809.71	c cleaning 105004 clauses out of 210008 with flag 12385388/5661000
1884.98/1864.39	c cleaning 106002 clauses out of 212005 with flag 12618987/5768001
1949.15/1928.28	c cleaning 107000 clauses out of 214002 with flag 12854843/5876000
1994.55/1973.43	c cleaning 107994 clauses out of 216003 with flag 13092716/5985001
2040.01/2018.75	c cleaning 108997 clauses out of 218009 with flag 13332781/6095001
2084.85/2063.52	c cleaning 110003 clauses out of 220012 with flag 13576405/6206001
2137.32/2115.63	c cleaning 111000 clauses out of 222008 with flag 13821359/6318000
2208.44/2186.56	c cleaning 112002 clauses out of 224008 with flag 14068025/6431000
2256.19/2234.16	c cleaning 113003 clauses out of 226007 with flag 14316664/6545001
2321.63/2299.54	c cleaning 114000 clauses out of 228004 with flag 14568372/6660001
2389.02/2366.54	c cleaning 114994 clauses out of 230005 with flag 14821974/6776002
2460.69/2438.05	c cleaning 116002 clauses out of 232010 with flag 15077100/6893001
2531.56/2508.90	c cleaning 116999 clauses out of 234007 with flag 15333890/7011000
2607.15/2584.05	c cleaning 118004 clauses out of 236008 with flag 15593698/7130000
2682.49/2659.23	c cleaning 118990 clauses out of 238004 with flag 15856361/7250000
2752.02/2728.77	c cleaning 120005 clauses out of 240015 with flag 16120548/7371001
2832.66/2808.92	c cleaning 121004 clauses out of 242011 with flag 16387384/7493002
2913.94/2890.04	c cleaning 122003 clauses out of 244006 with flag 16655948/7616001
2977.84/2953.83	c cleaning 122987 clauses out of 246002 with flag 16926784/7740000
3034.28/3009.97	c cleaning 124000 clauses out of 248015 with flag 17200157/7865000
3088.80/3064.24	c cleaning 125005 clauses out of 250016 with flag 17476379/7991001
3157.31/3130.90	c cleaning 126002 clauses out of 252012 with flag 17754172/8118002
3230.45/3203.88	c cleaning 127004 clauses out of 254008 with flag 18034338/8246000
3304.98/3278.12	c cleaning 127997 clauses out of 256004 with flag 18316300/8375000
3372.00/3344.94	c cleaning 128996 clauses out of 258008 with flag 18600143/8505001
3442.80/3415.59	c cleaning 130002 clauses out of 260011 with flag 18886206/8636000
3522.08/3494.61	c cleaning 130997 clauses out of 262010 with flag 19174761/8768001
3598.13/3570.43	c cleaning 131991 clauses out of 264012 with flag 19465296/8901000
3600.02/3572.32	c timeout
3600.02/3572.35	c starts		: 1
3600.02/3572.35	c conflicts		: 8909521
3600.02/3572.35	c decisions		: 9538712
3600.02/3572.35	c propagations		: 79363525
3600.02/3572.35	c inspects		: 12030532150
3600.02/3572.35	c shortcuts		: 0
3600.02/3572.35	c learnt literals	: 0
3600.02/3572.35	c learnt binary clauses	: 0
3600.02/3572.35	c learnt ternary clauses	: 0
3600.02/3572.35	c learnt constraints	: 8909521
3600.02/3572.35	c ignored constraints	: 0
3600.02/3572.35	c root simplifications	: 0
3600.02/3572.36	c removed literals (reason simplification)	: 121281089
3600.02/3572.36	c reason swapping (by a shorter reason)	: 0
3600.02/3572.36	c Calls to reduceDB	: 129
3600.02/3572.36	c Number of update (reduction) of LBD	: 136110
3600.02/3572.36	c Imported unit clauses	: 0
3600.02/3572.36	c No decision after first conflict	: false
3600.02/3572.36	c number of reductions to clauses (during analyze)	: 0
3600.02/3572.36	c number of learned constraints concerned by reduction	: 0
3600.02/3572.36	c number of learning phase by resolution	: 0
3600.02/3572.36	c number of learning phase by cutting planes	: 0
3600.02/3572.36	c number of rounding to 1 operations	: 0
3600.02/3572.36	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3572.36	c number of reductions of the coefficients by power 2 	: 0
3600.02/3572.36	c number of right shift for reduction by power 2 	: 0
3600.02/3572.36	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3572.36	c number of ending skipping 	: 0
3600.02/3572.37	c number of internal skipping 	: 0
3600.02/3572.37	c number of derivation steps 	: 0
3600.02/3572.37	c number of skipped derivation steps 	: 0
3600.02/3572.37	c number of remaining unassigned 	: 0
3600.02/3572.37	c number of remaining assigned 	: 0
3600.02/3572.37	c number of falsified literals weakened from reason	: 0
3600.02/3572.37	c number of falsified literals weakened from conflict	: 0
3600.02/3572.37	c time for arithmetic operations	: 0
3600.02/3572.38	c minimum degree of deleted constraints	: null
3600.02/3572.38	c maximum degree of deleted constraints	: null
3600.02/3572.38	c number of deleted constraints	: 0
3600.02/3572.38	c speed (assignments/second)	: 22219.022064894245
3600.02/3572.38	c non guided choices	: 197
3600.17/3572.43	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 140542
3600.17/3572.44	s UNKNOWN
3600.17/3572.44	c Total wall clock time (in seconds): 3572.065

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516074-1751237252/watcher-4516074-1751237252 -o /tmp/evaluation-result-4516074-1751237252/solver-4516074-1751237252 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751237252-34857 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4516074-1751237252.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 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=34903, runsolver pid=34898

[startup+0.100071 s]*
/proc/loadavg: 1.08 1.49 2.62 9/319 34984
/proc/meminfo: memFree=129811456/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=18930344 memory=45552 CPUtime=0.09 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 5437 0 23 0 5 4 0 0 20 0 18 0 39404559 19384672256 11388 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4732586 11388 4923 1 0 546678 0
[pid=34903/tid=34917] ppid=34898 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) R 34898 34903 32092 0 -1 4194368 4576 0 23 0 4 2 0 0 20 0 18 0 39404561 19384672256 11388 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=18930344 memory=13926 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39404567 19384672256 11388 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=18930344 memory=57394570986489 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39404568 19384672256 11388 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45552 KiB

[startup+0.215646 s]*
/proc/loadavg: 1.08 1.49 2.62 6/319 34984
/proc/meminfo: memFree=129794524/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=18930384 memory=49904 CPUtime=0.27 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 6137 0 23 0 22 5 0 0 20 0 18 0 39404559 19384713216 12476 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4732596 12476 5371 1 0 547233 0
[pid=34903/tid=34917] ppid=34898 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) R 34898 34903 32092 0 -1 4194368 4981 0 23 0 14 3 0 0 20 0 18 0 39404561 19384713216 12476 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=18930384 memory=13926 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39404567 19384713216 12476 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39404568 19384713216 12476 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49904 KiB

[startup+0.315 s]*
/proc/loadavg: 1.08 1.49 2.62 7/319 34984
/proc/meminfo: memFree=129764972/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=18930384 memory=58404 CPUtime=0.43 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 6702 0 23 0 37 6 0 0 20 0 18 0 39404559 19384713216 14601 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4732596 14601 5371 1 0 547721 0
[pid=34903/tid=34917] ppid=34898 vsize=18930384 memory=-6000919476934174828 CPUtime=0.25 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) R 34898 34903 32092 0 -1 4194368 5140 0 23 0 22 3 0 0 20 0 18 0 39404561 19384713216 14601 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39404567 19384713216 14601 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39404568 19384713216 14601 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58404 KiB

[startup+0.700301 s]
/proc/loadavg: 1.08 1.49 2.62 11/306 34990
/proc/meminfo: memFree=129749476/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=18996948 memory=65776 CPUtime=1.11 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 7645 0 23 0 104 7 0 0 20 0 19 0 39404559 19452874752 16444 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4749237 16444 5435 1 0 548523 0
[pid=34903/tid=34917] ppid=34898 vsize=18996948 memory=17408 CPUtime=0.52 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) R 34898 34903 32092 0 -1 4194368 5313 0 23 0 49 3 0 0 20 0 19 0 39404561 19452874752 16444 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39404567 19452874752 16444 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39404568 19452874752 16444 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34990] ppid=34898 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/34903/task/34990/stat : 34990 (Timer-0) S 34898 34903 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39404610 19452874752 16444 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65776 KiB

[startup+1.5003 s]
/proc/loadavg: 1.08 1.49 2.62 7/301 34998
/proc/meminfo: memFree=129724672/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=18996948 memory=94464 CPUtime=2.69 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 14777 0 23 0 259 10 0 0 20 0 19 0 39404559 19452874752 23616 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4749237 23616 5435 1 0 551044 0
[pid=34903/tid=34917] ppid=34898 vsize=18996948 memory=0 CPUtime=1.29 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) R 34898 34903 32092 0 -1 4194368 5569 0 23 0 125 4 0 0 20 0 19 0 39404561 19452874752 23616 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39404567 19452874752 23616 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39404568 19452874752 23616 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34990] ppid=34898 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/34903/task/34990/stat : 34990 (Timer-0) S 34898 34903 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39404610 19452874752 23616 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 94464 KiB

[startup+3.10584 s]
/proc/loadavg: 1.08 1.49 2.62 7/326 35057
/proc/meminfo: memFree=129401168/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=19063512 memory=202996 CPUtime=4.81 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 17784 0 23 0 467 14 0 0 20 0 20 0 39404559 19521036288 50749 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4765878 50749 5467 1 0 551565 0
[pid=34903/tid=34917] ppid=34898 vsize=19063512 memory=11264 CPUtime=2.81 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) R 34898 34903 32092 0 -1 4194368 6687 0 23 0 275 6 0 0 20 0 20 0 39404561 19521036288 50749 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=19063512 memory=-6000919472639207532 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404567 19521036288 50749 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 50749 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34990] ppid=34898 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/34903/task/34990/stat : 34990 (Timer-0) S 34898 34903 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404610 19521036288 50749 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 4.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 202996 KiB

[startup+6.30037 s]
/proc/loadavg: 1.47 1.56 2.64 5/328 35059
/proc/meminfo: memFree=129075040/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=19063512 memory=262024 CPUtime=8.04 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 18017 0 23 0 788 16 0 0 20 0 20 0 39404559 19521036288 65506 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4765878 65506 5467 1 0 551566 0
[pid=34903/tid=34917] ppid=34898 vsize=19063512 memory=0 CPUtime=5.81 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) R 34898 34903 32092 0 -1 4194368 6712 0 23 0 574 7 0 0 20 0 20 0 39404561 19521036288 65506 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404567 19521036288 65506 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 65506 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34990] ppid=34898 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/34903/task/34990/stat : 34990 (Timer-0) S 34898 34903 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404610 19521036288 65506 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 8.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 262024 KiB

[startup+12.7004 s]
/proc/loadavg: 1.76 1.62 2.65 5/328 35059
/proc/meminfo: memFree=128492884/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=19063512 memory=442140 CPUtime=14.92 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 22218 0 23 0 1472 20 0 0 20 0 20 0 39404559 19521036288 110535 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4765878 110535 5467 1 0 551582 0
[pid=34903/tid=34917] ppid=34898 vsize=19063512 memory=11264 CPUtime=11.86 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) S 34898 34903 32092 0 -1 4194368 7557 0 23 0 1179 7 0 0 20 0 20 0 39404561 19521036288 110535 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404567 19521036288 110535 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 110535 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34990] ppid=34898 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/34903/task/34990/stat : 34990 (Timer-0) S 34898 34903 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404610 19521036288 110535 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 14.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 442140 KiB

[startup+25.5005 s]
/proc/loadavg: 2.25 1.74 2.67 5/328 35059
/proc/meminfo: memFree=126826288/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=19063512 memory=872784 CPUtime=28.02 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 25672 0 23 0 2770 32 0 0 20 0 20 0 39404559 19521036288 218196 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4765878 218196 5467 1 0 808503 0
[pid=34903/tid=34917] ppid=34898 vsize=19063512 memory=0 CPUtime=24.14 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) R 34898 34903 32092 0 -1 4194368 8272 0 23 0 2403 11 0 0 20 0 20 0 39404561 19521036288 218196 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=19063512 memory=755944 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404567 19521036288 218196 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 218196 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34990] ppid=34898 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/34903/task/34990/stat : 34990 (Timer-0) S 34898 34903 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404610 19521036288 218196 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 28.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 872784 KiB

[startup+51.1057 s]
/proc/loadavg: 3.01 1.95 2.72 5/328 35059
/proc/meminfo: memFree=123992216/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=19063512 memory=1550076 CPUtime=54.14 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 28048 0 23 0 5366 48 0 0 20 0 20 0 39404559 19521036288 387519 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4765878 387519 5499 1 0 940103 0
[pid=34903/tid=34917] ppid=34898 vsize=19063512 memory=1422952 CPUtime=48.92 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) R 34898 34903 32092 0 -1 4194368 8908 0 23 0 4878 14 0 0 20 0 20 0 39404561 19521036288 387519 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=19063512 memory=1422952 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404567 19521036288 387519 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=19063512 memory=1248804 CPUtime=0 cores=4,6

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

[startup+3222.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/328 35229
/proc/meminfo: memFree=99512436/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=19063512 memory=8193872 CPUtime=3248.89 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 147217 0 23 0 324499 390 0 0 20 0 20 0 39404559 19521036288 2048468 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4765878 2048468 5499 1 0 2641490 0
[pid=34903/tid=34917] ppid=34898 vsize=19063512 memory=14720 CPUtime=3184.85 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) R 34898 34903 32092 0 -1 4194368 72500 0 23 0 318429 56 0 0 20 0 20 0 39404561 19521036288 2048468 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=19063512 memory=7295604 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404567 19521036288 2048468 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 1249 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 2048468 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34990] ppid=34898 vsize=19063512 memory=8193872 CPUtime=0 cores=4,6
/proc/34903/task/34990/stat : 34990 (Timer-0) S 34898 34903 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404610 19521036288 2048468 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 3248.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8193872 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.15 4.10 5/328 35231
/proc/meminfo: memFree=99401964/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=19063512 memory=8251288 CPUtime=3309.16 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 149490 0 23 0 330523 393 0 0 20 0 20 0 39404559 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4765878 2062822 5499 1 0 2641490 0
[pid=34903/tid=34917] ppid=34898 vsize=19063512 memory=8251288 CPUtime=3244.27 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) R 34898 34903 32092 0 -1 4194368 73490 0 23 0 324371 56 0 0 20 0 20 0 39404561 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=19063512 memory=8193872 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404567 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=19063512 memory=8193872 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 1306 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34990] ppid=34898 vsize=19063512 memory=8251288 CPUtime=0 cores=4,6
/proc/34903/task/34990/stat : 34990 (Timer-0) S 34898 34903 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404610 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 3309.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8251288 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.16 4.10 5/328 35233
/proc/meminfo: memFree=99379704/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=19063512 memory=8251288 CPUtime=3369.4 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 152144 0 23 0 336543 397 0 0 20 0 20 0 39404559 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4765878 2062822 5499 1 0 2641490 0
[pid=34903/tid=34917] ppid=34898 vsize=19063512 memory=5632 CPUtime=3303.72 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) R 34898 34903 32092 0 -1 4194368 75650 0 23 0 330316 56 0 0 20 0 20 0 39404561 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=19063512 memory=8251288 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404567 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 1306 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34990] ppid=34898 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/34903/task/34990/stat : 34990 (Timer-0) S 34898 34903 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404610 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 3369.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8251288 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.16 4.10 5/328 35235
/proc/meminfo: memFree=99375500/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=19063512 memory=8251288 CPUtime=3429.62 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 155614 0 23 0 342563 399 0 0 20 0 20 0 39404559 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4765878 2062822 5499 1 0 2641490 0
[pid=34903/tid=34917] ppid=34898 vsize=19063512 memory=17408 CPUtime=3363.21 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) R 34898 34903 32092 0 -1 4194368 78041 0 23 0 336265 56 0 0 20 0 20 0 39404561 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404567 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=19063512 memory=8251288 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 1325 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34990] ppid=34898 vsize=19063512 memory=8251288 CPUtime=0 cores=4,6
/proc/34903/task/34990/stat : 34990 (Timer-0) S 34898 34903 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404610 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 3429.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8251288 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.16 4.10 5/327 35237
/proc/meminfo: memFree=99197440/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=19063512 memory=8251288 CPUtime=3489.84 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 158196 0 23 0 348580 404 0 0 20 0 20 0 39404559 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4765878 2062822 5499 1 0 2641490 0
[pid=34903/tid=34917] ppid=34898 vsize=19063512 memory=17408 CPUtime=3422.71 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) R 34898 34903 32092 0 -1 4194368 79656 0 23 0 342214 57 0 0 20 0 20 0 39404561 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=19063512 memory=8251288 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404567 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=19063512 memory=8251288 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 1344 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34990] ppid=34898 vsize=19063512 memory=8251288 CPUtime=0 cores=4,6
/proc/34903/task/34990/stat : 34990 (Timer-0) S 34898 34903 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404610 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 3489.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8251288 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.16 4.10 5/327 35241
/proc/meminfo: memFree=99099360/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=19063512 memory=8251288 CPUtime=3549.73 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 160423 0 23 0 354565 408 0 0 20 0 20 0 39404559 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4765878 2062822 5499 1 0 2641490 0
[pid=34903/tid=34917] ppid=34898 vsize=19063512 memory=8251288 CPUtime=3482.55 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) R 34898 34903 32092 0 -1 4194368 81827 0 23 0 348198 57 0 0 20 0 20 0 39404561 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404567 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 1344 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34990] ppid=34898 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/34903/task/34990/stat : 34990 (Timer-0) S 34898 34903 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404610 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 3549.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8251288 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3572.3 s]
/proc/loadavg: 4.30 4.20 4.12 4/304 35341
/proc/meminfo: memFree=118113940/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=19063512 memory=8251288 CPUtime=3600.02 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 162882 0 23 0 359592 410 0 0 20 0 20 0 39404559 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4765878 2062822 5499 1 0 2641490 0
[pid=34903/tid=34917] ppid=34898 vsize=19063512 memory=8251288 CPUtime=3532.04 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) R 34898 34903 32092 0 -1 4194368 83027 0 23 0 353147 57 0 0 20 0 20 0 39404561 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=19063512 memory=-6000919472639207532 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39404567 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 1384 0 0 0 0 0 0 0 20 0 20 0 39404568 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34990] ppid=34898 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/34903/task/34990/stat : 34990 (Timer-0) S 34898 34903 32092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39404610 19521036288 2062822 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8251288 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.12 s, system=4.13813 s

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

[startup+3572.41 s]
/proc/loadavg: 4.30 4.20 4.12 4/304 35341
/proc/meminfo: memFree=118113940/131382112 swapFree=33010684/33010684
[pid=34903] ppid=34898 vsize=19263204 memory=8252056 CPUtime=3600.17 cores=4,6
/proc/34903/stat : 34903 (java) S 34898 34903 32092 0 -1 4194304 164782 0 23 0 359606 411 0 0 20 0 21 0 39404559 19725520896 2063014 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
/proc/34903/statm: 4815801 2063014 5531 1 0 2642436 0
[pid=34903/tid=34917] ppid=34898 vsize=19263204 memory=-6000919472639207532 CPUtime=3532.06 cores=4,6
/proc/34903/task/34917/stat : 34917 (java) S 34898 34903 32092 0 -1 4194368 83441 0 23 0 353149 57 0 0 20 0 21 0 39404561 19725520896 2063014 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34951] ppid=34898 vsize=19263204 memory=1920 CPUtime=0 cores=4,6
/proc/34903/task/34951/stat : 34951 (Finalizer) S 34898 34903 32092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39404567 19725520896 2063014 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
[pid=34903/tid=34981] ppid=34898 vsize=19263204 memory=14720 CPUtime=0 cores=4,6
/proc/34903/task/34981/stat : 34981 (Common-Cleaner) S 34898 34903 32092 0 -1 4194368 1384 0 0 0 0 0 0 0 20 0 21 0 39404568 19725520896 2063014 18446744073709551615 94712742735872 94712742739568 140728345581760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94712742747384 94712742748176 94712773369856 140728345590145 140728345590246 140728345590246 140728345595848 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 8252056 KiB

Child status: 143

Real time (s): 3572.48
CPU time (s): 3600.25
CPU user time (s): 3596.12
CPU system time (s): 4.13813
CPU usage (%): 100.778
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 8252056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.12
system time used= 4.13813
maximum resident set size= 8252184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164942
page faults= 23
swaps= 0
block input operations= 0
block output operations= 3504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112048
involuntary context switches= 22786


# summary of solver processes directly reported to runsolver:
#   pid: 34903
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3596.12
#   total CPU system time (s): 4.13813

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9522 second user time and 40.6596 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-30 00:47:32
IDJOB=4516074
IDBENCH=169350
IDSOLVER=3363
FILE ID=nodeC005/4516074-1751237252
RUNJOBID= nodeC005-1751237252-34857
SLURM_JOB_ID= 9587711
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-lines-v3_shuffle/normalized-grid6_85.shuf-3.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516074-1751237252/watcher-4516074-1751237252 -o /tmp/evaluation-result-4516074-1751237252/solver-4516074-1751237252 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751237252-34857 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4516074-1751237252.opb

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

MD5SUM BENCH= 6898f8c176df604869a5524822c88324
RANDOM SEED=1564561397

nodeC005 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	: 0xb00001f
cpu MHz		: 1197.231
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.243
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.257
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.273
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.513
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.244
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.235
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.194
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129858372 kB
MemAvailable:   129943092 kB
Buffers:            3280 kB
Cached:           887904 kB
SwapCached:            0 kB
Active:           317332 kB
Inactive:         640032 kB
Active(anon):      84140 kB
Inactive(anon):        0 kB
Active(file):     233192 kB
Inactive(file):   640032 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2912 kB
Writeback:            52 kB
AnonPages:         69300 kB
Mapped:           102216 kB
Shmem:             17960 kB
KReclaimable:     102248 kB
Slab:             184692 kB
SReclaimable:     102248 kB
SUnreclaim:        82444 kB
KernelStack:        3812 kB
PageTables:         2648 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC005 at 2025-06-30 01:47:04