Trace number 4516183

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 VeriPB 2025-06-06? (TO) 3600.27 3466.18

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-large-v4/normalized-grid10_66.opb
MD5SUMa2dde96647bf619325e42e7e9df574d7
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.018446
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables660
Total number of constraints1321
Number of constraints which are clauses1320
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint660
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 329
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 989
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.09/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.11	c java.vm.version	22.0.1+8-16
0.09/0.11	c java.vm.vendor	Oracle Corporation
0.09/0.11	c sun.arch.data.model	64
0.09/0.11	c java.version		22.0.1
0.09/0.11	c os.name		Linux
0.09/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.11	c os.arch		amd64
0.09/0.11	c Free memory 		2104792832
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.15	c Pseudo Boolean Optimization by upper bound
0.09/0.15	c --- Begin Solver configuration ---
0.09/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.09/0.15	c Learn all clauses as in MiniSAT
0.09/0.15	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.15	c Expensive reason simplification
0.09/0.15	c Glucose 2.1 dynamic restart strategy
0.09/0.15	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.09/0.15	c timeout=2147483s
0.09/0.15	c DB Simplification allowed=false
0.09/0.15	c Listener: none
0.09/0.15	c --- End Solver configuration ---
0.09/0.15	c solving HOME/instance-4516183-1751237512.opb
0.09/0.15	c reading problem ... 
0.09/0.15	c using VERIPB proof format
0.09/0.15	c  no objective function found
0.27/0.22	c ... done. Wall clock time 0.067s.
0.27/0.22	c declared #vars     660
0.27/0.22	c #constraints  1321
0.27/0.22	c constraints type 
0.27/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1320
0.27/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.27/0.22	c 1321 constraints processed.
2.60/1.48	c cleaning 2500 clauses out of 5000 with flag 10666/5000
4.15/2.35	c cleaning 4251 clauses out of 8503 with flag 23468/11003
5.20/3.25	c cleaning 5624 clauses out of 11249 with flag 38444/18000
6.25/4.24	c cleaning 6813 clauses out of 13626 with flag 55571/26001
7.56/5.47	c cleaning 7907 clauses out of 15813 with flag 74753/35001
9.07/6.87	c cleaning 8954 clauses out of 17907 with flag 96021/45002
10.71/8.38	c cleaning 9975 clauses out of 19951 with flag 119599/56000
12.47/10.07	c cleaning 10988 clauses out of 21976 with flag 145002/68000
14.63/12.08	c cleaning 11987 clauses out of 23988 with flag 172627/81000
16.82/14.11	c cleaning 12999 clauses out of 26003 with flag 202285/95002
19.22/16.46	c cleaning 13999 clauses out of 28003 with flag 234271/110001
21.84/18.97	c cleaning 14997 clauses out of 30004 with flag 268224/126001
24.60/21.51	c cleaning 16000 clauses out of 32006 with flag 304584/143000
27.70/24.50	c cleaning 17000 clauses out of 34007 with flag 342879/161001
30.94/27.68	c cleaning 18003 clauses out of 36007 with flag 383309/180001
34.46/31.08	c cleaning 19003 clauses out of 38005 with flag 425817/200002
37.97/34.47	c cleaning 19997 clauses out of 40001 with flag 470697/221001
41.66/38.18	c cleaning 20998 clauses out of 42003 with flag 517376/243000
46.33/42.54	c cleaning 22003 clauses out of 44006 with flag 566291/266001
50.42/46.41	c cleaning 23002 clauses out of 46003 with flag 617352/290001
54.88/50.75	c cleaning 23997 clauses out of 48002 with flag 670652/315002
59.37/55.28	c cleaning 25002 clauses out of 50005 with flag 725895/341002
65.35/60.84	c cleaning 26000 clauses out of 52001 with flag 783355/368000
70.14/65.67	c cleaning 27001 clauses out of 54001 with flag 842902/396000
75.63/70.82	c cleaning 27999 clauses out of 56003 with flag 904372/425003
81.43/76.64	c cleaning 28995 clauses out of 58001 with flag 968330/455000
88.54/83.40	c cleaning 30004 clauses out of 60008 with flag 1034427/486002
95.04/89.89	c cleaning 31001 clauses out of 62002 with flag 1102411/518000
102.10/96.70	c cleaning 31999 clauses out of 64001 with flag 1172375/551000
109.20/103.62	c cleaning 33002 clauses out of 66005 with flag 1244391/585003
117.14/111.29	c cleaning 33997 clauses out of 68000 with flag 1318932/620000
125.45/119.49	c cleaning 35000 clauses out of 70004 with flag 1395205/656001
134.79/128.62	c cleaning 35999 clauses out of 72003 with flag 1473479/693000
144.51/138.24	c cleaning 37003 clauses out of 74006 with flag 1553794/731002
152.77/146.38	c cleaning 38001 clauses out of 76001 with flag 1636686/770000
163.00/156.26	c cleaning 38996 clauses out of 78000 with flag 1721747/810000
172.33/165.42	c cleaning 39997 clauses out of 80005 with flag 1809033/851001
182.16/175.14	c cleaning 41002 clauses out of 82007 with flag 1898467/893000
192.48/185.21	c cleaning 41998 clauses out of 84006 with flag 1990016/936001
203.99/196.60	c cleaning 43003 clauses out of 86008 with flag 2083571/980001
216.48/208.40	c cleaning 44000 clauses out of 88005 with flag 2179331/1025001
229.60/221.47	c cleaning 45000 clauses out of 90005 with flag 2277245/1071001
239.80/231.32	c cleaning 45995 clauses out of 92004 with flag 2376609/1118000
251.70/243.09	c cleaning 47005 clauses out of 94010 with flag 2478459/1166001
264.91/256.03	c cleaning 48002 clauses out of 96004 with flag 2582987/1215000
277.83/268.96	c cleaning 48999 clauses out of 98002 with flag 2689582/1265000
291.99/283.03	c cleaning 49999 clauses out of 100003 with flag 2798161/1316000
306.95/297.58	c cleaning 51002 clauses out of 102006 with flag 2908911/1368002
323.44/313.56	c cleaning 51995 clauses out of 104003 with flag 3020520/1421001
339.70/329.76	c cleaning 53005 clauses out of 106009 with flag 3134420/1475002
354.53/344.31	c cleaning 53992 clauses out of 108002 with flag 3251093/1530000
370.02/359.66	c cleaning 55004 clauses out of 110011 with flag 3369338/1586001
386.04/375.49	c cleaning 56000 clauses out of 112006 with flag 3489446/1643000
406.36/395.59	c cleaning 57002 clauses out of 114006 with flag 3611730/1701000
424.93/413.93	c cleaning 57996 clauses out of 116004 with flag 3737299/1760000
442.66/431.46	c cleaning 58998 clauses out of 118010 with flag 3865036/1820002
460.90/449.28	c cleaning 60000 clauses out of 120011 with flag 3994805/1881001
480.76/468.80	c cleaning 61005 clauses out of 122010 with flag 4126500/1943000
502.41/489.35	c cleaning 62001 clauses out of 124005 with flag 4260790/2006000
523.91/510.51	c cleaning 62998 clauses out of 126005 with flag 4396741/2070001
545.29/531.64	c cleaning 64000 clauses out of 128007 with flag 4534808/2135001
567.54/553.65	c cleaning 64998 clauses out of 130007 with flag 4675191/2201001
585.60/571.21	c cleaning 66004 clauses out of 132009 with flag 4817824/2268001
605.28/590.63	c cleaning 66999 clauses out of 134004 with flag 4962454/2336000
627.37/612.40	c cleaning 67997 clauses out of 136006 with flag 5109314/2405001
649.12/633.78	c cleaning 69000 clauses out of 138008 with flag 5258337/2475000
674.16/658.34	c cleaning 70001 clauses out of 140011 with flag 5409468/2546003
698.18/681.14	c cleaning 70998 clauses out of 142008 with flag 5561813/2618001
720.93/703.49	c cleaning 72000 clauses out of 144011 with flag 5716778/2691002
746.60/728.84	c cleaning 73000 clauses out of 146010 with flag 5874119/2765001
775.23/756.23	c cleaning 74004 clauses out of 148009 with flag 6033638/2840000
803.84/783.48	c cleaning 74998 clauses out of 150005 with flag 6195060/2916000
833.94/812.92	c cleaning 76002 clauses out of 152009 with flag 6358546/2993002
864.67/842.55	c cleaning 77001 clauses out of 154006 with flag 6524308/3071001
897.59/874.94	c cleaning 78002 clauses out of 156005 with flag 6692210/3150001
925.47/901.52	c cleaning 78992 clauses out of 158002 with flag 6861508/3230000
953.77/928.33	c cleaning 79997 clauses out of 160010 with flag 7032314/3311000
984.15/957.08	c cleaning 81001 clauses out of 162014 with flag 7205857/3393001
1015.20/986.34	c cleaning 82003 clauses out of 164012 with flag 7382382/3476000
1045.55/1015.21	c cleaning 83002 clauses out of 166010 with flag 7560987/3560001
1077.32/1045.55	c cleaning 84002 clauses out of 168008 with flag 7741211/3645001
1111.91/1077.28	c cleaning 84998 clauses out of 170005 with flag 7923854/3731000
1147.30/1111.03	c cleaning 86000 clauses out of 172007 with flag 8108849/3818000
1179.41/1141.56	c cleaning 86996 clauses out of 174007 with flag 8296041/3906000
1211.77/1172.47	c cleaning 88002 clauses out of 176012 with flag 8485844/3995001
1250.16/1208.29	c cleaning 88998 clauses out of 178009 with flag 8676986/4085000
1288.63/1245.10	c cleaning 90000 clauses out of 180012 with flag 8870766/4176001
1324.35/1279.13	c cleaning 91001 clauses out of 182012 with flag 9066535/4268001
1362.34/1315.41	c cleaning 92002 clauses out of 184010 with flag 9264491/4361000
1402.47/1353.37	c cleaning 93002 clauses out of 186008 with flag 9464301/4455000
1445.62/1394.85	c cleaning 94002 clauses out of 188006 with flag 9666377/4550000
1480.00/1427.41	c cleaning 94998 clauses out of 190004 with flag 9869431/4646000
1521.18/1467.13	c cleaning 96001 clauses out of 192008 with flag 10074357/4743002
1562.39/1507.42	c cleaning 97001 clauses out of 194005 with flag 10281203/4841000
1603.01/1546.87	c cleaning 97997 clauses out of 196005 with flag 10489826/4940001
1651.71/1594.30	c cleaning 98998 clauses out of 198007 with flag 10700527/5040000
1694.81/1634.73	c cleaning 99998 clauses out of 200011 with flag 10914685/5141002
1742.38/1679.20	c cleaning 101002 clauses out of 202012 with flag 11131412/5243001
1789.27/1724.79	c cleaning 102003 clauses out of 204011 with flag 11349940/5346002
1836.45/1770.39	c cleaning 102995 clauses out of 206007 with flag 11570882/5450001
1883.57/1816.23	c cleaning 104002 clauses out of 208013 with flag 11793668/5555002
1926.70/1858.05	c cleaning 105005 clauses out of 210009 with flag 12019074/5661000
1977.12/1905.55	c cleaning 106000 clauses out of 212005 with flag 12246277/5768001
2032.22/1957.30	c cleaning 106996 clauses out of 214004 with flag 12474632/5876000
2089.61/2013.50	c cleaning 107998 clauses out of 216008 with flag 12706043/5985000
2156.06/2076.97	c cleaning 108997 clauses out of 218010 with flag 12939807/6095000
2220.84/2140.09	c cleaning 110007 clauses out of 220014 with flag 13175676/6206001
2279.23/2197.01	c cleaning 111004 clauses out of 222007 with flag 13413634/6318001
2330.20/2245.94	c cleaning 111996 clauses out of 224004 with flag 13653173/6431002
2382.25/2296.30	c cleaning 112997 clauses out of 226006 with flag 13893193/6545000
2431.10/2342.07	c cleaning 113999 clauses out of 228010 with flag 14135585/6660001
2490.26/2398.03	c cleaning 115000 clauses out of 230010 with flag 14379935/6776000
2542.60/2446.73	c cleaning 116003 clauses out of 232013 with flag 14626883/6893003
2597.42/2500.25	c cleaning 116998 clauses out of 234007 with flag 14876220/7011000
2653.65/2555.07	c cleaning 118002 clauses out of 236010 with flag 15129138/7130001
2710.37/2609.90	c cleaning 118997 clauses out of 238008 with flag 15383985/7250001
2762.86/2660.71	c cleaning 120003 clauses out of 240011 with flag 15639260/7371001
2822.44/2716.37	c cleaning 120988 clauses out of 242007 with flag 15898420/7493000
2886.11/2778.19	c cleaning 122000 clauses out of 244020 with flag 16159780/7616001
2948.34/2837.19	c cleaning 123006 clauses out of 246019 with flag 16423261/7740000
3011.01/2898.02	c cleaning 124002 clauses out of 248014 with flag 16688386/7865001
3071.00/2954.76	c cleaning 125004 clauses out of 250012 with flag 16956290/7991001
3135.27/3016.43	c cleaning 125995 clauses out of 252007 with flag 17225836/8118000
3194.09/3073.37	c cleaning 127003 clauses out of 254012 with flag 17497868/8246000
3255.88/3133.04	c cleaning 128001 clauses out of 256010 with flag 17772091/8375001
3311.60/3186.79	c cleaning 129005 clauses out of 258009 with flag 18048952/8505001
3376.64/3250.14	c cleaning 130002 clauses out of 260003 with flag 18327307/8636000
3438.92/3310.56	c cleaning 130990 clauses out of 262003 with flag 18606314/8768002
3498.17/3367.70	c cleaning 131998 clauses out of 264011 with flag 18888880/8901000
3565.89/3433.57	c cleaning 133003 clauses out of 266014 with flag 19174217/9035001
3600.09/3466.02	c timeout
3600.09/3466.02	c starts		: 1
3600.09/3466.03	c conflicts		: 9120497
3600.09/3466.03	c decisions		: 9421208
3600.09/3466.03	c propagations		: 45063046
3600.09/3466.03	c inspects		: 8819561380
3600.09/3466.03	c shortcuts		: 0
3600.09/3466.03	c learnt literals	: 0
3600.09/3466.04	c learnt binary clauses	: 0
3600.09/3466.04	c learnt ternary clauses	: 0
3600.09/3466.04	c learnt constraints	: 9120497
3600.09/3466.04	c ignored constraints	: 0
3600.09/3466.04	c root simplifications	: 0
3600.09/3466.04	c removed literals (reason simplification)	: 202293820
3600.09/3466.04	c reason swapping (by a shorter reason)	: 0
3600.09/3466.04	c Calls to reduceDB	: 130
3600.09/3466.04	c Number of update (reduction) of LBD	: 171585
3600.09/3466.04	c Imported unit clauses	: 0
3600.09/3466.04	c No decision after first conflict	: false
3600.09/3466.04	c number of reductions to clauses (during analyze)	: 0
3600.09/3466.04	c number of learned constraints concerned by reduction	: 0
3600.09/3466.04	c number of learning phase by resolution	: 0
3600.09/3466.04	c number of learning phase by cutting planes	: 0
3600.09/3466.04	c number of rounding to 1 operations	: 0
3600.09/3466.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3466.04	c number of reductions of the coefficients by power 2 	: 0
3600.09/3466.04	c number of right shift for reduction by power 2 	: 0
3600.09/3466.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3466.04	c number of ending skipping 	: 0
3600.09/3466.04	c number of internal skipping 	: 0
3600.09/3466.04	c number of derivation steps 	: 0
3600.09/3466.04	c number of skipped derivation steps 	: 0
3600.09/3466.04	c number of remaining unassigned 	: 0
3600.09/3466.04	c number of remaining assigned 	: 0
3600.09/3466.04	c number of falsified literals weakened from reason	: 0
3600.09/3466.04	c number of falsified literals weakened from conflict	: 0
3600.09/3466.04	c time for arithmetic operations	: 0
3600.09/3466.04	c minimum degree of deleted constraints	: null
3600.09/3466.04	c maximum degree of deleted constraints	: null
3600.09/3466.04	c number of deleted constraints	: 0
3600.09/3466.04	c speed (assignments/second)	: 13002.123594345006
3600.09/3466.04	c non guided choices	: 319
3600.09/3466.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 218507
3600.09/3466.10	s UNKNOWN
3600.09/3466.10	c Total wall clock time (in seconds): 3465.955

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516183-1751237512/watcher-4516183-1751237512 -o /tmp/evaluation-result-4516183-1751237512/solver-4516183-1751237512 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751237512-31993 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4516183-1751237512 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4516183-1751237512.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=32036, runsolver pid=32030

