Trace number 4459749

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)-36 3600.63 3476.35

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_500_60_1.opb
MD5SUM2a4ebf3c72122f3b44af8d9c3b5c44b1
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-41
Best CPU time to get the best result obtained on this benchmark71224
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 constraint60
Maximum length of a constraint103
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)37366
Sum of products size (including duplicates)74732
Number of different products18683
Sum of products size37366

Quality of the solution as a function of time


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

Solver Data

0.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.20	c version CUSTOM.v20240707
0.28/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.24	c java.vm.version	22.0.1+8-16
0.28/0.24	c java.vm.vendor	Oracle Corporation
0.28/0.24	c sun.arch.data.model	64
0.28/0.24	c java.version		22.0.1
0.28/0.24	c os.name		Linux
0.28/0.24	c os.version		4.18.0-301.1.el8.x86_64
0.28/0.24	c os.arch		amd64
0.28/0.25	c Free memory 		2115194816
0.28/0.25	c Max memory 		16282288128
0.28/0.25	c Total memory 		2122317824
0.28/0.25	c Number of processors 	2
0.61/0.44	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.61/0.44	 - never skip resolution steps
0.61/0.44	 - Auto-division on coefficients is disabled
0.61/0.44	 - No postprocessing
0.61/0.44	 - Conflict is considered as is when resolving
0.61/0.44	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.61/0.44	 - Weaken first using unassigned literals
0.61/0.44	 - Bump strategy: ALWAYS_ONE
0.61/0.44	 - Bumper: ASSIGNED
0.61/0.44	--- Begin Solver configuration ---
0.61/0.44	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.61/0.44	Learn all clauses as in MiniSAT
0.61/0.44	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.61/0.44	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.61/0.44	No reason simplification
0.61/0.44	Armin Biere (Picosat) restarts strategy
0.61/0.44	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.61/0.44	timeout=2147483s
0.61/0.44	DB Simplification allowed=false
0.61/0.44	Listener: none
0.61/0.44	--- End Solver configuration ---
0.61/0.44	c Pseudo Boolean Optimization by upper bound
0.61/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.61/0.44	c  - never skip resolution steps
0.61/0.44	c  - Auto-division on coefficients is disabled
0.61/0.44	c  - No postprocessing
0.61/0.44	c  - Conflict is considered as is when resolving
0.61/0.44	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.61/0.44	c  - Weaken first using unassigned literals
0.61/0.44	c  - Bump strategy: ALWAYS_ONE
0.61/0.44	c  - Bumper: ASSIGNED
0.61/0.44	c --- Begin Solver configuration ---
0.61/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.61/0.44	c Learn all clauses as in MiniSAT
0.61/0.44	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.61/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.61/0.44	c No reason simplification
0.61/0.44	c Armin Biere (Picosat) restarts strategy
0.61/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.61/0.44	c timeout=2147483s
0.61/0.44	c DB Simplification allowed=false
0.61/0.44	c Listener: none
0.61/0.44	c --- End Solver configuration ---
0.61/0.44	c solving HOME/instance-4459749-1721939463.opb
0.61/0.44	c reading problem ... 
0.61/0.44	c  objective function found
2.87/1.63	c ... done. Wall clock time 1.18s.
2.87/1.63	c declared #vars     500
2.87/1.63	c internal #vars     19183
2.87/1.63	c #constraints  38366
2.87/1.63	c constraints type 
2.87/1.63	c org.sat4j.specs.Constr$1 => 500
2.87/1.63	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 18683
2.87/1.63	c org.sat4j.pb.constraints.pb.UnitClausesPB => 500
2.87/1.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18683
2.87/1.63	c 38366 constraints processed.
2.87/1.64	c objective function length is 500 literals
2.87/1.69	c SATISFIABLE
2.87/1.69	c OPTIMIZING...
2.87/1.69	c Got one! Elapsed wall clock time (in seconds):1.253
3.06/1.70	o -25
3.06/1.75	c Got one! Elapsed wall clock time (in seconds):1.308
3.06/1.76	o -26
3.06/1.79	c Got one! Elapsed wall clock time (in seconds):1.355
3.06/1.79	o -27
3.46/1.93	c Got one! Elapsed wall clock time (in seconds):1.489
3.46/1.94	o -28
3.87/2.16	c Got one! Elapsed wall clock time (in seconds):1.712
3.87/2.16	o -29
4.45/2.48	c Got one! Elapsed wall clock time (in seconds):2.034
4.45/2.48	o -30
5.04/2.78	c Got one! Elapsed wall clock time (in seconds):2.342
5.04/2.78	o -31
6.23/3.35	c Got one! Elapsed wall clock time (in seconds):2.916
6.23/3.35	o -32
7.62/4.03	c Got one! Elapsed wall clock time (in seconds):3.589
7.62/4.03	o -33
22.73/17.67	c Got one! Elapsed wall clock time (in seconds):17.223
22.73/17.67	o -34
38.26/32.20	c cleaning 3153 clauses out of 6311 with flag 0/6311
76.99/69.70	c cleaning 4575 clauses out of 9158 with flag 0/12311
122.05/114.08	c cleaning 5788 clauses out of 11584 with flag 0/19312
150.75/141.89	c Got one! Elapsed wall clock time (in seconds):141.447
150.75/141.89	o -35
199.58/189.80	c cleaning 8516 clauses out of 17149 with flag 0/30665
229.02/218.64	c cleaning 4300 clauses out of 14634 with flag 0/36666
261.98/251.13	c cleaning 4759 clauses out of 17334 with flag 0/43666
304.61/293.37	c cleaning 5681 clauses out of 20575 with flag 0/51666
331.69/320.11	c Got one! Elapsed wall clock time (in seconds):319.666
331.69/320.11	o -36
386.93/374.61	c cleaning 7772 clauses out of 26079 with flag 0/62851
414.02/400.74	c cleaning 3909 clauses out of 24307 with flag 0/68851
447.93/434.13	c cleaning 4520 clauses out of 27398 with flag 0/75851
493.86/479.56	c cleaning 5554 clauses out of 30878 with flag 0/83851
546.00/530.59	c cleaning 5874 clauses out of 34324 with flag 0/92851
609.03/592.79	c cleaning 6641 clauses out of 38453 with flag 0/102854
677.01/659.89	c cleaning 7402 clauses out of 42809 with flag 0/113851
777.62/757.47	c cleaning 8423 clauses out of 47408 with flag 0/125852
871.44/850.24	c cleaning 8146 clauses out of 51984 with flag 0/138851
981.05/958.90	c cleaning 9091 clauses out of 57839 with flag 0/152852
1105.29/1082.10	c cleaning 10132 clauses out of 63750 with flag 0/167854
1268.03/1243.02	c cleaning 11053 clauses out of 69616 with flag 0/183852
1426.93/1400.96	c cleaning 11243 clauses out of 75562 with flag 0/200851
1611.89/1581.99	c cleaning 12132 clauses out of 82319 with flag 0/218851
1808.24/1776.79	c cleaning 12738 clauses out of 89187 with flag 0/237851
2014.69/1981.19	c cleaning 13442 clauses out of 96450 with flag 0/257852
2281.60/2242.21	c cleaning 14358 clauses out of 104007 with flag 0/278851
2550.83/2497.13	c cleaning 14840 clauses out of 111649 with flag 0/300851
2837.55/2766.47	c cleaning 15211 clauses out of 119809 with flag 0/323851
3171.36/3079.91	c cleaning 15903 clauses out of 128598 with flag 0/347851
3507.01/3386.99	c cleaning 14615 clauses out of 137699 with flag 0/372855
3600.01/3476.03	c starts		: 148
3600.01/3476.05	c conflicts		: 384626
3600.01/3476.05	c decisions		: 401146
3600.01/3476.05	c propagations		: 3232477
3600.01/3476.05	c inspects		: 3458472958
3600.01/3476.05	c shortcuts		: 0
3600.01/3476.05	c learnt literals	: 0
3600.01/3476.05	c learnt binary clauses	: 0
3600.01/3476.05	c learnt ternary clauses	: 0
3600.01/3476.05	c learnt constraints	: 384626
3600.01/3476.05	c ignored constraints	: 0
3600.01/3476.05	c root simplifications	: 0
3600.01/3476.05	c removed literals (reason simplification)	: 0
3600.01/3476.05	c reason swapping (by a shorter reason)	: 0
3600.01/3476.05	c Calls to reduceDB	: 28
3600.01/3476.05	c Number of update (reduction) of LBD	: 0
3600.01/3476.05	c Imported unit clauses	: 0
3600.01/3476.07	c No decision after first conflict	: false
3600.01/3476.07	c number of reductions to clauses (during analyze)	: 0
3600.01/3476.08	c number of learned constraints concerned by reduction	: 0
3600.01/3476.08	c number of learning phase by resolution	: 0
3600.01/3476.08	c number of learning phase by cutting planes	: 0
3600.01/3476.08	c number of rounding to 1 operations	: 1273804
3600.01/3476.08	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3476.08	c number of reductions of the coefficients by power 2 	: 0
3600.01/3476.08	c number of right shift for reduction by power 2 	: 0
3600.01/3476.08	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3476.08	c number of ending skipping 	: 0
3600.01/3476.08	c number of internal skipping 	: 0
3600.01/3476.08	c number of derivation steps 	: 2788512
3600.01/3476.08	c number of skipped derivation steps 	: 0
3600.01/3476.08	c number of remaining unassigned 	: 209918
3600.01/3476.08	c number of remaining assigned 	: 318796394
3600.01/3476.08	c number of falsified literals weakened from reason	: 0
3600.01/3476.08	c number of falsified literals weakened from conflict	: 0
3600.01/3476.08	c time for arithmetic operations	: 10812510620
3600.01/3476.09	c minimum degree of deleted constraints	: 4
3600.01/3476.09	c maximum degree of deleted constraints	: 1749221826
3600.01/3476.09	c number of deleted constraints	: 249771
3600.01/3476.09	c speed (assignments/second)	: 930.3626180662308
3600.01/3476.09	c non guided choices	: 0
3600.42/3476.25	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 119626
3600.42/3476.25	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3432
3600.42/3476.25	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 11797
3600.42/3476.25	s SATISFIABLE
3600.42/3476.26	c Found 12 solution(s)
3600.42/3476.26	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.42/3476.27	c objective function=-36
3600.42/3476.27	c Total wall clock time (in seconds): 3475.833

