Trace number 4459742

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 Cutting Planes 2024 2024-07-12SAT (TO)-121 3600.22 3579.88

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_1000_25_3.opb
MD5SUMfc228e1220654f2d8d37c5d03b9b5ad1
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-151
Best CPU time to get the best result obtained on this benchmark71326.5
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 constraints1000
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 constraints1000
Minimum length of a constraint25
Maximum length of a constraint47
Number of terms in the objective function 1000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31622
Sum of products size (including duplicates)63244
Number of different products15811
Sum of products size31622

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.11/0.10	c java.vm.vendor	Oracle Corporation
0.11/0.10	c sun.arch.data.model	64
0.11/0.10	c java.version		22.0.1
0.11/0.10	c os.name		Linux
0.11/0.10	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.10	c os.arch		amd64
0.11/0.10	c Free memory 		2106806208
0.11/0.10	c Max memory 		16282288128
0.11/0.10	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	 - never skip resolution steps
0.11/0.16	 - Auto-division on coefficients is disabled
0.11/0.16	 - No postprocessing
0.11/0.16	 - Conflict is considered as is when resolving
0.11/0.16	 - Use constraints as they come during conflict analysis
0.11/0.16	 - Weaken first using unassigned literals
0.11/0.16	 - Bump strategy: ALWAYS_ONE
0.11/0.16	 - Bumper: EFFECTIVE
0.11/0.16	--- Begin Solver configuration ---
0.11/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.11/0.16	Learn all clauses as in MiniSAT
0.11/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	No reason simplification
0.11/0.16	Dynamic restart strategy considering the size of the coefficients
0.11/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.11/0.16	timeout=2147483s
0.11/0.16	DB Simplification allowed=false
0.11/0.16	Listener: none
0.11/0.16	--- End Solver configuration ---
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: EFFECTIVE
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Dynamic restart strategy considering the size of the coefficients
0.11/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.17	c solving HOME/instance-4459742-1721939463.opb
0.11/0.17	c reading problem ... 
0.11/0.17	c  objective function found
1.41/0.80	c ... done. Wall clock time 0.636s.
1.41/0.80	c declared #vars     1000
1.41/0.80	c internal #vars     16811
1.41/0.80	c #constraints  33622
1.41/0.80	c constraints type 
1.41/0.80	c org.sat4j.specs.Constr$1 => 1000
1.41/0.80	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 15811
1.41/0.80	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
1.41/0.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15811
1.41/0.80	c 33622 constraints processed.
1.41/0.81	c objective function length is 1000 literals
1.41/0.89	c SATISFIABLE
1.41/0.89	c OPTIMIZING...
1.41/0.89	c Got one! Elapsed wall clock time (in seconds):0.727
1.41/0.89	o -100
1.78/1.00	c Got one! Elapsed wall clock time (in seconds):0.836
1.78/1.00	o -101
1.78/1.03	c Got one! Elapsed wall clock time (in seconds):0.872
1.78/1.03	o -102
1.99/1.12	c Got one! Elapsed wall clock time (in seconds):0.963
1.99/1.12	o -103
2.78/1.57	c Got one! Elapsed wall clock time (in seconds):1.406
2.78/1.58	o -110
4.94/2.65	c Got one! Elapsed wall clock time (in seconds):2.489
4.94/2.66	o -111
6.50/3.66	c Got one! Elapsed wall clock time (in seconds):3.5
6.50/3.66	o -112
7.50/4.45	c Got one! Elapsed wall clock time (in seconds):4.288
7.50/4.45	o -113
12.44/8.41	c Got one! Elapsed wall clock time (in seconds):8.247
12.44/8.41	o -114
15.08/11.10	c Got one! Elapsed wall clock time (in seconds):10.934
15.08/11.10	o -115
19.80/15.11	c Got one! Elapsed wall clock time (in seconds):14.952
19.80/15.11	o -116
23.79/19.03	c Got one! Elapsed wall clock time (in seconds):18.873
23.79/19.03	o -117
30.80/25.94	c Got one! Elapsed wall clock time (in seconds):25.774
30.80/25.94	o -118
124.51/119.09	c cleaning 4007 clauses out of 8021 with flag 0/8021
215.42/209.31	c cleaning 4998 clauses out of 10013 with flag 0/14020
362.54/355.33	c cleaning 5998 clauses out of 12015 with flag 0/21020
517.53/509.56	c Got one! Elapsed wall clock time (in seconds):509.398
517.53/509.56	o -119
706.50/697.68	c cleaning 9144 clauses out of 18287 with flag 0/33290
731.05/722.28	c Got one! Elapsed wall clock time (in seconds):722.114
731.05/722.28	o -120
899.01/889.58	c cleaning 7543 clauses out of 15102 with flag 0/39249
1064.62/1054.40	c cleaning 6772 clauses out of 13559 with flag 0/45249
1243.41/1232.26	c cleaning 6888 clauses out of 13787 with flag 0/52249
1470.41/1458.88	c cleaning 7446 clauses out of 14898 with flag 0/60248
1745.58/1733.67	c cleaning 8223 clauses out of 16454 with flag 0/69250
1988.99/1976.11	c Got one! Elapsed wall clock time (in seconds):1975.953
1988.99/1976.11	o -121
2234.88/2219.80	c cleaning 10529 clauses out of 21057 with flag 0/82076
2445.89/2430.09	c cleaning 8259 clauses out of 16529 with flag 0/88077
2654.87/2638.20	c cleaning 7629 clauses out of 15268 with flag 0/95075
2871.95/2854.69	c cleaning 7815 clauses out of 15639 with flag 0/103075
3144.92/3126.52	c cleaning 8403 clauses out of 16824 with flag 0/112075
3488.28/3469.06	c cleaning 9212 clauses out of 18423 with flag 0/122077
3600.09/3579.82	c starts		: 43
3600.09/3579.82	c conflicts		: 125785
3600.09/3579.82	c decisions		: 145313
3600.09/3579.84	c propagations		: 2549367
3600.09/3579.84	c inspects		: 1407460455
3600.09/3579.84	c shortcuts		: 0
3600.09/3579.84	c learnt literals	: 0
3600.09/3579.84	c learnt binary clauses	: 0
3600.09/3579.84	c learnt ternary clauses	: 0
3600.09/3579.84	c learnt constraints	: 125785
3600.09/3579.84	c ignored constraints	: 0
3600.09/3579.84	c root simplifications	: 0
3600.09/3579.84	c removed literals (reason simplification)	: 0
3600.09/3579.84	c reason swapping (by a shorter reason)	: 0
3600.09/3579.84	c Calls to reduceDB	: 15
3600.09/3579.84	c Number of update (reduction) of LBD	: 150815
3600.09/3579.84	c Imported unit clauses	: 0
3600.09/3579.84	c No decision after first conflict	: false
3600.09/3579.84	c number of reductions to clauses (during analyze)	: 0
3600.09/3579.84	c number of learned constraints concerned by reduction	: 0
3600.09/3579.84	c number of learning phase by resolution	: 0
3600.09/3579.84	c number of learning phase by cutting planes	: 0
3600.09/3579.84	c number of rounding to 1 operations	: 0
3600.09/3579.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3579.84	c number of reductions of the coefficients by power 2 	: 0
3600.09/3579.84	c number of right shift for reduction by power 2 	: 0
3600.09/3579.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3579.84	c number of ending skipping 	: 0
3600.09/3579.84	c number of internal skipping 	: 0
3600.09/3579.84	c number of derivation steps 	: 1004503
3600.09/3579.84	c number of skipped derivation steps 	: 0
3600.09/3579.84	c number of remaining unassigned 	: 682540
3600.09/3579.84	c number of remaining assigned 	: 338757395
3600.09/3579.84	c number of falsified literals weakened from reason	: 0
3600.09/3579.84	c number of falsified literals weakened from conflict	: 0
3600.09/3579.84	c time for arithmetic operations	: 17977926084
3600.09/3579.84	c minimum degree of deleted constraints	: 66
3600.09/3579.84	c maximum degree of deleted constraints	: 9149325164504324965148330207141199010731704362703482320423780169826203442199128912014383819556953913871636595249068176222901576145056182151368871745570045200700323626849936552683947637301859007518680268392696058718630495284329356571371548235738257509582552554068758726802913941760637744326886508253977743463228130906361164600530928421283924973912580053016430840318060311496266642369085612651827066181368843701776628716866405043917390509063299285762566513421272143820771794575293492055761501705160471253720787766624279658746037726607818811340183798453793978534304768319150151801229262475555036899402399968057134988445878306256240796230143080106753651977911256785178901537558972769903773573813401486503674046703224472701227790192689672902425531098982223216447729878364492913413578283140910312312682138387156626568585820321335635077408532482168356668343813523696683486779381887274165000
3600.09/3579.84	c number of deleted constraints	: 112866
3600.09/3579.84	c speed (assignments/second)	: 712.3131356002056
3600.09/3579.84	c non guided choices	: 0
3600.09/3579.85	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2011
3600.09/3579.85	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10908
3600.09/3579.85	s SATISFIABLE
3600.09/3579.85	c Found 16 solution(s)
3600.09/3579.85	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.09/3579.85	c objective function=-121
3600.09/3579.85	c Total wall clock time (in seconds): 3579.692

