Trace number 4524551

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-06OPTIMUM 2129.15 2130.58

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_20_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMd6f30eafb787975283c0eede77b5a69b
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.060822
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables400
Total number of constraints60
Number of soft constraints60
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
Top cost 2653
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 2652
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.04/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.04/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.12	c See www.sat4j.org for details.
0.04/0.13	c version PB25.v20250606
0.04/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.04/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.04/0.13	c java.vm.version	22.0.1+8-16
0.04/0.13	c java.vm.vendor	Oracle Corporation
0.04/0.13	c sun.arch.data.model	64
0.04/0.13	c java.version		22.0.1
0.04/0.13	c os.name		Linux
0.04/0.13	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.04/0.13	c os.arch		amd64
0.04/0.14	c Free memory 		2104792832
0.04/0.14	c Max memory 		16282288128
0.04/0.14	c Total memory 		2113929216
0.04/0.14	c Number of processors 	2
0.04/0.18	c Pseudo Boolean Optimization by upper bound
0.04/0.18	c --- Begin Solver configuration ---
0.04/0.18	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.04/0.18	c Learn all clauses as in MiniSAT
0.04/0.18	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.18	c Expensive reason simplification
0.04/0.18	c Glucose 2.1 dynamic restart strategy
0.04/0.18	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.04/0.18	c timeout=2147483s
0.04/0.18	c DB Simplification allowed=false
0.04/0.18	c Listener: none
0.04/0.18	c --- End Solver configuration ---
0.04/0.18	c solving HOME/instance-4524551-1751612920.wbo
0.04/0.18	c reading problem ... 
0.04/0.20	c ... done. Wall clock time 0.021s.
0.04/0.20	c declared #vars     400
0.04/0.20	c internal #vars     460
0.04/0.20	c #constraints  61
0.04/0.20	c constraints type 
0.04/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20
0.04/0.20	c org.sat4j.specs.Constr$1 => 1
0.04/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 40
0.04/0.20	c 61 constraints processed.
0.23/0.21	c objective function length is 60 literals
0.23/0.26	c SATISFIABLE
0.23/0.26	c OPTIMIZING...
0.23/0.26	c Got one! Elapsed wall clock time (in seconds):0.082
0.23/0.26	o 86
0.23/0.30	c Got one! Elapsed wall clock time (in seconds):0.123
0.23/0.30	o 69
0.61/0.46	c Got one! Elapsed wall clock time (in seconds):0.28
0.61/0.46	o 63
1.00/0.63	c Got one! Elapsed wall clock time (in seconds):0.451
1.00/0.63	o 61
1.19/0.77	c Got one! Elapsed wall clock time (in seconds):0.595
1.19/0.77	o 60
1.39/0.89	c Got one! Elapsed wall clock time (in seconds):0.714
1.39/0.89	o 24
1.77/1.01	c cleaning 4069 clauses out of 8141 with flag 6499/8141
2.37/1.58	c cleaning 5034 clauses out of 10072 with flag 47928/14141
2.68/1.89	c Got one! Elapsed wall clock time (in seconds):1.712
2.68/1.89	o 7
3.38/2.50	c cleaning 7697 clauses out of 15406 with flag 34472/24509
3.88/3.02	c cleaning 6835 clauses out of 13710 with flag 78593/30510
4.67/3.80	c cleaning 6934 clauses out of 13875 with flag 130942/37510
5.77/4.89	c cleaning 7466 clauses out of 14940 with flag 187804/45509
6.67/5.78	c cleaning 8231 clauses out of 16474 with flag 254428/54509
7.77/6.81	c cleaning 9119 clauses out of 18243 with flag 341942/64509
9.26/8.39	c cleaning 10051 clauses out of 20124 with flag 434367/75509
10.87/9.95	c cleaning 11028 clauses out of 22073 with flag 540946/87509
12.17/11.23	c cleaning 12004 clauses out of 24045 with flag 657783/100509
13.76/12.82	c cleaning 13004 clauses out of 26043 with flag 771345/114511
15.68/14.72	c cleaning 14012 clauses out of 28039 with flag 905698/129511
17.90/17.00	c cleaning 15005 clauses out of 30027 with flag 1044272/145511
21.11/20.13	c cleaning 16004 clauses out of 32022 with flag 1182031/162511
23.80/22.88	c cleaning 16998 clauses out of 34022 with flag 1319685/180515
27.29/26.39	c cleaning 18005 clauses out of 36020 with flag 1475885/199511
31.18/30.27	c cleaning 19006 clauses out of 38014 with flag 1645743/219510
36.26/35.31	c cleaning 19999 clauses out of 40008 with flag 1830468/240510
41.65/40.72	c cleaning 20996 clauses out of 42008 with flag 2020679/262509
45.94/45.10	c cleaning 21994 clauses out of 44012 with flag 2214422/285509
50.37/49.43	c cleaning 23007 clauses out of 46019 with flag 2413885/309510
58.96/58.02	c cleaning 24004 clauses out of 48013 with flag 2625278/334511
63.64/62.80	c cleaning 24996 clauses out of 50007 with flag 2852476/360509
69.44/68.53	c cleaning 25989 clauses out of 52012 with flag 3097593/387510
75.74/74.89	c cleaning 27002 clauses out of 54022 with flag 3345738/415509
84.92/84.01	c cleaning 28006 clauses out of 56020 with flag 3600109/444509
94.57/93.37	c cleaning 28993 clauses out of 58016 with flag 3860290/474511
100.33/99.07	c cleaning 29990 clauses out of 60021 with flag 4136099/505509
106.10/104.82	c cleaning 30998 clauses out of 62031 with flag 4420866/537509
112.39/111.11	c cleaning 31998 clauses out of 64034 with flag 4722875/570510
119.54/118.25	c cleaning 32983 clauses out of 66036 with flag 5033894/604510
132.01/130.77	c cleaning 34022 clauses out of 68052 with flag 5327518/639509
141.09/139.89	c cleaning 34995 clauses out of 70031 with flag 5653179/675510
160.55/159.36	c cleaning 36014 clauses out of 72035 with flag 5972524/712509
176.66/175.40	c cleaning 37002 clauses out of 74022 with flag 6302608/750510
193.22/192.04	c cleaning 38003 clauses out of 76019 with flag 6673216/789509
211.68/210.58	c cleaning 39001 clauses out of 78017 with flag 7017859/829510
222.05/220.97	c cleaning 39996 clauses out of 80015 with flag 7406067/870509
231.75/230.68	c cleaning 40992 clauses out of 82019 with flag 7771475/912509
252.70/251.67	c cleaning 42011 clauses out of 84027 with flag 8158763/955509
274.35/273.31	c cleaning 43003 clauses out of 86017 with flag 8558819/999510
296.70/295.74	c cleaning 43999 clauses out of 88014 with flag 8992246/1044510
312.47/311.31	c cleaning 44998 clauses out of 90015 with flag 9381669/1090510
342.50/341.42	c cleaning 46005 clauses out of 92017 with flag 9817869/1137510
372.32/371.31	c cleaning 47005 clauses out of 94013 with flag 10308255/1185511
393.93/392.97	c cleaning 47980 clauses out of 96008 with flag 10784073/1234511
432.05/431.14	c cleaning 49007 clauses out of 98030 with flag 11250233/1284513
477.74/476.97	c cleaning 50008 clauses out of 100022 with flag 11766813/1335512
507.84/507.08	c cleaning 51002 clauses out of 102011 with flag 12334965/1387509
535.26/534.54	c cleaning 52002 clauses out of 104012 with flag 12805121/1440512
572.19/571.51	c cleaning 52989 clauses out of 106010 with flag 13328205/1494512
619.04/618.49	c cleaning 54004 clauses out of 108020 with flag 13856628/1549511
675.32/674.89	c cleaning 55006 clauses out of 110015 with flag 14437417/1605510
718.32/717.98	c cleaning 55994 clauses out of 112009 with flag 15084025/1662510
770.24/769.98	c cleaning 57005 clauses out of 114019 with flag 15661093/1720514
826.01/825.80	c cleaning 57998 clauses out of 116009 with flag 16273163/1779509
868.42/868.38	c cleaning 59001 clauses out of 118012 with flag 16905610/1839510
926.14/926.13	c cleaning 60001 clauses out of 120010 with flag 17593005/1900509
968.74/968.81	c cleaning 61004 clauses out of 122009 with flag 18225970/1962509
1014.84/1015.07	c cleaning 62000 clauses out of 124005 with flag 18907825/2025509
1058.89/1058.99	c cleaning 62993 clauses out of 126004 with flag 19650186/2089509
1085.93/1086.05	c cleaning 63996 clauses out of 128012 with flag 20265654/2154510
1107.43/1107.57	c cleaning 65003 clauses out of 130015 with flag 20829872/2220509
1138.16/1138.32	c cleaning 66006 clauses out of 132013 with flag 21414870/2287510
1214.81/1215.14	c cleaning 66999 clauses out of 134008 with flag 21987401/2355511
1249.20/1249.60	c cleaning 67998 clauses out of 136011 with flag 22656409/2424513
1285.01/1285.41	c cleaning 68999 clauses out of 138009 with flag 23368625/2494509
1317.10/1317.50	c cleaning 69993 clauses out of 140010 with flag 24162336/2565509
1343.04/1343.51	c cleaning 71001 clauses out of 142020 with flag 24905431/2637512
1370.87/1371.43	c cleaning 72002 clauses out of 144016 with flag 25644217/2710509
1411.42/1411.70	c cleaning 73000 clauses out of 146015 with flag 26412797/2784510
1449.35/1449.75	c cleaning 74001 clauses out of 148014 with flag 27247605/2859509
1484.88/1485.31	c cleaning 74993 clauses out of 150014 with flag 28085974/2935510
1528.54/1529.08	c cleaning 76001 clauses out of 152020 with flag 28838335/3012509
1574.85/1575.41	c cleaning 77005 clauses out of 154020 with flag 29664249/3090510
1614.15/1614.89	c cleaning 78000 clauses out of 156016 with flag 30501923/3169511
1655.23/1655.98	c cleaning 79002 clauses out of 158015 with flag 31266246/3249510
1703.71/1704.59	c cleaning 80001 clauses out of 160014 with flag 32151207/3330511
1740.32/1741.27	c cleaning 81000 clauses out of 162012 with flag 32959160/3412510
1780.61/1781.54	c cleaning 81999 clauses out of 164011 with flag 33819779/3495509
1832.60/1833.63	c cleaning 82995 clauses out of 166013 with flag 34723611/3579510
1914.19/1915.33	c cleaning 83997 clauses out of 168018 with flag 35627087/3664510
1994.13/1995.44	c cleaning 85003 clauses out of 170021 with flag 36642199/3750510
2054.80/2056.20	c cleaning 86007 clauses out of 172019 with flag 37543818/3837511
2128.25/2129.77	c cleaning 87005 clauses out of 174010 with flag 38494651/3925510
2129.07/2130.52	c starts		: 11588
2129.07/2130.53	c conflicts		: 3926855
2129.07/2130.53	c decisions		: 5034765
2129.07/2130.53	c propagations		: 90282836
2129.07/2130.53	c inspects		: 24371342444
2129.07/2130.53	c shortcuts		: 0
2129.07/2130.53	c learnt literals	: 8
2129.07/2130.53	c learnt binary clauses	: 7
2129.07/2130.53	c learnt ternary clauses	: 9
2129.07/2130.53	c learnt constraints	: 3926846
2129.07/2130.53	c ignored constraints	: 0
2129.07/2130.53	c root simplifications	: 0
2129.07/2130.53	c removed literals (reason simplification)	: 4549803
2129.07/2130.53	c reason swapping (by a shorter reason)	: 0
2129.07/2130.53	c Calls to reduceDB	: 86
2129.07/2130.53	c Number of update (reduction) of LBD	: 2177452
2129.07/2130.53	c Imported unit clauses	: 0
2129.07/2130.53	c No decision after first conflict	: false
2129.07/2130.53	c number of reductions to clauses (during analyze)	: 0
2129.07/2130.53	c number of learned constraints concerned by reduction	: 0
2129.07/2130.53	c number of learning phase by resolution	: 0
2129.07/2130.53	c number of learning phase by cutting planes	: 0
2129.07/2130.53	c number of rounding to 1 operations	: 0
2129.07/2130.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2129.07/2130.54	c number of reductions of the coefficients by power 2 	: 0
2129.07/2130.54	c number of right shift for reduction by power 2 	: 0
2129.07/2130.54	c number of reductions of the coefficients by GCD over coefficients 	: 0
2129.07/2130.54	c number of ending skipping 	: 0
2129.07/2130.54	c number of internal skipping 	: 0
2129.07/2130.54	c number of derivation steps 	: 0
2129.07/2130.54	c number of skipped derivation steps 	: 0
2129.07/2130.54	c number of remaining unassigned 	: 0
2129.07/2130.54	c number of remaining assigned 	: 0
2129.07/2130.54	c number of falsified literals weakened from reason	: 0
2129.07/2130.54	c number of falsified literals weakened from conflict	: 0
2129.07/2130.54	c time for arithmetic operations	: 0
2129.07/2130.54	c minimum degree of deleted constraints	: null
2129.07/2130.54	c maximum degree of deleted constraints	: null
2129.07/2130.54	c number of deleted constraints	: 0
2129.07/2130.54	c speed (assignments/second)	: 42379.84157346884
2129.07/2130.54	c non guided choices	: 4388
2129.07/2130.54	s OPTIMUM FOUND
2129.07/2130.54	c Found 7 solution(s)
2129.07/2130.54	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 x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 x255 -x256 -x257 -x258 -x259 -x260 x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 x355 -x356 -x357 -x358 -x359 -x360 x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 x375 -x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 x395 -x396 -x397 -x398 -x399 -x400 
2129.07/2130.54	c objective function=7
2129.07/2130.54	c Total wall clock time (in seconds): 2130.364

