Trace number 4499359

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.32 3601.94

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx30.opb
MD5SUM91ecd4a7d2e975c8e8a35b07ef7013ef
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark17.5328
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.11	c version PB25.v20250606
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.13	c Free memory 		2106806208
0.13/0.13	c Max memory 		16282288128
0.13/0.13	c Total memory 		2113929216
0.13/0.14	c Number of processors 	2
0.13/0.19	c Pseudo Boolean Optimization by upper bound
0.13/0.19	c --- Begin Solver configuration ---
0.13/0.19	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.19	c Learn all clauses as in MiniSAT
0.13/0.19	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.19	c Expensive reason simplification
0.13/0.19	c Glucose 2.1 dynamic restart strategy
0.13/0.19	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.13/0.19	c timeout=2147483s
0.13/0.19	c DB Simplification allowed=false
0.13/0.19	c Listener: none
0.13/0.19	c --- End Solver configuration ---
0.13/0.19	c solving HOME/instance-4499359-1751414508.opb
0.13/0.19	c reading problem ... 
0.13/0.20	c using VERIPB proof format
0.13/0.20	c  objective function found
0.51/0.36	c ... done. Wall clock time 0.163s.
0.51/0.37	c declared #vars     774
0.51/0.37	c #constraints  1024
0.51/0.37	c constraints type 
0.51/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 771
0.51/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.51/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 192
0.51/0.37	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.51/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.51/0.37	c 1024 constraints processed.
0.51/0.37	c objective function length is 3 literals
2.99/1.61	c cleaning 2490 clauses out of 5001 with flag 28839/5001
4.38/2.37	c cleaning 4249 clauses out of 8511 with flag 59662/11001
5.54/3.06	c cleaning 5622 clauses out of 11261 with flag 98604/18000
6.56/3.95	c cleaning 6815 clauses out of 13641 with flag 155891/26002
7.85/4.88	c cleaning 7901 clauses out of 15824 with flag 218615/35000
9.70/6.36	c cleaning 8958 clauses out of 17926 with flag 313028/45003
10.80/7.48	c cleaning 9977 clauses out of 19965 with flag 391112/56000
12.42/9.02	c cleaning 10991 clauses out of 21990 with flag 489914/68002
14.74/10.65	c cleaning 11982 clauses out of 23998 with flag 584769/81001
16.51/12.48	c cleaning 12993 clauses out of 26017 with flag 681692/95002
18.79/14.70	c cleaning 14007 clauses out of 28022 with flag 784237/110000
21.27/17.14	c cleaning 14983 clauses out of 30016 with flag 897853/126001
24.68/20.56	c cleaning 16012 clauses out of 32033 with flag 1018749/143001
27.14/22.98	c cleaning 17003 clauses out of 34020 with flag 1171696/161000
29.43/25.28	c cleaning 18009 clauses out of 36021 with flag 1318266/180004
31.73/27.57	c cleaning 19000 clauses out of 38011 with flag 1467749/200003
34.63/30.42	c cleaning 19997 clauses out of 40008 with flag 1660579/221000
37.44/33.38	c cleaning 20988 clauses out of 42012 with flag 1814512/243001
40.84/36.74	c cleaning 21994 clauses out of 44027 with flag 2043320/266004
44.83/40.77	c cleaning 23006 clauses out of 46030 with flag 2252853/290001
48.62/44.54	c cleaning 24006 clauses out of 48023 with flag 2428133/315000
51.92/47.81	c cleaning 25003 clauses out of 50017 with flag 2624789/341000
55.31/51.24	c cleaning 25996 clauses out of 52014 with flag 2844342/368000
59.29/55.23	c cleaning 27004 clauses out of 54020 with flag 3059638/396002
63.57/59.53	c cleaning 28000 clauses out of 56014 with flag 3281281/425000
69.37/65.42	c cleaning 28987 clauses out of 58015 with flag 3504366/455001
74.06/70.16	c cleaning 30009 clauses out of 60027 with flag 3754783/486000
79.15/75.22	c cleaning 30984 clauses out of 62020 with flag 3995731/518002
85.62/81.71	c cleaning 32000 clauses out of 64034 with flag 4263222/551000
91.30/87.42	c cleaning 33011 clauses out of 66034 with flag 4574755/585000
96.78/92.94	c cleaning 33997 clauses out of 68023 with flag 4858341/620000
104.33/100.40	c cleaning 35003 clauses out of 70026 with flag 5159149/656000
112.31/108.42	c cleaning 36011 clauses out of 72025 with flag 5485293/693002
120.19/116.31	c cleaning 36999 clauses out of 74012 with flag 5898169/731000
129.99/126.22	c cleaning 38001 clauses out of 76013 with flag 6347940/770000
138.17/134.46	c cleaning 38994 clauses out of 78013 with flag 6659223/810001
146.54/142.84	c cleaning 39991 clauses out of 80019 with flag 7076698/851001
154.90/151.20	c cleaning 41008 clauses out of 82027 with flag 7475109/893000
164.23/160.63	c cleaning 42005 clauses out of 84020 with flag 7892473/936001
172.03/168.41	c cleaning 42996 clauses out of 86015 with flag 8265237/980001
181.23/177.60	c cleaning 44000 clauses out of 88019 with flag 8630118/1025001
192.66/189.12	c cleaning 44973 clauses out of 90018 with flag 9085013/1071000
202.92/199.43	c cleaning 46014 clauses out of 92048 with flag 9485023/1118003
213.97/210.51	c cleaning 47011 clauses out of 94032 with flag 9933095/1166001
225.50/222.16	c cleaning 48004 clauses out of 96020 with flag 10412388/1215000
235.89/232.50	c cleaning 49001 clauses out of 98016 with flag 10808250/1265000
247.62/244.22	c cleaning 49996 clauses out of 100015 with flag 11229600/1316000
262.20/258.93	c cleaning 50996 clauses out of 102020 with flag 11751420/1368001
274.47/271.24	c cleaning 52004 clauses out of 104023 with flag 12200332/1421000
290.58/287.43	c cleaning 53004 clauses out of 106021 with flag 12751646/1475002
303.79/300.68	c cleaning 53988 clauses out of 108016 with flag 13238159/1530001
318.78/315.62	c cleaning 55005 clauses out of 110027 with flag 13738169/1586000
331.56/328.32	c cleaning 56008 clauses out of 112026 with flag 14170376/1643004
345.42/342.24	c cleaning 57002 clauses out of 114014 with flag 14661919/1701000
363.10/359.94	c cleaning 57996 clauses out of 116014 with flag 15210834/1760002
377.90/374.75	c cleaning 59006 clauses out of 118016 with flag 15732990/1820000
393.91/390.72	c cleaning 60003 clauses out of 120010 with flag 16318481/1881000
410.95/407.87	c cleaning 60997 clauses out of 122008 with flag 16934267/1943001
429.20/426.14	c cleaning 61985 clauses out of 124010 with flag 17529836/2006000
446.75/443.85	c cleaning 62996 clauses out of 126026 with flag 18084738/2070001
467.71/465.18	c cleaning 64013 clauses out of 128031 with flag 18743691/2135002
482.19/479.61	c cleaning 65004 clauses out of 130017 with flag 19378963/2201001
499.83/497.41	c cleaning 66000 clauses out of 132016 with flag 19968643/2268004
521.68/519.37	c cleaning 66992 clauses out of 134012 with flag 20704087/2336000
543.06/540.65	c cleaning 68006 clauses out of 136020 with flag 21359306/2405000
566.87/564.59	c cleaning 69004 clauses out of 138018 with flag 22080803/2475004
586.95/584.66	c cleaning 70001 clauses out of 140012 with flag 22873080/2546002
611.78/609.63	c cleaning 70978 clauses out of 142009 with flag 23598623/2618000
634.73/632.64	c cleaning 71996 clauses out of 144034 with flag 24342903/2691003
656.88/654.80	c cleaning 73016 clauses out of 146037 with flag 25167629/2765002
680.71/678.73	c cleaning 74006 clauses out of 148020 with flag 25973603/2840001
703.98/702.04	c cleaning 75001 clauses out of 150013 with flag 26735926/2916000
728.69/726.82	c cleaning 75997 clauses out of 152013 with flag 27461958/2993001
756.19/754.42	c cleaning 77006 clauses out of 154018 with flag 28202581/3071003
781.73/780.07	c cleaning 77995 clauses out of 156010 with flag 28921508/3150001
806.31/804.78	c cleaning 79003 clauses out of 158014 with flag 29725988/3230000
832.73/831.24	c cleaning 79999 clauses out of 160012 with flag 30550864/3311001
860.46/858.83	c cleaning 80993 clauses out of 162012 with flag 31265019/3393000
892.52/891.03	c cleaning 81999 clauses out of 164019 with flag 32126260/3476000
917.70/916.22	c cleaning 83004 clauses out of 166020 with flag 32924106/3560000
948.45/947.06	c cleaning 84001 clauses out of 168016 with flag 33919513/3645000
975.60/974.05	c cleaning 84984 clauses out of 170017 with flag 34670693/3731002
1008.06/1006.50	c cleaning 85993 clauses out of 172032 with flag 35532379/3818001
1037.65/1036.15	c cleaning 87021 clauses out of 174043 with flag 36410185/3906005
1066.80/1065.40	c cleaning 88000 clauses out of 176017 with flag 37289989/3995000
1100.06/1098.81	c cleaning 89004 clauses out of 178017 with flag 38215234/4085000
1133.17/1132.01	c cleaning 89997 clauses out of 180013 with flag 39110435/4176000
1171.34/1170.21	c cleaning 90996 clauses out of 182016 with flag 40077666/4268000
1208.66/1207.64	c cleaning 92005 clauses out of 184022 with flag 41155892/4361002
1247.87/1247.04	c cleaning 92992 clauses out of 186017 with flag 42161443/4455002
1285.24/1284.79	c cleaning 94003 clauses out of 188023 with flag 43195726/4550000
1318.40/1318.28	c cleaning 94999 clauses out of 190020 with flag 44103441/4646000
1356.34/1356.75	c cleaning 95992 clauses out of 192022 with flag 44984290/4743001
1398.56/1399.19	c cleaning 97000 clauses out of 194029 with flag 46078460/4841000
1434.31/1435.20	c cleaning 98008 clauses out of 196030 with flag 47183507/4940001
1477.43/1478.51	c cleaning 98999 clauses out of 198021 with flag 48287658/5040000
1530.29/1531.07	c cleaning 99995 clauses out of 200025 with flag 49187693/5141003
1570.01/1571.13	c cleaning 100986 clauses out of 202027 with flag 50261155/5243000
1609.42/1611.07	c cleaning 102009 clauses out of 204043 with flag 51431469/5346002
1650.70/1652.76	c cleaning 103006 clauses out of 206032 with flag 52570670/5450000
1686.55/1688.93	c cleaning 104009 clauses out of 208027 with flag 53684649/5555001
1726.72/1729.88	c cleaning 104992 clauses out of 210018 with flag 54808425/5661001
1769.13/1772.77	c cleaning 105998 clauses out of 212025 with flag 56033452/5768000
1812.80/1816.88	c cleaning 107005 clauses out of 214027 with flag 57026683/5876000
1852.99/1857.16	c cleaning 108002 clauses out of 216025 with flag 58145180/5985003
1899.14/1903.52	c cleaning 109005 clauses out of 218020 with flag 59260662/6095000
1943.31/1948.12	c cleaning 109987 clauses out of 220016 with flag 60423476/6206001
1996.76/2001.94	c cleaning 111008 clauses out of 222029 with flag 61679127/6318001
2045.82/2051.31	c cleaning 112000 clauses out of 224021 with flag 62912894/6431001
2095.27/2101.23	c cleaning 112985 clauses out of 226020 with flag 64160007/6545000
2139.79/2146.98	c cleaning 114013 clauses out of 228036 with flag 65274175/6660001
2183.86/2192.04	c cleaning 115000 clauses out of 230023 with flag 66411488/6776001
2227.23/2235.50	c cleaning 116001 clauses out of 232023 with flag 67525079/6893001
2274.97/2283.46	c cleaning 117001 clauses out of 234022 with flag 68879111/7011001
2325.85/2334.19	c cleaning 117999 clauses out of 236021 with flag 70346875/7130001
2372.29/2380.82	c cleaning 119001 clauses out of 238021 with flag 71502412/7250000
2423.87/2432.52	c cleaning 120004 clauses out of 240020 with flag 72773628/7371000
2478.87/2487.51	c cleaning 120995 clauses out of 242016 with flag 74116671/7493000
2535.81/2544.40	c cleaning 122003 clauses out of 244024 with flag 75456880/7616003
2593.17/2601.76	c cleaning 123006 clauses out of 246019 with flag 76887052/7740001
2644.17/2652.29	c cleaning 124002 clauses out of 248013 with flag 78219417/7865001
2701.09/2708.51	c cleaning 125001 clauses out of 250011 with flag 79539515/7991001
2765.40/2772.28	c cleaning 125996 clauses out of 252009 with flag 80997399/8118000
2823.31/2828.80	c cleaning 126998 clauses out of 254013 with flag 82300025/8246000
2885.93/2891.64	c cleaning 127999 clauses out of 256015 with flag 83723898/8375000
2954.56/2960.16	c cleaning 129004 clauses out of 258016 with flag 85280294/8505000
3014.36/3019.18	c cleaning 130002 clauses out of 260013 with flag 86666838/8636001
3076.82/3081.44	c cleaning 131003 clauses out of 262014 with flag 88205246/8768004
3146.06/3150.03	c cleaning 131996 clauses out of 264008 with flag 89774413/8901001
3211.82/3215.62	c cleaning 132998 clauses out of 266012 with flag 91322973/9035001
3284.77/3287.86	c cleaning 134001 clauses out of 268013 with flag 92949569/9170000
3363.19/3365.60	c cleaning 135001 clauses out of 270012 with flag 94575914/9306000
3438.41/3440.73	c cleaning 136000 clauses out of 272011 with flag 96286364/9443000
3505.15/3507.73	c cleaning 137000 clauses out of 274011 with flag 97834462/9581000
3568.78/3570.79	c cleaning 138000 clauses out of 276012 with flag 99302893/9720001
3600.09/3601.82	c starts		: 24151
3600.09/3601.83	c conflicts		: 9808437
3600.09/3601.83	c timeout
3600.09/3601.83	c decisions		: 15451521
3600.09/3601.83	c propagations		: 666531519
3600.09/3601.83	c inspects		: 36010804424
3600.09/3601.83	c shortcuts		: 0
3600.09/3601.83	c learnt literals	: 0
3600.09/3601.83	c learnt binary clauses	: 0
3600.09/3601.83	c learnt ternary clauses	: 0
3600.09/3601.83	c learnt constraints	: 9808437
3600.09/3601.83	c ignored constraints	: 0
3600.09/3601.83	c root simplifications	: 0
3600.09/3601.83	c removed literals (reason simplification)	: 66245695
3600.09/3601.83	c reason swapping (by a shorter reason)	: 0
3600.09/3601.83	c Calls to reduceDB	: 135
3600.09/3601.83	c Number of update (reduction) of LBD	: 4953482
3600.09/3601.83	c Imported unit clauses	: 0
3600.09/3601.84	c No decision after first conflict	: false
3600.09/3601.84	c number of reductions to clauses (during analyze)	: 0
3600.09/3601.84	c number of learned constraints concerned by reduction	: 0
3600.09/3601.84	c number of learning phase by resolution	: 0
3600.09/3601.84	c number of learning phase by cutting planes	: 0
3600.09/3601.84	c number of rounding to 1 operations	: 0
3600.09/3601.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3601.84	c number of reductions of the coefficients by power 2 	: 0
3600.09/3601.84	c number of right shift for reduction by power 2 	: 0
3600.09/3601.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3601.84	c number of ending skipping 	: 0
3600.09/3601.84	c number of internal skipping 	: 0
3600.09/3601.84	c number of derivation steps 	: 0
3600.09/3601.84	c number of skipped derivation steps 	: 0
3600.09/3601.84	c number of remaining unassigned 	: 0
3600.09/3601.84	c number of remaining assigned 	: 0
3600.09/3601.84	c number of falsified literals weakened from reason	: 0
3600.09/3601.84	c number of falsified literals weakened from conflict	: 0
3600.09/3601.84	c time for arithmetic operations	: 0
3600.09/3601.84	c minimum degree of deleted constraints	: null
3600.09/3601.84	c maximum degree of deleted constraints	: null
3600.09/3601.84	c number of deleted constraints	: 0
3600.09/3601.84	c speed (assignments/second)	: 185072.7411156096
3600.09/3601.84	c non guided choices	: 659
3600.28/3601.91	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 226448
3600.28/3601.91	s UNKNOWN
3600.28/3601.91	c Total wall clock time (in seconds): 3601.719

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100086 s]*
/proc/loadavg: 4.36 4.40 4.44 7/334 54973
/proc/meminfo: memFree=116118476/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=18930384 memory=49472 CPUtime=0.13 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 6029 0 0 0 10 3 0 0 20 0 18 0 57129887 19384713216 12368 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4732596 12368 5343 1 0 547179 0
[pid=54955/tid=54957] ppid=54952 vsize=18930384 memory=4026531960 CPUtime=0.09 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) R 54952 54955 53552 0 -1 4194368 4974 0 0 0 7 2 0 0 20 0 18 0 57129889 19384713216 12400 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 57129892 19384713216 12400 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=18930384 memory=59593594261064 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 57129892 19384713216 12400 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49472 KiB

