Trace number 4457655

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 2024 2024-07-07SAT (TO)-48992 3600.37 3639.43

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/
subset_sum/normalized-knapPI_6_200_10000_5_-48992.opb
MD5SUMa84e76f0e449bb256266dd60911e5184
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 benchmark-48992
Best CPU time to get the best result obtained on this benchmark0.01426
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1000
Maximum length of a constraint1000
Number of terms in the objective function 1000
Biggest coefficient in the objective function 9984
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 5085234
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 48992
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 5134226
Number of bits of the biggest sum of numbers23
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.13	--- Begin Solver configuration ---
0.14/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.13	Learn all clauses as in MiniSAT
0.14/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	Expensive reason simplification
0.14/0.13	Glucose 2.1 dynamic restart strategy
0.14/0.13	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.13	timeout=2147483s
0.14/0.13	DB Simplification allowed=false
0.14/0.13	Listener: none
0.14/0.13	--- End Solver configuration ---
0.14/0.13	c Pseudo Boolean Optimization by upper bound
0.14/0.13	c --- Begin Solver configuration ---
0.14/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.13	c Learn all clauses as in MiniSAT
0.14/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	c Expensive reason simplification
0.14/0.13	c Glucose 2.1 dynamic restart strategy
0.14/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.13	c timeout=2147483s
0.14/0.13	c DB Simplification allowed=false
0.14/0.13	c Listener: none
0.14/0.13	c --- End Solver configuration ---
0.14/0.13	c solving HOME/instance-4457655-1721886867.opb
0.14/0.13	c reading problem ... 
0.18/0.38	c using VERIPB proof format
0.18/0.38	c  objective function found
0.23/0.41	c ... done. Wall clock time 0.282s.
0.23/0.41	c declared #vars     1000
0.23/0.41	c #constraints  1
0.23/0.41	c constraints type 
0.23/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.23/0.41	c 1 constraints processed.
0.23/0.42	c objective function length is 1000 literals
0.23/0.44	c SATISFIABLE
0.23/0.44	c OPTIMIZING...
0.23/0.44	c Got one! Elapsed wall clock time (in seconds):0.307
0.23/0.44	o -48976
0.23/0.46	c Got one! Elapsed wall clock time (in seconds):0.335
0.23/0.46	o -48990
0.23/0.49	c Got one! Elapsed wall clock time (in seconds):0.35
0.23/0.49	o -48992
5.59/3.87	c cleaning 2501 clauses out of 5002 with flag 10002/5002
8.89/11.10	c cleaning 4251 clauses out of 8502 with flag 22004/11003
13.20/14.92	c cleaning 5624 clauses out of 11251 with flag 36007/18003
17.91/19.43	c cleaning 6814 clauses out of 13628 with flag 52009/26004
23.73/24.98	c cleaning 7905 clauses out of 15812 with flag 70005/35002
31.23/32.03	c cleaning 8946 clauses out of 17908 with flag 90007/45003
38.06/38.54	c cleaning 9980 clauses out of 19961 with flag 112005/56002
46.26/102.22	c cleaning 10990 clauses out of 21981 with flag 136005/68002
55.24/110.91	c cleaning 11996 clauses out of 23993 with flag 162009/81004
65.26/120.70	c cleaning 12997 clauses out of 25995 with flag 190005/95002
77.07/132.18	c cleaning 13998 clauses out of 27999 with flag 220007/110003
88.72/143.41	c cleaning 14999 clauses out of 30000 with flag 252005/126002
103.69/158.33	c cleaning 16002 clauses out of 32005 with flag 286013/143006
120.75/174.73	c cleaning 16999 clauses out of 33999 with flag 322005/161002
137.20/191.13	c cleaning 18003 clauses out of 36007 with flag 360019/180009
150.70/203.90	c cleaning 19000 clauses out of 38004 with flag 400019/200009
163.11/215.84	c cleaning 19998 clauses out of 39997 with flag 442005/221002
176.53/229.05	c cleaning 20996 clauses out of 42002 with flag 486011/243005
192.96/245.28	c cleaning 21999 clauses out of 44004 with flag 532007/266003
212.08/262.78	c cleaning 23001 clauses out of 46004 with flag 580005/290002
230.02/280.40	c cleaning 24005 clauses out of 48009 with flag 630017/315008
249.68/299.73	c cleaning 24999 clauses out of 49999 with flag 682008/341003
274.91/324.46	c cleaning 25999 clauses out of 51999 with flag 736006/368002
297.93/347.13	c cleaning 26991 clauses out of 54000 with flag 792007/396002
324.61/373.36	c cleaning 28003 clauses out of 56009 with flag 850007/425002
353.57/401.70	c cleaning 29002 clauses out of 58006 with flag 910007/455002
379.05/426.69	c cleaning 30003 clauses out of 60005 with flag 972009/486003
407.41/454.37	c cleaning 31000 clauses out of 62002 with flag 1036009/518003
439.56/485.88	c cleaning 31996 clauses out of 64002 with flag 1102009/551003
476.97/522.29	c cleaning 33002 clauses out of 66006 with flag 1170009/585003
512.08/556.67	c cleaning 33993 clauses out of 68004 with flag 1240009/620003
551.20/595.29	c cleaning 35004 clauses out of 70010 with flag 1312007/656002
593.53/637.01	c cleaning 36003 clauses out of 72008 with flag 1386012/693004
637.70/683.97	c cleaning 37000 clauses out of 74003 with flag 1462009/731002
687.42/733.16	c cleaning 38001 clauses out of 76004 with flag 1540011/770003
735.56/781.10	c cleaning 38999 clauses out of 78003 with flag 1620011/810003
792.12/834.72	c cleaning 40000 clauses out of 80004 with flag 1702012/851003
851.27/893.16	c cleaning 41002 clauses out of 82004 with flag 1786012/893003
909.95/961.46	c cleaning 42000 clauses out of 84001 with flag 1872010/936002
966.60/1029.64	c cleaning 42997 clauses out of 86001 with flag 1960010/980002
1018.98/1081.58	c cleaning 43997 clauses out of 88009 with flag 2050020/1025007
1074.11/1136.35	c cleaning 45003 clauses out of 90007 with flag 2142010/1071002
1135.73/1197.65	c cleaning 46002 clauses out of 92007 with flag 2236016/1118005
1190.34/1251.45	c cleaning 46993 clauses out of 94003 with flag 2332013/1166003
1253.91/1314.35	c cleaning 48004 clauses out of 96009 with flag 2430012/1215002
1311.90/1371.66	c cleaning 48996 clauses out of 98008 with flag 2530018/1265005
1378.38/1435.58	c cleaning 49998 clauses out of 100010 with flag 2632014/1316003
1446.22/1503.10	c cleaning 50996 clauses out of 102012 with flag 2736015/1368003
1513.10/1569.61	c cleaning 52006 clauses out of 104016 with flag 2842016/1421003
1584.01/1640.03	c cleaning 53002 clauses out of 106009 with flag 2950014/1475002
1661.43/1718.04	c cleaning 54002 clauses out of 108007 with flag 3060014/1530002
1736.27/1793.07	c cleaning 55001 clauses out of 110005 with flag 3172015/1586002
1810.56/1867.45	c cleaning 55998 clauses out of 112006 with flag 3286019/1643004
1896.74/1954.37	c cleaning 56997 clauses out of 114006 with flag 3402017/1701002
1984.03/2038.90	c cleaning 57996 clauses out of 116011 with flag 3520021/1760004
2074.29/2128.53	c cleaning 59005 clauses out of 118013 with flag 3640017/1820002
2164.47/2218.24	c cleaning 60003 clauses out of 120008 with flag 3762017/1881002
2247.71/2301.15	c cleaning 60999 clauses out of 122005 with flag 3886017/1943002
2335.33/2390.60	c cleaning 61986 clauses out of 124007 with flag 4012019/2006003
2440.62/2495.09	c cleaning 63001 clauses out of 126021 with flag 4140019/2070003
2541.08/2594.88	c cleaning 64004 clauses out of 128020 with flag 4270019/2135003
2653.40/2702.65	c cleaning 65007 clauses out of 130016 with flag 4402019/2201003
2754.00/2802.27	c cleaning 66002 clauses out of 132009 with flag 4536020/2268003
2866.07/2913.36	c cleaning 67001 clauses out of 134008 with flag 4672024/2336004
2976.92/3023.40	c cleaning 67999 clauses out of 136005 with flag 4810020/2405002
3085.55/3131.17	c cleaning 69002 clauses out of 138007 with flag 4950025/2475003
3211.88/3256.59	c cleaning 70003 clauses out of 140007 with flag 5092029/2546005
3331.40/3371.29	c cleaning 70994 clauses out of 142001 with flag 5236025/2618002
3443.70/3483.48	c cleaning 72005 clauses out of 144010 with flag 5382032/2691005
3563.15/3602.27	c cleaning 72996 clauses out of 146002 with flag 5530030/2765002
3600.08/3639.22	c starts		: 4
3600.08/3639.22	c conflicts		: 2791709
3600.08/3639.22	c decisions		: 2794365
3600.08/3639.22	c propagations		: 16786420
3600.08/3639.22	c inspects		: 4144743384
3600.08/3639.22	c shortcuts		: 0
3600.08/3639.22	c learnt literals	: 0
3600.08/3639.22	c learnt binary clauses	: 0
3600.08/3639.22	c learnt ternary clauses	: 0
3600.08/3639.22	c learnt constraints	: 2791709
3600.08/3639.22	c ignored constraints	: 0
3600.08/3639.22	c root simplifications	: 0
3600.08/3639.22	c removed literals (reason simplification)	: 65817465
3600.08/3639.22	c reason swapping (by a shorter reason)	: 0
3600.08/3639.22	c Calls to reduceDB	: 70
3600.08/3639.22	c Number of update (reduction) of LBD	: 25
3600.08/3639.22	c Imported unit clauses	: 0
3600.08/3639.22	c No decision after first conflict	: false
3600.08/3639.22	c number of reductions to clauses (during analyze)	: 0
3600.08/3639.22	c number of learned constraints concerned by reduction	: 0
3600.08/3639.22	c number of learning phase by resolution	: 0
3600.08/3639.22	c number of learning phase by cutting planes	: 0
3600.08/3639.22	c number of rounding to 1 operations	: 0
3600.08/3639.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3639.22	c number of reductions of the coefficients by power 2 	: 0
3600.08/3639.22	c number of right shift for reduction by power 2 	: 0
3600.08/3639.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3639.22	c number of ending skipping 	: 0
3600.08/3639.22	c number of internal skipping 	: 0
3600.08/3639.22	c number of derivation steps 	: 0
3600.08/3639.22	c number of skipped derivation steps 	: 0
3600.08/3639.22	c number of remaining unassigned 	: 0
3600.08/3639.22	c number of remaining assigned 	: 0
3600.08/3639.22	c number of falsified literals weakened from reason	: 0
3600.08/3639.22	c number of falsified literals weakened from conflict	: 0
3600.08/3639.22	c time for arithmetic operations	: 0
3600.08/3639.22	c minimum degree of deleted constraints	: null
3600.08/3639.22	c maximum degree of deleted constraints	: null
3600.08/3639.22	c number of deleted constraints	: 0
3600.08/3639.22	c speed (assignments/second)	: 4613.189886302802
3600.08/3639.23	c non guided choices	: 0
3600.08/3639.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 99713
3600.08/3639.28	s SATISFIABLE
3600.08/3639.28	c Found 3 solution(s)
3600.08/3639.28	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 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 x920 -x921 -x922 -x923 -x924 -x925 x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 x990 -x991 x992 -x993 -x994 x995 -x996 -x997 -x998 x999 -x1000 
3600.08/3639.30	c objective function=-48992
3600.08/3639.30	c Total wall clock time (in seconds): 3639.171

