Trace number 4517451

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 CP VeriPB 2025-06-06SAT (TO)8 3600.44 3570.74

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=13-t=8.opb
MD5SUM6f78fc52c3f94736c8d8a5f9c953ef5f
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 benchmark5
Best CPU time to get the best result obtained on this benchmark12.0622
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables364
Total number of constraints12831
Number of constraints which are clauses12818
Number of constraints which are cardinality constraints (but not clauses)13
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint14
Number of terms in the objective function 13
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 13
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 15
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

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.10	c version PB25.v20250606
0.11/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.12	c java.vm.version	22.0.1+8-16
0.11/0.12	c java.vm.vendor	Oracle Corporation
0.11/0.12	c sun.arch.data.model	64
0.11/0.12	c java.version		22.0.1
0.11/0.12	c os.name		Linux
0.11/0.12	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.12	c os.arch		amd64
0.11/0.13	c Free memory 		2104792832
0.11/0.13	c Max memory 		16282288128
0.11/0.13	c Total memory 		2113929216
0.11/0.14	c Number of processors 	2
0.28/0.29	c Pseudo Boolean Optimization by upper bound
0.28/0.29	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.28/0.29	c  - never skip resolution steps
0.28/0.29	c  - Auto-division on coefficients is disabled
0.28/0.29	c  - No postprocessing
0.28/0.29	c  - Conflict is considered as is when resolving
0.28/0.29	c  - Use constraints as they come during conflict analysis
0.28/0.29	c  - Weaken first using unassigned literals
0.28/0.29	c  - Bump strategy: ALWAYS_ONE
0.28/0.29	c  - Bumper: EFFECTIVE
0.28/0.29	c --- Begin Solver configuration ---
0.28/0.29	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.28/0.29	c Learn all clauses as in MiniSAT
0.28/0.29	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.29	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.28/0.29	c No reason simplification
0.28/0.29	c Dynamic restart strategy considering the size of the coefficients
0.28/0.29	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.28/0.29	c timeout=2147483s
0.28/0.29	c DB Simplification allowed=false
0.28/0.29	c Listener: none
0.28/0.29	c --- End Solver configuration ---
0.28/0.29	c solving HOME/instance-4517451-1751535210.opb
0.28/0.29	c reading problem ... 
0.28/0.30	c using VERIPB proof format
0.28/0.30	c  objective function found
0.83/0.60	c ... done. Wall clock time 0.302s.
0.83/0.60	c declared #vars     364
0.83/0.60	c #constraints  12831
0.83/0.60	c constraints type 
0.83/0.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
0.83/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12818
0.83/0.60	c 12831 constraints processed.
1.01/0.62	c objective function length is 13 literals
3.14/1.79	c cleaning 2496 clauses out of 5000 with flag 0/5000
4.88/2.69	c cleaning 4249 clauses out of 8504 with flag 0/11000
6.24/3.73	c cleaning 5622 clauses out of 11255 with flag 0/18000
7.55/4.99	c cleaning 6814 clauses out of 13634 with flag 0/26001
9.65/7.07	c cleaning 7904 clauses out of 15819 with flag 0/35000
11.66/9.09	c cleaning 8950 clauses out of 17917 with flag 0/45002
14.87/12.20	c cleaning 9975 clauses out of 19965 with flag 0/56000
18.36/15.78	c cleaning 10988 clauses out of 21991 with flag 0/68001
21.29/18.61	c cleaning 11998 clauses out of 24002 with flag 0/81000
24.69/22.07	c cleaning 12997 clauses out of 26006 with flag 0/95002
28.47/25.89	c cleaning 13996 clauses out of 28008 with flag 0/110001
31.26/28.69	c SATISFIABLE
31.26/28.69	c OPTIMIZING...
31.26/28.69	c Got one! Elapsed wall clock time (in seconds):28.398
31.26/28.69	o 9
36.91/31.75	c cleaning 15609 clauses out of 31227 with flag 0/127216
38.70/33.36	c cleaning 10803 clauses out of 21619 with flag 0/133217
40.72/34.80	c cleaning 8902 clauses out of 17816 with flag 0/140217
42.65/36.21	c cleaning 8455 clauses out of 16917 with flag 0/148220
44.22/37.65	c cleaning 8721 clauses out of 17458 with flag 0/157216
46.01/39.43	c cleaning 9363 clauses out of 18740 with flag 0/167219
48.01/41.47	c cleaning 10185 clauses out of 20376 with flag 0/178218
50.56/43.93	c cleaning 11092 clauses out of 22190 with flag 0/190217
53.14/46.47	c cleaning 12044 clauses out of 24097 with flag 0/203216
58.61/50.79	c cleaning 13016 clauses out of 26054 with flag 0/217217
70.07/62.08	c cleaning 14015 clauses out of 28042 with flag 0/232221
83.81/81.27	c cleaning 15000 clauses out of 30022 with flag 0/248216
96.92/93.88	c cleaning 16004 clauses out of 32026 with flag 0/265220
112.48/109.02	c cleaning 17000 clauses out of 34019 with flag 0/283217
126.13/122.42	c cleaning 18000 clauses out of 36018 with flag 0/302216
148.91/144.76	c cleaning 19004 clauses out of 38019 with flag 0/322217
177.26/172.58	c cleaning 19994 clauses out of 40015 with flag 0/343217
194.49/189.46	c Got one! Elapsed wall clock time (in seconds):189.17
194.49/189.46	o 8
198.09/192.95	c cleaning 20924 clauses out of 41857 with flag 0/365053
199.59/194.45	c cleaning 13459 clauses out of 26932 with flag 0/371052
200.98/195.88	c cleaning 10231 clauses out of 20473 with flag 0/378052
202.38/197.25	c cleaning 9114 clauses out of 18242 with flag 0/386052
204.07/198.95	c cleaning 9047 clauses out of 18129 with flag 0/395053
205.67/200.57	c cleaning 9537 clauses out of 19081 with flag 0/405052
209.32/204.14	c cleaning 10263 clauses out of 20545 with flag 0/416053
214.31/209.05	c cleaning 11130 clauses out of 22282 with flag 0/428053
220.81/215.38	c cleaning 12059 clauses out of 24151 with flag 0/441052
228.97/223.21	c cleaning 13035 clauses out of 26093 with flag 0/455053
238.98/233.08	c cleaning 14023 clauses out of 28058 with flag 0/470053
253.78/247.59	c cleaning 15002 clauses out of 30035 with flag 0/486053
267.98/261.57	c cleaning 16006 clauses out of 32032 with flag 0/503052
281.60/274.86	c cleaning 17006 clauses out of 34027 with flag 0/521053
301.01/294.07	c cleaning 17996 clauses out of 36020 with flag 0/540052
322.87/315.32	c cleaning 18995 clauses out of 38024 with flag 0/560052
347.18/339.37	c cleaning 19999 clauses out of 40030 with flag 0/581053
369.32/361.15	c cleaning 20998 clauses out of 42030 with flag 0/603052
396.00/387.31	c cleaning 22000 clauses out of 44032 with flag 0/626052
424.37/415.08	c cleaning 22990 clauses out of 46032 with flag 0/650052
458.59/451.66	c cleaning 23992 clauses out of 48042 with flag 0/675052
490.07/482.61	c cleaning 25015 clauses out of 50050 with flag 0/701052
527.31/519.74	c cleaning 26000 clauses out of 52035 with flag 0/728052
565.73/558.02	c cleaning 27003 clauses out of 54035 with flag 0/756052
611.05/604.40	c cleaning 27999 clauses out of 56033 with flag 0/785053
657.85/650.87	c cleaning 29003 clauses out of 58034 with flag 0/815053
705.20/698.08	c cleaning 30005 clauses out of 60030 with flag 0/846052
749.00/741.52	c cleaning 30997 clauses out of 62025 with flag 0/878052
801.57/796.92	c cleaning 31992 clauses out of 64028 with flag 0/911052
859.04/853.28	c cleaning 33005 clauses out of 66037 with flag 0/945053
910.82/903.98	c cleaning 34008 clauses out of 68032 with flag 0/980053
965.02/959.21	c cleaning 34997 clauses out of 70025 with flag 0/1016054
1020.63/1014.47	c cleaning 35999 clauses out of 72026 with flag 0/1053052
1078.83/1076.45	c cleaning 37001 clauses out of 74027 with flag 0/1091052
1137.69/1134.44	c cleaning 37991 clauses out of 76028 with flag 0/1130054
1199.76/1195.82	c cleaning 38998 clauses out of 78035 with flag 0/1170052
1271.30/1266.34	c cleaning 40004 clauses out of 80037 with flag 0/1211052
1338.56/1332.25	c cleaning 41007 clauses out of 82035 with flag 0/1253054
1405.23/1402.28	c cleaning 42003 clauses out of 84027 with flag 0/1296053
1477.61/1474.07	c cleaning 43005 clauses out of 86025 with flag 0/1340054
1559.85/1555.74	c cleaning 43994 clauses out of 88019 with flag 0/1385053
1639.53/1634.79	c cleaning 44997 clauses out of 90026 with flag 0/1431054
1739.32/1732.78	c cleaning 45999 clauses out of 92027 with flag 0/1478052
1848.31/1839.83	c cleaning 46990 clauses out of 94028 with flag 0/1526052
1951.94/1942.89	c cleaning 47997 clauses out of 96038 with flag 0/1575052
2067.49/2058.83	c cleaning 49002 clauses out of 98044 with flag 0/1625055
2180.73/2169.99	c cleaning 50008 clauses out of 100039 with flag 0/1676052
2309.13/2298.89	c cleaning 51000 clauses out of 102033 with flag 0/1728054
2440.82/2429.48	c cleaning 52007 clauses out of 104031 with flag 0/1781052
2574.78/2561.22	c cleaning 52997 clauses out of 106024 with flag 0/1835052
2704.72/2692.21	c cleaning 53998 clauses out of 108029 with flag 0/1890054
2839.60/2827.08	c cleaning 54997 clauses out of 110032 with flag 0/1946055
2990.44/2976.29	c cleaning 56006 clauses out of 112032 with flag 0/2003052
3138.16/3120.90	c cleaning 56995 clauses out of 114027 with flag 0/2061053
3301.49/3280.34	c cleaning 57995 clauses out of 116031 with flag 0/2120052
3469.56/3441.85	c cleaning 59007 clauses out of 118037 with flag 0/2180053
3600.00/3570.53	c starts		: 6
3600.00/3570.53	c conflicts		: 2232655
3600.00/3570.53	c decisions		: 2865961
3600.00/3570.53	c propagations		: 69675258
3600.00/3570.53	c inspects		: 5639651015
3600.00/3570.53	c shortcuts		: 0
3600.00/3570.53	c learnt literals	: 0
3600.00/3570.53	c learnt binary clauses	: 0
3600.00/3570.53	c learnt ternary clauses	: 0
3600.00/3570.53	c learnt constraints	: 2232655
3600.00/3570.54	c ignored constraints	: 0
3600.00/3570.54	c root simplifications	: 0
3600.00/3570.54	c removed literals (reason simplification)	: 0
3600.00/3570.54	c reason swapping (by a shorter reason)	: 0
3600.00/3570.54	c Calls to reduceDB	: 84
3600.00/3570.54	c Number of update (reduction) of LBD	: 2015928
3600.00/3570.54	c Imported unit clauses	: 0
3600.00/3570.54	c No decision after first conflict	: false
3600.00/3570.54	c number of reductions to clauses (during analyze)	: 0
3600.00/3570.54	c number of learned constraints concerned by reduction	: 0
3600.00/3570.54	c number of learning phase by resolution	: 0
3600.00/3570.54	c number of learning phase by cutting planes	: 0
3600.00/3570.54	c number of rounding to 1 operations	: 0
3600.00/3570.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3570.54	c number of reductions of the coefficients by power 2 	: 0
3600.00/3570.54	c number of right shift for reduction by power 2 	: 0
3600.00/3570.54	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3570.54	c number of ending skipping 	: 0
3600.00/3570.54	c number of internal skipping 	: 0
3600.00/3570.54	c number of derivation steps 	: 20412886
3600.00/3570.55	c number of skipped derivation steps 	: 0
3600.00/3570.55	c number of remaining unassigned 	: 51504
3600.00/3570.55	c number of remaining assigned 	: 230557258
3600.00/3570.55	c number of falsified literals weakened from reason	: 0
3600.00/3570.55	c number of falsified literals weakened from conflict	: 0
3600.00/3570.55	c time for arithmetic operations	: 13503804748
3600.00/3570.55	c minimum degree of deleted constraints	: 1
3600.00/3570.55	c maximum degree of deleted constraints	: 422458551361418
3600.00/3570.55	c number of deleted constraints	: 2121023
3600.00/3570.55	c speed (assignments/second)	: 19517.39289493897
3600.00/3570.56	c non guided choices	: 878
3600.20/3570.69	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 47246
3600.20/3570.69	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 140
3600.20/3570.69	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 64246
3600.20/3570.69	s SATISFIABLE
3600.20/3570.69	c Found 2 solution(s)
3600.39/3570.70	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 
3600.39/3570.70	c objective function=8
3600.39/3570.70	c Total wall clock time (in seconds): 3570.41

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517451-1751535210/watcher-4517451-1751535210 -o /tmp/evaluation-result-4517451-1751535210/solver-4517451-1751535210 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751527922-76485 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517451-1751535210 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4517451-1751535210.opb 

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=77671, runsolver pid=77668
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.57 4.32 4.26 6/326 77689
/proc/meminfo: memFree=123117132/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=18930384 memory=51912 CPUtime=0.11 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 6144 0 0 0 10 1 0 0 20 0 18 0 69200142 19384713216 12978 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4732596 12978 5336 1 0 547253 0
[pid=77671/tid=77673] ppid=77668 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) S 77668 77671 76472 0 -1 4194368 4946 0 0 0 7 1 0 0 20 0 18 0 69200143 19384713216 12978 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69200145 19384713216 12978 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=18930384 memory=60693105881846 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69200146 19384713216 12978 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51912 KiB

