Trace number 4429876

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12SAT (TO)-29 3600.32 3511.67

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-1.opb
MD5SUM13e3cfc76a003558f082ab5832d2ffa8
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark5.63628
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables595
Total number of constraints27856
Number of constraints which are clauses27856
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 595
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.11	c version CUSTOM.v20240707
0.15/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.12	c java.vm.version	22.0.1+8-16
0.15/0.12	c java.vm.vendor	Oracle Corporation
0.15/0.12	c sun.arch.data.model	64
0.15/0.12	c java.version		22.0.1
0.15/0.12	c os.name		Linux
0.15/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.15/0.12	c os.arch		amd64
0.15/0.12	c Free memory 		2115194816
0.15/0.12	c Max memory 		16282288128
0.15/0.12	c Total memory 		2122317824
0.15/0.13	c Number of processors 	2
0.15/0.21	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.21	 - never skip resolution steps
0.15/0.21	 - Auto-division on coefficients is disabled
0.15/0.21	 - No postprocessing
0.15/0.21	 - Conflict is considered as is when resolving
0.15/0.21	 - Use constraints as they come during conflict analysis
0.15/0.21	 - Weaken first using unassigned literals
0.15/0.21	 - Bump strategy: ALWAYS_ONE
0.15/0.21	 - Bumper: EFFECTIVE
0.15/0.21	--- Begin Solver configuration ---
0.15/0.21	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.21	Learn all clauses as in MiniSAT
0.15/0.21	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.21	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.21	No reason simplification
0.15/0.21	Dynamic restart strategy considering the size of the coefficients
0.15/0.21	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.21	timeout=2147483s
0.15/0.21	DB Simplification allowed=false
0.15/0.21	Listener: none
0.15/0.21	--- End Solver configuration ---
0.15/0.21	c Pseudo Boolean Optimization by upper bound
0.15/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.21	c  - never skip resolution steps
0.15/0.21	c  - Auto-division on coefficients is disabled
0.15/0.21	c  - No postprocessing
0.15/0.21	c  - Conflict is considered as is when resolving
0.15/0.21	c  - Use constraints as they come during conflict analysis
0.15/0.21	c  - Weaken first using unassigned literals
0.15/0.21	c  - Bump strategy: ALWAYS_ONE
0.15/0.21	c  - Bumper: EFFECTIVE
0.15/0.21	c --- Begin Solver configuration ---
0.15/0.21	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.21	c Learn all clauses as in MiniSAT
0.15/0.21	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.21	c No reason simplification
0.15/0.21	c Dynamic restart strategy considering the size of the coefficients
0.15/0.21	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.21	c timeout=2147483s
0.15/0.21	c DB Simplification allowed=false
0.15/0.21	c Listener: none
0.15/0.21	c --- End Solver configuration ---
0.15/0.21	c solving HOME/instance-4429876-1721063044.opb
0.15/0.21	c reading problem ... 
0.15/0.21	c  objective function found
1.08/0.64	c ... done. Wall clock time 0.437s.
1.08/0.66	c declared #vars     595
1.08/0.66	c #constraints  27856
1.08/0.66	c constraints type 
1.08/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27856
1.08/0.66	c 27856 constraints processed.
1.08/0.68	c objective function length is 595 literals
1.26/0.71	c SATISFIABLE
1.26/0.71	c OPTIMIZING...
1.26/0.71	c Got one! Elapsed wall clock time (in seconds):0.497
1.26/0.71	o -27
1.45/0.88	c Got one! Elapsed wall clock time (in seconds):0.667
1.45/0.88	o -28
24.39/19.38	c cleaning 2510 clauses out of 5019 with flag 0/5019
61.80/55.87	c cleaning 4254 clauses out of 8507 with flag 0/11017
128.91/120.69	c cleaning 5625 clauses out of 11254 with flag 0/18018
141.92/133.16	c Got one! Elapsed wall clock time (in seconds):132.952
141.92/133.16	o -29
199.69/190.03	c cleaning 5760 clauses out of 11519 with flag 0/23908
258.12/247.60	c cleaning 5879 clauses out of 11757 with flag 0/29906
334.64/322.82	c cleaning 6433 clauses out of 12877 with flag 0/36905
459.39/446.14	c cleaning 7220 clauses out of 14445 with flag 0/44906
588.97/573.70	c cleaning 8107 clauses out of 16224 with flag 0/53905
745.25/728.29	c cleaning 9056 clauses out of 18118 with flag 0/63906
939.74/920.32	c cleaning 10031 clauses out of 20062 with flag 0/74906
1182.88/1161.81	c cleaning 11014 clauses out of 22031 with flag 0/86906
1396.42/1372.77	c cleaning 12004 clauses out of 24017 with flag 0/99906
1672.71/1646.15	c cleaning 13006 clauses out of 26013 with flag 0/113906
1961.62/1930.90	c cleaning 14001 clauses out of 28008 with flag 0/128907
2280.47/2246.91	c cleaning 15005 clauses out of 30011 with flag 0/144911
2665.53/2628.02	c cleaning 15993 clauses out of 32002 with flag 0/161907
3137.20/3077.25	c cleaning 16998 clauses out of 34007 with flag 0/179905
3600.01/3511.53	c starts		: 45
3600.01/3511.56	c conflicts		: 196212
3600.01/3511.56	c decisions		: 201641
3600.01/3511.56	c propagations		: 1491411
3600.01/3511.56	c inspects		: 1985036645
3600.01/3511.56	c shortcuts		: 0
3600.01/3511.56	c learnt literals	: 0
3600.01/3511.56	c learnt binary clauses	: 0
3600.01/3511.56	c learnt ternary clauses	: 0
3600.01/3511.56	c learnt constraints	: 196212
3600.01/3511.56	c ignored constraints	: 0
3600.01/3511.56	c root simplifications	: 0
3600.01/3511.56	c removed literals (reason simplification)	: 0
3600.01/3511.56	c reason swapping (by a shorter reason)	: 0
3600.01/3511.56	c Calls to reduceDB	: 17
3600.01/3511.56	c Number of update (reduction) of LBD	: 147672
3600.01/3511.56	c Imported unit clauses	: 0
3600.01/3511.56	c No decision after first conflict	: false
3600.01/3511.56	c number of reductions to clauses (during analyze)	: 0
3600.01/3511.56	c number of learned constraints concerned by reduction	: 0
3600.01/3511.56	c number of learning phase by resolution	: 0
3600.01/3511.56	c number of learning phase by cutting planes	: 0
3600.01/3511.56	c number of rounding to 1 operations	: 0
3600.01/3511.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3511.56	c number of reductions of the coefficients by power 2 	: 0
3600.01/3511.56	c number of right shift for reduction by power 2 	: 0
3600.01/3511.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3511.56	c number of ending skipping 	: 0
3600.01/3511.56	c number of internal skipping 	: 0
3600.01/3511.56	c number of derivation steps 	: 1433097
3600.01/3511.56	c number of skipped derivation steps 	: 0
3600.01/3511.56	c number of remaining unassigned 	: 343782
3600.01/3511.56	c number of remaining assigned 	: 294016379
3600.01/3511.56	c number of falsified literals weakened from reason	: 0
3600.01/3511.56	c number of falsified literals weakened from conflict	: 0
3600.01/3511.56	c time for arithmetic operations	: 11006720020
3600.01/3511.57	c minimum degree of deleted constraints	: 12
3600.01/3511.57	c maximum degree of deleted constraints	: 130250148548929485798406601155545043710321512337191219232147510878355900054713634491160872708460868127323957999455691931840508700234835537309172172356543870457119482471520469584425964857038776668993725600755664488664883313703742755727915520
3600.01/3511.57	c number of deleted constraints	: 162896
3600.01/3511.57	c speed (assignments/second)	: 424.79679601786563
3600.01/3511.57	c non guided choices	: 0
3600.22/3511.63	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 718
3600.22/3511.63	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 32598
3600.22/3511.63	s SATISFIABLE
3600.22/3511.63	c Found 3 solution(s)
3600.22/3511.64	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 
3600.22/3511.65	c objective function=-29
3600.22/3511.65	c Total wall clock time (in seconds): 3511.444

