Trace number 4427421

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)213 3600.31 3557.42

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
MD5SUMb5aa25dccc2460ad32c358f07bd5c94a
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 benchmark180
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 variables473
Total number of constraints472
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 constraints472
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 473
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 473
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 473
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.09/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.10	c java.vm.version	22.0.1+8-16
0.09/0.10	c java.vm.vendor	Oracle Corporation
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		22.0.1
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		4.18.0-301.1.el8.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.11	c Free memory 		2106806208
0.09/0.11	c Max memory 		16282288128
0.09/0.11	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.17	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.17	 - never skip resolution steps
0.09/0.17	 - Auto-division on coefficients is disabled
0.09/0.17	 - No postprocessing
0.09/0.17	 - Conflict is considered as is when resolving
0.09/0.17	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.09/0.17	 - Weaken first using unassigned literals
0.09/0.17	 - Bump strategy: ALWAYS_ONE
0.09/0.17	 - Bumper: ASSIGNED
0.09/0.17	--- Begin Solver configuration ---
0.09/0.17	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.09/0.17	Learn all clauses as in MiniSAT
0.09/0.17	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.17	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.17	No reason simplification
0.09/0.17	Armin Biere (Picosat) restarts strategy
0.09/0.17	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.09/0.17	timeout=2147483s
0.09/0.17	DB Simplification allowed=false
0.09/0.17	Listener: none
0.09/0.17	--- End Solver configuration ---
0.09/0.17	c Pseudo Boolean Optimization by upper bound
0.09/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.17	c  - never skip resolution steps
0.09/0.17	c  - Auto-division on coefficients is disabled
0.09/0.17	c  - No postprocessing
0.09/0.17	c  - Conflict is considered as is when resolving
0.09/0.17	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.09/0.17	c  - Weaken first using unassigned literals
0.09/0.17	c  - Bump strategy: ALWAYS_ONE
0.09/0.17	c  - Bumper: ASSIGNED
0.09/0.17	c --- Begin Solver configuration ---
0.09/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.09/0.17	c Learn all clauses as in MiniSAT
0.09/0.17	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.17	c No reason simplification
0.09/0.17	c Armin Biere (Picosat) restarts strategy
0.09/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.09/0.17	c timeout=2147483s
0.09/0.17	c DB Simplification allowed=false
0.09/0.17	c Listener: none
0.09/0.17	c --- End Solver configuration ---
0.09/0.17	c solving HOME/instance-4427421-1720994537.opb
0.09/0.17	c reading problem ... 
0.09/0.17	c  objective function found
0.31/0.23	c ... done. Wall clock time 0.054s.
0.31/0.23	c declared #vars     473
0.31/0.23	c #constraints  472
0.31/0.23	c constraints type 
0.31/0.23	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 471
0.31/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
0.31/0.23	c 472 constraints processed.
0.31/0.24	c objective function length is 473 literals
0.31/0.25	c SATISFIABLE
0.31/0.25	c OPTIMIZING...
0.31/0.25	c Got one! Elapsed wall clock time (in seconds):0.082
0.31/0.25	o 226
0.47/0.38	c Got one! Elapsed wall clock time (in seconds):0.204
0.47/0.38	o 225
0.47/0.41	c Got one! Elapsed wall clock time (in seconds):0.232
0.47/0.41	o 224
0.66/0.50	c Got one! Elapsed wall clock time (in seconds):0.331
0.66/0.50	o 223
1.63/0.91	c Got one! Elapsed wall clock time (in seconds):0.739
1.63/0.91	o 222
2.79/1.55	c Got one! Elapsed wall clock time (in seconds):1.37
2.79/1.55	o 221
6.08/3.34	c Got one! Elapsed wall clock time (in seconds):3.162
6.08/3.34	o 220
14.56/11.48	c Got one! Elapsed wall clock time (in seconds):11.314
14.56/11.48	o 219
31.72/28.49	c Got one! Elapsed wall clock time (in seconds):28.316
31.72/28.49	o 218
41.27/37.74	c cleaning 3280 clauses out of 6562 with flag 0/6562
41.59/38.02	c Got one! Elapsed wall clock time (in seconds):37.85
41.59/38.02	o 217
55.42/51.64	c Got one! Elapsed wall clock time (in seconds):51.468
55.42/51.64	o 216
69.05/65.08	c cleaning 4530 clauses out of 9062 with flag 0/12342
73.04/68.92	c Got one! Elapsed wall clock time (in seconds):68.753
73.04/68.92	o 215
94.91/90.59	c cleaning 5048 clauses out of 10098 with flag 0/17908
117.81/113.04	c cleaning 5515 clauses out of 11049 with flag 0/23907
148.56/143.44	c cleaning 6033 clauses out of 12534 with flag 0/30907
186.96/181.22	c cleaning 6937 clauses out of 14501 with flag 0/38907
188.85/183.18	c Got one! Elapsed wall clock time (in seconds):183.011
188.85/183.18	o 214
203.71/197.72	c cleaning 4518 clauses out of 12833 with flag 0/44176
235.12/228.74	c cleaning 4554 clauses out of 14314 with flag 0/50175
281.39/274.89	c cleaning 5963 clauses out of 16759 with flag 0/57174
341.57/334.52	c cleaning 6737 clauses out of 18796 with flag 0/65174
406.34/398.62	c cleaning 7027 clauses out of 21059 with flag 0/74174
464.00/455.55	c cleaning 8113 clauses out of 24033 with flag 0/84175
542.80/533.73	c cleaning 9334 clauses out of 26920 with flag 0/95175
672.50/663.54	c cleaning 10147 clauses out of 29586 with flag 0/107175
775.39/765.81	c cleaning 10342 clauses out of 32439 with flag 0/120175
928.28/917.38	c cleaning 11344 clauses out of 36097 with flag 0/134175
1050.62/1038.64	c cleaning 11586 clauses out of 39752 with flag 0/149174
1219.99/1207.00	c cleaning 13255 clauses out of 44169 with flag 0/165177
1363.38/1348.39	c cleaning 13639 clauses out of 47911 with flag 0/182174
1513.80/1496.77	c cleaning 13867 clauses out of 52272 with flag 0/200174
1813.66/1795.13	c cleaning 15666 clauses out of 57405 with flag 0/219174
2020.06/1999.17	c cleaning 15845 clauses out of 61741 with flag 0/239176
2337.71/2314.07	c cleaning 17511 clauses out of 66895 with flag 0/260175
2635.09/2609.63	c cleaning 18233 clauses out of 71383 with flag 0/282174
2860.98/2831.71	c cleaning 18038 clauses out of 76150 with flag 0/305174
3159.69/3124.70	c cleaning 18593 clauses out of 82112 with flag 0/329174
3518.52/3481.58	c Got one! Elapsed wall clock time (in seconds):3481.412
3518.52/3481.58	o 213
3600.07/3557.32	c starts		: 150
3600.07/3557.32	c conflicts		: 353570
3600.07/3557.32	c decisions		: 817365
3600.07/3557.32	c propagations		: 6796178
3600.07/3557.32	c inspects		: 1452490680
3600.07/3557.32	c shortcuts		: 0
3600.07/3557.32	c learnt literals	: 0
3600.07/3557.32	c learnt binary clauses	: 0
3600.07/3557.32	c learnt ternary clauses	: 0
3600.07/3557.32	c learnt constraints	: 353570
3600.07/3557.32	c ignored constraints	: 0
3600.07/3557.32	c root simplifications	: 0
3600.07/3557.32	c removed literals (reason simplification)	: 0
3600.07/3557.32	c reason swapping (by a shorter reason)	: 0
3600.07/3557.32	c Calls to reduceDB	: 27
3600.07/3557.32	c Number of update (reduction) of LBD	: 1
3600.07/3557.32	c Imported unit clauses	: 0
3600.07/3557.33	c No decision after first conflict	: false
3600.07/3557.33	c number of reductions to clauses (during analyze)	: 0
3600.07/3557.33	c number of learned constraints concerned by reduction	: 0
3600.07/3557.33	c number of learning phase by resolution	: 0
3600.07/3557.33	c number of learning phase by cutting planes	: 0
3600.07/3557.33	c number of rounding to 1 operations	: 2160688
3600.07/3557.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3557.33	c number of reductions of the coefficients by power 2 	: 0
3600.07/3557.33	c number of right shift for reduction by power 2 	: 0
3600.07/3557.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3557.33	c number of ending skipping 	: 0
3600.07/3557.33	c number of internal skipping 	: 0
3600.07/3557.33	c number of derivation steps 	: 1926793
3600.07/3557.33	c number of skipped derivation steps 	: 0
3600.07/3557.33	c number of remaining unassigned 	: 851591
3600.07/3557.33	c number of remaining assigned 	: 183927162
3600.07/3557.33	c number of falsified literals weakened from reason	: 0
3600.07/3557.33	c number of falsified literals weakened from conflict	: 0
3600.07/3557.33	c time for arithmetic operations	: 16984456919
3600.07/3557.33	c minimum degree of deleted constraints	: 4
3600.07/3557.33	c maximum degree of deleted constraints	: 17512022
3600.07/3557.34	c number of deleted constraints	: 269002
3600.07/3557.34	c speed (assignments/second)	: 1910.6042788430857
3600.07/3557.34	c non guided choices	: 0
3600.07/3557.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 53409
3600.07/3557.40	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1626
3600.07/3557.40	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 32880
3600.07/3557.40	s SATISFIABLE
3600.07/3557.40	c Found 14 solution(s)
3600.28/3557.41	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 
3600.28/3557.41	c objective function=213
3600.28/3557.41	c Total wall clock time (in seconds): 3557.238

