Trace number 4499082

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 2025-06-06? (TO) 3600.21 3582.33

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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4499082-1751408127.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  objective function found
0.32/0.26	c ... done. Wall clock time 0.118s.
0.32/0.26	c declared #vars     2130
0.32/0.26	c #constraints  2544
0.32/0.26	c constraints type 
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2125
0.32/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.32/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 320
0.32/0.26	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
0.32/0.26	c 2544 constraints processed.
0.32/0.28	c objective function length is 5 literals
1.79/1.07	c cleaning 2494 clauses out of 5001 with flag 38444/5001
2.83/1.81	c cleaning 4248 clauses out of 8506 with flag 91155/11000
3.81/2.79	c cleaning 5615 clauses out of 11260 with flag 148007/18002
5.12/3.97	c cleaning 6814 clauses out of 13643 with flag 215616/26000
6.89/5.62	c cleaning 7907 clauses out of 15829 with flag 282351/35000
8.73/7.46	c cleaning 8954 clauses out of 17922 with flag 363065/45000
10.93/9.65	c cleaning 9981 clauses out of 19968 with flag 464147/56000
13.40/12.01	c cleaning 10983 clauses out of 21987 with flag 590650/68000
15.69/14.32	c cleaning 11996 clauses out of 24004 with flag 706380/81000
18.64/17.26	c cleaning 12995 clauses out of 26008 with flag 813547/95000
21.61/20.19	c cleaning 13977 clauses out of 28014 with flag 949242/110001
24.19/22.80	c cleaning 15007 clauses out of 30038 with flag 1091032/126002
26.57/25.07	c cleaning 16005 clauses out of 32029 with flag 1227763/143000
29.22/27.66	c cleaning 17007 clauses out of 34025 with flag 1374774/161001
32.27/30.67	c cleaning 18000 clauses out of 36020 with flag 1528938/180003
35.82/34.11	c cleaning 19010 clauses out of 38019 with flag 1717166/200002
38.66/36.92	c cleaning 19988 clauses out of 40007 with flag 1908492/221000
41.31/39.59	c cleaning 20993 clauses out of 42019 with flag 2094825/243000
43.46/41.66	c cleaning 22006 clauses out of 44026 with flag 2300240/266000
45.76/43.94	c cleaning 22975 clauses out of 46020 with flag 2496343/290000
49.27/47.44	c cleaning 24021 clauses out of 48045 with flag 2728437/315000
52.52/50.66	c cleaning 25006 clauses out of 50024 with flag 2964368/341000
56.09/54.16	c cleaning 25974 clauses out of 52021 with flag 3248440/368003
59.67/57.77	c cleaning 27014 clauses out of 54045 with flag 3511262/396001
63.63/61.50	c cleaning 27973 clauses out of 56039 with flag 3781922/425009
68.08/65.98	c cleaning 29015 clauses out of 58059 with flag 4185528/455002
71.96/69.80	c cleaning 29988 clauses out of 60043 with flag 4608972/486001
76.51/74.38	c cleaning 31018 clauses out of 62054 with flag 4937172/518000
82.97/80.71	c cleaning 31984 clauses out of 64036 with flag 5275939/551000
89.03/86.75	c cleaning 33019 clauses out of 66055 with flag 5568652/585003
94.91/92.69	c cleaning 34013 clauses out of 68034 with flag 5963615/620001
101.98/99.60	c cleaning 35002 clauses out of 70021 with flag 6372738/656001
108.34/105.97	c cleaning 35995 clauses out of 72018 with flag 6622517/693000
115.11/112.63	c cleaning 36979 clauses out of 74025 with flag 6934028/731002
120.96/118.19	c cleaning 38004 clauses out of 76044 with flag 7282824/770000
127.73/124.86	c cleaning 38989 clauses out of 78043 with flag 7533319/810003
131.81/128.94	c cleaning 39933 clauses out of 80051 with flag 7835755/851000
137.60/134.73	c cleaning 40932 clauses out of 82119 with flag 8148215/893001
145.01/142.06	c cleaning 42093 clauses out of 84186 with flag 8642917/936000
151.00/148.04	c cleaning 43026 clauses out of 86094 with flag 9050474/980001
159.13/156.00	c cleaning 44015 clauses out of 88067 with flag 9499858/1025000
166.01/162.98	c cleaning 44919 clauses out of 90053 with flag 9943101/1071001
172.84/169.67	c cleaning 46027 clauses out of 92134 with flag 10279329/1118001
179.82/176.65	c cleaning 47016 clauses out of 94106 with flag 10710908/1166000
187.09/183.77	c cleaning 48035 clauses out of 96090 with flag 11239552/1215000
200.66/197.31	c cleaning 48934 clauses out of 98056 with flag 11770607/1265001
215.35/211.93	c cleaning 50026 clauses out of 100121 with flag 12290061/1316000
230.55/226.62	c cleaning 51022 clauses out of 102095 with flag 12841104/1368000
239.74/235.83	c cleaning 51967 clauses out of 104073 with flag 13344702/1421000
249.42/245.45	c cleaning 53034 clauses out of 106107 with flag 13733252/1475001
264.64/260.57	c cleaning 53979 clauses out of 108073 with flag 14202954/1530001
274.39/270.17	c cleaning 55023 clauses out of 110094 with flag 14774885/1586001
289.31/284.94	c cleaning 56029 clauses out of 112072 with flag 15331623/1643002
304.28/299.98	c cleaning 56999 clauses out of 114043 with flag 15795226/1701002
319.48/315.03	c cleaning 57986 clauses out of 116042 with flag 16307588/1760000
329.61/324.71	c cleaning 59027 clauses out of 118057 with flag 16915981/1820001
341.53/336.63	c cleaning 59993 clauses out of 120032 with flag 17554990/1881003
359.37/354.35	c cleaning 61006 clauses out of 122036 with flag 18178882/1943000
373.24/368.29	c cleaning 62004 clauses out of 124031 with flag 18736834/2006001
388.84/383.79	c cleaning 62987 clauses out of 126026 with flag 19418134/2070000
407.56/402.33	c cleaning 63999 clauses out of 128039 with flag 20101819/2135000
425.81/420.46	c cleaning 64989 clauses out of 130041 with flag 20809732/2201001
445.75/440.23	c cleaning 66016 clauses out of 132053 with flag 21516222/2268002
467.73/462.17	c cleaning 67016 clauses out of 134037 with flag 22179134/2336002
490.01/483.94	c cleaning 68009 clauses out of 136019 with flag 22905673/2405000
509.87/503.72	c cleaning 68982 clauses out of 138011 with flag 23599341/2475001
523.93/517.83	c cleaning 69988 clauses out of 140028 with flag 24317206/2546000
539.83/533.62	c cleaning 71016 clauses out of 142041 with flag 24995285/2618001
562.73/556.50	c cleaning 72005 clauses out of 144024 with flag 25856321/2691000
580.17/573.78	c cleaning 72994 clauses out of 146021 with flag 26672040/2765002
593.68/587.15	c cleaning 74014 clauses out of 148027 with flag 27444000/2840002
611.41/604.72	c cleaning 74995 clauses out of 150011 with flag 28212029/2916000
626.14/619.33	c cleaning 75986 clauses out of 152017 with flag 29069906/2993001
642.16/635.26	c cleaning 76974 clauses out of 154032 with flag 29742623/3071002
656.69/649.64	c cleaning 77990 clauses out of 156057 with flag 30420446/3150001
673.71/666.53	c cleaning 78995 clauses out of 158067 with flag 31281709/3230001
690.52/682.81	c cleaning 79991 clauses out of 160071 with flag 32107301/3311000
711.38/703.55	c cleaning 81019 clauses out of 162081 with flag 32959167/3393001
734.30/726.32	c cleaning 81976 clauses out of 164061 with flag 33957608/3476000
751.03/742.98	c cleaning 83019 clauses out of 166085 with flag 34821712/3560000
776.69/768.58	c cleaning 83991 clauses out of 168067 with flag 35588808/3645001
797.31/789.05	c cleaning 85002 clauses out of 170075 with flag 36469734/3731000
813.28/804.90	c cleaning 86005 clauses out of 172073 with flag 37259313/3818000
834.12/825.77	c cleaning 87025 clauses out of 174068 with flag 38137813/3906000
853.21/844.71	c cleaning 87979 clauses out of 176047 with flag 38960525/3995004
870.40/861.75	c cleaning 88998 clauses out of 178065 with flag 39801228/4085001
890.15/881.36	c cleaning 90004 clauses out of 180067 with flag 40627415/4176001
908.78/899.87	c cleaning 91015 clauses out of 182063 with flag 41495793/4268001
929.90/920.82	c cleaning 92010 clauses out of 184050 with flag 42309955/4361003
955.53/945.81	c cleaning 92985 clauses out of 186038 with flag 43223298/4455001
988.54/978.73	c cleaning 94001 clauses out of 188052 with flag 44250218/4550000
1008.09/998.17	c cleaning 95012 clauses out of 190051 with flag 45179894/4646000
1031.16/1021.11	c cleaning 96016 clauses out of 192039 with flag 46090904/4743000
1053.48/1043.41	c cleaning 96994 clauses out of 194023 with flag 46972452/4841000
1078.88/1068.55	c cleaning 98011 clauses out of 196031 with flag 47892904/4940002
1103.72/1093.22	c cleaning 99000 clauses out of 198019 with flag 48851110/5040001
1141.55/1130.93	c cleaning 100007 clauses out of 200021 with flag 49848817/5141003
1201.66/1190.80	c cleaning 100940 clauses out of 202011 with flag 51254812/5243000
1222.97/1211.82	c cleaning 101988 clauses out of 204071 with flag 52101556/5346000
1248.39/1237.16	c cleaning 103038 clauses out of 206084 with flag 53084235/5450001
1270.54/1259.29	c cleaning 103984 clauses out of 208046 with flag 54106421/5555001
1298.63/1287.03	c cleaning 105010 clauses out of 210061 with flag 54985606/5661000
1334.23/1321.91	c cleaning 105992 clauses out of 212052 with flag 55971987/5768001
1362.54/1350.24	c cleaning 107021 clauses out of 214061 with flag 57048626/5876002
1411.08/1398.50	c cleaning 108013 clauses out of 216040 with flag 58016379/5985002
1467.40/1454.76	c cleaning 109012 clauses out of 218026 with flag 59021404/6095001
1507.35/1494.44	c cleaning 109911 clauses out of 220014 with flag 60180397/6206001
1545.84/1532.83	c cleaning 111044 clauses out of 222103 with flag 61385221/6318001
1607.93/1594.77	c cleaning 112003 clauses out of 224058 with flag 62436238/6431000
1692.36/1679.17	c cleaning 113016 clauses out of 226055 with flag 63566840/6545000
1784.24/1770.87	c cleaning 114013 clauses out of 228040 with flag 64767002/6660001
1834.41/1820.91	c cleaning 115005 clauses out of 230028 with flag 65868522/6776002
1893.65/1880.14	c cleaning 115995 clauses out of 232022 with flag 66930171/6893001
1963.30/1949.88	c cleaning 117000 clauses out of 234027 with flag 68093665/7011001
2031.33/2017.64	c cleaning 118005 clauses out of 236030 with flag 69250166/7130004
2101.46/2087.73	c cleaning 119002 clauses out of 238021 with flag 70404819/7250000
2177.77/2164.09	c cleaning 119977 clauses out of 240020 with flag 71598506/7371001
2219.65/2205.69	c cleaning 121013 clauses out of 242042 with flag 72922308/7493000
2275.83/2260.64	c cleaning 121993 clauses out of 244029 with flag 74302345/7616000
2351.34/2336.03	c cleaning 123010 clauses out of 246036 with flag 76002267/7740000
2421.23/2405.89	c cleaning 124005 clauses out of 248028 with flag 78167187/7865002
2502.48/2487.03	c cleaning 125010 clauses out of 250021 with flag 80216776/7991000
2561.37/2545.81	c cleaning 125998 clauses out of 252011 with flag 81854789/8118000
2599.90/2584.29	c cleaning 126951 clauses out of 254013 with flag 82915749/8246000
2649.96/2633.98	c cleaning 127991 clauses out of 256062 with flag 84129382/8375000
2688.16/2671.99	c cleaning 129020 clauses out of 258072 with flag 85250395/8505001
2745.11/2728.77	c cleaning 129948 clauses out of 260051 with flag 86415946/8636000
2793.64/2777.17	c cleaning 131015 clauses out of 262103 with flag 87760670/8768000
2839.34/2822.49	c cleaning 132018 clauses out of 264089 with flag 89418403/8901001
2920.14/2903.16	c cleaning 133022 clauses out of 266071 with flag 90679161/9035001
2989.45/2972.35	c cleaning 133995 clauses out of 268050 with flag 91771955/9170002
3057.05/3039.82	c cleaning 135014 clauses out of 270053 with flag 93010858/9306000
3134.46/3117.16	c cleaning 136008 clauses out of 272039 with flag 94301826/9443000
3198.56/3181.12	c cleaning 136989 clauses out of 274031 with flag 95283351/9581000
3273.79/3256.29	c cleaning 138015 clauses out of 276042 with flag 96546697/9720000
3373.92/3356.35	c cleaning 139002 clauses out of 278027 with flag 98029121/9860000
3483.42/3465.81	c cleaning 139996 clauses out of 280027 with flag 99499892/10001002
3563.71/3546.06	c cleaning 140995 clauses out of 282030 with flag 101008459/10143001
3600.05/3582.21	c starts		: 28853
3600.05/3582.22	c timeout
3600.05/3582.22	c conflicts		: 10242848
3600.05/3582.22	c decisions		: 21282329
3600.05/3582.22	c propagations		: 969713897
3600.05/3582.22	c inspects		: 29781947331
3600.05/3582.22	c shortcuts		: 0
3600.05/3582.22	c learnt literals	: 0
3600.05/3582.22	c learnt binary clauses	: 0
3600.05/3582.22	c learnt ternary clauses	: 0
3600.05/3582.22	c learnt constraints	: 10242848
3600.05/3582.22	c ignored constraints	: 0
3600.05/3582.22	c root simplifications	: 0
3600.05/3582.22	c removed literals (reason simplification)	: 129816730
3600.05/3582.22	c reason swapping (by a shorter reason)	: 0
3600.05/3582.22	c Calls to reduceDB	: 138
3600.05/3582.22	c Number of update (reduction) of LBD	: 6330993
3600.05/3582.22	c Imported unit clauses	: 0
3600.05/3582.22	c No decision after first conflict	: false
3600.05/3582.22	c number of reductions to clauses (during analyze)	: 0
3600.05/3582.22	c number of learned constraints concerned by reduction	: 0
3600.05/3582.22	c number of learning phase by resolution	: 0
3600.05/3582.22	c number of learning phase by cutting planes	: 0
3600.05/3582.22	c number of rounding to 1 operations	: 0
3600.05/3582.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3582.22	c number of reductions of the coefficients by power 2 	: 0
3600.05/3582.22	c number of right shift for reduction by power 2 	: 0
3600.05/3582.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3582.22	c number of ending skipping 	: 0
3600.05/3582.22	c number of internal skipping 	: 0
3600.05/3582.22	c number of derivation steps 	: 0
3600.05/3582.22	c number of skipped derivation steps 	: 0
3600.05/3582.22	c number of remaining unassigned 	: 0
3600.05/3582.22	c number of remaining assigned 	: 0
3600.05/3582.22	c number of falsified literals weakened from reason	: 0
3600.05/3582.22	c number of falsified literals weakened from conflict	: 0
3600.05/3582.22	c time for arithmetic operations	: 0
3600.05/3582.23	c minimum degree of deleted constraints	: null
3600.05/3582.23	c maximum degree of deleted constraints	: null
3600.05/3582.23	c number of deleted constraints	: 0
3600.05/3582.23	c speed (assignments/second)	: 270722.56987610366
3600.05/3582.23	c non guided choices	: 6021
3600.05/3582.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 240882
3600.05/3582.28	s UNKNOWN
3600.05/3582.28	c Total wall clock time (in seconds): 3582.153

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: 63665 MiB (62787 MiB free)
  memory of node 1: 64507 MiB (63933 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100059 s]*
