Trace number 4459805

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 Partial RoundingSAT 2024 2024-07-12SAT (TO)-65 3600.63 3384.31

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_500_25_4.opb
MD5SUM5f642955075bb0dd80aabe9a80ec63b9
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-78
Best CPU time to get the best result obtained on this benchmark71244.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint25
Maximum length of a constraint49
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15754
Sum of products size (including duplicates)31508
Number of different products7877
Sum of products size15754

Quality of the solution as a function of time


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

Solver Data

0.08/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.20	c See www.sat4j.org for details.
0.08/0.22	c version CUSTOM.v20240707
0.25/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.25	c java.vm.version	22.0.1+8-16
0.25/0.25	c java.vm.vendor	Oracle Corporation
0.25/0.25	c sun.arch.data.model	64
0.25/0.25	c java.version		22.0.1
0.25/0.25	c os.name		Linux
0.25/0.25	c os.version		4.18.0-301.1.el8.x86_64
0.25/0.25	c os.arch		amd64
0.25/0.26	c Free memory 		2113181440
0.25/0.26	c Max memory 		16282288128
0.25/0.26	c Total memory 		2122317824
0.25/0.27	c Number of processors 	2
0.58/0.43	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.58/0.43	 - never skip resolution steps
0.58/0.43	 - Auto-division on coefficients is disabled
0.58/0.43	 - No postprocessing
0.58/0.43	 - Conflict is considered as is when resolving
0.58/0.43	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.58/0.43	 - Weaken first using unassigned literals
0.58/0.43	 - Bump strategy: ALWAYS_ONE
0.58/0.43	 - Bumper: ASSIGNED
0.58/0.43	--- Begin Solver configuration ---
0.58/0.43	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.58/0.43	Learn all clauses as in MiniSAT
0.58/0.43	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.58/0.43	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.58/0.43	No reason simplification
0.58/0.43	Armin Biere (Picosat) restarts strategy
0.58/0.43	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.58/0.43	timeout=2147483s
0.58/0.43	DB Simplification allowed=false
0.58/0.43	Listener: none
0.58/0.43	--- End Solver configuration ---
0.58/0.43	c Pseudo Boolean Optimization by upper bound
0.58/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.58/0.43	c  - never skip resolution steps
0.58/0.43	c  - Auto-division on coefficients is disabled
0.58/0.43	c  - No postprocessing
0.58/0.43	c  - Conflict is considered as is when resolving
0.58/0.43	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.58/0.43	c  - Weaken first using unassigned literals
0.58/0.43	c  - Bump strategy: ALWAYS_ONE
0.58/0.43	c  - Bumper: ASSIGNED
0.58/0.43	c --- Begin Solver configuration ---
0.58/0.43	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.58/0.43	c Learn all clauses as in MiniSAT
0.58/0.43	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.58/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.58/0.43	c No reason simplification
0.58/0.43	c Armin Biere (Picosat) restarts strategy
0.58/0.43	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.58/0.43	c timeout=2147483s
0.58/0.43	c DB Simplification allowed=false
0.58/0.43	c Listener: none
0.58/0.43	c --- End Solver configuration ---
0.58/0.44	c solving HOME/instance-4459805-1721939463.opb
0.58/0.44	c reading problem ... 
0.58/0.44	c  objective function found
1.48/0.99	c ... done. Wall clock time 0.552s.
1.48/1.00	c declared #vars     500
1.48/1.00	c internal #vars     8377
1.48/1.00	c #constraints  16754
1.48/1.00	c constraints type 
1.48/1.00	c org.sat4j.specs.Constr$1 => 500
1.48/1.00	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 7877
1.48/1.00	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
1.48/1.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7877
1.48/1.00	c 16754 constraints processed.
1.70/1.03	c objective function length is 500 literals
1.70/1.07	c SATISFIABLE
1.70/1.07	c OPTIMIZING...
1.70/1.07	c Got one! Elapsed wall clock time (in seconds):0.636
1.70/1.08	o -52
1.89/1.11	c Got one! Elapsed wall clock time (in seconds):0.668
1.89/1.11	o -53
1.89/1.12	c Got one! Elapsed wall clock time (in seconds):0.686
1.89/1.12	o -54
2.07/1.26	c Got one! Elapsed wall clock time (in seconds):0.826
2.07/1.26	o -55
3.06/1.77	c Got one! Elapsed wall clock time (in seconds):1.332
3.06/1.77	o -56
3.86/2.17	c Got one! Elapsed wall clock time (in seconds):1.734
3.86/2.17	o -57
5.03/2.78	c Got one! Elapsed wall clock time (in seconds):2.341
5.03/2.78	o -58
6.40/3.44	c Got one! Elapsed wall clock time (in seconds):3.007
6.40/3.44	o -59
7.33/4.03	c Got one! Elapsed wall clock time (in seconds):3.598
7.33/4.03	o -60
10.93/7.30	c Got one! Elapsed wall clock time (in seconds):6.865
10.93/7.30	o -61
12.94/9.38	c Got one! Elapsed wall clock time (in seconds):8.949
12.94/9.38	o -62
45.11/40.89	c cleaning 3260 clauses out of 6523 with flag 0/6523
79.32/74.04	c Got one! Elapsed wall clock time (in seconds):73.603
79.32/74.04	o -63
137.41/131.57	c cleaning 6643 clauses out of 13292 with flag 0/16552
187.48/180.78	c cleaning 6321 clauses out of 12649 with flag 0/22552
232.30/223.83	c cleaning 6352 clauses out of 13328 with flag 0/29552
282.11/272.76	c cleaning 6110 clauses out of 14977 with flag 0/37553
337.06/326.87	c cleaning 6983 clauses out of 17866 with flag 0/46552
405.19/391.92	c cleaning 7474 clauses out of 20885 with flag 0/56554
476.19/462.10	c Got one! Elapsed wall clock time (in seconds):461.66
476.19/462.10	o -64
539.66/524.60	c cleaning 11468 clauses out of 28567 with flag 0/71710
567.85/552.12	c cleaning 4449 clauses out of 23098 with flag 0/77709
610.25/592.62	c cleaning 5410 clauses out of 25651 with flag 0/84711
654.95/636.58	c cleaning 6089 clauses out of 28238 with flag 0/92708
705.95/686.74	c cleaning 6463 clauses out of 31151 with flag 0/101710
776.90/756.83	c cleaning 7217 clauses out of 34686 with flag 0/111708
866.75/845.43	c cleaning 8128 clauses out of 38471 with flag 0/122710
966.54/943.61	c cleaning 8970 clauses out of 42342 with flag 0/134709
1069.57/1043.32	c cleaning 9482 clauses out of 46372 with flag 0/147709
1196.34/1168.36	c cleaning 10292 clauses out of 50889 with flag 0/161708
1346.92/1317.33	c cleaning 11597 clauses out of 55598 with flag 0/176709
1518.56/1486.65	c cleaning 12107 clauses out of 60001 with flag 0/192709
1696.35/1656.40	c cleaning 12379 clauses out of 64894 with flag 0/209709
1901.60/1844.39	c cleaning 13030 clauses out of 70515 with flag 0/227709
2131.64/2057.43	c cleaning 13551 clauses out of 76484 with flag 0/246708
2406.21/2305.46	c cleaning 14959 clauses out of 82933 with flag 0/266708
2407.82/2307.02	c Got one! Elapsed wall clock time (in seconds):2306.587
2407.82/2307.02	o -65
2439.23/2335.74	c cleaning 3995 clauses out of 73446 with flag 0/272180
2479.40/2373.22	c cleaning 4524 clauses out of 75453 with flag 0/278182
2533.36/2422.03	c cleaning 5276 clauses out of 77927 with flag 0/285180
2593.35/2476.66	c cleaning 5839 clauses out of 80651 with flag 0/293180
2667.44/2542.69	c cleaning 6721 clauses out of 83812 with flag 0/302180
2757.00/2624.52	c cleaning 7400 clauses out of 87091 with flag 0/312180
2888.20/2741.92	c cleaning 8267 clauses out of 90692 with flag 0/323181
3015.77/2858.79	c cleaning 8827 clauses out of 94424 with flag 0/335180
3168.12/2994.70	c cleaning 9645 clauses out of 98598 with flag 0/348181
3322.44/3132.94	c cleaning 9890 clauses out of 102952 with flag 0/362180
3512.01/3305.34	c cleaning 11162 clauses out of 108062 with flag 0/377180
3600.06/3384.06	c starts		: 150
3600.06/3384.06	c conflicts		: 385955
3600.06/3384.06	c decisions		: 456374
3600.06/3384.08	c propagations		: 4493217
3600.06/3384.08	c inspects		: 3360003169
3600.06/3384.08	c shortcuts		: 0
3600.06/3384.08	c learnt literals	: 0
3600.06/3384.08	c learnt binary clauses	: 0
3600.06/3384.08	c learnt ternary clauses	: 0
3600.06/3384.08	c learnt constraints	: 385954
3600.06/3384.08	c ignored constraints	: 0
3600.06/3384.08	c root simplifications	: 0
3600.06/3384.08	c removed literals (reason simplification)	: 0
3600.06/3384.08	c reason swapping (by a shorter reason)	: 0
3600.06/3384.08	c Calls to reduceDB	: 34
3600.06/3384.08	c Number of update (reduction) of LBD	: 0
3600.06/3384.08	c Imported unit clauses	: 0
3600.06/3384.08	c No decision after first conflict	: false
3600.06/3384.08	c number of reductions to clauses (during analyze)	: 0
3600.06/3384.08	c number of learned constraints concerned by reduction	: 0
3600.06/3384.08	c number of learning phase by resolution	: 0
3600.06/3384.08	c number of learning phase by cutting planes	: 0
3600.06/3384.08	c number of rounding to 1 operations	: 1242816
3600.06/3384.08	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3384.08	c number of reductions of the coefficients by power 2 	: 0
3600.06/3384.08	c number of right shift for reduction by power 2 	: 0
3600.06/3384.08	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3384.08	c number of ending skipping 	: 0
3600.06/3384.08	c number of internal skipping 	: 0
3600.06/3384.09	c number of derivation steps 	: 2655335
3600.06/3384.09	c number of skipped derivation steps 	: 0
3600.06/3384.09	c number of remaining unassigned 	: 285889
3600.06/3384.09	c number of remaining assigned 	: 305070017
3600.06/3384.09	c number of falsified literals weakened from reason	: 0
3600.06/3384.09	c number of falsified literals weakened from conflict	: 0
3600.06/3384.09	c time for arithmetic operations	: 11964838502
3600.06/3384.09	c minimum degree of deleted constraints	: 4
3600.06/3384.09	c maximum degree of deleted constraints	: 185182904631
3600.06/3384.09	c number of deleted constraints	: 280280
3600.06/3384.11	c speed (assignments/second)	: 1328.1564435384896
3600.06/3384.11	c non guided choices	: 0
3600.43/3384.25	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 89592
3600.43/3384.25	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4395
3600.43/3384.25	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 11687
3600.43/3384.25	s SATISFIABLE
3600.43/3384.25	c Found 14 solution(s)
3600.43/3384.25	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 
3600.43/3384.28	c objective function=-65
3600.43/3384.28	c Total wall clock time (in seconds): 3383.841

