Trace number 4517682

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-06OPT7 573.614 571.935

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=10-t=3.opb
MD5SUM3e50d3b7c5b20854de6ffc628b5756bc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.177486
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables185
Total number of constraints4215
Number of constraints which are clauses4205
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint11
Number of terms in the objective function 10
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 10
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.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.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4517682-1751530291.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
0.31/0.23	c ... done. Wall clock time 0.093s.
0.31/0.23	c declared #vars     185
0.31/0.23	c #constraints  4215
0.31/0.23	c constraints type 
0.31/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
0.31/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4205
0.31/0.23	c 4215 constraints processed.
0.31/0.25	c objective function length is 10 literals
0.31/0.29	c SATISFIABLE
0.31/0.29	c OPTIMIZING...
0.31/0.29	c Got one! Elapsed wall clock time (in seconds):0.156
0.31/0.29	o 7
0.89/0.54	c cleaning 2714 clauses out of 5451 with flag 36320/5451
1.27/0.70	c cleaning 4364 clauses out of 8737 with flag 93342/11451
1.46/0.84	c cleaning 5683 clauses out of 11373 with flag 158945/18451
1.86/1.04	c cleaning 6838 clauses out of 13690 with flag 213400/26451
2.25/1.28	c cleaning 7922 clauses out of 15854 with flag 291742/35453
2.78/1.51	c cleaning 8963 clauses out of 17930 with flag 386303/45451
3.17/1.77	c cleaning 9968 clauses out of 19967 with flag 496658/56451
3.68/2.06	c cleaning 10995 clauses out of 22000 with flag 595696/68452
4.16/2.40	c cleaning 11994 clauses out of 24007 with flag 704569/81454
4.54/2.72	c cleaning 12985 clauses out of 26011 with flag 841149/95452
4.84/3.06	c cleaning 14008 clauses out of 28025 with flag 980656/110451
5.25/3.45	c cleaning 14994 clauses out of 30018 with flag 1140860/126452
5.67/3.85	c cleaning 16008 clauses out of 32023 with flag 1296265/143451
6.20/4.31	c cleaning 16985 clauses out of 34015 with flag 1474037/161451
6.69/4.81	c cleaning 18002 clauses out of 36030 with flag 1642992/180451
7.19/5.34	c cleaning 18996 clauses out of 38029 with flag 1798157/200452
7.79/5.92	c cleaning 19995 clauses out of 40032 with flag 1980974/221451
8.39/6.54	c cleaning 21013 clauses out of 42039 with flag 2176104/243453
9.00/7.18	c cleaning 22005 clauses out of 44024 with flag 2399671/266451
9.69/7.88	c cleaning 23003 clauses out of 46022 with flag 2606682/290454
10.39/8.56	c cleaning 23978 clauses out of 48016 with flag 2841526/315451
11.19/9.31	c cleaning 25005 clauses out of 50038 with flag 3092899/341451
12.00/10.10	c cleaning 25984 clauses out of 52033 with flag 3333891/368451
12.80/10.90	c cleaning 27021 clauses out of 54050 with flag 3611512/396452
13.59/11.75	c cleaning 28012 clauses out of 56029 with flag 3879049/425452
14.59/12.70	c cleaning 28989 clauses out of 58018 with flag 4135758/455453
15.59/13.71	c cleaning 29985 clauses out of 60028 with flag 4436527/486452
16.49/14.68	c cleaning 31018 clauses out of 62042 with flag 4715139/518451
17.68/15.81	c cleaning 32008 clauses out of 64025 with flag 5008201/551452
18.78/16.94	c cleaning 32995 clauses out of 66017 with flag 5336006/585452
19.88/18.10	c cleaning 33991 clauses out of 68022 with flag 5604324/620452
21.07/19.24	c cleaning 35014 clauses out of 70031 with flag 5976128/656452
22.37/20.53	c cleaning 35983 clauses out of 72017 with flag 6272099/693452
23.67/21.86	c cleaning 36993 clauses out of 74033 with flag 6629174/731451
25.17/23.35	c cleaning 37990 clauses out of 76040 with flag 6950089/770451
26.67/24.89	c cleaning 39011 clauses out of 78050 with flag 7288688/810451
28.36/26.51	c cleaning 39999 clauses out of 80041 with flag 7754089/851453
29.96/28.12	c cleaning 41000 clauses out of 82040 with flag 8138798/893451
31.66/29.85	c cleaning 42011 clauses out of 84040 with flag 8611466/936451
33.36/31.56	c cleaning 43015 clauses out of 86031 with flag 9012648/980453
35.16/33.39	c cleaning 43976 clauses out of 88014 with flag 9484084/1025451
37.15/35.35	c cleaning 45013 clauses out of 90038 with flag 9983003/1071451
39.25/37.40	c cleaning 46003 clauses out of 92026 with flag 10500658/1118452
41.58/39.75	c cleaning 47003 clauses out of 94024 with flag 11062606/1166453
43.98/42.17	c cleaning 47999 clauses out of 96019 with flag 11622695/1215451
45.97/44.17	c cleaning 49008 clauses out of 98021 with flag 12164743/1265452
48.36/46.55	c cleaning 50005 clauses out of 100012 with flag 12702597/1316451
50.75/48.97	c cleaning 50987 clauses out of 102007 with flag 13272886/1368451
53.15/51.36	c cleaning 52004 clauses out of 104020 with flag 13846765/1421451
55.64/53.85	c cleaning 53001 clauses out of 106017 with flag 14414736/1475452
58.34/56.58	c cleaning 53986 clauses out of 108017 with flag 15032985/1530453
61.17/59.39	c cleaning 55005 clauses out of 110030 with flag 15671393/1586452
63.87/62.03	c cleaning 56000 clauses out of 112024 with flag 16289355/1643451
66.66/64.80	c cleaning 56984 clauses out of 114024 with flag 16861067/1701451
69.75/67.98	c cleaning 58014 clauses out of 116040 with flag 17515039/1760451
72.85/71.01	c cleaning 58998 clauses out of 118026 with flag 18129200/1820451
76.34/74.51	c cleaning 59999 clauses out of 120029 with flag 18792914/1881452
81.32/79.56	c cleaning 61011 clauses out of 122030 with flag 19546578/1943452
84.76/82.84	c cleaning 61976 clauses out of 124018 with flag 20220242/2006451
88.35/86.46	c cleaning 62995 clauses out of 126042 with flag 21007980/2070451
91.54/89.68	c cleaning 64008 clauses out of 128051 with flag 21712926/2135455
95.53/93.61	c cleaning 65011 clauses out of 130041 with flag 22447092/2201453
100.71/98.55	c cleaning 65994 clauses out of 132027 with flag 23185771/2268451
104.21/102.03	c cleaning 66995 clauses out of 134033 with flag 23869970/2336451
107.93/105.77	c cleaning 68015 clauses out of 136038 with flag 24572662/2405451
112.43/110.25	c cleaning 69010 clauses out of 138023 with flag 25325669/2475451
116.42/114.24	c cleaning 69998 clauses out of 140013 with flag 26091597/2546451
120.71/118.58	c cleaning 70998 clauses out of 142016 with flag 26864929/2618452
125.31/123.14	c cleaning 71993 clauses out of 144017 with flag 27620422/2691451
129.39/127.22	c cleaning 73013 clauses out of 146025 with flag 28378154/2765452
136.10/133.90	c cleaning 73994 clauses out of 148011 with flag 29238359/2840451
141.39/139.20	c cleaning 75006 clauses out of 150020 with flag 30062993/2916454
145.88/143.78	c cleaning 75976 clauses out of 152011 with flag 30841932/2993451
150.78/148.64	c cleaning 77004 clauses out of 154036 with flag 31665466/3071452
155.96/153.86	c cleaning 77990 clauses out of 156031 with flag 32551771/3150451
161.10/158.93	c cleaning 79011 clauses out of 158042 with flag 33370989/3230452
166.08/163.95	c cleaning 80008 clauses out of 160030 with flag 34197758/3311451
171.47/169.32	c cleaning 81007 clauses out of 162022 with flag 35037514/3393451
176.46/174.37	c cleaning 81997 clauses out of 164015 with flag 35896723/3476451
182.15/180.06	c cleaning 82988 clauses out of 166018 with flag 36803681/3560451
187.98/185.89	c cleaning 84000 clauses out of 168030 with flag 37702824/3645451
193.76/191.63	c cleaning 85000 clauses out of 170030 with flag 38582695/3731451
199.65/197.58	c cleaning 86007 clauses out of 172031 with flag 39503449/3818452
206.24/204.16	c cleaning 87003 clauses out of 174023 with flag 40479292/3906451
213.12/211.04	c cleaning 88009 clauses out of 176022 with flag 41469651/3995453
219.54/217.49	c cleaning 88995 clauses out of 178013 with flag 42415898/4085453
226.63/224.54	c cleaning 90005 clauses out of 180018 with flag 43334690/4176453
233.42/231.37	c cleaning 90985 clauses out of 182011 with flag 44267402/4268451
240.50/238.49	c cleaning 91997 clauses out of 184026 with flag 45251612/4361451
247.78/245.70	c cleaning 93008 clauses out of 186029 with flag 46200088/4455451
255.11/253.10	c cleaning 94000 clauses out of 188021 with flag 47219206/4550451
262.79/260.75	c cleaning 94986 clauses out of 190021 with flag 48292627/4646451
271.08/269.03	c cleaning 96001 clauses out of 192036 with flag 49351553/4743452
278.96/276.90	c cleaning 97014 clauses out of 194035 with flag 50400081/4841452
287.34/285.39	c cleaning 97996 clauses out of 196023 with flag 51423660/4940454
296.65/294.62	c cleaning 98999 clauses out of 198025 with flag 52585608/5040453
306.23/304.20	c cleaning 100013 clauses out of 200025 with flag 53700331/5141452
314.91/312.97	c cleaning 100980 clauses out of 202010 with flag 54800326/5243451
326.60/324.61	c cleaning 101995 clauses out of 204029 with flag 56120937/5346451
336.68/334.77	c cleaning 103005 clauses out of 206035 with flag 57285042/5450452
347.21/345.28	c cleaning 104009 clauses out of 208030 with flag 58519271/5555453
360.68/358.72	c cleaning 105001 clauses out of 210019 with flag 59994510/5661451
370.46/368.58	c cleaning 106007 clauses out of 212019 with flag 61147707/5768452
382.33/380.41	c cleaning 106993 clauses out of 214010 with flag 62337449/5876451
395.70/393.80	c cleaning 107994 clauses out of 216017 with flag 63688347/5985452
408.32/406.40	c cleaning 108980 clauses out of 218022 with flag 64992405/6095451
420.20/418.32	c cleaning 110007 clauses out of 220041 with flag 66337008/6206451
433.97/432.14	c cleaning 110997 clauses out of 222033 with flag 67764887/6318451
446.14/444.30	c cleaning 112014 clauses out of 224035 with flag 69019858/6431452
458.11/456.30	c cleaning 112991 clauses out of 226020 with flag 70119080/6545452
470.32/468.58	c cleaning 114001 clauses out of 228028 with flag 71308526/6660452
482.30/480.53	c cleaning 115008 clauses out of 230022 with flag 72370200/6776451
494.27/492.56	c cleaning 116003 clauses out of 232013 with flag 73501877/6893453
506.45/504.75	c cleaning 116988 clauses out of 234005 with flag 74611771/7011451
519.02/517.38	c cleaning 118003 clauses out of 236014 with flag 75713242/7130452
532.38/530.80	c cleaning 118985 clauses out of 238007 with flag 76888711/7250451
545.61/543.93	c cleaning 119997 clauses out of 240017 with flag 77908568/7371452
560.29/558.64	c cleaning 120991 clauses out of 242015 with flag 78864756/7493451
573.48/571.89	c starts		: 18014
573.48/571.89	c conflicts		: 7605738
573.48/571.89	c decisions		: 21530003
573.48/571.89	c propagations		: 166274388
573.48/571.89	c inspects		: 9101523619
573.48/571.89	c shortcuts		: 0
573.48/571.89	c learnt literals	: 69
573.48/571.89	c learnt binary clauses	: 1486
573.48/571.89	c learnt ternary clauses	: 16448
573.48/571.89	c learnt constraints	: 7605668
573.48/571.89	c ignored constraints	: 0
573.48/571.89	c root simplifications	: 0
573.48/571.89	c removed literals (reason simplification)	: 46173458
573.48/571.89	c reason swapping (by a shorter reason)	: 0
573.48/571.89	c Calls to reduceDB	: 118
573.48/571.89	c Number of update (reduction) of LBD	: 5187298
573.48/571.89	c Imported unit clauses	: 0
573.48/571.89	c No decision after first conflict	: false
573.48/571.89	c number of reductions to clauses (during analyze)	: 0
573.48/571.89	c number of learned constraints concerned by reduction	: 0
573.48/571.89	c number of learning phase by resolution	: 0
573.48/571.89	c number of learning phase by cutting planes	: 0
573.48/571.89	c number of rounding to 1 operations	: 0
573.48/571.89	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
573.48/571.89	c number of reductions of the coefficients by power 2 	: 0
573.48/571.89	c number of right shift for reduction by power 2 	: 0
573.48/571.89	c number of reductions of the coefficients by GCD over coefficients 	: 0
573.48/571.89	c number of ending skipping 	: 0
573.48/571.89	c number of internal skipping 	: 0
573.48/571.89	c number of derivation steps 	: 0
573.48/571.89	c number of skipped derivation steps 	: 0
573.48/571.89	c number of remaining unassigned 	: 0
573.48/571.89	c number of remaining assigned 	: 0
573.48/571.89	c number of falsified literals weakened from reason	: 0
573.48/571.89	c number of falsified literals weakened from conflict	: 0
573.48/571.89	c time for arithmetic operations	: 0
573.58/571.90	c minimum degree of deleted constraints	: null
573.58/571.90	c maximum degree of deleted constraints	: null
573.58/571.90	c number of deleted constraints	: 0
573.58/571.90	c speed (assignments/second)	: 290869.5031540499
573.58/571.90	c non guided choices	: 219
573.58/571.90	s OPTIMUM FOUND
573.58/571.90	c Found 1 solution(s)
573.58/571.90	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 
573.58/571.90	c objective function=7
573.58/571.90	c Total wall clock time (in seconds): 571.766

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517682-1751530291/watcher-4517682-1751530291 -o /tmp/evaluation-result-4517682-1751530291/solver-4517682-1751530291 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751521141-72930 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4517682-1751530291.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
Current StackSize limit: 8192 KiB