/proc/loadavg: 0.37 1.41 2.21 9/333 60226
/proc/meminfo: memFree=129660380/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=18930384 memory=57636 CPUtime=0.12 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 6554 0 0 0 10 2 0 0 20 0 18 0 56490477 19384713216 14409 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4732596 14409 5338 1 0 547603 0
[pid=60156/tid=60168] ppid=60140 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 5057 0 0 0 6 1 0 0 20 0 18 0 56490479 19384713216 14409 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/60156/task/60216/stat : 60216 (Finalizer) S 60140 60156 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56490481 19384713216 14409 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60226] ppid=60140 vsize=18930384 memory=60684515966010 CPUtime=0 cores=5,7
/proc/60156/task/60226/stat : 60226 (Common-Cleaner) S 60140 60156 60056 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 56490482 19384713216 14409 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57636 KiB

[startup+0.205667 s]*
/proc/loadavg: 0.37 1.41 2.21 13/333 60226
/proc/meminfo: memFree=129632812/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=18930384 memory=66496 CPUtime=0.32 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 7134 0 0 0 29 3 0 0 20 0 18 0 56490477 19384713216 16624 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4732596 16624 5434 1 0 548019 0
[pid=60156/tid=60168] ppid=60140 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 5279 0 0 0 14 1 0 0 20 0 18 0 56490479 19384713216 16624 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=18930384 memory=16880 CPUtime=0 cores=5,7
/proc/60156/task/60216/stat : 60216 (Finalizer) S 60140 60156 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56490481 19384713216 16624 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60226] ppid=60140 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/60156/task/60226/stat : 60226 (Common-Cleaner) S 60140 60156 60056 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 56490482 19384713216 16624 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66496 KiB

