Trace number 4458240

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-07OPT cert.0 421.589 420.418

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_greater/normalized-mult_diagcomm_opt_greater_teq_nbits_10.opb
MD5SUM04cf70665d2adff71755d5c35c939249
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 benchmark0
Best CPU time to get the best result obtained on this benchmark0.049018
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables640
Total number of constraints940
Number of constraints which are clauses600
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints340
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 40
Biggest coefficient in the objective function 524288
Number of bits for the biggest coefficient in the objective function 20
Sum of the numbers in the objective function 2097150
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 524288
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2097150
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.03/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.34	c See www.sat4j.org for details.
0.03/0.35	c version CUSTOM.v20240707
0.03/0.36	c java.runtime.name	OpenJDK Runtime Environment
0.03/0.36	c java.vm.name		OpenJDK 64-Bit Server VM
0.03/0.36	c java.vm.version	22.0.1+8-16
0.03/0.36	c java.vm.vendor	Oracle Corporation
0.03/0.36	c sun.arch.data.model	64
0.03/0.36	c java.version		22.0.1
0.03/0.36	c os.name		Linux
0.03/0.36	c os.version		4.18.0-301.1.el8.x86_64
0.03/0.36	c os.arch		amd64
0.03/0.36	c Free memory 		2104792832
0.03/0.36	c Max memory 		16282288128
0.03/0.36	c Total memory 		2113929216
0.03/0.37	c Number of processors 	2
0.03/0.40	--- Begin Solver configuration ---
0.03/0.40	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.03/0.40	Learn all clauses as in MiniSAT
0.03/0.40	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.40	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.40	Expensive reason simplification
0.03/0.40	Glucose 2.1 dynamic restart strategy
0.03/0.40	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.03/0.40	timeout=2147483s
0.03/0.40	DB Simplification allowed=false
0.03/0.40	Listener: none
0.03/0.40	--- End Solver configuration ---
0.03/0.40	c Pseudo Boolean Optimization by upper bound
0.03/0.40	c --- Begin Solver configuration ---
0.03/0.40	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.03/0.40	c Learn all clauses as in MiniSAT
0.03/0.40	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.40	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.40	c Expensive reason simplification
0.03/0.40	c Glucose 2.1 dynamic restart strategy
0.03/0.40	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.03/0.40	c timeout=2147483s
0.03/0.40	c DB Simplification allowed=false
0.03/0.40	c Listener: none
0.03/0.40	c --- End Solver configuration ---
0.03/0.40	c solving HOME/instance-4458240-1721889902.opb
0.03/0.40	c reading problem ... 
0.20/0.41	c using VERIPB proof format
0.20/0.41	c  objective function found
0.20/0.45	c ... done. Wall clock time 0.05s.
0.20/0.45	c declared #vars     640
0.20/0.46	c #constraints  1280
0.20/0.46	c constraints type 
0.20/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 720
0.20/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 360
0.20/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
0.20/0.46	c 1280 constraints processed.
0.20/0.47	c objective function length is 40 literals
0.38/0.56	c SATISFIABLE
0.38/0.56	c OPTIMIZING...
0.38/0.56	c Got one! Elapsed wall clock time (in seconds):0.154
0.38/0.56	o 0
2.54/1.67	c cleaning 2630 clauses out of 5259 with flag 17868/5259
4.03/2.60	c cleaning 4311 clauses out of 8628 with flag 45627/11258
5.34/3.73	c cleaning 5659 clauses out of 11317 with flag 81010/18258
6.88/5.05	c cleaning 6828 clauses out of 13658 with flag 122546/26258
8.54/6.67	c cleaning 7915 clauses out of 15830 with flag 178346/35258
10.43/8.55	c cleaning 8957 clauses out of 17916 with flag 235442/45259
12.33/10.37	c cleaning 9974 clauses out of 19959 with flag 299357/56259
14.36/12.38	c cleaning 10989 clauses out of 21984 with flag 378591/68258
17.16/15.18	c cleaning 11993 clauses out of 23995 with flag 472433/81258
20.25/18.28	c cleaning 12998 clauses out of 26003 with flag 575941/95259
23.74/21.78	c cleaning 14000 clauses out of 28004 with flag 691716/110258
27.57/25.51	c cleaning 14998 clauses out of 30005 with flag 824957/126259
32.22/30.19	c cleaning 16000 clauses out of 32006 with flag 984567/143258
37.12/35.14	c cleaning 17000 clauses out of 34007 with flag 1115013/161259
42.41/40.44	c cleaning 18001 clauses out of 36007 with flag 1252431/180259
47.19/45.29	c cleaning 19000 clauses out of 38006 with flag 1392563/200259
53.18/51.27	c cleaning 20000 clauses out of 40005 with flag 1527141/221258
59.78/57.80	c cleaning 20998 clauses out of 42006 with flag 1658027/243259
66.03/64.15	c cleaning 22001 clauses out of 44008 with flag 1796292/266259
72.21/70.32	c cleaning 22998 clauses out of 46007 with flag 1950416/290259
79.30/77.49	c cleaning 23998 clauses out of 48008 with flag 2106122/315258
88.28/86.49	c cleaning 24999 clauses out of 50011 with flag 2298889/341259
97.71/95.92	c cleaning 26005 clauses out of 52011 with flag 2489102/368258
106.55/104.86	c cleaning 27002 clauses out of 54006 with flag 2635197/396258
116.64/114.91	c cleaning 28001 clauses out of 56005 with flag 2814354/425259
126.77/125.16	c cleaning 28999 clauses out of 58004 with flag 2985069/455259
138.85/137.27	c cleaning 30003 clauses out of 60005 with flag 3174036/486259
151.22/149.65	c cleaning 30993 clauses out of 62002 with flag 3365548/518259
162.26/160.76	c cleaning 31997 clauses out of 64008 with flag 3544150/551258
175.95/174.42	c cleaning 33005 clauses out of 66013 with flag 3766317/585260
191.18/189.73	c cleaning 34000 clauses out of 68007 with flag 4004335/620259
206.22/204.86	c cleaning 35001 clauses out of 70007 with flag 4254786/656259
222.85/221.54	c cleaning 36001 clauses out of 72006 with flag 4490802/693259
239.82/238.53	c cleaning 36999 clauses out of 74004 with flag 4734002/731258
258.60/257.14	c cleaning 37997 clauses out of 76004 with flag 4988097/770258
274.95/273.53	c cleaning 39002 clauses out of 78008 with flag 5213863/810259
294.80/293.49	c cleaning 40000 clauses out of 80006 with flag 5462651/851259
312.78/311.49	c cleaning 40998 clauses out of 82005 with flag 5683925/893258
333.25/331.98	c cleaning 41999 clauses out of 84008 with flag 5925903/936259
355.09/353.82	c cleaning 42999 clauses out of 86009 with flag 6172277/980259
375.12/373.92	c cleaning 44001 clauses out of 88010 with flag 6427271/1025259
398.29/397.12	c cleaning 45004 clauses out of 90009 with flag 6693801/1071259
419.29/418.14	c cleaning 46000 clauses out of 92000 with flag 6974481/1118258
421.48/420.39	c starts		: 561
421.48/420.40	c conflicts		: 1124836
421.48/420.40	c decisions		: 1143358
421.48/420.40	c propagations		: 201341846
421.48/420.40	c inspects		: 5523883406
421.48/420.40	c shortcuts		: 0
421.48/420.40	c learnt literals	: 22
421.48/420.40	c learnt binary clauses	: 144
421.48/420.40	c learnt ternary clauses	: 287
421.48/420.40	c learnt constraints	: 1124813
421.48/420.40	c ignored constraints	: 0
421.48/420.40	c root simplifications	: 0
421.48/420.40	c removed literals (reason simplification)	: 47096996
421.48/420.40	c reason swapping (by a shorter reason)	: 0
421.48/420.40	c Calls to reduceDB	: 43
421.48/420.40	c Number of update (reduction) of LBD	: 46860
421.48/420.40	c Imported unit clauses	: 0
421.48/420.40	c No decision after first conflict	: false
421.48/420.40	c number of reductions to clauses (during analyze)	: 0
421.48/420.40	c number of learned constraints concerned by reduction	: 0
421.48/420.40	c number of learning phase by resolution	: 0
421.48/420.40	c number of learning phase by cutting planes	: 0
421.48/420.40	c number of rounding to 1 operations	: 0
421.48/420.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
421.48/420.40	c number of reductions of the coefficients by power 2 	: 0
421.48/420.40	c number of right shift for reduction by power 2 	: 0
421.48/420.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
421.48/420.40	c number of ending skipping 	: 0
421.48/420.40	c number of internal skipping 	: 0
421.48/420.40	c number of derivation steps 	: 0
421.48/420.40	c number of skipped derivation steps 	: 0
421.48/420.40	c number of remaining unassigned 	: 0
421.48/420.40	c number of remaining assigned 	: 0
421.48/420.40	c number of falsified literals weakened from reason	: 0
421.48/420.40	c number of falsified literals weakened from conflict	: 0
421.48/420.40	c time for arithmetic operations	: 0
421.48/420.40	c minimum degree of deleted constraints	: null
421.48/420.40	c maximum degree of deleted constraints	: null
421.48/420.40	c number of deleted constraints	: 0
421.48/420.40	c speed (assignments/second)	: 479466.400272427
421.48/420.40	c non guided choices	: 0
421.48/420.40	s OPTIMUM FOUND
421.48/420.40	c Found 1 solution(s)
421.48/420.40	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 
421.48/420.40	c objective function=0
421.48/420.40	c Total wall clock time (in seconds): 419.998