Verifier Data

OK	213

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=776326, runsolver pid=776320

[startup+0.101126 s]*
/proc/loadavg: 0.07 0.09 0.09 8/318 776413
/proc/meminfo: memFree=128274712/131524600 swapFree=131071996/131071996
[pid=776326] ppid=776320 vsize=18975048 memory=56700 CPUtime=0.09 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 6776 0 0 0 8 1 0 0 20 0 18 0 151621958 19430449152 14175 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4743762 14175 5535 1 0 548948 0
[pid=776326/tid=776328] ppid=776320 vsize=18975048 memory=4026531971 CPUtime=0.06 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 5647 0 0 0 5 1 0 0 20 0 18 0 151621959 19430449152 14175 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151621963 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=18975048 memory=15945 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151621964 19430449152 14175 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=18975048 memory=14418111545738801 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151621965 19430449152 14175 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56700 KiB

[startup+0.214893 s]*
/proc/loadavg: 0.07 0.09 0.09 16/327 776422
/proc/meminfo: memFree=128217948/131524600 swapFree=131071996/131071996
[pid=776326] ppid=776320 vsize=18975048 memory=72028 CPUtime=0.31 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 7796 0 0 0 29 2 0 0 20 0 18 0 151621958 19430449152 18007 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4743762 18007 5810 1 0 549703 0
[pid=776326/tid=776328] ppid=776320 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 6064 0 0 0 16 1 0 0 20 0 18 0 151621959 19430449152 18007 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151621963 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=18975048 memory=15945 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151621964 19430449152 18007 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=18975048 memory=14418111545738801 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151621965 19430449152 18007 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 72028 KiB

