Trace number 4458220

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07OPT0 358.021 353.916

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.08/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.21	c See www.sat4j.org for details.
0.08/0.23	c version CUSTOM.v20240707
0.24/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.24/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.24/0.25	c java.vm.version	22.0.1+8-16
0.24/0.25	c java.vm.vendor	Oracle Corporation
0.24/0.25	c sun.arch.data.model	64
0.24/0.25	c java.version		22.0.1
0.24/0.25	c os.name		Linux
0.24/0.25	c os.version		4.18.0-301.1.el8.x86_64
0.24/0.25	c os.arch		amd64
0.24/0.26	c Free memory 		2115194816
0.24/0.27	c Max memory 		16282288128
0.24/0.27	c Total memory 		2122317824
0.24/0.27	c Number of processors 	2
0.42/0.36	--- Begin Solver configuration ---
0.42/0.36	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.42/0.36	Learn all clauses as in MiniSAT
0.42/0.36	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.36	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.36	No reason simplification
0.42/0.36	Glucose 2.1 dynamic restart strategy
0.42/0.36	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.42/0.36	timeout=2147483s
0.42/0.36	DB Simplification allowed=false
0.42/0.36	Listener: none
0.42/0.36	--- End Solver configuration ---
0.42/0.36	c Pseudo Boolean Optimization by upper bound
0.42/0.36	c --- Begin Solver configuration ---
0.42/0.36	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.42/0.36	c Learn all clauses as in MiniSAT
0.42/0.36	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.36	c No reason simplification
0.42/0.36	c Glucose 2.1 dynamic restart strategy
0.42/0.36	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.42/0.36	c timeout=2147483s
0.42/0.36	c DB Simplification allowed=false
0.42/0.36	c Listener: none
0.42/0.36	c --- End Solver configuration ---
0.42/0.36	c solving HOME/instance-4458220-1721877731.opb
0.42/0.36	c reading problem ... 
0.42/0.37	c  objective function found
0.61/0.52	c ... done. Wall clock time 0.15s.
0.61/0.52	c declared #vars     640
0.61/0.52	c #constraints  1280
0.61/0.52	c constraints type 
0.61/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 720
0.61/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 360
0.61/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
0.61/0.52	c 1280 constraints processed.
0.76/0.55	c objective function length is 40 literals
0.93/0.64	c SATISFIABLE
0.93/0.64	c OPTIMIZING...
0.93/0.65	c Got one! Elapsed wall clock time (in seconds):0.285
0.93/0.65	o 0
3.27/1.83	c cleaning 2628 clauses out of 5258 with flag 17881/5258
4.52/2.72	c cleaning 4313 clauses out of 8629 with flag 54697/11257
5.86/3.69	c cleaning 5657 clauses out of 11317 with flag 100593/18258
7.57/5.36	c cleaning 6828 clauses out of 13660 with flag 151412/26258
8.88/6.62	c cleaning 7915 clauses out of 15832 with flag 209318/35258
10.38/8.11	c cleaning 8953 clauses out of 17916 with flag 282650/45257
12.14/9.66	c cleaning 9975 clauses out of 19963 with flag 358980/56257
13.94/11.43	c cleaning 10992 clauses out of 21989 with flag 436791/68258
15.55/13.06	c cleaning 11992 clauses out of 23997 with flag 508455/81258
17.74/15.28	c cleaning 12997 clauses out of 26004 with flag 591537/95257
20.34/17.82	c cleaning 14001 clauses out of 28007 with flag 695029/110257
23.43/20.97	c cleaning 14999 clauses out of 30006 with flag 798997/126257
27.11/24.57	c cleaning 16002 clauses out of 32008 with flag 907661/143258
30.36/27.70	c cleaning 16997 clauses out of 34006 with flag 1005135/161258
34.07/31.49	c cleaning 17999 clauses out of 36009 with flag 1115720/180258
38.56/36.01	c cleaning 18999 clauses out of 38010 with flag 1251716/200258
43.35/40.77	c cleaning 19998 clauses out of 40010 with flag 1392933/221257
48.80/46.17	c cleaning 21004 clauses out of 42012 with flag 1539741/243257
54.28/51.66	c cleaning 22001 clauses out of 44008 with flag 1695190/266257
60.72/58.11	c cleaning 23001 clauses out of 46007 with flag 1874196/290257
67.41/64.76	c cleaning 24002 clauses out of 48006 with flag 2062096/315257
73.71/71.09	c cleaning 25002 clauses out of 50005 with flag 2212080/341258
81.00/78.34	c cleaning 25997 clauses out of 52003 with flag 2367672/368258
87.93/85.25	c cleaning 26996 clauses out of 54006 with flag 2510431/396258
95.61/92.94	c cleaning 28001 clauses out of 56010 with flag 2671574/425258
102.67/99.92	c cleaning 29000 clauses out of 58008 with flag 2819394/455257
110.26/107.54	c cleaning 29999 clauses out of 60010 with flag 2997380/486259
120.01/117.28	c cleaning 31000 clauses out of 62009 with flag 3208717/518257
130.09/127.33	c cleaning 32002 clauses out of 64009 with flag 3407437/551257
140.94/138.18	c cleaning 32998 clauses out of 66007 with flag 3608522/585257
150.99/148.17	c cleaning 34002 clauses out of 68009 with flag 3778301/620257
162.65/159.85	c cleaning 35002 clauses out of 70009 with flag 3981008/656259
175.97/173.18	c cleaning 35998 clauses out of 72005 with flag 4190076/693257
188.65/185.85	c cleaning 37000 clauses out of 74007 with flag 4408667/731257
202.92/200.13	c cleaning 38003 clauses out of 76007 with flag 4614574/770257
216.59/213.85	c cleaning 38997 clauses out of 78004 with flag 4816014/810257
230.29/227.54	c cleaning 40002 clauses out of 80008 with flag 5038834/851258
244.83/242.03	c cleaning 41001 clauses out of 82006 with flag 5261448/893258
259.96/257.12	c cleaning 41998 clauses out of 84005 with flag 5482501/936258
276.32/273.56	c cleaning 43001 clauses out of 86007 with flag 5728875/980258
294.30/291.52	c cleaning 44001 clauses out of 88006 with flag 5965543/1025258
312.78/309.38	c cleaning 45000 clauses out of 90004 with flag 6199608/1071258
330.61/327.08	c cleaning 45995 clauses out of 92003 with flag 6453183/1118257
354.00/350.03	c cleaning 47004 clauses out of 94009 with flag 6718847/1166258
357.87/353.85	c starts		: 1013
357.87/353.88	c conflicts		: 1178536
357.87/353.88	c decisions		: 1202402
357.87/353.88	c propagations		: 210076639
357.87/353.88	c inspects		: 5307069631
357.87/353.88	c shortcuts		: 0
357.87/353.88	c learnt literals	: 12
357.87/353.88	c learnt binary clauses	: 110
357.87/353.88	c learnt ternary clauses	: 210
357.87/353.88	c learnt constraints	: 1178523
357.87/353.88	c ignored constraints	: 0
357.87/353.88	c root simplifications	: 0
357.87/353.88	c removed literals (reason simplification)	: 0
357.87/353.88	c reason swapping (by a shorter reason)	: 0
357.87/353.88	c Calls to reduceDB	: 44
357.87/353.88	c Number of update (reduction) of LBD	: 37588
357.87/353.88	c Imported unit clauses	: 0
357.87/353.88	c No decision after first conflict	: false
357.87/353.88	c number of reductions to clauses (during analyze)	: 0
357.87/353.88	c number of learned constraints concerned by reduction	: 0
357.87/353.88	c number of learning phase by resolution	: 0
357.87/353.88	c number of learning phase by cutting planes	: 0
357.87/353.88	c number of rounding to 1 operations	: 0
357.87/353.88	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
357.87/353.88	c number of reductions of the coefficients by power 2 	: 0
357.87/353.88	c number of right shift for reduction by power 2 	: 0
357.87/353.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
357.87/353.88	c number of ending skipping 	: 0
357.87/353.88	c number of internal skipping 	: 0
357.87/353.88	c number of derivation steps 	: 0
357.87/353.88	c number of skipped derivation steps 	: 0
357.87/353.88	c number of remaining unassigned 	: 0
357.87/353.88	c number of remaining assigned 	: 0
357.87/353.88	c number of falsified literals weakened from reason	: 0
357.87/353.89	c number of falsified literals weakened from conflict	: 0
357.87/353.89	c time for arithmetic operations	: 0
357.87/353.89	c minimum degree of deleted constraints	: null
357.87/353.89	c maximum degree of deleted constraints	: null
357.87/353.89	c number of deleted constraints	: 0
357.87/353.89	c speed (assignments/second)	: 594555.4036690497
357.87/353.89	c non guided choices	: 0
357.87/353.89	s OPTIMUM FOUND
357.87/353.89	c Found 1 solution(s)
357.87/353.89	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 
357.87/353.89	c objective function=0
357.87/353.89	c Total wall clock time (in seconds): 353.532

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458220-1721877731/watcher-4458220-1721877731 -o /tmp/evaluation-result-4458220-1721877731/solver-4458220-1721877731 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721877730-203505 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4458220-1721877731.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
Starting watchdog thread
solver pid=203570, runsolver pid=203567
Current StackSize limit: 8192 KiB


