Trace number 4498138

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-06SAT (TO)-24 3600.25 3602.12

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_200_25_1.opb
MD5SUM55a6d95658ac1c453318efc30b1d836b
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-31
Best CPU time to get the best result obtained on this benchmark1735.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint25
Maximum length of a constraint43
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6204
Sum of products size (including duplicates)12408
Number of different products3102
Sum of products size6204

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.07	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.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4498138-1751272263.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c  objective function found
0.33/0.24	c ... done. Wall clock time 0.109s.
0.33/0.24	c declared #vars     200
0.33/0.24	c internal #vars     3302
0.33/0.24	c #constraints  6604
0.33/0.24	c constraints type 
0.33/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3102
0.33/0.24	c org.sat4j.specs.Constr$1 => 208
0.33/0.24	c org.sat4j.pb.constraints.pb.UnitClausesPB => 182
0.33/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3102
0.33/0.24	c org.sat4j.pb.constraints.pb.UnitClausePB => 10
0.33/0.24	c 6604 constraints processed.
0.33/0.25	c objective function length is 200 literals
0.33/0.26	c SATISFIABLE
0.33/0.26	c OPTIMIZING...
0.33/0.26	c Got one! Elapsed wall clock time (in seconds):0.139
0.33/0.26	o -19
0.33/0.27	c Got one! Elapsed wall clock time (in seconds):0.147
0.33/0.27	o -20
0.33/0.29	c Got one! Elapsed wall clock time (in seconds):0.165
0.33/0.29	o -21
0.33/0.30	c Got one! Elapsed wall clock time (in seconds):0.173
0.33/0.30	o -22
1.47/0.87	c cleaning 2530 clauses out of 5059 with flag 10832/5059
2.06/1.27	c cleaning 4264 clauses out of 8527 with flag 23342/11057
2.18/1.31	c Got one! Elapsed wall clock time (in seconds):1.182
2.18/1.31	o -23
2.48/1.53	c Got one! Elapsed wall clock time (in seconds):1.401
2.48/1.53	o -24
2.84/1.87	c cleaning 5318 clauses out of 10635 with flag 6502/17429
3.47/2.43	c cleaning 5658 clauses out of 11315 with flag 19460/23427
4.09/3.01	c cleaning 6324 clauses out of 12658 with flag 34174/30428
4.79/3.73	c cleaning 7167 clauses out of 14333 with flag 50839/38427
5.64/4.56	c cleaning 8083 clauses out of 16166 with flag 69535/47427
6.74/5.64	c cleaning 9041 clauses out of 18088 with flag 90353/57432
7.85/6.79	c cleaning 10017 clauses out of 20043 with flag 113228/68428
9.55/8.40	c cleaning 11008 clauses out of 22025 with flag 138212/80427
11.15/10.06	c cleaning 12011 clauses out of 24021 with flag 165224/93431
13.28/12.11	c cleaning 12997 clauses out of 26006 with flag 194272/107427
15.57/14.47	c cleaning 14003 clauses out of 28010 with flag 225569/122428
19.08/17.85	c cleaning 15004 clauses out of 30007 with flag 262528/138428
23.20/21.84	c cleaning 15998 clauses out of 32003 with flag 305154/155428
27.50/26.14	c cleaning 17002 clauses out of 34005 with flag 351896/173428
32.39/31.05	c cleaning 17993 clauses out of 36003 with flag 397610/192428
38.82/37.46	c cleaning 19000 clauses out of 38011 with flag 448070/212429
45.21/43.87	c cleaning 20004 clauses out of 40010 with flag 498723/233428
51.20/49.82	c cleaning 21000 clauses out of 42005 with flag 551257/255427
57.52/56.18	c cleaning 21995 clauses out of 44005 with flag 604934/278427
64.75/63.30	c cleaning 23001 clauses out of 46013 with flag 660966/302430
72.88/71.46	c cleaning 24005 clauses out of 48009 with flag 720124/327427
78.57/77.11	c cleaning 25002 clauses out of 50004 with flag 773869/353427
84.01/82.53	c cleaning 26002 clauses out of 52004 with flag 829678/380429
89.84/88.32	c cleaning 27000 clauses out of 54000 with flag 887539/408427
96.64/95.16	c cleaning 27997 clauses out of 56000 with flag 947611/437427
103.76/102.22	c cleaning 28997 clauses out of 58004 with flag 1009738/467428
112.94/111.49	c cleaning 30000 clauses out of 60006 with flag 1073678/498427
122.17/120.68	c cleaning 31004 clauses out of 62008 with flag 1139718/530429
131.60/130.09	c cleaning 31999 clauses out of 64004 with flag 1207832/563429
140.53/138.98	c cleaning 32991 clauses out of 66004 with flag 1278163/597428
150.92/149.33	c cleaning 34002 clauses out of 68012 with flag 1350594/632427
161.74/160.17	c cleaning 35000 clauses out of 70011 with flag 1425043/668428
174.56/172.94	c cleaning 36001 clauses out of 72010 with flag 1501505/705427
187.63/186.09	c cleaning 37004 clauses out of 74009 with flag 1579799/743427
201.75/200.17	c cleaning 38003 clauses out of 76005 with flag 1660141/782427
216.12/214.23	c cleaning 38997 clauses out of 78003 with flag 1742727/822428
231.68/229.89	c cleaning 40001 clauses out of 80006 with flag 1827249/863428
247.50/245.62	c cleaning 40995 clauses out of 82004 with flag 1914020/905427
263.98/262.18	c cleaning 42005 clauses out of 84009 with flag 2002864/948427
279.49/277.65	c cleaning 43003 clauses out of 86006 with flag 2093773/992429
299.34/297.57	c cleaning 44001 clauses out of 88002 with flag 2186605/1037428
318.18/316.32	c cleaning 44998 clauses out of 90000 with flag 2281590/1083427
338.79/336.95	c cleaning 45993 clauses out of 92002 with flag 2378522/1130427
361.54/359.70	c cleaning 47001 clauses out of 94010 with flag 2477875/1178428
382.57/380.75	c cleaning 47992 clauses out of 96008 with flag 2579506/1227427
404.62/402.81	c cleaning 49008 clauses out of 98016 with flag 2682959/1277427
426.55/424.74	c cleaning 50000 clauses out of 100009 with flag 2788283/1328428
453.28/451.51	c cleaning 50998 clauses out of 102008 with flag 2895752/1380427
477.62/475.85	c cleaning 51994 clauses out of 104011 with flag 3005181/1433428
506.04/504.33	c cleaning 53003 clauses out of 106019 with flag 3116729/1487430
534.34/532.26	c cleaning 54001 clauses out of 108014 with flag 3230322/1542428
563.97/562.00	c cleaning 55006 clauses out of 110014 with flag 3345669/1598429
596.40/594.32	c cleaning 56002 clauses out of 112008 with flag 3463258/1655429
634.12/632.16	c cleaning 56999 clauses out of 114007 with flag 3582675/1713430
666.95/665.02	c cleaning 58001 clauses out of 116005 with flag 3704416/1772427
701.58/699.63	c cleaning 59003 clauses out of 118006 with flag 3828392/1832429
739.91/738.09	c cleaning 59997 clauses out of 120001 with flag 3954244/1893427
779.72/777.90	c cleaning 60993 clauses out of 122004 with flag 4082081/1955427
816.66/814.88	c cleaning 62002 clauses out of 124011 with flag 4211895/2018427
850.69/848.99	c cleaning 63005 clauses out of 126009 with flag 4344005/2082427
887.31/885.69	c cleaning 64000 clauses out of 128004 with flag 4478154/2147427
930.02/928.45	c cleaning 65000 clauses out of 130004 with flag 4614300/2213427
974.52/973.00	c cleaning 65996 clauses out of 132005 with flag 4752356/2280428
1025.00/1023.59	c cleaning 67001 clauses out of 134010 with flag 4892777/2348429
1071.89/1070.52	c cleaning 68004 clauses out of 136007 with flag 5035151/2417427
1124.08/1122.80	c cleaning 68994 clauses out of 138004 with flag 5179571/2487428
1170.32/1169.03	c cleaning 70005 clauses out of 140010 with flag 5325893/2558428
1217.01/1215.83	c cleaning 70998 clauses out of 142006 with flag 5474273/2630429
1265.98/1264.32	c cleaning 71998 clauses out of 144008 with flag 5625073/2703429
1319.36/1317.80	c cleaning 72992 clauses out of 146009 with flag 5777963/2777428
1375.64/1374.25	c cleaning 74005 clauses out of 148017 with flag 5932847/2852428
1437.25/1435.91	c cleaning 75002 clauses out of 150011 with flag 6089355/2928427
1490.81/1489.66	c cleaning 76001 clauses out of 152010 with flag 6248150/3005428
1547.96/1546.97	c cleaning 76996 clauses out of 154008 with flag 6409052/3083427
1610.17/1609.15	c cleaning 78001 clauses out of 156012 with flag 6572232/3162427
1672.23/1671.35	c cleaning 79002 clauses out of 158011 with flag 6737421/3242427
1738.08/1737.36	c cleaning 80002 clauses out of 160010 with flag 6904545/3323428
1792.77/1792.10	c cleaning 81002 clauses out of 162008 with flag 7073843/3405428
1862.61/1862.10	c cleaning 82001 clauses out of 164007 with flag 7245080/3488429
1934.35/1934.00	c cleaning 83003 clauses out of 166005 with flag 7418011/3572428
2001.80/2001.51	c cleaning 84001 clauses out of 168001 with flag 7593179/3657427
2082.30/2082.00	c cleaning 84991 clauses out of 170000 with flag 7770488/3743427
2161.13/2161.09	c cleaning 85996 clauses out of 172010 with flag 7949779/3830428
2244.44/2244.57	c cleaning 87004 clauses out of 174013 with flag 8131391/3918427
2323.91/2324.03	c cleaning 88001 clauses out of 176009 with flag 8315177/4007427
2402.54/2402.81	c cleaning 89002 clauses out of 178009 with flag 8501315/4097428
2483.50/2483.26	c cleaning 89994 clauses out of 180006 with flag 8688910/4188427
2565.98/2565.88	c cleaning 91006 clauses out of 182014 with flag 8878761/4280429
2655.09/2655.16	c cleaning 92000 clauses out of 184006 with flag 9070540/4373427
2741.07/2741.25	c cleaning 92998 clauses out of 186006 with flag 9264676/4467427
2820.20/2820.50	c cleaning 94005 clauses out of 188011 with flag 9461035/4562430
2903.71/2904.24	c cleaning 94994 clauses out of 190003 with flag 9659255/4658427
2994.27/2994.93	c cleaning 95997 clauses out of 192009 with flag 9859403/4755427
3093.41/3094.33	c cleaning 97000 clauses out of 194012 with flag 10061416/4853427
3193.65/3194.88	c cleaning 98002 clauses out of 196014 with flag 10265692/4952429
3287.82/3289.14	c cleaning 99004 clauses out of 198012 with flag 10472058/5052429
3376.00/3377.55	c cleaning 99994 clauses out of 200008 with flag 10680414/5153429
3464.67/3466.40	c cleaning 100999 clauses out of 202012 with flag 10891142/5255427
3557.34/3559.26	c cleaning 102002 clauses out of 204013 with flag 11103867/5358427
3600.03/3602.01	c starts		: 3840
3600.03/3602.02	c conflicts		: 5425959
3600.03/3602.02	c decisions		: 6009547
3600.03/3602.02	c propagations		: 29834478
3600.03/3602.02	c inspects		: 18976143056
3600.03/3602.02	c shortcuts		: 0
3600.03/3602.02	c learnt literals	: 0
3600.03/3602.02	c learnt binary clauses	: 0
3600.03/3602.02	c learnt ternary clauses	: 0
3600.03/3602.02	c learnt constraints	: 5425959
3600.03/3602.02	c ignored constraints	: 0
3600.03/3602.02	c root simplifications	: 0
3600.03/3602.02	c removed literals (reason simplification)	: 153197793
3600.03/3602.02	c reason swapping (by a shorter reason)	: 0
3600.03/3602.02	c Calls to reduceDB	: 101
3600.03/3602.02	c Number of update (reduction) of LBD	: 36779
3600.03/3602.02	c Imported unit clauses	: 0
3600.03/3602.02	c No decision after first conflict	: false
3600.03/3602.02	c number of reductions to clauses (during analyze)	: 0
3600.03/3602.02	c number of learned constraints concerned by reduction	: 0
3600.03/3602.02	c number of learning phase by resolution	: 0
3600.03/3602.02	c number of learning phase by cutting planes	: 0
3600.03/3602.02	c number of rounding to 1 operations	: 0
3600.03/3602.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3602.02	c number of reductions of the coefficients by power 2 	: 0
3600.03/3602.02	c number of right shift for reduction by power 2 	: 0
3600.03/3602.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3602.02	c number of ending skipping 	: 0
3600.03/3602.02	c number of internal skipping 	: 0
3600.03/3602.02	c number of derivation steps 	: 0
3600.03/3602.02	c number of skipped derivation steps 	: 0
3600.03/3602.02	c number of remaining unassigned 	: 0
3600.03/3602.02	c number of remaining assigned 	: 0
3600.03/3602.02	c number of falsified literals weakened from reason	: 0
3600.03/3602.02	c number of falsified literals weakened from conflict	: 0
3600.03/3602.02	c time for arithmetic operations	: 0
3600.03/3602.03	c minimum degree of deleted constraints	: null
3600.03/3602.03	c maximum degree of deleted constraints	: null
3600.03/3602.03	c number of deleted constraints	: 0
3600.03/3602.04	c speed (assignments/second)	: 8283.27548682274
3600.03/3602.04	c non guided choices	: 0
3600.03/3602.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 169543
3600.03/3602.10	s SATISFIABLE
3600.03/3602.10	c Found 6 solution(s)
3600.03/3602.10	v x1 x2 -x3 x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 x152 x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200 
3600.03/3602.10	c objective function=-24
3600.03/3602.10	c Total wall clock time (in seconds): 3601.975