[startup+0.221894 s]*
/proc/loadavg: 4.36 4.40 4.44 7/334 54973
/proc/meminfo: memFree=116114444/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=18930384 memory=58684 CPUtime=0.35 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 6794 0 0 0 30 5 0 0 20 0 18 0 57129887 19384713216 14671 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4732596 14671 5343 1 0 547821 0
[pid=54955/tid=54957] ppid=54952 vsize=18930384 memory=4026663196 CPUtime=0.18 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) S 54952 54955 53552 0 -1 4194368 5335 0 0 0 15 3 0 0 20 0 18 0 57129889 19384713216 14671 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=18930384 memory=15877 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 57129892 19384713216 14671 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 57129892 19384713216 14671 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58684 KiB

[startup+0.317506 s]*
/proc/loadavg: 4.36 4.40 4.44 7/334 54973
/proc/meminfo: memFree=116108836/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=18930384 memory=61740 CPUtime=0.51 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 6992 0 0 0 46 5 0 0 20 0 18 0 57129887 19384713216 15435 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4732596 15435 5407 1 0 547916 0
[pid=54955/tid=54957] ppid=54952 vsize=18930384 memory=-6000919498476054634 CPUtime=0.25 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) R 54952 54955 53552 0 -1 4194368 5364 0 0 0 22 3 0 0 20 0 18 0 57129889 19384713216 15435 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 57129892 19384713216 15435 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 57129892 19384713216 15435 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61740 KiB

