Trace number 4432426

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 Default 2024-07-07SAT (TO)9 3600.27 3607.24

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/heinz/
normalized-neos-1620770.opb
MD5SUMea40b84df91c60f1b4d71ba03d843a27
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 benchmark9
Best CPU time to get the best result obtained on this benchmark374.616
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables792
Total number of constraints9296
Number of constraints which are clauses9261
Number of constraints which are cardinality constraints (but not clauses)35
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint22
Number of terms in the objective function 22
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 22
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 23
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.11	--- Begin Solver configuration ---
0.14/0.11	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.11	Learn all clauses as in MiniSAT
0.14/0.11	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.11	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.11	No reason simplification
0.14/0.11	Glucose 2.1 dynamic restart strategy
0.14/0.11	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.14/0.11	timeout=2147483s
0.14/0.11	DB Simplification allowed=false
0.14/0.11	Listener: none
0.14/0.11	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4432426-1721128476.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  objective function found
0.35/0.21	c ... done. Wall clock time 0.094s.
0.35/0.21	c declared #vars     792
0.35/0.21	c #constraints  9331
0.35/0.21	c constraints type 
0.35/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 9261
0.35/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 35
0.35/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 35
0.35/0.21	c 9331 constraints processed.
0.35/0.22	c objective function length is 22 literals
0.35/0.29	c SATISFIABLE
0.35/0.29	c OPTIMIZING...
0.35/0.29	c Got one! Elapsed wall clock time (in seconds):0.173
0.35/0.29	o 21
0.35/0.30	c Got one! Elapsed wall clock time (in seconds):0.179
0.35/0.30	o 13
0.35/0.30	c Got one! Elapsed wall clock time (in seconds):0.186
0.35/0.30	o 12
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.204
0.54/0.32	o 11
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.214
0.54/0.33	o 10
0.93/0.53	c Got one! Elapsed wall clock time (in seconds):0.412
0.93/0.53	o 9
1.98/1.13	c cleaning 3312 clauses out of 6634 with flag 26720/6635
2.85/1.88	c cleaning 4655 clauses out of 9322 with flag 83182/12635
3.95/2.79	c cleaning 5826 clauses out of 11667 with flag 164440/19635
5.58/4.12	c cleaning 6913 clauses out of 13841 with flag 265801/27635
7.17/5.78	c cleaning 7959 clauses out of 15930 with flag 380982/36637
9.25/7.76	c cleaning 8975 clauses out of 17969 with flag 497468/46635
11.34/9.89	c cleaning 9992 clauses out of 19994 with flag 644063/57635
14.04/12.56	c cleaning 10993 clauses out of 22006 with flag 809341/69639
17.35/15.82	c cleaning 12000 clauses out of 24011 with flag 995672/82637
21.23/19.63	c cleaning 13002 clauses out of 26009 with flag 1195276/96635
25.80/24.17	c cleaning 14000 clauses out of 28008 with flag 1433151/111636
30.49/28.90	c cleaning 14991 clauses out of 30007 with flag 1681545/127635
35.90/34.21	c cleaning 15998 clauses out of 32016 with flag 1962390/144635
41.61/39.91	c cleaning 17004 clauses out of 34019 with flag 2223797/162636
47.90/46.23	c cleaning 18009 clauses out of 36017 with flag 2509481/181638
56.69/55.08	c cleaning 18991 clauses out of 38005 with flag 2834822/201635
65.57/63.94	c cleaning 20000 clauses out of 40016 with flag 3201705/222637
74.37/72.77	c cleaning 21000 clauses out of 42014 with flag 3605441/244635
84.15/82.55	c cleaning 22002 clauses out of 44014 with flag 4021872/267635
96.24/94.61	c cleaning 22996 clauses out of 46012 with flag 4406521/291635
110.56/109.10	c cleaning 24001 clauses out of 48016 with flag 4798081/316635
127.02/125.66	c cleaning 25003 clauses out of 50015 with flag 5163493/342635
142.49/141.29	c cleaning 26000 clauses out of 52012 with flag 5591621/369635
157.44/156.39	c cleaning 27001 clauses out of 54013 with flag 6033344/397636
174.30/173.39	c cleaning 27998 clauses out of 56011 with flag 6513501/426635
193.23/192.45	c cleaning 29003 clauses out of 58013 with flag 7022063/456635
209.99/209.32	c cleaning 29991 clauses out of 60011 with flag 7574525/487636
228.04/227.58	c cleaning 31002 clauses out of 62020 with flag 8149105/519636
248.47/248.12	c cleaning 32006 clauses out of 64017 with flag 8751640/552635
274.05/273.98	c cleaning 33005 clauses out of 66012 with flag 9278682/586636
308.64/308.82	c cleaning 33993 clauses out of 68007 with flag 9836723/621636
340.52/340.91	c cleaning 34999 clauses out of 70014 with flag 10417008/657636
371.53/372.24	c cleaning 36000 clauses out of 72014 with flag 11003014/694635
405.24/406.23	c cleaning 37002 clauses out of 74014 with flag 11625477/732635
444.35/445.67	c cleaning 37992 clauses out of 76012 with flag 12254116/771635
479.05/480.68	c cleaning 39005 clauses out of 78022 with flag 12882566/811637
524.94/526.99	c cleaning 40000 clauses out of 80016 with flag 13526890/852636
560.56/562.88	c cleaning 41004 clauses out of 82016 with flag 14158174/894636
597.04/599.64	c cleaning 41999 clauses out of 84011 with flag 14851959/937635
636.09/639.08	c cleaning 42998 clauses out of 86012 with flag 15578159/981635
684.05/687.16	c cleaning 43999 clauses out of 88014 with flag 16366049/1026635
730.64/733.88	c cleaning 45000 clauses out of 90015 with flag 17162075/1072635
777.58/780.87	c cleaning 46003 clauses out of 92016 with flag 18000466/1119636
822.98/826.30	c cleaning 47001 clauses out of 94012 with flag 18883183/1167635
878.65/882.18	c cleaning 47995 clauses out of 96011 with flag 19711622/1216635
943.37/946.97	c cleaning 49004 clauses out of 98019 with flag 20623162/1266638
987.18/990.85	c cleaning 49997 clauses out of 100012 with flag 21466609/1317635
1030.54/1034.21	c cleaning 50998 clauses out of 102015 with flag 22332358/1369635
1082.91/1086.74	c cleaning 52000 clauses out of 104017 with flag 23238804/1422635
1140.92/1144.84	c cleaning 52984 clauses out of 106018 with flag 24177757/1476636
1202.59/1206.66	c cleaning 54016 clauses out of 108033 with flag 25129844/1531635
1265.00/1269.16	c cleaning 54993 clauses out of 110018 with flag 26081240/1587636
1332.27/1336.50	c cleaning 56003 clauses out of 112024 with flag 26980667/1644635
1397.78/1402.18	c cleaning 57009 clauses out of 114021 with flag 27954818/1702635
1472.84/1477.31	c cleaning 58000 clauses out of 116012 with flag 28953364/1761635
1554.57/1559.13	c cleaning 58992 clauses out of 118013 with flag 30016358/1821636
1636.27/1641.03	c cleaning 59999 clauses out of 120020 with flag 31096534/1882635
1728.77/1733.75	c cleaning 61001 clauses out of 122023 with flag 32208720/1944637
1818.73/1823.63	c cleaning 62003 clauses out of 124021 with flag 33351312/2007636
1906.87/1911.96	c cleaning 62995 clauses out of 126018 with flag 34530822/2071636
1991.35/1996.50	c cleaning 64003 clauses out of 128022 with flag 35718833/2136635
2065.09/2070.30	c cleaning 65004 clauses out of 130019 with flag 36709080/2202635
2134.98/2140.32	c cleaning 66002 clauses out of 132016 with flag 37838924/2269636
2209.47/2215.00	c cleaning 67003 clauses out of 134013 with flag 39044738/2337635
2291.20/2296.72	c cleaning 68001 clauses out of 136010 with flag 40289601/2406635
2389.26/2394.98	c cleaning 68999 clauses out of 138011 with flag 41575386/2476637
2502.20/2508.08	c cleaning 69994 clauses out of 140010 with flag 42867427/2547635
2621.19/2627.16	c cleaning 70992 clauses out of 142016 with flag 44203611/2619635
2730.16/2736.27	c cleaning 72006 clauses out of 144024 with flag 45567938/2692635
2845.50/2851.74	c cleaning 72996 clauses out of 146018 with flag 46975777/2766635
2958.10/2964.42	c cleaning 74002 clauses out of 148022 with flag 48399762/2841635
3083.92/3090.42	c cleaning 75004 clauses out of 150023 with flag 49866019/2917638
3212.83/3219.50	c cleaning 75996 clauses out of 152016 with flag 51316210/2994635
3340.15/3346.98	c cleaning 77006 clauses out of 154021 with flag 52711107/3072636
3473.76/3480.73	c cleaning 77986 clauses out of 156014 with flag 54239937/3151635
3600.03/3607.13	c starts		: 10105
3600.03/3607.13	c conflicts		: 3225051
3600.03/3607.13	c decisions		: 4330954
3600.03/3607.13	c propagations		: 137819403
3600.03/3607.13	c inspects		: 46444360089
3600.03/3607.13	c shortcuts		: 0
3600.03/3607.13	c learnt literals	: 1
3600.03/3607.13	c learnt binary clauses	: 2
3600.03/3607.13	c learnt ternary clauses	: 2
3600.03/3607.13	c learnt constraints	: 3225050
3600.03/3607.13	c ignored constraints	: 0
3600.03/3607.13	c root simplifications	: 0
3600.03/3607.13	c removed literals (reason simplification)	: 0
3600.03/3607.13	c reason swapping (by a shorter reason)	: 0
3600.03/3607.13	c Calls to reduceDB	: 75
3600.03/3607.13	c Number of update (reduction) of LBD	: 1504352
3600.03/3607.13	c Imported unit clauses	: 0
3600.03/3607.13	c No decision after first conflict	: false
3600.03/3607.13	c number of reductions to clauses (during analyze)	: 0
3600.03/3607.13	c number of learned constraints concerned by reduction	: 0
3600.03/3607.13	c number of learning phase by resolution	: 0
3600.03/3607.13	c number of learning phase by cutting planes	: 0
3600.03/3607.13	c number of rounding to 1 operations	: 0
3600.03/3607.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3607.13	c number of reductions of the coefficients by power 2 	: 0
3600.03/3607.13	c number of right shift for reduction by power 2 	: 0
3600.03/3607.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3607.13	c number of ending skipping 	: 0
3600.03/3607.13	c number of internal skipping 	: 0
3600.03/3607.13	c number of derivation steps 	: 0
3600.03/3607.13	c number of skipped derivation steps 	: 0
3600.03/3607.13	c number of remaining unassigned 	: 0
3600.03/3607.13	c number of remaining assigned 	: 0
3600.03/3607.13	c number of falsified literals weakened from reason	: 0
3600.03/3607.13	c number of falsified literals weakened from conflict	: 0
3600.03/3607.13	c time for arithmetic operations	: 0
3600.03/3607.14	c minimum degree of deleted constraints	: null
3600.03/3607.14	c maximum degree of deleted constraints	: null
3600.03/3607.14	c number of deleted constraints	: 0
3600.03/3607.14	c speed (assignments/second)	: 38209.878829633715
3600.03/3607.14	c non guided choices	: 493
3600.03/3607.20	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 151442
3600.03/3607.20	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.03/3607.20	s SATISFIABLE
3600.03/3607.20	c Found 6 solution(s)
3600.03/3607.20	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 
3600.23/3607.22	c objective function=9
3600.23/3607.22	c Total wall clock time (in seconds): 3607.101