[startup+0.3056 s]*
/proc/loadavg: 0.37 1.41 2.21 13/336 60229
/proc/meminfo: memFree=129539488/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=18996948 memory=83496 CPUtime=0.51 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 8731 0 0 0 47 4 0 0 20 0 19 0 56490477 19452874752 20874 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4749237 20874 5466 1 0 549328 0
[pid=60156/tid=60168] ppid=60140 vsize=18996948 memory=-6000919507083291753 CPUtime=0.23 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 5401 0 0 0 21 2 0 0 20 0 19 0 56490479 19452874752 20874 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=18996948 memory=-4421386487624657761 CPUtime=0 cores=5,7
/proc/60156/task/60216/stat : 60216 (Finalizer) S 60140 60156 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56490481 19452874752 20874 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60226] ppid=60140 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/60156/task/60226/stat : 60226 (Common-Cleaner) S 60140 60156 60056 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 56490482 19452874752 20874 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60227] ppid=60140 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/60156/task/60227/stat : 60227 (Timer-0) S 60140 60156 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 56490506 19452874752 20874 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 83496 KiB

[startup+0.700207 s]
/proc/loadavg: 0.37 1.41 2.21 11/337 60230
/proc/meminfo: memFree=129492452/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=18996948 memory=99940 CPUtime=1.27 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 12737 0 0 0 122 5 0 0 20 0 19 0 56490477 19452874752 24985 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4749237 24985 5498 1 0 551766 0
[pid=60156/tid=60168] ppid=60140 vsize=18996948 memory=17920 CPUtime=0.57 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 5446 0 0 0 55 2 0 0 20 0 19 0 56490479 19452874752 24985 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/60156/task/60216/stat : 60216 (Finalizer) S 60140 60156 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56490481 19452874752 24985 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60226] ppid=60140 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/60156/task/60226/stat : 60226 (Common-Cleaner) S 60140 60156 60056 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 56490482 19452874752 24985 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60227] ppid=60140 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/60156/task/60227/stat : 60227 (Timer-0) S 60140 60156 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 56490506 19452874752 24985 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 99940 KiB

