Trace number 4459845

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)19 3600.46 3396.01

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_500_60_3.opb
MD5SUM473f4f01ea80639962d90e3c1fd9a037
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 benchmark14
Best CPU time to get the best result obtained on this benchmark3588.18
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 constraint61
Maximum length of a constraint111
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)37460
Sum of products size (including duplicates)74920
Number of different products37460
Sum of products size74920

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4459845-1721939464.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
3.59/1.99	c ... done. Wall clock time 1.834s.
3.59/1.99	c declared #vars     500
3.59/1.99	c internal #vars     37960
3.59/1.99	c #constraints  75420
3.59/1.99	c constraints type 
3.59/1.99	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 37460
3.59/1.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37960
3.59/1.99	c 75420 constraints processed.
3.59/2.00	c objective function length is 500 literals
4.00/2.11	c SATISFIABLE
4.00/2.11	c OPTIMIZING...
4.00/2.11	c Got one! Elapsed wall clock time (in seconds):1.956
4.00/2.11	o 24
4.59/2.48	c Got one! Elapsed wall clock time (in seconds):2.332
4.59/2.48	o 23
9.71/5.59	c Got one! Elapsed wall clock time (in seconds):5.441
9.71/5.59	o 21
11.57/7.26	c Got one! Elapsed wall clock time (in seconds):7.11
11.57/7.26	o 20
83.93/78.38	c Got one! Elapsed wall clock time (in seconds):78.23
83.93/78.38	o 19
104.49/98.54	c cleaning 3251 clauses out of 6501 with flag 0/6501
270.57/262.05	c cleaning 3915 clauses out of 9251 with flag 0/12502
442.76/431.47	c cleaning 4071 clauses out of 12334 with flag 0/19500
635.97/621.77	c cleaning 4832 clauses out of 16263 with flag 0/27500
914.75/896.05	c cleaning 4999 clauses out of 20432 with flag 0/36501
1206.76/1183.24	c cleaning 5428 clauses out of 25433 with flag 0/46501
1558.99/1529.56	c cleaning 6127 clauses out of 31011 with flag 0/57507
2013.75/1978.48	c cleaning 6581 clauses out of 36877 with flag 0/69500
2378.66/2335.71	c cleaning 7172 clauses out of 43296 with flag 0/82500
2909.74/2811.30	c cleaning 8433 clauses out of 50126 with flag 0/96502
3600.10/3395.89	c starts		: 96
3600.28/3395.91	c conflicts		: 110590
3600.28/3395.91	c decisions		: 270062
3600.28/3395.91	c propagations		: 321904055
3600.28/3395.91	c inspects		: 1792546332
3600.28/3395.91	c shortcuts		: 0
3600.28/3395.91	c learnt literals	: 0
3600.28/3395.91	c learnt binary clauses	: 0
3600.28/3395.91	c learnt ternary clauses	: 0
3600.28/3395.91	c learnt constraints	: 110589
3600.28/3395.91	c ignored constraints	: 0
3600.28/3395.91	c root simplifications	: 0
3600.28/3395.91	c removed literals (reason simplification)	: 0
3600.28/3395.92	c reason swapping (by a shorter reason)	: 0
3600.28/3395.92	c Calls to reduceDB	: 10
3600.28/3395.92	c Number of update (reduction) of LBD	: 0
3600.28/3395.92	c Imported unit clauses	: 0
3600.28/3395.92	c No decision after first conflict	: false
3600.28/3395.92	c number of reductions to clauses (during analyze)	: 0
3600.28/3395.92	c number of learned constraints concerned by reduction	: 0
3600.28/3395.92	c number of learning phase by resolution	: 0
3600.28/3395.92	c number of learning phase by cutting planes	: 0
3600.28/3395.92	c number of rounding to 1 operations	: 3000846
3600.28/3395.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.28/3395.92	c number of reductions of the coefficients by power 2 	: 0
3600.28/3395.92	c number of right shift for reduction by power 2 	: 0
3600.28/3395.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.28/3395.92	c number of ending skipping 	: 0
3600.28/3395.92	c number of internal skipping 	: 0
3600.28/3395.92	c number of derivation steps 	: 3161120
3600.28/3395.92	c number of skipped derivation steps 	: 0
3600.28/3395.92	c number of remaining unassigned 	: 633002
3600.28/3395.92	c number of remaining assigned 	: 104753035
3600.28/3395.92	c number of falsified literals weakened from reason	: 0
3600.28/3395.92	c number of falsified literals weakened from conflict	: 0
3600.28/3395.92	c time for arithmetic operations	: 111087535584
3600.28/3395.92	c minimum degree of deleted constraints	: 4
3600.28/3395.92	c maximum degree of deleted constraints	: 63840103
3600.28/3395.92	c number of deleted constraints	: 54809
3600.28/3395.92	c speed (assignments/second)	: 94847.85934996887
3600.28/3395.92	c non guided choices	: 0
3600.28/3395.97	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 23521
3600.28/3395.97	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2089
3600.28/3395.97	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 30170
3600.28/3395.97	s SATISFIABLE
3600.28/3395.97	c Found 5 solution(s)
3600.28/3395.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.28/3395.98	c objective function=19
3600.28/3395.98	c Total wall clock time (in seconds): 3395.823