Verifier Data

OK	-24

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62563 MiB free)
  memory of node 1: 64507 MiB (58863 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498138-1751272263/watcher-4498138-1751272263 -o /tmp/evaluation-result-4498138-1751272263/solver-4498138-1751272263 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751272214-38928 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4498138-1751272263.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=39631, runsolver pid=39628
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 3.42 2.96 3.46 5/337 39649
/proc/meminfo: memFree=124321556/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=18930384 memory=57856 CPUtime=0.13 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 6586 0 0 0 11 2 0 0 20 0 18 0 42904091 19384713216 14464 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4732596 14464 5336 1 0 547623 0
[pid=39631/tid=39633] ppid=39628 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 5093 0 0 0 6 1 0 0 20 0 18 0 42904092 19384713216 14464 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39642] ppid=39628 vsize=18930384 memory=224227754321 CPUtime=0 cores=0,2
/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42904094 19384713216 14464 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=18930384 memory=59585004335488 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 42904094 19384713216 14464 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57856 KiB

[startup+0.205701 s]*
/proc/loadavg: 3.42 2.96 3.46 7/337 39649
/proc/meminfo: memFree=124312356/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=18930384 memory=68040 CPUtime=0.33 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 7054 0 0 0 31 2 0 0 20 0 18 0 42904091 19384713216 17010 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4732596 17010 5400 1 0 547926 0
[pid=39631/tid=39633] ppid=39628 vsize=18930384 memory=4026663196 CPUtime=0.18 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 5303 0 0 0 17 1 0 0 20 0 18 0 42904092 19384713216 17010 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39642] ppid=39628 vsize=18930384 memory=16195 CPUtime=0 cores=0,2
/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42904094 19384713216 17010 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 42904094 19384713216 17010 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68040 KiB

