Trace number 4499083

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

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx49.opb
MD5SUMbb00c8681178995acecbc2b6e4ec1a1a
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 benchmark2410.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
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 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
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.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version PB25.v20250606
0.12/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.16	c java.vm.version	22.0.1+8-16
0.12/0.16	c java.vm.vendor	Oracle Corporation
0.12/0.16	c sun.arch.data.model	64
0.12/0.16	c java.version		22.0.1
0.12/0.16	c os.name		Linux
0.12/0.16	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.16	c os.arch		amd64
0.12/0.16	c Free memory 		2106806208
0.12/0.16	c Max memory 		16282288128
0.12/0.16	c Total memory 		2113929216
0.12/0.17	c Number of processors 	2
0.12/0.22	c Pseudo Boolean Optimization by upper bound
0.12/0.22	c --- Begin Solver configuration ---
0.12/0.22	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.22	c Learn all clauses as in MiniSAT
0.12/0.22	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.22	c Expensive reason simplification
0.12/0.22	c Glucose 2.1 dynamic restart strategy
0.12/0.22	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.12/0.22	c timeout=2147483s
0.12/0.22	c DB Simplification allowed=false
0.12/0.22	c Listener: none
0.12/0.22	c --- End Solver configuration ---
0.12/0.22	c solving HOME/instance-4499083-1751413475.opb
0.12/0.22	c reading problem ... 
0.12/0.23	c using VERIPB proof format
0.12/0.23	c  objective function found
0.67/0.49	c ... done. Wall clock time 0.248s.
0.67/0.49	c declared #vars     2130
0.67/0.49	c #constraints  2544
0.67/0.49	c constraints type 
0.67/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2125
0.67/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.67/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 320
0.67/0.49	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.67/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
0.67/0.49	c 2544 constraints processed.
0.67/0.51	c objective function length is 5 literals
4.15/2.25	c cleaning 2494 clauses out of 5001 with flag 38444/5001
6.64/3.62	c cleaning 4248 clauses out of 8506 with flag 91155/11000
8.14/5.03	c cleaning 5615 clauses out of 11260 with flag 148007/18002
10.03/6.70	c cleaning 6814 clauses out of 13643 with flag 215616/26000
13.04/9.19	c cleaning 7907 clauses out of 15829 with flag 282351/35000
15.57/11.65	c cleaning 8954 clauses out of 17922 with flag 363065/45000
18.73/14.76	c cleaning 9981 clauses out of 19968 with flag 464147/56000
21.97/17.94	c cleaning 10983 clauses out of 21987 with flag 590650/68000
25.41/21.30	c cleaning 11996 clauses out of 24004 with flag 706380/81000
30.71/26.45	c cleaning 12995 clauses out of 26008 with flag 813547/95000
34.69/30.38	c cleaning 13977 clauses out of 28014 with flag 949242/110001
39.47/35.17	c cleaning 15007 clauses out of 30038 with flag 1091032/126002
42.94/38.46	c cleaning 16005 clauses out of 32029 with flag 1227763/143000
47.01/42.39	c cleaning 17007 clauses out of 34025 with flag 1374774/161001
51.70/46.90	c cleaning 18000 clauses out of 36020 with flag 1528938/180003
56.72/51.81	c cleaning 19010 clauses out of 38019 with flag 1717166/200002
60.73/55.80	c cleaning 19988 clauses out of 40007 with flag 1908492/221000
67.03/61.33	c cleaning 20993 clauses out of 42019 with flag 2094825/243000
70.08/64.51	c cleaning 22006 clauses out of 44026 with flag 2300240/266000
73.67/68.08	c cleaning 22975 clauses out of 46020 with flag 2496343/290000
78.35/72.73	c cleaning 24021 clauses out of 48045 with flag 2728437/315000
83.29/77.51	c cleaning 25006 clauses out of 50024 with flag 2964368/341000
88.46/82.51	c cleaning 25974 clauses out of 52021 with flag 3248440/368003
94.82/88.71	c cleaning 27014 clauses out of 54045 with flag 3511262/396001
99.77/93.85	c cleaning 27973 clauses out of 56039 with flag 3781922/425009
105.81/99.81	c cleaning 29015 clauses out of 58059 with flag 4185528/455002
111.26/105.20	c cleaning 29988 clauses out of 60043 with flag 4608972/486001
117.61/111.36	c cleaning 31018 clauses out of 62054 with flag 4937172/518000
125.99/119.64	c cleaning 31984 clauses out of 64036 with flag 5275939/551000
135.25/128.99	c cleaning 33019 clauses out of 66055 with flag 5568652/585003
144.06/137.33	c cleaning 34013 clauses out of 68034 with flag 5963615/620001
153.55/146.76	c cleaning 35002 clauses out of 70021 with flag 6372738/656001
162.51/155.65	c cleaning 35995 clauses out of 72018 with flag 6622517/693000
173.46/166.27	c cleaning 36979 clauses out of 74025 with flag 6934028/731002
181.60/174.20	c cleaning 38004 clauses out of 76044 with flag 7282824/770000
191.80/184.37	c cleaning 38989 clauses out of 78043 with flag 7533319/810003
197.70/190.25	c cleaning 39933 clauses out of 80051 with flag 7835755/851000
205.84/198.27	c cleaning 40932 clauses out of 82119 with flag 8148215/893001
216.04/208.32	c cleaning 42093 clauses out of 84186 with flag 8642917/936000
226.36/218.46	c cleaning 43026 clauses out of 86094 with flag 9050474/980001
237.09/229.08	c cleaning 44015 clauses out of 88067 with flag 9499858/1025000
248.50/240.19	c cleaning 44919 clauses out of 90053 with flag 9943101/1071001
259.68/250.88	c cleaning 46027 clauses out of 92134 with flag 10279329/1118001
270.20/261.03	c cleaning 47016 clauses out of 94106 with flag 10710908/1166000
279.48/270.35	c cleaning 48035 clauses out of 96090 with flag 11239552/1215000
300.23/290.89	c cleaning 48934 clauses out of 98056 with flag 11770607/1265001
322.46/312.85	c cleaning 50026 clauses out of 100121 with flag 12290061/1316000
341.61/331.86	c cleaning 51022 clauses out of 102095 with flag 12841104/1368000
355.16/345.17	c cleaning 51967 clauses out of 104073 with flag 13344702/1421000
368.87/358.57	c cleaning 53034 clauses out of 106107 with flag 13733252/1475001
389.74/379.20	c cleaning 53979 clauses out of 108073 with flag 14202954/1530001
403.76/392.93	c cleaning 55023 clauses out of 110094 with flag 14774885/1586001
424.56/413.54	c cleaning 56029 clauses out of 112072 with flag 15331623/1643002
445.87/434.52	c cleaning 56999 clauses out of 114043 with flag 15795226/1701002
466.88/455.42	c cleaning 57986 clauses out of 116042 with flag 16307588/1760000
480.33/468.81	c cleaning 59027 clauses out of 118057 with flag 16915981/1820001
497.53/485.51	c cleaning 59993 clauses out of 120032 with flag 17554990/1881003
521.81/509.62	c cleaning 61006 clauses out of 122036 with flag 18178882/1943000
542.33/529.96	c cleaning 62004 clauses out of 124031 with flag 18736834/2006001
565.73/552.68	c cleaning 62987 clauses out of 126026 with flag 19418134/2070000
592.36/578.80	c cleaning 63999 clauses out of 128039 with flag 20101819/2135000
617.59/604.00	c cleaning 64989 clauses out of 130041 with flag 20809732/2201001
646.27/633.23	c cleaning 66016 clauses out of 132053 with flag 21516222/2268002
676.31/662.95	c cleaning 67016 clauses out of 134037 with flag 22179134/2336002
706.14/692.79	c cleaning 68009 clauses out of 136019 with flag 22905673/2405000
733.12/719.55	c cleaning 68982 clauses out of 138011 with flag 23599341/2475001
754.85/741.06	c cleaning 69988 clauses out of 140028 with flag 24317206/2546000
779.06/764.97	c cleaning 71016 clauses out of 142041 with flag 24995285/2618001
809.82/795.51	c cleaning 72005 clauses out of 144024 with flag 25856321/2691000
834.84/819.97	c cleaning 72994 clauses out of 146021 with flag 26672040/2765002
853.83/838.74	c cleaning 74014 clauses out of 148027 with flag 27444000/2840002
880.10/864.80	c cleaning 74995 clauses out of 150011 with flag 28212029/2916000
901.49/885.20	c cleaning 75986 clauses out of 152017 with flag 29069906/2993001
924.41/907.81	c cleaning 76974 clauses out of 154032 with flag 29742623/3071002
947.31/931.68	c cleaning 77990 clauses out of 156057 with flag 30420446/3150001
971.72/955.91	c cleaning 78995 clauses out of 158067 with flag 31281709/3230001
994.49/978.35	c cleaning 79991 clauses out of 160071 with flag 32107301/3311000
1025.24/1008.00	c cleaning 81019 clauses out of 162081 with flag 32959167/3393001
1058.84/1041.27	c cleaning 81976 clauses out of 164061 with flag 33957608/3476000
1083.04/1064.89	c cleaning 83019 clauses out of 166085 with flag 34821712/3560000
1119.96/1100.60	c cleaning 83991 clauses out of 168067 with flag 35588808/3645001
1148.50/1128.80	c cleaning 85002 clauses out of 170075 with flag 36469734/3731000
1173.04/1152.97	c cleaning 86005 clauses out of 172073 with flag 37259313/3818000
1202.24/1181.83	c cleaning 87025 clauses out of 174068 with flag 38137813/3906000
1229.65/1208.21	c cleaning 87979 clauses out of 176047 with flag 38960525/3995004
1255.92/1233.94	c cleaning 88998 clauses out of 178065 with flag 39801228/4085001
1286.84/1263.22	c cleaning 90004 clauses out of 180067 with flag 40627415/4176001
1313.69/1289.66	c cleaning 91015 clauses out of 182063 with flag 41495793/4268001
1343.97/1318.48	c cleaning 92010 clauses out of 184050 with flag 42309955/4361003
1382.34/1354.98	c cleaning 92985 clauses out of 186038 with flag 43223298/4455001
1431.08/1405.74	c cleaning 94001 clauses out of 188052 with flag 44250218/4550000
1460.12/1433.07	c cleaning 95012 clauses out of 190051 with flag 45179894/4646000
1495.72/1467.34	c cleaning 96016 clauses out of 192039 with flag 46090904/4743000
1531.65/1499.43	c cleaning 96994 clauses out of 194023 with flag 46972452/4841000
1570.04/1536.75	c cleaning 98011 clauses out of 196031 with flag 47892904/4940002
1606.48/1571.84	c cleaning 99000 clauses out of 198019 with flag 48851110/5040001
1661.63/1624.70	c cleaning 100007 clauses out of 200021 with flag 49848817/5141003
1746.04/1706.29	c cleaning 100940 clauses out of 202011 with flag 51254812/5243000
1777.58/1736.19	c cleaning 101988 clauses out of 204071 with flag 52101556/5346000
1813.77/1769.95	c cleaning 103038 clauses out of 206084 with flag 53084235/5450001
1849.37/1803.68	c cleaning 103984 clauses out of 208046 with flag 54106421/5555001
1892.20/1843.68	c cleaning 105010 clauses out of 210061 with flag 54985606/5661000
1937.85/1888.30	c cleaning 105992 clauses out of 212052 with flag 55971987/5768001
1979.20/1927.26	c cleaning 107021 clauses out of 214061 with flag 57048626/5876002
2042.36/1988.94	c cleaning 108013 clauses out of 216040 with flag 58016379/5985002
2119.61/2062.69	c cleaning 109012 clauses out of 218026 with flag 59021404/6095001
2172.09/2113.24	c cleaning 109911 clauses out of 220014 with flag 60180397/6206001
2225.30/2164.26	c cleaning 111044 clauses out of 222103 with flag 61385221/6318001
2307.18/2244.61	c cleaning 112003 clauses out of 224058 with flag 62436238/6431000
2416.64/2352.39	c cleaning 113016 clauses out of 226055 with flag 63566840/6545000
2536.80/2478.64	c cleaning 114013 clauses out of 228040 with flag 64767002/6660001
2595.15/2537.06	c cleaning 115005 clauses out of 230028 with flag 65868522/6776002
2662.45/2603.14	c cleaning 115995 clauses out of 232022 with flag 66930171/6893001
2748.22/2686.32	c cleaning 117000 clauses out of 234027 with flag 68093665/7011001
2831.01/2766.38	c cleaning 118005 clauses out of 236030 with flag 69250166/7130004
2906.67/2840.72	c cleaning 119002 clauses out of 238021 with flag 70404819/7250000
2991.60/2922.98	c cleaning 119977 clauses out of 240020 with flag 71598506/7371001
3044.74/2972.64	c cleaning 121013 clauses out of 242042 with flag 72922308/7493000
3110.24/3034.90	c cleaning 121993 clauses out of 244029 with flag 74302345/7616000
3190.86/3114.47	c cleaning 123010 clauses out of 246036 with flag 76002267/7740000
3267.78/3189.57	c cleaning 124005 clauses out of 248028 with flag 78167187/7865002
3355.80/3277.50	c cleaning 125010 clauses out of 250021 with flag 80216776/7991000
3422.36/3343.19	c cleaning 125998 clauses out of 252011 with flag 81854789/8118000
3466.57/3386.04	c cleaning 126951 clauses out of 254013 with flag 82915749/8246000
3527.66/3445.65	c cleaning 127991 clauses out of 256062 with flag 84129382/8375000
3575.55/3491.31	c cleaning 129020 clauses out of 258072 with flag 85250395/8505001
3600.02/3515.73	c starts		: 27410
3600.02/3515.73	c conflicts		: 8553650
3600.02/3515.73	c decisions		: 18724228
3600.02/3515.73	c propagations		: 823246744
3600.02/3515.73	c inspects		: 21798767724
3600.02/3515.73	c shortcuts		: 0
3600.02/3515.73	c learnt literals	: 0
3600.02/3515.73	c learnt binary clauses	: 0
3600.02/3515.73	c learnt ternary clauses	: 0
3600.02/3515.73	c learnt constraints	: 8553650
3600.02/3515.73	c ignored constraints	: 0
3600.02/3515.73	c root simplifications	: 0
3600.02/3515.73	c removed literals (reason simplification)	: 103931507
3600.02/3515.73	c reason swapping (by a shorter reason)	: 0
3600.02/3515.73	c Calls to reduceDB	: 126
3600.02/3515.73	c Number of update (reduction) of LBD	: 5304104
3600.02/3515.73	c Imported unit clauses	: 0
3600.02/3515.73	c No decision after first conflict	: false
3600.02/3515.73	c number of reductions to clauses (during analyze)	: 0
3600.02/3515.73	c number of learned constraints concerned by reduction	: 0
3600.02/3515.73	c number of learning phase by resolution	: 0
3600.02/3515.73	c number of learning phase by cutting planes	: 0
3600.02/3515.73	c number of rounding to 1 operations	: 0
3600.02/3515.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3515.73	c number of reductions of the coefficients by power 2 	: 0
3600.02/3515.73	c number of right shift for reduction by power 2 	: 0
3600.02/3515.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3515.73	c number of ending skipping 	: 0
3600.02/3515.73	c number of internal skipping 	: 0
3600.02/3515.73	c number of derivation steps 	: 0
3600.02/3515.73	c number of skipped derivation steps 	: 0
3600.02/3515.73	c number of remaining unassigned 	: 0
3600.02/3515.73	c number of remaining assigned 	: 0
3600.02/3515.73	c number of falsified literals weakened from reason	: 0
3600.02/3515.73	c number of falsified literals weakened from conflict	: 0
3600.02/3515.73	c time for arithmetic operations	: 0
3600.02/3515.73	c minimum degree of deleted constraints	: null
3600.02/3515.73	c maximum degree of deleted constraints	: null
3600.02/3515.73	c number of deleted constraints	: 0
3600.02/3515.73	c speed (assignments/second)	: 234195.47498130982
3600.02/3515.73	c non guided choices	: 5331
3600.02/3515.73	c timeout
3600.20/3515.81	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 177701
3600.20/3515.81	s UNKNOWN
3600.20/3515.81	c Total wall clock time (in seconds): 3515.586

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=54474, runsolver pid=54471
Current StackSize limit: 8192 KiB