[startup+1.50023 s]
/proc/loadavg: 0.37 1.41 2.21 9/337 60230
/proc/meminfo: memFree=129436812/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=18996948 memory=122012 CPUtime=2.52 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 17471 0 0 0 246 6 0 0 20 0 19 0 56490477 19452874752 30503 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4749237 30503 5498 1 0 552039 0
[pid=60156/tid=60168] ppid=60140 vsize=18996948 memory=0 CPUtime=1.35 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 5684 0 0 0 133 2 0 0 20 0 19 0 56490479 19452874752 30503 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/60156/task/60216/stat : 60216 (Finalizer) S 60140 60156 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56490481 19452874752 30503 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60226] ppid=60140 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/60156/task/60226/stat : 60226 (Common-Cleaner) S 60140 60156 60056 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 56490482 19452874752 30503 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60227] ppid=60140 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/60156/task/60227/stat : 60227 (Timer-0) S 60140 60156 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 56490506 19452874752 30503 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 122012 KiB

[startup+3.10451 s]
/proc/loadavg: 0.37 1.41 2.21 5/295 60243
/proc/meminfo: memFree=129498308/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=18996948 memory=159132 CPUtime=4.3 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 18608 0 0 0 424 6 0 0 20 0 19 0 56490477 19452874752 39783 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4749237 39783 5498 1 0 552057 0
[pid=60156/tid=60168] ppid=60140 vsize=18996948 memory=10752 CPUtime=2.96 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 6209 0 0 0 293 3 0 0 20 0 19 0 56490479 19452874752 39783 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=18996948 memory=-6000919507083291753 CPUtime=0 cores=5,7
/proc/60156/task/60216/stat : 60216 (Finalizer) S 60140 60156 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56490481 19452874752 39783 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60226] ppid=60140 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/60156/task/60226/stat : 60226 (Common-Cleaner) S 60140 60156 60056 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 56490482 19452874752 39783 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60227] ppid=60140 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/60156/task/60227/stat : 60227 (Timer-0) S 60140 60156 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 56490506 19452874752 39783 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
Current children cumulated CPU time: 4.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159132 KiB