Verifier Data

OK	-29

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (61030 MiB free)
  memory of node 1: 64510 MiB (58593 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429876-1721063044/watcher-4429876-1721063044 -o /tmp/evaluation-result-4429876-1721063044/solver-4429876-1721063044 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721059563-801473 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429876-1721063044.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux Starting watchdog threa
Linux Starting watchdog threa

Current StackSize limit: 8192 KiB

solver pid=803474, runsolver pid=803471

[startup+0.100072 s]*
/proc/loadavg: 4.35 4.35 4.29 7/317 803492
/proc/meminfo: memFree=122460188/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=18975048 memory=57528 CPUtime=0.15 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 6742 0 0 0 13 2 0 0 20 0 18 0 158460810 19430449152 14382 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4743762 14382 5750 1 0 551039 0
[pid=803474/tid=803476] ppid=803471 vsize=18975048 memory=4026561586 CPUtime=0.1 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 5674 0 0 0 8 2 0 0 20 0 18 0 158460810 19430449152 14382 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158460815 19430449152 14382 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 158460816 19430449152 14382 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57528 KiB

[startup+0.232409 s]*
/proc/loadavg: 4.35 4.35 4.29 7/317 803492
/proc/meminfo: memFree=122449396/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=18975048 memory=69432 CPUtime=0.38 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 7677 0 0 0 35 3 0 0 20 0 18 0 158460810 19430449152 17358 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4743762 17358 5765 1 0 551839 0
[pid=803474/tid=803476] ppid=803471 vsize=18975048 memory=4782652875487838339 CPUtime=0.22 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 6073 0 0 0 20 2 0 0 20 0 18 0 158460810 19430449152 17358 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=18975048 memory=5697 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158460815 19430449152 17358 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 158460816 19430449152 17358 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69432 KiB

[startup+0.320408 s]*
/proc/loadavg: 4.35 4.35 4.29 7/317 803492
/proc/meminfo: memFree=122440448/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=18975048 memory=76172 CPUtime=0.54 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 7753 0 0 0 51 3 0 0 20 0 18 0 158460810 19430449152 19043 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4743762 19043 5834 1 0 551855 0
[pid=803474/tid=803476] ppid=803471 vsize=18975048 memory=-9103576299784741564 CPUtime=0.28 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 6084 0 0 0 26 2 0 0 20 0 18 0 158460810 19430449152 19043 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158460815 19430449152 19043 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 158460816 19430449152 19043 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 76172 KiB

[startup+0.71103 s]
/proc/loadavg: 4.35 4.35 4.29 7/317 803492
/proc/meminfo: memFree=122356488/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=19108176 memory=172380 CPUtime=1.26 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 15098 0 0 0 120 6 0 0 20 0 20 0 158460810 19566772224 43095 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4777044 43095 5888 1 0 555768 0
[pid=803474/tid=803476] ppid=803471 vsize=19108176 memory=5512 CPUtime=0.57 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 6238 0 0 0 53 4 0 0 20 0 20 0 158460810 19566772224 43095 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158460815 19566772224 43095 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158460816 19566772224 43095 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 172380 KiB

[startup+1.5074 s]
/proc/loadavg: 4.35 4.35 4.29 7/319 803494
/proc/meminfo: memFree=122330632/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=19108176 memory=186704 CPUtime=2.84 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 24874 0 0 0 276 8 0 0 20 0 20 0 158460810 19566772224 46676 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4777044 46676 5888 1 0 559042 0
[pid=803474/tid=803476] ppid=803471 vsize=19108176 memory=11992 CPUtime=1.26 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 6340 0 0 0 122 4 0 0 20 0 20 0 158460810 19566772224 46676 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158460815 19566772224 46676 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158460816 19566772224 46676 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803494] ppid=803471 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/803474/task/803494/stat : 803494 (Timer-0) S 803471 803474 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158460879 19566772224 46676 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186704 KiB