Verifier Data

OK	0

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED BOUNDS 0 <= obj <= 0
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED BOUNDS 0 <= obj <= 0
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 0 <= obj <= 0
--summary--
ALL OK

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100085 s]*
/proc/loadavg: 4.78 4.72 4.60 4/320 280058
/proc/meminfo: memFree=46909864/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=37736 memory=1996 CPUtime=0 cores=1,3
/proc/280057/stat : 280057 (java) D 280054 280057 277987 0 -1 4194304 156 0 5 0 0 0 0 0 20 0 1 0 25513225 38641664 499 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 0 0 0 0 17 1 0 0 9 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 9434 499 455 1 0 459 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 1996 KiB

[startup+0.205641 s]*
/proc/loadavg: 4.78 4.72 4.60 4/326 280064
/proc/meminfo: memFree=46892992/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=18175400 memory=29376 CPUtime=0 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 2448 0 8 0 0 0 0 0 20 0 7 0 25513225 18611609600 7344 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16784588 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4543850 7344 3766 1 0 542675 0
[pid=280057/tid=280059] ppid=280054 vsize=18175400 memory=6874026233295995011 CPUtime=0 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) D 280054 280057 277987 0 -1 4194368 1887 0 3 0 0 0 0 0 20 0 7 0 25513239 18611609600 7344 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 5 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 29376 KiB

