Trace number 4486616

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.35 3605.3

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f1000.opb
MD5SUMf9f2b1fc4917344504b6167976088a05
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark925
Best CPU time to get the best result obtained on this benchmark3600.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000
Total number of constraints5250
Number of constraints which are clauses5250
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2000
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 2000
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
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.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	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-4486616-1751315457.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  objective function found
0.32/0.23	c ... done. Wall clock time 0.101s.
0.32/0.23	c declared #vars     2000
0.32/0.23	c #constraints  5250
0.32/0.23	c constraints type 
0.32/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1000
0.32/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4250
0.32/0.24	c 5250 constraints processed.
0.32/0.25	c objective function length is 2000 literals
1.43/0.80	c cleaning 2494 clauses out of 5000 with flag 32259/5000
1.95/1.28	c cleaning 4247 clauses out of 8506 with flag 73039/11000
2.64/1.83	c cleaning 5626 clauses out of 11259 with flag 117397/18000
3.40/2.51	c cleaning 6811 clauses out of 13633 with flag 191645/26000
4.28/3.32	c cleaning 7910 clauses out of 15823 with flag 292652/35001
5.29/4.26	c cleaning 8956 clauses out of 17917 with flag 375345/45005
6.42/5.34	c cleaning 9975 clauses out of 19957 with flag 489453/56001
7.63/6.58	c cleaning 10987 clauses out of 21981 with flag 620583/68000
8.92/7.88	c cleaning 11989 clauses out of 23995 with flag 774513/81001
10.43/9.34	c cleaning 13000 clauses out of 26008 with flag 926499/95003
12.03/10.94	c cleaning 13993 clauses out of 28005 with flag 1085010/110000
13.72/12.70	c cleaning 15000 clauses out of 30013 with flag 1254434/126001
15.65/14.60	c cleaning 15998 clauses out of 32012 with flag 1415024/143000
17.87/16.76	c cleaning 16996 clauses out of 34014 with flag 1600640/161000
20.28/19.14	c cleaning 18001 clauses out of 36018 with flag 1819660/180000
22.67/21.59	c cleaning 18999 clauses out of 38020 with flag 2064583/200003
25.27/24.15	c cleaning 19999 clauses out of 40018 with flag 2335412/221000
27.96/26.86	c cleaning 21003 clauses out of 42019 with flag 2565684/243000
30.95/29.82	c cleaning 22001 clauses out of 44016 with flag 2790616/266000
34.15/33.05	c cleaning 22998 clauses out of 46016 with flag 3031990/290001
37.53/36.41	c cleaning 23998 clauses out of 48017 with flag 3317592/315000
41.13/40.06	c cleaning 25000 clauses out of 50020 with flag 3610143/341001
45.42/44.32	c cleaning 26003 clauses out of 52019 with flag 3974999/368000
49.42/48.38	c cleaning 27005 clauses out of 54019 with flag 4303824/396003
53.90/52.84	c cleaning 27992 clauses out of 56011 with flag 4605256/425000
58.89/57.80	c cleaning 29000 clauses out of 58020 with flag 4983655/455001
64.18/63.18	c cleaning 30000 clauses out of 60019 with flag 5482983/486000
69.86/68.88	c cleaning 30997 clauses out of 62020 with flag 6040938/518001
75.55/74.51	c cleaning 32007 clauses out of 64023 with flag 6562009/551001
81.26/80.25	c cleaning 33000 clauses out of 66015 with flag 6900690/585000
87.24/86.27	c cleaning 33996 clauses out of 68015 with flag 7202493/620000
94.03/93.04	c cleaning 35002 clauses out of 70019 with flag 7601200/656000
101.12/100.15	c cleaning 35997 clauses out of 72017 with flag 8038008/693000
108.20/107.23	c cleaning 37001 clauses out of 74022 with flag 8395761/731002
117.02/116.04	c cleaning 38001 clauses out of 76021 with flag 8890191/770002
125.10/124.11	c cleaning 39001 clauses out of 78019 with flag 9376901/810001
133.18/132.28	c cleaning 39991 clauses out of 80017 with flag 9831950/851000
142.66/141.76	c cleaning 41007 clauses out of 82026 with flag 10376018/893000
153.49/152.59	c cleaning 41999 clauses out of 84021 with flag 11041785/936002
162.86/161.97	c cleaning 43004 clauses out of 86020 with flag 11639875/980000
172.64/171.73	c cleaning 44002 clauses out of 88017 with flag 12088072/1025001
183.02/182.10	c cleaning 44995 clauses out of 90016 with flag 12574176/1071002
195.01/194.17	c cleaning 45995 clauses out of 92021 with flag 13193149/1118002
207.51/206.65	c cleaning 47007 clauses out of 94024 with flag 13889996/1166000
220.88/220.07	c cleaning 48004 clauses out of 96020 with flag 14570550/1215003
236.65/235.85	c cleaning 48998 clauses out of 98015 with flag 15334917/1265002
250.82/250.02	c cleaning 49992 clauses out of 100015 with flag 15857287/1316000
266.13/265.35	c cleaning 51004 clauses out of 102025 with flag 16436311/1368002
282.79/282.05	c cleaning 52001 clauses out of 104021 with flag 16950597/1421002
300.54/299.80	c cleaning 53005 clauses out of 106022 with flag 17513974/1475004
318.16/317.42	c cleaning 54001 clauses out of 108013 with flag 18059570/1530000
336.91/336.27	c cleaning 54993 clauses out of 110012 with flag 18765459/1586000
353.88/353.21	c cleaning 55999 clauses out of 112020 with flag 19485765/1643001
371.25/370.69	c cleaning 57001 clauses out of 114020 with flag 20255328/1701000
388.66/388.04	c cleaning 57997 clauses out of 116020 with flag 20968959/1760001
406.82/406.27	c cleaning 59006 clauses out of 118022 with flag 21691238/1820000
426.38/425.82	c cleaning 59993 clauses out of 120016 with flag 22401595/1881000
448.58/448.05	c cleaning 61004 clauses out of 122026 with flag 23097224/1943003
469.83/469.37	c cleaning 62001 clauses out of 124019 with flag 23700964/2006000
492.09/491.63	c cleaning 62999 clauses out of 126018 with flag 24236718/2070000
515.78/515.32	c cleaning 63997 clauses out of 128019 with flag 24890393/2135000
539.73/539.37	c cleaning 65008 clauses out of 130023 with flag 25500463/2201001
564.28/563.96	c cleaning 65989 clauses out of 132015 with flag 26109973/2268001
590.26/589.93	c cleaning 67001 clauses out of 134025 with flag 26823265/2336000
615.32/615.06	c cleaning 67996 clauses out of 136025 with flag 27802323/2405001
638.27/638.01	c cleaning 69001 clauses out of 138028 with flag 28568791/2475000
665.15/664.94	c cleaning 70003 clauses out of 140027 with flag 29285405/2546000
693.58/693.45	c cleaning 71006 clauses out of 142025 with flag 30014927/2618001
721.33/721.26	c cleaning 71999 clauses out of 144018 with flag 30724462/2691000
751.32/751.29	c cleaning 73006 clauses out of 146019 with flag 31458644/2765000
778.17/778.19	c cleaning 73997 clauses out of 148015 with flag 32167630/2840002
809.89/809.99	c cleaning 74999 clauses out of 150017 with flag 33048243/2916001
842.23/842.34	c cleaning 75998 clauses out of 152019 with flag 33800468/2993002
871.12/871.25	c cleaning 77003 clauses out of 154019 with flag 34484209/3071000
902.66/902.85	c cleaning 77999 clauses out of 156016 with flag 35307529/3150000
932.80/933.04	c cleaning 79007 clauses out of 158018 with flag 36091402/3230001
966.69/966.90	c cleaning 79999 clauses out of 160010 with flag 37065820/3311000
999.83/1000.14	c cleaning 80997 clauses out of 162012 with flag 37843934/3393001
1035.25/1035.66	c cleaning 81993 clauses out of 164014 with flag 38640802/3476000
1075.87/1076.31	c cleaning 83002 clauses out of 166023 with flag 39485141/3560002
1120.48/1121.02	c cleaning 84007 clauses out of 168021 with flag 40459317/3645002
1165.25/1165.83	c cleaning 84996 clauses out of 170012 with flag 41606737/3731000
1208.46/1209.14	c cleaning 85991 clauses out of 172016 with flag 42910128/3818000
1246.87/1247.61	c cleaning 87005 clauses out of 174025 with flag 44296298/3906000
1285.58/1286.45	c cleaning 88000 clauses out of 176020 with flag 45392015/3995000
1327.98/1328.86	c cleaning 89000 clauses out of 178020 with flag 46425254/4085000
1377.77/1378.76	c cleaning 90002 clauses out of 180022 with flag 47380255/4176002
1424.77/1425.87	c cleaning 91004 clauses out of 182018 with flag 48337670/4268000
1476.76/1477.90	c cleaning 91992 clauses out of 184014 with flag 49226917/4361000
1524.16/1525.50	c cleaning 92999 clauses out of 186023 with flag 50218212/4455001
1577.51/1578.87	c cleaning 94006 clauses out of 188023 with flag 51140492/4550000
1628.48/1629.98	c cleaning 94997 clauses out of 190018 with flag 52041872/4646001
1687.15/1688.78	c cleaning 96002 clauses out of 192022 with flag 53299811/4743002
1747.51/1749.26	c cleaning 96996 clauses out of 194019 with flag 54758240/4841001
1808.67/1810.51	c cleaning 98003 clauses out of 196022 with flag 56280335/4940000
1865.21/1866.80	c cleaning 99004 clauses out of 198019 with flag 57265816/5040000
1922.49/1924.24	c cleaning 99996 clauses out of 200016 with flag 58187343/5141001
1980.26/1982.14	c cleaning 101000 clauses out of 202019 with flag 59155770/5243000
2050.38/2052.48	c cleaning 101998 clauses out of 204019 with flag 60516488/5346000
2116.93/2119.14	c cleaning 103001 clauses out of 206022 with flag 62054411/5450001
2181.17/2183.46	c cleaning 104006 clauses out of 208021 with flag 63508627/5555001
2244.34/2246.74	c cleaning 105000 clauses out of 210015 with flag 64774226/5661001
2304.71/2307.27	c cleaning 106000 clauses out of 212014 with flag 65772476/5768000
2373.47/2376.13	c cleaning 106997 clauses out of 214014 with flag 66981043/5876000
2437.93/2440.70	c cleaning 108002 clauses out of 216017 with flag 67934664/5985000
2504.47/2507.34	c cleaning 108999 clauses out of 218015 with flag 68988252/6095000
2572.42/2575.49	c cleaning 110002 clauses out of 220016 with flag 70012439/6206000
2636.18/2639.37	c cleaning 110993 clauses out of 222016 with flag 71015560/6318002
2695.87/2699.17	c cleaning 112001 clauses out of 224021 with flag 72099337/6431000
2762.21/2765.62	c cleaning 112999 clauses out of 226020 with flag 73440307/6545000
2830.54/2834.04	c cleaning 114004 clauses out of 228021 with flag 74428822/6660000
2902.88/2906.56	c cleaning 114994 clauses out of 230019 with flag 75392919/6776002
2987.30/2991.13	c cleaning 116001 clauses out of 232025 with flag 76776736/6893002
3077.80/3081.86	c cleaning 117003 clauses out of 234023 with flag 78456645/7011001
3171.51/3175.67	c cleaning 117992 clauses out of 236019 with flag 80217876/7130000
3254.83/3259.18	c cleaning 118993 clauses out of 238027 with flag 81809632/7250000
3334.45/3338.90	c cleaning 120007 clauses out of 240036 with flag 83192285/7371002
3414.68/3419.30	c cleaning 121003 clauses out of 242027 with flag 84303285/7493000
3498.79/3503.63	c cleaning 122010 clauses out of 244027 with flag 85539561/7616003
3584.61/3589.63	c cleaning 123001 clauses out of 246014 with flag 86711751/7740000
3600.06/3605.12	c timeout
3600.06/3605.12	c starts		: 1875
3600.06/3605.14	c conflicts		: 7768948
3600.06/3605.14	c decisions		: 10053511
3600.06/3605.14	c propagations		: 1856031128
3600.06/3605.14	c inspects		: 39456840090
3600.06/3605.14	c shortcuts		: 0
3600.06/3605.14	c learnt literals	: 0
3600.06/3605.14	c learnt binary clauses	: 0
3600.06/3605.14	c learnt ternary clauses	: 79
3600.06/3605.14	c learnt constraints	: 7768948
3600.06/3605.14	c ignored constraints	: 0
3600.06/3605.14	c root simplifications	: 0
3600.06/3605.14	c removed literals (reason simplification)	: 84062358
3600.06/3605.14	c reason swapping (by a shorter reason)	: 0
3600.06/3605.14	c Calls to reduceDB	: 120
3600.06/3605.14	c Number of update (reduction) of LBD	: 3312695
3600.06/3605.14	c Imported unit clauses	: 0
3600.06/3605.14	c No decision after first conflict	: false
3600.06/3605.14	c number of reductions to clauses (during analyze)	: 0
3600.06/3605.14	c number of learned constraints concerned by reduction	: 0
3600.06/3605.14	c number of learning phase by resolution	: 0
3600.06/3605.14	c number of learning phase by cutting planes	: 0
3600.06/3605.14	c number of rounding to 1 operations	: 0
3600.06/3605.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3605.14	c number of reductions of the coefficients by power 2 	: 0
3600.06/3605.14	c number of right shift for reduction by power 2 	: 0
3600.06/3605.14	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3605.14	c number of ending skipping 	: 0
3600.06/3605.14	c number of internal skipping 	: 0
3600.06/3605.14	c number of derivation steps 	: 0
3600.06/3605.14	c number of skipped derivation steps 	: 0
3600.06/3605.14	c number of remaining unassigned 	: 0
3600.06/3605.14	c number of remaining assigned 	: 0
3600.06/3605.14	c number of falsified literals weakened from reason	: 0
3600.06/3605.14	c number of falsified literals weakened from conflict	: 0
3600.06/3605.14	c time for arithmetic operations	: 0
3600.06/3605.15	c minimum degree of deleted constraints	: null
3600.06/3605.15	c maximum degree of deleted constraints	: null
3600.06/3605.15	c number of deleted constraints	: 0
3600.22/3605.23	c speed (assignments/second)	: 514864.13002320455
3600.22/3605.23	c non guided choices	: 0
3600.22/3605.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 151961
3600.22/3605.28	s UNKNOWN
3600.22/3605.28	c Total wall clock time (in seconds): 3605.152

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62757 MiB free)
  memory of node 1: 64465 MiB (63387 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486616-1751315457/watcher-4486616-1751315457 -o /tmp/evaluation-result-4486616-1751315457/solver-4486616-1751315457 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751315455-42172 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4486616-1751315457.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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=42351, runsolver pid=42348

[startup+0.100058 s]*
/proc/loadavg: 0.92 1.53 2.19 6/336 42369
/proc/meminfo: memFree=129129868/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=18930384 memory=57688 CPUtime=0.12 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 6567 0 0 0 10 2 0 0 20 0 18 0 47223237 19384713216 14422 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4732596 14422 5338 1 0 547619 0
[pid=42351/tid=42353] ppid=42348 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 5067 0 0 0 6 1 0 0 20 0 18 0 47223238 19384713216 14422 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47223240 19384713216 14422 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=18930384 memory=55186957824150 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47223241 19384713216 14422 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57688 KiB

[startup+0.205548 s]*
/proc/loadavg: 0.92 1.53 2.19 7/336 42369
/proc/meminfo: memFree=129117580/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=18930384 memory=70280 CPUtime=0.32 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 7043 0 0 0 29 3 0 0 20 0 18 0 47223237 19384713216 17570 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4732596 17570 5434 1 0 547931 0
[pid=42351/tid=42353] ppid=42348 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 5262 0 0 0 16 1 0 0 20 0 18 0 47223238 19384713216 17570 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=18930384 memory=17146 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47223240 19384713216 17570 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=18930384 memory=54087446168546 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47223241 19384713216 17570 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70280 KiB

[startup+0.305529 s]*
/proc/loadavg: 0.92 1.53 2.19 7/337 42370
/proc/meminfo: memFree=129107688/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=18996948 memory=77528 CPUtime=0.5 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 8756 0 0 0 47 3 0 0 20 0 19 0 47223237 19452874752 19382 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4749237 19382 5466 1 0 549344 0
[pid=42351/tid=42353] ppid=42348 vsize=18996948 memory=-6000919472723421803 CPUtime=0.25 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 5381 0 0 0 23 2 0 0 20 0 19 0 47223238 19452874752 19382 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47223240 19452874752 19382 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47223241 19452874752 19382 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42370] ppid=42348 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/42351/task/42370/stat : 42370 (Timer-0) S 42348 42351 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47223263 19452874752 19382 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77528 KiB