[startup+0.700342 s]
/proc/loadavg: 4.57 4.45 4.45 8/335 54974
/proc/meminfo: memFree=116106820/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=18996948 memory=82392 CPUtime=1.22 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 8952 0 0 0 116 6 0 0 20 0 19 0 57129887 19452874752 20598 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4749237 20598 5471 1 0 549470 0
[pid=54955/tid=54957] ppid=54952 vsize=18996948 memory=18048 CPUtime=0.5 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) R 54952 54955 53552 0 -1 4194368 5540 0 0 0 47 3 0 0 20 0 19 0 57129889 19452874752 20598 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=18996948 memory=10496 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 57129892 19452874752 20598 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 57129892 19452874752 20598 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54974] ppid=54952 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/54955/task/54974/stat : 54974 (Timer-0) S 54952 54955 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 57129925 19452874752 20598 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 82392 KiB

[startup+1.50027 s]
/proc/loadavg: 4.57 4.45 4.45 6/335 54974
/proc/meminfo: memFree=115956468/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=19063512 memory=171332 CPUtime=2.79 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 19412 0 0 0 269 10 0 0 20 0 20 0 57129887 19521036288 42833 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4765878 42833 5503 1 0 552792 0
[pid=54955/tid=54957] ppid=54952 vsize=19063512 memory=0 CPUtime=1.23 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) R 54952 54955 53552 0 -1 4194368 5891 0 0 0 117 6 0 0 20 0 20 0 57129889 19521036288 42833 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57129892 19521036288 42833 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 57129892 19521036288 42833 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54974] ppid=54952 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/54955/task/54974/stat : 54974 (Timer-0) S 54952 54955 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57129925 19521036288 42833 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171332 KiB