[startup+6.30014 s]
/proc/loadavg: 0.66 1.45 2.22 5/293 60309
/proc/meminfo: memFree=129412516/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=19063512 memory=191292 CPUtime=7.59 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 20047 0 0 0 752 7 0 0 20 0 20 0 56490477 19521036288 47823 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4765878 47823 5498 1 0 552346 0
[pid=60156/tid=60168] ppid=60140 vsize=19063512 memory=0 CPUtime=6.1 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 6223 0 0 0 607 3 0 0 20 0 20 0 56490479 19521036288 47823 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/60156/task/60216/stat : 60216 (Finalizer) S 60140 60156 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 47823 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60226] ppid=60140 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/60156/task/60226/stat : 60226 (Common-Cleaner) S 60140 60156 60056 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 56490482 19521036288 47823 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60227] ppid=60140 vsize=19063512 memory=126108 CPUtime=0 cores=5,7
/proc/60156/task/60227/stat : 60227 (Timer-0) S 60140 60156 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490506 19521036288 47823 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
Current children cumulated CPU time: 7.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191292 KiB

[startup+12.7001 s]
/proc/loadavg: 0.77 1.46 2.22 4/293 60309
/proc/meminfo: memFree=129071176/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=19063512 memory=320696 CPUtime=14.09 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 21839 0 0 0 1399 10 0 0 20 0 20 0 56490477 19521036288 80174 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4765878 80174 5498 1 0 552346 0
[pid=60156/tid=60168] ppid=60140 vsize=19063512 memory=126108 CPUtime=12.38 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 6923 0 0 0 1235 3 0 0 20 0 20 0 56490479 19521036288 80174 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/60156/task/60216/stat : 60216 (Finalizer) S 60140 60156 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 80174 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60226] ppid=60140 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/60156/task/60226/stat : 60226 (Common-Cleaner) S 60140 60156 60056 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 56490482 19521036288 80174 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60227] ppid=60140 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/60156/task/60227/stat : 60227 (Timer-0) S 60140 60156 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490506 19521036288 80174 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
Current children cumulated CPU time: 14.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 320696 KiB