Verifier Data

OK	-36

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=301764, runsolver pid=301760

[startup+0.100075 s]*
/proc/loadavg: 0.09 0.11 0.15 4/271 301818
/proc/meminfo: memFree=109777032/131655788 swapFree=131070704/131071996
[pid=301764] ppid=301760 vsize=18975048 memory=53900 CPUtime=0.11 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 6297 0 0 0 8 3 0 0 20 0 18 0 29935634 19430449152 13475 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4743762 13475 5295 1 0 550666 0
[pid=301764/tid=301767] ppid=301760 vsize=18975048 memory=4026531971 CPUtime=0.07 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 5271 0 0 0 5 2 0 0 20 0 18 0 29935635 19430449152 13475 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=18975048 memory=605730 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935642 19430449152 13475 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=18975048 memory=15539622046353107 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29935643 19430449152 13475 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 53900 KiB

[startup+0.216122 s]*
/proc/loadavg: 0.09 0.11 0.15 11/313 301860
/proc/meminfo: memFree=109713896/131655788 swapFree=131070704/131071996
[pid=301764] ppid=301760 vsize=18975048 memory=56984 CPUtime=0.28 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 6829 0 0 0 24 4 0 0 20 0 18 0 29935634 19430449152 14181 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4743762 14246 5534 1 0 551100 0
[pid=301764/tid=301767] ppid=301760 vsize=18975048 memory=3461362060219711619 CPUtime=0.19 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 5649 0 0 0 16 3 0 0 20 0 18 0 29935635 19430449152 14312 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=18975048 memory=605730 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935642 19430449152 14312 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=18975048 memory=15539622046353107 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29935643 19430449152 14312 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56984 KiB