[startup+0.102605 s]*
/proc/loadavg: 1.99 2.21 2.43 6/303 203624
/proc/meminfo: memFree=126205112/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=18974864 memory=50344 CPUtime=0.08 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 5929 0 13 0 4 4 0 0 20 0 18 0 23762924 19430260736 12586 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4743716 12586 4733 1 0 550471 0
[pid=203570/tid=203572] ppid=203567 vsize=18974864 memory=4026561586 CPUtime=0.06 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 1077936192 5154 0 13 0 3 3 0 0 20 0 18 0 23762925 19430260736 12586 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=18974864 memory=232851243367 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 23762934 19430260736 12586 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=18974864 memory=14127853412601218 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 18 0 23762936 19430260736 12586 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18974864 KiB
Current children cumulated memory: 50344 KiB

[startup+0.221059 s]*
/proc/loadavg: 1.99 2.21 2.43 12/317 203638
/proc/meminfo: memFree=126182448/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=18975048 memory=58296 CPUtime=0.24 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 6613 0 13 0 19 5 0 0 20 0 18 0 23762924 19430449152 14574 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4743762 14574 5604 1 0 551001 0
[pid=203570/tid=203572] ppid=203567 vsize=18975048 memory=4782652875487838339 CPUtime=0.16 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 4194368 5550 0 13 0 12 4 0 0 20 0 18 0 23762925 19430449152 14574 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=18975048 memory=1364536 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 23762934 19430449152 14574 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=18975048 memory=16102571999761082 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 23762936 19430449152 14574 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58296 KiB