[startup+25.5002 s]
/proc/loadavg: 1.04 1.49 2.22 4/293 60309
/proc/meminfo: memFree=128385632/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=19063512 memory=511812 CPUtime=27.09 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 27202 0 0 0 2694 15 0 0 20 0 20 0 56490477 19521036288 127953 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4765878 127953 5530 1 0 552346 0
[pid=60156/tid=60168] ppid=60140 vsize=19063512 memory=0 CPUtime=24.98 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 8245 0 0 0 2495 3 0 0 20 0 20 0 56490479 19521036288 127953 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/60156/task/60216/stat : 60216 (Finalizer) S 60140 60156 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 127953 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60226] ppid=60140 vsize=19063512 memory=4050197523028246818 CPUtime=0 cores=5,7
/proc/60156/task/60226/stat : 60226 (Common-Cleaner) S 60140 60156 60056 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 56490482 19521036288 127953 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60227] ppid=60140 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/60156/task/60227/stat : 60227 (Timer-0) S 60140 60156 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490506 19521036288 127953 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
Current children cumulated CPU time: 27.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 511812 KiB

[startup+51.1054 s]
/proc/loadavg: 1.51 1.56 2.22 4/293 60309
/proc/meminfo: memFree=127128728/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=19063512 memory=1010500 CPUtime=53.03 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 28490 0 0 0 5278 25 0 0 20 0 20 0 56490477 19521036288 252625 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4765878 252625 5530 1 0 552346 0
[pid=60156/tid=60168] ppid=60140 vsize=19063512 memory=819720 CPUtime=50.07 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 8286 0 0 0 5004 3 0 0 20 0 20 0 56490479 19521036288 252625 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=19063512 memory=5632 CPUtime=0 cores=5,7

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


[startup+3222.3 s]
/proc/loadavg: 2.06 2.08 2.09 4/289 60475
/proc/meminfo: memFree=110532424/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=19063512 memory=7370408 CPUtime=3239.68 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 220295 0 0 0 323730 238 0 0 20 0 20 0 56490477 19521036288 1842602 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4765878 1842602 5562 1 0 2410204 0
[pid=60156/tid=60168] ppid=60140 vsize=19063512 memory=7366048 CPUtime=3193.78 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 91991 0 0 0 319321 57 0 0 20 0 20 0 56490479 19521036288 1842602 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=19063512 memory=7370408 CPUtime=0 cores=5,7
/proc/60156/task/60216/stat : 60216 (Finalizer) S 60140 60156 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 1842602 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60226] ppid=60140 vsize=19063512 memory=7366048 CPUtime=0 cores=5,7
/proc/60156/task/60226/stat : 60226 (Common-Cleaner) S 60140 60156 60056 0 -1 4194368 2046 0 0 0 0 0 0 0 20 0 20 0 56490482 19521036288 1842602 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60227] ppid=60140 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/60156/task/60227/stat : 60227 (Timer-0) S 60140 60156 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490506 19521036288 1842602 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
Current children cumulated CPU time: 3239.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7370408 KiB

[startup+3282.3 s]
/proc/loadavg: 2.12 2.09 2.09 4/290 60480
/proc/meminfo: memFree=110295504/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=19063512 memory=7608920 CPUtime=3299.82 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 224048 0 0 0 329738 244 0 0 20 0 20 0 56490477 19521036288 1902230 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4765878 1902230 5562 1 0 2410204 0
[pid=60156/tid=60168] ppid=60140 vsize=19063512 memory=7608920 CPUtime=3253.32 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 94576 0 0 0 325275 57 0 0 20 0 20 0 56490479 19521036288 1902230 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=19063512 memory=129 CPUtime=0 cores=5,7
/proc/60156/task/60216/stat : 60216 (Finalizer) S 60140 60156 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 1902230 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60226] ppid=60140 vsize=19063512 memory=7608920 CPUtime=0 cores=5,7
/proc/60156/task/60226/stat : 60226 (Common-Cleaner) S 60140 60156 60056 0 -1 4194368 2046 0 0 0 0 0 0 0 20 0 20 0 56490482 19521036288 1902230 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60227] ppid=60140 vsize=19063512 memory=7608920 CPUtime=0 cores=5,7
/proc/60156/task/60227/stat : 60227 (Timer-0) S 60140 60156 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490506 19521036288 1902230 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
Current children cumulated CPU time: 3299.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7608920 KiB