[startup+0.321785 s]*
/proc/loadavg: 0.09 0.11 0.15 14/313 301860
/proc/meminfo: memFree=109692180/131655788 swapFree=131070704/131071996
[pid=301764] ppid=301760 vsize=18975048 memory=63824 CPUtime=0.45 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 7331 0 0 0 40 5 0 0 20 0 18 0 29935634 19430449152 15956 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4743762 15956 5753 1 0 551500 0
[pid=301764/tid=301767] ppid=301760 vsize=18975048 memory=-9030952465848771260 CPUtime=0.27 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 5809 0 0 0 24 3 0 0 20 0 18 0 29935635 19430449152 15956 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935642 19430449152 15956 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29935643 19430449152 15956 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63824 KiB

[startup+0.700427 s]
/proc/loadavg: 0.09 0.11 0.15 13/313 301860
/proc/meminfo: memFree=109662000/131655788 swapFree=131070704/131071996
[pid=301764] ppid=301760 vsize=18975048 memory=115748 CPUtime=1.12 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 7911 0 0 0 105 7 0 0 20 0 18 0 29935634 19430449152 28937 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4743762 28937 5867 1 0 551835 0
[pid=301764/tid=301767] ppid=301760 vsize=18975048 memory=5472 CPUtime=0.59 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 6102 0 0 0 54 5 0 0 20 0 18 0 29935635 19430449152 28937 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=18975048 memory=12928 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29935642 19430449152 28937 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=18975048 memory=100 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29935643 19430449152 28937 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 115748 KiB