[startup+0.305892 s]*
/proc/loadavg: 0.07 0.09 0.09 14/331 776426
/proc/meminfo: memFree=128181680/131524600 swapFree=131071996/131071996
[pid=776326] ppid=776320 vsize=19041612 memory=79136 CPUtime=0.47 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 8067 0 0 0 45 2 0 0 20 0 19 0 151621958 19498610688 19784 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4760403 19784 5847 1 0 550140 0
[pid=776326/tid=776328] ppid=776320 vsize=19041612 memory=-9105546611619439292 CPUtime=0.24 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 6201 0 0 0 23 1 0 0 20 0 19 0 151621959 19498610688 19784 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151621963 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151621964 19498610688 19784 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151621965 19498610688 19784 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776424] ppid=776320 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/776326/task/776424/stat : 776424 (Timer-0) S 776320 776326 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151621983 19498610688 19784 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 79136 KiB

[startup+0.700893 s]
/proc/loadavg: 0.07 0.09 0.09 13/331 776426
/proc/meminfo: memFree=127956404/131524600 swapFree=131071996/131071996
[pid=776326] ppid=776320 vsize=19108176 memory=178064 CPUtime=1.23 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 14254 0 0 0 118 5 0 0 20 0 20 0 151621958 19566772224 44516 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4777044 44516 5862 1 0 554412 0
[pid=776326/tid=776328] ppid=776320 vsize=19108176 memory=5428 CPUtime=0.58 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 6290 0 0 0 55 3 0 0 20 0 20 0 151621959 19566772224 44516 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151621963 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=19108176 memory=13120 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 44516 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=19108176 memory=62333 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151621965 19566772224 44516 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776424] ppid=776320 vsize=19108176 memory=2244 CPUtime=0 cores=1,3
/proc/776326/task/776424/stat : 776424 (Timer-0) S 776320 776326 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621983 19566772224 44516 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178064 KiB