[startup+0.700194 s]
/proc/loadavg: 0.92 1.53 2.19 6/337 42370
/proc/meminfo: memFree=129098980/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=18996948 memory=86692 CPUtime=1.26 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 10512 0 0 0 122 4 0 0 20 0 19 0 47223237 19452874752 21673 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4749237 21673 5466 1 0 550524 0
[pid=42351/tid=42353] ppid=42348 vsize=18996948 memory=18176 CPUtime=0.62 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 5388 0 0 0 60 2 0 0 20 0 19 0 47223238 19452874752 21673 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47223240 19452874752 21673 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47223241 19452874752 21673 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42370] ppid=42348 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/42351/task/42370/stat : 42370 (Timer-0) S 42348 42351 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47223263 19452874752 21673 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 86692 KiB

[startup+1.50019 s]
/proc/loadavg: 0.92 1.53 2.19 6/337 42370
/proc/meminfo: memFree=129082092/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=18996948 memory=91296 CPUtime=2.34 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 13968 0 0 0 229 5 0 0 20 0 19 0 47223237 19452874752 22824 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4749237 22824 5466 1 0 550566 0
[pid=42351/tid=42353] ppid=42348 vsize=18996948 memory=10752 CPUtime=1.42 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 5778 0 0 0 140 2 0 0 20 0 19 0 47223238 19452874752 22824 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47223240 19452874752 22824 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47223241 19452874752 22824 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42370] ppid=42348 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/42351/task/42370/stat : 42370 (Timer-0) S 42348 42351 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47223263 19452874752 22824 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 91296 KiB