[startup+0.305696 s]*
/proc/loadavg: 4.78 4.72 4.60 6/333 280071
/proc/meminfo: memFree=46864932/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=18842764 memory=47536 CPUtime=0.03 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 5895 0 14 0 1 2 0 0 20 0 17 0 25513225 19294990336 11884 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4710691 11884 4592 1 0 548008 0
[pid=280057/tid=280059] ppid=280054 vsize=18842764 memory=-8887970878421967548 CPUtime=0.02 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) S 280054 280057 277987 0 -1 1077936192 5171 0 9 0 1 1 0 0 20 0 17 0 25513239 19294990336 11884 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280068] ppid=280054 vsize=18842764 memory=0 CPUtime=0 cores=1,3
/proc/280057/task/280068/stat : 280068 (Finalizer) S 280054 280057 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 17 0 25513255 19294990336 11884 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280074] ppid=280054 vsize=18842764 memory=0 CPUtime=0 cores=1,3
/proc/280057/task/280074/stat : 280074 (java) R 280054 280057 277987 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 17 0 25513256 19294990336 11884 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 18842764 KiB
Current children cumulated memory: 47536 KiB

[startup+0.700245 s]
/proc/loadavg: 4.78 4.72 4.60 7/338 280076
/proc/meminfo: memFree=46841508/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=19041612 memory=96744 CPUtime=0.75 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 10003 0 18 0 71 4 0 0 20 0 19 0 25513225 19498610688 24186 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4760403 24186 5831 1 0 551432 0
[pid=280057/tid=280059] ppid=280054 vsize=19041612 memory=0 CPUtime=0.35 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) R 280054 280057 277987 0 -1 4194368 6110 0 12 0 33 2 0 0 20 0 19 0 25513239 19498610688 24186 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280068] ppid=280054 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/280057/task/280068/stat : 280068 (Finalizer) S 280054 280057 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25513255 19498610688 24186 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280075] ppid=280054 vsize=19041612 memory=11616 CPUtime=0 cores=1,3
/proc/280057/task/280075/stat : 280075 (Common-Cleaner) S 280054 280057 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 25513256 19498610688 24186 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280076] ppid=280054 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/280057/task/280076/stat : 280076 (Timer-0) S 280054 280057 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 25513272 19498610688 24186 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 0.75 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 96744 KiB