Verifier Data

OK	-48992

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: 63968 MiB (56884 MiB free)
  memory of node 1: 64473 MiB (57400 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4457655-1721886867/watcher-4457655-1721886867 -o /tmp/evaluation-result-4457655-1721886867/solver-4457655-1721886867 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721886864-277997 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4457655-1721886867 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4457655-1721886867.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Current StackSize limit: 8192 KiB

solver pid=278184, runsolver pid=278181

[startup+0.104636 s]*
/proc/loadavg: 3.07 3.79 4.00 11/332 278202
/proc/meminfo: memFree=116963624/131524600 swapFree=131071728/131071996
[pid=278184] ppid=278181 vsize=18975048 memory=65288 CPUtime=0.14 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 7246 0 0 0 12 2 0 0 20 0 18 0 25209656 19430449152 16322 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4743762 16322 5651 1 0 549379 0
[pid=278184/tid=278186] ppid=278181 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) R 278181 278184 277987 0 -1 1078198336 5777 0 0 0 7 1 0 0 20 0 18 0 25209657 19430449152 16322 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25209659 19430449152 16322 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=18975048 memory=14130048089961189 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 25209660 19430449152 16322 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65288 KiB

[startup+0.205759 s]*
/proc/loadavg: 3.07 3.79 4.00 9/332 278202
/proc/meminfo: memFree=116951208/131524600 swapFree=131071728/131071996
[pid=278184] ppid=278181 vsize=18975048 memory=66632 CPUtime=0.18 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 7449 0 0 0 16 2 0 0 20 0 18 0 25209656 19430449152 16658 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4743762 16658 5815 1 0 549484 0
[pid=278184/tid=278186] ppid=278181 vsize=18975048 memory=4782652875487838339 CPUtime=0.1 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) D 278181 278184 277987 0 -1 1078198336 5882 0 0 0 9 1 0 0 20 0 18 0 25209657 19430449152 16658 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=18975048 memory=770575 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25209659 19430449152 16658 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=18975048 memory=15816698926204594 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 25209660 19430449152 16658 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66632 KiB