[startup+3.10493 s]
/proc/loadavg: 1.17 1.57 2.20 5/337 42370
/proc/meminfo: memFree=129028876/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=18996948 memory=100336 CPUtime=4.09 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 15354 0 0 0 404 5 0 0 20 0 19 0 47223237 19452874752 25084 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4749237 25084 5466 1 0 550754 0
[pid=42351/tid=42353] ppid=42348 vsize=18996948 memory=10752 CPUtime=3.01 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 6028 0 0 0 299 2 0 0 20 0 19 0 47223238 19452874752 25084 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=18996948 memory=-6000919472723421803 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47223240 19452874752 25084 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47223241 19452874752 25084 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42370] ppid=42348 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/42351/task/42370/stat : 42370 (Timer-0) S 42348 42351 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47223263 19452874752 25084 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 4.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 100336 KiB

[startup+6.30018 s]
/proc/loadavg: 1.17 1.57 2.20 5/337 42370
/proc/meminfo: memFree=128983280/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=18996948 memory=113744 CPUtime=7.43 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 19344 0 0 0 737 6 0 0 20 0 19 0 47223237 19452874752 28436 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4749237 28436 5466 1 0 550902 0
[pid=42351/tid=42353] ppid=42348 vsize=18996948 memory=0 CPUtime=6.21 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 6634 0 0 0 618 3 0 0 20 0 19 0 47223238 19452874752 28436 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47223240 19452874752 28436 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47223241 19452874752 28436 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42370] ppid=42348 vsize=18996948 memory=91296 CPUtime=0 cores=0,2
/proc/42351/task/42370/stat : 42370 (Timer-0) S 42348 42351 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47223263 19452874752 28436 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 7.43 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 113744 KiB

