Trace number 4424913

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07MSAT (TO) 3600.71 3025.39

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/coloring/
normalized-le450-5a-2_wcsp.wbo
MD5SUM6c085f75a45f8dc628de423430f6f9d1
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark2275
Best CPU time to get the best result obtained on this benchmark3600.1
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables900
Total number of constraints11878
Number of soft constraints11428
Number of constraints which are clauses11428
Number of constraints which are cardinality constraints (but not clauses)450
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Top cost 5715
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 11428
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3
Number of bits of the biggest sum of numbers2
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version CUSTOM.v20240707
0.12/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.16	c java.vm.version	22.0.1+8-16
0.12/0.16	c java.vm.vendor	Oracle Corporation
0.12/0.16	c sun.arch.data.model	64
0.12/0.16	c java.version		22.0.1
0.12/0.16	c os.name		Linux
0.12/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.16	c os.arch		amd64
0.12/0.17	c Free memory 		2113181440
0.12/0.17	c Max memory 		16282288128
0.12/0.17	c Total memory 		2122317824
0.12/0.18	c Number of processors 	2
0.25/0.27	--- Begin Solver configuration ---
0.25/0.27	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.25/0.27	Learn all clauses as in MiniSAT
0.25/0.27	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.27	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.27	No reason simplification
0.25/0.27	Glucose 2.1 dynamic restart strategy
0.25/0.27	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.25/0.27	timeout=2147483s
0.25/0.27	DB Simplification allowed=false
0.25/0.27	Listener: none
0.25/0.27	--- End Solver configuration ---
0.25/0.27	c Pseudo Boolean Optimization by upper bound
0.25/0.27	c --- Begin Solver configuration ---
0.25/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.25/0.27	c Learn all clauses as in MiniSAT
0.25/0.27	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.27	c No reason simplification
0.25/0.27	c Glucose 2.1 dynamic restart strategy
0.25/0.27	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.25/0.27	c timeout=2147483s
0.25/0.27	c DB Simplification allowed=false
0.25/0.27	c Listener: none
0.25/0.27	c --- End Solver configuration ---
0.25/0.27	c solving HOME/instance-4424913-1720890813.wbo
0.25/0.27	c reading problem ... 
0.75/0.55	c ... done. Wall clock time 0.264s.
0.75/0.55	c declared #vars     900
0.75/0.55	c internal #vars     12328
0.75/0.55	c #constraints  12329
0.75/0.55	c constraints type 
0.75/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 900
0.75/0.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.75/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11428
0.75/0.55	c 12329 constraints processed.
0.75/0.56	c objective function length is 11428 literals
1.09/0.70	c SATISFIABLE
1.09/0.70	c OPTIMIZING...
1.09/0.70	c Got one! Elapsed wall clock time (in seconds):0.429
1.09/0.71	o 2726
6.44/5.24	c cleaning 2511 clauses out of 5026 with flag 11190/5026
10.73/8.98	c cleaning 4257 clauses out of 8515 with flag 24674/11026
16.33/13.61	c cleaning 5629 clauses out of 11259 with flag 40723/18027
21.93/18.58	c cleaning 6815 clauses out of 13630 with flag 58212/26027
28.69/24.46	c cleaning 7903 clauses out of 15815 with flag 78228/35027
36.16/31.29	c cleaning 8954 clauses out of 17911 with flag 102939/45026
43.93/38.27	c cleaning 9979 clauses out of 19957 with flag 128480/56026
52.63/46.14	c cleaning 10988 clauses out of 21978 with flag 155479/68026
63.91/54.49	c cleaning 11994 clauses out of 23993 with flag 184496/81029
75.31/64.61	c cleaning 12996 clauses out of 25997 with flag 218898/95027
86.83/75.11	c cleaning 14000 clauses out of 28003 with flag 256705/110029
99.00/86.22	c cleaning 14997 clauses out of 30000 with flag 295818/126026
115.05/99.05	c cleaning 15998 clauses out of 32003 with flag 335812/143026
129.63/111.29	c cleaning 16996 clauses out of 34005 with flag 380076/161026
143.83/123.93	c cleaning 18001 clauses out of 36010 with flag 426521/180027
158.64/137.61	c cleaning 19000 clauses out of 38008 with flag 474504/200026
176.32/151.59	c cleaning 20004 clauses out of 40008 with flag 524912/221026
195.12/166.59	c cleaning 21000 clauses out of 42004 with flag 578135/243026
212.53/182.70	c cleaning 21999 clauses out of 44004 with flag 635358/266026
232.07/200.56	c cleaning 22998 clauses out of 46006 with flag 695671/290027
251.99/218.83	c cleaning 24004 clauses out of 48009 with flag 754604/315028
272.90/238.06	c cleaning 25001 clauses out of 50004 with flag 816107/341027
294.26/257.57	c cleaning 25995 clauses out of 52003 with flag 882232/368027
318.84/277.52	c cleaning 27000 clauses out of 54007 with flag 949830/396026
340.83/297.58	c cleaning 28001 clauses out of 56007 with flag 1021380/425026
365.23/319.61	c cleaning 29000 clauses out of 58006 with flag 1095878/455026
390.13/342.13	c cleaning 30002 clauses out of 60007 with flag 1174890/486027
412.45/363.04	c cleaning 30996 clauses out of 62004 with flag 1260563/518026
436.76/385.29	c cleaning 32000 clauses out of 64008 with flag 1345717/551026
465.17/407.34	c cleaning 33004 clauses out of 66008 with flag 1433056/585026
491.65/430.98	c cleaning 34001 clauses out of 68005 with flag 1524930/620027
519.62/456.38	c cleaning 34998 clauses out of 70004 with flag 1611475/656027
550.19/485.05	c cleaning 35999 clauses out of 72007 with flag 1697652/693028
586.43/515.42	c cleaning 37002 clauses out of 74006 with flag 1785660/731026
621.31/543.69	c cleaning 38001 clauses out of 76004 with flag 1875471/770026
650.88/570.36	c cleaning 39001 clauses out of 78003 with flag 1969824/810026
684.83/601.79	c cleaning 39995 clauses out of 80003 with flag 2067610/851027
726.84/634.80	c cleaning 40998 clauses out of 82007 with flag 2168201/893026
760.23/665.43	c cleaning 42004 clauses out of 84010 with flag 2269357/936027
796.62/698.85	c cleaning 43003 clauses out of 86006 with flag 2371688/980027
831.90/731.54	c cleaning 43997 clauses out of 88002 with flag 2478422/1025026
873.17/764.42	c cleaning 45001 clauses out of 90006 with flag 2584416/1071027
910.97/798.74	c cleaning 46000 clauses out of 92005 with flag 2692330/1118027
953.59/838.26	c cleaning 47003 clauses out of 94005 with flag 2804503/1166027
997.12/872.49	c cleaning 47997 clauses out of 96002 with flag 2920317/1215027
1035.15/907.11	c cleaning 49000 clauses out of 98005 with flag 3037505/1265027
1072.61/941.47	c cleaning 49999 clauses out of 100005 with flag 3158838/1316027
1121.12/979.52	c cleaning 50997 clauses out of 102005 with flag 3285145/1368026
1162.76/1017.76	c cleaning 51997 clauses out of 104008 with flag 3418239/1421026
1219.19/1064.83	c cleaning 53003 clauses out of 106011 with flag 3554798/1475026
1268.34/1104.55	c cleaning 54002 clauses out of 108008 with flag 3696589/1530026
1313.30/1145.51	c cleaning 54996 clauses out of 110006 with flag 3830489/1586026
1367.57/1189.30	c cleaning 56001 clauses out of 112011 with flag 3969867/1643027
1421.58/1239.47	c cleaning 56999 clauses out of 114010 with flag 4111679/1701027
1479.31/1283.25	c cleaning 58002 clauses out of 116011 with flag 4261556/1760027
1524.93/1324.72	c cleaning 59003 clauses out of 118008 with flag 4414788/1820026
1584.74/1370.65	c cleaning 60002 clauses out of 120006 with flag 4568065/1881027
1632.68/1414.07	c cleaning 61001 clauses out of 122003 with flag 4718012/1943026
1694.39/1461.27	c cleaning 61997 clauses out of 124002 with flag 4867970/2006026
1743.89/1506.90	c cleaning 62997 clauses out of 126006 with flag 5023289/2070027
1803.84/1553.14	c cleaning 64002 clauses out of 128010 with flag 5183977/2135028
1854.69/1599.52	c cleaning 64997 clauses out of 130006 with flag 5346249/2201026
1915.91/1647.94	c cleaning 66000 clauses out of 132009 with flag 5508657/2268026
1969.77/1696.99	c cleaning 67005 clauses out of 134009 with flag 5679233/2336026
2031.28/1745.03	c cleaning 67996 clauses out of 136004 with flag 5849237/2405026
2097.07/1795.06	c cleaning 69001 clauses out of 138008 with flag 6020147/2475026
2162.78/1853.46	c cleaning 70003 clauses out of 140008 with flag 6198732/2546027
2241.53/1911.89	c cleaning 71000 clauses out of 142005 with flag 6383807/2618027
2315.39/1967.91	c cleaning 71999 clauses out of 144004 with flag 6566296/2691026
2388.60/2036.51	c cleaning 72996 clauses out of 146006 with flag 6763689/2765027
2483.70/2116.52	c cleaning 74003 clauses out of 148009 with flag 6971114/2840026
2563.16/2178.68	c cleaning 75003 clauses out of 150007 with flag 7172440/2916027
2628.53/2239.38	c cleaning 75995 clauses out of 152003 with flag 7374980/2993026
2707.98/2304.39	c cleaning 76997 clauses out of 154009 with flag 7585237/3071027
2790.00/2367.27	c cleaning 78001 clauses out of 156012 with flag 7794817/3150027
2857.50/2429.27	c cleaning 79000 clauses out of 158010 with flag 8001133/3230026
2941.21/2502.12	c cleaning 80001 clauses out of 160010 with flag 8196875/3311026
3026.28/2568.61	c cleaning 81003 clauses out of 162010 with flag 8405892/3393027
3117.38/2643.57	c cleaning 81995 clauses out of 164006 with flag 8617629/3476026
3209.47/2718.52	c cleaning 83003 clauses out of 166011 with flag 8843972/3560026
3311.65/2797.87	c cleaning 83997 clauses out of 168008 with flag 9070164/3645026
3399.51/2867.90	c cleaning 85001 clauses out of 170012 with flag 9303354/3731027
3505.06/2947.61	c cleaning 86000 clauses out of 172012 with flag 9542744/3818028
3597.36/3022.38	c cleaning 87006 clauses out of 174011 with flag 9783370/3906027
3600.07/3025.03	c starts		: 7
3600.07/3025.07	c conflicts		: 3910485
3600.07/3025.07	c decisions		: 6607215
3600.07/3025.07	c propagations		: 3550267071
3600.07/3025.07	c inspects		: 1415359281
3600.07/3025.07	c shortcuts		: 0
3600.07/3025.07	c learnt literals	: 0
3600.07/3025.07	c learnt binary clauses	: 0
3600.07/3025.07	c learnt ternary clauses	: 0
3600.07/3025.07	c learnt constraints	: 3910485
3600.07/3025.07	c ignored constraints	: 0
3600.07/3025.07	c root simplifications	: 0
3600.07/3025.07	c removed literals (reason simplification)	: 0
3600.07/3025.07	c reason swapping (by a shorter reason)	: 0
3600.07/3025.07	c Calls to reduceDB	: 84
3600.07/3025.07	c Number of update (reduction) of LBD	: 388332
3600.07/3025.07	c Imported unit clauses	: 0
3600.07/3025.09	c No decision after first conflict	: false
3600.07/3025.09	c number of reductions to clauses (during analyze)	: 0
3600.07/3025.09	c number of learned constraints concerned by reduction	: 0
3600.07/3025.09	c number of learning phase by resolution	: 0
3600.07/3025.09	c number of learning phase by cutting planes	: 0
3600.07/3025.09	c number of rounding to 1 operations	: 0
3600.07/3025.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3025.09	c number of reductions of the coefficients by power 2 	: 0
3600.07/3025.09	c number of right shift for reduction by power 2 	: 0
3600.07/3025.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3025.09	c number of ending skipping 	: 0
3600.07/3025.09	c number of internal skipping 	: 0
3600.07/3025.09	c number of derivation steps 	: 0
3600.07/3025.09	c number of skipped derivation steps 	: 0
3600.07/3025.09	c number of remaining unassigned 	: 0
3600.07/3025.09	c number of remaining assigned 	: 0
3600.07/3025.10	c number of falsified literals weakened from reason	: 0
3600.07/3025.10	c number of falsified literals weakened from conflict	: 0
3600.07/3025.10	c time for arithmetic operations	: 0
3600.07/3025.12	c minimum degree of deleted constraints	: null
3600.07/3025.12	c maximum degree of deleted constraints	: null
3600.07/3025.12	c number of deleted constraints	: 0
3600.07/3025.12	c speed (assignments/second)	: 1173822.8338646549
3600.07/3025.12	c non guided choices	: 1
3600.44/3025.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 91463
3600.44/3025.26	s SATISFIABLE
3600.44/3025.26	c Found 1 solution(s)
3600.44/3025.27	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 -x793 x794 x795 -x796 -x797 x798 x799 -x800 -x801 x802 x803 -x804 x805 -x806 -x807 x808 -x809 x810 -x811 x812 -x813 x814 -x815 x816 -x817 x818 x819 -x820 x821 -x822 x823 -x824 x825 -x826 x827 -x828 -x829 x830 -x831 x832 -x833 x834 x835 -x836 x837 -x838 -x839 x840 -x841 x842 x843 -x844 -x845 x846 -x847 x848 -x849 x850 x851 -x852 x853 -x854 -x855 x856 -x857 x858 -x859 x860 -x861 x862 x863 -x864 -x865 x866 -x867 x868 -x869 x870 x871 -x872 x873 -x874 x875 -x876 -x877 x878 -x879 x880 x881 -x882 x883 -x884 -x885 x886 -x887 x888 -x889 x890 x891 -x892 x893 -x894 -x895 x896 -x897 x898 -x899 x900 
3600.44/3025.27	c objective function=2726
3600.44/3025.29	c Total wall clock time (in seconds): 3024.997