Verifier Data

OK	-65

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 (50789 MiB free)
  memory of node 1: 64510 MiB (56453 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=301796, runsolver pid=301791

[startup+0.100949 s]*
/proc/loadavg: 0.09 0.11 0.15 10/311 301858
/proc/meminfo: memFree=109722636/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=18908300 memory=48628 CPUtime=0.08 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 6027 0 0 0 5 3 0 0 20 0 17 0 29935642 19362099200 12157 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4727075 12157 4766 1 0 550186 0
[pid=301796/tid=301815] ppid=301791 vsize=18908300 memory=4026531971 CPUtime=0.05 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) R 301791 301796 301717 0 -1 1077936192 5212 0 0 0 3 2 0 0 20 0 17 0 29935643 19362099200 12157 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=18908300 memory=605730 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 17 0 29935651 19362099200 12157 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301858] ppid=301791 vsize=18908300 memory=15539622046353107 CPUtime=0 cores=0,2
/proc/301796/task/301858/stat : 301858 (java) S 301791 301796 301717 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 17 0 29935652 19362099200 12157 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18908300 KiB
Current children cumulated memory: 48628 KiB

[startup+0.214764 s]*
/proc/loadavg: 0.09 0.11 0.15 8/313 301860
/proc/meminfo: memFree=109700976/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=18975048 memory=57400 CPUtime=0.25 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 6817 0 0 0 21 4 0 0 20 0 18 0 29935642 19430449152 14350 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4743762 14350 5681 1 0 551057 0
[pid=301796/tid=301815] ppid=301791 vsize=18975048 memory=4782652875487838339 CPUtime=0.16 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) S 301791 301796 301717 0 -1 1077936192 5658 0 0 0 13 3 0 0 20 0 18 0 29935643 19430449152 14350 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=18975048 memory=605730 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935651 19430449152 14350 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=18975048 memory=15539622046353107 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29935653 19430449152 14350 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57400 KiB

