Trace number 4427425

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)211 3600.19 3564.59

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_22.opb.PB06.opb
MD5SUM79a11fcf881101c51e0b67ee01609c80
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark179
Best CPU time to get the best result obtained on this benchmark3558
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables470
Total number of constraints470
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 constraints470
Minimum length of a constraint4
Maximum length of a constraint20
Number of terms in the objective function 470
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 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2106806208
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	 - never skip resolution steps
0.11/0.16	 - Auto-division on coefficients is disabled
0.11/0.16	 - No postprocessing
0.11/0.16	 - Conflict is considered as is when resolving
0.11/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.11/0.16	 - Weaken first using unassigned literals
0.11/0.16	 - Bump strategy: ALWAYS_ONE
0.11/0.16	 - Bumper: ASSIGNED
0.11/0.16	--- Begin Solver configuration ---
0.11/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.11/0.16	Learn all clauses as in MiniSAT
0.11/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	No reason simplification
0.11/0.16	Armin Biere (Picosat) restarts strategy
0.11/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.11/0.16	timeout=2147483s
0.11/0.16	DB Simplification allowed=false
0.11/0.16	Listener: none
0.11/0.16	--- End Solver configuration ---
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: ASSIGNED
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Armin Biere (Picosat) restarts strategy
0.11/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4427425-1720994537.opb
0.11/0.16	c reading problem ... 
0.11/0.16	c  objective function found
0.30/0.23	c ... done. Wall clock time 0.062s.
0.30/0.23	c declared #vars     470
0.30/0.23	c #constraints  470
0.30/0.23	c constraints type 
0.30/0.23	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 469
0.30/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
0.30/0.23	c 470 constraints processed.
0.30/0.24	c objective function length is 470 literals
0.30/0.25	c SATISFIABLE
0.30/0.25	c OPTIMIZING...
0.30/0.25	c Got one! Elapsed wall clock time (in seconds):0.082
0.30/0.25	o 223
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.14
0.51/0.32	o 222
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.171
0.51/0.34	o 221
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.202
0.51/0.37	o 220
0.70/0.44	c Got one! Elapsed wall clock time (in seconds):0.273
0.70/0.44	o 219
0.70/0.48	c Got one! Elapsed wall clock time (in seconds):0.313
0.70/0.48	o 218
4.54/2.48	c Got one! Elapsed wall clock time (in seconds):2.323
4.54/2.49	o 217
7.53/5.11	c Got one! Elapsed wall clock time (in seconds):4.942
7.53/5.11	o 216
17.54/14.87	c Got one! Elapsed wall clock time (in seconds):14.706
17.54/14.87	o 215
38.36/35.29	c cleaning 3484 clauses out of 6967 with flag 0/6967
46.89/43.58	c Got one! Elapsed wall clock time (in seconds):43.423
46.89/43.58	o 214
48.59/45.22	c Got one! Elapsed wall clock time (in seconds):45.061
48.59/45.22	o 213
64.19/60.66	c cleaning 4495 clauses out of 8993 with flag 0/12477
93.16/89.21	c cleaning 5242 clauses out of 10497 with flag 0/18476
120.30/115.99	c cleaning 6126 clauses out of 12255 with flag 0/25476
160.36/155.59	c cleaning 6683 clauses out of 14129 with flag 0/33476
161.83/156.92	c Got one! Elapsed wall clock time (in seconds):156.76
161.83/156.92	o 212
180.37/175.15	c cleaning 5252 clauses out of 13344 with flag 0/39374
203.12/197.50	c cleaning 4904 clauses out of 14090 with flag 0/45372
234.48/228.40	c cleaning 5784 clauses out of 16187 with flag 0/52373
268.66/262.19	c cleaning 6527 clauses out of 18405 with flag 0/60375
315.27/308.17	c cleaning 7017 clauses out of 20875 with flag 0/69372
373.94/366.03	c cleaning 8072 clauses out of 23859 with flag 0/79373
435.09/426.27	c cleaning 9082 clauses out of 26787 with flag 0/90373
554.42/544.68	c cleaning 10228 clauses out of 29704 with flag 0/102372
721.08/710.35	c cleaning 10673 clauses out of 32480 with flag 0/115376
812.37/800.62	c cleaning 11182 clauses out of 35803 with flag 0/129372
904.51/891.37	c cleaning 11898 clauses out of 39623 with flag 0/144374
909.17/895.85	c Got one! Elapsed wall clock time (in seconds):895.687
909.17/895.85	o 211
930.42/916.86	c cleaning 4738 clauses out of 33637 with flag 0/150286
953.63/939.80	c cleaning 4974 clauses out of 34899 with flag 0/156286
1048.32/1034.11	c cleaning 5954 clauses out of 36926 with flag 0/163287
1107.00/1092.30	c cleaning 6580 clauses out of 38971 with flag 0/171286
1148.55/1133.32	c cleaning 7171 clauses out of 41395 with flag 0/180290
1205.97/1190.12	c cleaning 8177 clauses out of 44221 with flag 0/190287
1273.95/1257.43	c cleaning 8683 clauses out of 47043 with flag 0/201286
1373.26/1355.52	c cleaning 9589 clauses out of 50360 with flag 0/213286
1508.67/1489.82	c cleaning 10794 clauses out of 53772 with flag 0/226287
1612.09/1591.58	c cleaning 11801 clauses out of 56977 with flag 0/240286
1809.22/1787.37	c cleaning 12151 clauses out of 60178 with flag 0/255288
1926.07/1902.29	c cleaning 12803 clauses out of 64025 with flag 0/271286
2072.01/2046.84	c cleaning 13761 clauses out of 68222 with flag 0/288286
2232.86/2205.83	c cleaning 15004 clauses out of 72461 with flag 0/306286
2442.65/2413.16	c cleaning 15611 clauses out of 76458 with flag 0/325287
3399.45/3367.53	c cleaning 17809 clauses out of 80846 with flag 0/345286
3600.03/3564.51	c starts		: 149
3600.03/3564.51	c conflicts		: 361011
3600.03/3564.51	c decisions		: 785851
3600.03/3564.51	c propagations		: 6594288
3600.03/3564.51	c inspects		: 1415472864
3600.03/3564.51	c shortcuts		: 0
3600.03/3564.51	c learnt literals	: 0
3600.03/3564.51	c learnt binary clauses	: 0
3600.03/3564.51	c learnt ternary clauses	: 0
3600.03/3564.51	c learnt constraints	: 361011
3600.03/3564.51	c ignored constraints	: 0
3600.03/3564.51	c root simplifications	: 0
3600.03/3564.51	c removed literals (reason simplification)	: 0
3600.03/3564.51	c reason swapping (by a shorter reason)	: 0
3600.03/3564.51	c Calls to reduceDB	: 32
3600.03/3564.51	c Number of update (reduction) of LBD	: 0
3600.03/3564.51	c Imported unit clauses	: 0
3600.03/3564.51	c No decision after first conflict	: false
3600.03/3564.51	c number of reductions to clauses (during analyze)	: 0
3600.03/3564.51	c number of learned constraints concerned by reduction	: 0
3600.03/3564.51	c number of learning phase by resolution	: 0
3600.03/3564.51	c number of learning phase by cutting planes	: 0
3600.03/3564.51	c number of rounding to 1 operations	: 2157766
3600.03/3564.51	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3564.51	c number of reductions of the coefficients by power 2 	: 0
3600.03/3564.51	c number of right shift for reduction by power 2 	: 0
3600.03/3564.51	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3564.51	c number of ending skipping 	: 0
3600.03/3564.51	c number of internal skipping 	: 0
3600.03/3564.51	c number of derivation steps 	: 1920100
3600.03/3564.51	c number of skipped derivation steps 	: 0
3600.03/3564.51	c number of remaining unassigned 	: 790566
3600.03/3564.51	c number of remaining assigned 	: 182748506
3600.03/3564.51	c number of falsified literals weakened from reason	: 0
3600.03/3564.51	c number of falsified literals weakened from conflict	: 0
3600.03/3564.51	c time for arithmetic operations	: 15614857182
3600.03/3564.52	c minimum degree of deleted constraints	: 4
3600.03/3564.52	c maximum degree of deleted constraints	: 37106430
3600.03/3564.52	c number of deleted constraints	: 282249
3600.03/3564.52	c speed (assignments/second)	: 1850.104845918304
3600.03/3564.52	c non guided choices	: 0
3600.03/3564.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 52755
3600.03/3564.57	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1406
3600.03/3564.57	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 24601
3600.03/3564.57	s SATISFIABLE
3600.03/3564.57	c Found 13 solution(s)
3600.03/3564.57	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 
3600.03/3564.57	c objective function=211
3600.03/3564.57	c Total wall clock time (in seconds): 3564.409