[startup+3342.3 s]
/proc/loadavg: 2.10 2.09 2.09 4/291 60483
/proc/meminfo: memFree=109957092/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=19063512 memory=7945316 CPUtime=3359.95 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 227366 0 0 0 335742 253 0 0 20 0 20 0 56490477 19521036288 1986329 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4765878 1986329 5562 1 0 2410204 0
[pid=60156/tid=60168] ppid=60140 vsize=19063512 memory=7945316 CPUtime=3312.89 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 96533 0 0 0 331231 58 0 0 20 0 20 0 56490479 19521036288 1986329 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=19063512 memory=-6000919507083291753 CPUtime=0 cores=5,7
/proc/60156/task/60216/stat : 60216 (Finalizer) S 60140 60156 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 1986329 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60226] ppid=60140 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/60156/task/60226/stat : 60226 (Common-Cleaner) S 60140 60156 60056 0 -1 4194368 2121 0 0 0 0 0 0 0 20 0 20 0 56490482 19521036288 1986329 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60227] ppid=60140 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/60156/task/60227/stat : 60227 (Timer-0) S 60140 60156 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490506 19521036288 1986329 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
Current children cumulated CPU time: 3359.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7945316 KiB

[startup+3402.3 s]
/proc/loadavg: 2.11 2.09 2.09 4/290 60485
/proc/meminfo: memFree=109628796/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=19063512 memory=8272996 CPUtime=3420.06 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 230265 0 0 0 341745 261 0 0 20 0 20 0 56490477 19521036288 2068249 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4765878 2068249 5562 1 0 2410204 0
[pid=60156/tid=60168] ppid=60140 vsize=19063512 memory=3328 CPUtime=3372.45 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 98698 0 0 0 337187 58 0 0 20 0 20 0 56490479 19521036288 2068249 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=19063512 memory=7945316 CPUtime=0 cores=5,7
/proc/60156/task/60216/stat : 60216 (Finalizer) S 60140 60156 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2068249 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60226] ppid=60140 vsize=19063512 memory=7945316 CPUtime=0 cores=5,7
/proc/60156/task/60226/stat : 60226 (Common-Cleaner) S 60140 60156 60056 0 -1 4194368 2135 0 0 0 0 0 0 0 20 0 20 0 56490482 19521036288 2068249 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60227] ppid=60140 vsize=19063512 memory=7945316 CPUtime=0 cores=5,7
/proc/60156/task/60227/stat : 60227 (Timer-0) S 60140 60156 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490506 19521036288 2068249 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
Current children cumulated CPU time: 3420.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8272996 KiB

[startup+3462.3 s]
/proc/loadavg: 2.09 2.09 2.09 4/290 60487
/proc/meminfo: memFree=109630824/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=19063512 memory=8272996 CPUtime=3479.93 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 232370 0 0 0 347729 264 0 0 20 0 20 0 56490477 19521036288 2068249 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4765878 2068249 5562 1 0 2410204 0
[pid=60156/tid=60168] ppid=60140 vsize=19063512 memory=3328 CPUtime=3432.28 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 100733 0 0 0 343170 58 0 0 20 0 20 0 56490479 19521036288 2068249 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=19063512 memory=7945316 CPUtime=0 cores=5,7
/proc/60156/task/60216/stat : 60216 (Finalizer) S 60140 60156 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2068249 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60226] ppid=60140 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/60156/task/60226/stat : 60226 (Common-Cleaner) S 60140 60156 60056 0 -1 4194368 2135 0 0 0 0 0 0 0 20 0 20 0 56490482 19521036288 2068249 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60227] ppid=60140 vsize=19063512 memory=14384 CPUtime=0 cores=5,7
/proc/60156/task/60227/stat : 60227 (Timer-0) S 60140 60156 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490506 19521036288 2068249 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
Current children cumulated CPU time: 3479.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8272996 KiB