Verifier Data

OK	2712

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: 64059 MiB (63047 MiB free)
  memory of node 1: 64510 MiB (63398 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424913-1720890813/watcher-4424913-1720890813 -o /tmp/evaluation-result-4424913-1720890813/solver-4424913-1720890813 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1720890800-709757 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424913-1720890813.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=710609, runsolver pid=710606

[startup+0.106536 s]*
/proc/loadavg: 2.24 0.61 0.26 5/319 710627
/proc/meminfo: memFree=129443172/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=18975048 memory=57740 CPUtime=0.12 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 6522 0 0 0 10 2 0 0 20 0 18 0 141240610 19430449152 14435 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4743762 14435 5535 1 0 550925 0
[pid=710609/tid=710611] ppid=710606 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 4194368 5452 0 0 0 7 2 0 0 20 0 18 0 141240610 19430449152 14435 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 141240613 19430449152 14435 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=18975048 memory=15823283178223670 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 141240614 19430449152 14435 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57740 KiB

[startup+0.214712 s]*
/proc/loadavg: 2.24 0.61 0.26 6/319 710627
/proc/meminfo: memFree=129434480/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=18975048 memory=66320 CPUtime=0.25 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 7116 0 0 0 22 3 0 0 20 0 18 0 141240610 19430449152 16580 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4743762 16580 5539 1 0 551432 0
[pid=710609/tid=710611] ppid=710606 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 1078198336 5659 0 0 0 16 2 0 0 20 0 18 0 141240610 19430449152 16580 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=18975048 memory=1645 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 141240613 19430449152 16580 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=18975048 memory=13847460783068500 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 141240614 19430449152 16580 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66320 KiB

[startup+0.314271 s]*
/proc/loadavg: 2.24 0.61 0.26 7/319 710627
/proc/meminfo: memFree=129433136/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=18975048 memory=68348 CPUtime=0.38 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 7405 0 0 0 35 3 0 0 20 0 18 0 141240610 19430449152 17087 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4743762 17087 5743 1 0 551589 0
[pid=710609/tid=710611] ppid=710606 vsize=18975048 memory=-8745256468277011132 CPUtime=0.26 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 1077936192 5789 0 0 0 24 2 0 0 20 0 18 0 141240610 19430449152 17087 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 141240613 19430449152 17087 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 141240614 19430449152 17087 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68348 KiB

[startup+0.700537 s]
/proc/loadavg: 2.24 0.61 0.26 7/319 710627
/proc/meminfo: memFree=129399788/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=19041612 memory=105308 CPUtime=1.09 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 9764 0 0 0 105 4 0 0 20 0 19 0 141240610 19498610688 26327 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4760403 26327 5862 1 0 553191 0
[pid=710609/tid=710611] ppid=710606 vsize=19041612 memory=5424 CPUtime=0.61 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 4194368 5935 0 0 0 58 3 0 0 20 0 19 0 141240610 19498610688 26327 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=19041612 memory=11948 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141240613 19498610688 26327 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141240614 19498610688 26327 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 105308 KiB

[startup+1.50052 s]
/proc/loadavg: 2.24 0.61 0.26 6/320 710628
/proc/meminfo: memFree=129379400/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=19041612 memory=155276 CPUtime=2.33 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 13051 0 0 0 227 6 0 0 20 0 19 0 141240610 19498610688 38819 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4760403 38819 5880 1 0 554774 0
[pid=710609/tid=710611] ppid=710606 vsize=19041612 memory=0 CPUtime=1.39 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 4194368 6119 0 0 0 135 4 0 0 20 0 19 0 141240610 19498610688 38819 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141240613 19498610688 38819 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=19041612 memory=11948 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 141240614 19498610688 38819 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710628] ppid=710606 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/710609/task/710628/stat : 710628 (Timer-0) S 710606 710609 709744 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 141240668 19498610688 38819 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 155276 KiB