solver pid=74535, runsolver pid=74532

[startup+0.100059 s]*
/proc/loadavg: 4.10 4.12 4.16 5/339 74553
/proc/meminfo: memFree=110245248/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=18930384 memory=57872 CPUtime=0.13 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 6587 0 0 0 11 2 0 0 20 0 18 0 68707709 19384713216 14468 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4732596 14468 5331 1 0 547623 0
[pid=74535/tid=74537] ppid=74532 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 5084 0 0 0 6 1 0 0 20 0 18 0 68707710 19384713216 14468 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68707712 19384713216 14468 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=18930384 memory=61784027576291 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 68707713 19384713216 14468 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57872 KiB

[startup+0.205868 s]*
/proc/loadavg: 4.10 4.12 4.16 6/339 74553
/proc/meminfo: memFree=110239136/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=18930384 memory=66512 CPUtime=0.31 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 7138 0 0 0 29 2 0 0 20 0 18 0 68707709 19384713216 16628 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4732596 16628 5427 1 0 548029 0
[pid=74535/tid=74537] ppid=74532 vsize=18930384 memory=4026728732 CPUtime=0.15 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 5264 0 0 0 14 1 0 0 20 0 18 0 68707710 19384713216 16628 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=18930384 memory=13937 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68707712 19384713216 16628 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 68707713 19384713216 16628 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66512 KiB