Verifier Data

OK	211

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427425-1720994537/watcher-4427425-1720994537 -o /tmp/evaluation-result-4427425-1720994537/solver-4427425-1720994537 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1720994549-776294 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427425-1720994537.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=776334, runsolver pid=776331

[startup+0.100059 s]*
/proc/loadavg: 0.07 0.09 0.09 14/326 776421
/proc/meminfo: memFree=128268148/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=18975048 memory=60440 CPUtime=0.11 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 6971 0 0 0 9 2 0 0 20 0 18 0 151621959 19430449152 15110 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4743762 15110 5734 1 0 549249 0
[pid=776334/tid=776337] ppid=776331 vsize=18975048 memory=4026531971 CPUtime=0.06 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 1077936192 5569 0 0 0 5 1 0 0 20 0 18 0 151621960 19430449152 15110 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=18975048 memory=15945 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151621964 19430449152 15110 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=18975048 memory=14418111545738801 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151621964 19430449152 15110 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60440 KiB

[startup+0.2073 s]*
/proc/loadavg: 0.07 0.09 0.09 16/327 776422
/proc/meminfo: memFree=128215732/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=18975048 memory=71624 CPUtime=0.3 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 7680 0 0 0 28 2 0 0 20 0 18 0 151621959 19430449152 17906 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4743762 17906 5834 1 0 549758 0
[pid=776334/tid=776337] ppid=776331 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 1077936192 5945 0 0 0 15 2 0 0 20 0 18 0 151621960 19430449152 17906 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=18975048 memory=15945 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151621964 19430449152 17906 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=18975048 memory=14418111545738801 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151621964 19430449152 17906 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71624 KiB