[startup+0.100071 s]*
/proc/loadavg: 4.60 4.60 4.60 5/330 54492
/proc/meminfo: memFree=101116920/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=18930384 memory=48616 CPUtime=0.12 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 5828 0 0 0 9 3 0 0 20 0 18 0 57026583 19384713216 12154 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4732596 12154 5306 1 0 547019 0
[pid=54474/tid=54476] ppid=54471 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) R 54471 54474 53552 0 -1 4194368 4717 0 0 0 5 2 0 0 20 0 18 0 57026585 19384713216 12154 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 57026590 19384713216 12154 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=18930384 memory=59593594261064 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 57026590 19384713216 12154 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48616 KiB

[startup+0.220184 s]*
/proc/loadavg: 4.60 4.60 4.60 7/330 54492
/proc/meminfo: memFree=101116176/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=18930384 memory=58840 CPUtime=0.33 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 6764 0 0 0 29 4 0 0 20 0 18 0 57026583 19384713216 14710 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4732596 14710 5434 1 0 547795 0
[pid=54474/tid=54476] ppid=54471 vsize=18930384 memory=4026663196 CPUtime=0.19 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) R 54471 54474 53552 0 -1 4194368 5270 0 0 0 17 2 0 0 20 0 18 0 57026585 19384713216 14710 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=18930384 memory=15877 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 57026590 19384713216 14710 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 57026590 19384713216 14710 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58840 KiB

