Trace number 4541691

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.23 3601.54

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_diag/normalized-26array_diag_greater.opb
MD5SUMdba81c8b2aded5f1a3d2b088b53137dc
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.658617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3484
Total number of constraints3485
Number of constraints which are clauses2028
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1457
Minimum length of a constraint2
Maximum length of a constraint104
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2251799813685248
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 9007199254740991
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.10/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.10	c java.vm.version	22.0.1+8-16
0.10/0.10	c java.vm.vendor	Oracle Corporation
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		22.0.1
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.11	c Free memory 		2104792832
0.10/0.11	c Max memory 		16282288128
0.10/0.11	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.16	c Pseudo Boolean Optimization by upper bound
0.10/0.16	c --- Begin Solver configuration ---
0.10/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.16	c Learn all clauses as in MiniSAT
0.10/0.16	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.16	c Expensive reason simplification
0.10/0.16	c Glucose 2.1 dynamic restart strategy
0.10/0.16	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.10/0.16	c timeout=2147483s
0.10/0.16	c DB Simplification allowed=false
0.10/0.16	c Listener: none
0.10/0.16	c --- End Solver configuration ---
0.10/0.16	c solving HOME/instance-4541691-1753210180.opb
0.10/0.16	c reading problem ... 
0.10/0.16	c  no objective function found
0.27/0.25	c ... done. Wall clock time 0.092s.
0.27/0.25	c declared #vars     3484
0.27/0.25	c #constraints  4941
0.27/0.25	c constraints type 
0.27/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1664
0.27/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2601
0.27/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 676
0.27/0.25	c 4941 constraints processed.
1.72/1.19	c cleaning 2498 clauses out of 5001 with flag 31602/5001
3.62/2.70	c cleaning 4251 clauses out of 8504 with flag 66787/11002
5.91/4.93	c cleaning 5620 clauses out of 11251 with flag 122023/18000
9.13/8.18	c cleaning 6810 clauses out of 13631 with flag 238890/26000
12.95/12.00	c cleaning 7904 clauses out of 15821 with flag 364897/35000
16.34/15.27	c cleaning 8956 clauses out of 17919 with flag 464505/45002
20.78/19.66	c cleaning 9980 clauses out of 19961 with flag 631715/56000
26.17/25.07	c cleaning 10988 clauses out of 21982 with flag 872379/68001
33.00/31.84	c cleaning 11990 clauses out of 23993 with flag 1390634/81000
41.04/39.86	c cleaning 12999 clauses out of 26004 with flag 2132785/95001
48.29/47.10	c cleaning 14003 clauses out of 28005 with flag 2565929/110001
56.99/55.61	c cleaning 14997 clauses out of 30002 with flag 3435478/126001
65.66/64.26	c cleaning 15997 clauses out of 32005 with flag 3872553/143001
75.18/73.60	c cleaning 17003 clauses out of 34007 with flag 4271024/161000
84.40/82.86	c cleaning 17999 clauses out of 36006 with flag 5180160/180002
94.38/92.74	c cleaning 18996 clauses out of 38005 with flag 6226579/200000
104.61/102.91	c cleaning 19997 clauses out of 40009 with flag 6924437/221000
115.32/113.65	c cleaning 21001 clauses out of 42013 with flag 7720737/243001
128.98/127.06	c cleaning 22001 clauses out of 44011 with flag 8150701/266000
141.53/139.58	c cleaning 22998 clauses out of 46011 with flag 9243579/290001
154.66/152.63	c cleaning 23997 clauses out of 48013 with flag 10968037/315001
167.33/165.25	c cleaning 25002 clauses out of 50015 with flag 12001633/341000
184.41/182.26	c cleaning 26004 clauses out of 52013 with flag 12736271/368000
198.18/196.01	c cleaning 26997 clauses out of 54009 with flag 13664073/396000
212.74/210.58	c cleaning 28003 clauses out of 56013 with flag 14492442/425001
227.80/225.58	c cleaning 28999 clauses out of 58010 with flag 16340593/455001
240.10/237.63	c cleaning 29999 clauses out of 60011 with flag 17374255/486001
254.07/251.63	c cleaning 30998 clauses out of 62012 with flag 18261284/518001
267.32/264.86	c cleaning 31996 clauses out of 64013 with flag 19358868/551000
281.79/279.35	c cleaning 32997 clauses out of 66017 with flag 20396850/585000
298.84/296.45	c cleaning 34001 clauses out of 68020 with flag 21450596/620000
317.82/315.31	c cleaning 35000 clauses out of 70020 with flag 22386135/656001
341.18/338.57	c cleaning 36002 clauses out of 72020 with flag 23208913/693001
362.12/359.59	c cleaning 36997 clauses out of 74017 with flag 24402527/731000
386.23/383.58	c cleaning 38003 clauses out of 76021 with flag 25956584/770001
411.97/409.32	c cleaning 39001 clauses out of 78018 with flag 27572287/810001
438.62/436.02	c cleaning 40004 clauses out of 80017 with flag 29580056/851001
452.59/450.04	c cleaning 40998 clauses out of 82012 with flag 30340259/893000
467.06/464.56	c cleaning 42001 clauses out of 84014 with flag 31183148/936000
484.50/481.95	c cleaning 42999 clauses out of 86014 with flag 32146846/980001
508.51/505.90	c cleaning 44002 clauses out of 88014 with flag 33593350/1025000
531.54/529.08	c cleaning 44999 clauses out of 90012 with flag 35351571/1071000
555.76/553.20	c cleaning 45987 clauses out of 92013 with flag 37194674/1118000
580.83/578.04	c cleaning 46986 clauses out of 94026 with flag 38917980/1166000
605.35/602.62	c cleaning 48004 clauses out of 96040 with flag 40614248/1215000
633.48/630.87	c cleaning 48998 clauses out of 98036 with flag 42283245/1265000
661.37/658.73	c cleaning 50001 clauses out of 100038 with flag 44203715/1316000
697.60/695.06	c cleaning 50995 clauses out of 102037 with flag 46085794/1368000
724.83/722.39	c cleaning 51998 clauses out of 104043 with flag 48139431/1421001
761.48/758.98	c cleaning 53022 clauses out of 106044 with flag 50543857/1475000
794.11/791.64	c cleaning 54009 clauses out of 108022 with flag 52814611/1530000
839.00/836.68	c cleaning 54998 clauses out of 110013 with flag 55154997/1586000
871.41/869.14	c cleaning 55999 clauses out of 112015 with flag 57288897/1643000
906.01/903.72	c cleaning 56993 clauses out of 114017 with flag 59702498/1701001
946.63/944.42	c cleaning 57994 clauses out of 116023 with flag 61940549/1760000
981.56/979.48	c cleaning 58998 clauses out of 118030 with flag 64115825/1820001
1020.38/1018.30	c cleaning 59999 clauses out of 120032 with flag 66898174/1881001
1057.41/1055.35	c cleaning 61010 clauses out of 122032 with flag 69212408/1943000
1100.91/1098.95	c cleaning 61991 clauses out of 124023 with flag 72164605/2006001
1148.41/1146.53	c cleaning 62987 clauses out of 126032 with flag 74956446/2070001
1176.42/1174.55	c cleaning 63947 clauses out of 128045 with flag 76919944/2135001
1203.67/1201.89	c cleaning 65044 clauses out of 130098 with flag 78806335/2201001
1239.80/1238.06	c cleaning 65962 clauses out of 132053 with flag 81301615/2268000
1280.71/1279.09	c cleaning 67031 clauses out of 134091 with flag 83970769/2336000
1338.08/1336.56	c cleaning 68022 clauses out of 136060 with flag 87652123/2405000
1378.63/1377.02	c cleaning 69001 clauses out of 138039 with flag 90577054/2475001
1434.11/1432.61	c cleaning 70012 clauses out of 140038 with flag 93740626/2546001
1475.59/1474.28	c cleaning 70921 clauses out of 142025 with flag 96680608/2618000
1494.32/1492.98	c cleaning 72023 clauses out of 144104 with flag 98523183/2691000
1517.86/1516.55	c cleaning 72996 clauses out of 146082 with flag 100624161/2765001
1575.35/1574.10	c cleaning 74029 clauses out of 148086 with flag 104108808/2840001
1623.93/1622.82	c cleaning 74928 clauses out of 150057 with flag 107734999/2916001
1675.33/1674.28	c cleaning 76008 clauses out of 152128 with flag 111090916/2993000
1724.93/1724.00	c cleaning 77023 clauses out of 154120 with flag 114293198/3071000
1771.53/1770.63	c cleaning 77981 clauses out of 156097 with flag 117559366/3150000
1806.13/1805.00	c cleaning 79009 clauses out of 158116 with flag 120286395/3230000
1834.06/1833.00	c cleaning 80041 clauses out of 160108 with flag 122503840/3311001
1878.07/1877.08	c cleaning 80963 clauses out of 162067 with flag 126021164/3393001
1900.02/1899.10	c cleaning 82038 clauses out of 164104 with flag 128143294/3476001
1960.11/1959.20	c cleaning 82980 clauses out of 166065 with flag 132044986/3560000
2001.52/2000.76	c cleaning 84036 clauses out of 168086 with flag 134956233/3645001
2027.17/2026.40	c cleaning 85006 clauses out of 170049 with flag 137279776/3731000
2050.41/2049.75	c cleaning 85999 clauses out of 172043 with flag 139521334/3818000
2074.07/2073.45	c cleaning 86999 clauses out of 174045 with flag 141783164/3906001
2098.12/2097.43	c cleaning 87999 clauses out of 176045 with flag 144110246/3995000
2123.17/2122.56	c cleaning 89001 clauses out of 178047 with flag 146434781/4085001
2185.74/2185.25	c cleaning 89994 clauses out of 180045 with flag 150269909/4176000
2213.38/2212.94	c cleaning 91006 clauses out of 182052 with flag 152779613/4268001
2241.55/2241.06	c cleaning 92000 clauses out of 184046 with flag 155341975/4361001
2302.02/2301.63	c cleaning 93018 clauses out of 186045 with flag 159329707/4455000
2398.01/2397.87	c cleaning 94007 clauses out of 188027 with flag 162721201/4550000
2476.79/2476.60	c cleaning 94949 clauses out of 190021 with flag 167844566/4646001
2517.21/2517.15	c cleaning 95952 clauses out of 192072 with flag 171217086/4743001
2547.92/2547.99	c cleaning 97054 clauses out of 194120 with flag 173896084/4841001
2617.74/2617.95	c cleaning 98015 clauses out of 196065 with flag 178531041/4940000
2656.53/2656.73	c cleaning 98996 clauses out of 198050 with flag 181666209/5040000
2706.90/2707.23	c cleaning 99983 clauses out of 200054 with flag 185248061/5141000
2737.02/2737.45	c cleaning 101002 clauses out of 202072 with flag 187883889/5243001
2767.54/2768.02	c cleaning 101996 clauses out of 204070 with flag 190521244/5346001
2804.64/2804.50	c cleaning 103034 clauses out of 206073 with flag 193430105/5450000
2902.83/2903.00	c cleaning 104017 clauses out of 208039 with flag 199477016/5555000
2963.69/2963.83	c cleaning 104976 clauses out of 210022 with flag 203921332/5661000
3008.59/3008.83	c cleaning 105979 clauses out of 212046 with flag 207553588/5768000
3041.82/3042.15	c cleaning 107012 clauses out of 214067 with flag 210313710/5876000
3075.35/3075.76	c cleaning 108001 clauses out of 216055 with flag 213132110/5985000
3108.76/3109.19	c cleaning 109007 clauses out of 218055 with flag 215949918/6095001
3142.57/3143.09	c cleaning 109999 clauses out of 220047 with flag 218744036/6206000
3203.60/3204.23	c cleaning 111001 clauses out of 222048 with flag 223339545/6318000
3303.34/3304.26	c cleaning 112019 clauses out of 224048 with flag 229509713/6431001
3360.88/3361.85	c cleaning 113000 clauses out of 226029 with flag 233826918/6545001
3396.00/3397.08	c cleaning 113998 clauses out of 228028 with flag 236711556/6660000
3431.13/3432.22	c cleaning 115000 clauses out of 230031 with flag 239586915/6776001
3466.45/3467.66	c cleaning 116001 clauses out of 232031 with flag 242485059/6893001
3502.47/3503.78	c cleaning 117000 clauses out of 234029 with flag 245440415/7011000
3539.41/3540.66	c cleaning 117999 clauses out of 236030 with flag 248296114/7130001
3577.22/3578.55	c cleaning 118991 clauses out of 238030 with flag 251308557/7250000
3600.07/3601.41	c starts		: 14083
3600.07/3601.41	c timeout
3600.07/3601.42	c conflicts		: 7323980
3600.07/3601.42	c decisions		: 8400925
3600.07/3601.42	c propagations		: 2717324426
3600.07/3601.42	c inspects		: 41754705910
3600.07/3601.42	c shortcuts		: 0
3600.07/3601.42	c learnt literals	: 0
3600.07/3601.42	c learnt binary clauses	: 1023
3600.07/3601.42	c learnt ternary clauses	: 1594
3600.07/3601.42	c learnt constraints	: 7323980
3600.07/3601.42	c ignored constraints	: 0
3600.07/3601.42	c root simplifications	: 0
3600.07/3601.42	c removed literals (reason simplification)	: 281586275
3600.07/3601.42	c reason swapping (by a shorter reason)	: 0
3600.07/3601.42	c Calls to reduceDB	: 116
3600.07/3601.42	c Number of update (reduction) of LBD	: 635650
3600.07/3601.42	c Imported unit clauses	: 0
3600.07/3601.42	c No decision after first conflict	: false
3600.07/3601.42	c number of reductions to clauses (during analyze)	: 0
3600.07/3601.42	c number of learned constraints concerned by reduction	: 0
3600.07/3601.42	c number of learning phase by resolution	: 0
3600.07/3601.42	c number of learning phase by cutting planes	: 0
3600.07/3601.42	c number of rounding to 1 operations	: 0
3600.07/3601.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3601.42	c number of reductions of the coefficients by power 2 	: 0
3600.07/3601.42	c number of right shift for reduction by power 2 	: 0
3600.07/3601.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3601.42	c number of ending skipping 	: 0
3600.07/3601.42	c number of internal skipping 	: 0
3600.07/3601.42	c number of derivation steps 	: 0
3600.07/3601.42	c number of skipped derivation steps 	: 0
3600.07/3601.42	c number of remaining unassigned 	: 0
3600.07/3601.42	c number of remaining assigned 	: 0
3600.07/3601.42	c number of falsified literals weakened from reason	: 0
3600.07/3601.42	c number of falsified literals weakened from conflict	: 0
3600.07/3601.42	c time for arithmetic operations	: 0
3600.07/3601.42	c minimum degree of deleted constraints	: null
3600.07/3601.42	c maximum degree of deleted constraints	: null
3600.07/3601.42	c number of deleted constraints	: 0
3600.07/3601.43	c speed (assignments/second)	: 754568.363451373
3600.07/3601.43	c non guided choices	: 65
3600.07/3601.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 191996
3600.07/3601.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1023
3600.07/3601.49	s UNKNOWN
3600.07/3601.49	c Total wall clock time (in seconds): 3601.335

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=157236, runsolver pid=157214
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.07 1.55 2.46 12/331 157294
/proc/meminfo: memFree=90289236/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=18930384 memory=51956 CPUtime=0.1 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 6051 0 214 0 8 2 0 0 20 0 18 0 236695601 19384713216 12989 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4732596 12989 5312 1 0 547308 0
[pid=157236/tid=157262] ppid=157214 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 4813 0 213 0 5 1 0 0 20 0 18 0 236695604 19384713216 12989 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236695606 19384713216 12989 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=18930384 memory=55186957824150 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 236695606 19384713216 12989 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51956 KiB