[startup+0.317118 s]*
/proc/loadavg: 0.07 0.09 0.09 16/331 776426
/proc/meminfo: memFree=128166224/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=19041612 memory=87032 CPUtime=0.51 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 8001 0 0 0 48 3 0 0 20 0 19 0 151621959 19498610688 21758 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4760403 21758 5887 1 0 550203 0
[pid=776334/tid=776337] ppid=776331 vsize=19041612 memory=-9105546611619439292 CPUtime=0.27 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 4194368 6085 0 0 0 25 2 0 0 20 0 19 0 151621960 19498610688 21758 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151621964 19498610688 21758 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151621964 19498610688 21758 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776425] ppid=776331 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/776334/task/776425/stat : 776425 (Timer-0) S 776331 776334 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151621984 19498610688 21758 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 87032 KiB

[startup+0.700635 s]
/proc/loadavg: 0.07 0.09 0.09 12/331 776426
/proc/meminfo: memFree=127944004/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=19108176 memory=180332 CPUtime=1.25 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 13650 0 0 0 119 6 0 0 20 0 20 0 151621959 19566772224 45083 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4777044 45083 5887 1 0 554082 0
[pid=776334/tid=776337] ppid=776331 vsize=19108176 memory=5428 CPUtime=0.62 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 4194368 6124 0 0 0 58 4 0 0 20 0 20 0 151621960 19566772224 45083 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 45083 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=19108176 memory=140037073150001 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 45083 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776425] ppid=776331 vsize=19108176 memory=2244 CPUtime=0 cores=5,7
/proc/776334/task/776425/stat : 776425 (Timer-0) S 776331 776334 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621984 19566772224 45083 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180332 KiB