[startup+0.316437 s]*
/proc/loadavg: 0.09 0.11 0.15 13/313 301860
/proc/meminfo: memFree=109677328/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=18975048 memory=65868 CPUtime=0.4 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 7347 0 0 0 36 4 0 0 20 0 18 0 29935642 19430449152 16467 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4743762 16467 5714 1 0 551502 0
[pid=301796/tid=301815] ppid=301791 vsize=18975048 memory=-9030952465848771260 CPUtime=0.25 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) R 301791 301796 301717 0 -1 4194368 5821 0 0 0 22 3 0 0 20 0 18 0 29935643 19430449152 16467 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935651 19430449152 16467 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29935653 19430449152 16467 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65868 KiB

[startup+0.701255 s]
/proc/loadavg: 0.09 0.11 0.15 14/313 301860
/proc/meminfo: memFree=109651904/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=18975048 memory=128208 CPUtime=1.1 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 8200 0 0 0 102 8 0 0 20 0 18 0 29935642 19430449152 32052 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4743762 32052 5859 1 0 551946 0
[pid=301796/tid=301815] ppid=301791 vsize=18975048 memory=5472 CPUtime=0.6 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) R 301791 301796 301717 0 -1 4194368 6143 0 0 0 54 6 0 0 20 0 18 0 29935643 19430449152 32052 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=18975048 memory=12928 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935651 19430449152 32052 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29935653 19430449152 32052 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 128208 KiB