[startup+0.305565 s]*
/proc/loadavg: 3.07 3.79 4.00 7/332 278202
/proc/meminfo: memFree=116948020/131524600 swapFree=131071728/131071996
[pid=278184] ppid=278181 vsize=18975048 memory=66632 CPUtime=0.18 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 7451 0 0 0 16 2 0 0 20 0 18 0 25209656 19430449152 16658 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4743762 16658 5815 1 0 549484 0
[pid=278184/tid=278186] ppid=278181 vsize=18975048 memory=-9103298101751030460 CPUtime=0.1 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) D 278181 278184 277987 0 -1 1078198336 5884 0 0 0 9 1 0 0 20 0 18 0 25209657 19430449152 16658 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25209659 19430449152 16658 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 25209660 19430449152 16658 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66632 KiB

[startup+0.705365 s]
/proc/loadavg: 3.07 3.79 4.00 10/333 278203
/proc/meminfo: memFree=116814564/131524600 swapFree=131071728/131071996
[pid=278184] ppid=278181 vsize=19041612 memory=132396 CPUtime=0.8 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 11498 0 0 0 76 4 0 0 20 0 19 0 25209656 19498610688 33099 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4760403 33099 5864 1 0 552121 0
[pid=278184/tid=278186] ppid=278181 vsize=19041612 memory=5592 CPUtime=0.41 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) R 278181 278184 277987 0 -1 4194368 6120 0 0 0 38 3 0 0 20 0 19 0 25209657 19498610688 33099 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=19041612 memory=12264 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25209659 19498610688 33099 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=19041612 memory=7235542809611511372 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 25209660 19498610688 33099 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278203] ppid=278181 vsize=19041612 memory=281058767860712 CPUtime=0 cores=0,2
/proc/278184/task/278203/stat : 278203 (Timer-0) S 278181 278184 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 25209699 19498610688 33099 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 0.8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 132396 KiB