[startup+0.305573 s]*
/proc/loadavg: 4.10 4.12 4.16 6/340 74554
/proc/meminfo: memFree=110233024/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=18996948 memory=78220 CPUtime=0.5 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 9227 0 0 0 47 3 0 0 20 0 19 0 68707709 19452874752 19555 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4749237 19555 5491 1 0 549471 0
[pid=74535/tid=74537] ppid=74532 vsize=18996948 memory=-6000919498509871208 CPUtime=0.24 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 5383 0 0 0 22 2 0 0 20 0 19 0 68707710 19452874752 19555 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68707712 19452874752 19555 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 68707713 19452874752 19555 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74554] ppid=74532 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/74535/task/74554/stat : 74554 (Timer-0) S 74532 74535 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68707735 19452874752 19555 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78220 KiB

[startup+0.700237 s]
/proc/loadavg: 4.25 4.15 4.17 6/340 74554
/proc/meminfo: memFree=110226472/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=18996948 memory=90020 CPUtime=1.27 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 11889 0 0 0 123 4 0 0 20 0 19 0 68707709 19452874752 22505 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4749237 22505 5491 1 0 551300 0
[pid=74535/tid=74537] ppid=74532 vsize=18996948 memory=18432 CPUtime=0.59 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 5426 0 0 0 57 2 0 0 20 0 19 0 68707710 19452874752 22505 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68707712 19452874752 22505 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 68707713 19452874752 22505 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74554] ppid=74532 vsize=18996948 memory=4496 CPUtime=0 cores=0,2
/proc/74535/task/74554/stat : 74554 (Timer-0) S 74532 74535 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68707735 19452874752 22505 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 90020 KiB