[startup+1.50089 s]
/proc/loadavg: 0.07 0.09 0.09 11/335 776430
/proc/meminfo: memFree=127774012/131524600 swapFree=131071996/131071996
[pid=776326] ppid=776320 vsize=19108176 memory=225064 CPUtime=2.79 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 22397 0 0 0 272 7 0 0 20 0 20 0 151621958 19566772224 56266 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4777044 56266 5878 1 0 555710 0
[pid=776326/tid=776328] ppid=776320 vsize=19108176 memory=13120 CPUtime=1.32 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 6618 0 0 0 129 3 0 0 20 0 20 0 151621959 19566772224 56266 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151621963 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 56266 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=19108176 memory=32336 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151621965 19566772224 56266 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776424] ppid=776320 vsize=19108176 memory=21604 CPUtime=0 cores=1,3
/proc/776326/task/776424/stat : 776424 (Timer-0) S 776320 776326 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621983 19566772224 56266 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 225064 KiB

[startup+3.1059 s]
/proc/loadavg: 0.07 0.09 0.09 6/335 776430
/proc/meminfo: memFree=126085920/131524600 swapFree=131071996/131071996
[pid=776326] ppid=776320 vsize=19108176 memory=667760 CPUtime=5.88 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 28061 0 0 0 571 17 0 0 20 0 20 0 151621958 19566772224 166940 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4777044 166940 5878 1 0 678990 0
[pid=776326/tid=776328] ppid=776320 vsize=19108176 memory=13120 CPUtime=2.84 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 7610 0 0 0 272 12 0 0 20 0 20 0 151621959 19566772224 166940 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151621963 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 166940 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=19108176 memory=11376 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151621965 19566772224 166940 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776424] ppid=776320 vsize=19108176 memory=38136 CPUtime=0 cores=1,3
/proc/776326/task/776424/stat : 776424 (Timer-0) S 776320 776326 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621983 19566772224 166940 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 667760 KiB

[startup+6.3009 s]
/proc/loadavg: 0.54 0.19 0.12 5/335 776430
/proc/meminfo: memFree=124875820/131524600 swapFree=131071996/131071996
[pid=776326] ppid=776320 vsize=19108176 memory=833356 CPUtime=9.33 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 28468 0 0 0 912 21 0 0 20 0 20 0 151621958 19566772224 208339 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4777044 208339 5878 1 0 678994 0
[pid=776326/tid=776328] ppid=776320 vsize=19108176 memory=4427211764029363091 CPUtime=5.91 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 7895 0 0 0 576 15 0 0 20 0 20 0 151621959 19566772224 208339 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151621963 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 208339 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=19108176 memory=13120 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151621965 19566772224 208339 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776424] ppid=776320 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/776326/task/776424/stat : 776424 (Timer-0) S 776320 776326 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621983 19566772224 208339 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 9.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 833356 KiB