[startup+0.205756 s]*
/proc/loadavg: 1.07 1.55 2.46 12/331 157294
/proc/meminfo: memFree=90249412/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=18930384 memory=61716 CPUtime=0.27 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 6872 0 214 0 25 2 0 0 20 0 18 0 236695601 19384713216 15429 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4732596 15429 5408 1 0 547906 0
[pid=157236/tid=157262] ppid=157214 vsize=18930384 memory=4026990876 CPUtime=0.14 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 5123 0 213 0 13 1 0 0 20 0 18 0 236695604 19384713216 15429 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=18930384 memory=17146 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236695606 19384713216 15429 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=18930384 memory=54087446168546 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 236695606 19384713216 15429 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61716 KiB

[startup+0.305898 s]*
/proc/loadavg: 1.07 1.55 2.46 12/335 157298
/proc/meminfo: memFree=90216332/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=18996948 memory=76556 CPUtime=0.46 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 8465 0 214 0 43 3 0 0 20 0 19 0 236695601 19452874752 19139 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4749237 19139 5408 1 0 549253 0
[pid=157236/tid=157262] ppid=157214 vsize=18996948 memory=-8889094549291180732 CPUtime=0.22 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 5176 0 213 0 21 1 0 0 20 0 19 0 236695604 19452874752 19139 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236695606 19452874752 19139 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236695606 19452874752 19139 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157297] ppid=157214 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/157236/task/157297/stat : 157297 (Timer-0) S 157214 157236 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236695627 19452874752 19139 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76556 KiB