[startup+1.50023 s]
/proc/loadavg: 4.25 4.15 4.17 6/340 74554
/proc/meminfo: memFree=110215508/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=18996948 memory=103748 CPUtime=2.78 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 18668 0 0 0 273 5 0 0 20 0 19 0 68707709 19452874752 25937 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4749237 25937 5491 1 0 552577 0
[pid=74535/tid=74537] ppid=74532 vsize=18996948 memory=11136 CPUtime=1.37 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 5791 0 0 0 135 2 0 0 20 0 19 0 68707710 19452874752 25937 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68707712 19452874752 25937 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 68707713 19452874752 25937 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74554] ppid=74532 vsize=18996948 memory=4496 CPUtime=0 cores=0,2
/proc/74535/task/74554/stat : 74554 (Timer-0) S 74532 74535 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68707735 19452874752 25937 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 103748 KiB

[startup+3.10542 s]
/proc/loadavg: 4.25 4.15 4.17 5/340 74554
/proc/meminfo: memFree=110181692/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=18996948 memory=125012 CPUtime=4.94 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 22388 0 0 0 489 5 0 0 20 0 19 0 68707709 19452874752 31253 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4749237 31253 5491 1 0 554229 0
[pid=74535/tid=74537] ppid=74532 vsize=18996948 memory=11136 CPUtime=2.96 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 6130 0 0 0 294 2 0 0 20 0 19 0 68707710 19452874752 31253 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=18996948 memory=-6000919498509871208 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68707712 19452874752 31253 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 68707713 19452874752 31253 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74554] ppid=74532 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/74535/task/74554/stat : 74554 (Timer-0) S 74532 74535 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68707735 19452874752 31253 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 125012 KiB