[startup+12.7178 s]
/proc/loadavg: 1.39 1.61 2.21 5/339 42372
/proc/meminfo: memFree=128899396/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=18996948 memory=140496 CPUtime=13.86 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 21406 0 0 0 1380 6 0 0 20 0 19 0 47223237 19452874752 35124 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4749237 35124 5498 1 0 550902 0
[pid=42351/tid=42353] ppid=42348 vsize=18996948 memory=91296 CPUtime=12.6 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 7674 0 0 0 1257 3 0 0 20 0 19 0 47223238 19452874752 35124 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47223240 19452874752 35124 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=18996948 memory=136400 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47223241 19452874752 35124 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42370] ppid=42348 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/42351/task/42370/stat : 42370 (Timer-0) S 42348 42351 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47223263 19452874752 35124 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 13.86 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 140496 KiB

[startup+25.5002 s]
/proc/loadavg: 2.05 1.74 2.24 5/340 42374
/proc/meminfo: memFree=128821664/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=19063512 memory=171936 CPUtime=26.66 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 22724 0 0 0 2658 8 0 0 20 0 20 0 47223237 19521036288 42984 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4765878 42984 5562 1 0 551207 0
[pid=42351/tid=42353] ppid=42348 vsize=19063512 memory=10752 CPUtime=25.34 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 7732 0 0 0 2530 4 0 0 20 0 20 0 47223238 19521036288 42984 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=19063512 memory=136400 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47223240 19521036288 42984 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 47223241 19521036288 42984 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42370] ppid=42348 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/42351/task/42370/stat : 42370 (Timer-0) S 42348 42351 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47223263 19521036288 42984 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 26.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171936 KiB