[startup+3.10601 s]
/proc/loadavg: 4.57 4.45 4.45 6/336 54975
/proc/meminfo: memFree=115713064/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=19063512 memory=190344 CPUtime=5.69 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 23968 0 0 0 557 12 0 0 20 0 20 0 57129887 19521036288 47586 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4765878 47586 5503 1 0 553297 0
[pid=54955/tid=54957] ppid=54952 vsize=19063512 memory=10496 CPUtime=2.75 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) R 54952 54955 53552 0 -1 4194368 6919 0 0 0 268 7 0 0 20 0 20 0 57129889 19521036288 47586 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=19063512 memory=-6000919498476054634 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57129892 19521036288 47586 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 57129892 19521036288 47586 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54974] ppid=54952 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/54955/task/54974/stat : 54974 (Timer-0) S 54952 54955 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57129925 19521036288 47586 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 190344 KiB

[startup+6.30042 s]
/proc/loadavg: 4.60 4.45 4.45 5/336 54975
/proc/meminfo: memFree=114149040/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=19063512 memory=534724 CPUtime=9.7 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 24535 0 0 0 949 21 0 0 20 0 20 0 57129887 19521036288 133681 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4765878 133681 5503 1 0 553300 0
[pid=54955/tid=54957] ppid=54952 vsize=19063512 memory=0 CPUtime=5.89 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) R 54952 54955 53552 0 -1 4194368 7341 0 0 0 575 14 0 0 20 0 20 0 57129889 19521036288 133681 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57129892 19521036288 133681 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 57129892 19521036288 133681 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54974] ppid=54952 vsize=19063512 memory=171588 CPUtime=0 cores=5,7
/proc/54955/task/54974/stat : 54974 (Timer-0) S 54952 54955 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57129925 19521036288 133681 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 9.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 534724 KiB