Verifier Data

OK	7

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524551-1751612920/watcher-4524551-1751612920 -o /tmp/evaluation-result-4524551-1751612920/solver-4524551-1751612920 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751612909-93507 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4524551-1751612920.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.101268 s]*
/proc/loadavg: 4.21 4.67 5.64 8/339 94161
/proc/meminfo: memFree=128249512/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=18930384 memory=48440 CPUtime=0.04 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 5796 0 0 0 3 1 0 0 20 0 18 0 76972286 19384713216 12110 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4732596 12110 5308 1 0 547003 0
[pid=94143/tid=94145] ppid=94140 vsize=18930384 memory=4026531960 CPUtime=0.03 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 4705 0 0 0 2 1 0 0 20 0 18 0 76972292 19384713216 12110 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76972295 19384713216 12110 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=18930384 memory=59585004340264 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76972295 19384713216 12110 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48440 KiB

[startup+0.205956 s]*
/proc/loadavg: 4.21 4.67 5.64 7/340 94162
/proc/meminfo: memFree=128236348/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=18930384 memory=61804 CPUtime=0.23 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 6951 0 0 0 20 3 0 0 20 0 18 0 76972286 19384713216 15451 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4732596 15451 5468 1 0 547890 0
[pid=94143/tid=94145] ppid=94140 vsize=18930384 memory=4026794268 CPUtime=0.14 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 5317 0 0 0 12 2 0 0 20 0 18 0 76972292 19384713216 15451 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=18930384 memory=19950 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76972295 19384713216 15451 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 76972295 19384713216 15451 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61804 KiB