[startup+0.317059 s]*
/proc/loadavg: 1.99 2.21 2.43 13/317 203638
/proc/meminfo: memFree=126155724/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=18975048 memory=66776 CPUtime=0.42 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 7156 0 13 0 36 6 0 0 20 0 18 0 23762924 19430449152 16694 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4743762 16694 5613 1 0 551455 0
[pid=203570/tid=203572] ppid=203567 vsize=18975048 memory=-8671511111022650044 CPUtime=0.27 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 4194368 5731 0 13 0 22 5 0 0 20 0 18 0 23762925 19430449152 16694 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=18975048 memory=1469935375435268697 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 23762934 19430449152 16694 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 23762936 19430449152 16694 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66776 KiB

[startup+0.705058 s]
/proc/loadavg: 1.99 2.21 2.43 14/317 203638
/proc/meminfo: memFree=126135136/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=19041612 memory=76368 CPUtime=1.11 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 8768 0 13 0 103 8 0 0 20 0 19 0 23762924 19498610688 19092 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4760403 19092 5865 1 0 552743 0
[pid=203570/tid=203572] ppid=203567 vsize=19041612 memory=5516 CPUtime=0.58 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 4194368 5956 0 13 0 53 5 0 0 20 0 19 0 23762925 19498610688 19092 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=19041612 memory=12668 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23762934 19498610688 19092 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 23762936 19498610688 19092 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 76368 KiB