[startup+12.7003 s]
/proc/loadavg: 4.72 4.48 4.46 5/336 54975
/proc/meminfo: memFree=113071812/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=19063512 memory=674188 CPUtime=16.82 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 31861 0 0 0 1653 29 0 0 20 0 20 0 57129887 19521036288 168547 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4765878 168547 5503 1 0 553316 0
[pid=54955/tid=54957] ppid=54952 vsize=19063512 memory=171588 CPUtime=12.19 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) R 54952 54955 53552 0 -1 4194368 8623 0 0 0 1198 21 0 0 20 0 20 0 57129889 19521036288 168547 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=19063512 memory=672140 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57129892 19521036288 168547 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 57129892 19521036288 168547 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54974] ppid=54952 vsize=19063512 memory=10496 CPUtime=0 cores=5,7
/proc/54955/task/54974/stat : 54974 (Timer-0) S 54952 54955 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57129925 19521036288 168547 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 16.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 674188 KiB

[startup+25.5005 s]
/proc/loadavg: 4.61 4.46 4.46 6/336 54975
/proc/meminfo: memFree=111254100/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=19063512 memory=1235508 CPUtime=29.74 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 37932 0 0 0 2923 51 0 0 20 0 20 0 57129887 19521036288 308877 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4765878 308877 5503 1 0 553316 0
[pid=54955/tid=54957] ppid=54952 vsize=19063512 memory=-6000919498476054634 CPUtime=24.85 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) R 54952 54955 53552 0 -1 4194368 10438 0 0 0 2443 42 0 0 20 0 20 0 57129889 19521036288 308877 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=19063512 memory=1153560 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57129892 19521036288 308877 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 57129892 19521036288 308877 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54974] ppid=54952 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/54955/task/54974/stat : 54974 (Timer-0) S 54952 54955 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57129925 19521036288 308877 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 29.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1235508 KiB