[startup+1.50034 s]
/proc/loadavg: 3.07 3.79 4.00 8/334 278204
/proc/meminfo: memFree=116383116/131524600 swapFree=131071728/131071996
[pid=278184] ppid=278181 vsize=19108176 memory=194804 CPUtime=2.34 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 16619 0 0 0 228 6 0 0 20 0 20 0 25209656 19566772224 48701 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4777044 48701 5928 1 0 553317 0
[pid=278184/tid=278186] ppid=278181 vsize=19108176 memory=12264 CPUtime=1.12 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) R 278181 278184 277987 0 -1 4194368 6538 0 0 0 108 4 0 0 20 0 20 0 25209657 19566772224 48701 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25209659 19566772224 48701 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 25209660 19566772224 48701 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278203] ppid=278181 vsize=19108176 memory=281058767709456 CPUtime=0 cores=0,2
/proc/278184/task/278203/stat : 278203 (Timer-0) S 278181 278184 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25209699 19566772224 48701 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194804 KiB

[startup+3.10562 s]
/proc/loadavg: 3.07 3.79 4.00 6/334 278204
/proc/meminfo: memFree=115113272/131524600 swapFree=131071728/131071996
[pid=278184] ppid=278181 vsize=19108176 memory=432840 CPUtime=4.71 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 20785 0 0 0 458 13 0 0 20 0 20 0 25209656 19566772224 108210 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4777044 108210 5928 1 0 860626 0
[pid=278184/tid=278186] ppid=278181 vsize=19108176 memory=0 CPUtime=2.54 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) R 278181 278184 277987 0 -1 4194368 7027 0 0 0 246 8 0 0 20 0 20 0 25209657 19566772224 108210 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=19108176 memory=12264 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25209659 19566772224 108210 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 25209660 19566772224 108210 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278203] ppid=278181 vsize=19108176 memory=11616 CPUtime=0 cores=0,2
/proc/278184/task/278203/stat : 278203 (Timer-0) S 278181 278184 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25209699 19566772224 108210 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 4.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 432840 KiB