[startup+0.316272 s]*
/proc/loadavg: 4.60 4.60 4.60 7/330 54492
/proc/meminfo: memFree=101111072/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=18930384 memory=63616 CPUtime=0.49 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 6931 0 0 0 45 4 0 0 20 0 18 0 57026583 19384713216 15904 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4732596 15904 5434 1 0 547906 0
[pid=54474/tid=54476] ppid=54471 vsize=18930384 memory=-6000919502737795178 CPUtime=0.27 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) S 54471 54474 53552 0 -1 4194368 5320 0 0 0 25 2 0 0 20 0 18 0 57026585 19384713216 15904 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 57026590 19384713216 15936 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 57026590 19384713216 15936 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63616 KiB

[startup+0.700317 s]
/proc/loadavg: 4.60 4.60 4.60 7/330 54492
/proc/meminfo: memFree=101105468/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=18996948 memory=95416 CPUtime=1.21 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 9124 0 0 0 115 6 0 0 20 0 19 0 57026583 19452874752 23854 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4749237 23854 5498 1 0 549640 0
[pid=54474/tid=54476] ppid=54471 vsize=18996948 memory=18048 CPUtime=0.55 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) R 54471 54474 53552 0 -1 4194368 5485 0 0 0 52 3 0 0 20 0 19 0 57026585 19452874752 23854 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=18996948 memory=10496 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 57026590 19452874752 23854 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 57026590 19452874752 23854 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54493] ppid=54471 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/54474/task/54493/stat : 54493 (Timer-0) S 54471 54474 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 57026635 19452874752 23854 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 95416 KiB