[startup+1.50137 s]
/proc/loadavg: 4.78 4.72 4.60 7/338 280076
/proc/meminfo: memFree=46762928/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=19108176 memory=174360 CPUtime=2.34 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 14845 0 18 0 228 6 0 0 20 0 20 0 25513225 19566772224 43590 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4777044 43590 5835 1 0 553339 0
[pid=280057/tid=280059] ppid=280054 vsize=19108176 memory=0 CPUtime=1.12 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) R 280054 280057 277987 0 -1 4194368 6415 0 12 0 108 4 0 0 20 0 20 0 25513239 19566772224 43590 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280068] ppid=280054 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/280057/task/280068/stat : 280068 (Finalizer) S 280054 280057 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25513255 19566772224 43590 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280075] ppid=280054 vsize=19108176 memory=11616 CPUtime=0 cores=1,3
/proc/280057/task/280075/stat : 280075 (Common-Cleaner) S 280054 280057 277987 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 25513256 19566772224 43590 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280076] ppid=280054 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/280057/task/280076/stat : 280076 (Timer-0) S 280054 280057 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25513272 19566772224 43590 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 174360 KiB

[startup+3.10583 s]
/proc/loadavg: 4.78 4.72 4.60 5/339 280079
/proc/meminfo: memFree=46677456/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=19108176 memory=186788 CPUtime=4.75 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 23660 0 18 0 467 8 0 0 20 0 20 0 25513225 19566772224 46697 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4777044 46697 5842 1 0 555290 0
[pid=280057/tid=280059] ppid=280054 vsize=19108176 memory=11616 CPUtime=2.68 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) R 280054 280057 277987 0 -1 4194368 7665 0 12 0 264 4 0 0 20 0 20 0 25513239 19566772224 46697 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280068] ppid=280054 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/280057/task/280068/stat : 280068 (Finalizer) S 280054 280057 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25513255 19566772224 46697 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280075] ppid=280054 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/280057/task/280075/stat : 280075 (Common-Cleaner) S 280054 280057 277987 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 25513256 19566772224 46697 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280076] ppid=280054 vsize=19108176 memory=5592 CPUtime=0 cores=1,3
/proc/280057/task/280076/stat : 280076 (Timer-0) S 280054 280057 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25513272 19566772224 46697 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 4.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186788 KiB

[startup+6.30029 s]
/proc/loadavg: 4.80 4.73 4.61 5/339 280079
/proc/meminfo: memFree=46410044/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=19108176 memory=431544 CPUtime=8.24 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 31502 0 18 0 809 15 0 0 20 0 20 0 25513225 19566772224 107886 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4777044 107886 5842 1 0 555855 0
[pid=280057/tid=280059] ppid=280054 vsize=19108176 memory=11616 CPUtime=5.86 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) R 280054 280057 277987 0 -1 4194368 8348 0 12 0 575 11 0 0 20 0 20 0 25513239 19566772224 107886 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280068] ppid=280054 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/280057/task/280068/stat : 280068 (Finalizer) S 280054 280057 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25513255 19566772224 107886 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280075] ppid=280054 vsize=19108176 memory=279454328974192 CPUtime=0 cores=1,3
/proc/280057/task/280075/stat : 280075 (Common-Cleaner) S 280054 280057 277987 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 25513256 19566772224 107886 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280076] ppid=280054 vsize=19108176 memory=6944656591801720226 CPUtime=0 cores=1,3
/proc/280057/task/280076/stat : 280076 (Timer-0) S 280054 280057 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25513272 19566772224 107886 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 8.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 431544 KiB