Verifier Data

OK	9

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: 63931 MiB (52074 MiB free)
  memory of node 1: 64510 MiB (55159 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432426-1721128476/watcher-4432426-1721128476 -o /tmp/evaluation-result-4432426-1721128476/solver-4432426-1721128476 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721119571-844800 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432426-1721128476.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=851274, runsolver pid=851271
Current StackSize limit: 8192 KiB


[startup+0.10336 s]*
/proc/loadavg: 4.15 4.19 4.17 5/332 851292
/proc/meminfo: memFree=109765616/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=18975048 memory=62732 CPUtime=0.14 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 7266 0 0 0 12 2 0 0 20 0 18 0 165012503 19430449152 15683 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4743762 15683 5558 1 0 549345 0
[pid=851274/tid=851276] ppid=851271 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 5769 0 0 0 8 1 0 0 20 0 18 0 165012503 19430449152 15683 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 165012505 19430449152 15683 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=18975048 memory=14979970577492358 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 165012506 19430449152 15683 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62732 KiB

[startup+0.209408 s]*
/proc/loadavg: 4.15 4.19 4.17 7/332 851292
/proc/meminfo: memFree=109746964/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=18975048 memory=81996 CPUtime=0.35 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 7760 0 0 0 33 2 0 0 20 0 18 0 165012503 19430449152 20499 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4743762 20499 5847 1 0 549702 0
[pid=851274/tid=851276] ppid=851271 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 5930 0 0 0 18 2 0 0 20 0 18 0 165012503 19430449152 20499 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=18975048 memory=17986 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 165012505 19430449152 20499 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=18975048 memory=13855165887284967 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 165012506 19430449152 20499 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 81996 KiB

[startup+0.312994 s]*
/proc/loadavg: 4.15 4.19 4.17 6/333 851293
/proc/meminfo: memFree=109740408/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=19041612 memory=88748 CPUtime=0.54 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 9256 0 0 0 52 2 0 0 20 0 19 0 165012503 19498610688 22187 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4760403 22187 5884 1 0 550941 0
[pid=851274/tid=851276] ppid=851271 vsize=19041612 memory=-9103578507314045628 CPUtime=0.3 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 6035 0 0 0 28 2 0 0 20 0 19 0 165012503 19498610688 22187 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 165012505 19498610688 22187 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165012506 19498610688 22187 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851293] ppid=851271 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/851274/task/851293/stat : 851293 (Timer-0) S 851271 851274 844789 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 165012525 19498610688 22187 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 88748 KiB