[startup+0.100061 s]*
/proc/loadavg: 1.39 2.79 3.54 5/304 32087
/proc/meminfo: memFree=129773676/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=18930384 memory=51648 CPUtime=0.09 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 6085 0 83 0 7 2 0 0 20 0 18 0 39428672 19384713216 12912 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4732596 12912 5313 1 0 547232 0
[pid=32036/tid=32044] ppid=32030 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) R 32030 32036 31982 0 -1 4194368 4936 0 59 0 4 1 0 0 20 0 18 0 39428674 19384713216 12912 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=18930384 memory=2621 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39428677 19384713216 12912 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=18930384 memory=55186957796323 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39428677 19384713216 12912 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51648 KiB

[startup+0.205748 s]*
/proc/loadavg: 1.39 2.79 3.54 13/337 32120
/proc/meminfo: memFree=129706764/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=18930384 memory=61404 CPUtime=0.27 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 6933 0 83 0 24 3 0 0 20 0 18 0 39428672 19384713216 15351 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4732596 15351 5377 1 0 547875 0
[pid=32036/tid=32044] ppid=32030 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) R 32030 32036 31982 0 -1 4194368 5247 0 59 0 13 2 0 0 20 0 18 0 39428674 19384713216 15351 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=18930384 memory=2621 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39428677 19384713216 15351 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=18930384 memory=55186957796323 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39428677 19384713216 15351 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61404 KiB