[startup+12.7003 s]
/proc/loadavg: 4.73 4.72 4.60 5/339 280080
/proc/meminfo: memFree=45960500/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=19108176 memory=722528 CPUtime=14.75 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 34311 0 18 0 1450 25 0 0 20 0 20 0 25513225 19566772224 180632 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4777044 180632 5842 1 0 555855 0
[pid=280057/tid=280059] ppid=280054 vsize=19108176 memory=722468 CPUtime=12.22 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) R 280054 280057 277987 0 -1 4194368 10002 0 12 0 1202 20 0 0 20 0 20 0 25513239 19566772224 180632 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280068] ppid=280054 vsize=19108176 memory=722468 CPUtime=0 cores=1,3
/proc/280057/task/280068/stat : 280068 (Finalizer) S 280054 280057 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25513255 19566772224 180632 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280075] ppid=280054 vsize=19108176 memory=-8887970878421967548 CPUtime=0 cores=1,3
/proc/280057/task/280075/stat : 280075 (Common-Cleaner) S 280054 280057 277987 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 25513256 19566772224 180632 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280076] ppid=280054 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/280057/task/280076/stat : 280076 (Timer-0) S 280054 280057 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25513272 19566772224 180632 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 14.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 722528 KiB

[startup+25.5003 s]
/proc/loadavg: 4.64 4.70 4.60 5/339 280083
/proc/meminfo: memFree=45373344/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=19108176 memory=1087176 CPUtime=27.57 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 40040 0 18 0 2719 38 0 0 20 0 20 0 25513225 19566772224 271794 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4777044 271794 5842 1 0 555857 0
[pid=280057/tid=280059] ppid=280054 vsize=19108176 memory=1013448 CPUtime=24.96 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) R 280054 280057 277987 0 -1 4194368 11682 0 12 0 2464 32 0 0 20 0 20 0 25513239 19566772224 271794 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280068] ppid=280054 vsize=19108176 memory=1013388 CPUtime=0 cores=1,3
/proc/280057/task/280068/stat : 280068 (Finalizer) S 280054 280057 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25513255 19566772224 271794 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280075] ppid=280054 vsize=19108176 memory=11616 CPUtime=0 cores=1,3
/proc/280057/task/280075/stat : 280075 (Common-Cleaner) S 280054 280057 277987 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 25513256 19566772224 271794 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280076] ppid=280054 vsize=19108176 memory=722468 CPUtime=0 cores=1,3
/proc/280057/task/280076/stat : 280076 (Timer-0) S 280054 280057 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25513272 19566772224 271794 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 27.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1087176 KiB

[startup+51.1059 s]
/proc/loadavg: 4.57 4.67 4.59 6/338 280086
/proc/meminfo: memFree=44929660/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=19108176 memory=1322744 CPUtime=53.09 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 46856 0 18 0 5259 50 0 0 20 0 20 0 25513225 19566772224 330686 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4777044 330686 5842 1 0 555857 0
[pid=280057/tid=280059] ppid=280054 vsize=19108176 memory=0 CPUtime=50.33 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) R 280054 280057 277987 0 -1 4194368 14048 0 12 0 4991 42 0 0 20 0 20 0 25513239 19566772224 330686 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280068] ppid=280054 vsize=19108176 memory=1322744 CPUtime=0 cores=1,3
/proc/280057/task/280068/stat : 280068 (Finalizer) S 280054 280057 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25513255 19566772224 330686 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280075] ppid=280054 vsize=19108176 memory=11616 CPUtime=0 cores=1,3
/proc/280057/task/280075/stat : 280075 (Common-Cleaner) S 280054 280057 277987 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 25513256 19566772224 330686 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280076] ppid=280054 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/280057/task/280076/stat : 280076 (Timer-0) S 280054 280057 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25513272 19566772224 330686 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 53.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1322744 KiB

[startup+102.3 s]
/proc/loadavg: 4.41 4.61 4.58 5/337 280098

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

/proc/280057/task/280075/stat : 280075 (Common-Cleaner) S 280054 280057 277987 0 -1 1077936192 337 0 0 0 0 0 0 0 20 0 20 0 25513256 19566772224 337988 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280076] ppid=280054 vsize=19108176 memory=25656 CPUtime=0 cores=1,3
/proc/280057/task/280076/stat : 280076 (Timer-0) S 280054 280057 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25513272 19566772224 337988 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 283.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1351952 KiB