[startup+1.50724 s]
/proc/loadavg: 0.09 0.11 0.15 13/319 301866
/proc/meminfo: memFree=109188124/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=19108176 memory=216056 CPUtime=2.67 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 13862 0 0 0 255 12 0 0 20 0 20 0 29935642 19566772224 54014 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4777044 54014 5945 1 0 555752 0
[pid=301796/tid=301815] ppid=301791 vsize=19108176 memory=12928 CPUtime=1.28 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) R 301791 301796 301717 0 -1 4194368 6312 0 0 0 120 8 0 0 20 0 20 0 29935643 19566772224 54014 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 54014 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29935653 19566772224 54014 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 216056 KiB

[startup+3.1135 s]
/proc/loadavg: 0.09 0.11 0.15 9/321 301868
/proc/meminfo: memFree=106962836/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=19108176 memory=765328 CPUtime=5.85 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 15783 0 0 0 559 26 0 0 20 0 20 0 29935642 19566772224 191332 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4777044 191332 5947 1 0 1335502 0
[pid=301796/tid=301815] ppid=301791 vsize=19108176 memory=163232 CPUtime=2.74 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) S 301791 301796 301717 0 -1 1077936192 6569 0 0 0 254 20 0 0 20 0 20 0 29935643 19566772224 191332 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 191332 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=19108176 memory=12928 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29935653 19566772224 191332 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301867] ppid=301791 vsize=19108176 memory=117505 CPUtime=0 cores=0,2
/proc/301796/task/301867/stat : 301867 (Timer-0) S 301791 301796 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935746 19566772224 191332 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 765328 KiB