[startup+1.50164 s]
/proc/loadavg: 0.07 0.09 0.09 10/335 776430
/proc/meminfo: memFree=127774012/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=19108176 memory=228020 CPUtime=2.82 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 21234 0 0 0 273 9 0 0 20 0 20 0 151621959 19566772224 57005 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4777044 57005 5888 1 0 555111 0
[pid=776334/tid=776337] ppid=776331 vsize=19108176 memory=13120 CPUtime=1.37 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 4194368 6435 0 0 0 132 5 0 0 20 0 20 0 151621960 19566772224 57005 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 57005 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=19108176 memory=32336 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 57005 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776425] ppid=776331 vsize=19108176 memory=21604 CPUtime=0 cores=5,7
/proc/776334/task/776425/stat : 776425 (Timer-0) S 776331 776334 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621984 19566772224 57005 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 228020 KiB

[startup+3.10664 s]
/proc/loadavg: 0.07 0.09 0.09 6/335 776430
/proc/meminfo: memFree=126081712/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=19108176 memory=573896 CPUtime=5.46 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 24981 0 0 0 530 16 0 0 20 0 20 0 151621959 19566772224 143474 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4777044 143474 5888 1 0 854393 0
[pid=776334/tid=776337] ppid=776331 vsize=19108176 memory=13120 CPUtime=2.87 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 4194368 7291 0 0 0 277 10 0 0 20 0 20 0 151621960 19566772224 143474 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 143474 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=19108176 memory=11376 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 143474 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776425] ppid=776331 vsize=19108176 memory=38136 CPUtime=0 cores=5,7
/proc/776334/task/776425/stat : 776425 (Timer-0) S 776331 776334 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621984 19566772224 143474 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 5.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 573896 KiB

[startup+6.30065 s]
/proc/loadavg: 0.54 0.19 0.12 6/335 776430
/proc/meminfo: memFree=124873772/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=19108176 memory=1085324 CPUtime=8.75 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 25354 0 0 0 851 24 0 0 20 0 20 0 151621959 19566772224 271331 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4777044 271331 5888 1 0 854408 0
[pid=776334/tid=776337] ppid=776331 vsize=19108176 memory=4427211764029363091 CPUtime=6 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 4194368 7533 0 0 0 581 19 0 0 20 0 20 0 151621960 19566772224 271331 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 271331 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 271331 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776425] ppid=776331 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/776334/task/776425/stat : 776425 (Timer-0) S 776331 776334 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621984 19566772224 271331 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 8.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1085324 KiB

[startup+12.7003 s]
/proc/loadavg: 0.90 0.27 0.15 5/335 776433
/proc/meminfo: memFree=123510428/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=19108176 memory=1349532 CPUtime=15.42 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 26824 0 0 0 1512 30 0 0 20 0 20 0 151621959 19566772224 337383 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4777044 337383 5888 1 0 854409 0
[pid=776334/tid=776337] ppid=776331 vsize=19108176 memory=13120 CPUtime=12.22 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 4194368 7855 0 0 0 1199 23 0 0 20 0 20 0 151621960 19566772224 337383 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 337383 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=19108176 memory=-9104703286200935100 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 337383 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776425] ppid=776331 vsize=19108176 memory=11376 CPUtime=0 cores=5,7
/proc/776334/task/776425/stat : 776425 (Timer-0) S 776331 776334 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621984 19566772224 337383 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 15.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1349532 KiB