[startup+0.305774 s]*
/proc/loadavg: 4.21 4.67 5.64 8/341 94163
/proc/meminfo: memFree=128230048/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=18996948 memory=65068 CPUtime=0.42 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 8959 0 0 0 39 3 0 0 20 0 19 0 76972286 19452874752 16267 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4749237 16267 5468 1 0 548890 0
[pid=94143/tid=94145] ppid=94140 vsize=18996948 memory=-6000919507083290726 CPUtime=0.23 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 5404 0 0 0 21 2 0 0 20 0 19 0 76972292 19452874752 16267 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76972295 19452874752 16267 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76972295 19452874752 16267 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94163] ppid=94140 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/94143/task/94163/stat : 94163 (Timer-0) S 94140 94143 92287 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76972308 19452874752 16267 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65068 KiB

[startup+0.700268 s]
/proc/loadavg: 4.21 4.67 5.64 7/341 94163
/proc/meminfo: memFree=128213856/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=18996948 memory=80496 CPUtime=1.19 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 14017 0 0 0 115 4 0 0 20 0 19 0 76972286 19452874752 20124 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4749237 20124 5468 1 0 551633 0
[pid=94143/tid=94145] ppid=94140 vsize=18996948 memory=15104 CPUtime=0.62 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 5566 0 0 0 60 2 0 0 20 0 19 0 76972292 19452874752 20124 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76972295 19452874752 20124 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76972295 19452874752 20124 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94163] ppid=94140 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/94143/task/94163/stat : 94163 (Timer-0) S 94140 94143 92287 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76972308 19452874752 20124 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 80496 KiB