[startup+0.700229 s]
/proc/loadavg: 1.07 1.55 2.46 10/335 157298
/proc/meminfo: memFree=90195792/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=18996948 memory=85844 CPUtime=1.22 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 10454 0 214 0 119 3 0 0 20 0 19 0 236695601 19452874752 21461 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4749237 21461 5408 1 0 550362 0
[pid=157236/tid=157262] ppid=157214 vsize=18996948 memory=27136 CPUtime=0.6 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 5190 0 213 0 58 2 0 0 20 0 19 0 236695604 19452874752 21461 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236695606 19452874752 21461 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236695606 19452874752 21461 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157297] ppid=157214 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/157236/task/157297/stat : 157297 (Timer-0) S 157214 157236 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236695627 19452874752 21461 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 85844 KiB

[startup+1.5002 s]
/proc/loadavg: 1.07 1.55 2.46 9/335 157298
/proc/meminfo: memFree=90164108/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=18996948 memory=106736 CPUtime=2.37 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 20598 0 214 0 232 5 0 0 20 0 19 0 236695601 19452874752 26684 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4749237 26684 5408 1 0 553753 0
[pid=157236/tid=157262] ppid=157214 vsize=18996948 memory=0 CPUtime=1.39 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 6240 0 213 0 137 2 0 0 20 0 19 0 236695604 19452874752 26684 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236695606 19452874752 26684 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236695606 19452874752 26684 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157297] ppid=157214 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/157236/task/157297/stat : 157297 (Timer-0) S 157214 157236 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236695627 19452874752 26684 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 106736 KiB

