Trace number 4459813

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)74 3600.41 3438.01

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_500_10_2.opb
MD5SUM8deb0b9174477a1f2aeb72dadb0281d2
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 benchmark53
Best CPU time to get the best result obtained on this benchmark71099.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 constraint11
Maximum length of a constraint22
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)6328
Sum of products size (including duplicates)12656
Number of different products6328
Sum of products size12656

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.21	c version CUSTOM.v20240707
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		4.18.0-301.1.el8.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2115194816
0.26/0.25	c Max memory 		16282288128
0.26/0.26	c Total memory 		2122317824
0.26/0.26	c Number of processors 	2
0.59/0.45	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.45	 - never skip resolution steps
0.59/0.45	 - Auto-division on coefficients is disabled
0.59/0.45	 - No postprocessing
0.59/0.45	 - Conflict is considered as is when resolving
0.59/0.45	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.59/0.45	 - Weaken first using unassigned literals
0.59/0.45	 - Bump strategy: ALWAYS_ONE
0.59/0.45	 - Bumper: ASSIGNED
0.59/0.45	--- Begin Solver configuration ---
0.59/0.45	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.59/0.45	Learn all clauses as in MiniSAT
0.59/0.45	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.45	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.45	No reason simplification
0.59/0.45	Armin Biere (Picosat) restarts strategy
0.59/0.45	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.59/0.45	timeout=2147483s
0.59/0.45	DB Simplification allowed=false
0.59/0.45	Listener: none
0.59/0.45	--- End Solver configuration ---
0.59/0.45	c Pseudo Boolean Optimization by upper bound
0.59/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.45	c  - never skip resolution steps
0.59/0.45	c  - Auto-division on coefficients is disabled
0.59/0.45	c  - No postprocessing
0.59/0.45	c  - Conflict is considered as is when resolving
0.59/0.45	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.59/0.45	c  - Weaken first using unassigned literals
0.59/0.45	c  - Bump strategy: ALWAYS_ONE
0.59/0.45	c  - Bumper: ASSIGNED
0.59/0.45	c --- Begin Solver configuration ---
0.59/0.45	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.59/0.45	c Learn all clauses as in MiniSAT
0.59/0.45	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.45	c No reason simplification
0.59/0.45	c Armin Biere (Picosat) restarts strategy
0.59/0.45	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.59/0.45	c timeout=2147483s
0.59/0.45	c DB Simplification allowed=false
0.59/0.45	c Listener: none
0.59/0.45	c --- End Solver configuration ---
0.59/0.45	c solving HOME/instance-4459813-1721939463.opb
0.59/0.45	c reading problem ... 
0.59/0.45	c  objective function found
1.29/0.86	c ... done. Wall clock time 0.412s.
1.29/0.86	c declared #vars     500
1.29/0.87	c internal #vars     6828
1.29/0.87	c #constraints  13156
1.29/0.87	c constraints type 
1.29/0.87	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 6328
1.29/0.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6828
1.29/0.87	c 13156 constraints processed.
1.48/0.90	c objective function length is 500 literals
1.48/0.95	c SATISFIABLE
1.48/0.95	c OPTIMIZING...
1.48/0.95	c Got one! Elapsed wall clock time (in seconds):0.502
1.48/0.95	o 83
1.88/1.18	c Got one! Elapsed wall clock time (in seconds):0.722
1.88/1.18	o 82
2.66/1.59	c Got one! Elapsed wall clock time (in seconds):1.14
2.85/1.60	o 81
4.62/2.55	c Got one! Elapsed wall clock time (in seconds):2.101
4.62/2.55	o 80
20.14/15.72	c Got one! Elapsed wall clock time (in seconds):15.272
20.14/15.72	o 79
46.75/41.33	c cleaning 3091 clauses out of 6187 with flag 0/6187
86.86/80.54	c cleaning 4262 clauses out of 9099 with flag 0/12190
134.00/126.35	c cleaning 4238 clauses out of 11841 with flag 0/19194
196.12/186.84	c cleaning 5220 clauses out of 15604 with flag 0/27195
290.20/279.00	c cleaning 6286 clauses out of 19375 with flag 0/36186
389.17/375.69	c cleaning 7251 clauses out of 23092 with flag 0/46189
507.83/491.88	c cleaning 7710 clauses out of 26850 with flag 0/57198
663.67/644.57	c cleaning 8837 clauses out of 31128 with flag 0/69186
829.33/807.77	c cleaning 8625 clauses out of 35326 with flag 0/82221
982.28/958.84	c cleaning 9516 clauses out of 40666 with flag 0/96186
1202.18/1175.45	c cleaning 9581 clauses out of 46150 with flag 0/111186
1410.14/1379.89	c cleaning 10393 clauses out of 52572 with flag 0/127189
1751.71/1715.48	c cleaning 12456 clauses out of 59178 with flag 0/144188
1948.34/1910.65	c Got one! Elapsed wall clock time (in seconds):1910.203
1948.34/1910.65	o 78
1956.14/1918.21	c Got one! Elapsed wall clock time (in seconds):1917.759
1956.14/1918.21	o 77
2011.55/1973.12	c cleaning 10196 clauses out of 60484 with flag 0/157950
2015.66/1977.11	c Got one! Elapsed wall clock time (in seconds):1976.662
2015.66/1977.11	o 76
2075.07/2036.11	c cleaning 3050 clauses out of 56036 with flag 0/163698
2075.75/2036.80	c Got one! Elapsed wall clock time (in seconds):2036.35
2075.75/2036.80	o 75
2092.05/2052.81	c Got one! Elapsed wall clock time (in seconds):2052.364
2092.05/2052.81	o 74
2138.50/2099.00	c cleaning 2812 clauses out of 58371 with flag 0/169083
2205.39/2164.86	c cleaning 3598 clauses out of 61562 with flag 0/175086
2272.60/2228.49	c cleaning 4413 clauses out of 64959 with flag 0/182081
2393.50/2342.29	c cleaning 4803 clauses out of 68545 with flag 0/190080
2548.92/2487.06	c cleaning 5255 clauses out of 72746 with flag 0/199084
2792.45/2705.33	c cleaning 5657 clauses out of 77495 with flag 0/209088
2959.62/2860.33	c cleaning 7349 clauses out of 82830 with flag 0/220080
3197.50/3079.15	c cleaning 7791 clauses out of 87481 with flag 0/232080
3506.27/3352.49	c cleaning 7262 clauses out of 92689 with flag 0/245079
3600.03/3437.82	c starts		: 130
3600.03/3437.86	c conflicts		: 251370
3600.03/3437.86	c decisions		: 691480
3600.03/3437.86	c propagations		: 138957004
3600.03/3437.86	c inspects		: 2046476903
3600.03/3437.86	c shortcuts		: 0
3600.03/3437.86	c learnt literals	: 0
3600.03/3437.86	c learnt binary clauses	: 0
3600.03/3437.86	c learnt ternary clauses	: 0
3600.03/3437.86	c learnt constraints	: 251369
3600.03/3437.86	c ignored constraints	: 0
3600.03/3437.86	c root simplifications	: 0
3600.03/3437.86	c removed literals (reason simplification)	: 0
3600.03/3437.86	c reason swapping (by a shorter reason)	: 0
3600.03/3437.86	c Calls to reduceDB	: 24
3600.03/3437.86	c Number of update (reduction) of LBD	: 21
3600.03/3437.86	c Imported unit clauses	: 0
3600.03/3437.86	c No decision after first conflict	: false
3600.03/3437.86	c number of reductions to clauses (during analyze)	: 0
3600.03/3437.86	c number of learned constraints concerned by reduction	: 0
3600.03/3437.86	c number of learning phase by resolution	: 0
3600.03/3437.86	c number of learning phase by cutting planes	: 0
3600.03/3437.86	c number of rounding to 1 operations	: 3807370
3600.03/3437.86	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3437.86	c number of reductions of the coefficients by power 2 	: 0
3600.03/3437.86	c number of right shift for reduction by power 2 	: 0
3600.03/3437.86	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3437.86	c number of ending skipping 	: 0
3600.03/3437.86	c number of internal skipping 	: 0
3600.03/3437.86	c number of derivation steps 	: 4442317
3600.03/3437.86	c number of skipped derivation steps 	: 0
3600.03/3437.86	c number of remaining unassigned 	: 791449
3600.03/3437.86	c number of remaining assigned 	: 133585825
3600.03/3437.88	c number of falsified literals weakened from reason	: 0
3600.03/3437.88	c number of falsified literals weakened from conflict	: 0
3600.03/3437.88	c time for arithmetic operations	: 78301119101
3600.03/3437.88	c minimum degree of deleted constraints	: 4
3600.03/3437.88	c maximum degree of deleted constraints	: 73586841390644
3600.03/3437.88	c number of deleted constraints	: 159652
3600.03/3437.88	c speed (assignments/second)	: 40430.101057065105
3600.03/3437.88	c non guided choices	: 2
3600.23/3437.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 46194
3600.23/3437.97	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 8731
3600.23/3437.97	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 36792
3600.23/3437.97	s SATISFIABLE
3600.23/3437.97	c Found 10 solution(s)
3600.23/3437.97	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.23/3437.98	c objective function=74
3600.23/3437.98	c Total wall clock time (in seconds): 3437.526