[startup+6.30041 s]
/proc/loadavg: 0.72 0.24 0.19 5/321 301868
/proc/meminfo: memFree=104640912/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=19108176 memory=956100 CPUtime=9.81 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 15979 0 0 0 951 30 0 0 20 0 20 0 29935642 19566772224 239025 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4777044 239025 5947 1 0 1335511 0
[pid=301796/tid=301815] ppid=301791 vsize=19108176 memory=12928 CPUtime=5.78 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) R 301791 301796 301717 0 -1 4194368 6662 0 0 0 555 23 0 0 20 0 20 0 29935643 19566772224 239025 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 239025 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=19108176 memory=11672 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29935653 19566772224 239025 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301867] ppid=301791 vsize=19108176 memory=6531582392757884264 CPUtime=0 cores=0,2
/proc/301796/task/301867/stat : 301867 (Timer-0) S 301791 301796 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935746 19566772224 239025 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 9.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 956100 KiB

[startup+12.7004 s]
/proc/loadavg: 1.15 0.33 0.23 5/321 301870
/proc/meminfo: memFree=103074464/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=19108176 memory=1777932 CPUtime=16.45 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 20993 0 0 0 1600 45 0 0 20 0 20 0 29935642 19566772224 444483 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4777044 444483 5963 1 0 1335531 0
[pid=301796/tid=301815] ppid=301791 vsize=19108176 memory=1777932 CPUtime=11.95 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) R 301791 301796 301717 0 -1 4194368 8395 0 0 0 1161 34 0 0 20 0 20 0 29935643 19566772224 444483 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=19108176 memory=12928 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 444483 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=19108176 memory=765328 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29935653 19566772224 444483 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301867] ppid=301791 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/301796/task/301867/stat : 301867 (Timer-0) S 301791 301796 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935746 19566772224 444483 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 16.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1777932 KiB

[startup+25.5005 s]
/proc/loadavg: 1.86 0.53 0.29 5/321 301872
/proc/meminfo: memFree=100122488/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=19108176 memory=2050464 CPUtime=29.44 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 24011 0 0 0 2891 53 0 0 20 0 20 0 29935642 19566772224 512616 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4777044 512616 5963 1 0 1335533 0
[pid=301796/tid=301815] ppid=301791 vsize=19108176 memory=1777932 CPUtime=24.29 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) R 301791 301796 301717 0 -1 4194368 9734 0 0 0 2391 38 0 0 20 0 20 0 29935643 19566772224 512616 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=19108176 memory=2050412 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 512616 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=19108176 memory=2050412 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29935653 19566772224 512616 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301867] ppid=301791 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/301796/task/301867/stat : 301867 (Timer-0) S 301791 301796 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935746 19566772224 512616 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 29.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2050464 KiB