[startup+51.1052 s]
/proc/loadavg: 2.71 1.93 2.29 5/340 42374
/proc/meminfo: memFree=128576316/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=19063512 memory=180204 CPUtime=52.21 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 22820 0 0 0 5212 9 0 0 20 0 20 0 47223237 19521036288 45051 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4765878 45051 5562 1 0 551207 0
[pid=42351/tid=42353] ppid=42348 vsize=19063512 memory=180204 CPUtime=50.86 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 7762 0 0 0 5082 4 0 0 20 0 20 0 47223238 19521036288 45051 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=19063512 memory=180204 CPUtime=0 cores=0,2

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

[startup+3282.3 s]
/proc/loadavg: 4.04 4.08 4.02 5/341 42548
/proc/meminfo: memFree=121691060/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=19063512 memory=1457480 CPUtime=3277.97 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 54957 0 0 0 327679 118 0 0 20 0 20 0 47223237 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4765878 364370 5562 1 0 553590 0
[pid=42351/tid=42353] ppid=42348 vsize=19063512 memory=1457480 CPUtime=3272.54 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 22142 0 0 0 327241 13 0 0 20 0 20 0 47223238 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=19063512 memory=1457480 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47223240 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=19063512 memory=1457480 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 708 0 0 0 0 0 0 0 20 0 20 0 47223241 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42370] ppid=42348 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/42351/task/42370/stat : 42370 (Timer-0) S 42348 42351 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47223263 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 3277.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1457480 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.09 4.02 5/340 42550
/proc/meminfo: memFree=121691648/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=19063512 memory=1457480 CPUtime=3337.85 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 55256 0 0 0 333666 119 0 0 20 0 20 0 47223237 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4765878 364370 5562 1 0 553590 0
[pid=42351/tid=42353] ppid=42348 vsize=19063512 memory=10752 CPUtime=3332.39 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 22435 0 0 0 333226 13 0 0 20 0 20 0 47223238 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=19063512 memory=1457480 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47223240 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=19063512 memory=1457480 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 708 0 0 0 0 0 0 0 20 0 20 0 47223241 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42370] ppid=42348 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/42351/task/42370/stat : 42370 (Timer-0) S 42348 42351 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47223263 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 3337.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1457480 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/339 42554
/proc/meminfo: memFree=121691296/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=19063512 memory=1457480 CPUtime=3397.71 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 55525 0 0 0 339651 120 0 0 20 0 20 0 47223237 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4765878 364370 5562 1 0 553590 0
[pid=42351/tid=42353] ppid=42348 vsize=19063512 memory=1457480 CPUtime=3392.24 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 22604 0 0 0 339210 14 0 0 20 0 20 0 47223238 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47223240 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=19063512 memory=1457480 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 751 0 0 0 0 0 0 0 20 0 20 0 47223241 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42370] ppid=42348 vsize=19063512 memory=1457480 CPUtime=0 cores=0,2
/proc/42351/task/42370/stat : 42370 (Timer-0) S 42348 42351 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47223263 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 3397.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1457480 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.03 5/339 42556
/proc/meminfo: memFree=121691388/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=19063512 memory=1457480 CPUtime=3457.59 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 55635 0 0 0 345637 122 0 0 20 0 20 0 47223237 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4765878 364370 5562 1 0 553590 0
[pid=42351/tid=42353] ppid=42348 vsize=19063512 memory=5276 CPUtime=3452.08 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 22708 0 0 0 345194 14 0 0 20 0 20 0 47223238 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=19063512 memory=1457480 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47223240 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 751 0 0 0 0 0 0 0 20 0 20 0 47223241 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42370] ppid=42348 vsize=19063512 memory=-6000919472723421803 CPUtime=0 cores=0,2
/proc/42351/task/42370/stat : 42370 (Timer-0) S 42348 42351 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47223263 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 3457.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1457480 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.03 5/339 42563
/proc/meminfo: memFree=121691340/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=19063512 memory=1457480 CPUtime=3517.45 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 55734 0 0 0 351623 122 0 0 20 0 20 0 47223237 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4765878 364370 5562 1 0 553590 0
[pid=42351/tid=42353] ppid=42348 vsize=19063512 memory=-6000919472723421803 CPUtime=3511.93 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 22805 0 0 0 351179 14 0 0 20 0 20 0 47223238 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=19063512 memory=1457480 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47223240 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=19063512 memory=1457480 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 751 0 0 0 0 0 0 0 20 0 20 0 47223241 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42370] ppid=42348 vsize=19063512 memory=1457480 CPUtime=0 cores=0,2
/proc/42351/task/42370/stat : 42370 (Timer-0) S 42348 42351 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47223263 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 3517.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1457480 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.03 5/339 42565
/proc/meminfo: memFree=121691056/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=19063512 memory=1457480 CPUtime=3577.33 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 56191 0 0 0 357609 124 0 0 20 0 20 0 47223237 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4765878 364370 5562 1 0 553592 0
[pid=42351/tid=42353] ppid=42348 vsize=19063512 memory=5632 CPUtime=3571.78 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 23190 0 0 0 357163 15 0 0 20 0 20 0 47223238 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47223240 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 751 0 0 0 0 0 0 0 20 0 20 0 47223241 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42370] ppid=42348 vsize=19063512 memory=1457480 CPUtime=0 cores=0,2
/proc/42351/task/42370/stat : 42370 (Timer-0) S 42348 42351 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47223263 19521036288 364370 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 3577.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1457480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.11 s]
/proc/loadavg: 4.35 4.15 4.05 7/336 43023
/proc/meminfo: memFree=127792496/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=19063512 memory=1459560 CPUtime=3600.06 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 56396 0 0 0 359878 128 0 0 20 0 20 0 47223237 19521036288 364890 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4765878 364890 5562 1 0 553593 0
[pid=42351/tid=42353] ppid=42348 vsize=19063512 memory=14848 CPUtime=3594.5 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) R 42348 42351 42162 0 -1 4194368 23391 0 0 0 359432 18 0 0 20 0 20 0 47223238 19521036288 364890 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=19063512 memory=18176 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47223240 19521036288 364890 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 751 0 0 0 0 0 0 0 20 0 20 0 47223241 19521036288 364890 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42370] ppid=42348 vsize=19063512 memory=1457480 CPUtime=0 cores=0,2
/proc/42351/task/42370/stat : 42370 (Timer-0) S 42348 42351 42162 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47223263 19521036288 364890 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1459560 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.05 s, system=1.30327 s

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