[startup+25.5003 s]
/proc/loadavg: 1.59 0.45 0.21 5/335 776435
/proc/meminfo: memFree=121399936/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=19108176 memory=1825352 CPUtime=28.37 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 34642 0 0 0 2797 40 0 0 20 0 20 0 151621959 19566772224 456338 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4777044 456338 5888 1 0 854412 0
[pid=776334/tid=776337] ppid=776331 vsize=19108176 memory=1360 CPUtime=24.82 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 4194368 11747 0 0 0 2451 31 0 0 20 0 20 0 151621960 19566772224 456338 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=19108176 memory=1581604 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 456338 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=19108176 memory=-9104703286200935100 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 456338 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776425] ppid=776331 vsize=19108176 memory=11376 CPUtime=0 cores=5,7
/proc/776334/task/776425/stat : 776425 (Timer-0) S 776331 776334 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621984 19566772224 456338 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 28.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1825352 KiB

[startup+51.1058 s]
/proc/loadavg: 2.41 0.74 0.31 5/335 776440
/proc/meminfo: memFree=120424552/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=19108176 memory=2182188 CPUtime=54.62 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 43734 0 0 0 5414 48 0 0 20 0 20 0 151621959 19566772224 545547 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4777044 545547 5904 1 0 854452 0
[pid=776334/tid=776337] ppid=776331 vsize=19108176 memory=1360 CPUtime=49.94 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 4194368 15656 0 0 0 4960 34 0 0 20 0 20 0 151621960 19566772224 545547 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0

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

/proc/meminfo: memFree=115626140/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=19108176 memory=3372016 CPUtime=3254.36 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 326885 0 0 0 325194 242 0 0 20 0 20 0 151621959 19566772224 843004 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4777044 843004 5924 1 0 855144 0
[pid=776334/tid=776337] ppid=776331 vsize=19108176 memory=13120 CPUtime=3176.1 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 4194368 133545 0 0 0 317552 58 0 0 20 0 20 0 151621960 19566772224 843004 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 34 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=19108176 memory=3372016 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 843004 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=19108176 memory=3372016 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 2584 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 843004 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776425] ppid=776331 vsize=19108176 memory=3372016 CPUtime=0 cores=5,7
/proc/776334/task/776425/stat : 776425 (Timer-0) S 776331 776334 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621984 19566772224 843004 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 3254.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3372016 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.25 4.14 5/334 778576
/proc/meminfo: memFree=115625456/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=19108176 memory=3372016 CPUtime=3314.28 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 332324 0 0 0 331183 245 0 0 20 0 20 0 151621959 19566772224 843004 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4777044 843004 5924 1 0 855144 0
[pid=776334/tid=776337] ppid=776331 vsize=19108176 memory=4630719448672506983 CPUtime=3235.55 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 4194368 136059 0 0 0 323497 58 0 0 20 0 20 0 151621960 19566772224 843004 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 34 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=19108176 memory=3372016 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 843004 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=19108176 memory=38496 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 2646 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 843004 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776425] ppid=776331 vsize=19108176 memory=11376 CPUtime=0 cores=5,7
/proc/776334/task/776425/stat : 776425 (Timer-0) S 776331 776334 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621984 19566772224 843004 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 3314.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3372016 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.22 4.13 5/334 778756
/proc/meminfo: memFree=115623932/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=19108176 memory=3372016 CPUtime=3374.24 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 333084 0 0 0 337176 248 0 0 20 0 20 0 151621959 19566772224 843004 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4777044 843004 5924 1 0 855144 0
[pid=776334/tid=776337] ppid=776331 vsize=19108176 memory=32336 CPUtime=3295.07 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 4194368 136687 0 0 0 329449 58 0 0 20 0 20 0 151621960 19566772224 843004 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 34 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=19108176 memory=21604 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 843004 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=19108176 memory=3372016 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 2646 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 843004 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776425] ppid=776331 vsize=19108176 memory=11376 CPUtime=0 cores=5,7
/proc/776334/task/776425/stat : 776425 (Timer-0) S 776331 776334 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621984 19566772224 843004 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 3374.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3372016 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.23 4.14 5/334 778767
/proc/meminfo: memFree=115623548/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=19108176 memory=3372160 CPUtime=3435.6 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 345528 0 0 0 343307 253 0 0 20 0 20 0 151621959 19566772224 843040 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4777044 843040 5924 1 0 855169 0
[pid=776334/tid=776337] ppid=776331 vsize=19108176 memory=3372160 CPUtime=3354.21 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 4194368 139394 0 0 0 335362 59 0 0 20 0 20 0 151621960 19566772224 843040 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 34 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=19108176 memory=32336 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 843040 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=19108176 memory=21604 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 2668 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 843040 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776425] ppid=776331 vsize=19108176 memory=38496 CPUtime=0 cores=5,7
/proc/776334/task/776425/stat : 776425 (Timer-0) S 776331 776334 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621984 19566772224 843040 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 3435.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3372160 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.23 4.14 5/336 778781
/proc/meminfo: memFree=115622724/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=19108176 memory=3372168 CPUtime=3496.02 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 346372 0 0 0 349346 256 0 0 20 0 20 0 151621959 19566772224 843042 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4777044 843042 5924 1 0 855169 0
[pid=776334/tid=776337] ppid=776331 vsize=19108176 memory=32336 CPUtime=3413.38 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 4194368 139993 0 0 0 341279 59 0 0 20 0 20 0 151621960 19566772224 843042 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 34 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=19108176 memory=21604 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 843042 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 2668 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 843042 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776425] ppid=776331 vsize=19108176 memory=11376 CPUtime=0 cores=5,7
/proc/776334/task/776425/stat : 776425 (Timer-0) S 776331 776334 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621984 19566772224 843042 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 3496.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3372168 KiB