[startup+0.709401 s]
/proc/loadavg: 4.15 4.19 4.17 6/333 851293
/proc/meminfo: memFree=109731164/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=19041612 memory=106444 CPUtime=1.32 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 11035 0 0 0 129 3 0 0 20 0 19 0 165012503 19498610688 26611 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4760403 26611 5899 1 0 552242 0
[pid=851274/tid=851276] ppid=851271 vsize=19041612 memory=13072 CPUtime=0.69 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 6048 0 0 0 67 2 0 0 20 0 19 0 165012503 19498610688 26611 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=19041612 memory=13072 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 165012505 19498610688 26611 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=19041612 memory=117636 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165012506 19498610688 26611 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851293] ppid=851271 vsize=19041612 memory=5528 CPUtime=0 cores=4,6
/proc/851274/task/851293/stat : 851293 (Timer-0) S 851271 851274 844789 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 165012525 19498610688 26611 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 1.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 106444 KiB

[startup+1.50027 s]
/proc/loadavg: 4.15 4.19 4.17 5/333 851293
/proc/meminfo: memFree=109713928/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=19041612 memory=119408 CPUtime=2.55 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 15336 0 0 0 252 3 0 0 20 0 19 0 165012503 19498610688 29852 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4760403 29852 5899 1 0 552291 0
[pid=851274/tid=851276] ppid=851271 vsize=19041612 memory=13072 CPUtime=1.47 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 7287 0 0 0 145 2 0 0 20 0 19 0 165012503 19498610688 29852 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 165012505 19498610688 29852 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165012506 19498610688 29852 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851293] ppid=851271 vsize=19041612 memory=65 CPUtime=0 cores=4,6
/proc/851274/task/851293/stat : 851293 (Timer-0) S 851271 851274 844789 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 165012525 19498610688 29852 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 2.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 119408 KiB