[startup+0.208549 s]*
/proc/loadavg: 4.57 4.32 4.26 8/326 77689
/proc/meminfo: memFree=123115116/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=18930384 memory=58444 CPUtime=0.28 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 6742 0 0 0 26 2 0 0 20 0 18 0 69200142 19384713216 14611 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4732596 14611 5336 1 0 547757 0
[pid=77671/tid=77673] ppid=77668 vsize=18930384 memory=4026728732 CPUtime=0.19 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 5156 0 0 0 17 2 0 0 20 0 18 0 69200143 19384713216 14611 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=18930384 memory=14857 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69200145 19384713216 14611 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=18930384 memory=59593594242043 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69200146 19384713216 14611 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58444 KiB

[startup+0.311371 s]*
/proc/loadavg: 4.57 4.32 4.26 8/326 77689
/proc/meminfo: memFree=123115116/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=18930384 memory=62076 CPUtime=0.46 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 7061 0 0 0 43 3 0 0 20 0 18 0 69200142 19384713216 15519 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4732596 15519 5432 1 0 547969 0
[pid=77671/tid=77673] ppid=77668 vsize=18930384 memory=-6000919472689669480 CPUtime=0.28 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 5357 0 0 0 26 2 0 0 20 0 18 0 69200143 19384713216 15519 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69200145 19384713216 15519 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69200146 19384713216 15519 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62076 KiB