Verifier Data

OK	74

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-4459813-1721939463/watcher-4459813-1721939463 -o /tmp/evaluation-result-4459813-1721939463/solver-4459813-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721939462-301728 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459813-1721939463.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=301799, runsolver pid=301792

[startup+0.100111 s]*
/proc/loadavg: 0.09 0.11 0.15 11/310 301857
/proc/meminfo: memFree=109722976/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=18974864 memory=51644 CPUtime=0.08 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 6089 0 0 0 5 3 0 0 20 0 18 0 29935642 19430260736 12911 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4743716 12911 4960 1 0 550468 0
[pid=301799/tid=301814] ppid=301792 vsize=18974864 memory=4026561586 CPUtime=0.06 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 5251 0 0 0 4 2 0 0 20 0 18 0 29935643 19430260736 12911 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29935647 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=18974952 memory=232851243367 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935651 19430350848 12911 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=18974952 memory=4121981368647548960 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29935652 19430350848 12911 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18974864 KiB
Current children cumulated memory: 51644 KiB

[startup+0.219839 s]*
/proc/loadavg: 0.09 0.11 0.15 16/313 301860
/proc/meminfo: memFree=109698144/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=18975048 memory=56524 CPUtime=0.26 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 6796 0 0 0 21 5 0 0 20 0 18 0 29935642 19430449152 14131 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4743762 14131 5535 1 0 551008 0
[pid=301799/tid=301814] ppid=301792 vsize=18975048 memory=664970851429515395 CPUtime=0.16 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 5666 0 0 0 13 3 0 0 20 0 18 0 29935643 19430449152 14131 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29935647 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=18975048 memory=605730 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935651 19430449152 14131 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=18975048 memory=15539622046353107 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29935652 19430449152 14131 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56524 KiB