[startup+51.114 s]
/proc/loadavg: 2.66 0.83 0.40 5/321 301877
/proc/meminfo: memFree=97980832/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=19108176 memory=3080792 CPUtime=56.26 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 32937 0 0 0 5551 75 0 0 20 0 20 0 29935642 19566772224 770198 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4777044 770198 5963 1 0 1336021 0
[pid=301796/tid=301815] ppid=301791 vsize=19108176 memory=2945464 CPUtime=49.09 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) R 301791 301796 301717 0 -1 4194368 12742 0 0 0 4859 50 0 0 20 0 20 0 29935643 19566772224 770198 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=19108176 memory=2070964 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 770198 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=19108176 memory=11672 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 29935653 19566772224 770198 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301867] ppid=301791 vsize=19108176 memory=73464 CPUtime=0 cores=0,2
/proc/301796/task/301867/stat : 301867 (Timer-0) S 301791 301796 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935746 19566772224 770198 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0

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

/proc/301796/task/301815/stat : 301815 (java) R 301791 301796 301717 0 -1 4194368 137045 0 0 0 297072 77 0 0 20 0 20 0 29935643 19566772224 869966 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=19108176 memory=3479848 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 869966 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=19108176 memory=3479848 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 1359 0 0 0 0 0 0 0 20 0 20 0 29935653 19566772224 869966 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301867] ppid=301791 vsize=19108176 memory=11672 CPUtime=0 cores=0,2
/proc/301796/task/301867/stat : 301867 (Timer-0) S 301791 301796 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935746 19566772224 869966 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 3220.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3479864 KiB

[startup+3102.3 s]
/proc/loadavg: 4.68 4.88 4.60 6/320 303006
/proc/meminfo: memFree=91604676/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=19108176 memory=3479908 CPUtime=3287.28 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 388906 0 0 0 328299 429 0 0 20 0 20 0 29935642 19566772224 869977 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4777044 869977 6024 1 0 880559 0
[pid=301796/tid=301815] ppid=301791 vsize=19108176 memory=-9103010059886699196 CPUtime=3030.13 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) R 301791 301796 301717 0 -1 4194368 137527 0 0 0 302936 77 0 0 20 0 20 0 29935643 19566772224 869977 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=19108176 memory=2032 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 869977 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=19108176 memory=3479864 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 1359 0 0 0 0 0 0 0 20 0 20 0 29935653 19566772224 869977 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301867] ppid=301791 vsize=19108176 memory=5472 CPUtime=0 cores=0,2
/proc/301796/task/301867/stat : 301867 (Timer-0) S 301791 301796 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935746 19566772224 869977 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 3287.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3479908 KiB

[startup+3162.3 s]
/proc/loadavg: 4.90 4.90 4.63 5/320 303016
/proc/meminfo: memFree=91603724/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=19108176 memory=3479944 CPUtime=3356.41 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 406171 0 0 0 335201 440 0 0 20 0 20 0 29935642 19566772224 869986 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4777044 869986 6024 1 0 880559 0
[pid=301796/tid=301815] ppid=301791 vsize=19108176 memory=-9103010059886699196 CPUtime=3088.6 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) R 301791 301796 301717 0 -1 4194368 141159 0 0 0 308782 78 0 0 20 0 20 0 29935643 19566772224 869986 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=19108176 memory=11672 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 869986 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=19108176 memory=3479944 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 1359 0 0 0 0 0 0 0 20 0 20 0 29935653 19566772224 869986 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301867] ppid=301791 vsize=19108176 memory=13768 CPUtime=0 cores=0,2
/proc/301796/task/301867/stat : 301867 (Timer-0) S 301791 301796 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935746 19566772224 869986 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 3356.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3479944 KiB