[startup+12.7009 s]
/proc/loadavg: 0.90 0.27 0.15 5/335 776433
/proc/meminfo: memFree=123516600/131524600 swapFree=131071996/131071996
[pid=776326] ppid=776320 vsize=19108176 memory=1412340 CPUtime=15.91 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 29528 0 0 0 1559 32 0 0 20 0 20 0 151621958 19566772224 353085 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4777044 353085 5878 1 0 808499 0
[pid=776326/tid=776328] ppid=776320 vsize=19108176 memory=13120 CPUtime=12.17 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 8506 0 0 0 1192 25 0 0 20 0 20 0 151621959 19566772224 353085 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151621963 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 353085 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=19108176 memory=-9177042355215573692 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151621965 19566772224 353085 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776424] ppid=776320 vsize=19108176 memory=11376 CPUtime=0 cores=1,3
/proc/776326/task/776424/stat : 776424 (Timer-0) S 776320 776326 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621983 19566772224 353085 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1412340 KiB

[startup+25.5003 s]
/proc/loadavg: 1.59 0.45 0.21 5/335 776435
/proc/meminfo: memFree=121406080/131524600 swapFree=131071996/131071996
[pid=776326] ppid=776320 vsize=19108176 memory=1977984 CPUtime=28.83 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 35466 0 0 0 2838 45 0 0 20 0 20 0 151621958 19566772224 494496 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4777044 494496 5878 1 0 808514 0
[pid=776326/tid=776328] ppid=776320 vsize=19108176 memory=1349 CPUtime=24.69 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 10789 0 0 0 2434 35 0 0 20 0 20 0 151621959 19566772224 494496 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151621963 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=19108176 memory=1508948 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 494496 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=19108176 memory=-9177042355215573692 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151621965 19566772224 494496 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776424] ppid=776320 vsize=19108176 memory=11376 CPUtime=0 cores=1,3
/proc/776326/task/776424/stat : 776424 (Timer-0) S 776320 776326 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621983 19566772224 494496 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 28.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1977984 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=776326] ppid=776320 vsize=19108176 memory=2099216 CPUtime=54.92 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 47735 0 0 0 5442 50 0 0 20 0 20 0 151621958 19566772224 524804 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4777044 524804 5878 1 0 808546 0
[pid=776326/tid=776328] ppid=776320 vsize=19108176 memory=1349 CPUtime=49.88 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 15413 0 0 0 4953 35 0 0 20 0 20 0 151621959 19566772224 524804 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151621963 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0

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