[startup+3605.21 s]
/proc/loadavg: 4.35 4.15 4.05 7/336 43023
/proc/meminfo: memFree=127792496/131249988 swapFree=33010684/33010684
[pid=42351] ppid=42348 vsize=19263204 memory=1509836 CPUtime=3600.22 cores=0,2
/proc/42351/stat : 42351 (java) S 42348 42351 42162 0 -1 4194304 58578 0 0 0 359893 129 0 0 20 0 21 0 47223237 19725520896 377459 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
/proc/42351/statm: 4815801 377459 5594 1 0 554515 0
[pid=42351/tid=42353] ppid=42348 vsize=19263204 memory=18176 CPUtime=3594.52 cores=0,2
/proc/42351/task/42353/stat : 42353 (java) S 42348 42351 42162 0 -1 4194368 23560 0 0 0 359434 18 0 0 20 0 21 0 47223238 19725520896 377459 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42362] ppid=42348 vsize=19263204 memory=10752 CPUtime=0 cores=0,2
/proc/42351/task/42362/stat : 42362 (Finalizer) S 42348 42351 42162 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 47223240 19725520896 377459 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
[pid=42351/tid=42369] ppid=42348 vsize=19263204 memory=5632 CPUtime=0 cores=0,2
/proc/42351/task/42369/stat : 42369 (Common-Cleaner) S 42348 42351 42162 0 -1 4194368 751 0 0 0 0 0 0 0 20 0 21 0 47223241 19725520896 377459 18446744073709551615 93826227822592 93826227826288 140734080292400 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93826227834104 93826227834896 93826244075520 140734080297345 140734080297446 140734080297446 140734080303048 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1509836 KiB