[startup+342.3 s]
/proc/loadavg: 4.20 4.41 4.50 4/317 280179
/proc/meminfo: memFree=55742588/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=19108176 memory=1352016 CPUtime=343.6 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 72628 0 18 0 34245 115 0 0 20 0 20 0 25513225 19566772224 338004 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4777044 338004 5858 1 0 555889 0
[pid=280057/tid=280059] ppid=280054 vsize=19108176 memory=12264 CPUtime=340 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) R 280054 280057 277987 0 -1 4194368 23935 0 12 0 33901 99 0 0 20 0 20 0 25513239 19566772224 338004 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 69 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280068] ppid=280054 vsize=19108176 memory=25656 CPUtime=0 cores=1,3
/proc/280057/task/280068/stat : 280068 (Finalizer) S 280054 280057 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25513255 19566772224 338004 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280075] ppid=280054 vsize=19108176 memory=1351988 CPUtime=0 cores=1,3
/proc/280057/task/280075/stat : 280075 (Common-Cleaner) S 280054 280057 277987 0 -1 1077936192 345 0 0 0 0 0 0 0 20 0 20 0 25513256 19566772224 338004 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280076] ppid=280054 vsize=19108176 memory=1352016 CPUtime=0 cores=1,3
/proc/280057/task/280076/stat : 280076 (Timer-0) S 280054 280057 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25513272 19566772224 338004 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 343.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1352016 KiB

[startup+402.3 s]
/proc/loadavg: 4.31 4.40 4.49 5/341 280228
/proc/meminfo: memFree=80751496/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=19108176 memory=1354072 CPUtime=403.44 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 74444 0 18 0 40219 125 0 0 20 0 20 0 25513225 19566772224 338518 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4777044 338518 5858 1 0 555889 0
[pid=280057/tid=280059] ppid=280054 vsize=19108176 memory=12264 CPUtime=399.73 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) R 280054 280057 277987 0 -1 4194368 24713 0 12 0 39866 107 0 0 20 0 20 0 25513239 19566772224 338518 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 75 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280068] ppid=280054 vsize=19108176 memory=1354072 CPUtime=0 cores=1,3
/proc/280057/task/280068/stat : 280068 (Finalizer) S 280054 280057 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25513255 19566772224 338518 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280075] ppid=280054 vsize=19108176 memory=11616 CPUtime=0 cores=1,3
/proc/280057/task/280075/stat : 280075 (Common-Cleaner) S 280054 280057 277987 0 -1 1077936192 441 0 0 0 0 0 0 0 20 0 20 0 25513256 19566772224 338518 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280076] ppid=280054 vsize=19108176 memory=1354072 CPUtime=0 cores=1,3
/proc/280057/task/280076/stat : 280076 (Timer-0) S 280054 280057 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25513272 19566772224 338518 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 403.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1354072 KiB

[startup+420.418 s]
# the end of solver process 280057 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=420.279 s, system=1.30928 s

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

[startup+409.6 s]
/proc/loadavg: 4.27 4.39 4.48 5/341 280229
/proc/meminfo: memFree=80514688/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=19108176 memory=1354072 CPUtime=410.73 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 74601 0 18 0 40946 127 0 0 20 0 20 0 25513225 19566772224 338518 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4777044 338518 5858 1 0 555889 0
[pid=280057/tid=280059] ppid=280054 vsize=19108176 memory=0 CPUtime=407.01 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) R 280054 280057 277987 0 -1 4194368 24786 0 12 0 40592 109 0 0 20 0 20 0 25513239 19566772224 338518 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 75 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280068] ppid=280054 vsize=19108176 memory=12264 CPUtime=0 cores=1,3
/proc/280057/task/280068/stat : 280068 (Finalizer) S 280054 280057 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25513255 19566772224 338518 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280075] ppid=280054 vsize=19108176 memory=12264 CPUtime=0 cores=1,3
/proc/280057/task/280075/stat : 280075 (Common-Cleaner) S 280054 280057 277987 0 -1 1077936192 525 0 0 0 0 0 0 0 20 0 20 0 25513256 19566772224 338518 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280076] ppid=280054 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/280057/task/280076/stat : 280076 (Timer-0) S 280054 280057 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25513272 19566772224 338518 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 410.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1354072 KiB