[startup+3.1056 s]
/proc/loadavg: 2.38 0.67 0.29 5/321 710629
/proc/meminfo: memFree=129183356/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=19108176 memory=318092 CPUtime=4.08 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 14969 0 0 0 398 10 0 0 20 0 20 0 141240610 19566772224 79523 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4777044 79523 5912 1 0 555063 0
[pid=710609/tid=710611] ppid=710606 vsize=19108176 memory=0 CPUtime=2.7 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 4194368 6390 0 0 0 266 4 0 0 20 0 20 0 141240610 19566772224 79523 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=19108176 memory=11948 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 141240613 19566772224 79523 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 141240614 19566772224 79523 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710628] ppid=710606 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/710609/task/710628/stat : 710628 (Timer-0) S 710606 710609 709744 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141240668 19566772224 79523 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 4.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 318092 KiB

[startup+6.30046 s]
/proc/loadavg: 2.38 0.67 0.29 5/321 710631
/proc/meminfo: memFree=128874116/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=19108176 memory=602408 CPUtime=7.75 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 17773 0 0 0 758 17 0 0 20 0 20 0 141240610 19566772224 150602 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4777044 150602 5912 1 0 1083565 0
[pid=710609/tid=710611] ppid=710606 vsize=19108176 memory=11948 CPUtime=5.5 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 4194368 7443 0 0 0 545 5 0 0 20 0 20 0 141240610 19566772224 150602 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 141240613 19566772224 150602 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=19108176 memory=482580 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 141240614 19566772224 150602 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710628] ppid=710606 vsize=19108176 memory=1499 CPUtime=0 cores=5,7
/proc/710609/task/710628/stat : 710628 (Timer-0) S 710606 710609 709744 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141240668 19566772224 150602 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 7.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 602408 KiB