[startup+1.50336 s]
/proc/loadavg: 0.09 0.11 0.15 12/318 301865
/proc/meminfo: memFree=109257956/131655788 swapFree=131070704/131071996
[pid=301764] ppid=301760 vsize=19041612 memory=699628 CPUtime=2.67 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 18708 0 0 0 240 27 0 0 20 0 19 0 29935634 19498610688 174907 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4760403 174907 5883 1 0 1361850 0
[pid=301764/tid=301767] ppid=301760 vsize=19041612 memory=12928 CPUtime=1.21 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 6353 0 0 0 101 20 0 0 20 0 19 0 29935635 19498610688 174907 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=19041612 memory=100 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 29935642 19498610688 174907 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 29935643 19498610688 174907 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 699628 KiB

[startup+3.10577 s]
/proc/loadavg: 0.09 0.11 0.15 10/321 301868
/proc/meminfo: memFree=107047756/131655788 swapFree=131070704/131071996
[pid=301764] ppid=301760 vsize=19108176 memory=1191944 CPUtime=5.83 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 23177 0 0 0 543 40 0 0 20 0 20 0 29935634 19566772224 297986 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4777044 297986 5921 1 0 1844355 0
[pid=301764/tid=301767] ppid=301760 vsize=19108176 memory=0 CPUtime=2.65 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 6695 0 0 0 235 30 0 0 20 0 20 0 29935635 19566772224 297986 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=19108176 memory=12928 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935642 19566772224 297986 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=19108176 memory=6055714437278546132 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 29935643 19566772224 297986 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301868] ppid=301760 vsize=19108176 memory=2372 CPUtime=0 cores=1,3
/proc/301764/task/301868/stat : 301868 (Timer-0) S 301760 301764 301717 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 29935800 19566772224 297986 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1191944 KiB

[startup+6.30077 s]
/proc/loadavg: 0.72 0.24 0.19 5/321 301868
/proc/meminfo: memFree=104669640/131655788 swapFree=131070704/131071996
[pid=301764] ppid=301760 vsize=19108176 memory=2167148 CPUtime=10.9 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 23895 0 0 0 1030 60 0 0 20 0 20 0 29935634 19566772224 541787 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4777044 541787 5937 1 0 1844381 0
[pid=301764/tid=301767] ppid=301760 vsize=19108176 memory=0 CPUtime=5.7 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 7122 0 0 0 523 47 0 0 20 0 20 0 29935635 19566772224 541787 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=19108176 memory=12928 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935642 19566772224 541787 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=19108176 memory=-9175912078854759100 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 29935643 19566772224 541787 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301868] ppid=301760 vsize=19108176 memory=-9175912078854759100 CPUtime=0 cores=1,3
/proc/301764/task/301868/stat : 301868 (Timer-0) S 301760 301764 301717 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 29935800 19566772224 541787 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 10.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2167148 KiB