[startup+416 s]*
/proc/loadavg: 4.24 4.38 4.48 5/341 280231
/proc/meminfo: memFree=80441748/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=19108176 memory=1354116 CPUtime=417.19 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 79071 0 18 0 41591 128 0 0 20 0 20 0 25513225 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4777044 338529 5858 1 0 555889 0
[pid=280057/tid=280059] ppid=280054 vsize=19108176 memory=7020 CPUtime=413.37 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) R 280054 280057 277987 0 -1 4194368 25531 0 12 0 41227 110 0 0 20 0 20 0 25513239 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 75 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280068] ppid=280054 vsize=19108176 memory=7152 CPUtime=0 cores=1,3
/proc/280057/task/280068/stat : 280068 (Finalizer) S 280054 280057 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25513255 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280075] ppid=280054 vsize=19108176 memory=27856 CPUtime=0 cores=1,3
/proc/280057/task/280075/stat : 280075 (Common-Cleaner) S 280054 280057 277987 0 -1 1077936192 525 0 0 0 0 0 0 0 20 0 20 0 25513256 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280076] ppid=280054 vsize=19108176 memory=-8814786284965569212 CPUtime=0 cores=1,3
/proc/280057/task/280076/stat : 280076 (Timer-0) S 280054 280057 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25513272 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 417.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1354116 KiB

[startup+417.6 s]
/proc/loadavg: 4.24 4.38 4.48 4/341 280231
/proc/meminfo: memFree=80434564/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=19108176 memory=1354116 CPUtime=418.78 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 79073 0 18 0 41750 128 0 0 20 0 20 0 25513225 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4777044 338529 5858 1 0 555889 0
[pid=280057/tid=280059] ppid=280054 vsize=19108176 memory=2248 CPUtime=414.96 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) R 280054 280057 277987 0 -1 4194368 25533 0 12 0 41386 110 0 0 20 0 20 0 25513239 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 75 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280068] ppid=280054 vsize=19108176 memory=39784 CPUtime=0 cores=1,3
/proc/280057/task/280068/stat : 280068 (Finalizer) S 280054 280057 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25513255 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280075] ppid=280054 vsize=19108176 memory=20640 CPUtime=0 cores=1,3
/proc/280057/task/280075/stat : 280075 (Common-Cleaner) S 280054 280057 277987 0 -1 1077936192 525 0 0 0 0 0 0 0 20 0 20 0 25513256 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280076] ppid=280054 vsize=19108176 memory=-8887970878421967548 CPUtime=0 cores=1,3
/proc/280057/task/280076/stat : 280076 (Timer-0) S 280054 280057 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25513272 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 418.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1354116 KiB

[startup+419.2 s]
/proc/loadavg: 4.22 4.37 4.48 5/341 280231
/proc/meminfo: memFree=80415712/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=19108176 memory=1354116 CPUtime=420.38 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 79136 0 18 0 41909 129 0 0 20 0 20 0 25513225 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4777044 338529 5858 1 0 555889 0
[pid=280057/tid=280059] ppid=280054 vsize=19108176 memory=1354116 CPUtime=416.56 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) R 280054 280057 277987 0 -1 4194368 25596 0 12 0 41546 110 0 0 20 0 20 0 25513239 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 75 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280068] ppid=280054 vsize=19108176 memory=12264 CPUtime=0 cores=1,3
/proc/280057/task/280068/stat : 280068 (Finalizer) S 280054 280057 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25513255 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280075] ppid=280054 vsize=19108176 memory=5592 CPUtime=0 cores=1,3
/proc/280057/task/280075/stat : 280075 (Common-Cleaner) S 280054 280057 277987 0 -1 1077936192 525 0 0 0 0 0 0 0 20 0 20 0 25513256 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280076] ppid=280054 vsize=19108176 memory=1354076 CPUtime=0 cores=1,3
/proc/280057/task/280076/stat : 280076 (Timer-0) S 280054 280057 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25513272 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 420.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1354116 KiB

[startup+420 s]*
/proc/loadavg: 4.22 4.37 4.48 5/341 280231
/proc/meminfo: memFree=80399468/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=19108176 memory=1354116 CPUtime=421.18 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 79136 0 18 0 41989 129 0 0 20 0 20 0 25513225 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4777044 338529 5858 1 0 555889 0
[pid=280057/tid=280059] ppid=280054 vsize=19108176 memory=-8814786284965569212 CPUtime=417.36 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) R 280054 280057 277987 0 -1 4194368 25596 0 12 0 41626 110 0 0 20 0 20 0 25513239 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 75 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280068] ppid=280054 vsize=19108176 memory=27868 CPUtime=0 cores=1,3
/proc/280057/task/280068/stat : 280068 (Finalizer) S 280054 280057 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25513255 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280075] ppid=280054 vsize=19108176 memory=3360 CPUtime=0 cores=1,3
/proc/280057/task/280075/stat : 280075 (Common-Cleaner) S 280054 280057 277987 0 -1 1077936192 525 0 0 0 0 0 0 0 20 0 20 0 25513256 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280076] ppid=280054 vsize=19108176 memory=-8887970878421967548 CPUtime=0 cores=1,3
/proc/280057/task/280076/stat : 280076 (Timer-0) S 280054 280057 277987 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25513272 19566772224 338529 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 421.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1354116 KiB