[startup+51.114 s]
/proc/loadavg: 4.62 4.48 4.46 5/336 54975
/proc/meminfo: memFree=107402080/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=19063512 memory=1325764 CPUtime=55.22 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 40681 0 0 0 5456 66 0 0 20 0 20 0 57129887 19521036288 331441 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4765878 331441 5535 1 0 553316 0
[pid=54955/tid=54957] ppid=54952 vsize=19063512 memory=1325764 CPUtime=50.13 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) R 54952 54955 53552 0 -1 4194368 11265 0 0 0 4959 54 0 0 20 0 20 0 57129889 19521036288 331441 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=19063512 memory=16336 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57129892 19521036288 331441 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0

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

[startup+3282.3 s]
/proc/loadavg: 2.16 2.31 2.87 3/281 55689
/proc/meminfo: memFree=97308644/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=19130076 memory=646608 CPUtime=3279.28 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 126411 0 0 0 326816 1112 0 0 20 0 21 0 57129887 19589197824 161652 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4782519 161652 5567 1 0 171561 0
[pid=54955/tid=54957] ppid=54952 vsize=19130076 memory=704912 CPUtime=3223.11 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) R 54952 54955 53552 0 -1 4194368 54455 0 0 0 321434 877 0 0 20 0 21 0 57129889 19589197824 161652 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=19130076 memory=704912 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 57129892 19589197824 161652 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=19130076 memory=646608 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 1433 0 0 0 0 0 0 0 20 0 21 0 57129892 19589197824 161652 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54974] ppid=54952 vsize=19130076 memory=0 CPUtime=0 cores=5,7
/proc/54955/task/54974/stat : 54974 (Timer-0) S 54952 54955 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 57129925 19589197824 161652 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 3279.28 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 646608 KiB

[startup+3342.3 s]
/proc/loadavg: 2.06 2.25 2.81 3/280 55691
/proc/meminfo: memFree=97055996/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=19130076 memory=704976 CPUtime=3339.44 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 129320 0 0 0 332814 1130 0 0 20 0 21 0 57129887 19589197824 176244 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4782519 176244 5567 1 0 186177 0
[pid=54955/tid=54957] ppid=54952 vsize=19130076 memory=761424 CPUtime=3281.91 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) R 54952 54955 53552 0 -1 4194368 55562 0 0 0 327303 888 0 0 20 0 21 0 57129889 19589197824 176244 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=19130076 memory=761424 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 57129892 19589197824 176244 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=19130076 memory=16336 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 1433 0 0 0 0 0 0 0 20 0 21 0 57129892 19589197824 176244 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54974] ppid=54952 vsize=19130076 memory=18048 CPUtime=0 cores=5,7
/proc/54955/task/54974/stat : 54974 (Timer-0) S 54952 54955 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 57129925 19589197824 176244 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 3339.44 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 704976 KiB