[startup+3.1057 s]
/proc/loadavg: 4.35 4.35 4.29 7/319 803494
/proc/meminfo: memFree=122164584/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=19108176 memory=390672 CPUtime=5.95 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 28309 0 0 0 582 13 0 0 20 0 20 0 158460810 19566772224 97668 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4777044 97668 5888 1 0 759565 0
[pid=803474/tid=803476] ppid=803471 vsize=19108176 memory=0 CPUtime=2.74 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 7108 0 0 0 267 7 0 0 20 0 20 0 158460810 19566772224 97668 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158460815 19566772224 97668 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158460816 19566772224 97668 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803494] ppid=803471 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/803474/task/803494/stat : 803494 (Timer-0) S 803471 803474 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158460879 19566772224 97668 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 390672 KiB

[startup+6.3004 s]
/proc/loadavg: 4.41 4.36 4.30 5/319 803494
/proc/meminfo: memFree=121776104/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=19108176 memory=755684 CPUtime=10.18 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 29649 0 0 0 996 22 0 0 20 0 20 0 158460810 19566772224 188921 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4777044 188921 5888 1 0 759585 0
[pid=803474/tid=803476] ppid=803471 vsize=19108176 memory=0 CPUtime=5.75 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 7299 0 0 0 562 13 0 0 20 0 20 0 158460810 19566772224 188921 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158460815 19566772224 188921 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158460816 19566772224 188921 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803494] ppid=803471 vsize=19108176 memory=40468 CPUtime=0 cores=0,2
/proc/803474/task/803494/stat : 803494 (Timer-0) S 803471 803474 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158460879 19566772224 188921 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 10.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 755684 KiB