[startup+6.30017 s]
/proc/loadavg: 4.23 4.15 4.16 5/340 74554
/proc/meminfo: memFree=110157116/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=18996948 memory=144780 CPUtime=8.19 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 25208 0 0 0 813 6 0 0 20 0 19 0 68707709 19452874752 36195 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4749237 36195 5491 1 0 554229 0
[pid=74535/tid=74537] ppid=74532 vsize=18996948 memory=0 CPUtime=6.15 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 6651 0 0 0 612 3 0 0 20 0 19 0 68707710 19452874752 36195 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68707712 19452874752 36195 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 68707713 19452874752 36195 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74554] ppid=74532 vsize=18996948 memory=108356 CPUtime=0 cores=0,2
/proc/74535/task/74554/stat : 74554 (Timer-0) S 74532 74535 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68707735 19452874752 36195 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 8.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 144780 KiB

[startup+12.7002 s]
/proc/loadavg: 4.21 4.15 4.16 5/341 74555
/proc/meminfo: memFree=110120252/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=19063512 memory=177972 CPUtime=14.59 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 27730 0 0 0 1451 8 0 0 20 0 20 0 68707709 19521036288 44493 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4765878 44493 5523 1 0 554518 0
[pid=74535/tid=74537] ppid=74532 vsize=19063512 memory=108356 CPUtime=12.52 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 7224 0 0 0 1249 3 0 0 20 0 20 0 68707710 19521036288 44493 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68707712 19521036288 44493 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=19063512 memory=177972 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 68707713 19521036288 44493 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74554] ppid=74532 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/74535/task/74554/stat : 74554 (Timer-0) S 74532 74535 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68707735 19521036288 44493 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 14.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177972 KiB