[startup+3.10559 s]
/proc/loadavg: 1.30 1.59 2.47 7/335 157298
/proc/meminfo: memFree=90001308/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=18996948 memory=131320 CPUtime=4.03 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 21133 0 214 0 397 6 0 0 20 0 19 0 236695601 19452874752 32830 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4749237 32830 5408 1 0 553758 0
[pid=157236/tid=157262] ppid=157214 vsize=18996948 memory=10752 CPUtime=2.99 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 6539 0 213 0 296 3 0 0 20 0 19 0 236695604 19452874752 32830 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=18996948 memory=-8889094549291180732 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236695606 19452874752 32830 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236695606 19452874752 32830 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157297] ppid=157214 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/157236/task/157297/stat : 157297 (Timer-0) S 157214 157236 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236695627 19452874752 32830 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 4.03 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 131320 KiB

[startup+6.30014 s]
/proc/loadavg: 1.30 1.59 2.47 6/338 157301
/proc/meminfo: memFree=89821508/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=19063512 memory=180620 CPUtime=7.33 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 24417 0 214 0 725 8 0 0 20 0 20 0 236695601 19521036288 45155 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4765878 45155 5472 1 0 554066 0
[pid=157236/tid=157262] ppid=157214 vsize=19063512 memory=0 CPUtime=6.15 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 7285 0 213 0 612 3 0 0 20 0 20 0 236695604 19521036288 45155 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 45155 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 45155 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157297] ppid=157214 vsize=19063512 memory=106736 CPUtime=0 cores=1,3
/proc/157236/task/157297/stat : 157297 (Timer-0) S 157214 157236 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695627 19521036288 45155 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 7.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180620 KiB