[startup+12.7004 s]
/proc/loadavg: 4.37 4.36 4.30 5/319 803496
/proc/meminfo: memFree=121119988/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=19108176 memory=1434932 CPUtime=17.42 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 30503 0 0 0 1704 38 0 0 20 0 20 0 158460810 19566772224 358733 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4777044 358733 5903 1 0 893276 0
[pid=803474/tid=803476] ppid=803471 vsize=19108176 memory=181444 CPUtime=11.67 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 7628 0 0 0 1142 25 0 0 20 0 20 0 158460810 19566772224 358733 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=19108176 memory=1393920 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158460815 19566772224 358733 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=19108176 memory=431632 CPUtime=0 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158460816 19566772224 358733 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803494] ppid=803471 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/803474/task/803494/stat : 803494 (Timer-0) S 803471 803474 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158460879 19566772224 358733 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 17.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1434932 KiB

[startup+25.5005 s]
/proc/loadavg: 4.29 4.34 4.29 7/319 803497
/proc/meminfo: memFree=120885600/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=19108176 memory=1628300 CPUtime=30.72 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 37083 0 0 0 3029 43 0 0 20 0 20 0 158460810 19566772224 407075 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4777044 407075 5903 1 0 893327 0
[pid=803474/tid=803476] ppid=803471 vsize=19108176 memory=1393920 CPUtime=24.14 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 10456 0 0 0 2387 27 0 0 20 0 20 0 158460810 19566772224 407075 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=19108176 memory=1566796 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158460815 19566772224 407075 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 158460816 19566772224 407075 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803494] ppid=803471 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=0,2
/proc/803474/task/803494/stat : 803494 (Timer-0) S 803471 803474 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158460879 19566772224 407075 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 30.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1628300 KiB

[startup+51.1136 s]
/proc/loadavg: 4.33 4.34 4.29 5/319 803571
/proc/meminfo: memFree=119550036/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=19108176 memory=3866352 CPUtime=56.97 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 45313 0 0 0 5609 88 0 0 20 0 20 0 158460810 19566772224 966588 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4777044 966588 5903 1 0 1246356 0
[pid=803474/tid=803476] ppid=803471 vsize=19108176 memory=3866352 CPUtime=49.23 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 14209 0 0 0 4860 63 0 0 20 0 20 0 158460810 19566772224 966588 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=19108176 memory=5866614071841025384 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158460815 19566772224 966588 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=19108176 memory=3821232 CPUtime=0 cores=0,2

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

[startup+3162.3 s]
/proc/loadavg: 4.30 4.33 4.33 6/319 805273
/proc/meminfo: memFree=116362276/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=19108176 memory=2594156 CPUtime=3226.72 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 456836 0 0 0 322318 354 0 0 20 0 20 0 158460810 19566772224 648539 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4777044 648539 5923 1 0 658742 0
[pid=803474/tid=803476] ppid=803471 vsize=19108176 memory=3069980 CPUtime=3102.33 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 206011 0 0 0 310134 99 0 0 20 0 20 0 158460810 19566772224 648539 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 134 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=19108176 memory=3069980 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158460815 19566772224 648539 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=19108176 memory=3069980 CPUtime=0.01 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 3952 0 0 0 0 1 0 0 20 0 20 0 158460816 19566772224 648539 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803494] ppid=803471 vsize=19108176 memory=2594156 CPUtime=0 cores=0,2
/proc/803474/task/803494/stat : 803494 (Timer-0) S 803471 803474 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158460879 19566772224 648539 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 3226.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2594156 KiB

[startup+3222.3 s]
/proc/loadavg: 4.32 4.33 4.33 5/320 805284
/proc/meminfo: memFree=116629624/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=19108176 memory=2594156 CPUtime=3290.38 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 462288 0 0 0 328679 359 0 0 20 0 20 0 158460810 19566772224 648539 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4777044 648539 5923 1 0 658742 0
[pid=803474/tid=803476] ppid=803471 vsize=19108176 memory=3069980 CPUtime=3160.95 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 208167 0 0 0 315996 99 0 0 20 0 20 0 158460810 19566772224 648539 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 136 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=19108176 memory=3069980 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158460815 19566772224 648539 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=19108176 memory=3069980 CPUtime=0.01 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 4001 0 0 0 0 1 0 0 20 0 20 0 158460816 19566772224 648539 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803494] ppid=803471 vsize=19108176 memory=3069980 CPUtime=0 cores=0,2
/proc/803474/task/803494/stat : 803494 (Timer-0) S 803471 803474 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158460879 19566772224 648539 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 3290.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2594156 KiB