[startup+0.305613 s]*
/proc/loadavg: 1.39 2.79 3.54 8/320 32125
/proc/meminfo: memFree=129676712/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=18996948 memory=76748 CPUtime=0.47 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 8027 0 83 0 43 4 0 0 20 0 19 0 39428672 19452874752 19187 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4749237 19187 5409 1 0 548720 0
[pid=32036/tid=32044] ppid=32030 vsize=18996948 memory=-6000919498493422188 CPUtime=0.23 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) R 32030 32036 31982 0 -1 4194368 5334 0 59 0 21 2 0 0 20 0 19 0 39428674 19452874752 19187 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39428677 19452874752 19187 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39428677 19452874752 19187 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32121] ppid=32030 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32036/task/32121/stat : 32121 (Timer-0) S 32030 32036 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39428694 19452874752 19187 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76748 KiB

[startup+0.700235 s]
/proc/loadavg: 1.39 2.79 3.54 8/321 32133
/proc/meminfo: memFree=129509348/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=19063512 memory=166932 CPUtime=1.23 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 11546 0 84 0 116 7 0 0 20 0 20 0 39428672 19521036288 41733 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4765878 41733 5441 1 0 551394 0
[pid=32036/tid=32044] ppid=32030 vsize=19063512 memory=17408 CPUtime=0.57 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) R 32030 32036 31982 0 -1 4194368 5379 0 59 0 53 4 0 0 20 0 20 0 39428674 19521036288 41733 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 41733 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 41733 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32121] ppid=32030 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/32036/task/32121/stat : 32121 (Timer-0) S 32030 32036 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428694 19521036288 41733 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166932 KiB