[startup+3522.3 s]
/proc/loadavg: 2.13 2.10 2.09 4/291 60490
/proc/meminfo: memFree=109294548/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=19063512 memory=8604804 CPUtime=3540.07 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 236221 0 0 0 353734 273 0 0 20 0 20 0 56490477 19521036288 2151201 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4765878 2151201 5562 1 0 2410204 0
[pid=60156/tid=60168] ppid=60140 vsize=19063512 memory=8604804 CPUtime=3491.86 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 103514 0 0 0 349127 59 0 0 20 0 20 0 56490479 19521036288 2151201 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=19063512 memory=8272996 CPUtime=0 cores=5,7
/proc/60156/task/60216/stat : 60216 (Finalizer) S 60140 60156 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2151201 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60226] ppid=60140 vsize=19063512 memory=8272996 CPUtime=0 cores=5,7
/proc/60156/task/60226/stat : 60226 (Common-Cleaner) S 60140 60156 60056 0 -1 4194368 2213 0 0 0 0 0 0 0 20 0 20 0 56490482 19521036288 2151201 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60227] ppid=60140 vsize=19063512 memory=8272996 CPUtime=0 cores=5,7
/proc/60156/task/60227/stat : 60227 (Timer-0) S 60140 60156 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490506 19521036288 2151201 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
Current children cumulated CPU time: 3540.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8604804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3582.2 s]
/proc/loadavg: 2.00 2.08 2.08 2/266 60531
/proc/meminfo: memFree=120945832/131249996 swapFree=33010416/33010684
[pid=60156] ppid=60140 vsize=19063512 memory=8844420 CPUtime=3600.05 cores=5,7
/proc/60156/stat : 60156 (java) S 60140 60156 60056 0 -1 4194304 239897 0 0 0 359726 279 0 0 20 0 20 0 56490477 19521036288 2211105 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
/proc/60156/statm: 4765878 2211105 5562 1 0 2410204 0
[pid=60156/tid=60168] ppid=60140 vsize=19063512 memory=2688 CPUtime=3551.4 cores=5,7
/proc/60156/task/60168/stat : 60168 (java) R 60140 60156 60056 0 -1 4194368 106208 0 0 0 355081 59 0 0 20 0 20 0 56490479 19521036288 2211105 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60216] ppid=60140 vsize=19063512 memory=2432 CPUtime=0 cores=5,7
/proc/60156/task/60216/stat : 60216 (Finalizer) S 60140 60156 60056 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56490481 19521036288 2211105 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60226] ppid=60140 vsize=19063512 memory=3456 CPUtime=0 cores=5,7
/proc/60156/task/60226/stat : 60226 (Common-Cleaner) S 60140 60156 60056 0 -1 4194368 2342 0 0 0 0 0 0 0 20 0 20 0 56490482 19521036288 2211105 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
[pid=60156/tid=60227] ppid=60140 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/60156/task/60227/stat : 60227 (Timer-0) S 60140 60156 60056 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 56490506 19521036288 2211105 18446744073709551615 94490812248064 94490812251760 140734440294496 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94490812259576 94490812260368 94490825138176 140734440298881 140734440298982 140734440298982 140734440304584 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8844420 KiB

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

[startup+3582.31 s]*
/proc/loadavg: 2.00 2.08 2.08 2/248 60534
/proc/meminfo: memFree=128267716/131249996 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB
heavy processes:

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

# cumulated CPU time of all completed processes:  user=3597.38 s, system=2.82713 s

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

[startup+3582.31 s]*
/proc/loadavg: 2.00 2.08 2.08 2/248 60534
/proc/meminfo: memFree=128267716/131249996 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3582.33
CPU time (s): 3600.21
CPU user time (s): 3597.38
CPU system time (s): 2.82713
CPU usage (%): 100.499
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8844420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.38
system time used= 2.82713
maximum resident set size= 8845188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242279
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112279
involuntary context switches= 5463


# summary of solver processes directly reported to runsolver:
#   pid: 60156
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.38
#   total CPU system time (s): 2.82713

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.96972 second user time and 16.0634 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-02 00:15:27
IDJOB=4499082
IDBENCH=148770
IDSOLVER=3363
FILE ID=nodeC022/4499082-1751408127
RUNJOBID= nodeC022-1751408127-60101
SLURM_JOB_ID= 9598306
Free space on /tmp= 433000 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499082-1751408127/watcher-4499082-1751408127 -o /tmp/evaluation-result-4499082-1751408127/solver-4499082-1751408127 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751408127-60101 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4499082-1751408127.opb

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

MD5SUM BENCH= bb00c8681178995acecbc2b6e4ec1a1a
RANDOM SEED=1857992310

nodeC022 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.791
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.941
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3602.147
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1200.496
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.761
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.717
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.475
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3598.879
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129766984 kB
MemAvailable:   129747236 kB
Buffers:            2128 kB
Cached:           782620 kB
SwapCached:           32 kB
Active:           454064 kB
Inactive:         394564 kB
Active(anon):      77712 kB
Inactive(anon):     4196 kB
Active(file):     376352 kB
Inactive(file):   390368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3888 kB
Writeback:             0 kB
AnonPages:         67276 kB
Mapped:           102588 kB
Shmem:             18028 kB
KReclaimable:     105144 kB
Slab:             192340 kB
SReclaimable:     105144 kB
SUnreclaim:        87196 kB
KernelStack:        4032 kB
PageTables:         2524 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     331868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC022 at 2025-07-02 01:15:10