Verifier Data

OK	19

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: 63968 MiB (52570 MiB free)
  memory of node 1: 64473 MiB (54098 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459845-1721939464/watcher-4459845-1721939464 -o /tmp/evaluation-result-4459845-1721939464/solver-4459845-1721939464 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721939462-300227 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459845-1721939464.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
solver pid=300416, runsolver pid=300413
Current StackSize limit: 8192 KiB


[startup+0.103594 s]*
/proc/loadavg: 0.67 0.21 0.30 8/334 300434
/proc/meminfo: memFree=108926608/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=18993908 memory=65844 CPUtime=0.14 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 7290 0 0 0 12 2 0 0 20 0 18 0 30474717 19449761792 16461 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4748477 16461 5775 1 0 549380 0
[pid=300416/tid=300418] ppid=300413 vsize=18993908 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 4194368 5838 0 0 0 8 1 0 0 20 0 18 0 30474718 19449761792 16461 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=18993908 memory=232851243367 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30474721 19449761792 16461 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=18993908 memory=14133346625590257 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30474721 19449761792 16461 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 65844 KiB

[startup+0.207479 s]*
/proc/loadavg: 0.67 0.21 0.30 10/334 300434
/proc/meminfo: memFree=108737328/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=18993908 memory=76644 CPUtime=0.33 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 7833 0 0 0 31 2 0 0 20 0 18 0 30474717 19449761792 19161 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4748477 19161 5957 1 0 549713 0
[pid=300416/tid=300418] ppid=300413 vsize=18993908 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 1077936192 6127 0 0 0 17 1 0 0 20 0 18 0 30474718 19449761792 19161 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=18993908 memory=1512645 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30474721 19449761792 19161 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=18993908 memory=13851871647368912 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 30474721 19449761792 19161 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 76644 KiB

[startup+0.313098 s]*
/proc/loadavg: 0.67 0.21 0.30 10/335 300435
/proc/meminfo: memFree=108565440/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=19060472 memory=164356 CPUtime=0.53 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 8881 0 0 0 49 4 0 0 20 0 19 0 30474717 19517923328 41089 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4765118 41089 6090 1 0 550158 0
[pid=300416/tid=300418] ppid=300413 vsize=19060472 memory=-8961149974454379196 CPUtime=0.27 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 4194368 6170 0 0 0 24 3 0 0 20 0 19 0 30474718 19517923328 41089 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30474721 19517923328 41089 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30474721 19517923328 41089 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 164356 KiB

[startup+0.701106 s]
/proc/loadavg: 0.67 0.21 0.30 9/335 300435
/proc/meminfo: memFree=108436580/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=19060472 memory=580420 CPUtime=1.24 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 14456 0 0 0 111 13 0 0 20 0 19 0 30474717 19517923328 145105 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4765118 145105 6090 1 0 1196123 0
[pid=300416/tid=300418] ppid=300413 vsize=19060472 memory=5728 CPUtime=0.55 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 4194368 6336 0 0 0 46 9 0 0 20 0 19 0 30474718 19517923328 145105 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=19060472 memory=12944 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30474721 19517923328 145105 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=19060472 memory=5065 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30474721 19517923328 145105 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 580420 KiB

[startup+1.5061 s]
/proc/loadavg: 0.67 0.21 0.30 12/335 300437
/proc/meminfo: memFree=107292664/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=19060472 memory=2377724 CPUtime=2.81 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 22810 0 0 0 233 48 0 0 20 0 19 0 30474717 19517923328 594431 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4765118 594431 6090 1 0 1804308 0
[pid=300416/tid=300418] ppid=300413 vsize=19060472 memory=12944 CPUtime=1.24 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 4194368 7165 0 0 0 83 41 0 0 20 0 19 0 30474718 19517923328 594431 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=19060472 memory=5065 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30474721 19517923328 594431 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 30474721 19517923328 594431 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 2377724 KiB

[startup+3.1071 s]
/proc/loadavg: 0.67 0.21 0.30 8/336 300438
/proc/meminfo: memFree=104141616/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=19127036 memory=2624404 CPUtime=5.99 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 23528 0 0 0 545 54 0 0 20 0 20 0 30474717 19586084864 656101 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4781759 656101 6144 1 0 1804745 0
[pid=300416/tid=300418] ppid=300413 vsize=19127036 memory=0 CPUtime=2.74 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 4194368 7407 0 0 0 228 46 0 0 20 0 20 0 30474718 19586084864 656101 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=19127036 memory=12944 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 656101 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=19127036 memory=6657 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 656101 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300438] ppid=300413 vsize=19127036 memory=4420 CPUtime=0 cores=1,3
/proc/300416/task/300438/stat : 300438 (Timer-0) S 300413 300416 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474919 19586084864 656101 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2624404 KiB