[startup+3222.3 s]
/proc/loadavg: 4.67 4.84 4.63 6/320 303027
/proc/meminfo: memFree=91603228/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=19108176 memory=3479944 CPUtime=3422.05 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 408282 0 0 0 341756 449 0 0 20 0 20 0 29935642 19566772224 869986 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4777044 869986 6024 1 0 880559 0
[pid=301796/tid=301815] ppid=301791 vsize=19108176 memory=-9103010059886699196 CPUtime=3147.1 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) R 301791 301796 301717 0 -1 4194368 142003 0 0 0 314632 78 0 0 20 0 20 0 29935643 19566772224 869986 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=19108176 memory=3479944 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 869986 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=19108176 memory=73464 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 1409 0 0 0 0 0 0 0 20 0 20 0 29935653 19566772224 869986 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301867] ppid=301791 vsize=19108176 memory=3479944 CPUtime=0 cores=0,2
/proc/301796/task/301867/stat : 301867 (Timer-0) S 301791 301796 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935746 19566772224 869986 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 3422.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3479944 KiB

[startup+3282.3 s]
/proc/loadavg: 4.71 4.83 4.64 6/320 303421
/proc/meminfo: memFree=91601980/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=19108176 memory=3479952 CPUtime=3486.66 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 409634 0 0 0 348211 455 0 0 20 0 20 0 29935642 19566772224 869988 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4777044 869988 6024 1 0 880559 0
[pid=301796/tid=301815] ppid=301791 vsize=19108176 memory=3479952 CPUtime=3205.71 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) R 301791 301796 301717 0 -1 4194368 142601 0 0 0 320492 79 0 0 20 0 20 0 29935643 19566772224 869988 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=19108176 memory=3479952 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 869988 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=19108176 memory=3479944 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 1410 0 0 0 0 0 0 0 20 0 20 0 29935653 19566772224 869988 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301867] ppid=301791 vsize=19108176 memory=11672 CPUtime=0 cores=0,2
/proc/301796/task/301867/stat : 301867 (Timer-0) S 301791 301796 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935746 19566772224 869988 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 3486.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3479952 KiB

[startup+3342.3 s]
/proc/loadavg: 4.79 4.82 4.64 5/318 303432
/proc/meminfo: memFree=91602092/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=19108176 memory=3479972 CPUtime=3553.88 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 427697 0 0 0 354924 464 0 0 20 0 20 0 29935642 19566772224 869993 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4777044 869993 6024 1 0 880559 0
[pid=301796/tid=301815] ppid=301791 vsize=19108176 memory=3479956 CPUtime=3264.44 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) R 301791 301796 301717 0 -1 4194368 147909 0 0 0 326365 79 0 0 20 0 20 0 29935643 19566772224 869993 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=19108176 memory=3479972 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 869993 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=19108176 memory=3479972 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 1410 0 0 0 0 0 0 0 20 0 20 0 29935653 19566772224 869993 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301867] ppid=301791 vsize=19108176 memory=3479972 CPUtime=0 cores=0,2
/proc/301796/task/301867/stat : 301867 (Timer-0) S 301791 301796 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935746 19566772224 869993 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 3553.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3479972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3384 s]*
/proc/loadavg: 4.51 4.74 4.63 6/318 303572
/proc/meminfo: memFree=93003260/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=19108176 memory=3479996 CPUtime=3600.06 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 429368 0 0 0 359536 470 0 0 20 0 20 0 29935642 19566772224 869999 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4777044 869999 6024 1 0 880559 0
[pid=301796/tid=301815] ppid=301791 vsize=19108176 memory=-8888246843089789628 CPUtime=3305.21 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) R 301791 301796 301717 0 -1 4194368 148370 0 0 0 330442 79 0 0 20 0 20 0 29935643 19566772224 869999 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=19108176 memory=605646 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 869999 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=19108176 memory=646092 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 1429 0 0 0 0 0 0 0 20 0 20 0 29935653 19566772224 869999 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301867] ppid=301791 vsize=19108176 memory=1534372 CPUtime=0 cores=0,2
/proc/301796/task/301867/stat : 301867 (Timer-0) S 301791 301796 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935746 19566772224 869999 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3479996 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.9 s, system=4.73495 s

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