[startup+0.700222 s]
/proc/loadavg: 4.57 4.32 4.26 7/326 77689
/proc/meminfo: memFree=123077560/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=18996948 memory=145104 CPUtime=1.18 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 11382 0 0 0 112 6 0 0 20 0 19 0 69200142 19452874752 36276 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4749237 36276 5496 1 0 550785 0
[pid=77671/tid=77673] ppid=77668 vsize=18996948 memory=18432 CPUtime=0.58 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 5572 0 0 0 54 4 0 0 20 0 19 0 69200143 19452874752 36276 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 69200145 19452874752 36276 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 69200146 19452874752 36276 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 145104 KiB

[startup+1.50026 s]
/proc/loadavg: 4.57 4.32 4.26 7/328 77691
/proc/meminfo: memFree=123019716/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=19063512 memory=177404 CPUtime=2.76 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 19959 0 0 0 267 9 0 0 20 0 20 0 69200142 19521036288 44351 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4765878 44351 5528 1 0 554138 0
[pid=77671/tid=77673] ppid=77668 vsize=19063512 memory=3200 CPUtime=1.25 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 5958 0 0 0 120 5 0 0 20 0 20 0 69200143 19521036288 44351 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69200145 19521036288 44351 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 69200146 19521036288 44351 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77690] ppid=77668 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/77671/task/77690/stat : 77690 (Timer-0) S 77668 77671 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69200205 19521036288 44351 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177404 KiB