[startup+0.313709 s]*
/proc/loadavg: 0.09 0.11 0.15 9/313 301860
/proc/meminfo: memFree=109677664/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=18975048 memory=65620 CPUtime=0.41 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 7370 0 0 0 36 5 0 0 20 0 18 0 29935642 19430449152 16405 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4743762 16405 5710 1 0 551536 0
[pid=301799/tid=301814] ppid=301792 vsize=18975048 memory=-9030952465848771260 CPUtime=0.26 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 5831 0 0 0 22 4 0 0 20 0 18 0 29935643 19430449152 16405 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29935647 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935651 19430449152 16405 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29935652 19430449152 16405 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65620 KiB

[startup+0.700834 s]
/proc/loadavg: 0.09 0.11 0.15 12/313 301860
/proc/meminfo: memFree=109649772/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=18975048 memory=115928 CPUtime=1.09 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 8207 0 0 0 101 8 0 0 20 0 18 0 29935642 19430449152 28982 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4743762 28982 5832 1 0 551989 0
[pid=301799/tid=301814] ppid=301792 vsize=18975048 memory=5472 CPUtime=0.58 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 6127 0 0 0 52 6 0 0 20 0 18 0 29935643 19430449152 28982 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29935647 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=18975048 memory=12928 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935651 19430449152 28982 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 29935652 19430449152 28982 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 115928 KiB