[startup+6.30021 s]
/proc/loadavg: 3.14 3.79 4.00 3/335 278205
/proc/meminfo: memFree=113638468/131524600 swapFree=131071728/131071996
[pid=278184] ppid=278181 vsize=19108176 memory=758192 CPUtime=5.94 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 22509 0 0 0 573 21 0 0 20 0 20 0 25209656 19566772224 189548 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4777044 189548 5928 1 0 1506122 0
[pid=278184/tid=278186] ppid=278181 vsize=19108176 memory=0 CPUtime=3.37 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) D 278181 278184 277987 0 -1 4194368 7881 0 0 0 322 15 0 0 20 0 20 0 25209657 19566772224 189548 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=19108176 memory=5450909891216438826 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25209659 19566772224 189548 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=19108176 memory=12264 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 25209660 19566772224 189548 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278203] ppid=278181 vsize=19108176 memory=-9103298101751030460 CPUtime=0 cores=0,2
/proc/278184/task/278203/stat : 278203 (Timer-0) S 278181 278184 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25209699 19566772224 189548 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 758192 KiB

[startup+12.7003 s]
/proc/loadavg: 3.21 3.80 4.00 6/335 278207
/proc/meminfo: memFree=111101304/131524600 swapFree=131071728/131071996
[pid=278184] ppid=278181 vsize=19108176 memory=1523504 CPUtime=10.6 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 23839 0 0 0 1019 41 0 0 20 0 20 0 25209656 19566772224 380876 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4777044 380876 5928 1 0 1706650 0
[pid=278184/tid=278186] ppid=278181 vsize=19108176 memory=12264 CPUtime=7.29 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) R 278181 278184 277987 0 -1 4194368 8207 0 0 0 700 29 0 0 20 0 20 0 25209657 19566772224 380876 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 443 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=19108176 memory=-9103298101751030460 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25209659 19566772224 380876 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=19108176 memory=1118048 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 25209660 19566772224 380876 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278203] ppid=278181 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/278184/task/278203/stat : 278203 (Timer-0) S 278181 278184 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25209699 19566772224 380876 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 10.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1523504 KiB

[startup+25.5003 s]
/proc/loadavg: 3.39 3.81 4.00 6/335 278209
/proc/meminfo: memFree=107295044/131524600 swapFree=131071728/131071996
[pid=278184] ppid=278181 vsize=19108176 memory=2889840 CPUtime=24.32 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 26283 0 0 0 2352 80 0 0 20 0 20 0 25209656 19566772224 722460 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4777044 722460 5928 1 0 1852878 0
[pid=278184/tid=278186] ppid=278181 vsize=19108176 memory=2306824 CPUtime=19.33 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) R 278181 278184 277987 0 -1 4194368 9035 0 0 0 1873 60 0 0 20 0 20 0 25209657 19566772224 722460 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 443 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=19108176 memory=2306824 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25209659 19566772224 722460 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=19108176 memory=68 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 25209660 19566772224 722460 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278203] ppid=278181 vsize=19108176 memory=-9103298101751030460 CPUtime=0 cores=0,2
/proc/278184/task/278203/stat : 278203 (Timer-0) S 278181 278184 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25209699 19566772224 722460 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 24.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2889840 KiB