Verifier Data

OK	-121

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459742-1721939463/watcher-4459742-1721939463 -o /tmp/evaluation-result-4459742-1721939463/solver-4459742-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721939462-306192 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459742-1721939463.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=306314, runsolver pid=306311

[startup+0.101698 s]*
/proc/loadavg: 0.12 0.11 0.23 14/308 306334
/proc/meminfo: memFree=114918992/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=18975048 memory=60552 CPUtime=0.11 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 7104 0 0 0 9 2 0 0 20 0 18 0 30468789 19430449152 15138 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4743762 15138 5638 1 0 549237 0
[pid=306314/tid=306317] ppid=306311 vsize=18975048 memory=4026531959 CPUtime=0.07 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 5673 0 0 0 6 1 0 0 20 0 18 0 30468790 19430449152 15138 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=18975048 memory=224262046197 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30468794 19430449152 15138 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=18975048 memory=737213 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) S 306311 306314 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30468795 19430449152 15138 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60552 KiB

[startup+0.20666 s]*
/proc/loadavg: 0.12 0.11 0.23 9/308 306334
/proc/meminfo: memFree=114866724/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=18975048 memory=72036 CPUtime=0.3 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 7758 0 0 0 28 2 0 0 20 0 18 0 30468789 19430449152 18009 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4743762 18009 5833 1 0 549675 0
[pid=306314/tid=306317] ppid=306311 vsize=18975048 memory=7872697190685737277 CPUtime=0.16 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 1077936192 6064 0 0 0 15 1 0 0 20 0 18 0 30468790 19430449152 18009 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=18975048 memory=219966341476 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30468794 19430449152 18009 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=18975048 memory=13572595694649866 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) S 306311 306314 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30468795 19430449152 18009 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 72036 KiB