[startup+1.50027 s]
/proc/loadavg: 4.60 4.60 4.60 6/331 54493
/proc/meminfo: memFree=101047024/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=19063512 memory=172576 CPUtime=2.77 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 18403 0 0 0 268 9 0 0 20 0 20 0 57026583 19521036288 43144 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4765878 43144 5530 1 0 553099 0
[pid=54474/tid=54476] ppid=54471 vsize=19063512 memory=0 CPUtime=1.31 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) R 54471 54474 53552 0 -1 4194368 5926 0 0 0 126 5 0 0 20 0 20 0 57026585 19521036288 43144 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57026590 19521036288 43144 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 57026590 19521036288 43144 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54493] ppid=54471 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/54474/task/54493/stat : 54493 (Timer-0) S 54471 54474 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57026635 19521036288 43144 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172576 KiB

[startup+3.1055 s]
/proc/loadavg: 4.60 4.60 4.60 6/332 54494
/proc/meminfo: memFree=100983064/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=19063512 memory=225368 CPUtime=5.94 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 22118 0 0 0 581 13 0 0 20 0 20 0 57026583 19521036288 56342 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4765878 56342 5530 1 0 553206 0
[pid=54474/tid=54476] ppid=54471 vsize=19063512 memory=10496 CPUtime=2.85 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) R 54471 54474 53552 0 -1 4194368 7178 0 0 0 277 8 0 0 20 0 20 0 57026585 19521036288 56342 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=19063512 memory=-6000919502737795178 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57026590 19521036288 56342 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 57026590 19521036288 56342 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54493] ppid=54471 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/54474/task/54493/stat : 54493 (Timer-0) S 54471 54474 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57026635 19521036288 56342 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 225368 KiB