[startup+3.10544 s]
/proc/loadavg: 4.15 4.19 4.17 6/333 851293
/proc/meminfo: memFree=109688900/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=19041612 memory=140220 CPUtime=4.58 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 22195 0 0 0 454 4 0 0 20 0 19 0 165012503 19498610688 35055 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4760403 35055 5899 1 0 555543 0
[pid=851274/tid=851276] ppid=851271 vsize=19041612 memory=0 CPUtime=3.07 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 7493 0 0 0 305 2 0 0 20 0 19 0 165012503 19498610688 35055 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 165012505 19498610688 35055 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=19041612 memory=121456 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165012506 19498610688 35055 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851293] ppid=851271 vsize=19041612 memory=13072 CPUtime=0 cores=4,6
/proc/851274/task/851293/stat : 851293 (Timer-0) S 851271 851274 844789 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 165012525 19498610688 35055 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 4.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 140220 KiB

[startup+6.30026 s]
/proc/loadavg: 4.14 4.19 4.17 5/333 851294
/proc/meminfo: memFree=109683232/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=19041612 memory=148084 CPUtime=7.84 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 27794 0 0 0 779 5 0 0 20 0 19 0 165012503 19498610688 37021 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4760403 37021 5899 1 0 555543 0
[pid=851274/tid=851276] ppid=851271 vsize=19041612 memory=13072 CPUtime=6.26 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 8152 0 0 0 624 2 0 0 20 0 19 0 165012503 19498610688 37021 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 165012505 19498610688 37021 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=19041612 memory=6084480093255391313 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165012506 19498610688 37021 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851293] ppid=851271 vsize=19041612 memory=5516 CPUtime=0 cores=4,6
/proc/851274/task/851293/stat : 851293 (Timer-0) S 851271 851274 844789 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 165012525 19498610688 37021 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 7.84 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 148084 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.18 4.17 5/333 851294
/proc/meminfo: memFree=109660272/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=19041612 memory=170660 CPUtime=14.24 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 29741 0 0 0 1418 6 0 0 20 0 19 0 165012503 19498610688 42665 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4760403 42665 5899 1 0 555543 0
[pid=851274/tid=851276] ppid=851271 vsize=19041612 memory=0 CPUtime=12.64 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 9241 0 0 0 1261 3 0 0 20 0 19 0 165012503 19498610688 42665 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=19041612 memory=166532 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 165012505 19498610688 42665 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 165012506 19498610688 42665 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851293] ppid=851271 vsize=19041612 memory=16076 CPUtime=0 cores=4,6
/proc/851274/task/851293/stat : 851293 (Timer-0) S 851271 851274 844789 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 165012525 19498610688 42665 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 14.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 170660 KiB