[startup+51.1047 s]
/proc/loadavg: 3.73 3.86 4.01 2/336 278214
/proc/meminfo: memFree=100188512/131524600 swapFree=131071728/131071996
[pid=278184] ppid=278181 vsize=19108176 memory=3350460 CPUtime=39.52 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 32462 0 0 0 3850 102 0 0 20 0 20 0 25209656 19566772224 837615 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4777044 837615 5928 1 0 1852889 0
[pid=278184/tid=278186] ppid=278181 vsize=19108176 memory=3264444 CPUtime=33.01 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) D 278181 278184 277987 0 -1 4194368 10530 0 0 0 3228 73 0 0 20 0 20 0 25209657 19566772224 837615 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 443 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=19108176 memory=3350460 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25209659 19566772224 837615 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0

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

/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25209659 19566772224 3997323 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=19108176 memory=15989292 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 3314 0 0 0 0 0 0 0 20 0 20 0 25209660 19566772224 3997323 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278203] ppid=278181 vsize=19108176 memory=15989292 CPUtime=0 cores=0,2
/proc/278184/task/278203/stat : 278203 (Timer-0) S 278181 278184 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25209699 19566772224 3997323 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 3177.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15989292 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.48 4.53 5/339 280128
/proc/meminfo: memFree=41349640/131524600 swapFree=131061696/131071996
[pid=278184] ppid=278181 vsize=19108176 memory=15989304 CPUtime=3237.65 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 3799650 0 0 0 321183 2582 0 0 20 0 20 0 25209656 19566772224 3997326 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4777044 3997326 5943 1 0 4011940 0
[pid=278184/tid=278186] ppid=278181 vsize=19108176 memory=15989292 CPUtime=3070.06 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) R 278181 278184 277987 0 -1 4194368 3261337 0 0 0 304692 2314 0 0 20 0 20 0 25209657 19566772224 3997326 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 11365 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=19108176 memory=2028 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25209659 19566772224 3997326 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=19108176 memory=11616 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 3314 0 0 0 0 0 0 0 20 0 20 0 25209660 19566772224 3997326 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278203] ppid=278181 vsize=19108176 memory=25656 CPUtime=0 cores=0,2
/proc/278184/task/278203/stat : 278203 (Timer-0) S 278181 278184 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25209699 19566772224 3997326 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 3237.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15989304 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.45 4.52 5/339 280139
/proc/meminfo: memFree=40042680/131524600 swapFree=131061696/131071996
[pid=278184] ppid=278181 vsize=19108176 memory=16240052 CPUtime=3302.16 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 4145490 0 0 0 327566 2650 0 0 20 0 20 0 25209656 19566772224 4060013 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4777044 4060013 5943 1 0 4074719 0
[pid=278184/tid=278186] ppid=278181 vsize=19108176 memory=15989232 CPUtime=3128.16 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) R 278181 278184 277987 0 -1 4194368 3555254 0 0 0 310440 2376 0 0 20 0 20 0 25209657 19566772224 4060013 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11385 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=19108176 memory=16240052 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25209659 19566772224 4060013 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=19108176 memory=11616 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 3316 0 0 0 0 0 0 0 20 0 20 0 25209660 19566772224 4060013 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278203] ppid=278181 vsize=19108176 memory=5664 CPUtime=0 cores=0,2
/proc/278184/task/278203/stat : 278203 (Timer-0) S 278181 278184 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25209699 19566772224 4060013 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 3302.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16240052 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.40 4.49 5/341 280221
/proc/meminfo: memFree=81931092/131524600 swapFree=131061696/131071996
[pid=278184] ppid=278181 vsize=19108176 memory=16240076 CPUtime=3363.28 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 4148713 0 0 0 333642 2686 0 0 20 0 20 0 25209656 19566772224 4060019 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4777044 4060019 5943 1 0 4074719 0
[pid=278184/tid=278186] ppid=278181 vsize=19108176 memory=74032 CPUtime=3186.05 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) R 278181 278184 277987 0 -1 4194368 3556142 0 0 0 316197 2408 0 0 20 0 20 0 25209657 19566772224 4060019 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 11411 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=19108176 memory=16240076 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25209659 19566772224 4060019 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=19108176 memory=74032 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 3376 0 0 0 0 0 0 0 20 0 20 0 25209660 19566772224 4060019 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278203] ppid=278181 vsize=19108176 memory=16240076 CPUtime=0 cores=0,2
/proc/278184/task/278203/stat : 278203 (Timer-0) S 278181 278184 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25209699 19566772224 4060019 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 3363.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16240076 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.37 4.47 5/317 280262
/proc/meminfo: memFree=81616728/131524600 swapFree=131061696/131071996
[pid=278184] ppid=278181 vsize=19108176 memory=16240108 CPUtime=3422.48 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 4153105 0 0 0 339531 2717 0 0 20 0 20 0 25209656 19566772224 4060027 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4777044 4060027 5943 1 0 4074719 0
[pid=278184/tid=278186] ppid=278181 vsize=19108176 memory=11616 CPUtime=3243.2 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) R 278181 278184 277987 0 -1 4194368 3560242 0 0 0 321883 2437 0 0 20 0 20 0 25209657 19566772224 4060027 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11559 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=19108176 memory=11616 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25209659 19566772224 4060027 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=19108176 memory=16240108 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 3376 0 0 0 0 0 0 0 20 0 20 0 25209660 19566772224 4060027 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278203] ppid=278181 vsize=19108176 memory=11616 CPUtime=0 cores=0,2
/proc/278184/task/278203/stat : 278203 (Timer-0) S 278181 278184 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25209699 19566772224 4060027 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 3422.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16240108 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.35 4.46 5/341 280311
/proc/meminfo: memFree=79142124/131524600 swapFree=131061696/131071996
[pid=278184] ppid=278181 vsize=19108176 memory=16240120 CPUtime=3482.47 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 4458022 0 0 0 345471 2776 0 0 20 0 20 0 25209656 19566772224 4060030 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4777044 4060030 5943 1 0 4074719 0
[pid=278184/tid=278186] ppid=278181 vsize=19108176 memory=16240120 CPUtime=3301.33 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) R 278181 278184 277987 0 -1 4194368 3837871 0 0 0 327640 2493 0 0 20 0 20 0 25209657 19566772224 4060030 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 11591 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=19108176 memory=16240120 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25209659 19566772224 4060030 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=19108176 memory=25656 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 3478 0 0 0 0 0 0 0 20 0 20 0 25209660 19566772224 4060030 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278203] ppid=278181 vsize=19108176 memory=16240120 CPUtime=0 cores=0,2
/proc/278184/task/278203/stat : 278203 (Timer-0) S 278181 278184 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25209699 19566772224 4060030 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 3482.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16240120 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.33 4.45 5/338 280322
/proc/meminfo: memFree=77056236/131524600 swapFree=131061696/131071996
[pid=278184] ppid=278181 vsize=19108176 memory=16240188 CPUtime=3542.93 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 4514683 0 0 0 351480 2813 0 0 20 0 20 0 25209656 19566772224 4060047 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4777044 4060047 5943 1 0 4074719 0
[pid=278184/tid=278186] ppid=278181 vsize=19108176 memory=16240168 CPUtime=3359.3 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) R 278181 278184 277987 0 -1 4194368 3893924 0 0 0 333402 2528 0 0 20 0 20 0 25209657 19566772224 4060047 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11627 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=19108176 memory=5592 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25209659 19566772224 4060047 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=19108176 memory=16240188 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 3479 0 0 0 0 0 0 0 20 0 20 0 25209660 19566772224 4060047 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278203] ppid=278181 vsize=19108176 memory=16240188 CPUtime=0 cores=0,2
/proc/278184/task/278203/stat : 278203 (Timer-0) S 278181 278184 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25209699 19566772224 4060047 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 3542.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16240188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3639.2 s]
/proc/loadavg: 4.13 4.29 4.43 6/337 280333
/proc/meminfo: memFree=75882080/131524600 swapFree=131061696/131071996
[pid=278184] ppid=278181 vsize=19108176 memory=16240212 CPUtime=3600.08 cores=0,2
/proc/278184/stat : 278184 (java) S 278181 278184 277987 0 -1 1077936128 4768150 0 0 0 357149 2859 0 0 20 0 20 0 25209656 19566772224 4060053 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
/proc/278184/statm: 4777044 4060053 5943 1 0 4074719 0
[pid=278184/tid=278186] ppid=278181 vsize=19108176 memory=16240212 CPUtime=3414.53 cores=0,2
/proc/278184/task/278186/stat : 278186 (java) R 278181 278184 277987 0 -1 4194368 4120455 0 0 0 338882 2571 0 0 20 0 20 0 25209657 19566772224 4060053 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 11665 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278195] ppid=278181 vsize=19108176 memory=16240212 CPUtime=0 cores=0,2
/proc/278184/task/278195/stat : 278195 (Finalizer) S 278181 278184 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25209659 19566772224 4060053 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278202] ppid=278181 vsize=19108176 memory=5592 CPUtime=0 cores=0,2
/proc/278184/task/278202/stat : 278202 (Common-Cleaner) S 278181 278184 277987 0 -1 1077936192 3544 0 0 0 0 0 0 0 20 0 20 0 25209660 19566772224 4060053 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
[pid=278184/tid=278203] ppid=278181 vsize=19108176 memory=16084 CPUtime=0 cores=0,2
/proc/278184/task/278203/stat : 278203 (Timer-0) S 278181 278184 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25209699 19566772224 4060053 134679101440 94338007695360 94338007699056 140726492900688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338007706872 94338007707664 94338040815616 140726492902315 140726492902497 140726492902497 140726492909512 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16240212 KiB

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

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