[startup+12.7005 s]
/proc/loadavg: 2.93 0.84 0.35 5/321 710631
/proc/meminfo: memFree=128087540/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=19108176 memory=1309876 CPUtime=15.18 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 19899 0 0 0 1487 31 0 0 20 0 20 0 141240610 19566772224 327469 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4777044 327469 5912 1 0 1083822 0
[pid=710609/tid=710611] ppid=710606 vsize=19108176 memory=0 CPUtime=11.18 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 4194368 7798 0 0 0 1110 8 0 0 20 0 20 0 141240610 19566772224 327469 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=19108176 memory=11948 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 141240613 19566772224 327469 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=19108176 memory=1309820 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 141240614 19566772224 327469 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710628] ppid=710606 vsize=19108176 memory=318092 CPUtime=0 cores=5,7
/proc/710609/task/710628/stat : 710628 (Timer-0) S 710606 710609 709744 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141240668 19566772224 327469 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 15.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1309876 KiB

[startup+25.5005 s]
/proc/loadavg: 3.17 0.96 0.39 6/321 710633
/proc/meminfo: memFree=126560600/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=19108176 memory=2777056 CPUtime=30.04 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 29800 0 0 0 2942 62 0 0 20 0 20 0 141240610 19566772224 694264 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4777044 694264 5944 1 0 2053417 0
[pid=710609/tid=710611] ppid=710606 vsize=19108176 memory=318092 CPUtime=22.37 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 4194368 9363 0 0 0 2223 14 0 0 20 0 20 0 141240610 19566772224 694264 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=19108176 memory=2622036 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 141240613 19566772224 694264 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=19108176 memory=2622036 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 141240614 19566772224 694264 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710628] ppid=710606 vsize=19108176 memory=11948 CPUtime=0 cores=5,7
/proc/710609/task/710628/stat : 710628 (Timer-0) S 710606 710609 709744 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141240668 19566772224 694264 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 30.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2777056 KiB