[startup+6.30036 s]
/proc/loadavg: 4.63 4.60 4.60 6/332 54494
/proc/meminfo: memFree=100767872/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=19063512 memory=424520 CPUtime=9.73 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 22560 0 0 0 954 19 0 0 20 0 20 0 57026583 19521036288 106130 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4765878 106130 5530 1 0 553224 0
[pid=54474/tid=54476] ppid=54471 vsize=19063512 memory=0 CPUtime=5.91 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) R 54471 54474 53552 0 -1 4194368 7324 0 0 0 580 11 0 0 20 0 20 0 57026585 19521036288 106130 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57026590 19521036288 106130 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=19063512 memory=10496 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 57026590 19521036288 106130 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54493] ppid=54471 vsize=19063512 memory=172832 CPUtime=0 cores=0,2
/proc/54474/task/54493/stat : 54493 (Timer-0) S 54471 54474 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57026635 19521036288 106130 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 9.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 424520 KiB

[startup+12.7004 s]
/proc/loadavg: 4.58 4.59 4.60 5/332 54494
/proc/meminfo: memFree=100112152/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=19063512 memory=1137816 CPUtime=16.68 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 24794 0 0 0 1629 39 0 0 20 0 20 0 57026583 19521036288 284454 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4765878 284454 5530 1 0 1069161 0
[pid=54474/tid=54476] ppid=54471 vsize=19063512 memory=172832 CPUtime=11.87 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) R 54471 54474 53552 0 -1 4194368 7900 0 0 0 1160 27 0 0 20 0 20 0 57026585 19521036288 284454 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=19063512 memory=16336 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57026590 19521036288 284454 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=19063512 memory=970300 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 57026590 19521036288 284454 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54493] ppid=54471 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/54474/task/54493/stat : 54493 (Timer-0) S 54471 54474 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57026635 19521036288 284454 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 16.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1137816 KiB