[startup+1.50083 s]
/proc/loadavg: 0.09 0.11 0.15 13/319 301866
/proc/meminfo: memFree=109177856/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=19108176 memory=183964 CPUtime=2.66 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 16894 0 0 0 254 12 0 0 20 0 20 0 29935642 19566772224 45991 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4777044 45991 5902 1 0 555760 0
[pid=301799/tid=301814] ppid=301792 vsize=19108176 memory=0 CPUtime=1.25 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 6599 0 0 0 117 8 0 0 20 0 20 0 29935643 19566772224 45991 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 29935647 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 45991 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 29935652 19566772224 45991 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301865] ppid=301792 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/301799/task/301865/stat : 301865 (Timer-0) S 301792 301799 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935732 19566772224 45991 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183964 KiB

[startup+3.10684 s]
/proc/loadavg: 0.09 0.11 0.15 12/321 301868
/proc/meminfo: memFree=106958740/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=19108176 memory=661132 CPUtime=5.82 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 24095 0 0 0 558 24 0 0 20 0 20 0 29935642 19566772224 165283 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4777044 165283 5907 1 0 874801 0
[pid=301799/tid=301814] ppid=301792 vsize=19108176 memory=12928 CPUtime=2.71 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 7485 0 0 0 254 17 0 0 20 0 20 0 29935643 19566772224 165283 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29935647 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 165283 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=19108176 memory=11672 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 29935652 19566772224 165283 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301865] ppid=301792 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/301799/task/301865/stat : 301865 (Timer-0) S 301792 301799 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935732 19566772224 165283 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 5.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 661132 KiB

[startup+6.30039 s]
/proc/loadavg: 0.72 0.24 0.19 6/321 301868
/proc/meminfo: memFree=104640912/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=19108176 memory=1159044 CPUtime=10.3 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 26354 0 0 0 996 34 0 0 20 0 20 0 29935642 19566772224 289761 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4777044 289761 5939 1 0 875750 0
[pid=301799/tid=301814] ppid=301792 vsize=19108176 memory=0 CPUtime=5.81 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 7722 0 0 0 554 27 0 0 20 0 20 0 29935643 19566772224 289761 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29935647 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=19108176 memory=12928 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 289761 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=19108176 memory=11672 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 29935652 19566772224 289761 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301865] ppid=301792 vsize=19108176 memory=73464 CPUtime=0 cores=4,6
/proc/301799/task/301865/stat : 301865 (Timer-0) S 301792 301799 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935732 19566772224 289761 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 10.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1159044 KiB

[startup+12.7004 s]
/proc/loadavg: 1.15 0.33 0.23 6/321 301870
/proc/meminfo: memFree=103074464/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=19108176 memory=1697828 CPUtime=17.01 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 27543 0 0 0 1655 46 0 0 20 0 20 0 29935642 19566772224 424457 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4777044 424457 5939 1 0 1088811 0
[pid=301799/tid=301814] ppid=301792 vsize=19108176 memory=12928 CPUtime=11.8 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 8273 0 0 0 1145 35 0 0 20 0 20 0 29935643 19566772224 424457 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29935647 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=19108176 memory=1253468 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 424457 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=19108176 memory=1253468 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 29935652 19566772224 424457 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301865] ppid=301792 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/301799/task/301865/stat : 301865 (Timer-0) S 301792 301799 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935732 19566772224 424457 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 17.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1697828 KiB