[startup+0.309651 s]*
/proc/loadavg: 0.12 0.11 0.23 12/309 306335
/proc/meminfo: memFree=114728980/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=19041612 memory=163680 CPUtime=0.5 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 8468 0 0 0 46 4 0 0 20 0 19 0 30468789 19498610688 40920 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4760403 40920 5861 1 0 550139 0
[pid=306314/tid=306317] ppid=306311 vsize=19041612 memory=-9105266236272059068 CPUtime=0.26 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 6122 0 0 0 23 3 0 0 20 0 19 0 30468790 19498610688 40920 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30468794 19498610688 40920 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) R 306311 306314 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30468795 19498610688 40920 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 163680 KiB

[startup+0.700763 s]
/proc/loadavg: 0.12 0.11 0.23 8/310 306352
/proc/meminfo: memFree=114578684/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=19041612 memory=591504 CPUtime=1.21 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 16818 0 0 0 108 13 0 0 20 0 19 0 30468789 19498610688 147876 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4760403 147876 5877 1 0 1125375 0
[pid=306314/tid=306317] ppid=306311 vsize=19041612 memory=5520 CPUtime=0.54 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 6317 0 0 0 44 10 0 0 20 0 19 0 30468790 19498610688 147876 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=19041612 memory=13048 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30468794 19498610688 147876 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) S 306311 306314 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30468795 19498610688 147876 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 591504 KiB