[startup+25.5004 s]
/proc/loadavg: 4.45 4.56 4.59 5/332 54494
/proc/meminfo: memFree=99065220/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=19063512 memory=1951428 CPUtime=29.81 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 27758 0 0 0 2919 62 0 0 20 0 20 0 57026583 19521036288 487857 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4765878 487857 5562 1 0 1069187 0
[pid=54474/tid=54476] ppid=54471 vsize=19063512 memory=-6000919502737795178 CPUtime=24.22 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) R 54471 54474 53552 0 -1 4194368 8974 0 0 0 2377 45 0 0 20 0 20 0 57026585 19521036288 487857 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=19063512 memory=18048 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57026590 19521036288 487857 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 32 0 0 0 0 0 0 0 20 0 20 0 57026590 19521036288 487857 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54493] ppid=54471 vsize=19063512 memory=16336 CPUtime=0 cores=0,2
/proc/54474/task/54493/stat : 54493 (Timer-0) S 54471 54474 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57026635 19521036288 487857 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 29.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1951428 KiB

[startup+51.1134 s]
/proc/loadavg: 4.38 4.53 4.58 5/331 54495
/proc/meminfo: memFree=97920388/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=19063512 memory=2811964 CPUtime=56.03 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 33230 0 0 0 5505 98 0 0 20 0 20 0 57026583 19521036288 702991 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4765878 702991 5562 1 0 1069192 0
[pid=54474/tid=54476] ppid=54471 vsize=19063512 memory=2797628 CPUtime=48.91 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) R 54471 54474 53552 0 -1 4194368 11071 0 0 0 4821 70 0 0 20 0 20 0 57026585 19521036288 702991 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=19063512 memory=2459660 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57026590 19521036288 702991 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0

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

[startup+3162.3 s]
/proc/loadavg: 3.14 3.44 3.89 4/307 55324
/proc/meminfo: memFree=85899964/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=19129048 memory=2970856 CPUtime=3240.25 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 349937 0 0 0 322106 1919 0 0 20 0 20 0 57026583 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4782262 742714 5594 1 0 754523 0
[pid=54474/tid=54476] ppid=54471 vsize=19129048 memory=2970856 CPUtime=3068.99 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) R 54471 54474 53552 0 -1 4194368 164331 0 0 0 305298 1601 0 0 20 0 20 0 57026585 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=19129048 memory=2970856 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57026590 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=19129048 memory=2970856 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 1962 0 0 0 0 0 0 0 20 0 20 0 57026590 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54493] ppid=54471 vsize=19129048 memory=2970856 CPUtime=0 cores=0,2
/proc/54474/task/54493/stat : 54493 (Timer-0) S 54471 54474 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57026635 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 3240.25 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 2970856 KiB

[startup+3222.3 s]
/proc/loadavg: 3.26 3.40 3.85 4/306 55332
/proc/meminfo: memFree=85494820/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=19129048 memory=2970856 CPUtime=3300.22 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 354591 0 0 0 328082 1940 0 0 20 0 20 0 57026583 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4782262 742714 5594 1 0 754523 0
[pid=54474/tid=54476] ppid=54471 vsize=19129048 memory=3200 CPUtime=3126.59 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) R 54471 54474 53552 0 -1 4194368 165413 0 0 0 311041 1618 0 0 20 0 20 0 57026585 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=19129048 memory=2970856 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57026590 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=19129048 memory=2970856 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 2012 0 0 0 0 0 0 0 20 0 20 0 57026590 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54493] ppid=54471 vsize=19129048 memory=2970856 CPUtime=0 cores=0,2
/proc/54474/task/54493/stat : 54493 (Timer-0) S 54471 54474 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57026635 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 3300.22 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 2970856 KiB