[startup+1.50105 s]
/proc/loadavg: 1.99 2.21 2.43 10/321 203642
/proc/meminfo: memFree=126074500/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=19041612 memory=90852 CPUtime=2.67 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 14545 0 13 0 258 9 0 0 20 0 19 0 23762924 19498610688 22713 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4760403 22713 5897 1 0 555112 0
[pid=203570/tid=203572] ppid=203567 vsize=19041612 memory=12668 CPUtime=1.35 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 4194368 6139 0 13 0 130 5 0 0 20 0 19 0 23762925 19498610688 22713 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23762934 19498610688 22713 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 23762936 19498610688 22713 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203639] ppid=203567 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/203570/task/203639/stat : 203639 (Timer-0) S 203567 203570 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 23762979 19498610688 22713 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 90852 KiB

[startup+3.10605 s]
/proc/loadavg: 1.99 2.21 2.43 6/321 203642
/proc/meminfo: memFree=125901796/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=19041612 memory=117460 CPUtime=5.31 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 19697 0 13 0 520 11 0 0 20 0 19 0 23762924 19498610688 29365 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4760403 29365 5897 1 0 557582 0
[pid=203570/tid=203572] ppid=203567 vsize=19041612 memory=0 CPUtime=2.93 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 4194368 7211 0 13 0 287 6 0 0 20 0 19 0 23762925 19498610688 29365 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=19041612 memory=15864 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23762934 19498610688 29365 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 23762936 19498610688 29365 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203639] ppid=203567 vsize=19041612 memory=12668 CPUtime=0 cores=5,7
/proc/203570/task/203639/stat : 203639 (Timer-0) S 203567 203570 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 23762979 19498610688 29365 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 5.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 117460 KiB

[startup+6.30038 s]
/proc/loadavg: 2.31 2.27 2.45 5/324 203645
/proc/meminfo: memFree=125632176/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=19041612 memory=136896 CPUtime=8.58 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 20893 0 13 0 846 12 0 0 20 0 19 0 23762924 19498610688 34224 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4760403 34224 5897 1 0 557598 0
[pid=203570/tid=203572] ppid=203567 vsize=19041612 memory=0 CPUtime=6.1 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 4194368 7460 0 13 0 604 6 0 0 20 0 19 0 23762925 19498610688 34224 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=19041612 memory=12668 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 23762934 19498610688 34224 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=19041612 memory=15864 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 23762936 19498610688 34224 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203639] ppid=203567 vsize=19041612 memory=61204 CPUtime=0 cores=5,7
/proc/203570/task/203639/stat : 203639 (Timer-0) S 203567 203570 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 23762979 19498610688 34224 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 8.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 136896 KiB

[startup+12.7004 s]
/proc/loadavg: 2.53 2.32 2.46 5/325 203648
/proc/meminfo: memFree=125416396/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=19108176 memory=188588 CPUtime=15.24 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 26290 0 13 0 1510 14 0 0 20 0 20 0 23762924 19566772224 47147 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4777044 47147 5929 1 0 557887 0
[pid=203570/tid=203572] ppid=203567 vsize=19108176 memory=77424 CPUtime=12.44 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 4194368 8604 0 13 0 1237 7 0 0 20 0 20 0 23762925 19566772224 47147 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=19108176 memory=188588 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23762934 19566772224 47147 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=19108176 memory=119508 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 23762936 19566772224 47147 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203639] ppid=203567 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/203570/task/203639/stat : 203639 (Timer-0) S 203567 203570 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23762979 19566772224 47147 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 15.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188588 KiB