[startup+25.5003 s]
/proc/loadavg: 4.18 4.19 4.18 5/334 851298
/proc/meminfo: memFree=109632832/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=19108176 memory=195952 CPUtime=27.19 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 36351 0 0 0 2712 7 0 0 20 0 20 0 165012503 19566772224 48988 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4777044 48988 5947 1 0 555864 0
[pid=851274/tid=851276] ppid=851271 vsize=19108176 memory=166532 CPUtime=25.4 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 10103 0 0 0 2537 3 0 0 20 0 20 0 165012503 19566772224 48988 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=19108176 memory=16076 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165012505 19566772224 48988 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=19108176 memory=195952 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 165012506 19566772224 48988 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851293] ppid=851271 vsize=19108176 memory=11444 CPUtime=0 cores=4,6
/proc/851274/task/851293/stat : 851293 (Timer-0) S 851271 851274 844789 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165012525 19566772224 48988 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 27.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 195952 KiB

[startup+51.1055 s]
/proc/loadavg: 4.12 4.17 4.17 5/331 851301
/proc/meminfo: memFree=109597432/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=19108176 memory=231196 CPUtime=52.8 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 42084 0 0 0 5272 8 0 0 20 0 20 0 165012503 19566772224 57799 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4777044 57799 5947 1 0 555864 0
[pid=851274/tid=851276] ppid=851271 vsize=19108176 memory=196020 CPUtime=50.87 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 11246 0 0 0 5084 3 0 0 20 0 20 0 165012503 19566772224 57799 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0

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