[startup+3282.3 s]
/proc/loadavg: 3.21 3.36 3.80 4/306 55336
/proc/meminfo: memFree=85005808/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=19129048 memory=2970856 CPUtime=3360.59 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 354846 0 0 0 334097 1962 0 0 20 0 20 0 57026583 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4782262 742714 5594 1 0 754523 0
[pid=54474/tid=54476] ppid=54471 vsize=19129048 memory=18048 CPUtime=3185.57 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) R 54471 54474 53552 0 -1 4194368 165600 0 0 0 316920 1637 0 0 20 0 20 0 57026585 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=19129048 memory=2970856 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57026590 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=19129048 memory=2970856 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 2054 0 0 0 0 0 0 0 20 0 20 0 57026590 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54493] ppid=54471 vsize=19129048 memory=12416 CPUtime=0 cores=0,2
/proc/54474/task/54493/stat : 54493 (Timer-0) S 54471 54474 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57026635 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 3360.59 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 2970856 KiB

[startup+3342.3 s]
/proc/loadavg: 3.13 3.31 3.75 4/305 55338
/proc/meminfo: memFree=83329584/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=19129048 memory=2970856 CPUtime=3421.55 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 356381 0 0 0 340165 1990 0 0 20 0 20 0 57026583 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4782262 742714 5594 1 0 754523 0
[pid=54474/tid=54476] ppid=54471 vsize=19129048 memory=3200 CPUtime=3244.07 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) R 54471 54474 53552 0 -1 4194368 166865 0 0 0 322747 1660 0 0 20 0 20 0 57026585 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=19129048 memory=-1088251628401078322 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57026590 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=19129048 memory=2970856 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 2054 0 0 0 0 0 0 0 20 0 20 0 57026590 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54493] ppid=54471 vsize=19129048 memory=2970856 CPUtime=0 cores=0,2
/proc/54474/task/54493/stat : 54493 (Timer-0) S 54471 54474 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57026635 19588145152 742714 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 3421.55 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 2970856 KiB

[startup+3402.3 s]
/proc/loadavg: 3.16 3.29 3.72 4/305 55340
/proc/meminfo: memFree=82979856/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=19129048 memory=2753676 CPUtime=3484.17 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 362212 0 0 0 346392 2025 0 0 20 0 20 0 57026583 19588145152 688419 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4782262 688419 5594 1 0 698273 0
[pid=54474/tid=54476] ppid=54471 vsize=19129048 memory=18048 CPUtime=3302.23 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) R 54471 54474 53552 0 -1 4194368 169166 0 0 0 328532 1691 0 0 20 0 20 0 57026585 19588145152 688419 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=19129048 memory=2971496 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57026590 19588145152 688419 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=19129048 memory=5504 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 2083 0 0 0 0 0 0 0 20 0 20 0 57026590 19588145152 688419 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54493] ppid=54471 vsize=19129048 memory=2978736 CPUtime=0 cores=0,2
/proc/54474/task/54493/stat : 54493 (Timer-0) S 54471 54474 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57026635 19588145152 688419 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 3484.17 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 2753676 KiB

[startup+3462.3 s]
/proc/loadavg: 3.17 3.27 3.68 4/305 55342
/proc/meminfo: memFree=81215928/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=19129048 memory=3927468 CPUtime=3544.81 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 363993 0 0 0 352402 2079 0 0 20 0 20 0 57026583 19588145152 981867 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4782262 981867 5594 1 0 996857 0
[pid=54474/tid=54476] ppid=54471 vsize=19129048 memory=18048 CPUtime=3360.61 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) R 54471 54474 53552 0 -1 4194368 170118 0 0 0 334321 1740 0 0 20 0 20 0 57026585 19588145152 981867 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=19129048 memory=2971496 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57026590 19588145152 981867 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=19129048 memory=5504 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 2149 0 0 0 0 0 0 0 20 0 20 0 57026590 19588145152 981867 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54493] ppid=54471 vsize=19129048 memory=3927468 CPUtime=0 cores=0,2
/proc/54474/task/54493/stat : 54493 (Timer-0) S 54471 54474 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57026635 19588145152 981867 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 3544.81 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 3927468 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3515.7 s]
/proc/loadavg: 3.17 3.25 3.65 4/307 55346
/proc/meminfo: memFree=82566064/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=19129048 memory=3945800 CPUtime=3600.02 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 370104 0 0 0 357900 2102 0 0 20 0 20 0 57026583 19588145152 986450 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4782262 986450 5594 1 0 996895 0
[pid=54474/tid=54476] ppid=54471 vsize=19129048 memory=3927468 CPUtime=3412.56 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) R 54471 54474 53552 0 -1 4194368 171439 0 0 0 339498 1758 0 0 20 0 20 0 57026585 19588145152 986450 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=19129048 memory=3945800 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 57026590 19588145152 986450 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=19129048 memory=3945800 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 2149 0 0 0 0 0 0 0 20 0 20 0 57026590 19588145152 986450 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54493] ppid=54471 vsize=19129048 memory=3945800 CPUtime=0 cores=0,2
/proc/54474/task/54493/stat : 54493 (Timer-0) S 54471 54474 53552 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 57026635 19588145152 986450 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19129048 KiB
Current children cumulated memory: 3945800 KiB

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

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