[startup+6.3011 s]
/proc/loadavg: 1.10 0.30 0.33 6/336 300438
/proc/meminfo: memFree=103132820/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=19127036 memory=3281340 CPUtime=10.61 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 24081 0 1 0 994 67 0 0 20 0 20 0 30474717 19586084864 820335 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4781759 820335 6145 1 0 1804771 0
[pid=300416/tid=300418] ppid=300413 vsize=19127036 memory=0 CPUtime=5.83 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 4194368 7709 0 0 0 526 57 0 0 20 0 20 0 30474718 19586084864 820335 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=19127036 memory=12944 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 820335 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=19127036 memory=12336 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 820335 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300438] ppid=300413 vsize=19127036 memory=69304 CPUtime=0 cores=1,3
/proc/300416/task/300438/stat : 300438 (Timer-0) S 300413 300416 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474919 19586084864 820335 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 10.61 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3281340 KiB

[startup+12.7003 s]
/proc/loadavg: 1.49 0.40 0.36 6/336 300439
/proc/meminfo: memFree=101820336/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=19127036 memory=3598800 CPUtime=17.39 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 24653 0 1 0 1666 73 0 0 20 0 20 0 30474717 19586084864 899700 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4781759 899700 6145 1 0 1804776 0
[pid=300416/tid=300418] ppid=300413 vsize=19127036 memory=3598784 CPUtime=12.01 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 4194368 8143 0 0 0 1138 63 0 0 20 0 20 0 30474718 19586084864 899700 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 899700 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=19127036 memory=12944 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 899700 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300438] ppid=300413 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/300416/task/300438/stat : 300438 (Timer-0) S 300413 300416 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474919 19586084864 899700 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 17.39 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3598800 KiB