[startup+3.1053 s]
/proc/loadavg: 4.60 4.33 4.27 6/328 77691
/proc/meminfo: memFree=122726888/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=19063512 memory=499048 CPUtime=5.64 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 26146 0 0 0 547 17 0 0 20 0 20 0 69200142 19521036288 124762 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4765878 124762 5528 1 0 554995 0
[pid=77671/tid=77673] ppid=77668 vsize=19063512 memory=14080 CPUtime=2.82 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 7183 0 0 0 270 12 0 0 20 0 20 0 69200143 19521036288 124762 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69200145 19521036288 124762 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 69200146 19521036288 124762 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77690] ppid=77668 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/77671/task/77690/stat : 77690 (Timer-0) S 77668 77671 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69200205 19521036288 124762 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 5.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 499048 KiB

[startup+6.30026 s]
/proc/loadavg: 4.60 4.33 4.27 5/328 77691
/proc/meminfo: memFree=122182436/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=19063512 memory=988320 CPUtime=8.95 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 27449 0 0 0 867 28 0 0 20 0 20 0 69200142 19521036288 247080 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4765878 247080 5528 1 0 554995 0
[pid=77671/tid=77673] ppid=77668 vsize=19063512 memory=0 CPUtime=5.97 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 7701 0 0 0 574 23 0 0 20 0 20 0 69200143 19521036288 247080 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69200145 19521036288 247080 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 69200146 19521036288 247080 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77690] ppid=77668 vsize=19063512 memory=179532 CPUtime=0 cores=5,7
/proc/77671/task/77690/stat : 77690 (Timer-0) S 77668 77671 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69200205 19521036288 247080 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 8.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 988320 KiB