[startup+420.409 s]
/proc/loadavg: 4.22 4.37 4.48 5/341 280231
/proc/meminfo: memFree=80399468/131524600 swapFree=131061696/131071996
[pid=280057] ppid=280054 vsize=19241304 memory=1354548 CPUtime=421.57 cores=1,3
/proc/280057/stat : 280057 (java) S 280054 280057 277987 0 -1 1077936128 80918 0 18 0 42027 130 0 0 20 0 19 0 25513225 19703095296 338637 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 0 0 16800975 0 0 0 17 1 0 0 13 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
/proc/280057/statm: 4810326 338637 5857 1 0 556539 0
[pid=280057/tid=280059] ppid=280054 vsize=19241304 memory=2248 CPUtime=417.72 cores=1,3
/proc/280057/task/280059/stat : 280059 (java) S 280054 280057 277987 0 -1 1077936192 26775 0 12 0 41661 111 0 0 20 0 19 0 25513239 19703095296 338637 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 80 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280068] ppid=280054 vsize=19241304 memory=25656 CPUtime=0 cores=1,3
/proc/280057/task/280068/stat : 280068 (Finalizer) S 280054 280057 277987 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25513255 19703095296 338637 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
[pid=280057/tid=280075] ppid=280054 vsize=19241304 memory=32420 CPUtime=0 cores=1,3
/proc/280057/task/280075/stat : 280075 (Common-Cleaner) S 280054 280057 277987 0 -1 1077936192 525 0 0 0 0 0 0 0 20 0 19 0 25513256 19703095296 338637 134679101440 94906782752768 94906782756464 140725772746400 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94906782764280 94906782765072 94906804559872 140725772751787 140725772751969 140725772751969 140725772758984 0
Current children cumulated CPU time: 421.57 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1354548 KiB

Child status: 30

Real time (s): 420.418
CPU time (s): 421.589
CPU user time (s): 420.279
CPU system time (s): 1.30928
CPU usage (%): 100.278
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1354548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 420.279
system time used= 1.30928
maximum resident set size= 1355532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80975
page faults= 18
swaps= 0
block input operations= 25712
block output operations= 1204240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13178
involuntary context switches= 841


# summary of solver processes directly reported to runsolver:
#   pid: 280057
#   total CPU time (s): 421.589
#   total CPU user time (s): 420.279
#   total CPU system time (s): 1.30928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.28818 second user time and 1.83386 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-25 08:45:02
IDJOB=4458240
IDBENCH=177184
IDSOLVER=3079
FILE ID=nodeC024/4458240-1721889902
RUNJOBID= nodeC024-1721886864-277999
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/CoreGuidedPB/multverif/diagcomm_greater/normalized-mult_diagcomm_opt_greater_teq_nbits_10.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-4458240-1721889902/watcher-4458240-1721889902 -o /tmp/evaluation-result-4458240-1721889902/solver-4458240-1721889902 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721886864-277999 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4458240-1721889902 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4458240-1721889902.opb

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

MD5SUM BENCH= 04cf70665d2adff71755d5c35c939249
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		: 3600.411
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		: 3646.147
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		: 3666.109
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		: 3637.426
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		: 3666.150
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		: 3687.424
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		: 3599.964
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		: 3683.651
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:        46913316 kB
MemAvailable:   92859988 kB
Buffers:          300684 kB
Cached:         46369664 kB
SwapCached:          580 kB
Active:          2635040 kB
Inactive:       81077564 kB
Active(anon):       4048 kB
Inactive(anon): 37092064 kB
Active(file):    2630992 kB
Inactive(file): 43985500 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061696 kB
Dirty:            158352 kB
Writeback:             8 kB
AnonPages:      37036852 kB
Mapped:           132108 kB
Shmem:             53788 kB
KReclaimable:     340008 kB
Slab:             465904 kB
SReclaimable:     340008 kB
SUnreclaim:       125896 kB
KernelStack:        5152 kB
PageTables:        82548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   37644524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20032 kB
HardwareCorrupted:     0 kB
AnonHugePages:  33515520 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:52:03