[startup+1.50024 s]
/proc/loadavg: 4.21 4.67 5.64 7/341 94163
/proc/meminfo: memFree=128193064/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=18996948 memory=87296 CPUtime=2.37 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 15463 0 0 0 233 4 0 0 20 0 19 0 76972286 19452874752 21824 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4749237 21824 5468 1 0 551673 0
[pid=94143/tid=94145] ppid=94140 vsize=18996948 memory=10752 CPUtime=1.4 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 5682 0 0 0 138 2 0 0 20 0 19 0 76972292 19452874752 21824 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76972295 19452874752 21824 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76972295 19452874752 21824 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94163] ppid=94140 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/94143/task/94163/stat : 94163 (Timer-0) S 94140 94143 92287 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76972308 19452874752 21824 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87296 KiB

[startup+3.10535 s]
/proc/loadavg: 4.28 4.68 5.63 4/317 94173
/proc/meminfo: memFree=128683764/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=18996948 memory=97536 CPUtime=3.98 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 16570 0 0 0 394 4 0 0 20 0 19 0 76972286 19452874752 24384 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4749237 24384 5468 1 0 551675 0
[pid=94143/tid=94145] ppid=94140 vsize=18996948 memory=10752 CPUtime=2.99 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 6372 0 0 0 297 2 0 0 20 0 19 0 76972292 19452874752 24384 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=18996948 memory=-6000919507083290726 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76972295 19452874752 24384 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76972295 19452874752 24384 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94163] ppid=94140 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/94143/task/94163/stat : 94163 (Timer-0) S 94140 94143 92287 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76972308 19452874752 24384 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 3.98 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 97536 KiB