[startup+12.7002 s]
/proc/loadavg: 4.55 4.33 4.27 6/328 77692
/proc/meminfo: memFree=121707388/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=19063512 memory=1303784 CPUtime=15.38 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 30820 0 0 0 1503 35 0 0 20 0 20 0 69200142 19521036288 325946 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4765878 325946 5528 1 0 554995 0
[pid=77671/tid=77673] ppid=77668 vsize=19063512 memory=179532 CPUtime=12.26 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 8895 0 0 0 1198 28 0 0 20 0 20 0 69200143 19521036288 325946 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=19063512 memory=1268916 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69200145 19521036288 325946 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 69200146 19521036288 325946 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77690] ppid=77668 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/77671/task/77690/stat : 77690 (Timer-0) S 77668 77671 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69200205 19521036288 325946 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 15.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1303784 KiB

[startup+25.5005 s]
/proc/loadavg: 4.43 4.31 4.26 5/328 77692
/proc/meminfo: memFree=121623748/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=19063512 memory=1314108 CPUtime=28.17 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 34113 0 0 0 2779 38 0 0 20 0 20 0 69200142 19521036288 328527 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4765878 328527 5528 1 0 554995 0
[pid=77671/tid=77673] ppid=77668 vsize=19063512 memory=0 CPUtime=24.97 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 10160 0 0 0 2466 31 0 0 20 0 20 0 69200143 19521036288 328527 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69200145 19521036288 328527 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=19063512 memory=1314108 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 69200146 19521036288 328527 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77690] ppid=77668 vsize=19063512 memory=1309928 CPUtime=0 cores=5,7
/proc/77671/task/77690/stat : 77690 (Timer-0) S 77668 77671 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69200205 19521036288 328527 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 28.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1314108 KiB