[startup+3222.3 s]
/proc/loadavg: 4.11 4.22 4.12 5/334 778565
/proc/meminfo: memFree=115626140/131524600 swapFree=131071996/131071996
[pid=776326] ppid=776320 vsize=19108176 memory=3194388 CPUtime=3258.16 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 284097 0 0 0 325572 244 0 0 20 0 20 0 151621958 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4777044 798597 5939 1 0 809136 0
[pid=776326/tid=776328] ppid=776320 vsize=19108176 memory=3194240 CPUtime=3167.83 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 119612 0 0 0 316724 59 0 0 20 0 20 0 151621959 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151622013 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=19108176 memory=3194300 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=19108176 memory=3194300 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 2542 0 0 0 0 0 0 0 20 0 20 0 151621965 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776424] ppid=776320 vsize=19108176 memory=3194388 CPUtime=0 cores=1,3
/proc/776326/task/776424/stat : 776424 (Timer-0) S 776320 776326 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621983 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 3258.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3194388 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=776326] ppid=776320 vsize=19108176 memory=3194388 CPUtime=3318.46 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 286928 0 0 0 331600 246 0 0 20 0 20 0 151621958 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4777044 798597 5939 1 0 809136 0
[pid=776326/tid=776328] ppid=776320 vsize=19108176 memory=11376 CPUtime=3227.2 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 121499 0 0 0 322661 59 0 0 20 0 20 0 151621959 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151622013 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=19108176 memory=3194388 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=19108176 memory=4860 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 2628 0 0 0 0 0 0 0 20 0 20 0 151621965 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776424] ppid=776320 vsize=19108176 memory=3194388 CPUtime=0 cores=1,3
/proc/776326/task/776424/stat : 776424 (Timer-0) S 776320 776326 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621983 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 3318.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3194388 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=776326] ppid=776320 vsize=19108176 memory=3194388 CPUtime=3378.7 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 288264 0 0 0 337621 249 0 0 20 0 20 0 151621958 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4777044 798597 5939 1 0 809136 0
[pid=776326/tid=776328] ppid=776320 vsize=19108176 memory=3194388 CPUtime=3286.65 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 122474 0 0 0 328605 60 0 0 20 0 20 0 151621959 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151622013 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=19108176 memory=13120 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=19108176 memory=3194388 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 2710 0 0 0 0 0 0 0 20 0 20 0 151621965 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776424] ppid=776320 vsize=19108176 memory=11376 CPUtime=0 cores=1,3
/proc/776326/task/776424/stat : 776424 (Timer-0) S 776320 776326 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621983 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 3378.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3194388 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=776326] ppid=776320 vsize=19108176 memory=3194388 CPUtime=3438.96 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 290846 0 0 0 343645 251 0 0 20 0 20 0 151621958 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4777044 798597 5939 1 0 809136 0
[pid=776326/tid=776328] ppid=776320 vsize=19108176 memory=3194388 CPUtime=3346.01 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 124280 0 0 0 334541 60 0 0 20 0 20 0 151621959 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151622013 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=19108176 memory=3194388 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=19108176 memory=3194388 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 2751 0 0 0 0 0 0 0 20 0 20 0 151621965 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776424] ppid=776320 vsize=19108176 memory=3194388 CPUtime=0 cores=1,3
/proc/776326/task/776424/stat : 776424 (Timer-0) S 776320 776326 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621983 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 3438.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3194388 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=776326] ppid=776320 vsize=19108176 memory=3194388 CPUtime=3499.17 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 293746 0 0 0 349664 253 0 0 20 0 20 0 151621958 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4777044 798597 5939 1 0 809136 0
[pid=776326/tid=776328] ppid=776320 vsize=19108176 memory=3194388 CPUtime=3405.49 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 126293 0 0 0 340489 60 0 0 20 0 20 0 151621959 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151622013 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=19108176 memory=3194388 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=19108176 memory=3194388 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 2821 0 0 0 0 0 0 0 20 0 20 0 151621965 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776424] ppid=776320 vsize=19108176 memory=3194388 CPUtime=0 cores=1,3
/proc/776326/task/776424/stat : 776424 (Timer-0) S 776320 776326 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621983 19566772224 798597 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 3499.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3194388 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=776326] ppid=776320 vsize=19108176 memory=3194536 CPUtime=3562.19 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 299892 0 0 0 355961 258 0 0 20 0 20 0 151621958 19566772224 798634 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4777044 798634 5939 1 0 809163 0
[pid=776326/tid=776328] ppid=776320 vsize=19108176 memory=3194388 CPUtime=3464.2 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 128999 0 0 0 346359 61 0 0 20 0 20 0 151621959 19566772224 798634 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151622017 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=19108176 memory=3194536 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 798634 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=19108176 memory=3194536 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 2920 0 0 0 0 0 0 0 20 0 20 0 151621965 19566772224 798634 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776424] ppid=776320 vsize=19108176 memory=3194536 CPUtime=0 cores=1,3
/proc/776326/task/776424/stat : 776424 (Timer-0) S 776320 776326 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621983 19566772224 798634 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 3562.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3194536 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3557.3 s]
/proc/loadavg: 4.36 4.27 4.17 5/334 778877
/proc/meminfo: memFree=115538180/131524600 swapFree=131071996/131071996
[pid=776326] ppid=776320 vsize=19108176 memory=3194536 CPUtime=3600.07 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 302941 0 0 0 359746 261 0 0 20 0 20 0 151621958 19566772224 798634 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4777044 798634 5939 1 0 809189 0
[pid=776326/tid=776328] ppid=776320 vsize=19108176 memory=3194536 CPUtime=3498.44 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 129656 0 0 0 349783 61 0 0 20 0 20 0 151621959 19566772224 798634 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151622017 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=19108176 memory=3194536 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151621964 19566772224 798634 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=19108176 memory=38496 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 2920 0 0 0 0 0 0 0 20 0 20 0 151621965 19566772224 798634 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776424] ppid=776320 vsize=19108176 memory=3194536 CPUtime=0 cores=1,3
/proc/776326/task/776424/stat : 776424 (Timer-0) S 776320 776326 776280 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151621983 19566772224 798634 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3194536 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.68 s, system=2.63006 s

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