[startup+3282.3 s]
/proc/loadavg: 1.14 1.12 1.64 2/252 853172
/proc/meminfo: memFree=124077872/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=19108176 memory=1354484 CPUtime=3275.64 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 114777 0 0 0 327438 126 0 0 20 0 20 0 165012503 19566772224 338621 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4777044 338621 5995 1 0 557077 0
[pid=851274/tid=851276] ppid=851271 vsize=19108176 memory=1354432 CPUtime=3269.84 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 45329 0 0 0 326978 6 0 0 20 0 20 0 165012503 19566772224 338621 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=19108176 memory=1354432 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165012505 19566772224 338621 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=19108176 memory=1354432 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 4817 0 0 0 0 0 0 0 20 0 20 0 165012506 19566772224 338621 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851293] ppid=851271 vsize=19108176 memory=1354484 CPUtime=0 cores=4,6
/proc/851274/task/851293/stat : 851293 (Timer-0) S 851271 851274 844789 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165012525 19566772224 338621 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 3275.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1354484 KiB

[startup+3342.3 s]
/proc/loadavg: 1.09 1.11 1.61 2/254 853186
/proc/meminfo: memFree=124069376/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=19108176 memory=1362676 CPUtime=3335.55 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 115403 0 0 0 333428 127 0 0 20 0 20 0 165012503 19566772224 340669 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4777044 340669 5995 1 0 557077 0
[pid=851274/tid=851276] ppid=851271 vsize=19108176 memory=161 CPUtime=3329.73 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 45802 0 0 0 332966 7 0 0 20 0 20 0 165012503 19566772224 340669 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=19108176 memory=19060 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165012505 19566772224 340669 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=19108176 memory=1360628 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 4910 0 0 0 0 0 0 0 20 0 20 0 165012506 19566772224 340669 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851293] ppid=851271 vsize=19108176 memory=41536 CPUtime=0 cores=4,6
/proc/851274/task/851293/stat : 851293 (Timer-0) S 851271 851274 844789 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165012525 19566772224 340669 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 3335.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1362676 KiB

[startup+3402.3 s]
/proc/loadavg: 1.12 1.12 1.58 2/254 853198
/proc/meminfo: memFree=124038332/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=19108176 memory=1393396 CPUtime=3395.46 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 116202 0 0 0 339416 130 0 0 20 0 20 0 165012503 19566772224 348349 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4777044 348349 5995 1 0 557077 0
[pid=851274/tid=851276] ppid=851271 vsize=19108176 memory=0 CPUtime=3389.62 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 46504 0 0 0 338954 8 0 0 20 0 20 0 165012503 19566772224 348349 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=19108176 memory=2273 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165012505 19566772224 348349 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=19108176 memory=1393396 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 4988 0 0 0 0 0 0 0 20 0 20 0 165012506 19566772224 348349 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851293] ppid=851271 vsize=19108176 memory=1391348 CPUtime=0 cores=4,6
/proc/851274/task/851293/stat : 851293 (Timer-0) S 851271 851274 844789 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165012525 19566772224 348349 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 3395.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1393396 KiB