[startup+1.50024 s]
/proc/loadavg: 1.39 2.79 3.54 7/321 32136
/proc/meminfo: memFree=129371056/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=19063512 memory=192836 CPUtime=2.79 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 12658 0 84 0 270 9 0 0 20 0 20 0 39428672 19521036288 48209 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4765878 48209 5441 1 0 552026 0
[pid=32036/tid=32044] ppid=32030 vsize=19063512 memory=0 CPUtime=1.27 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) R 32030 32036 31982 0 -1 4194368 5430 0 59 0 122 5 0 0 20 0 20 0 39428674 19521036288 48209 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 48209 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 48209 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32121] ppid=32030 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/32036/task/32121/stat : 32121 (Timer-0) S 32030 32036 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428694 19521036288 48209 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 192836 KiB

[startup+3.10557 s]
/proc/loadavg: 1.76 2.85 3.55 6/344 32193
/proc/meminfo: memFree=127877392/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=19063512 memory=856104 CPUtime=5.11 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 15489 0 84 0 485 26 0 0 20 0 20 0 39428672 19521036288 214026 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4765878 214026 5441 1 0 1312909 0
[pid=32036/tid=32044] ppid=32030 vsize=19063512 memory=10752 CPUtime=2.7 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) R 32030 32036 31982 0 -1 4194368 5675 0 59 0 253 17 0 0 20 0 20 0 39428674 19521036288 214026 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=19063512 memory=-6000919507100133996 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 214026 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 214026 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32121] ppid=32030 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/32036/task/32121/stat : 32121 (Timer-0) S 32030 32036 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428694 19521036288 214026 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 5.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 856104 KiB