# cumulated CPU time of all completed processes:  user=3579.18 s, system=21.0642 s

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

[startup+3515.8 s]
/proc/loadavg: 3.17 3.25 3.65 4/307 55346
/proc/meminfo: memFree=82566064/131382120 swapFree=33010160/33010684
[pid=54474] ppid=54471 vsize=19328740 memory=3946568 CPUtime=3600.2 cores=0,2
/proc/54474/stat : 54474 (java) S 54471 54474 53552 0 -1 4194304 371474 0 0 0 357916 2104 0 0 20 0 21 0 57026583 19792629760 986642 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
/proc/54474/statm: 4832185 986642 5594 1 0 997841 0
[pid=54474/tid=54476] ppid=54471 vsize=19328740 memory=3200 CPUtime=3412.6 cores=0,2
/proc/54474/task/54476/stat : 54476 (java) S 54471 54474 53552 0 -1 4194368 171625 0 0 0 339500 1760 0 0 20 0 21 0 57026585 19792629760 986642 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54485] ppid=54471 vsize=19328740 memory=4764 CPUtime=0 cores=0,2
/proc/54474/task/54485/stat : 54485 (Finalizer) S 54471 54474 53552 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 57026590 19792629760 986642 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
[pid=54474/tid=54492] ppid=54471 vsize=19328740 memory=-6000919502737795178 CPUtime=0 cores=0,2
/proc/54474/task/54492/stat : 54492 (Common-Cleaner) S 54471 54474 53552 0 -1 4194368 2149 0 0 0 0 0 0 0 20 0 21 0 57026590 19792629760 986642 18446744073709551615 94923962753024 94923962756720 140735763489776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94923962764536 94923962765328 94923979161600 140735763491120 140735763491302 140735763491302 140735763496904 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19328740 KiB
Current children cumulated memory: 3946568 KiB

Child status: 143

Real time (s): 3515.85
CPU time (s): 3600.25
CPU user time (s): 3579.18
CPU system time (s): 21.0642
CPU usage (%): 102.401
Max. virtual memory (cumulated for all children) (KiB): 19328740
Max. memory (cumulated for all children) (KiB): 7897516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.18
system time used= 21.0642
maximum resident set size= 7897516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 371531
page faults= 0
swaps= 0
block input operations= 0
block output operations= 30100648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126902
involuntary context switches= 17862


# summary of solver processes directly reported to runsolver:
#   pid: 54474
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3579.18
#   total CPU system time (s): 21.0642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0422 second user time and 36.8604 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-02 01:44:35
IDJOB=4499083
IDBENCH=148770
IDSOLVER=3364
FILE ID=nodeC008/4499083-1751413475
RUNJOBID= nodeC008-1751407286-53562
SLURM_JOB_ID= 9598302
Free space on /tmp= 433024 MiB

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

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

MD5SUM BENCH= bb00c8681178995acecbc2b6e4ec1a1a
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		: 1895.569
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		: 3661.319
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.864
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		: 1197.523
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		: 3656.161
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		: 3660.880
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		: 1197.307
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		: 1198.206
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:        101130924 kB
MemAvailable:   107844108 kB
Buffers:            2144 kB
Cached:          7514824 kB
SwapCached:           16 kB
Active:         22328004 kB
Inactive:        7296316 kB
Active(anon):   22088776 kB
Inactive(anon):    36628 kB
Active(file):     239228 kB
Inactive(file):  7259688 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19484 kB
Writeback:           236 kB
AnonPages:      22110516 kB
Mapped:           123516 kB
Shmem:             17920 kB
KReclaimable:     107792 kB
Slab:             191780 kB
SReclaimable:     107792 kB
SUnreclaim:        83988 kB
KernelStack:        5052 kB
PageTables:        46960 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   23852424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  21800960 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 02:43:11