[startup+25.5005 s]
/proc/loadavg: 3.00 2.43 2.50 5/325 203649
/proc/meminfo: memFree=124431700/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=19108176 memory=197072 CPUtime=28.17 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 31446 0 13 0 2801 16 0 0 20 0 20 0 23762924 19566772224 49268 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4777044 49268 5934 1 0 557887 0
[pid=203570/tid=203572] ppid=203567 vsize=19108176 memory=188588 CPUtime=25.14 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 4194368 9789 0 13 0 2507 7 0 0 20 0 20 0 23762925 19566772224 49268 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23762934 19566772224 49268 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=19108176 memory=197060 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 23762936 19566772224 49268 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203639] ppid=203567 vsize=19108176 memory=197060 CPUtime=0 cores=5,7
/proc/203570/task/203639/stat : 203639 (Timer-0) S 203567 203570 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23762979 19566772224 49268 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 28.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 197072 KiB

[startup+51.1141 s]
/proc/loadavg: 3.48 2.59 2.55 6/325 203654
/proc/meminfo: memFree=122495496/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=19108176 memory=293608 CPUtime=53.79 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 34789 0 13 0 5360 19 0 0 20 0 20 0 23762924 19566772224 73402 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4777044 73402 5934 1 0 557887 0
[pid=203570/tid=203572] ppid=203567 vsize=19108176 memory=244276 CPUtime=50.46 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 4194368 11214 0 13 0 5039 7 0 0 20 0 20 0 23762925 19566772224 73402 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=19108176 memory=-8671511111022650044 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23762934 19566772224 73402 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=19108176 memory=188588 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 23762936 19566772224 73402 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0

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

/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 415 0 0 0 0 0 0 0 20 0 20 0 23762936 19566772224 258302 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203639] ppid=203567 vsize=19108176 memory=16144 CPUtime=0 cores=5,7
/proc/203570/task/203639/stat : 203639 (Timer-0) S 203567 203570 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23762979 19566772224 258302 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 285.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1033208 KiB

[startup+342.3 s]
/proc/loadavg: 4.20 3.61 3.01 5/319 204090
/proc/meminfo: memFree=116224844/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=19108176 memory=1288172 CPUtime=346.3 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 67659 0 13 0 34574 56 0 0 20 0 20 0 23762924 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4777044 322043 5950 1 0 562570 0
[pid=203570/tid=203572] ppid=203567 vsize=19108176 memory=1169460 CPUtime=338.79 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 4194368 22869 0 13 0 33869 10 0 0 20 0 20 0 23762925 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=19108176 memory=1169552 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23762934 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=19108176 memory=1033208 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 450 0 0 0 0 0 0 0 20 0 20 0 23762936 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203639] ppid=203567 vsize=19108176 memory=1288172 CPUtime=0 cores=5,7
/proc/203570/task/203639/stat : 203639 (Timer-0) S 203567 203570 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23762979 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 346.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1288172 KiB

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

# cumulated CPU time of all completed processes:  user=357.435 s, system=0.58589 s

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

[startup+345.6 s]
/proc/loadavg: 4.19 3.62 3.01 6/319 204090
/proc/meminfo: memFree=115979504/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=19108176 memory=1288172 CPUtime=349.6 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 67659 0 13 0 34903 57 0 0 20 0 20 0 23762924 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4777044 322043 5950 1 0 562570 0
[pid=203570/tid=203572] ppid=203567 vsize=19108176 memory=1288172 CPUtime=342.08 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 4194368 22869 0 13 0 34198 10 0 0 20 0 20 0 23762925 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=19108176 memory=4988 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23762934 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=19108176 memory=1288172 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 450 0 0 0 0 0 0 0 20 0 20 0 23762936 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203639] ppid=203567 vsize=19108176 memory=15864 CPUtime=0 cores=5,7
/proc/203570/task/203639/stat : 203639 (Timer-0) S 203567 203570 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23762979 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 349.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1288172 KiB

[startup+348.8 s]
/proc/loadavg: 4.19 3.62 3.01 5/319 204090
/proc/meminfo: memFree=115907640/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=19108176 memory=1288172 CPUtime=352.79 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 67765 0 13 0 35222 57 0 0 20 0 20 0 23762924 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4777044 322043 5950 1 0 562570 0
[pid=203570/tid=203572] ppid=203567 vsize=19108176 memory=1288172 CPUtime=345.27 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 4194368 22975 0 13 0 34517 10 0 0 20 0 20 0 23762925 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=19108176 memory=5516 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23762934 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=19108176 memory=15864 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 450 0 0 0 0 0 0 0 20 0 20 0 23762936 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203639] ppid=203567 vsize=19108176 memory=-8671511111022650044 CPUtime=0 cores=5,7
/proc/203570/task/203639/stat : 203639 (Timer-0) S 203567 203570 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23762979 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 352.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1288172 KiB