[startup+6.30021 s]
/proc/loadavg: 1.76 2.85 3.55 5/345 32194
/proc/meminfo: memFree=124646484/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=19063512 memory=1777484 CPUtime=8.51 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 16528 0 84 0 803 48 0 0 20 0 20 0 39428672 19521036288 444371 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4765878 444371 5441 1 0 1544782 0
[pid=32036/tid=32044] ppid=32030 vsize=19063512 memory=0 CPUtime=5.66 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) R 32030 32036 31982 0 -1 4194368 6021 0 59 0 532 34 0 0 20 0 20 0 39428674 19521036288 444371 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 444371 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 444371 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32121] ppid=32030 vsize=19063512 memory=231096 CPUtime=0 cores=4,6
/proc/32036/task/32121/stat : 32121 (Timer-0) S 32030 32036 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428694 19521036288 444371 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 8.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1777484 KiB

[startup+12.7002 s]
/proc/loadavg: 1.94 2.87 3.56 5/348 32197
/proc/meminfo: memFree=120547316/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=19063512 memory=2794844 CPUtime=15.34 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 17679 0 84 0 1459 75 0 0 20 0 20 0 39428672 19521036288 698711 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4765878 698711 5441 1 0 1695188 0
[pid=32036/tid=32044] ppid=32030 vsize=19063512 memory=231096 CPUtime=11.65 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) R 32030 32036 31982 0 -1 4194368 6533 0 59 0 1108 57 0 0 20 0 20 0 39428674 19521036288 698711 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 698711 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 698711 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32121] ppid=32030 vsize=19063512 memory=-6000919507100133996 CPUtime=0 cores=4,6
/proc/32036/task/32121/stat : 32121 (Timer-0) S 32030 32036 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428694 19521036288 698711 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 15.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2794844 KiB