[startup+6.30019 s]
/proc/loadavg: 4.28 4.68 5.63 5/339 94228
/proc/meminfo: memFree=128587992/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=18996948 memory=110148 CPUtime=7.27 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 20022 0 0 0 722 5 0 0 20 0 19 0 76972286 19452874752 27537 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4749237 27537 5468 1 0 551677 0
[pid=94143/tid=94145] ppid=94140 vsize=18996948 memory=0 CPUtime=6.18 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 7015 0 0 0 615 3 0 0 20 0 19 0 76972292 19452874752 27537 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76972295 19452874752 27537 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76972295 19452874752 27537 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94163] ppid=94140 vsize=18996948 memory=87296 CPUtime=0 cores=5,7
/proc/94143/task/94163/stat : 94163 (Timer-0) S 94140 94143 92287 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76972308 19452874752 27537 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 7.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 110148 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.66 5.62 5/341 94230
/proc/meminfo: memFree=128387456/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=18996948 memory=138820 CPUtime=13.66 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 21373 0 0 0 1360 6 0 0 20 0 19 0 76972286 19452874752 34705 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4749237 34705 5468 1 0 551693 0
[pid=94143/tid=94145] ppid=94140 vsize=18996948 memory=87296 CPUtime=12.56 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 7895 0 0 0 1253 3 0 0 20 0 19 0 76972292 19452874752 34705 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=18996948 memory=132676 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76972295 19452874752 34705 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=18996948 memory=14720 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 76972295 19452874752 34705 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94163] ppid=94140 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/94143/task/94163/stat : 94163 (Timer-0) S 94140 94143 92287 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 76972308 19452874752 34705 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 13.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 138820 KiB