[startup+25.5002 s]
/proc/loadavg: 4.26 4.16 4.17 5/341 74555
/proc/meminfo: memFree=110116156/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=19063512 memory=184160 CPUtime=27.37 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 29921 0 0 0 2729 8 0 0 20 0 20 0 68707709 19521036288 46040 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4765878 46040 5523 1 0 554518 0
[pid=74535/tid=74537] ppid=74532 vsize=19063512 memory=11136 CPUtime=25.27 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 8006 0 0 0 2524 3 0 0 20 0 20 0 68707710 19521036288 46040 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=19063512 memory=177972 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68707712 19521036288 46040 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=19063512 memory=3104 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 68707713 19521036288 46040 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74554] ppid=74532 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/74535/task/74554/stat : 74554 (Timer-0) S 74532 74535 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68707735 19521036288 46040 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 27.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184160 KiB

[startup+51.1055 s]
/proc/loadavg: 4.15 4.14 4.16 5/341 74556
/proc/meminfo: memFree=110083428/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=19063512 memory=217364 CPUtime=52.95 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 30708 0 0 0 5286 9 0 0 20 0 20 0 68707709 19521036288 54341 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4765878 54341 5555 1 0 554518 0
[pid=74535/tid=74537] ppid=74532 vsize=19063512 memory=16580 CPUtime=50.78 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 8094 0 0 0 5075 3 0 0 20 0 20 0 68707710 19521036288 54341 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0

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

/proc/loadavg: 4.09 4.15 4.17 5/341 74583
/proc/meminfo: memFree=108620100/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=19063512 memory=793448 CPUtime=539.33 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 44588 0 0 0 53898 35 0 0 20 0 20 0 68707709 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4765878 198362 5555 1 0 554529 0
[pid=74535/tid=74537] ppid=74532 vsize=19063512 memory=793448 CPUtime=535.4 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 11733 0 0 0 53536 4 0 0 20 0 20 0 68707710 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68707712 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=19063512 memory=-6000919498509871208 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 262 0 0 0 0 0 0 0 20 0 20 0 68707713 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74554] ppid=74532 vsize=19063512 memory=215587488049 CPUtime=0 cores=0,2
/proc/74535/task/74554/stat : 74554 (Timer-0) S 74532 74535 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68707735 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 539.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 793448 KiB

[startup+550.4 s]
/proc/loadavg: 4.08 4.15 4.16 5/341 74584
/proc/meminfo: memFree=108619944/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=19063512 memory=793448 CPUtime=552.1 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 44597 0 0 0 55175 35 0 0 20 0 20 0 68707709 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4765878 198362 5555 1 0 554529 0
[pid=74535/tid=74537] ppid=74532 vsize=19063512 memory=713544 CPUtime=548.17 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 11733 0 0 0 54813 4 0 0 20 0 20 0 68707710 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=19063512 memory=793448 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68707712 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=19063512 memory=793448 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 262 0 0 0 0 0 0 0 20 0 20 0 68707713 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74554] ppid=74532 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/74535/task/74554/stat : 74554 (Timer-0) S 74532 74535 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68707735 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 552.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 793448 KiB

[startup+563.2 s]
/proc/loadavg: 4.06 4.14 4.16 5/341 74584
/proc/meminfo: memFree=108570792/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=19063512 memory=793448 CPUtime=564.88 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 44601 0 0 0 56452 36 0 0 20 0 20 0 68707709 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4765878 198362 5555 1 0 554529 0
[pid=74535/tid=74537] ppid=74532 vsize=19063512 memory=711496 CPUtime=560.94 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 11733 0 0 0 56090 4 0 0 20 0 20 0 68707710 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=19063512 memory=711496 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68707712 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=19063512 memory=711496 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 262 0 0 0 0 0 0 0 20 0 20 0 68707713 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74554] ppid=74532 vsize=19063512 memory=16580 CPUtime=0 cores=0,2
/proc/74535/task/74554/stat : 74554 (Timer-0) S 74532 74535 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68707735 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 564.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 793448 KiB