[startup+0.305578 s]*
/proc/loadavg: 3.42 2.96 3.46 7/338 39650
/proc/meminfo: memFree=124302400/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=18996948 memory=74332 CPUtime=0.51 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 7974 0 0 0 49 2 0 0 20 0 19 0 42904091 19452874752 18583 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4749237 18583 5432 1 0 548621 0
[pid=39631/tid=39633] ppid=39628 vsize=18996948 memory=-6000919472756777836 CPUtime=0.27 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 5425 0 0 0 25 2 0 0 20 0 19 0 42904092 19452874752 18583 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39642] ppid=39628 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 42904094 19452874752 18583 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 42904094 19452874752 18583 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39650] ppid=39628 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/39631/task/39650/stat : 39650 (Timer-0) S 39628 39631 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 42904117 19452874752 18583 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74332 KiB

[startup+0.700218 s]
/proc/loadavg: 3.42 2.96 3.46 6/338 39650
/proc/meminfo: memFree=124288668/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=18996948 memory=95196 CPUtime=1.27 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 12067 0 0 0 124 3 0 0 20 0 19 0 42904091 19452874752 23799 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4749237 23799 5464 1 0 551708 0
[pid=39631/tid=39633] ppid=39628 vsize=18996948 memory=17792 CPUtime=0.64 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 5449 0 0 0 62 2 0 0 20 0 19 0 42904092 19452874752 23799 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39642] ppid=39628 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 42904094 19452874752 23799 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 42904094 19452874752 23799 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39650] ppid=39628 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/39631/task/39650/stat : 39650 (Timer-0) S 39628 39631 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 42904117 19452874752 23799 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 95196 KiB