[startup+352 s]*
/proc/loadavg: 4.25 3.64 3.02 5/319 204091
/proc/meminfo: memFree=115649016/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=19108176 memory=1288172 CPUtime=356 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 67769 0 13 0 35543 57 0 0 20 0 20 0 23762924 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4777044 322043 5950 1 0 562570 0
[pid=203570/tid=203572] ppid=203567 vsize=19108176 memory=-8671511111022650044 CPUtime=348.48 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 4194368 22977 0 13 0 34838 10 0 0 20 0 20 0 23762925 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=19108176 memory=-7450780788593287296 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23762934 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=19108176 memory=-6237260304836290922 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 450 0 0 0 0 0 0 0 20 0 20 0 23762936 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203639] ppid=203567 vsize=19108176 memory=-7595718147998060640 CPUtime=0 cores=5,7
/proc/203570/task/203639/stat : 203639 (Timer-0) S 203567 203570 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23762979 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 356 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1288172 KiB

[startup+352.8 s]
/proc/loadavg: 4.25 3.64 3.02 5/319 204091
/proc/meminfo: memFree=115649016/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=19108176 memory=1288172 CPUtime=356.79 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 67769 0 13 0 35622 57 0 0 20 0 20 0 23762924 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4777044 322043 5950 1 0 562570 0
[pid=203570/tid=203572] ppid=203567 vsize=19108176 memory=1964 CPUtime=349.26 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 4194368 22977 0 13 0 34916 10 0 0 20 0 20 0 23762925 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=19108176 memory=-8671511111022650044 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23762934 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=19108176 memory=5516 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 450 0 0 0 0 0 0 0 20 0 20 0 23762936 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203639] ppid=203567 vsize=19108176 memory=1288172 CPUtime=0 cores=5,7
/proc/203570/task/203639/stat : 203639 (Timer-0) S 203567 203570 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23762979 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 356.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1288172 KiB

[startup+353.6 s]
/proc/loadavg: 4.25 3.64 3.02 5/319 204091
/proc/meminfo: memFree=115630540/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=19108176 memory=1288172 CPUtime=357.58 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 67784 0 13 0 35701 57 0 0 20 0 20 0 23762924 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4777044 322043 5950 1 0 562581 0
[pid=203570/tid=203572] ppid=203567 vsize=19108176 memory=1288172 CPUtime=350.06 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 4194368 22992 0 13 0 34996 10 0 0 20 0 20 0 23762925 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=19108176 memory=1764 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23762934 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=19108176 memory=15864 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 450 0 0 0 0 0 0 0 20 0 20 0 23762936 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203639] ppid=203567 vsize=19108176 memory=61204 CPUtime=0 cores=5,7
/proc/203570/task/203639/stat : 203639 (Timer-0) S 203567 203570 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23762979 19566772224 322043 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 357.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1288172 KiB

[startup+353.801 s]
/proc/loadavg: 4.25 3.64 3.02 5/319 204091
/proc/meminfo: memFree=115630540/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=19108176 memory=1288216 CPUtime=357.87 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 67939 0 13 0 35730 57 0 0 20 0 20 0 23762924 19566772224 322054 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4777044 322054 5950 1 0 562581 0
[pid=203570/tid=203572] ppid=203567 vsize=19108176 memory=25684 CPUtime=350.26 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) R 203567 203570 203492 0 -1 4194368 23009 0 13 0 35016 10 0 0 20 0 20 0 23762925 19566772224 322054 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=19108176 memory=2096 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 23762934 19566772224 322054 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=19108176 memory=12668 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 450 0 0 0 0 0 0 0 20 0 20 0 23762936 19566772224 322054 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203639] ppid=203567 vsize=19108176 memory=5516 CPUtime=0 cores=5,7
/proc/203570/task/203639/stat : 203639 (Timer-0) S 203567 203570 203492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 23762979 19566772224 322054 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 357.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1288216 KiB