[startup+1.50477 s]
/proc/loadavg: 0.12 0.11 0.23 16/335 306394
/proc/meminfo: memFree=113938392/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=19108176 memory=602588 CPUtime=2.78 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 20651 0 0 0 264 14 0 0 20 0 20 0 30468789 19566772224 150647 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4777044 150647 5915 1 0 1127984 0
[pid=306314/tid=306317] ppid=306311 vsize=19108176 memory=13048 CPUtime=1.26 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 6463 0 0 0 116 10 0 0 20 0 20 0 30468790 19566772224 150647 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30468794 19566772224 150647 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) S 306311 306314 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30468795 19566772224 150647 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306392] ppid=306311 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/306314/task/306392/stat : 306392 (Timer-0) S 306311 306314 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30468873 19566772224 150647 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 602588 KiB

[startup+3.10676 s]
/proc/loadavg: 0.12 0.11 0.23 9/335 306394
/proc/meminfo: memFree=112174652/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=19108176 memory=788808 CPUtime=5.84 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 21130 0 0 0 566 18 0 0 20 0 20 0 30468789 19566772224 197202 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4777044 197202 5915 1 0 1128043 0
[pid=306314/tid=306317] ppid=306311 vsize=19108176 memory=0 CPUtime=2.8 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 6556 0 0 0 266 14 0 0 20 0 20 0 30468790 19566772224 197202 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=19108176 memory=11684 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30468794 19566772224 197202 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) S 306311 306314 306179 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30468795 19566772224 197202 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306392] ppid=306311 vsize=19108176 memory=13048 CPUtime=0 cores=5,7
/proc/306314/task/306392/stat : 306392 (Timer-0) S 306311 306314 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30468873 19566772224 197202 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 788808 KiB

[startup+6.30076 s]
/proc/loadavg: 0.67 0.23 0.27 7/335 306394
/proc/meminfo: memFree=110502912/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=19108176 memory=1479840 CPUtime=10.23 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 24129 0 0 0 990 33 0 0 20 0 20 0 30468789 19566772224 369960 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4777044 369960 5931 1 0 1769431 0
[pid=306314/tid=306317] ppid=306311 vsize=19108176 memory=0 CPUtime=5.84 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 6952 0 0 0 558 26 0 0 20 0 20 0 30468790 19566772224 369960 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=19108176 memory=13048 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30468794 19566772224 369960 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=19108176 memory=11684 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) S 306311 306314 306179 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 30468795 19566772224 369960 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306392] ppid=306311 vsize=19108176 memory=76892 CPUtime=0 cores=5,7
/proc/306314/task/306392/stat : 306392 (Timer-0) S 306311 306314 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30468873 19566772224 369960 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 10.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1479840 KiB

[startup+12.7008 s]
/proc/loadavg: 0.94 0.29 0.29 6/335 306396
/proc/meminfo: memFree=109494908/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=19108176 memory=1792932 CPUtime=17.13 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 34543 0 0 0 1672 41 0 0 20 0 20 0 30468789 19566772224 448233 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4777044 448233 5931 1 0 1769448 0
[pid=306314/tid=306317] ppid=306311 vsize=19108176 memory=0 CPUtime=11.98 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 8449 0 0 0 1168 30 0 0 20 0 20 0 30468790 19566772224 448233 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=19108176 memory=13048 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30468794 19566772224 448233 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=19108176 memory=815432 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) S 306311 306314 306179 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 30468795 19566772224 448233 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306392] ppid=306311 vsize=19108176 memory=279972141124160 CPUtime=0 cores=5,7
/proc/306314/task/306392/stat : 306392 (Timer-0) S 306311 306314 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30468873 19566772224 448233 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 17.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1792932 KiB