[startup+1.50024 s]
/proc/loadavg: 3.42 2.96 3.46 6/338 39650
/proc/meminfo: memFree=124258612/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=18996948 memory=117520 CPUtime=2.48 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 15992 0 0 0 243 5 0 0 20 0 19 0 42904091 19452874752 29380 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4749237 29380 5464 1 0 551988 0
[pid=39631/tid=39633] ppid=39628 vsize=18996948 memory=10752 CPUtime=1.41 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 6116 0 0 0 139 2 0 0 20 0 19 0 42904092 19452874752 29380 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39642] ppid=39628 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 42904094 19452874752 29380 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 42904094 19452874752 29380 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39650] ppid=39628 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/39631/task/39650/stat : 39650 (Timer-0) S 39628 39631 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 42904117 19452874752 29380 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 117520 KiB

[startup+3.10543 s]
/proc/loadavg: 3.42 2.96 3.46 5/338 39650
/proc/meminfo: memFree=124160412/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=18996948 memory=148420 CPUtime=4.19 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 18272 0 0 0 413 6 0 0 20 0 19 0 42904091 19452874752 37105 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4749237 37105 5464 1 0 552022 0
[pid=39631/tid=39633] ppid=39628 vsize=18996948 memory=10752 CPUtime=3.02 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 6478 0 0 0 299 3 0 0 20 0 19 0 42904092 19452874752 37105 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39642] ppid=39628 vsize=18996948 memory=-6000919472756777836 CPUtime=0 cores=0,2
/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 42904094 19452874752 37105 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 42904094 19452874752 37105 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39650] ppid=39628 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/39631/task/39650/stat : 39650 (Timer-0) S 39628 39631 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 42904117 19452874752 37105 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 4.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 148420 KiB