[startup+12.7005 s]
/proc/loadavg: 1.15 0.33 0.23 5/321 301870
/proc/meminfo: memFree=103074464/131655788 swapFree=131070704/131071996
[pid=301764] ppid=301760 vsize=19108176 memory=2347780 CPUtime=17.59 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 24672 0 0 0 1696 63 0 0 20 0 20 0 29935634 19566772224 586945 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4777044 586945 5952 1 0 1844382 0
[pid=301764/tid=301767] ppid=301760 vsize=19108176 memory=11672 CPUtime=11.88 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 7785 0 0 0 1140 48 0 0 20 0 20 0 29935635 19566772224 586945 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=19108176 memory=2347780 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935642 19566772224 586945 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=19108176 memory=12928 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 29935643 19566772224 586945 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301868] ppid=301760 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/301764/task/301868/stat : 301868 (Timer-0) S 301760 301764 301717 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 29935800 19566772224 586945 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 17.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2347780 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=301764] ppid=301760 vsize=19108176 memory=2776296 CPUtime=31.07 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 31786 0 0 0 3033 74 0 0 20 0 20 0 29935634 19566772224 694074 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4777044 694074 5952 1 0 1844398 0
[pid=301764/tid=301767] ppid=301760 vsize=19108176 memory=132 CPUtime=24.43 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 9544 0 0 0 2388 55 0 0 20 0 20 0 29935635 19566772224 694074 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=19108176 memory=11672 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935642 19566772224 694074 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 29935643 19566772224 694074 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301868] ppid=301760 vsize=19108176 memory=11672 CPUtime=0 cores=1,3
/proc/301764/task/301868/stat : 301868 (Timer-0) S 301760 301764 301717 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 29935800 19566772224 694074 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 31.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2776296 KiB

[startup+51.114 s]
/proc/loadavg: 2.66 0.83 0.40 5/321 301877
/proc/meminfo: memFree=98005520/131655788 swapFree=131070704/131071996
[pid=301764] ppid=301760 vsize=19108176 memory=3198652 CPUtime=57.88 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 42024 0 0 0 5701 87 0 0 20 0 20 0 29935634 19566772224 799663 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4777044 799663 5952 1 0 1844447 0
[pid=301764/tid=301767] ppid=301760 vsize=19108176 memory=2891448 CPUtime=49.31 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 13633 0 0 0 4869 62 0 0 20 0 20 0 29935635 19566772224 799663 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=19108176 memory=2891452 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935642 19566772224 799663 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=19108176 memory=73464 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 29935643 19566772224 799663 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301868] ppid=301760 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/301764/task/301868/stat : 301868 (Timer-0) S 301760 301764 301717 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 29935800 19566772224 799663 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0

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