[startup+353.9 s]
/proc/loadavg: 4.25 3.64 3.02 5/319 204091
/proc/meminfo: memFree=115630540/131655788 swapFree=131058856/131071996
[pid=203570] ppid=203567 vsize=19241304 memory=1288964 CPUtime=358 cores=5,7
/proc/203570/stat : 203570 (java) S 203567 203570 203492 0 -1 1077936128 69224 0 13 0 35743 57 0 0 20 0 15 0 23762924 19703095296 322241 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
/proc/203570/statm: 4810326 322241 5965 1 0 563200 0
[pid=203570/tid=203572] ppid=203567 vsize=19241304 memory=1033208 CPUtime=350.27 cores=5,7
/proc/203570/task/203572/stat : 203572 (java) S 203567 203570 203492 0 -1 1077936192 23728 0 13 0 35017 10 0 0 20 0 15 0 23762925 19703095296 322241 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203607] ppid=203567 vsize=19241304 memory=61204 CPUtime=0 cores=5,7
/proc/203570/task/203607/stat : 203607 (Finalizer) S 203567 203570 203492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 23762934 19703095296 322241 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
[pid=203570/tid=203638] ppid=203567 vsize=19241304 memory=104 CPUtime=0 cores=5,7
/proc/203570/task/203638/stat : 203638 (Common-Cleaner) S 203567 203570 203492 0 -1 1077936192 450 0 0 0 0 0 0 0 20 0 15 0 23762936 19703095296 322241 134679101440 94435913629696 94435913633392 140732917551648 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94435913641208 94435913642000 94435919970304 140732917560327 140732917560417 140732917560417 140732917567432 0
Current children cumulated CPU time: 358 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1288964 KiB

Child status: 30

Real time (s): 353.916
CPU time (s): 358.021
CPU user time (s): 357.435
CPU system time (s): 0.58589
CPU usage (%): 101.16
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1288964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 357.435
system time used= 0.58589
maximum resident set size= 1290104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69276
page faults= 13
swaps= 0
block input operations= 5600
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12053
involuntary context switches= 760


# summary of solver processes directly reported to runsolver:
#   pid: 203570
#   total CPU time (s): 358.021
#   total CPU user time (s): 357.435
#   total CPU system time (s): 0.58589

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.90552 second user time and 3.73463 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-25 05:22:11
IDJOB=4458220
IDBENCH=177184
IDSOLVER=3058
FILE ID=nodeC009/4458220-1721877731
RUNJOBID= nodeC009-1721877730-203505
SLURM_JOB_ID= 8089270
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Resolution Default 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 -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458220-1721877731/watcher-4458220-1721877731 -o /tmp/evaluation-result-4458220-1721877731/solver-4458220-1721877731 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721877730-203505 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4458220-1721877731.opb

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

MD5SUM BENCH= 04cf70665d2adff71755d5c35c939249
RANDOM SEED=432266111

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.281
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.251
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.249
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.289
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.249
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.255
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.319
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.257
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126338132 kB
MemAvailable:   129857400 kB
Buffers:          296472 kB
Cached:          3961144 kB
SwapCached:         4924 kB
Active:          1741180 kB
Inactive:        2851236 kB
Active(anon):       1520 kB
Inactive(anon):   378576 kB
Active(file):    1739660 kB
Inactive(file):  2472660 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131058856 kB
Dirty:              3132 kB
Writeback:             0 kB
AnonPages:        329220 kB
Mapped:            91064 kB
Shmem:             45300 kB
KReclaimable:     294296 kB
Slab:             404600 kB
SReclaimable:     294296 kB
SUnreclaim:       110304 kB
KernelStack:        3776 kB
PageTables:        10228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     695336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18848 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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:      367432 kB
DirectMap2M:    44625920 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC009 at 2024-07-25 05:28:05