[startup+3462.3 s]
/proc/loadavg: 1.08 1.11 1.54 2/254 853208
/proc/meminfo: memFree=124019444/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=19108176 memory=1411828 CPUtime=3455.38 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 116807 0 0 0 345405 133 0 0 20 0 20 0 165012503 19566772224 352957 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4777044 352957 5995 1 0 557077 0
[pid=851274/tid=851276] ppid=851271 vsize=19108176 memory=0 CPUtime=3449.5 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 46943 0 0 0 344942 8 0 0 20 0 20 0 165012503 19566772224 352957 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=19108176 memory=2273 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165012505 19566772224 352957 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=19108176 memory=19060 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 5102 0 0 0 0 0 0 0 20 0 20 0 165012506 19566772224 352957 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851293] ppid=851271 vsize=19108176 memory=1411828 CPUtime=0 cores=4,6
/proc/851274/task/851293/stat : 851293 (Timer-0) S 851271 851274 844789 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165012525 19566772224 352957 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 3455.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1411828 KiB

[startup+3522.3 s]
/proc/loadavg: 1.13 1.12 1.52 2/254 853219
/proc/meminfo: memFree=123969992/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=19108176 memory=1460980 CPUtime=3515.35 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 118305 0 0 0 351400 135 0 0 20 0 20 0 165012503 19566772224 365245 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4777044 365245 5995 1 0 557077 0
[pid=851274/tid=851276] ppid=851271 vsize=19108176 memory=-8621784602173686427 CPUtime=3509.33 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 47633 0 0 0 350925 8 0 0 20 0 20 0 165012503 19566772224 365245 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=19108176 memory=1354432 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165012505 19566772224 365245 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=19108176 memory=11444 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 5145 0 0 0 0 0 0 0 20 0 20 0 165012506 19566772224 365245 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851293] ppid=851271 vsize=19108176 memory=41536 CPUtime=0 cores=4,6
/proc/851274/task/851293/stat : 851293 (Timer-0) S 851271 851274 844789 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165012525 19566772224 365245 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 3515.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1460980 KiB

[startup+3582.3 s]
/proc/loadavg: 1.05 1.09 1.48 2/255 853231
/proc/meminfo: memFree=123969616/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=19108176 memory=1460996 CPUtime=3575.26 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 118767 0 0 0 357389 137 0 0 20 0 20 0 165012503 19566772224 365249 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4777044 365249 5995 1 0 557077 0
[pid=851274/tid=851276] ppid=851271 vsize=19108176 memory=1460996 CPUtime=3569.21 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 47909 0 0 0 356913 8 0 0 20 0 20 0 165012503 19566772224 365249 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=19108176 memory=41536 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165012505 19566772224 365249 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=19108176 memory=1460996 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 5276 0 0 0 0 0 0 0 20 0 20 0 165012506 19566772224 365249 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851293] ppid=851271 vsize=19108176 memory=1460996 CPUtime=0 cores=4,6
/proc/851274/task/851293/stat : 851293 (Timer-0) S 851271 851274 844789 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165012525 19566772224 365249 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 3575.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1460996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.1 s]
/proc/loadavg: 1.09 1.10 1.47 2/255 853236
/proc/meminfo: memFree=123969416/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=19108176 memory=1460996 CPUtime=3600.03 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 118845 0 0 0 359865 138 0 0 20 0 20 0 165012503 19566772224 365249 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4777044 365249 5995 1 0 557077 0
[pid=851274/tid=851276] ppid=851271 vsize=19108176 memory=16076 CPUtime=3593.97 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 47982 0 0 0 359389 8 0 0 20 0 20 0 165012503 19566772224 365249 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=19108176 memory=-9103578507314045628 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 165012505 19566772224 365249 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=19108176 memory=1460996 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 5276 0 0 0 0 0 0 0 20 0 20 0 165012506 19566772224 365249 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851293] ppid=851271 vsize=19108176 memory=1460996 CPUtime=0 cores=4,6
/proc/851274/task/851293/stat : 851293 (Timer-0) S 851271 851274 844789 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 165012525 19566772224 365249 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1460996 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.88 s, system=1.39137 s

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