[startup+6.30023 s]
/proc/loadavg: 3.47 2.98 3.47 5/340 39653
/proc/meminfo: memFree=123808004/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=19063512 memory=185224 CPUtime=7.45 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 19480 0 0 0 738 7 0 0 20 0 20 0 42904091 19521036288 46306 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4765878 46306 5528 1 0 552313 0
[pid=39631/tid=39633] ppid=39628 vsize=19063512 memory=0 CPUtime=6.19 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 6499 0 0 0 616 3 0 0 20 0 20 0 42904092 19521036288 46306 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39642] ppid=39628 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 46306 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 46306 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39650] ppid=39628 vsize=19063512 memory=119620 CPUtime=0 cores=0,2
/proc/39631/task/39650/stat : 39650 (Timer-0) S 39628 39631 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42904117 19521036288 46306 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 7.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 185224 KiB

[startup+12.7002 s]
/proc/loadavg: 3.59 3.01 3.47 5/340 39653
/proc/meminfo: memFree=123771148/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=19063512 memory=226436 CPUtime=13.87 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 21784 0 0 0 1379 8 0 0 20 0 20 0 42904091 19521036288 56609 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4765878 56609 5528 1 0 552313 0
[pid=39631/tid=39633] ppid=39628 vsize=19063512 memory=119620 CPUtime=12.54 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 7135 0 0 0 1251 3 0 0 20 0 20 0 42904092 19521036288 56609 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39642] ppid=39628 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 56609 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=19063512 memory=226436 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 56609 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39650] ppid=39628 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/39631/task/39650/stat : 39650 (Timer-0) S 39628 39631 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42904117 19521036288 56609 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 13.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 226436 KiB