[startup+25.5011 s]
/proc/loadavg: 2.11 0.59 0.42 7/336 300441
/proc/meminfo: memFree=100725188/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=19127036 memory=3646844 CPUtime=30.3 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 27681 0 1 0 2955 75 0 0 20 0 20 0 30474717 19586084864 911711 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4781759 911711 6161 1 0 1804821 0
[pid=300416/tid=300418] ppid=300413 vsize=19127036 memory=3598784 CPUtime=24.53 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 4194368 9434 0 0 0 2389 64 0 0 20 0 20 0 30474718 19586084864 911711 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 911711 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=19127036 memory=12336 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 911711 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300438] ppid=300413 vsize=19127036 memory=69304 CPUtime=0 cores=1,3
/proc/300416/task/300438/stat : 300438 (Timer-0) S 300413 300416 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474919 19586084864 911711 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 30.3 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3646844 KiB

[startup+51.1061 s]
/proc/loadavg: 2.95 0.91 0.53 5/336 300514
/proc/meminfo: memFree=98629492/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=19127036 memory=4175324 CPUtime=56.17 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 34779 0 1 0 5530 87 0 0 20 0 20 0 30474717 19586084864 1043831 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4781759 1043831 6161 1 0 1804840 0
[pid=300416/tid=300418] ppid=300413 vsize=19127036 memory=4175304 CPUtime=49.65 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 4194368 13011 0 0 0 4894 71 0 0 20 0 20 0 30474718 19586084864 1043831 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=19127036 memory=4175304 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 1043831 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=19127036 memory=12336 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 1043831 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300438] ppid=300413 vsize=19127036 memory=5728 CPUtime=0 cores=1,3
/proc/300416/task/300438/stat : 300438 (Timer-0) S 300413 300416 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474919 19586084864 1043831 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0

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

/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 1793117 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=19127036 memory=12336 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 3051 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 1793117 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300438] ppid=300413 vsize=19127036 memory=12336 CPUtime=0 cores=1,3
/proc/300416/task/300438/stat : 300438 (Timer-0) S 300413 300416 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474919 19586084864 1793117 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 3110.44 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7172468 KiB

[startup+3042.3 s]
/proc/loadavg: 4.45 4.31 4.12 5/329 301759
/proc/meminfo: memFree=89829240/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=19127036 memory=7172472 CPUtime=3182.58 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 484130 0 1 0 317911 347 0 0 20 0 20 0 30474717 19586084864 1793118 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4781759 1793118 6174 1 0 1806970 0
[pid=300416/tid=300418] ppid=300413 vsize=19127036 memory=7172468 CPUtime=2966.53 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 4194368 203362 0 0 0 296545 108 0 0 20 0 20 0 30474718 19586084864 1793118 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=19127036 memory=7172472 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 1793118 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=19127036 memory=5728 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 3051 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 1793118 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300438] ppid=300413 vsize=19127036 memory=12336 CPUtime=0 cores=1,3
/proc/300416/task/300438/stat : 300438 (Timer-0) S 300413 300416 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474919 19586084864 1793118 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 3182.58 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7172472 KiB

[startup+3102.3 s]
/proc/loadavg: 4.41 4.31 4.13 6/329 301769
/proc/meminfo: memFree=89822536/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=19127036 memory=7172472 CPUtime=3252.29 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 504397 0 1 0 324874 355 0 0 20 0 20 0 30474717 19586084864 1793118 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4781759 1793118 6174 1 0 1806970 0
[pid=300416/tid=300418] ppid=300413 vsize=19127036 memory=12336 CPUtime=3024.74 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 4194368 208289 0 0 0 302365 109 0 0 20 0 20 0 30474718 19586084864 1793118 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=19127036 memory=7172472 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 1793118 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=19127036 memory=12336 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 3093 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 1793118 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300438] ppid=300413 vsize=19127036 memory=12336 CPUtime=0 cores=1,3
/proc/300416/task/300438/stat : 300438 (Timer-0) S 300413 300416 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474919 19586084864 1793118 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 3252.29 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7172472 KiB