[startup+51.1135 s]
/proc/loadavg: 4.34 4.30 4.26 5/328 77692
/proc/meminfo: memFree=121435272/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=19063512 memory=1342312 CPUtime=59.07 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 55157 0 0 0 5857 50 0 0 20 0 20 0 69200142 19521036288 335578 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4765878 335578 5528 1 0 556991 0
[pid=77671/tid=77673] ppid=77668 vsize=19063512 memory=1314108 CPUtime=50.18 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 13243 0 0 0 4982 36 0 0 20 0 20 0 69200143 19521036288 335578 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=19063512 memory=12544 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69200145 19521036288 335578 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=19063512 memory=2308 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 45 0 0 0 0 0 0 0 20 0 20 0 69200146 19521036288 335578 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0

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

Current children cumulated memory: 4937500 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.28 4.29 5/328 77876
/proc/meminfo: memFree=111736704/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=19063512 memory=1693732 CPUtime=3303.55 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 228479 0 0 0 329668 687 0 0 20 0 20 0 69200142 19521036288 423433 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4765878 423433 5560 1 0 437552 0
[pid=77671/tid=77673] ppid=77668 vsize=19063512 memory=4937628 CPUtime=3144.85 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 118275 0 0 0 314049 436 0 0 20 0 20 0 69200143 19521036288 423433 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=19063512 memory=4937500 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69200145 19521036288 423433 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=19063512 memory=4937628 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 2594 0 0 0 0 0 0 0 20 0 20 0 69200146 19521036288 423433 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77690] ppid=77668 vsize=19063512 memory=18432 CPUtime=0 cores=5,7
/proc/77671/task/77690/stat : 77690 (Timer-0) S 77668 77671 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69200205 19521036288 423433 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 3303.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1693732 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.28 4.28 5/329 77883
/proc/meminfo: memFree=112448244/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=19063512 memory=1050368 CPUtime=3368.71 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 239771 0 0 0 336092 779 0 0 20 0 20 0 69200142 19521036288 262592 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4765878 262592 5560 1 0 420861 0
[pid=77671/tid=77673] ppid=77668 vsize=19063512 memory=18432 CPUtime=3200.28 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 121943 0 0 0 319517 511 0 0 20 0 20 0 69200143 19521036288 262592 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=19063512 memory=18432 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69200145 19521036288 262592 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=19063512 memory=1531808 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 2624 0 0 0 0 0 0 0 20 0 20 0 69200146 19521036288 262592 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77690] ppid=77668 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/77671/task/77690/stat : 77690 (Timer-0) S 77668 77671 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69200205 19521036288 262592 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 3368.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1050368 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.26 4.27 5/329 77885
/proc/meminfo: memFree=110145880/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=19063512 memory=3269456 CPUtime=3429.57 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 244537 0 0 0 342124 833 0 0 20 0 20 0 69200142 19521036288 817364 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4765878 817364 5560 1 0 840549 0
[pid=77671/tid=77673] ppid=77668 vsize=19063512 memory=5276 CPUtime=3258.13 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 124864 0 0 0 325253 560 0 0 20 0 20 0 69200143 19521036288 817364 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69200145 19521036288 817364 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 2624 0 0 0 0 0 0 0 20 0 20 0 69200146 19521036288 817364 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77690] ppid=77668 vsize=19063512 memory=-6000919472689669480 CPUtime=0 cores=5,7
/proc/77671/task/77690/stat : 77690 (Timer-0) S 77668 77671 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69200205 19521036288 817364 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 3429.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3269456 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.22 4.26 4/305 77917
/proc/meminfo: memFree=118217092/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=19063512 memory=3269456 CPUtime=3490.29 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 244859 0 0 0 348189 840 0 0 20 0 20 0 69200142 19521036288 817364 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4765878 817364 5560 1 0 840549 0
[pid=77671/tid=77673] ppid=77668 vsize=19063512 memory=5276 CPUtime=3316.43 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 125073 0 0 0 331078 565 0 0 20 0 20 0 69200143 19521036288 817364 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69200145 19521036288 817364 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=19063512 memory=3269456 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 2673 0 0 0 0 0 0 0 20 0 20 0 69200146 19521036288 817364 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77690] ppid=77668 vsize=19063512 memory=3269456 CPUtime=0 cores=5,7
/proc/77671/task/77690/stat : 77690 (Timer-0) S 77668 77671 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69200205 19521036288 817364 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 3490.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3269456 KiB