[startup+25.5004 s]
/proc/loadavg: 1.86 0.53 0.29 6/321 301872
/proc/meminfo: memFree=100122488/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=19108176 memory=2693612 CPUtime=30.38 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 34062 0 0 0 2970 68 0 0 20 0 20 0 29935642 19566772224 673403 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4777044 673403 5939 1 0 1088829 0
[pid=301799/tid=301814] ppid=301792 vsize=19108176 memory=1253468 CPUtime=24.19 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 10541 0 0 0 2366 53 0 0 20 0 20 0 29935643 19566772224 673403 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29935647 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 673403 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=19108176 memory=2681308 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 29935652 19566772224 673403 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301865] ppid=301792 vsize=19108176 memory=11672 CPUtime=0 cores=4,6
/proc/301799/task/301865/stat : 301865 (Timer-0) S 301792 301799 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935732 19566772224 673403 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 30.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2693612 KiB

[startup+51.1136 s]
/proc/loadavg: 2.66 0.83 0.40 6/321 301877
/proc/meminfo: memFree=97980832/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=19108176 memory=2837496 CPUtime=57 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 42576 0 0 0 5626 74 0 0 20 0 20 0 29935642 19566772224 709374 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4777044 709374 5939 1 0 1089458 0
[pid=301799/tid=301814] ppid=301792 vsize=19108176 memory=2693644 CPUtime=48.89 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 14664 0 0 0 4836 53 0 0 20 0 20 0 29935643 19566772224 709374 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29935647 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=19108176 memory=2696152 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 709374 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=19108176 memory=2696152 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 29935652 19566772224 709374 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0

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

[startup+3102.3 s]
/proc/loadavg: 4.68 4.88 4.60 7/320 303006
/proc/meminfo: memFree=91604676/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=19108176 memory=4654804 CPUtime=3226.26 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 1832443 0 0 0 322103 523 0 0 20 0 20 0 29935642 19566772224 1163701 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4777044 1163701 5968 1 0 1174848 0
[pid=301799/tid=301814] ppid=301792 vsize=19108176 memory=100 CPUtime=3029.94 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 1514119 0 0 0 302788 206 0 0 20 0 20 0 29935643 19566772224 1163701 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29935654 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=19108176 memory=4654792 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 1163701 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=19108176 memory=11672 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 2971 0 0 0 0 0 0 0 20 0 20 0 29935652 19566772224 1163701 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301865] ppid=301792 vsize=19108176 memory=11672 CPUtime=0 cores=4,6
/proc/301799/task/301865/stat : 301865 (Timer-0) S 301792 301799 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935732 19566772224 1163701 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 3226.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4654804 KiB

[startup+3162.3 s]
/proc/loadavg: 4.90 4.90 4.63 6/320 303016
/proc/meminfo: memFree=91603724/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=19108176 memory=4655436 CPUtime=3293.66 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 1838012 0 0 0 328834 532 0 0 20 0 20 0 29935642 19566772224 1163859 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4777044 1163859 5968 1 0 1175003 0
[pid=301799/tid=301814] ppid=301792 vsize=19108176 memory=100 CPUtime=3088.44 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 1514952 0 0 0 308638 206 0 0 20 0 20 0 29935643 19566772224 1163859 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29935654 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=19108176 memory=4654808 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 1163859 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=19108176 memory=4655436 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 2971 0 0 0 0 0 0 0 20 0 20 0 29935652 19566772224 1163859 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301865] ppid=301792 vsize=19108176 memory=4655436 CPUtime=0 cores=4,6
/proc/301799/task/301865/stat : 301865 (Timer-0) S 301792 301799 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935732 19566772224 1163859 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 3293.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4655436 KiB