[startup+12.7002 s]
/proc/loadavg: 1.52 1.63 2.48 6/339 157302
/proc/meminfo: memFree=89724544/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=19063512 memory=207420 CPUtime=13.75 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 26263 0 214 0 1366 9 0 0 20 0 20 0 236695601 19521036288 51855 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4765878 51855 5472 1 0 554082 0
[pid=157236/tid=157262] ppid=157214 vsize=19063512 memory=106736 CPUtime=12.51 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 7955 0 213 0 1248 3 0 0 20 0 20 0 236695604 19521036288 51855 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 51855 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=19063512 memory=207420 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 51855 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157297] ppid=157214 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/157236/task/157297/stat : 157297 (Timer-0) S 157214 157236 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695627 19521036288 51855 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 13.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 207420 KiB

[startup+25.5002 s]
/proc/loadavg: 2.07 1.75 2.50 6/339 157302
/proc/meminfo: memFree=89390572/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=19063512 memory=261020 CPUtime=26.67 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 30479 0 214 0 2657 10 0 0 20 0 20 0 236695601 19521036288 65255 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4765878 65255 5504 1 0 554082 0
[pid=157236/tid=157262] ppid=157214 vsize=19063512 memory=0 CPUtime=25.22 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 8696 0 213 0 2519 3 0 0 20 0 20 0 236695604 19521036288 65255 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=19063512 memory=16508 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 65255 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=19063512 memory=3024 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 65255 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157297] ppid=157214 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/157236/task/157297/stat : 157297 (Timer-0) S 157214 157236 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695627 19521036288 65255 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 26.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 261020 KiB