[startup+3162.3 s]
/proc/loadavg: 4.29 4.30 4.14 5/329 301780
/proc/meminfo: memFree=89816068/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=19127036 memory=7172472 CPUtime=3324.56 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 505697 0 1 0 332093 363 0 0 20 0 20 0 30474717 19586084864 1793118 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4781759 1793118 6174 1 0 1806970 0
[pid=300416/tid=300418] ppid=300413 vsize=19127036 memory=7172472 CPUtime=3083 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 4194368 209078 0 0 0 308191 109 0 0 20 0 20 0 30474718 19586084864 1793118 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=19127036 memory=12944 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 1793118 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=19127036 memory=7172472 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 3093 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 1793118 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300438] ppid=300413 vsize=19127036 memory=7172472 CPUtime=0 cores=1,3
/proc/300416/task/300438/stat : 300438 (Timer-0) S 300413 300416 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474919 19586084864 1793118 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 3324.56 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 7172472 KiB

[startup+3222.3 s]
/proc/loadavg: 4.46 4.35 4.17 5/329 301790
/proc/meminfo: memFree=88340684/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=19127036 memory=8644024 CPUtime=3398.28 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 508547 0 1 0 339426 402 0 0 20 0 20 0 30474717 19586084864 2161006 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4781759 2161006 6174 1 0 2180846 0
[pid=300416/tid=300418] ppid=300413 vsize=19127036 memory=7172472 CPUtime=3141.4 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 4194368 210762 0 0 0 314004 136 0 0 20 0 20 0 30474718 19586084864 2161006 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=19127036 memory=7172472 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 2161006 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=19127036 memory=12336 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 3094 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 2161006 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300438] ppid=300413 vsize=19127036 memory=69304 CPUtime=0 cores=1,3
/proc/300416/task/300438/stat : 300438 (Timer-0) S 300413 300416 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474919 19586084864 2161006 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 3398.28 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 8644024 KiB

[startup+3282.3 s]
/proc/loadavg: 4.33 4.33 4.17 5/329 302184
/proc/meminfo: memFree=88309136/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=19127036 memory=8666992 CPUtime=3467.65 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 510475 0 1 0 346356 409 0 0 20 0 20 0 30474717 19586084864 2166748 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4781759 2166748 6174 1 0 2180867 0
[pid=300416/tid=300418] ppid=300413 vsize=19127036 memory=8666992 CPUtime=3200.18 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 4194368 211884 0 0 0 319882 136 0 0 20 0 20 0 30474718 19586084864 2166748 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=19127036 memory=8666992 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 2166748 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=19127036 memory=12336 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 3094 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 2166748 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300438] ppid=300413 vsize=19127036 memory=8666992 CPUtime=0 cores=1,3
/proc/300416/task/300438/stat : 300438 (Timer-0) S 300413 300416 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474919 19586084864 2166748 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 3467.65 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 8666992 KiB

[startup+3342.3 s]
/proc/loadavg: 4.49 4.36 4.20 5/330 302195
/proc/meminfo: memFree=88296244/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=19127036 memory=8667256 CPUtime=3537.04 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 532287 0 1 0 353285 419 0 0 20 0 20 0 30474717 19586084864 2166814 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4781759 2166814 6174 1 0 2180867 0
[pid=300416/tid=300418] ppid=300413 vsize=19127036 memory=12336 CPUtime=3258.73 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 4194368 216645 0 0 0 325736 137 0 0 20 0 20 0 30474718 19586084864 2166814 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=19127036 memory=1816 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 2166814 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=19127036 memory=18520 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 3135 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 2166814 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300438] ppid=300413 vsize=19127036 memory=2712 CPUtime=0 cores=1,3
/proc/300416/task/300438/stat : 300438 (Timer-0) S 300413 300416 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474919 19586084864 2166814 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 3537.04 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 8667256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3395.8 s]
/proc/loadavg: 4.62 4.43 4.23 6/330 302204
/proc/meminfo: memFree=88293076/131524600 swapFree=131063756/131071996
[pid=300416] ppid=300413 vsize=19127036 memory=8667256 CPUtime=3600.1 cores=1,3
/proc/300416/stat : 300416 (java) S 300413 300416 300215 0 -1 1077936128 533340 0 1 0 359582 428 0 0 20 0 20 0 30474717 19586084864 2166814 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
/proc/300416/statm: 4781759 2166814 6174 1 0 2180867 0
[pid=300416/tid=300418] ppid=300413 vsize=19127036 memory=12944 CPUtime=3310.95 cores=1,3
/proc/300416/task/300418/stat : 300418 (java) R 300413 300416 300215 0 -1 4194368 217288 0 0 0 330958 137 0 0 20 0 20 0 30474718 19586084864 2166814 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300427] ppid=300413 vsize=19127036 memory=5728 CPUtime=0 cores=1,3
/proc/300416/task/300427/stat : 300427 (Finalizer) S 300413 300416 300215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 2166814 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300434] ppid=300413 vsize=19127036 memory=18520 CPUtime=0 cores=1,3
/proc/300416/task/300434/stat : 300434 (Common-Cleaner) S 300413 300416 300215 0 -1 1077936192 3135 0 0 0 0 0 0 0 20 0 20 0 30474721 19586084864 2166814 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
[pid=300416/tid=300438] ppid=300413 vsize=19127036 memory=2288 CPUtime=0 cores=1,3
/proc/300416/task/300438/stat : 300438 (Timer-0) S 300413 300416 300215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30474919 19586084864 2166814 134679101440 94270261489664 94270261493360 140723367253424 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94270261501176 94270261501968 94270285619200 140723367257075 140723367257188 140723367257188 140723367264200 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 8667256 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.14 s, system=4.31338 s

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