[startup+3222.3 s]
/proc/loadavg: 4.67 4.84 4.63 7/320 303027
/proc/meminfo: memFree=91603228/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=19108176 memory=4655448 CPUtime=3363.08 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 1840039 0 0 0 335766 542 0 0 20 0 20 0 29935642 19566772224 1163862 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4777044 1163862 5968 1 0 1175003 0
[pid=301799/tid=301814] ppid=301792 vsize=19108176 memory=100 CPUtime=3146.78 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 1516676 0 0 0 314471 207 0 0 20 0 20 0 29935643 19566772224 1163862 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29935654 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=19108176 memory=4654808 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 1163862 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=19108176 memory=4655448 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 2971 0 0 0 0 0 0 0 20 0 20 0 29935652 19566772224 1163862 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301865] ppid=301792 vsize=19108176 memory=11672 CPUtime=0 cores=4,6
/proc/301799/task/301865/stat : 301865 (Timer-0) S 301792 301799 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935732 19566772224 1163862 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 3363.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4655448 KiB

[startup+3282.31 s]
/proc/loadavg: 4.71 4.83 4.64 7/320 303421
/proc/meminfo: memFree=91601980/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=19108176 memory=4655480 CPUtime=3429.59 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 1860188 0 0 0 342405 554 0 0 20 0 20 0 29935642 19566772224 1163870 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4777044 1163870 5968 1 0 1175003 0
[pid=301799/tid=301814] ppid=301792 vsize=19108176 memory=12928 CPUtime=3205.64 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 1519028 0 0 0 320356 208 0 0 20 0 20 0 29935643 19566772224 1163870 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29935658 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=19108176 memory=4655448 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 1163870 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=19108176 memory=11672 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 3101 0 0 0 0 0 0 0 20 0 20 0 29935652 19566772224 1163870 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301865] ppid=301792 vsize=19108176 memory=5472 CPUtime=0 cores=4,6
/proc/301799/task/301865/stat : 301865 (Timer-0) S 301792 301799 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935732 19566772224 1163870 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 3429.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4655480 KiB

[startup+3342.3 s]
/proc/loadavg: 4.79 4.82 4.64 6/318 303432
/proc/meminfo: memFree=91602092/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=19108176 memory=4655480 CPUtime=3496.18 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 1860862 0 0 0 349055 563 0 0 20 0 20 0 29935642 19566772224 1163870 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4777044 1163870 5968 1 0 1175003 0
[pid=301799/tid=301814] ppid=301792 vsize=19108176 memory=11672 CPUtime=3264.44 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 1519566 0 0 0 326236 208 0 0 20 0 20 0 29935643 19566772224 1163870 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29935658 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=19108176 memory=4655480 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 1163870 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=19108176 memory=2232 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 3101 0 0 0 0 0 0 0 20 0 20 0 29935652 19566772224 1163870 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301865] ppid=301792 vsize=19108176 memory=11672 CPUtime=0 cores=4,6
/proc/301799/task/301865/stat : 301865 (Timer-0) S 301792 301799 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935732 19566772224 1163870 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 3496.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4655480 KiB

[startup+3402.3 s]
/proc/loadavg: 4.82 4.81 4.65 5/318 303643
/proc/meminfo: memFree=93944648/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=19108176 memory=4655480 CPUtime=3561.72 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 1866085 0 0 0 355601 571 0 0 20 0 20 0 29935642 19566772224 1163870 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4777044 1163870 5968 1 0 1175003 0
[pid=301799/tid=301814] ppid=301792 vsize=19108176 memory=11672 CPUtime=3322.95 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 1521787 0 0 0 332086 209 0 0 20 0 20 0 29935643 19566772224 1163870 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29935658 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=19108176 memory=4655480 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 1163870 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=19108176 memory=5472 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 3101 0 0 0 0 0 0 0 20 0 20 0 29935652 19566772224 1163870 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301865] ppid=301792 vsize=19108176 memory=4655480 CPUtime=0 cores=4,6
/proc/301799/task/301865/stat : 301865 (Timer-0) S 301792 301799 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935732 19566772224 1163870 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 3561.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4655480 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3437.8 s]
/proc/loadavg: 4.83 4.81 4.66 5/318 303648
/proc/meminfo: memFree=92890316/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=19108176 memory=4655564 CPUtime=3600.03 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 1881645 0 0 0 359427 576 0 0 20 0 20 0 29935642 19566772224 1163891 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4777044 1163891 5986 1 0 1175003 0
[pid=301799/tid=301814] ppid=301792 vsize=19108176 memory=16108 CPUtime=3357.49 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 1522689 0 0 0 335540 209 0 0 20 0 20 0 29935643 19566772224 1163891 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 29935658 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=19108176 memory=-9030952465848771260 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935651 19566772224 1163891 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=19108176 memory=3728 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 3195 0 0 0 0 0 0 0 20 0 20 0 29935652 19566772224 1163891 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301865] ppid=301792 vsize=19108176 memory=27348 CPUtime=0 cores=4,6
/proc/301799/task/301865/stat : 301865 (Timer-0) S 301792 301799 301717 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29935732 19566772224 1163891 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4655564 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.62 s, system=5.79188 s

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