[startup+3522.3 s]
/proc/loadavg: 3.37 4.01 4.18 3/279 77957
/proc/meminfo: memFree=122945940/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=19063512 memory=3950736 CPUtime=3551.06 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 245994 0 0 0 354244 862 0 0 20 0 20 0 69200142 19521036288 987684 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4765878 987684 5560 1 0 1013853 0
[pid=77671/tid=77673] ppid=77668 vsize=19063512 memory=3269456 CPUtime=3374.03 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 125717 0 0 0 336819 584 0 0 20 0 20 0 69200143 19521036288 987684 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69200145 19521036288 987684 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 2673 0 0 0 0 0 0 0 20 0 20 0 69200146 19521036288 987684 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77690] ppid=77668 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/77671/task/77690/stat : 77690 (Timer-0) S 77668 77671 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69200205 19521036288 987684 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 3551.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3950736 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3570.5 s]
/proc/loadavg: 2.67 3.71 4.07 5/282 77961
/proc/meminfo: memFree=122928232/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=19063512 memory=3953096 CPUtime=3600 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 248949 0 0 0 359131 869 0 0 20 0 20 0 69200142 19521036288 988274 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4765878 988274 5560 1 0 1013853 0
[pid=77671/tid=77673] ppid=77668 vsize=19063512 memory=18432 CPUtime=3420.27 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 127660 0 0 0 341440 587 0 0 20 0 20 0 69200143 19521036288 988274 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=19063512 memory=3950736 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69200145 19521036288 988274 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=19063512 memory=3950736 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 2673 0 0 0 0 0 0 0 20 0 20 0 69200146 19521036288 988274 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77690] ppid=77668 vsize=19063512 memory=14080 CPUtime=0 cores=5,7
/proc/77671/task/77690/stat : 77690 (Timer-0) S 77668 77671 76472 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69200205 19521036288 988274 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3953096 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.71 s, system=8.73327 s

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

[startup+3570.6 s]
/proc/loadavg: 2.67 3.71 4.07 5/282 77961
/proc/meminfo: memFree=122928232/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=19263204 memory=3953864 CPUtime=3600.2 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 251659 0 0 0 359150 870 0 0 20 0 21 0 69200142 19725520896 988466 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4815801 988466 5560 1 0 1014804 0
[pid=77671/tid=77673] ppid=77668 vsize=19263204 memory=6784 CPUtime=3420.34 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 127775 0 0 0 341447 587 0 0 20 0 21 0 69200143 19725520896 988466 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=19263204 memory=5632 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 69200145 19725520896 988466 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=19263204 memory=2884 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 2673 0 0 0 0 0 0 0 20 0 21 0 69200146 19725520896 988466 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3953864 KiB