[startup+3282.3 s]
/proc/loadavg: 4.44 4.37 4.34 5/321 805464
/proc/meminfo: memFree=116628888/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=19108176 memory=2594228 CPUtime=3355.01 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 467734 0 0 0 335136 365 0 0 20 0 20 0 158460810 19566772224 648557 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4777044 648557 5938 1 0 658742 0
[pid=803474/tid=803476] ppid=803471 vsize=19108176 memory=2594228 CPUtime=3219.57 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 210238 0 0 0 321858 99 0 0 20 0 20 0 158460810 19566772224 648557 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 139 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158460815 19566772224 648557 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=19108176 memory=11992 CPUtime=0.01 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 4050 0 0 0 0 1 0 0 20 0 20 0 158460816 19566772224 648557 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803494] ppid=803471 vsize=19108176 memory=40468 CPUtime=0 cores=0,2
/proc/803474/task/803494/stat : 803494 (Timer-0) S 803471 803474 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158460879 19566772224 648557 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 3355.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2594228 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.34 4.34 5/321 805475
/proc/meminfo: memFree=116628388/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=19108176 memory=2594228 CPUtime=3417.96 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 473196 0 0 0 341426 370 0 0 20 0 20 0 158460810 19566772224 648557 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4777044 648557 5938 1 0 658742 0
[pid=803474/tid=803476] ppid=803471 vsize=19108176 memory=40520 CPUtime=3278.03 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 212316 0 0 0 327703 100 0 0 20 0 20 0 158460810 19566772224 648557 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 144 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=19108176 memory=2594228 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158460815 19566772224 648557 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=19108176 memory=2594228 CPUtime=0.01 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 4110 0 0 0 0 1 0 0 20 0 20 0 158460816 19566772224 648557 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803494] ppid=803471 vsize=19108176 memory=2594228 CPUtime=0 cores=0,2
/proc/803474/task/803494/stat : 803494 (Timer-0) S 803471 803474 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158460879 19566772224 648557 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 3417.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2594228 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.31 4.33 5/320 805487
/proc/meminfo: memFree=116126836/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=19108176 memory=3094224 CPUtime=3484.41 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 479682 0 0 0 348050 391 0 0 20 0 20 0 158460810 19566772224 773556 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4777044 773556 5938 1 0 784022 0
[pid=803474/tid=803476] ppid=803471 vsize=19108176 memory=2594228 CPUtime=3336.21 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 214821 0 0 0 333510 111 0 0 20 0 20 0 158460810 19566772224 773556 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 146 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=19108176 memory=40468 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158460815 19566772224 773556 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=19108176 memory=2594228 CPUtime=0.01 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 4168 0 0 0 0 1 0 0 20 0 20 0 158460816 19566772224 773556 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803494] ppid=803471 vsize=19108176 memory=-9103576299784741564 CPUtime=0 cores=0,2
/proc/803474/task/803494/stat : 803494 (Timer-0) S 803471 803474 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158460879 19566772224 773556 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 3484.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3094224 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.30 4.32 5/320 805508
/proc/meminfo: memFree=116126236/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=19108176 memory=3094224 CPUtime=3547.92 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 480563 0 0 0 354395 397 0 0 20 0 20 0 158460810 19566772224 773556 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4777044 773556 5938 1 0 784022 0
[pid=803474/tid=803476] ppid=803471 vsize=19108176 memory=2594228 CPUtime=3394.65 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 215564 0 0 0 339354 111 0 0 20 0 20 0 158460810 19566772224 773556 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 156 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=19108176 memory=40468 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158460815 19566772224 773556 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=19108176 memory=3094224 CPUtime=0.01 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 4168 0 0 0 0 1 0 0 20 0 20 0 158460816 19566772224 773556 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803494] ppid=803471 vsize=19108176 memory=3094224 CPUtime=0 cores=0,2
/proc/803474/task/803494/stat : 803494 (Timer-0) S 803471 803474 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158460879 19566772224 773556 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 3547.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3094224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3511.5 s]
/proc/loadavg: 4.31 4.31 4.32 6/319 805517
/proc/meminfo: memFree=116125804/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=19108176 memory=3094388 CPUtime=3600.01 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 486278 0 0 0 359598 403 0 0 20 0 20 0 158460810 19566772224 773597 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4777044 773597 5938 1 0 784022 0
[pid=803474/tid=803476] ppid=803471 vsize=19108176 memory=3094224 CPUtime=3442.61 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 217530 0 0 0 344150 111 0 0 20 0 20 0 158460810 19566772224 773597 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 156 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=19108176 memory=7306637763492078704 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158460815 19566772224 773597 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=19108176 memory=3094388 CPUtime=0.01 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 4217 0 0 0 0 1 0 0 20 0 20 0 158460816 19566772224 773597 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803494] ppid=803471 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/803474/task/803494/stat : 803494 (Timer-0) S 803471 803474 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158460879 19566772224 773597 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3094388 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.27 s, system=4.05289 s

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