[startup+566.4 s]
/proc/loadavg: 4.06 4.14 4.16 5/340 74584
/proc/meminfo: memFree=108570792/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=19063512 memory=793448 CPUtime=568.07 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 44603 0 0 0 56771 36 0 0 20 0 20 0 68707709 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4765878 198362 5555 1 0 554529 0
[pid=74535/tid=74537] ppid=74532 vsize=19063512 memory=18432 CPUtime=564.13 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 11733 0 0 0 56409 4 0 0 20 0 20 0 68707710 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68707712 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 262 0 0 0 0 0 0 0 20 0 20 0 68707713 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74554] ppid=74532 vsize=19063512 memory=3104 CPUtime=0 cores=0,2
/proc/74535/task/74554/stat : 74554 (Timer-0) S 74532 74535 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68707735 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 568.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 793448 KiB

[startup+569.6 s]
/proc/loadavg: 4.06 4.14 4.16 5/340 74584
/proc/meminfo: memFree=108570792/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=19063512 memory=793448 CPUtime=571.26 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 44606 0 0 0 57090 36 0 0 20 0 20 0 68707709 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4765878 198362 5555 1 0 554529 0
[pid=74535/tid=74537] ppid=74532 vsize=19063512 memory=0 CPUtime=567.32 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 11733 0 0 0 56728 4 0 0 20 0 20 0 68707710 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=19063512 memory=793448 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68707712 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=19063512 memory=4496 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 262 0 0 0 0 0 0 0 20 0 20 0 68707713 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74554] ppid=74532 vsize=19063512 memory=16580 CPUtime=0 cores=0,2
/proc/74535/task/74554/stat : 74554 (Timer-0) S 74532 74535 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68707735 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 571.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 793448 KiB

[startup+571.2 s]
/proc/loadavg: 4.05 4.14 4.16 5/340 74584
/proc/meminfo: memFree=108570792/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=19063512 memory=793448 CPUtime=572.86 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 44693 0 0 0 57250 36 0 0 20 0 20 0 68707709 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4765878 198362 5555 1 0 554529 0
[pid=74535/tid=74537] ppid=74532 vsize=19063512 memory=793448 CPUtime=568.92 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 11790 0 0 0 56888 4 0 0 20 0 20 0 68707710 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=19063512 memory=-6000919498509871208 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68707712 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=19063512 memory=4496 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 262 0 0 0 0 0 0 0 20 0 20 0 68707713 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74554] ppid=74532 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/74535/task/74554/stat : 74554 (Timer-0) S 74532 74535 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68707735 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 572.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 793448 KiB

[startup+571.6 s]
/proc/loadavg: 4.05 4.14 4.16 5/340 74584
/proc/meminfo: memFree=108570792/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=19063512 memory=793448 CPUtime=573.27 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 44748 0 0 0 57291 36 0 0 20 0 20 0 68707709 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4765878 198362 5555 1 0 554529 0
[pid=74535/tid=74537] ppid=74532 vsize=19063512 memory=18432 CPUtime=569.32 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 11796 0 0 0 56928 4 0 0 20 0 20 0 68707710 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68707712 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=19063512 memory=-6000919498509871208 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 262 0 0 0 0 0 0 0 20 0 20 0 68707713 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74554] ppid=74532 vsize=19063512 memory=-6000919498509871208 CPUtime=0 cores=0,2
/proc/74535/task/74554/stat : 74554 (Timer-0) S 74532 74535 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68707735 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 573.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 793448 KiB

[startup+571.8 s]
/proc/loadavg: 4.05 4.14 4.16 5/340 74584
/proc/meminfo: memFree=108570792/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=19063512 memory=793448 CPUtime=573.48 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 44763 0 0 0 57312 36 0 0 20 0 20 0 68707709 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4765878 198362 5555 1 0 554529 0
[pid=74535/tid=74537] ppid=74532 vsize=19063512 memory=3200 CPUtime=569.52 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) R 74532 74535 72920 0 -1 4194368 11796 0 0 0 56948 4 0 0 20 0 20 0 68707710 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=19063512 memory=4496 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68707712 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 262 0 0 0 0 0 0 0 20 0 20 0 68707713 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74554] ppid=74532 vsize=19063512 memory=21692 CPUtime=0 cores=0,2
/proc/74535/task/74554/stat : 74554 (Timer-0) S 74532 74535 72920 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68707735 19521036288 198362 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 573.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 793448 KiB