[startup+25.5003 s]
/proc/loadavg: 4.27 4.65 5.60 5/343 94233
/proc/meminfo: memFree=127723428/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=19063512 memory=180520 CPUtime=26.49 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 23834 0 0 0 2641 8 0 0 20 0 20 0 76972286 19521036288 45130 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4765878 45130 5532 1 0 551982 0
[pid=94143/tid=94145] ppid=94140 vsize=19063512 memory=149060 CPUtime=25.31 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 8233 0 0 0 2527 4 0 0 20 0 20 0 76972292 19521036288 45130 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=19063512 memory=180520 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 45130 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 45130 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94163] ppid=94140 vsize=19063512 memory=-6000919507083290726 CPUtime=0 cores=5,7
/proc/94143/task/94163/stat : 94163 (Timer-0) S 94140 94143 92287 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76972308 19521036288 45130 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 26.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180520 KiB

[startup+51.1056 s]
/proc/loadavg: 4.25 4.62 5.56 6/341 94233
/proc/meminfo: memFree=126249448/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=19063512 memory=225932 CPUtime=52.07 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 23982 0 0 0 5198 9 0 0 20 0 20 0 76972286 19521036288 56483 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4765878 56483 5532 1 0 551982 0
[pid=94143/tid=94145] ppid=94140 vsize=19063512 memory=-6000919507083290726 CPUtime=50.81 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 8239 0 0 0 5077 4 0 0 20 0 20 0 76972292 19521036288 56483 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0

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

[pid=94143] ppid=94140 vsize=19063512 memory=1341040 CPUtime=2097.72 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 60174 0 0 0 209677 95 0 0 20 0 20 0 76972286 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4765878 335260 5564 1 0 557032 0
[pid=94143/tid=94145] ppid=94140 vsize=19063512 memory=10752 CPUtime=2092.18 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 18116 0 0 0 209212 6 0 0 20 0 20 0 76972292 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=19063512 memory=1341040 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=19063512 memory=1341040 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 739 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94163] ppid=94140 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/94143/task/94163/stat : 94163 (Timer-0) S 94140 94143 92287 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76972308 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 2097.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1341040 KiB

[startup+2112 s]*
/proc/loadavg: 4.16 4.13 4.26 5/339 94394
/proc/meminfo: memFree=117076396/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=19063512 memory=1341040 CPUtime=2110.54 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 60302 0 0 0 210959 95 0 0 20 0 20 0 76972286 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4765878 335260 5564 1 0 557035 0
[pid=94143/tid=94145] ppid=94140 vsize=19063512 memory=-6000919494131214438 CPUtime=2104.95 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 18133 0 0 0 210489 6 0 0 20 0 20 0 76972292 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=19063512 memory=3456 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 739 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94163] ppid=94140 vsize=19063512 memory=1664 CPUtime=0 cores=5,7
/proc/94143/task/94163/stat : 94163 (Timer-0) S 94140 94143 92287 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76972308 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 2110.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1341040 KiB

[startup+2118.4 s]
/proc/loadavg: 4.14 4.13 4.26 5/339 94395
/proc/meminfo: memFree=117076396/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=19063512 memory=1341040 CPUtime=2116.98 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 61029 0 0 0 211602 96 0 0 20 0 20 0 76972286 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4765878 335260 5564 1 0 557035 0
[pid=94143/tid=94145] ppid=94140 vsize=19063512 memory=14720 CPUtime=2111.33 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 18454 0 0 0 211127 6 0 0 20 0 20 0 76972292 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=19063512 memory=1341040 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=19063512 memory=1341040 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 739 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94163] ppid=94140 vsize=19063512 memory=15104 CPUtime=0 cores=5,7
/proc/94143/task/94163/stat : 94163 (Timer-0) S 94140 94143 92287 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76972308 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 2116.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1341040 KiB