Current children cumulated memory: 6130624 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=301764] ppid=301760 vsize=19108176 memory=6130640 CPUtime=3326.92 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 467472 0 0 0 332216 476 0 0 20 0 20 0 29935634 19566772224 1532660 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4777044 1532660 5983 1 0 1545121 0
[pid=301764/tid=301767] ppid=301760 vsize=19108176 memory=6130640 CPUtime=3165.03 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 205965 0 0 0 316371 132 0 0 20 0 20 0 29935635 19566772224 1532660 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=19108176 memory=6130640 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935642 19566772224 1532660 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=19108176 memory=6130640 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 2820 0 0 0 0 0 0 0 20 0 20 0 29935643 19566772224 1532660 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301868] ppid=301760 vsize=19108176 memory=11672 CPUtime=0 cores=1,3
/proc/301764/task/301868/stat : 301868 (Timer-0) S 301760 301764 301717 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 29935800 19566772224 1532660 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 3326.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6130640 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=301764] ppid=301760 vsize=19108176 memory=6130640 CPUtime=3390.26 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 487755 0 0 0 338543 483 0 0 20 0 20 0 29935634 19566772224 1532660 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4777044 1532660 5983 1 0 1545121 0
[pid=301764/tid=301767] ppid=301760 vsize=19108176 memory=6130640 CPUtime=3223.94 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 207976 0 0 0 322262 132 0 0 20 0 20 0 29935635 19566772224 1532660 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=19108176 memory=6130640 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935642 19566772224 1532660 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=19108176 memory=12928 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 2872 0 0 0 0 0 0 0 20 0 20 0 29935643 19566772224 1532660 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301868] ppid=301760 vsize=19108176 memory=6130640 CPUtime=0 cores=1,3
/proc/301764/task/301868/stat : 301868 (Timer-0) S 301760 301764 301717 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 29935800 19566772224 1532660 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 3390.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6130640 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=301764] ppid=301760 vsize=19108176 memory=6130644 CPUtime=3458.25 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 493202 0 0 0 345332 493 0 0 20 0 20 0 29935634 19566772224 1532661 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4777044 1532661 5983 1 0 1545124 0
[pid=301764/tid=301767] ppid=301760 vsize=19108176 memory=6130644 CPUtime=3283.03 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 209792 0 0 0 328170 133 0 0 20 0 20 0 29935635 19566772224 1532661 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=19108176 memory=6130644 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935642 19566772224 1532661 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=19108176 memory=11672 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 2872 0 0 0 0 0 0 0 20 0 20 0 29935643 19566772224 1532661 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301868] ppid=301760 vsize=19108176 memory=-9175912078854759100 CPUtime=0 cores=1,3
/proc/301764/task/301868/stat : 301868 (Timer-0) S 301760 301764 301717 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 29935800 19566772224 1532661 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 3458.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6130644 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=301764] ppid=301760 vsize=19108176 memory=6133052 CPUtime=3522.35 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 515201 0 0 0 351732 503 0 0 20 0 20 0 29935634 19566772224 1533263 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4777044 1533263 5983 1 0 1545724 0
[pid=301764/tid=301767] ppid=301760 vsize=19108176 memory=6130652 CPUtime=3341.87 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 219949 0 0 0 334052 135 0 0 20 0 20 0 29935635 19566772224 1533263 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=19108176 memory=6133052 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935642 19566772224 1533263 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=19108176 memory=73464 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 2893 0 0 0 0 0 0 0 20 0 20 0 29935643 19566772224 1533263 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301868] ppid=301760 vsize=19108176 memory=-9175912078854759100 CPUtime=0 cores=1,3
/proc/301764/task/301868/stat : 301868 (Timer-0) S 301760 301764 301717 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 29935800 19566772224 1533263 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 3522.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6133052 KiB

[startup+3462.3 s]
/proc/loadavg: 4.75 4.79 4.65 5/320 303892
/proc/meminfo: memFree=96225212/131655788 swapFree=131070704/131071996
[pid=301764] ppid=301760 vsize=19108176 memory=6133052 CPUtime=3586.28 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 516714 0 0 0 358118 510 0 0 20 0 20 0 29935634 19566772224 1533263 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4777044 1533263 5983 1 0 1545724 0
[pid=301764/tid=301767] ppid=301760 vsize=19108176 memory=6133052 CPUtime=3400.75 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 221108 0 0 0 339940 135 0 0 20 0 20 0 29935635 19566772224 1533263 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=19108176 memory=-9175912078854759100 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935642 19566772224 1533263 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=19108176 memory=6133052 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 2893 0 0 0 0 0 0 0 20 0 20 0 29935643 19566772224 1533263 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301868] ppid=301760 vsize=19108176 memory=6133052 CPUtime=0 cores=1,3
/proc/301764/task/301868/stat : 301868 (Timer-0) S 301760 301764 301717 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 29935800 19566772224 1533263 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 3586.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6133052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3476 s]*
/proc/loadavg: 4.86 4.82 4.66 5/320 303894
/proc/meminfo: memFree=96157564/131655788 swapFree=131070704/131071996
[pid=301764] ppid=301760 vsize=19108176 memory=6133052 CPUtime=3600.01 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 516968 0 0 0 359490 511 0 0 20 0 20 0 29935634 19566772224 1533263 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4777044 1533263 5983 1 0 1545724 0
[pid=301764/tid=301767] ppid=301760 vsize=19108176 memory=-8958895962732536508 CPUtime=3414.24 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 221361 0 0 0 341288 136 0 0 20 0 20 0 29935635 19566772224 1533263 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=19108176 memory=-7522837283119193720 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29935642 19566772224 1533263 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=19108176 memory=2608 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 2893 0 0 0 0 0 0 0 20 0 20 0 29935643 19566772224 1533263 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301868] ppid=301760 vsize=19108176 memory=4696 CPUtime=0 cores=1,3
/proc/301764/task/301868/stat : 301868 (Timer-0) S 301760 301764 301717 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 29935800 19566772224 1533263 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6133052 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.46 s, system=5.17051 s

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