[startup+25.5008 s]
/proc/loadavg: 1.92 0.54 0.37 7/335 306532
/proc/meminfo: memFree=109782016/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=19108176 memory=2225236 CPUtime=30.4 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 38608 0 0 0 2990 50 0 0 20 0 20 0 30468789 19566772224 556309 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4777044 556309 5931 1 0 1769465 0
[pid=306314/tid=306317] ppid=306311 vsize=19108176 memory=2176076 CPUtime=24.53 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 9830 0 0 0 2418 35 0 0 20 0 20 0 30468790 19566772224 556309 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=19108176 memory=2100204 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30468794 19566772224 556309 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=19108176 memory=1479840 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) S 306311 306314 306179 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 30468795 19566772224 556309 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306392] ppid=306311 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/306314/task/306392/stat : 306392 (Timer-0) S 306311 306314 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30468873 19566772224 556309 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 30.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2225236 KiB

[startup+51.1068 s]
/proc/loadavg: 2.69 0.83 0.47 5/335 306536
/proc/meminfo: memFree=106995312/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=19108176 memory=3042652 CPUtime=56.23 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 49764 0 0 0 5556 67 0 0 20 0 20 0 30468789 19566772224 760663 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4777044 760663 5931 1 0 1769469 0
[pid=306314/tid=306317] ppid=306311 vsize=19108176 memory=0 CPUtime=49.51 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 12009 0 0 0 4911 40 0 0 20 0 20 0 30468790 19566772224 760663 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=19108176 memory=2438236 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30468794 19566772224 760663 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=19108176 memory=2835760 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=99917156/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=19108176 memory=7024460 CPUtime=3180.9 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 469084 0 0 0 317798 292 0 0 20 0 20 0 30468789 19566772224 1756115 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4777044 1756115 5959 1 0 1770283 0
[pid=306314/tid=306317] ppid=306311 vsize=19108176 memory=5520 CPUtime=3123.11 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 217232 0 0 0 312200 111 0 0 20 0 20 0 30468790 19566772224 1756115 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 36 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=19108176 memory=11684 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30468794 19566772224 1756115 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=19108176 memory=7024456 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) S 306311 306314 306179 0 -1 1077936192 3760 0 0 0 0 0 0 0 20 0 20 0 30468795 19566772224 1756115 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306392] ppid=306311 vsize=19108176 memory=7024460 CPUtime=0 cores=5,7
/proc/306314/task/306392/stat : 306392 (Timer-0) S 306311 306314 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30468873 19566772224 1756115 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 3180.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7024460 KiB