Child status: 143

Real time (s): 3605.3
CPU time (s): 3600.35
CPU user time (s): 3599.05
CPU system time (s): 1.30327
CPU usage (%): 99.8629
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 1509836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.05
system time used= 1.30327
maximum resident set size= 1509964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58731
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103532
involuntary context switches= 5491


# summary of solver processes directly reported to runsolver:
#   pid: 42351
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3599.05
#   total CPU system time (s): 1.30327

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.61021 second user time and 17.3483 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-30 22:30:57
IDJOB=4486616
IDBENCH=147028
IDSOLVER=3363
FILE ID=nodeC020/4486616-1751315457
RUNJOBID= nodeC020-1751315455-42172
SLURM_JOB_ID= 9594332
Free space on /tmp= 432944 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-f1000.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486616-1751315457/watcher-4486616-1751315457 -o /tmp/evaluation-result-4486616-1751315457/solver-4486616-1751315457 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751315455-42172 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4486616-1751315457.opb

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

MD5SUM BENCH= f9f2b1fc4917344504b6167976088a05
RANDOM SEED=2006545981

nodeC020 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.860
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.79
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.894
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.79
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		: 3616.646
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.79
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		: 3599.833
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.79
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		: 3612.336
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.79
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.869
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.79
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		: 3599.893
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.79
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		: 3599.640
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129177240 kB
MemAvailable:   129455332 kB
Buffers:            3280 kB
Cached:          1083084 kB
SwapCached:            0 kB
Active:           731644 kB
Inactive:         775140 kB
Active(anon):     438480 kB
Inactive(anon):        0 kB
Active(file):     293164 kB
Inactive(file):   775140 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7168 kB
Writeback:            24 kB
AnonPages:        423672 kB
Mapped:           123340 kB
Shmem:             18056 kB
KReclaimable:      98056 kB
Slab:             185360 kB
SReclaimable:      98056 kB
SUnreclaim:        87304 kB
KernelStack:        5184 kB
PageTables:         4500 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    7049824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432944 MiB
End job on nodeC020 at 2025-06-30 23:31:02