[startup+3402.3 s]
/proc/loadavg: 2.16 2.25 2.77 3/280 55693
/proc/meminfo: memFree=96748524/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=19130076 memory=813236 CPUtime=3400.15 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 131977 0 0 0 338870 1145 0 0 20 0 21 0 57129887 19589197824 203309 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4782519 203309 5567 1 0 213322 0
[pid=54955/tid=54957] ppid=54952 vsize=19130076 memory=761424 CPUtime=3340.5 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) R 54952 54955 53552 0 -1 4194368 57655 0 0 0 333150 900 0 0 20 0 21 0 57129889 19589197824 203309 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=19130076 memory=10496 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 57129892 19589197824 203309 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=19130076 memory=813236 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 1476 0 0 0 0 0 0 0 20 0 21 0 57129892 19589197824 203309 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54974] ppid=54952 vsize=19130076 memory=813236 CPUtime=0 cores=5,7
/proc/54955/task/54974/stat : 54974 (Timer-0) S 54952 54955 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 57129925 19589197824 203309 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 3400.15 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 813236 KiB

[startup+3462.3 s]
/proc/loadavg: 2.16 2.23 2.73 3/280 55702
/proc/meminfo: memFree=96407208/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=19130076 memory=960980 CPUtime=3459.9 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 133724 0 0 0 344829 1161 0 0 20 0 21 0 57129887 19589197824 240245 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4782519 240245 5567 1 0 250906 0
[pid=54955/tid=54957] ppid=54952 vsize=19130076 memory=761424 CPUtime=3399.56 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) R 54952 54955 53552 0 -1 4194368 58646 0 0 0 339043 913 0 0 20 0 21 0 57129889 19589197824 240245 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=19130076 memory=10496 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 57129892 19589197824 240245 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=19130076 memory=813236 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 1547 0 0 0 0 0 0 0 20 0 21 0 57129892 19589197824 240245 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54974] ppid=54952 vsize=19130076 memory=960980 CPUtime=0 cores=5,7
/proc/54955/task/54974/stat : 54974 (Timer-0) S 54952 54955 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 57129925 19589197824 240245 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 3459.9 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 960980 KiB

[startup+3522.3 s]
/proc/loadavg: 2.11 2.20 2.69 3/279 55704
/proc/meminfo: memFree=96379940/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=19130076 memory=786440 CPUtime=3519.93 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 135694 0 0 0 350814 1179 0 0 20 0 21 0 57129887 19589197824 196610 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4782519 196610 5567 1 0 207059 0
[pid=54955/tid=54957] ppid=54952 vsize=19130076 memory=704520 CPUtime=3458.42 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) R 54952 54955 53552 0 -1 4194368 59375 0 0 0 344916 926 0 0 20 0 21 0 57129889 19589197824 196610 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=19130076 memory=896596 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 57129892 19589197824 196610 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=19130076 memory=896596 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 1548 0 0 0 0 0 0 0 20 0 21 0 57129892 19589197824 196610 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54974] ppid=54952 vsize=19130076 memory=896596 CPUtime=0 cores=5,7
/proc/54955/task/54974/stat : 54974 (Timer-0) S 54952 54955 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 57129925 19589197824 196610 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 3519.93 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 786440 KiB

[startup+3582.3 s]
/proc/loadavg: 1.77 2.10 2.62 2/256 55756
/proc/meminfo: memFree=122826540/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=19130076 memory=897124 CPUtime=3580.58 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 139062 0 0 0 356857 1201 0 0 20 0 21 0 57129887 19589197824 224281 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4782519 224281 5567 1 0 234328 0
[pid=54955/tid=54957] ppid=54952 vsize=19130076 memory=16336 CPUtime=3516.77 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) R 54952 54955 53552 0 -1 4194368 61653 0 0 0 350734 943 0 0 20 0 21 0 57129889 19589197824 224281 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=19130076 memory=16336 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 57129892 19589197824 224281 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=19130076 memory=754952 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 1548 0 0 0 0 0 0 0 20 0 21 0 57129892 19589197824 224281 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54974] ppid=54952 vsize=19130076 memory=894948 CPUtime=0 cores=5,7
/proc/54955/task/54974/stat : 54974 (Timer-0) S 54952 54955 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 57129925 19589197824 224281 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 3580.58 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 897124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.8 s]
/proc/loadavg: 1.60 2.04 2.60 2/256 55756
/proc/meminfo: memFree=122638004/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=19130076 memory=1061284 CPUtime=3600.09 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 139237 0 0 0 358799 1210 0 0 20 0 21 0 57129887 19589197824 265321 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4782519 265321 5567 1 0 276088 0
[pid=54955/tid=54957] ppid=54952 vsize=19130076 memory=2760 CPUtime=3535.89 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) R 54952 54955 53552 0 -1 4194368 61733 0 0 0 352638 951 0 0 20 0 21 0 57129889 19589197824 265321 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=19130076 memory=-6000919498476054634 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 57129892 19589197824 265321 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=19130076 memory=4352 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 1548 0 0 0 0 0 0 0 20 0 21 0 57129892 19589197824 265321 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54974] ppid=54952 vsize=19130076 memory=1792 CPUtime=0 cores=5,7
/proc/54955/task/54974/stat : 54974 (Timer-0) S 54952 54955 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 57129925 19589197824 265321 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1061284 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.18 s, system=12.1399 s

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