[startup+3384.2 s]
/proc/loadavg: 4.51 4.74 4.63 6/318 303572
/proc/meminfo: memFree=93003260/131655788 swapFree=131070704/131071996
[pid=301796] ppid=301791 vsize=19307868 memory=3480692 CPUtime=3600.43 cores=0,2
/proc/301796/stat : 301796 (java) S 301791 301796 301717 0 -1 1077936128 431299 0 0 0 359573 470 0 0 20 0 21 0 29935642 19771256832 870173 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
/proc/301796/statm: 4826967 870173 6023 1 0 881510 0
[pid=301796/tid=301815] ppid=301791 vsize=19307868 memory=605646 CPUtime=3305.39 cores=0,2
/proc/301796/task/301815/stat : 301815 (java) R 301791 301796 301717 0 -1 4194368 148514 0 0 0 330460 79 0 0 20 0 21 0 29935643 19771256832 870173 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301845] ppid=301791 vsize=19307868 memory=646092 CPUtime=0 cores=0,2
/proc/301796/task/301845/stat : 301845 (Finalizer) S 301791 301796 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 29935651 19771256832 870173 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
[pid=301796/tid=301860] ppid=301791 vsize=19307868 memory=1534372 CPUtime=0 cores=0,2
/proc/301796/task/301860/stat : 301860 (Common-Cleaner) S 301791 301796 301717 0 -1 1077936192 1429 0 0 0 0 0 0 0 20 0 21 0 29935653 19771256832 870173 134679101440 93840372846592 93840372850288 140734720628272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93840372858104 93840372858896 93840383275008 140734720635887 140734720636000 140734720636000 140734720643016 0
Current children cumulated CPU time: 3600.43 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3480692 KiB

[startup+3384.3 s]*
/proc/loadavg: 4.87 4.81 4.65 6/300 303575
/proc/meminfo: memFree=96361156/131655788 swapFree=131070704/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3384.31
CPU time (s): 3600.63
CPU user time (s): 3595.9
CPU system time (s): 4.73495
CPU usage (%): 106.392
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5293880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.9
system time used= 4.73495
maximum resident set size= 5293880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 431820
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124730
involuntary context switches= 36557


# summary of solver processes directly reported to runsolver:
#   pid: 301796
#   total CPU time (s): 3600.63
#   total CPU user time (s): 3595.9
#   total CPU system time (s): 4.73495

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5333 second user time and 32.7201 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-25 22:31:03
IDJOB=4459805
IDBENCH=148578
IDSOLVER=3046
FILE ID=nodeC008/4459805-1721939463
RUNJOBID= nodeC008-1721939462-301727
SLURM_JOB_ID= 8247262
Free space on /tmp= 723768 MiB

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

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

MD5SUM BENCH= 5f642955075bb0dd80aabe9a80ec63b9
RANDOM SEED=1195961217

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		: 1197.125
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.19
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.118
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.33
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.124
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.19
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.140
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.33
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.129
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.19
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.156
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.33
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.123
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.19
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.119
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.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        109846788 kB
MemAvailable:   129845456 kB
Buffers:          337768 kB
Cached:         20421688 kB
SwapCached:          732 kB
Active:          2781188 kB
Inactive:       18320220 kB
Active(anon):       1564 kB
Inactive(anon):   394252 kB
Active(file):    2779624 kB
Inactive(file): 17925968 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              3540 kB
Writeback:            12 kB
AnonPages:        341408 kB
Mapped:           126836 kB
Shmem:             53860 kB
KReclaimable:     266212 kB
Slab:             386092 kB
SReclaimable:     266212 kB
SUnreclaim:       119880 kB
KernelStack:        3716 kB
PageTables:        10020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     645544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19456 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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:      400200 kB
DirectMap2M:    49836032 kB
DirectMap1G:    85983232 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-25 23:27:27