[startup+51.1135 s]
/proc/loadavg: 3.45 1.21 0.49 6/321 710638
/proc/meminfo: memFree=123558796/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=19108176 memory=5488352 CPUtime=58.12 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 34110 0 0 0 5693 119 0 0 20 0 20 0 141240610 19566772224 1372088 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4777044 1372088 5944 1 0 2228896 0
[pid=710609/tid=710611] ppid=710606 vsize=19108176 memory=4569625964248629333 CPUtime=45.26 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) S 710606 710609 709744 0 -1 1077936192 10494 0 0 0 4497 29 0 0 20 0 20 0 141240610 19566772224 1372088 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=19108176 memory=1309876 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 141240613 19566772224 1372088 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=19108176 memory=318092 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 141240614 19566772224 1372088 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710628] ppid=710606 vsize=19108176 memory=3766252 CPUtime=0 cores=5,7

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

/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 4194368 191029 0 0 0 238969 120 0 0 20 0 20 0 141240610 19566772224 4088070 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 26 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=19108176 memory=16352268 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 141240613 19566772224 4088070 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 558 0 0 0 0 0 0 0 20 0 20 0 141240614 19566772224 4088070 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710628] ppid=710606 vsize=19108176 memory=16352280 CPUtime=0 cores=5,7
/proc/710609/task/710628/stat : 710628 (Timer-0) S 710606 710609 709744 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141240668 19566772224 4088070 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 3171.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16352280 KiB