[startup+51.1056 s]
/proc/loadavg: 2.79 1.95 2.55 6/340 157304
/proc/meminfo: memFree=88588416/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=19063512 memory=498780 CPUtime=52.43 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 31816 0 214 0 5228 15 0 0 20 0 20 0 236695601 19521036288 124695 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4765878 124695 5504 1 0 554082 0
[pid=157236/tid=157262] ppid=157214 vsize=19063512 memory=0 CPUtime=50.53 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 8732 0 213 0 5050 3 0 0 20 0 20 0 236695604 19521036288 124695 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0

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

[startup+3282.3 s]
/proc/loadavg: 4.71 4.37 4.15 6/340 157468
/proc/meminfo: memFree=78740288/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=19063512 memory=2167284 CPUtime=3281.49 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 111442 0 214 0 328037 112 0 0 20 0 20 0 236695601 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4765878 541821 5504 1 0 557367 0
[pid=157236/tid=157262] ppid=157214 vsize=19063512 memory=2167284 CPUtime=3269.02 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 47156 0 213 0 326891 11 0 0 20 0 20 0 236695604 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=19063512 memory=16508 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=19063512 memory=-8889094549291180732 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 1483 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157297] ppid=157214 vsize=19063512 memory=16508 CPUtime=0 cores=1,3
/proc/157236/task/157297/stat : 157297 (Timer-0) S 157214 157236 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695627 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 3281.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167284 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.30 4.14 6/339 157470
/proc/meminfo: memFree=78670652/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=19063512 memory=2167284 CPUtime=3341.42 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 112953 0 214 0 334028 114 0 0 20 0 20 0 236695601 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4765878 541821 5504 1 0 557367 0
[pid=157236/tid=157262] ppid=157214 vsize=19063512 memory=1920 CPUtime=3328.77 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 47756 0 213 0 332866 11 0 0 20 0 20 0 236695604 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=19063512 memory=2167284 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=19063512 memory=28544 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 1554 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157297] ppid=157214 vsize=19063512 memory=2167284 CPUtime=0 cores=1,3
/proc/157236/task/157297/stat : 157297 (Timer-0) S 157214 157236 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695627 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 3341.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167284 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.27 4.14 6/338 157472
/proc/meminfo: memFree=78662844/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=19063512 memory=2167284 CPUtime=3401.28 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 112963 0 214 0 340014 114 0 0 20 0 20 0 236695601 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4765878 541821 5504 1 0 557367 0
[pid=157236/tid=157262] ppid=157214 vsize=19063512 memory=1920 CPUtime=3388.62 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 47761 0 213 0 338851 11 0 0 20 0 20 0 236695604 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=19063512 memory=2167284 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=19063512 memory=2167284 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 1554 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157297] ppid=157214 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/157236/task/157297/stat : 157297 (Timer-0) S 157214 157236 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695627 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 3401.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167284 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.23 4.14 6/338 157474
/proc/meminfo: memFree=78530832/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=19063512 memory=2167284 CPUtime=3461.16 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 113662 0 214 0 346001 115 0 0 20 0 20 0 236695601 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4765878 541821 5504 1 0 557367 0
[pid=157236/tid=157262] ppid=157214 vsize=19063512 memory=1920 CPUtime=3448.47 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 48353 0 213 0 344836 11 0 0 20 0 20 0 236695604 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=19063512 memory=2167284 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=19063512 memory=16508 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 1554 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157297] ppid=157214 vsize=19063512 memory=2167284 CPUtime=0 cores=1,3
/proc/157236/task/157297/stat : 157297 (Timer-0) S 157214 157236 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695627 19521036288 541821 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 3461.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167284 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.20 4.13 6/338 157476
/proc/meminfo: memFree=78479672/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=19063512 memory=2169408 CPUtime=3521.14 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 115568 0 214 0 351998 116 0 0 20 0 20 0 236695601 19521036288 542352 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4765878 542352 5504 1 0 557367 0
[pid=157236/tid=157262] ppid=157214 vsize=19063512 memory=16508 CPUtime=3508.2 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 49229 0 213 0 350809 11 0 0 20 0 20 0 236695604 19521036288 542352 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=19063512 memory=2167284 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 542352 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=19063512 memory=2167284 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 1631 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 542352 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157297] ppid=157214 vsize=19063512 memory=2167284 CPUtime=0 cores=1,3
/proc/157236/task/157297/stat : 157297 (Timer-0) S 157214 157236 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695627 19521036288 542352 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 3521.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169408 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.18 4.13 6/338 157478
/proc/meminfo: memFree=78239808/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=19063512 memory=2169408 CPUtime=3581.01 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 116574 0 214 0 357984 117 0 0 20 0 20 0 236695601 19521036288 542352 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4765878 542352 5504 1 0 557367 0
[pid=157236/tid=157262] ppid=157214 vsize=19063512 memory=2167284 CPUtime=3568.05 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 50082 0 213 0 356794 11 0 0 20 0 20 0 236695604 19521036288 542352 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=19063512 memory=2169408 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 542352 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=19063512 memory=2169408 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 1714 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 542352 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157297] ppid=157214 vsize=19063512 memory=2169408 CPUtime=0 cores=1,3
/proc/157236/task/157297/stat : 157297 (Timer-0) S 157214 157236 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695627 19521036288 542352 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 3581.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.4 s]
/proc/loadavg: 4.06 4.17 4.12 5/292 157593
/proc/meminfo: memFree=86221612/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=19063512 memory=2169408 CPUtime=3600.07 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 116971 0 214 0 359889 118 0 0 20 0 20 0 236695601 19521036288 542352 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4765878 542352 5504 1 0 557367 0
[pid=157236/tid=157262] ppid=157214 vsize=19063512 memory=-8889094549291180732 CPUtime=3587.1 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) R 157214 157236 157157 0 -1 4194368 50393 0 213 0 358699 11 0 0 20 0 20 0 236695604 19521036288 542352 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=19063512 memory=-7233201731107643516 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 542352 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=19063512 memory=6944656592455350634 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 1714 0 0 0 0 0 0 0 20 0 20 0 236695606 19521036288 542352 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157297] ppid=157214 vsize=19063512 memory=-8889094549291180732 CPUtime=0 cores=1,3
/proc/157236/task/157297/stat : 157297 (Timer-0) S 157214 157236 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695627 19521036288 542352 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169408 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.03 s, system=1.19946 s

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