[startup+571.9 s]
/proc/loadavg: 4.05 4.14 4.16 5/340 74584
/proc/meminfo: memFree=108570792/131249996 swapFree=33010160/33010684
[pid=74535] ppid=74532 vsize=19196640 memory=793960 CPUtime=573.58 cores=0,2
/proc/74535/stat : 74535 (java) S 74532 74535 72920 0 -1 4194304 46545 0 0 0 57322 36 0 0 20 0 20 0 68707709 19657359360 198490 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
/proc/74535/statm: 4799160 198490 5587 1 0 555163 0
[pid=74535/tid=74537] ppid=74532 vsize=19196640 memory=0 CPUtime=569.6 cores=0,2
/proc/74535/task/74537/stat : 74537 (java) S 74532 74535 72920 0 -1 4194368 13053 0 0 0 56956 4 0 0 20 0 20 0 68707710 19657359360 198490 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74546] ppid=74532 vsize=19196640 memory=793448 CPUtime=0 cores=0,2
/proc/74535/task/74546/stat : 74546 (Finalizer) S 74532 74535 72920 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68707712 19657359360 198490 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
[pid=74535/tid=74553] ppid=74532 vsize=19196640 memory=793448 CPUtime=0 cores=0,2
/proc/74535/task/74553/stat : 74553 (Common-Cleaner) S 74532 74535 72920 0 -1 4194368 262 0 0 0 0 0 0 0 20 0 20 0 68707713 19657359360 198490 18446744073709551615 94167504850944 94167504854640 140726736161776 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94167504862456 94167504863248 94167521243136 140726736165249 140726736165350 140726736165350 140726736170952 0
Current children cumulated CPU time: 573.58 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 793960 KiB

Child status: 30

Real time (s): 571.935
CPU time (s): 573.614
CPU user time (s): 573.243
CPU system time (s): 0.3712
CPU usage (%): 100.294
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 793960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 573.243
system time used= 0.3712
maximum resident set size= 794216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46816
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19024
involuntary context switches= 2355


# summary of solver processes directly reported to runsolver:
#   pid: 74535
#   total CPU time (s): 573.614
#   total CPU user time (s): 573.243
#   total CPU system time (s): 0.3712

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.19459 second user time and 2.72636 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-03 10:11:31
IDJOB=4517682
IDBENCH=176157
IDSOLVER=3363
FILE ID=nodeC032/4517682-1751530291
RUNJOBID= nodeC032-1751521141-72930
SLURM_JOB_ID= 9598644
Free space on /tmp= 430568 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=10-t=3.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517682-1751530291/watcher-4517682-1751530291 -o /tmp/evaluation-result-4517682-1751530291/solver-4517682-1751530291 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1751521141-72930 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4517682-1751530291.opb

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

MD5SUM BENCH= 3e50d3b7c5b20854de6ffc628b5756bc
RANDOM SEED=1885494989

nodeC032 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.864
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.69
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.842
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.69
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.176
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.69
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		: 3546.074
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.69
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.824
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.69
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.840
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.69
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		: 3598.650
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.69
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		: 3571.022
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        110275932 kB
MemAvailable:   126619540 kB
Buffers:            2728 kB
Cached:         17022736 kB
SwapCached:           20 kB
Active:          3465964 kB
Inactive:       16653256 kB
Active(anon):    3108680 kB
Inactive(anon):     3124 kB
Active(file):     357284 kB
Inactive(file): 16650132 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1004 kB
Writeback:             0 kB
AnonPages:       3096800 kB
Mapped:           123816 kB
Shmem:             18048 kB
KReclaimable:     350864 kB
Slab:             444644 kB
SReclaimable:     350864 kB
SUnreclaim:        93780 kB
KernelStack:        5232 kB
PageTables:         9728 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7077888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2873344 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430564 MiB
End job on nodeC032 at 2025-07-03 10:21:03