[startup+3476.22 s]
/proc/loadavg: 4.86 4.82 4.66 5/320 303894
/proc/meminfo: memFree=96157564/131655788 swapFree=131070704/131071996
[pid=301764] ppid=301760 vsize=19307868 memory=6133784 CPUtime=3600.42 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 518823 0 0 0 359530 512 0 0 20 0 21 0 29935634 19771256832 1533446 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4826967 1533446 5982 1 0 1546707 0
[pid=301764/tid=301767] ppid=301760 vsize=19307868 memory=605646 CPUtime=3414.44 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) R 301760 301764 301717 0 -1 4194368 221447 0 0 0 341308 136 0 0 20 0 21 0 29935635 19771256832 1533446 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=19307868 memory=646092 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 29935642 19771256832 1533446 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=19307868 memory=1526455 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 2893 0 0 0 0 0 0 0 20 0 21 0 29935643 19771256832 1533446 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 3600.42 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6133784 KiB

[startup+3476.3 s]
/proc/loadavg: 4.86 4.82 4.66 5/320 303894
/proc/meminfo: memFree=96157564/131655788 swapFree=131070704/131071996
[pid=301764] ppid=301760 vsize=19307868 memory=6133856 CPUtime=3600.58 cores=1,3
/proc/301764/stat : 301764 (java) S 301760 301764 301717 0 -1 1077936128 519700 0 0 0 359545 513 0 0 20 0 15 0 29935634 19771256832 1533464 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
/proc/301764/statm: 4826967 1533464 5998 1 0 1546707 0
[pid=301764/tid=301767] ppid=301760 vsize=19307868 memory=6133052 CPUtime=3414.52 cores=1,3
/proc/301764/task/301767/stat : 301767 (java) S 301760 301764 301717 0 -1 1077936192 221447 0 0 0 341316 136 0 0 20 0 15 0 29935635 19771256832 1533464 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301806] ppid=301760 vsize=19307868 memory=6133052 CPUtime=0 cores=1,3
/proc/301764/task/301806/stat : 301806 (Finalizer) S 301760 301764 301717 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 29935642 19771256832 1533464 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
[pid=301764/tid=301817] ppid=301760 vsize=19307868 memory=73464 CPUtime=0 cores=1,3
/proc/301764/task/301817/stat : 301817 (Common-Cleaner) S 301760 301764 301717 0 -1 1077936192 2893 0 0 0 0 0 0 0 20 0 15 0 29935643 19771256832 1533464 134679101440 94763282898944 94763282902640 140726620597088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94763282910456 94763282911248 94763300753408 140726620599279 140726620599392 140726620599392 140726620606408 0
Current children cumulated CPU time: 3600.58 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6133856 KiB

Child status: 143

Real time (s): 3476.35
CPU time (s): 3600.63
CPU user time (s): 3595.46
CPU system time (s): 5.17051
CPU usage (%): 103.575
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 7323144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.46
system time used= 5.17051
maximum resident set size= 7323144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 519750
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120025
involuntary context switches= 10490


# summary of solver processes directly reported to runsolver:
#   pid: 301764
#   total CPU time (s): 3600.63
#   total CPU user time (s): 3595.46
#   total CPU system time (s): 5.17051

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4463 second user time and 35.3065 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 2a4ebf3c72122f3b44af8d9c3b5c44b1
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.428
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.116
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.639
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.124
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.151
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.126
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.496
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.122
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:        109859952 kB
MemAvailable:   129856112 kB
Buffers:          337768 kB
Cached:         20419180 kB
SwapCached:          732 kB
Active:          2781164 kB
Inactive:       18307820 kB
Active(anon):       1540 kB
Inactive(anon):   384360 kB
Active(file):    2779624 kB
Inactive(file): 17923460 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              1048 kB
Writeback:             8 kB
AnonPages:        331748 kB
Mapped:           119632 kB
Shmem:             53860 kB
KReclaimable:     266212 kB
Slab:             386132 kB
SReclaimable:     266212 kB
SUnreclaim:       119920 kB
KernelStack:        3648 kB
PageTables:         9808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     712596 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:59