[startup+3607.21 s]
/proc/loadavg: 1.09 1.10 1.47 2/255 853236
/proc/meminfo: memFree=123969416/131524600 swapFree=131071996/131071996
[pid=851274] ppid=851271 vsize=19307868 memory=1461828 CPUtime=3600.23 cores=4,6
/proc/851274/stat : 851274 (java) S 851271 851274 844789 0 -1 1077936128 121913 0 0 0 359885 138 0 0 20 0 21 0 165012503 19771256832 365457 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
/proc/851274/statm: 4826967 365457 5994 1 0 557980 0
[pid=851274/tid=851276] ppid=851271 vsize=19307868 memory=5516 CPUtime=3594.07 cores=4,6
/proc/851274/task/851276/stat : 851276 (java) R 851271 851274 844789 0 -1 4194368 48067 0 0 0 359399 8 0 0 20 0 21 0 165012503 19771256832 365457 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851285] ppid=851271 vsize=19307868 memory=1460996 CPUtime=0 cores=4,6
/proc/851274/task/851285/stat : 851285 (Finalizer) S 851271 851274 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 165012505 19771256832 365457 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
[pid=851274/tid=851292] ppid=851271 vsize=19307868 memory=32188 CPUtime=0 cores=4,6
/proc/851274/task/851292/stat : 851292 (Common-Cleaner) S 851271 851274 844789 0 -1 1077936192 5276 0 0 0 0 0 0 0 20 0 21 0 165012506 19771256832 365457 134679101440 94475770744832 94475770748528 140737470743200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94475770756344 94475770757136 94475800121344 140737470747655 140737470747745 140737470747745 140737470754760 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 1461828 KiB

Child status: 143

Real time (s): 3607.24
CPU time (s): 3600.27
CPU user time (s): 3598.88
CPU system time (s): 1.39137
CPU usage (%): 99.8068
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 1461828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.88
system time used= 1.39137
maximum resident set size= 1462584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122105
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 104769
involuntary context switches= 8188


# summary of solver processes directly reported to runsolver:
#   pid: 851274
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3598.88
#   total CPU system time (s): 1.39137

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.15344 second user time and 15.7212 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-16 13:14:49
IDJOB=4432426
IDBENCH=155341
IDSOLVER=3058
FILE ID=nodeC024/4432426-1721128476
RUNJOBID= nodeC024-1721119571-844800
SLURM_JOB_ID= 7505670
Free space on /tmp= 889844 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-neos-1620770.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432426-1721128476/watcher-4432426-1721128476 -o /tmp/evaluation-result-4432426-1721128476/solver-4432426-1721128476 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721119571-844800 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432426-1721128476.opb

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

MD5SUM BENCH= ea40b84df91c60f1b4d71ba03d843a27
RANDOM SEED=898340039

nodeC024.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3670.303
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.60
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		: 3683.975
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.08
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		: 3633.143
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.780
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.08
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		: 3637.110
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.60
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		: 3684.099
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.08
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		: 3640.270
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.972
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        109807764 kB
MemAvailable:   114404064 kB
Buffers:          408876 kB
Cached:          4971440 kB
SwapCached:            0 kB
Active:           941328 kB
Inactive:       20034636 kB
Active(anon):       1540 kB
Inactive(anon): 15631820 kB
Active(file):     939788 kB
Inactive(file):  4402816 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:      15593788 kB
Mapped:           124616 kB
Shmem:             37720 kB
KReclaimable:     186688 kB
Slab:             303708 kB
SReclaimable:     186688 kB
SUnreclaim:       117020 kB
KernelStack:        5072 kB
PageTables:        40592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   16665820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61408 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15128576 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      240340 kB
DirectMap2M:    23650304 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 890084 MiB
End job on nodeC024 at 2024-07-16 14:14:56