[startup+3601.91 s]
/proc/loadavg: 1.60 2.04 2.60 2/256 55756
/proc/meminfo: memFree=122638004/131382120 swapFree=33010160/33010684
[pid=54955] ppid=54952 vsize=19329768 memory=1061796 CPUtime=3600.28 cores=5,7
/proc/54955/stat : 54955 (java) S 54952 54955 53552 0 -1 4194304 140733 0 0 0 358816 1212 0 0 20 0 22 0 57129887 19793682432 265449 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
/proc/54955/statm: 4832442 265449 5567 1 0 277016 0
[pid=54955/tid=54957] ppid=54952 vsize=19329768 memory=16336 CPUtime=3535.92 cores=5,7
/proc/54955/task/54957/stat : 54957 (java) S 54952 54955 53552 0 -1 4194368 61980 0 0 0 352640 952 0 0 20 0 22 0 57129889 19793682432 265449 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54966] ppid=54952 vsize=19329768 memory=4764 CPUtime=0 cores=5,7
/proc/54955/task/54966/stat : 54966 (Finalizer) S 54952 54955 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 57129892 19793682432 265449 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
[pid=54955/tid=54973] ppid=54952 vsize=19329768 memory=10496 CPUtime=0 cores=5,7
/proc/54955/task/54973/stat : 54973 (Common-Cleaner) S 54952 54955 53552 0 -1 4194368 1548 0 0 0 0 0 0 0 20 0 22 0 57129892 19793682432 265449 18446744073709551615 94186467753984 94186467757680 140731969184864 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94186467765496 94186467766288 94186485538816 140731969186096 140731969186278 140731969186278 140731969191880 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 1061796 KiB

Child status: 143

Real time (s): 3601.94
CPU time (s): 3600.32
CPU user time (s): 3588.18
CPU system time (s): 12.1399
CPU usage (%): 99.9551
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 3384444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.18
system time used= 12.1399
maximum resident set size= 3384444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140802
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11912896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126058
involuntary context switches= 39505


# summary of solver processes directly reported to runsolver:
#   pid: 54955
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3588.18
#   total CPU system time (s): 12.1399

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5603 second user time and 34.3606 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-02 02:01:48
IDJOB=4499359
IDBENCH=148776
IDSOLVER=3364
FILE ID=nodeC008/4499359-1751414508
RUNJOBID= nodeC008-1751407286-53565
SLURM_JOB_ID= 9598302
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx30.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499359-1751414508/watcher-4499359-1751414508 -o /tmp/evaluation-result-4499359-1751414508/solver-4499359-1751414508 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751407286-53565 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4499359-1751414508 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4499359-1751414508.opb

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

MD5SUM BENCH= 91ecd4a7d2e975c8e8a35b07ef7013ef
RANDOM SEED=1566531267

nodeC008 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		: 3491.841
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.72
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.205
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.72
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.601
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.72
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		: 2094.980
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.72
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		: 3662.233
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.72
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		: 2594.491
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.72
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		: 3491.859
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.72
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.207
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        116190864 kB
MemAvailable:   122010260 kB
Buffers:            2144 kB
Cached:          6621992 kB
SwapCached:           16 kB
Active:          8175420 kB
Inactive:        6403464 kB
Active(anon):    7936192 kB
Inactive(anon):    36628 kB
Active(file):     239228 kB
Inactive(file):  6366836 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            227828 kB
Writeback:             0 kB
AnonPages:       7956384 kB
Mapped:           123548 kB
Shmem:             17920 kB
KReclaimable:     105916 kB
Slab:             195900 kB
SReclaimable:     105916 kB
SUnreclaim:        89984 kB
KernelStack:        5120 kB
PageTables:        19032 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   13785148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7684096 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC008 at 2025-07-02 03:01:50