[startup+3601.51 s]
/proc/loadavg: 4.06 4.17 4.12 5/292 157593
/proc/meminfo: memFree=86221612/131249988 swapFree=33010160/33010684
[pid=157236] ppid=157214 vsize=19263204 memory=2170176 CPUtime=3600.2 cores=1,3
/proc/157236/stat : 157236 (java) S 157214 157236 157157 0 -1 4194304 119633 0 214 0 359902 118 0 0 20 0 15 0 236695601 19725520896 542544 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
/proc/157236/statm: 4815801 542544 5504 1 0 558307 0
[pid=157236/tid=157262] ppid=157214 vsize=19263204 memory=16508 CPUtime=3587.12 cores=1,3
/proc/157236/task/157262/stat : 157262 (java) S 157214 157236 157157 0 -1 4194368 50580 0 213 0 358701 11 0 0 20 0 15 0 236695604 19725520896 542544 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157280] ppid=157214 vsize=19263204 memory=5276 CPUtime=0 cores=1,3
/proc/157236/task/157280/stat : 157280 (Finalizer) S 157214 157236 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 236695606 19725520896 542544 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
[pid=157236/tid=157294] ppid=157214 vsize=19263204 memory=2169408 CPUtime=0 cores=1,3
/proc/157236/task/157294/stat : 157294 (Common-Cleaner) S 157214 157236 157157 0 -1 4194368 1714 0 0 0 0 0 0 0 20 0 15 0 236695606 19725520896 542544 18446744073709551615 94784566042624 94784566046320 140726511257472 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94784566054136 94784566054928 94784585986048 140726511262079 140726511262180 140726511262180 140726511267784 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2170176 KiB