[startup+25.5003 s]
/proc/loadavg: 2.56 2.96 3.57 5/348 32197
/proc/meminfo: memFree=116652040/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=19063512 memory=3364376 CPUtime=28.84 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 24229 0 84 0 2784 100 0 0 20 0 20 0 39428672 19521036288 841094 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4765878 841094 5441 1 0 1695192 0
[pid=32036/tid=32044] ppid=32030 vsize=19063512 memory=0 CPUtime=23.61 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) R 32030 32036 31982 0 -1 4194368 8040 0 59 0 2289 72 0 0 20 0 20 0 39428674 19521036288 841094 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 841094 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=19063512 memory=26496 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 841094 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32121] ppid=32030 vsize=19063512 memory=-6000919507100133996 CPUtime=0 cores=4,6
/proc/32036/task/32121/stat : 32121 (Timer-0) S 32030 32036 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428694 19521036288 841094 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 28.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3364376 KiB

[startup+51.1057 s]
/proc/loadavg: 3.18 3.07 3.60 6/347 32198
/proc/meminfo: memFree=111048196/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=19063512 memory=4954728 CPUtime=55.29 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 31951 0 84 0 5368 161 0 0 20 0 20 0 39428672 19521036288 1238682 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4765878 1238682 5473 1 0 1791287 0
[pid=32036/tid=32044] ppid=32030 vsize=19063512 memory=4868680 CPUtime=48.19 cores=4,6

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

[startup+3162.3 s]
/proc/loadavg: 4.28 4.27 4.21 5/345 32383
/proc/meminfo: memFree=42706840/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=19063512 memory=3818468 CPUtime=3286.92 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 241041 0 84 0 326477 2215 0 0 20 0 20 0 39428672 19521036288 954617 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4765878 954617 5505 1 0 965035 0
[pid=32036/tid=32044] ppid=32030 vsize=19063512 memory=17408 CPUtime=3074.98 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) R 32030 32036 31982 0 -1 4194368 125149 0 59 0 305535 1963 0 0 20 0 20 0 39428674 19521036288 954617 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 954617 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=19063512 memory=3818340 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 1796 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 954617 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32121] ppid=32030 vsize=19063512 memory=3818468 CPUtime=0 cores=4,6
/proc/32036/task/32121/stat : 32121 (Timer-0) S 32030 32036 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428694 19521036288 954617 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 3286.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3818468 KiB