[startup+3437.9 s]
/proc/loadavg: 4.83 4.81 4.66 5/318 303648
/proc/meminfo: memFree=92890316/131655788 swapFree=131070704/131071996
[pid=301799] ppid=301792 vsize=19307868 memory=4656168 CPUtime=3600.23 cores=4,6
/proc/301799/stat : 301799 (java) S 301792 301799 301717 0 -1 1077936128 1884202 0 0 0 359446 577 0 0 20 0 21 0 29935642 19771256832 1164042 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 1 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
/proc/301799/statm: 4826967 1164042 5985 1 0 1175922 0
[pid=301799/tid=301814] ppid=301792 vsize=19307868 memory=11672 CPUtime=3357.6 cores=4,6
/proc/301799/task/301814/stat : 301814 (java) R 301792 301799 301717 0 -1 4194368 1522789 0 0 0 335551 209 0 0 20 0 21 0 29935643 19771256832 1164042 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 29935658 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301846] ppid=301792 vsize=19307868 memory=100 CPUtime=0 cores=4,6
/proc/301799/task/301846/stat : 301846 (Finalizer) S 301792 301799 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 29935651 19771256832 1164042 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
[pid=301799/tid=301859] ppid=301792 vsize=19307868 memory=100 CPUtime=0 cores=4,6
/proc/301799/task/301859/stat : 301859 (Common-Cleaner) S 301792 301799 301717 0 -1 1077936192 3195 0 0 0 0 0 0 0 20 0 21 0 29935652 19771256832 1164042 134679101440 94497889722368 94497889726064 140724834128272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94497889733880 94497889734672 94497903849472 140724834132975 140724834133088 140724834133088 140724834140104 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4656168 KiB

Child status: 143

Real time (s): 3438.01
CPU time (s): 3600.41
CPU user time (s): 3594.62
CPU system time (s): 5.79188
CPU usage (%): 104.724
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5994640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.62
system time used= 5.79188
maximum resident set size= 5994640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1884677
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127032
involuntary context switches= 16024


# summary of solver processes directly reported to runsolver:
#   pid: 301799
#   total CPU time (s): 3600.41
#   total CPU user time (s): 3594.62
#   total CPU system time (s): 5.79188

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1274 second user time and 32.3301 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-25 22:31:03
IDJOB=4459813
IDBENCH=148588
IDSOLVER=3046
FILE ID=nodeC008/4459813-1721939463
RUNJOBID= nodeC008-1721939462-301728
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/mds/normalized-mds_500_10_2.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459813-1721939463/watcher-4459813-1721939463 -o /tmp/evaluation-result-4459813-1721939463/solver-4459813-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721939462-301728 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459813-1721939463.opb

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

MD5SUM BENCH= 8deb0b9174477a1f2aeb72dadb0281d2
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:        109846452 kB
MemAvailable:   129845120 kB
Buffers:          337768 kB
Cached:         20421688 kB
SwapCached:          732 kB
Active:          2781188 kB
Inactive:       18320544 kB
Active(anon):       1564 kB
Inactive(anon):   394576 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:        341732 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:28:21