[startup+3222.3 s]
/proc/loadavg: 4.22 4.20 4.10 5/334 307688
/proc/meminfo: memFree=99916560/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=19108176 memory=7024512 CPUtime=3240.9 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 471998 0 0 0 323796 294 0 0 20 0 20 0 30468789 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4777044 1756128 5959 1 0 1770295 0
[pid=306314/tid=306317] ppid=306311 vsize=19108176 memory=11684 CPUtime=3182.29 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 219073 0 0 0 318118 111 0 0 20 0 20 0 30468790 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=19108176 memory=7024456 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30468794 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=19108176 memory=76892 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) S 306311 306314 306179 0 -1 1077936192 3761 0 0 0 0 0 0 0 20 0 20 0 30468795 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306392] ppid=306311 vsize=19108176 memory=7024512 CPUtime=0 cores=5,7
/proc/306314/task/306392/stat : 306392 (Timer-0) S 306311 306314 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30468873 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 3240.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7024512 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.19 4.10 5/333 308080
/proc/meminfo: memFree=99916200/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=19108176 memory=7024512 CPUtime=3301.16 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 476974 0 0 0 329819 297 0 0 20 0 20 0 30468789 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4777044 1756128 5959 1 0 1770295 0
[pid=306314/tid=306317] ppid=306311 vsize=19108176 memory=7024512 CPUtime=3241.6 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 220987 0 0 0 324048 112 0 0 20 0 20 0 30468790 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 36 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=19108176 memory=7024512 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30468794 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=19108176 memory=7024512 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) S 306311 306314 306179 0 -1 1077936192 3842 0 0 0 0 0 0 0 20 0 20 0 30468795 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306392] ppid=306311 vsize=19108176 memory=108 CPUtime=0 cores=5,7
/proc/306314/task/306392/stat : 306392 (Timer-0) S 306311 306314 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30468873 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 3301.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7024512 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.19 4.10 5/331 308090
/proc/meminfo: memFree=99915632/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=19108176 memory=7024512 CPUtime=3361.21 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 478843 0 0 0 335823 298 0 0 20 0 20 0 30468789 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4777044 1756128 5959 1 0 1770295 0
[pid=306314/tid=306317] ppid=306311 vsize=19108176 memory=76892 CPUtime=3300.97 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 222640 0 0 0 329985 112 0 0 20 0 20 0 30468790 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=19108176 memory=7024512 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30468794 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=19108176 memory=7024512 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) S 306311 306314 306179 0 -1 1077936192 3842 0 0 0 0 0 0 0 20 0 20 0 30468795 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306392] ppid=306311 vsize=19108176 memory=76892 CPUtime=0 cores=5,7
/proc/306314/task/306392/stat : 306392 (Timer-0) S 306311 306314 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30468873 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 3361.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7024512 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.20 4.10 5/331 308101
/proc/meminfo: memFree=99915368/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=19108176 memory=7024512 CPUtime=3421.43 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 483644 0 0 0 341842 301 0 0 20 0 20 0 30468789 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4777044 1756128 5959 1 0 1770295 0
[pid=306314/tid=306317] ppid=306311 vsize=19108176 memory=76892 CPUtime=3360.44 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 224995 0 0 0 335932 112 0 0 20 0 20 0 30468790 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=19108176 memory=7024512 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30468794 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=19108176 memory=7024512 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) S 306311 306314 306179 0 -1 1077936192 3922 0 0 0 0 0 0 0 20 0 20 0 30468795 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306392] ppid=306311 vsize=19108176 memory=7024512 CPUtime=0 cores=5,7
/proc/306314/task/306392/stat : 306392 (Timer-0) S 306311 306314 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30468873 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 3421.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7024512 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.17 4.10 5/333 308281
/proc/meminfo: memFree=99914516/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=19108176 memory=7024512 CPUtime=3481.34 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 485155 0 0 0 347831 303 0 0 20 0 20 0 30468789 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4777044 1756128 5959 1 0 1770295 0
[pid=306314/tid=306317] ppid=306311 vsize=19108176 memory=76892 CPUtime=3419.62 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 226217 0 0 0 341849 113 0 0 20 0 20 0 30468790 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=19108176 memory=7024512 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30468794 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=19108176 memory=11684 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) S 306311 306314 306179 0 -1 1077936192 3924 0 0 0 0 0 0 0 20 0 20 0 30468795 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306392] ppid=306311 vsize=19108176 memory=7024512 CPUtime=0 cores=5,7
/proc/306314/task/306392/stat : 306392 (Timer-0) S 306311 306314 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30468873 19566772224 1756128 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 3481.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7024512 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.20 4.11 5/333 308292
/proc/meminfo: memFree=99914600/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=19108176 memory=7024520 CPUtime=3542.45 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 509312 0 0 0 353938 307 0 0 20 0 20 0 30468789 19566772224 1756130 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4777044 1756130 5959 1 0 1770302 0
[pid=306314/tid=306317] ppid=306311 vsize=19108176 memory=7024512 CPUtime=3478.97 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 231019 0 0 0 347784 113 0 0 20 0 20 0 30468790 19566772224 1756130 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=19108176 memory=1816 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30468794 19566772224 1756130 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=19108176 memory=7024512 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) S 306311 306314 306179 0 -1 1077936192 4016 0 0 0 0 0 0 0 20 0 20 0 30468795 19566772224 1756130 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306392] ppid=306311 vsize=19108176 memory=11684 CPUtime=0 cores=5,7
/proc/306314/task/306392/stat : 306392 (Timer-0) S 306311 306314 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30468873 19566772224 1756130 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 3542.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7024520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3579.8 s]
/proc/loadavg: 4.17 4.18 4.10 5/334 308361
/proc/meminfo: memFree=99913568/131524600 swapFree=131071216/131071996
[pid=306314] ppid=306311 vsize=19108176 memory=7024528 CPUtime=3600.09 cores=5,7
/proc/306314/stat : 306314 (java) S 306311 306314 306179 0 -1 1077936128 510077 0 0 0 359700 309 0 0 20 0 20 0 30468789 19566772224 1756132 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
/proc/306314/statm: 4777044 1756132 5959 1 0 1770302 0
[pid=306314/tid=306317] ppid=306311 vsize=19108176 memory=3728 CPUtime=3536.05 cores=5,7
/proc/306314/task/306317/stat : 306317 (java) R 306311 306314 306179 0 -1 4194368 231513 0 0 0 353492 113 0 0 20 0 20 0 30468790 19566772224 1756132 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306326] ppid=306311 vsize=19108176 memory=27924 CPUtime=0 cores=5,7
/proc/306314/task/306326/stat : 306326 (Finalizer) S 306311 306314 306179 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30468794 19566772224 1756132 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306333] ppid=306311 vsize=19108176 memory=40312 CPUtime=0 cores=5,7
/proc/306314/task/306333/stat : 306333 (Common-Cleaner) S 306311 306314 306179 0 -1 1077936192 4016 0 0 0 0 0 0 0 20 0 20 0 30468795 19566772224 1756132 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
[pid=306314/tid=306392] ppid=306311 vsize=19108176 memory=-9105266236272059068 CPUtime=0 cores=5,7
/proc/306314/task/306392/stat : 306392 (Timer-0) S 306311 306314 306179 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30468873 19566772224 1756132 134679101440 94488246878208 94488246881904 140724413116048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94488246889720 94488246890512 94488262127616 140724413121524 140724413121632 140724413121632 140724413128648 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7024528 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.11 s, system=3.11454 s

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