[startup+3222.3 s]
/proc/loadavg: 4.33 4.28 4.22 5/345 32388
/proc/meminfo: memFree=41790640/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=19063512 memory=3818596 CPUtime=3349 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 243161 0 84 0 332651 2249 0 0 20 0 20 0 39428672 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4765878 954649 5505 1 0 965035 0
[pid=32036/tid=32044] ppid=32030 vsize=19063512 memory=3818340 CPUtime=3132.98 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) R 32030 32036 31982 0 -1 4194368 126813 0 59 0 311305 1993 0 0 20 0 20 0 39428674 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=19063512 memory=3818468 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=19063512 memory=3818596 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 1825 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32121] ppid=32030 vsize=19063512 memory=3818596 CPUtime=0 cores=4,6
/proc/32036/task/32121/stat : 32121 (Timer-0) S 32030 32036 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428694 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 3349 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3818596 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.27 4.22 5/346 32391
/proc/meminfo: memFree=40819472/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=19063512 memory=3818596 CPUtime=3410.65 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 244503 0 84 0 338785 2280 0 0 20 0 20 0 39428672 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4765878 954649 5505 1 0 965037 0
[pid=32036/tid=32044] ppid=32030 vsize=19063512 memory=3818596 CPUtime=3190.92 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) R 32030 32036 31982 0 -1 4194368 127101 0 59 0 317071 2021 0 0 20 0 20 0 39428674 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 1903 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32121] ppid=32030 vsize=19063512 memory=3818596 CPUtime=0 cores=4,6
/proc/32036/task/32121/stat : 32121 (Timer-0) S 32030 32036 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428694 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 3410.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3818596 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.27 4.22 5/345 32393
/proc/meminfo: memFree=39608480/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=19063512 memory=3818596 CPUtime=3472.53 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 246891 0 84 0 344942 2311 0 0 20 0 20 0 39428672 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4765878 954649 5505 1 0 965079 0
[pid=32036/tid=32044] ppid=32030 vsize=19063512 memory=10752 CPUtime=3249.22 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) R 32030 32036 31982 0 -1 4194368 129246 0 59 0 322872 2050 0 0 20 0 20 0 39428674 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=19063512 memory=3818596 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=19063512 memory=3818596 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 1903 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32121] ppid=32030 vsize=19063512 memory=3818596 CPUtime=0 cores=4,6
/proc/32036/task/32121/stat : 32121 (Timer-0) S 32030 32036 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428694 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 3472.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3818596 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.26 4.22 5/346 32396
/proc/meminfo: memFree=38719248/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=19063512 memory=3818596 CPUtime=3534.41 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 249890 0 84 0 351098 2343 0 0 20 0 20 0 39428672 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4765878 954649 5505 1 0 965079 0
[pid=32036/tid=32044] ppid=32030 vsize=19063512 memory=3818596 CPUtime=3307.42 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) R 32030 32036 31982 0 -1 4194368 130884 0 59 0 328663 2079 0 0 20 0 20 0 39428674 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=19063512 memory=3818596 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 1979 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32121] ppid=32030 vsize=19063512 memory=3818596 CPUtime=0 cores=4,6
/proc/32036/task/32121/stat : 32121 (Timer-0) S 32030 32036 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428694 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 3534.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3818596 KiB

[startup+3462.3 s]
/proc/loadavg: 4.26 4.26 4.22 5/346 32400
/proc/meminfo: memFree=37813584/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=19063512 memory=3818596 CPUtime=3596.4 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 252050 0 84 0 357266 2374 0 0 20 0 20 0 39428672 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4765878 954649 5505 1 0 965079 0
[pid=32036/tid=32044] ppid=32030 vsize=19063512 memory=3818596 CPUtime=3365.7 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) R 32030 32036 31982 0 -1 4194368 131803 0 59 0 334464 2106 0 0 20 0 20 0 39428674 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=19063512 memory=3818596 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 2059 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32121] ppid=32030 vsize=19063512 memory=3818596 CPUtime=0 cores=4,6
/proc/32036/task/32121/stat : 32121 (Timer-0) S 32030 32036 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428694 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 3596.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3818596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3466 s]*
/proc/loadavg: 4.32 4.27 4.22 5/346 32400
/proc/meminfo: memFree=37756720/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=19063512 memory=3818596 CPUtime=3600.09 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 252050 0 84 0 357634 2375 0 0 20 0 20 0 39428672 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4765878 954649 5505 1 0 965079 0
[pid=32036/tid=32044] ppid=32030 vsize=19063512 memory=-6000919507032959596 CPUtime=3369.39 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) R 32030 32036 31982 0 -1 4194368 131803 0 59 0 334832 2107 0 0 20 0 20 0 39428674 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=19063512 memory=7078607063656472084 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=19063512 memory=2293228 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 2059 0 0 0 0 0 0 0 20 0 20 0 39428677 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32121] ppid=32030 vsize=19063512 memory=7024 CPUtime=0 cores=4,6
/proc/32036/task/32121/stat : 32121 (Timer-0) S 32030 32036 31982 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39428694 19521036288 954649 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3818596 KiB

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

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