[startup+2742.3 s]
/proc/loadavg: 4.41 4.36 4.17 5/321 712298
/proc/meminfo: memFree=106271248/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=19108176 memory=16352296 CPUtime=3235.05 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 516767 0 0 0 322960 545 0 0 20 0 20 0 141240610 19566772224 4088074 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4777044 4088074 5990 1 0 4099473 0
[pid=710609/tid=710611] ppid=710606 vsize=19108176 memory=129 CPUtime=2446.22 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 4194368 191039 0 0 0 244502 120 0 0 20 0 20 0 141240610 19566772224 4088074 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 26 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=19108176 memory=16352268 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 141240613 19566772224 4088074 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=19108176 memory=16352280 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 558 0 0 0 0 0 0 0 20 0 20 0 141240614 19566772224 4088074 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710628] ppid=710606 vsize=19108176 memory=16352280 CPUtime=0 cores=5,7
/proc/710609/task/710628/stat : 710628 (Timer-0) S 710606 710609 709744 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141240668 19566772224 4088074 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 3235.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16352296 KiB

[startup+2802.3 s]
/proc/loadavg: 4.61 4.42 4.21 5/321 712308
/proc/meminfo: memFree=106168028/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=19108176 memory=16352300 CPUtime=3316.1 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 518255 0 0 0 331060 550 0 0 20 0 20 0 141240610 19566772224 4088075 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4777044 4088075 5990 1 0 4099473 0
[pid=710609/tid=710611] ppid=710606 vsize=19108176 memory=16352296 CPUtime=2492.14 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 4194368 191713 0 0 0 249094 120 0 0 20 0 20 0 141240610 19566772224 4088075 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 26 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=19108176 memory=16352296 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 141240613 19566772224 4088075 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=19108176 memory=16352384 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 558 0 0 0 0 0 0 0 20 0 20 0 141240614 19566772224 4088075 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710628] ppid=710606 vsize=19108176 memory=16352300 CPUtime=0 cores=5,7
/proc/710609/task/710628/stat : 710628 (Timer-0) S 710606 710609 709744 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141240668 19566772224 4088075 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 3316.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16352300 KiB