[startup+3570.7 s]
/proc/loadavg: 2.67 3.71 4.07 5/282 77961
/proc/meminfo: memFree=122928232/131382116 swapFree=33009904/33010684
[pid=77671] ppid=77668 vsize=19263204 memory=3953864 CPUtime=3600.39 cores=5,7
/proc/77671/stat : 77671 (java) S 77668 77671 76472 0 -1 4194304 251748 0 0 0 359169 870 0 0 20 0 21 0 69200142 19725520896 988466 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
/proc/77671/statm: 4815801 988466 5560 1 0 1014804 0
[pid=77671/tid=77673] ppid=77668 vsize=19263204 memory=18432 CPUtime=3420.44 cores=5,7
/proc/77671/task/77673/stat : 77673 (java) R 77668 77671 76472 0 -1 4194368 127775 0 0 0 341457 587 0 0 20 0 21 0 69200143 19725520896 988466 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77682] ppid=77668 vsize=19263204 memory=3950736 CPUtime=0 cores=5,7
/proc/77671/task/77682/stat : 77682 (Finalizer) S 77668 77671 76472 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 69200145 19725520896 988466 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
[pid=77671/tid=77689] ppid=77668 vsize=19263204 memory=3950736 CPUtime=0 cores=5,7
/proc/77671/task/77689/stat : 77689 (Common-Cleaner) S 77668 77671 76472 0 -1 4194368 2673 0 0 0 0 0 0 0 20 0 21 0 69200146 19725520896 988466 18446744073709551615 93868655325184 93868655328880 140724933693504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93868655336696 93868655337488 93868686917632 140724933695789 140724933695974 140724933695974 140724933701576 0
Current children cumulated CPU time: 3600.39 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3953864 KiB

Child status: 143

Real time (s): 3570.74
CPU time (s): 3600.44
CPU user time (s): 3591.71
CPU system time (s): 8.73327
CPU usage (%): 100.832
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4937628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.71
system time used= 8.73327
maximum resident set size= 4937628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251941
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1721216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 139447
involuntary context switches= 32548


# summary of solver processes directly reported to runsolver:
#   pid: 77671
#   total CPU time (s): 3600.44
#   total CPU user time (s): 3591.71
#   total CPU system time (s): 8.73327

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7421 second user time and 33.4744 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-03 11:33:30
IDJOB=4517451
IDBENCH=176086
IDSOLVER=3362
FILE ID=nodeC004/4517451-1751535210
RUNJOBID= nodeC004-1751527922-76485
SLURM_JOB_ID= 9598664
Free space on /tmp= 431676 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=13-t=8.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517451-1751535210/watcher-4517451-1751535210 -o /tmp/evaluation-result-4517451-1751535210/solver-4517451-1751535210 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751527922-76485 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517451-1751535210 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4517451-1751535210.opb

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

MD5SUM BENCH= 6f78fc52c3f94736c8d8a5f9c953ef5f
RANDOM SEED=1694434652

nodeC004 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	: 0xb00001f
cpu MHz		: 3491.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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3591.637
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.828
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.288
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3515.416
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3482.261
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.320
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
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	: 0xb00001f
cpu MHz		: 3491.877
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        123152704 kB
MemAvailable:   123905648 kB
Buffers:            2128 kB
Cached:          1503172 kB
SwapCached:           40 kB
Active:          6622484 kB
Inactive:         909168 kB
Active(anon):    6033604 kB
Inactive(anon):    10748 kB
Active(file):     588880 kB
Inactive(file):   898420 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9400 kB
Writeback:           348 kB
AnonPages:       6028620 kB
Mapped:           123360 kB
Shmem:             17924 kB
KReclaimable:     210544 kB
Slab:             297596 kB
SReclaimable:     210544 kB
SUnreclaim:        87052 kB
KernelStack:        4960 kB
PageTables:        15568 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9378960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5808128 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431676 MiB
End job on nodeC004 at 2025-07-03 12:33:01