[startup+25.5002 s]
/proc/loadavg: 3.68 3.06 3.48 5/340 39653
/proc/meminfo: memFree=123266088/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=19063512 memory=296372 CPUtime=26.9 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 26724 0 0 0 2681 9 0 0 20 0 20 0 42904091 19521036288 74093 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4765878 74093 5528 1 0 552313 0
[pid=39631/tid=39633] ppid=39628 vsize=19063512 memory=10752 CPUtime=25.26 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 7925 0 0 0 2523 3 0 0 20 0 20 0 42904092 19521036288 74093 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39642] ppid=39628 vsize=19063512 memory=226436 CPUtime=0 cores=0,2
/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 74093 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 74093 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39650] ppid=39628 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/39631/task/39650/stat : 39650 (Timer-0) S 39628 39631 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42904117 19521036288 74093 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 26.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 296372 KiB

[startup+51.1056 s]
/proc/loadavg: 3.79 3.14 3.50 5/340 39653
/proc/meminfo: memFree=122821340/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=19063512 memory=409316 CPUtime=52.53 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 28242 0 0 0 5241 12 0 0 20 0 20 0 42904091 19521036288 102329 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4765878 102329 5528 1 0 552313 0
[pid=39631/tid=39633] ppid=39628 vsize=19063512 memory=21996 CPUtime=50.72 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 8290 0 0 0 5069 3 0 0 20 0 20 0 42904092 19521036288 102329 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0

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