[startup+2862.3 s]
/proc/loadavg: 4.55 4.44 4.22 5/322 712333
/proc/meminfo: memFree=106159212/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=19108176 memory=16352316 CPUtime=3393.96 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 555538 0 0 0 338836 560 0 0 20 0 20 0 141240610 19566772224 4088079 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4777044 4088079 5990 1 0 4099473 0
[pid=710609/tid=710611] ppid=710606 vsize=19108176 memory=16352316 CPUtime=2546.38 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 4194368 215827 0 0 0 254516 122 0 0 20 0 20 0 141240610 19566772224 4088079 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 26 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=19108176 memory=16352296 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 141240613 19566772224 4088079 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=19108176 memory=16352316 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 604 0 0 0 0 0 0 0 20 0 20 0 141240614 19566772224 4088079 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710628] ppid=710606 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/710609/task/710628/stat : 710628 (Timer-0) S 710606 710609 709744 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141240668 19566772224 4088079 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 3393.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16352316 KiB

[startup+2922.3 s]
/proc/loadavg: 4.45 4.42 4.23 6/322 712344
/proc/meminfo: memFree=106011192/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=19108176 memory=16352316 CPUtime=3462.46 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 557338 0 0 0 345683 563 0 0 20 0 20 0 141240610 19566772224 4088079 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4777044 4088079 5990 1 0 4099473 0
[pid=710609/tid=710611] ppid=710606 vsize=19108176 memory=16352300 CPUtime=2600.86 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 4194368 217265 0 0 0 259964 122 0 0 20 0 20 0 141240610 19566772224 4088079 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 26 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=19108176 memory=16352316 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 141240613 19566772224 4088079 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=19108176 memory=16352316 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 604 0 0 0 0 0 0 0 20 0 20 0 141240614 19566772224 4088079 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710628] ppid=710606 vsize=19108176 memory=16352316 CPUtime=0 cores=5,7
/proc/710609/task/710628/stat : 710628 (Timer-0) S 710606 710609 709744 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141240668 19566772224 4088079 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 3462.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16352316 KiB

[startup+2982.3 s]
/proc/loadavg: 4.51 4.45 4.25 5/322 712354
/proc/meminfo: memFree=106010864/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=19108176 memory=16352344 CPUtime=3554.43 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 562359 0 0 0 354871 572 0 0 20 0 20 0 141240610 19566772224 4088086 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4777044 4088086 5990 1 0 4099481 0
[pid=710609/tid=710611] ppid=710606 vsize=19108176 memory=16352356 CPUtime=2647.21 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 4194368 218001 0 0 0 264599 122 0 0 20 0 20 0 141240610 19566772224 4088086 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 26 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=19108176 memory=16352316 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 141240613 19566772224 4088086 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=19108176 memory=16352344 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 610 0 0 0 0 0 0 0 20 0 20 0 141240614 19566772224 4088086 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710628] ppid=710606 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/710609/task/710628/stat : 710628 (Timer-0) S 710606 710609 709744 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141240668 19566772224 4088086 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 3554.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16352344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3025 s]*
/proc/loadavg: 4.33 4.40 4.25 5/320 712362
/proc/meminfo: memFree=106010656/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=19108176 memory=16352344 CPUtime=3600.07 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 563433 0 0 0 359432 575 0 0 20 0 20 0 141240610 19566772224 4088086 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4777044 4088086 5990 1 0 4099481 0
[pid=710609/tid=710611] ppid=710606 vsize=19108176 memory=3191804947443636 CPUtime=2686.32 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 4194368 218883 0 0 0 268510 122 0 0 20 0 20 0 141240610 19566772224 4088086 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=19108176 memory=3191804947443637 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 141240613 19566772224 4088086 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=19108176 memory=-4421386513461438822 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 610 0 0 0 0 0 0 0 20 0 20 0 141240614 19566772224 4088086 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710628] ppid=710606 vsize=19108176 memory=32636 CPUtime=0 cores=5,7
/proc/710609/task/710628/stat : 710628 (Timer-0) S 710606 710609 709744 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 141240668 19566772224 4088086 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16352344 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.88 s, system=5.83271 s

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