[startup+3511.61 s]
/proc/loadavg: 4.31 4.31 4.32 6/319 805517
/proc/meminfo: memFree=116125804/131655788 swapFree=131071996/131071996
[pid=803474] ppid=803471 vsize=19307868 memory=3095048 CPUtime=3600.22 cores=0,2
/proc/803474/stat : 803474 (java) S 803471 803474 801463 0 -1 1077936128 487675 0 0 0 359619 403 0 0 20 0 21 0 158460810 19771256832 773762 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
/proc/803474/statm: 4826967 773762 5937 1 0 784941 0
[pid=803474/tid=803476] ppid=803471 vsize=19307868 memory=2648 CPUtime=3442.7 cores=0,2
/proc/803474/task/803476/stat : 803476 (java) R 803471 803474 801463 0 -1 4194368 217582 0 0 0 344159 111 0 0 20 0 21 0 158460810 19771256832 773762 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 156 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803485] ppid=803471 vsize=19307868 memory=2312 CPUtime=0 cores=0,2
/proc/803474/task/803485/stat : 803485 (Finalizer) S 803471 803474 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 158460815 19771256832 773762 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
[pid=803474/tid=803492] ppid=803471 vsize=19307868 memory=25208 CPUtime=0.01 cores=0,2
/proc/803474/task/803492/stat : 803492 (Common-Cleaner) S 803471 803474 801463 0 -1 1077936192 4217 0 0 0 0 1 0 0 20 0 21 0 158460816 19771256832 773762 134679101440 94619169075200 94619169078896 140726211840176 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94619169086712 94619169087504 94619197943808 140726211843061 140726211843169 140726211843169 140726211850184 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3095048 KiB

Child status: 143

Real time (s): 3511.67
CPU time (s): 3600.32
CPU user time (s): 3596.27
CPU system time (s): 4.05289
CPU usage (%): 102.524
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4942528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.27
system time used= 4.05289
maximum resident set size= 4942536
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 487877
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123376
involuntary context switches= 30789


# summary of solver processes directly reported to runsolver:
#   pid: 803474
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3596.27
#   total CPU system time (s): 4.05289

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4172 second user time and 36.1527 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-15 19:04:16
IDJOB=4429876
IDBENCH=146690
IDSOLVER=3052
FILE ID=nodeC008/4429876-1721063044
RUNJOBID= nodeC008-1721059563-801473
SLURM_JOB_ID= 7505500
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429876-1721063044/watcher-4429876-1721063044 -o /tmp/evaluation-result-4429876-1721063044/solver-4429876-1721063044 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721059563-801473 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429876-1721063044.opb

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

MD5SUM BENCH= 13e3cfc76a003558f082ab5832d2ffa8
RANDOM SEED=78307102

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122495724 kB
MemAvailable:   122665552 kB
Buffers:          379776 kB
Cached:           635372 kB
SwapCached:            0 kB
Active:           607580 kB
Inactive:        8019648 kB
Active(anon):       1484 kB
Inactive(anon):  7648652 kB
Active(file):     606096 kB
Inactive(file):   370996 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1556 kB
Writeback:            20 kB
AnonPages:       7607436 kB
Mapped:           123948 kB
Shmem:             37704 kB
KReclaimable:      65536 kB
Slab:             159548 kB
SReclaimable:      65536 kB
SUnreclaim:        94012 kB
KernelStack:        4848 kB
PageTables:        24988 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    8544036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51040 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7284736 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC008 at 2024-07-15 20:02:48