/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=19063512 memory=2282020 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 2012 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39650] ppid=39628 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/39631/task/39650/stat : 39650 (Timer-0) S 39628 39631 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42904117 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 3221.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2282020 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/342 39905
/proc/meminfo: memFree=95164920/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=19063512 memory=2282020 CPUtime=3281.02 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 85675 0 0 0 327972 130 0 0 20 0 20 0 42904091 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4765878 570505 5528 1 0 585158 0
[pid=39631/tid=39633] ppid=39628 vsize=19063512 memory=14824 CPUtime=3270.62 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 33739 0 0 0 327052 10 0 0 20 0 20 0 42904092 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39642] ppid=39628 vsize=19063512 memory=2282020 CPUtime=0 cores=0,2
/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 2136 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39650] ppid=39628 vsize=19063512 memory=2282020 CPUtime=0 cores=0,2
/proc/39631/task/39650/stat : 39650 (Timer-0) S 39628 39631 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42904117 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 3281.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2282020 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.14 4.10 5/342 39907
/proc/meminfo: memFree=94656724/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=19063512 memory=2282020 CPUtime=3340.89 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 86259 0 0 0 333957 132 0 0 20 0 20 0 42904091 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4765878 570505 5528 1 0 585158 0
[pid=39631/tid=39633] ppid=39628 vsize=19063512 memory=5760 CPUtime=3330.46 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 34270 0 0 0 333036 10 0 0 20 0 20 0 42904092 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39642] ppid=39628 vsize=19063512 memory=2282020 CPUtime=0 cores=0,2
/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=19063512 memory=2282020 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 2136 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39650] ppid=39628 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/39631/task/39650/stat : 39650 (Timer-0) S 39628 39631 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42904117 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 3340.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2282020 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/340 39909
/proc/meminfo: memFree=93758600/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=19063512 memory=2282020 CPUtime=3400.74 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 86765 0 0 0 339940 134 0 0 20 0 20 0 42904091 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4765878 570505 5528 1 0 585158 0
[pid=39631/tid=39633] ppid=39628 vsize=19063512 memory=5760 CPUtime=3390.28 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 34655 0 0 0 339018 10 0 0 20 0 20 0 42904092 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39642] ppid=39628 vsize=19063512 memory=2282020 CPUtime=0 cores=0,2
/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 2251 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39650] ppid=39628 vsize=19063512 memory=2282020 CPUtime=0 cores=0,2
/proc/39631/task/39650/stat : 39650 (Timer-0) S 39628 39631 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42904117 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 3400.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2282020 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/340 39911
/proc/meminfo: memFree=93501148/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=19063512 memory=2282020 CPUtime=3460.58 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 87390 0 0 0 345922 136 0 0 20 0 20 0 42904091 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4765878 570505 5528 1 0 585158 0
[pid=39631/tid=39633] ppid=39628 vsize=19063512 memory=5760 CPUtime=3450.11 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 35200 0 0 0 345000 11 0 0 20 0 20 0 42904092 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39642] ppid=39628 vsize=19063512 memory=2282020 CPUtime=0 cores=0,2
/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 2251 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39650] ppid=39628 vsize=19063512 memory=2282020 CPUtime=0 cores=0,2
/proc/39631/task/39650/stat : 39650 (Timer-0) S 39628 39631 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42904117 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 3460.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2282020 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/337 39979
/proc/meminfo: memFree=107909192/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=19063512 memory=2282020 CPUtime=3520.52 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 89088 0 0 0 351911 141 0 0 20 0 20 0 42904091 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4765878 570505 5528 1 0 585158 0
[pid=39631/tid=39633] ppid=39628 vsize=19063512 memory=2282020 CPUtime=3509.79 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 35808 0 0 0 350964 15 0 0 20 0 20 0 42904092 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39642] ppid=39628 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=19063512 memory=2282020 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 2326 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39650] ppid=39628 vsize=19063512 memory=2282020 CPUtime=0 cores=0,2
/proc/39631/task/39650/stat : 39650 (Timer-0) S 39628 39631 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42904117 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 3520.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2282020 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/337 40047
/proc/meminfo: memFree=109623448/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=19063512 memory=2282020 CPUtime=3580.38 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 89756 0 0 0 357896 142 0 0 20 0 20 0 42904091 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4765878 570505 5528 1 0 585158 0
[pid=39631/tid=39633] ppid=39628 vsize=19063512 memory=14824 CPUtime=3569.63 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 36201 0 0 0 356948 15 0 0 20 0 20 0 42904092 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39642] ppid=39628 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 2442 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39650] ppid=39628 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/39631/task/39650/stat : 39650 (Timer-0) S 39628 39631 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42904117 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 3580.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2282020 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602 s]*
/proc/loadavg: 4.20 4.14 4.10 5/338 40048
/proc/meminfo: memFree=109561892/131249996 swapFree=33010684/33010684
[pid=39631] ppid=39628 vsize=19063512 memory=2282020 CPUtime=3600.03 cores=0,2
/proc/39631/stat : 39631 (java) S 39628 39631 38440 0 -1 4194304 89792 0 0 0 359861 142 0 0 20 0 20 0 42904091 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
/proc/39631/statm: 4765878 570505 5528 1 0 585158 0
[pid=39631/tid=39633] ppid=39628 vsize=19063512 memory=-6000919489937042539 CPUtime=3589.28 cores=0,2
/proc/39631/task/39633/stat : 39633 (java) R 39628 39631 38440 0 -1 4194368 36234 0 0 0 358913 15 0 0 20 0 20 0 42904092 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39642] ppid=39628 vsize=19063512 memory=310380106692016 CPUtime=0 cores=0,2
/proc/39631/task/39642/stat : 39642 (Finalizer) S 39628 39631 38440 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39649] ppid=39628 vsize=19063512 memory=310380106692017 CPUtime=0 cores=0,2
/proc/39631/task/39649/stat : 39649 (Common-Cleaner) S 39628 39631 38440 0 -1 4194368 2442 0 0 0 0 0 0 0 20 0 20 0 42904094 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
[pid=39631/tid=39650] ppid=39628 vsize=19063512 memory=280361507490080 CPUtime=0 cores=0,2
/proc/39631/task/39650/stat : 39650 (Timer-0) S 39628 39631 38440 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42904117 19521036288 570505 18446744073709551615 94832929742848 94832929746544 140728333608672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94832929754360 94832929755152 94832932548608 140728333613441 140728333613542 140728333613542 140728333619144 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2282020 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.81 s, system=1.44275 s

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