[startup+3025.2 s]
/proc/loadavg: 4.33 4.40 4.25 5/320 712362
/proc/meminfo: memFree=106010656/131655788 swapFree=131071996/131071996
[pid=710609] ppid=710606 vsize=19307868 memory=16352872 CPUtime=3600.44 cores=5,7
/proc/710609/stat : 710609 (java) S 710606 710609 709744 0 -1 1077936128 565554 0 0 0 359469 575 0 0 20 0 21 0 141240610 19771256832 4088218 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
/proc/710609/statm: 4826967 4088218 5989 1 0 4100370 0
[pid=710609/tid=710611] ppid=710606 vsize=19307868 memory=2878668 CPUtime=2686.5 cores=5,7
/proc/710609/task/710611/stat : 710611 (java) R 710606 710609 709744 0 -1 4194368 218961 0 0 0 268528 122 0 0 20 0 21 0 141240610 19771256832 4088218 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710620] ppid=710606 vsize=19307868 memory=2700 CPUtime=0 cores=5,7
/proc/710609/task/710620/stat : 710620 (Finalizer) S 710606 710609 709744 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 141240613 19771256832 4088218 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
[pid=710609/tid=710627] ppid=710606 vsize=19307868 memory=5032 CPUtime=0 cores=5,7
/proc/710609/task/710627/stat : 710627 (Common-Cleaner) S 710606 710609 709744 0 -1 1077936192 610 0 0 0 0 0 0 0 20 0 21 0 141240614 19771256832 4088218 134679101440 94613137014784 94613137018480 140728639072768 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94613137026296 94613137027088 94613159747584 140728639075365 140728639075455 140728639075455 140728639082440 0
Current children cumulated CPU time: 3600.44 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 16352872 KiB

[startup+3025.35 s]*
/proc/loadavg: 4.33 4.40 4.25 5/302 712365
/proc/meminfo: memFree=121947372/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3025.39
CPU time (s): 3600.71
CPU user time (s): 3594.88
CPU system time (s): 5.83271
CPU usage (%): 119.016
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 16352872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.88
system time used= 5.83271
maximum resident set size= 16353612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 565854
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107486
involuntary context switches= 34479


# summary of solver processes directly reported to runsolver:
#   pid: 710609
#   total CPU time (s): 3600.71
#   total CPU user time (s): 3594.88
#   total CPU system time (s): 5.83271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3315 second user time and 25.0202 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-13 19:13:45
IDJOB=4424913
IDBENCH=144115
IDSOLVER=3037
FILE ID=nodeC010/4424913-1720890813
RUNJOBID= nodeC010-1720890800-709757
SLURM_JOB_ID= 7485814
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/coloring/normalized-le450-5a-2_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424913-1720890813/watcher-4424913-1720890813 -o /tmp/evaluation-result-4424913-1720890813/solver-4424913-1720890813 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1720890800-709757 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424913-1720890813.wbo

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

MD5SUM BENCH= 6c085f75a45f8dc628de423430f6f9d1
RANDOM SEED=976238360

nodeC010.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	: 0xb00001f
cpu MHz		: 1197.340
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 invpcid_single pti 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	: 6983.51
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		: 1465.170
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 invpcid_single pti 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	: 6983.31
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		: 3678.383
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 invpcid_single pti 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	: 6983.51
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		: 2655.899
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 invpcid_single pti 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	: 6983.31
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		: 3678.663
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 invpcid_single pti 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	: 6983.51
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		: 3552.226
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 invpcid_single pti 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	: 6983.31
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.260
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 invpcid_single pti 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	: 6983.51
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		: 1197.175
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 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129480288 kB
MemAvailable:   129434508 kB
Buffers:          328068 kB
Cached:           474640 kB
SwapCached:            0 kB
Active:           482496 kB
Inactive:        1190984 kB
Active(anon):       1464 kB
Inactive(anon):   907004 kB
Active(file):     481032 kB
Inactive(file):   283980 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1192 kB
Writeback:             0 kB
AnonPages:        870768 kB
Mapped:           122292 kB
Shmem:             37704 kB
KReclaimable:      58476 kB
Slab:             148528 kB
SReclaimable:      58476 kB
SUnreclaim:        90052 kB
KernelStack:        4828 kB
PageTables:        11908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7257588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            46016 kB
HardwareCorrupted:     0 kB
AnonHugePages:    630784 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:      162632 kB
DirectMap2M:     9179136 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC010 at 2024-07-13 20:04:11