# cumulated CPU time of all completed processes:  user=3576.48 s, system=23.7896 s

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

[startup+3466.11 s]
/proc/loadavg: 4.32 4.27 4.22 5/346 32400
/proc/meminfo: memFree=37756720/131249996 swapFree=33010684/33010684
[pid=32036] ppid=32030 vsize=19263204 memory=3819364 CPUtime=3600.25 cores=4,6
/proc/32036/stat : 32036 (java) S 32030 32036 31982 0 -1 4194304 253522 0 84 0 357648 2377 0 0 20 0 15 0 39428672 19725520896 954841 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
/proc/32036/statm: 4815801 954841 5505 1 0 965998 0
[pid=32036/tid=32044] ppid=32030 vsize=19263204 memory=3818596 CPUtime=3369.42 cores=4,6
/proc/32036/task/32044/stat : 32044 (java) D 32030 32036 31982 0 -1 4194368 131980 0 59 0 334833 2109 0 0 20 0 15 0 39428674 19725520896 954841 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32063] ppid=32030 vsize=19263204 memory=3818596 CPUtime=0 cores=4,6
/proc/32036/task/32063/stat : 32063 (Finalizer) S 32030 32036 31982 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 39428677 19725520896 954841 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
[pid=32036/tid=32076] ppid=32030 vsize=19263204 memory=5632 CPUtime=0 cores=4,6
/proc/32036/task/32076/stat : 32076 (Common-Cleaner) S 32030 32036 31982 0 -1 4194368 2059 0 0 0 0 0 0 0 20 0 15 0 39428677 19725520896 954841 18446744073709551615 94141494497280 94141494500976 140724897577104 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94141494508792 94141494509584 94141515857920 140724897581360 140724897581542 140724897581542 140724897587144 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3819364 KiB

Child status: 143

Real time (s): 3466.18
CPU time (s): 3600.27
CPU user time (s): 3576.48
CPU system time (s): 23.7896
CPU usage (%): 103.869
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6996892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3576.48
system time used= 23.7896
maximum resident set size= 6997020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253548
page faults= 84
swaps= 0
block input operations= 64
block output operations= 43381480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130874
involuntary context switches= 23296


# summary of solver processes directly reported to runsolver:
#   pid: 32036
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3576.48
#   total CPU system time (s): 23.7896

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.70206 second user time and 17.4812 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-30 00:51:52
IDJOB=4516183
IDBENCH=169735
IDSOLVER=3364
FILE ID=nodeC015/4516183-1751237512
RUNJOBID= nodeC015-1751237512-31993
SLURM_JOB_ID= 9587718
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-large-v4/normalized-grid10_66.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516183-1751237512/watcher-4516183-1751237512 -o /tmp/evaluation-result-4516183-1751237512/solver-4516183-1751237512 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751237512-31993 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4516183-1751237512 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4516183-1751237512.opb

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

MD5SUM BENCH= a2dde96647bf619325e42e7e9df574d7
RANDOM SEED=1943157461

nodeC015 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		: 3601.134
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	: 7000.14
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		: 3602.010
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129850140 kB
MemAvailable:   129788536 kB
Buffers:            3280 kB
Cached:           747136 kB
SwapCached:            0 kB
Active:           335536 kB
Inactive:         490772 kB
Active(anon):      93968 kB
Inactive(anon):        0 kB
Active(file):     241568 kB
Inactive(file):   490772 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1296 kB
Writeback:             0 kB
AnonPages:         78996 kB
Mapped:           102092 kB
Shmem:             18076 kB
KReclaimable:      90592 kB
Slab:             176712 kB
SReclaimable:      90592 kB
SUnreclaim:        86120 kB
KernelStack:        4088 kB
PageTables:         2680 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC015 at 2025-06-30 01:49:38