[startup+3602.11 s]*
/proc/loadavg: 4.20 4.14 4.10 5/320 40051
/proc/meminfo: memFree=110405668/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3602.12
CPU time (s): 3600.25
CPU user time (s): 3598.81
CPU system time (s): 1.44275
CPU usage (%): 99.9482
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2282020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.81
system time used= 1.44275
maximum resident set size= 2282916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92169
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= 105104
involuntary context switches= 5958


# summary of solver processes directly reported to runsolver:
#   pid: 39631
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3598.81
#   total CPU system time (s): 1.44275

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.77687 second user time and 16.9383 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 10:31:03
IDJOB=4498138
IDBENCH=148531
IDSOLVER=3363
FILE ID=nodeC017/4498138-1751272263
RUNJOBID= nodeC017-1751272214-38928
SLURM_JOB_ID= 9594184
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_1.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498138-1751272263/watcher-4498138-1751272263 -o /tmp/evaluation-result-4498138-1751272263/solver-4498138-1751272263 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751272214-38928 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4498138-1751272263.opb

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

MD5SUM BENCH= 55a6d95658ac1c453318efc30b1d836b
RANDOM SEED=753740851

nodeC017 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		: 3600.089
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	: 7000.12
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		: 3600.048
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	: 7000.12
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		: 3599.976
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	: 7000.12
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		: 3540.065
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	: 7000.12
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		: 3600.060
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	: 7000.12
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.068
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	: 7000.12
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		: 3602.372
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	: 7000.12
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		: 3700.000
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        124340992 kB
MemAvailable:   127114864 kB
Buffers:            2380 kB
Cached:          3545404 kB
SwapCached:            0 kB
Active:          3002172 kB
Inactive:        3240076 kB
Active(anon):    2712532 kB
Inactive(anon):       12 kB
Active(file):     289640 kB
Inactive(file):  3240064 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1032 kB
Writeback:             0 kB
AnonPages:       2697556 kB
Mapped:           123104 kB
Shmem:             18080 kB
KReclaimable:     166416 kB
Slab:             254704 kB
SReclaimable:     166416 kB
SUnreclaim:        88288 kB
KernelStack:        5168 kB
PageTables:         8948 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9022012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2508800 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC017 at 2025-06-30 11:31:06