[startup+2124.8 s]
/proc/loadavg: 4.13 4.13 4.25 5/339 94395
/proc/meminfo: memFree=117076396/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=19063512 memory=1341040 CPUtime=2123.36 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 61137 0 0 0 212240 96 0 0 20 0 20 0 76972286 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4765878 335260 5564 1 0 557035 0
[pid=94143/tid=94145] ppid=94140 vsize=19063512 memory=1341040 CPUtime=2117.71 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 18456 0 0 0 211765 6 0 0 20 0 20 0 76972292 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=19063512 memory=1341040 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 845 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94163] ppid=94140 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/94143/task/94163/stat : 94163 (Timer-0) S 94140 94143 92287 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76972308 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 2123.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1341040 KiB

[startup+2128 s]*
/proc/loadavg: 4.12 4.12 4.25 5/339 94395
/proc/meminfo: memFree=117076396/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=19063512 memory=1341040 CPUtime=2126.56 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 61173 0 0 0 212560 96 0 0 20 0 20 0 76972286 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4765878 335260 5564 1 0 557035 0
[pid=94143/tid=94145] ppid=94140 vsize=19063512 memory=-6000919494131214438 CPUtime=2120.91 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 18473 0 0 0 212085 6 0 0 20 0 20 0 76972292 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=19063512 memory=6964 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 845 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94163] ppid=94140 vsize=19063512 memory=5696 CPUtime=0 cores=5,7
/proc/94143/task/94163/stat : 94163 (Timer-0) S 94140 94143 92287 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76972308 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 2126.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1341040 KiB

[startup+2129.6 s]
/proc/loadavg: 4.12 4.12 4.25 5/339 94395
/proc/meminfo: memFree=117076396/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=19063512 memory=1341040 CPUtime=2128.15 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 61237 0 0 0 212719 96 0 0 20 0 20 0 76972286 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4765878 335260 5564 1 0 557035 0
[pid=94143/tid=94145] ppid=94140 vsize=19063512 memory=15104 CPUtime=2122.5 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 18537 0 0 0 212244 6 0 0 20 0 20 0 76972292 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 845 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94163] ppid=94140 vsize=19063512 memory=-6000919507083290726 CPUtime=0 cores=5,7
/proc/94143/task/94163/stat : 94163 (Timer-0) S 94140 94143 92287 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76972308 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 2128.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1341040 KiB

[startup+2130 s]*
/proc/loadavg: 4.12 4.12 4.25 5/339 94395
/proc/meminfo: memFree=117076396/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=19063512 memory=1341040 CPUtime=2128.55 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 61434 0 0 0 212759 96 0 0 20 0 20 0 76972286 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4765878 335260 5564 1 0 557040 0
[pid=94143/tid=94145] ppid=94140 vsize=19063512 memory=-6000919494131214438 CPUtime=2122.91 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 18733 0 0 0 212285 6 0 0 20 0 20 0 76972292 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=19063512 memory=6884 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 845 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94163] ppid=94140 vsize=19063512 memory=6452240 CPUtime=0 cores=5,7
/proc/94143/task/94163/stat : 94163 (Timer-0) S 94140 94143 92287 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76972308 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 2128.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1341040 KiB

[startup+2130.4 s]
/proc/loadavg: 4.12 4.12 4.25 5/339 94395
/proc/meminfo: memFree=117076396/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=19063512 memory=1341040 CPUtime=2128.97 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 61541 0 0 0 212801 96 0 0 20 0 20 0 76972286 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4765878 335260 5564 1 0 557040 0
[pid=94143/tid=94145] ppid=94140 vsize=19063512 memory=-6000919507083290726 CPUtime=2123.3 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 18775 0 0 0 212324 6 0 0 20 0 20 0 76972292 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=19063512 memory=2688 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 845 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94163] ppid=94140 vsize=19063512 memory=6784 CPUtime=0 cores=5,7
/proc/94143/task/94163/stat : 94163 (Timer-0) S 94140 94143 92287 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76972308 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 2128.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1341040 KiB