[startup+3522.3 s]
/proc/loadavg: 4.40 4.27 4.16 5/336 778806
/proc/meminfo: memFree=115621420/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=19108176 memory=3372168 CPUtime=3556.3 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 350238 0 0 0 355371 259 0 0 20 0 20 0 151621959 19566772224 843042 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4777044 843042 5924 1 0 855169 0
[pid=776334/tid=776337] ppid=776331 vsize=19108176 memory=3372168 CPUtime=3472.51 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 4194368 141720 0 0 0 347192 59 0 0 20 0 20 0 151621960 19566772224 843042 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 35 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 843042 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=19108176 memory=3372168 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 2745 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 843042 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776425] ppid=776331 vsize=19108176 memory=3372168 CPUtime=0 cores=5,7
/proc/776334/task/776425/stat : 776425 (Timer-0) S 776331 776334 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621984 19566772224 843042 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 3556.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3372168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3564.5 s]
/proc/loadavg: 4.41 4.28 4.17 5/320 779265
/proc/meminfo: memFree=119607036/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=19108176 memory=3372184 CPUtime=3600.03 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 359250 0 0 0 359741 262 0 0 20 0 20 0 151621959 19566772224 843046 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4777044 843046 5924 1 0 855169 0
[pid=776334/tid=776337] ppid=776331 vsize=19108176 memory=3372176 CPUtime=3514.18 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 4194368 142830 0 0 0 351358 60 0 0 20 0 20 0 151621960 19566772224 843046 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 35 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=19108176 memory=3372184 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 843046 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=19108176 memory=-9104703286200935100 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 2745 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 843046 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776425] ppid=776331 vsize=19108176 memory=38496 CPUtime=0 cores=5,7
/proc/776334/task/776425/stat : 776425 (Timer-0) S 776331 776334 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621984 19566772224 843046 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3372184 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.55 s, system=2.63678 s

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