[startup+3557.41 s]
/proc/loadavg: 4.36 4.27 4.17 5/334 778877
/proc/meminfo: memFree=115538180/131524600 swapFree=131071996/131071996
[pid=776326] ppid=776320 vsize=19307868 memory=3195172 CPUtime=3600.28 cores=1,3
/proc/776326/stat : 776326 (java) S 776320 776326 776280 0 -1 1077936128 304420 0 0 0 359767 261 0 0 20 0 21 0 151621958 19771256832 798793 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
/proc/776326/statm: 4826967 798793 5938 1 0 810092 0
[pid=776326/tid=776328] ppid=776320 vsize=19307868 memory=15799 CPUtime=3498.55 cores=1,3
/proc/776326/task/776328/stat : 776328 (java) R 776320 776326 776280 0 -1 4194368 129656 0 0 0 349794 61 0 0 20 0 21 0 151621959 19771256832 798793 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 151622017 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776382] ppid=776320 vsize=19307868 memory=2357 CPUtime=0 cores=1,3
/proc/776326/task/776382/stat : 776382 (Finalizer) S 776320 776326 776280 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151621964 19771256832 798793 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
[pid=776326/tid=776399] ppid=776320 vsize=19307868 memory=3760566399140879505 CPUtime=0 cores=1,3
/proc/776326/task/776399/stat : 776399 (Common-Cleaner) S 776320 776326 776280 0 -1 1077936192 2920 0 0 0 0 0 0 0 20 0 21 0 151621965 19771256832 798793 134679101440 94738063867904 94738063871600 140736162200800 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738063879416 94738063880208 94738081144832 140736162202608 140736162202721 140736162202721 140736162209736 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3195172 KiB

Child status: 143

Real time (s): 3557.42
CPU time (s): 3600.31
CPU user time (s): 3597.68
CPU system time (s): 2.63006
CPU usage (%): 101.205
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3195172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.68
system time used= 2.63007
maximum resident set size= 3195184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 304479
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130436
involuntary context switches= 16432


# summary of solver processes directly reported to runsolver:
#   pid: 776326
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3597.68
#   total CPU system time (s): 2.63006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.72253 second user time and 17.8425 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-15 00:02:30
IDJOB=4427421
IDBENCH=147539
IDSOLVER=3046
FILE ID=nodeC031/4427421-1720994537
RUNJOBID= nodeC031-1720994549-776293
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_20.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-4427421-1720994537/watcher-4427421-1720994537 -o /tmp/evaluation-result-4427421-1720994537/solver-4427421-1720994537 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1720994549-776293 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427421-1720994537.opb

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

MD5SUM BENCH= b5aa25dccc2460ad32c358f07bd5c94a
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		: 2283.750
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		: 2993.682
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		: 1784.888
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		: 3544.360
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		: 2381.596
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		: 2708.666
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		: 1619.708
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		: 3115.898
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:        128419120 kB
MemAvailable:   129714956 kB
Buffers:          331136 kB
Cached:          1792548 kB
SwapCached:            0 kB
Active:           519256 kB
Inactive:        1980732 kB
Active(anon):       1428 kB
Inactive(anon):   412596 kB
Active(file):     517828 kB
Inactive(file):  1568136 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1044 kB
Writeback:             8 kB
AnonPages:        374624 kB
Mapped:           101944 kB
Shmem:             37720 kB
KReclaimable:      99040 kB
Slab:             203172 kB
SReclaimable:      99040 kB
SUnreclaim:       104132 kB
KernelStack:        3872 kB
PageTables:         9372 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= 890072 MiB
End job on nodeC031 at 2024-07-15 01:01:47