[startup+2130.5 s]
/proc/loadavg: 4.12 4.12 4.25 5/339 94395
/proc/meminfo: memFree=117076396/131250000 swapFree=33008100/33010684
[pid=94143] ppid=94140 vsize=19063512 memory=1341040 CPUtime=2129.07 cores=5,7
/proc/94143/stat : 94143 (java) S 94140 94143 92287 0 -1 4194304 61548 0 0 0 212811 96 0 0 20 0 20 0 76972286 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
/proc/94143/statm: 4765878 335260 5564 1 0 557040 0
[pid=94143/tid=94145] ppid=94140 vsize=19063512 memory=1341040 CPUtime=2123.4 cores=5,7
/proc/94143/task/94145/stat : 94145 (java) R 94140 94143 92287 0 -1 4194368 18775 0 0 0 212334 6 0 0 20 0 20 0 76972292 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94154] ppid=94140 vsize=19063512 memory=1341040 CPUtime=0 cores=5,7
/proc/94143/task/94154/stat : 94154 (Finalizer) S 94140 94143 92287 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94161] ppid=94140 vsize=19063512 memory=1341040 CPUtime=0 cores=5,7
/proc/94143/task/94161/stat : 94161 (Common-Cleaner) S 94140 94143 92287 0 -1 4194368 845 0 0 0 0 0 0 0 20 0 20 0 76972295 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
[pid=94143/tid=94163] ppid=94140 vsize=19063512 memory=1341040 CPUtime=0 cores=5,7
/proc/94143/task/94163/stat : 94163 (Timer-0) S 94140 94143 92287 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76972308 19521036288 335260 18446744073709551615 94252657283072 94252657286768 140734588661600 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94252657294584 94252657295376 94252666343424 140734588664191 140734588664292 140734588664292 140734588669896 0
Current children cumulated CPU time: 2129.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1341040 KiB

Child status: 30

Real time (s): 2130.58
CPU time (s): 2129.15
CPU user time (s): 2128.17
CPU system time (s): 0.980071
CPU usage (%): 99.9328
Max. virtual memory (cumulated for all children) (KiB): 19064716
Max. memory (cumulated for all children) (KiB): 1341040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2128.17
system time used= 0.980071
maximum resident set size= 1343968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63812
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64207
involuntary context switches= 1729


# summary of solver processes directly reported to runsolver:
#   pid: 94143
#   total CPU time (s): 2129.15
#   total CPU user time (s): 2128.17
#   total CPU system time (s): 0.980071

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.49408 second user time and 10.3686 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-04 09:08:40
IDJOB=4524551
IDBENCH=143129
IDSOLVER=3380
FILE ID=nodeC013/4524551-1751612920
RUNJOBID= nodeC013-1751612909-93507
SLURM_JOB_ID= 9598886
Free space on /tmp= 432624 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_20_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524551-1751612920/watcher-4524551-1751612920 -o /tmp/evaluation-result-4524551-1751612920/solver-4524551-1751612920 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751612909-93507 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4524551-1751612920.wbo

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

MD5SUM BENCH= d6f30eafb787975283c0eede77b5a69b
RANDOM SEED=694658690

nodeC013 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.852
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.67
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.572
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.67
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		: 3598.847
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.740
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.67
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.837
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.836
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.67
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.835
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.662
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128333156 kB
MemAvailable:   128609424 kB
Buffers:            1668 kB
Cached:          1069948 kB
SwapCached:         1908 kB
Active:          1612688 kB
Inactive:         705576 kB
Active(anon):    1240392 kB
Inactive(anon):    17628 kB
Active(file):     372296 kB
Inactive(file):   687948 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19752 kB
Writeback:             0 kB
AnonPages:       1247912 kB
Mapped:           119632 kB
Shmem:             11368 kB
KReclaimable:     110128 kB
Slab:             199936 kB
SReclaimable:     110128 kB
SUnreclaim:        89808 kB
KernelStack:        4912 kB
PageTables:         5892 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   10464304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151144 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1085440 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432640 MiB
End job on nodeC013 at 2025-07-04 09:44:11