Child status: 143

Real time (s): 3579.88
CPU time (s): 3600.22
CPU user time (s): 3597.11
CPU system time (s): 3.11454
CPU usage (%): 100.568
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 7024528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.11
system time used= 3.11454
maximum resident set size= 7026016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 512211
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113936
involuntary context switches= 14504


# summary of solver processes directly reported to runsolver:
#   pid: 306314
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.11
#   total CPU system time (s): 3.11454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.19576 second user time and 18.464 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-25 22:31:03
IDJOB=4459742
IDBENCH=148532
IDSOLVER=3052
FILE ID=nodeC017/4459742-1721939463
RUNJOBID= nodeC017-1721939462-306192
SLURM_JOB_ID= 8247239
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_3.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459742-1721939463/watcher-4459742-1721939463 -o /tmp/evaluation-result-4459742-1721939463/solver-4459742-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721939462-306192 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459742-1721939463.opb

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

MD5SUM BENCH= fc228e1220654f2d8d37c5d03b9b5ad1
RANDOM SEED=1503976896

nodeC017.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		: 3600.318
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	: 7000.61
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		: 2885.044
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	: 7006.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115022752 kB
MemAvailable:   129500440 kB
Buffers:          354456 kB
Cached:         14863272 kB
SwapCached:           88 kB
Active:          2741860 kB
Inactive:       12962972 kB
Active(anon):       1548 kB
Inactive(anon):   539376 kB
Active(file):    2740312 kB
Inactive(file): 12423596 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              4188 kB
Writeback:             0 kB
AnonPages:        485232 kB
Mapped:           140112 kB
Shmem:             53820 kB
KReclaimable:     307204 kB
Slab:             435240 kB
SReclaimable:     307204 kB
SUnreclaim:       128036 kB
KernelStack:        4608 kB
PageTables:        10860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5205212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21280 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 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:      422612 kB
DirectMap2M:    40245248 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC017 at 2024-07-25 23:30:43