Child status: 143

Real time (s): 3601.54
CPU time (s): 3600.23
CPU user time (s): 3599.03
CPU system time (s): 1.19946
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2170176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.03
system time used= 1.19946
maximum resident set size= 2170432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119658
page faults= 214
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105825
involuntary context switches= 6540


# summary of solver processes directly reported to runsolver:
#   pid: 157236
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3599.03
#   total CPU system time (s): 1.19946

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.835 second user time and 16.5535 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-22 20:49:40
IDJOB=4541691
IDBENCH=163331
IDSOLVER=3363
FILE ID=nodeC020/4541691-1753210180
RUNJOBID= nodeC020-1753210180-157169
SLURM_JOB_ID= 9687784
Free space on /tmp= 432892 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_diag/normalized-26array_diag_greater.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541691-1753210180/watcher-4541691-1753210180 -o /tmp/evaluation-result-4541691-1753210180/solver-4541691-1753210180 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753210180-157169 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4541691-1753210180.opb

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

MD5SUM BENCH= dba81c8b2aded5f1a3d2b088b53137dc
RANDOM SEED=1287267562

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.909
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.895
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		: 3600.022
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		: 3601.539
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		: 3599.961
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		: 3600.088
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.471
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		: 3600.384
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:        90381792 kB
MemAvailable:   129601412 kB
Buffers:            2128 kB
Cached:         39976856 kB
SwapCached:            4 kB
Active:           936412 kB
Inactive:       39122660 kB
Active(anon):      81796 kB
Inactive(anon):    24536 kB
Active(file):     854616 kB
Inactive(file): 39098124 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2404 kB
Writeback:             4 kB
AnonPages:         83228 kB
Mapped:           108300 kB
Shmem:             26244 kB
KReclaimable:     212240 kB
Slab:             308096 kB
SReclaimable:     212240 kB
SUnreclaim:        95856 kB
KernelStack:        4036 kB
PageTables:         2776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     361968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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= 432788 MiB
End job on nodeC020 at 2025-07-22 21:49:42