# cumulated CPU time of all completed processes:  user=3571.69 s, system=28.6836 s

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

[startup+3639.4 s]*
/proc/loadavg: 4.13 4.29 4.43 5/319 280336
/proc/meminfo: memFree=92124856/131524600 swapFree=131061696/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): 3639.43
CPU time (s): 3600.37
CPU user time (s): 3571.69
CPU system time (s): 28.6836
CPU usage (%): 98.9268
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 16240868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3571.69
system time used= 28.6836
maximum resident set size= 16241812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4771504
page faults= 0
swaps= 0
block input operations= 8
block output operations= 36689296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128380
involuntary context switches= 39474


# summary of solver processes directly reported to runsolver:
#   pid: 278184
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3571.69
#   total CPU system time (s): 28.6836

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.69731 second user time and 18.1667 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-25 07:54:27
IDJOB=4457655
IDBENCH=176641
IDSOLVER=3079
FILE ID=nodeC024/4457655-1721886867
RUNJOBID= nodeC024-1721886864-277997
SLURM_JOB_ID= 8089288
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/subset_sum/normalized-knapPI_6_200_10000_5_-48992.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4457655-1721886867/watcher-4457655-1721886867 -o /tmp/evaluation-result-4457655-1721886867/solver-4457655-1721886867 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721886864-277997 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4457655-1721886867 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4457655-1721886867.opb

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

MD5SUM BENCH= a84e76f0e449bb256266dd60911e5184
RANDOM SEED=2041220647

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		: 3633.471
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.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117035632 kB
MemAvailable:   129145180 kB
Buffers:          303136 kB
Cached:         12564468 kB
SwapCached:           92 kB
Active:          2711808 kB
Inactive:       11021024 kB
Active(anon):       1580 kB
Inactive(anon):   917420 kB
Active(file):    2710228 kB
Inactive(file): 10103604 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071728 kB
Dirty:             19932 kB
Writeback:            12 kB
AnonPages:        864316 kB
Mapped:           139944 kB
Shmem:             54012 kB
KReclaimable:     271076 kB
Slab:             393972 kB
SReclaimable:     271076 kB
SUnreclaim:       122896 kB
KernelStack:        5052 kB
PageTables:        11968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7200348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    505856 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:      408276 kB
DirectMap2M:    48648192 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC024 at 2024-07-25 08:55:06