[startup+3564.5 s]
/proc/loadavg: 4.41 4.28 4.17 5/320 779265
/proc/meminfo: memFree=119607036/131524600 swapFree=131071996/131071996
[pid=776334] ppid=776331 vsize=19108176 memory=3372184 CPUtime=3600.03 cores=5,7
/proc/776334/stat : 776334 (java) S 776331 776334 776280 0 -1 1077936128 359250 0 0 0 359741 262 0 0 20 0 20 0 151621959 19566772224 843046 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
/proc/776334/statm: 4777044 843046 5924 1 0 855169 0
[pid=776334/tid=776337] ppid=776331 vsize=19108176 memory=3372176 CPUtime=3514.18 cores=5,7
/proc/776334/task/776337/stat : 776337 (java) R 776331 776334 776280 0 -1 4194368 142830 0 0 0 351358 60 0 0 20 0 20 0 151621960 19566772224 843046 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 35 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776376] ppid=776331 vsize=19108176 memory=3372184 CPUtime=0 cores=5,7
/proc/776334/task/776376/stat : 776376 (Finalizer) S 776331 776334 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 843046 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776397] ppid=776331 vsize=19108176 memory=-9104703286200935100 CPUtime=0 cores=5,7
/proc/776334/task/776397/stat : 776397 (Common-Cleaner) S 776331 776334 776280 0 -1 1077936192 2745 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 843046 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
[pid=776334/tid=776425] ppid=776331 vsize=19108176 memory=38496 CPUtime=0 cores=5,7
/proc/776334/task/776425/stat : 776425 (Timer-0) S 776331 776334 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621984 19566772224 843046 134679101440 94223496515584 94223496519280 140732245368976 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94223496527096 94223496527888 94223497613312 140732245373936 140732245374049 140732245374049 140732245381064 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3372184 KiB

Child status: 143

Real time (s): 3564.59
CPU time (s): 3600.19
CPU user time (s): 3597.55
CPU system time (s): 2.63678
CPU usage (%): 100.999
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3372184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.55
system time used= 2.63678
maximum resident set size= 3373772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 361151
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127920
involuntary context switches= 7806


# summary of solver processes directly reported to runsolver:
#   pid: 776334
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.55
#   total CPU system time (s): 2.63678

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.42967 second user time and 19.553 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-15 00:02:30
IDJOB=4427425
IDBENCH=147543
IDSOLVER=3046
FILE ID=nodeC031/4427425-1720994537
RUNJOBID= nodeC031-1720994549-776294
SLURM_JOB_ID= 7505325
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_22.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427425-1720994537/watcher-4427425-1720994537 -o /tmp/evaluation-result-4427425-1720994537/solver-4427425-1720994537 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1720994549-776294 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427425-1720994537.opb

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

MD5SUM BENCH= 79a11fcf881101c51e0b67ee01609c80
RANDOM SEED=1610764465

nodeC031.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		: 1806.221
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.55
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		: 3021.655
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	: 7006.11
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		: 1833.386
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.55
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		: 3212.653
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	: 7006.11
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		: 2151.910
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.55
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		: 3288.672
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	: 7006.11
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		: 3244.745
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.55
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		: 3157.764
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	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128417168 kB
MemAvailable:   129713652 kB
Buffers:          331148 kB
Cached:          1793184 kB
SwapCached:            0 kB
Active:           519256 kB
Inactive:        1982028 kB
Active(anon):       1428 kB
Inactive(anon):   413244 kB
Active(file):     517828 kB
Inactive(file):  1568784 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1692 kB
Writeback:             0 kB
AnonPages:        375284 kB
Mapped:           101944 kB
Shmem:             37720 kB
KReclaimable:      99040 kB
Slab:             203208 kB
SReclaimable:      99040 kB
SUnreclaim:       104168 kB
KernelStack:        3972 kB
PageTables:         9020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     803348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59392 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 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:      162516 kB
DirectMap2M:    12193792 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC031 at 2024-07-15 01:01:54