[startup+3396 s]*
/proc/loadavg: 4.62 4.43 4.23 5/312 302207
/proc/meminfo: memFree=96750740/131524600 swapFree=131063756/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3396.01
CPU time (s): 3600.46
CPU user time (s): 3596.14
CPU system time (s): 4.31338
CPU usage (%): 106.02
Max. virtual memory (cumulated for all children) (KiB): 19326728
Max. memory (cumulated for all children) (KiB): 8668024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.14
system time used= 4.31338
maximum resident set size= 8669280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 536499
page faults= 1
swaps= 0
block input operations= 264
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123752
involuntary context switches= 25353


# summary of solver processes directly reported to runsolver:
#   pid: 300416
#   total CPU time (s): 3600.46
#   total CPU user time (s): 3596.14
#   total CPU system time (s): 4.31338

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94828 second user time and 17.4174 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-25 22:31:04
IDJOB=4459845
IDBENCH=148610
IDSOLVER=3046
FILE ID=nodeC027/4459845-1721939464
RUNJOBID= nodeC027-1721939462-300227
SLURM_JOB_ID= 8247247
Free space on /tmp= 890080 MiB

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

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

MD5SUM BENCH= 473f4f01ea80639962d90e3c1fd9a037
RANDOM SEED=694240006

nodeC027.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	: 0xb00002a
cpu MHz		: 3599.867
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.74
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	: 0xb00002a
cpu MHz		: 3599.928
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.65
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	: 0xb00002a
cpu MHz		: 3599.867
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.74
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	: 0xb00002a
cpu MHz		: 3599.886
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.65
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	: 0xb00002a
cpu MHz		: 3599.867
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.74
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	: 0xb00002a
cpu MHz		: 3671.697
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.65
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	: 0xb00002a
cpu MHz		: 3599.867
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.74
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	: 0xb00002a
cpu MHz		: 3674.441
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        109298344 kB
MemAvailable:   128350004 kB
Buffers:          325536 kB
Cached:         19407112 kB
SwapCached:          472 kB
Active:          2612368 kB
Inactive:       18711168 kB
Active(anon):       1704 kB
Inactive(anon):  1642600 kB
Active(file):    2610664 kB
Inactive(file): 17068568 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131063756 kB
Dirty:              4128 kB
Writeback:             8 kB
AnonPages:       1590500 kB
Mapped:           136428 kB
Shmem:             53416 kB
KReclaimable:     424504 kB
Slab:             548196 kB
SReclaimable:     424504 kB
SUnreclaim:       123692 kB
KernelStack:        5136 kB
PageTables:        13860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7309088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17376 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1173504 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:      359124 kB
DirectMap2M:    40308736 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC027 at 2024-07-25 23:27:41