Trace number 4429874

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 Cutting Planes 2024 2024-07-12SAT (TO)-26 3600.23 3573.99

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
MD5SUM3e791e4af881e2fe08ee2208e231d7f8
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark5.15888
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables450
Total number of constraints17827
Number of constraints which are clauses17827
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
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 450
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 450
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.07	c java.vm.vendor	Oracle Corporation
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		22.0.1
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4429874-1721061635.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.51/0.34	c ... done. Wall clock time 0.19s.
0.51/0.34	c declared #vars     450
0.51/0.34	c #constraints  17827
0.51/0.34	c constraints type 
0.51/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17827
0.51/0.34	c 17827 constraints processed.
0.51/0.35	c objective function length is 450 literals
0.51/0.37	c SATISFIABLE
0.51/0.37	c OPTIMIZING...
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.21
0.51/0.37	o -20
0.68/0.42	c Got one! Elapsed wall clock time (in seconds):0.276
0.68/0.44	o -21
1.06/0.62	c Got one! Elapsed wall clock time (in seconds):0.47
1.06/0.62	o -22
1.46/0.88	c Got one! Elapsed wall clock time (in seconds):0.733
1.46/0.89	o -23
4.19/2.26	c Got one! Elapsed wall clock time (in seconds):2.111
4.19/2.26	o -24
24.40/20.75	c cleaning 3109 clauses out of 6218 with flag 0/6218
62.25/57.85	c cleaning 4547 clauses out of 9108 with flag 0/12217
112.52/107.67	c cleaning 5781 clauses out of 11562 with flag 0/19218
181.01/175.30	c cleaning 6889 clauses out of 13783 with flag 0/27220
279.85/273.34	c cleaning 7944 clauses out of 15892 with flag 0/36218
419.45/412.68	c cleaning 8975 clauses out of 17950 with flag 0/46220
570.27/562.36	c cleaning 9987 clauses out of 19974 with flag 0/57219
841.55/833.14	c cleaning 10991 clauses out of 21986 with flag 0/69218
1156.90/1147.51	c cleaning 11993 clauses out of 23994 with flag 0/82217
1429.87/1419.20	c cleaning 12999 clauses out of 26003 with flag 0/96219
1644.58/1631.77	c Got one! Elapsed wall clock time (in seconds):1631.623
1644.58/1631.77	o -25
1788.43/1775.46	c cleaning 15918 clauses out of 31836 with flag 0/115051
1890.47/1876.50	c cleaning 10955 clauses out of 21919 with flag 0/121052
1968.47/1953.83	c cleaning 8981 clauses out of 17963 with flag 0/128051
2036.94/2021.60	c Got one! Elapsed wall clock time (in seconds):2021.451
2036.94/2021.60	o -26
2139.12/2123.10	c cleaning 9924 clauses out of 19854 with flag 0/138923
2228.22/2211.61	c cleaning 7953 clauses out of 15929 with flag 0/144922
2311.81/2294.95	c cleaning 7481 clauses out of 14976 with flag 0/151922
2403.12/2386.14	c cleaning 7743 clauses out of 15495 with flag 0/159922
2505.73/2488.28	c cleaning 8369 clauses out of 16754 with flag 0/168924
2665.30/2646.47	c cleaning 9193 clauses out of 18385 with flag 0/178924
2837.62/2817.35	c cleaning 10093 clauses out of 20190 with flag 0/189922
3000.83/2979.20	c cleaning 11044 clauses out of 22099 with flag 0/201924
3213.08/3190.03	c cleaning 12021 clauses out of 24053 with flag 0/214922
3445.12/3420.46	c cleaning 13012 clauses out of 26032 with flag 0/228922
3600.07/3573.92	c starts		: 59
3600.07/3573.92	c conflicts		: 238367
3600.07/3573.92	c decisions		: 245908
3600.07/3573.92	c propagations		: 1742618
3600.07/3573.92	c inspects		: 2246504357
3600.07/3573.92	c shortcuts		: 0
3600.07/3573.92	c learnt literals	: 0
3600.07/3573.92	c learnt binary clauses	: 0
3600.07/3573.92	c learnt ternary clauses	: 0
3600.07/3573.92	c learnt constraints	: 238367
3600.07/3573.92	c ignored constraints	: 0
3600.07/3573.92	c root simplifications	: 0
3600.07/3573.93	c removed literals (reason simplification)	: 0
3600.07/3573.93	c reason swapping (by a shorter reason)	: 0
3600.07/3573.93	c Calls to reduceDB	: 23
3600.07/3573.93	c Number of update (reduction) of LBD	: 201554
3600.07/3573.93	c Imported unit clauses	: 0
3600.07/3573.93	c No decision after first conflict	: false
3600.07/3573.93	c number of reductions to clauses (during analyze)	: 0
3600.07/3573.93	c number of learned constraints concerned by reduction	: 0
3600.07/3573.93	c number of learning phase by resolution	: 0
3600.07/3573.93	c number of learning phase by cutting planes	: 0
3600.07/3573.93	c number of rounding to 1 operations	: 0
3600.07/3573.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3573.93	c number of reductions of the coefficients by power 2 	: 0
3600.07/3573.93	c number of right shift for reduction by power 2 	: 0
3600.07/3573.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3573.93	c number of ending skipping 	: 0
3600.07/3573.93	c number of internal skipping 	: 0
3600.07/3573.93	c number of derivation steps 	: 1661977
3600.07/3573.93	c number of skipped derivation steps 	: 0
3600.07/3573.93	c number of remaining unassigned 	: 367491
3600.07/3573.93	c number of remaining assigned 	: 232472006
3600.07/3573.93	c number of falsified literals weakened from reason	: 0
3600.07/3573.93	c number of falsified literals weakened from conflict	: 0
3600.07/3573.93	c time for arithmetic operations	: 8563538327
3600.07/3573.94	c minimum degree of deleted constraints	: 9
3600.07/3573.95	c maximum degree of deleted constraints	: 12466150193904075923846058599173043829662918394421909276217761516238972277190112684390789912110156481155501902979236198139644623496587672355062352797017500644072279519660990394310714321534658976641333477376
3600.07/3573.95	c number of deleted constraints	: 215902
3600.07/3573.95	c speed (assignments/second)	: 487.6391634730949
3600.07/3573.95	c non guided choices	: 0
3600.07/3573.96	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1560
3600.07/3573.96	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 20905
3600.07/3573.96	s SATISFIABLE
3600.07/3573.96	c Found 7 solution(s)
3600.07/3573.97	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 x240 x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 x285 -x286 -x287 -x288 -x289 -x290 x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 x445 -x446 -x447 -x448 -x449 -x450 
3600.07/3573.97	c objective function=-26
3600.07/3573.97	c Total wall clock time (in seconds): 3573.824

Verifier Data

OK	-26

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (63002 MiB free)
  memory of node 1: 64473 MiB (63479 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429874-1721061635/watcher-4429874-1721061635 -o /tmp/evaluation-result-4429874-1721061635/solver-4429874-1721061635 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721061647-809945 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429874-1721061635.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=810056, runsolver pid=810053

[startup+0.101092 s]*
/proc/loadavg: 1.73 1.23 1.47 12/324 810074
/proc/meminfo: memFree=129443812/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=18975048 memory=63572 CPUtime=0.14 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 7243 0 0 0 12 2 0 0 20 0 18 0 158330154 19430449152 15893 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4743762 15893 5732 1 0 549358 0
[pid=810056/tid=810058] ppid=810053 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 1078198336 5761 0 0 0 7 1 0 0 20 0 18 0 158330154 19430449152 15893 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158330157 19430449152 15893 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 158330157 19430449152 15893 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63572 KiB

[startup+0.210777 s]*
/proc/loadavg: 1.73 1.23 1.47 10/324 810074
/proc/meminfo: memFree=129283368/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=18975048 memory=75688 CPUtime=0.32 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 7762 0 0 0 30 2 0 0 20 0 18 0 158330154 19430449152 18922 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4743762 18922 5749 1 0 549654 0
[pid=810056/tid=810058] ppid=810053 vsize=18975048 memory=4782652875487838339 CPUtime=0.16 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 6017 0 0 0 15 1 0 0 20 0 18 0 158330154 19430449152 18922 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=18975048 memory=2643 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158330157 19430449152 18922 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 158330157 19430449152 18922 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75688 KiB

[startup+0.311201 s]*
/proc/loadavg: 1.73 1.23 1.47 14/328 810078
/proc/meminfo: memFree=129057636/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=18975048 memory=151104 CPUtime=0.51 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 9709 0 0 0 47 4 0 0 20 0 18 0 158330154 19430449152 37776 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4743762 37776 5832 1 0 550969 0
[pid=810056/tid=810058] ppid=810053 vsize=18975048 memory=-8960028472576942780 CPUtime=0.24 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 6051 0 0 0 22 2 0 0 20 0 18 0 158330154 19430449152 37776 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158330157 19430449152 37776 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 158330157 19430449152 37776 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 151104 KiB

[startup+0.700203 s]
/proc/loadavg: 1.73 1.23 1.47 13/330 810080
/proc/meminfo: memFree=128666572/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=19108176 memory=166576 CPUtime=1.25 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 10952 0 0 0 121 4 0 0 20 0 20 0 158330154 19566772224 41644 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4777044 41644 5869 1 0 551994 0
[pid=810056/tid=810058] ppid=810053 vsize=19108176 memory=5544 CPUtime=0.57 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 6208 0 0 0 55 2 0 0 20 0 20 0 158330154 19566772224 41644 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 41644 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=19108176 memory=164 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 41644 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810080] ppid=810053 vsize=19108176 memory=117636 CPUtime=0 cores=1,3
/proc/810056/task/810080/stat : 810080 (Timer-0) S 810053 810056 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158330190 19566772224 41644 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 166576 KiB

[startup+1.5092 s]
/proc/loadavg: 1.73 1.23 1.47 14/332 810082
/proc/meminfo: memFree=128310828/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=19108176 memory=196024 CPUtime=2.84 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 17940 0 0 0 279 5 0 0 20 0 20 0 158330154 19566772224 49006 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4777044 49006 5869 1 0 553979 0
[pid=810056/tid=810058] ppid=810053 vsize=19108176 memory=12504 CPUtime=1.33 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 6477 0 0 0 131 2 0 0 20 0 20 0 158330154 19566772224 49006 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 49006 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 49006 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810080] ppid=810053 vsize=19108176 memory=279762895545616 CPUtime=0 cores=1,3
/proc/810056/task/810080/stat : 810080 (Timer-0) S 810053 810056 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158330190 19566772224 49006 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 196024 KiB

[startup+3.10573 s]
/proc/loadavg: 1.73 1.23 1.47 8/332 810082
/proc/meminfo: memFree=126860352/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=19108176 memory=568256 CPUtime=5.49 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 21463 0 0 0 536 13 0 0 20 0 20 0 158330154 19566772224 142064 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4777044 142064 5869 1 0 750581 0
[pid=810056/tid=810058] ppid=810053 vsize=19108176 memory=0 CPUtime=2.83 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 7498 0 0 0 276 7 0 0 20 0 20 0 158330154 19566772224 142064 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 142064 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 142064 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810080] ppid=810053 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/810056/task/810080/stat : 810080 (Timer-0) S 810053 810056 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158330190 19566772224 142064 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 5.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 568256 KiB

[startup+6.30027 s]
/proc/loadavg: 1.99 1.29 1.49 5/332 810082
/proc/meminfo: memFree=124952540/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=19108176 memory=1170556 CPUtime=8.98 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 22379 0 0 0 873 25 0 0 20 0 20 0 158330154 19566772224 292639 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4777044 292639 5884 1 0 884274 0
[pid=810056/tid=810058] ppid=810053 vsize=19108176 memory=12504 CPUtime=5.87 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 7833 0 0 0 570 17 0 0 20 0 20 0 158330154 19566772224 292639 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 292639 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=19108176 memory=203220 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 292639 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810080] ppid=810053 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/810056/task/810080/stat : 810080 (Timer-0) S 810053 810056 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158330190 19566772224 292639 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 8.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1170556 KiB

[startup+12.7003 s]
/proc/loadavg: 2.15 1.34 1.50 5/332 810084
/proc/meminfo: memFree=123601904/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=19108176 memory=1286832 CPUtime=15.53 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 23678 0 0 0 1525 28 0 0 20 0 20 0 158330154 19566772224 321708 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4777044 321708 5884 1 0 884278 0
[pid=810056/tid=810058] ppid=810053 vsize=19108176 memory=0 CPUtime=12.09 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 8478 0 0 0 1190 19 0 0 20 0 20 0 158330154 19566772224 321708 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=19108176 memory=-8960028472576942780 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 321708 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=19108176 memory=2232 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 321708 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810080] ppid=810053 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/810056/task/810080/stat : 810080 (Timer-0) S 810053 810056 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158330190 19566772224 321708 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 15.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1286832 KiB

[startup+25.5003 s]
/proc/loadavg: 2.44 1.43 1.53 5/332 810085
/proc/meminfo: memFree=120344792/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=19108176 memory=1969020 CPUtime=29.41 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 41104 0 0 0 2899 42 0 0 20 0 20 0 158330154 19566772224 492255 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4777044 492255 5884 1 0 887410 0
[pid=810056/tid=810058] ppid=810053 vsize=19108176 memory=11476 CPUtime=24.6 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 11710 0 0 0 2431 29 0 0 20 0 20 0 158330154 19566772224 492255 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 492255 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=19108176 memory=1205372 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 61 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 492255 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810080] ppid=810053 vsize=19108176 memory=279762895492400 CPUtime=0 cores=1,3
/proc/810056/task/810080/stat : 810080 (Timer-0) S 810053 810056 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158330190 19566772224 492255 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 29.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1969020 KiB

[startup+51.1057 s]
/proc/loadavg: 3.17 1.71 1.62 5/332 810090
/proc/meminfo: memFree=119019316/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=19108176 memory=2389056 CPUtime=55.46 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 49158 0 0 0 5494 52 0 0 20 0 20 0 158330154 19566772224 597264 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4777044 597264 5884 1 0 887428 0
[pid=810056/tid=810058] ppid=810053 vsize=19108176 memory=2358276 CPUtime=49.71 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 15620 0 0 0 4937 34 0 0 20 0 20 0 158330154 19566772224 597264 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=19108176 memory=279762896242048 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 597264 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0

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

/proc/meminfo: memFree=114556716/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=19108176 memory=3495852 CPUtime=3245.56 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 322121 0 0 0 324348 208 0 0 20 0 20 0 158330154 19566772224 873963 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4777044 873963 5903 1 0 887844 0
[pid=810056/tid=810058] ppid=810053 vsize=19108176 memory=3495816 CPUtime=3173.13 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 144385 0 0 0 317256 57 0 0 20 0 20 0 158330154 19566772224 873963 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=19108176 memory=3495848 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 873963 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=19108176 memory=3495852 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 3138 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 873963 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810080] ppid=810053 vsize=19108176 memory=3495852 CPUtime=0 cores=1,3
/proc/810056/task/810080/stat : 810080 (Timer-0) S 810053 810056 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158330190 19566772224 873963 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 3245.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3495852 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.23 4.13 5/335 811852
/proc/meminfo: memFree=114556120/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=19108176 memory=3495856 CPUtime=3306.05 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 324916 0 0 0 330394 211 0 0 20 0 20 0 158330154 19566772224 873964 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4777044 873964 5903 1 0 887844 0
[pid=810056/tid=810058] ppid=810053 vsize=19108176 memory=3495852 CPUtime=3232.26 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 145812 0 0 0 323169 57 0 0 20 0 20 0 158330154 19566772224 873964 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=19108176 memory=3495852 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 873964 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=19108176 memory=3495852 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 3211 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 873964 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810080] ppid=810053 vsize=19108176 memory=3495856 CPUtime=0 cores=1,3
/proc/810056/task/810080/stat : 810080 (Timer-0) S 810053 810056 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158330190 19566772224 873964 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 3306.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3495856 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.22 4.13 5/330 811862
/proc/meminfo: memFree=114555844/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=19108176 memory=3495864 CPUtime=3366.5 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 329058 0 0 0 336437 213 0 0 20 0 20 0 158330154 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4777044 873966 5903 1 0 887844 0
[pid=810056/tid=810058] ppid=810053 vsize=19108176 memory=12504 CPUtime=3291.41 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 148319 0 0 0 329084 57 0 0 20 0 20 0 158330154 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=19108176 memory=40672 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 3300 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810080] ppid=810053 vsize=19108176 memory=3495864 CPUtime=0 cores=1,3
/proc/810056/task/810080/stat : 810080 (Timer-0) S 810053 810056 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158330190 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 3366.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3495864 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.22 4.14 7/330 811874
/proc/meminfo: memFree=114555436/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=19108176 memory=3495864 CPUtime=3426.92 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 330070 0 0 0 342475 217 0 0 20 0 20 0 158330154 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4777044 873966 5903 1 0 887844 0
[pid=810056/tid=810058] ppid=810053 vsize=19108176 memory=3495860 CPUtime=3350.52 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 149187 0 0 0 334994 58 0 0 20 0 20 0 158330154 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=19108176 memory=5544 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=19108176 memory=3495852 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 3301 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810080] ppid=810053 vsize=19108176 memory=-8960028472576942780 CPUtime=0 cores=1,3
/proc/810056/task/810080/stat : 810080 (Timer-0) S 810053 810056 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158330190 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 3426.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3495864 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.21 4.14 5/330 811884
/proc/meminfo: memFree=114555184/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=19108176 memory=3495864 CPUtime=3487.4 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 334253 0 0 0 348521 219 0 0 20 0 20 0 158330154 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4777044 873966 5903 1 0 887844 0
[pid=810056/tid=810058] ppid=810053 vsize=19108176 memory=3495860 CPUtime=3409.7 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 151954 0 0 0 340912 58 0 0 20 0 20 0 158330154 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=19108176 memory=5544 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 3342 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810080] ppid=810053 vsize=19108176 memory=-8960028472576942780 CPUtime=0 cores=1,3
/proc/810056/task/810080/stat : 810080 (Timer-0) S 810053 810056 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158330190 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 3487.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3495864 KiB

[startup+3522.3 s]
/proc/loadavg: 4.40 4.26 4.16 5/333 812036
/proc/meminfo: memFree=121939124/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=19108176 memory=3495864 CPUtime=3547.89 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 338313 0 0 0 354567 222 0 0 20 0 20 0 158330154 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4777044 873966 5903 1 0 887844 0
[pid=810056/tid=810058] ppid=810053 vsize=19108176 memory=3495864 CPUtime=3468.84 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 154180 0 0 0 346825 59 0 0 20 0 20 0 158330154 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=19108176 memory=-8960028472576942780 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 3342 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810080] ppid=810053 vsize=19108176 memory=3495864 CPUtime=0 cores=1,3
/proc/810056/task/810080/stat : 810080 (Timer-0) S 810053 810056 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158330190 19566772224 873966 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 3547.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3495864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3573.9 s]
/proc/loadavg: 4.32 4.27 4.17 6/332 812110
/proc/meminfo: memFree=124591784/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=19108176 memory=3495872 CPUtime=3600.07 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 347702 0 0 0 359782 225 0 0 20 0 20 0 158330154 19566772224 873968 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4777044 873968 5903 1 0 887844 0
[pid=810056/tid=810058] ppid=810053 vsize=19108176 memory=3495864 CPUtime=3519.41 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 156459 0 0 0 351882 59 0 0 20 0 20 0 158330154 19566772224 873968 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=19108176 memory=3495872 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 873968 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=19108176 memory=-8961154363893850812 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 3385 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 873968 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810080] ppid=810053 vsize=19108176 memory=3495872 CPUtime=0 cores=1,3
/proc/810056/task/810080/stat : 810080 (Timer-0) S 810053 810056 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158330190 19566772224 873968 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3495872 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.96 s, system=2.26771 s

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

[startup+3573.9 s]
/proc/loadavg: 4.32 4.27 4.17 6/332 812110
/proc/meminfo: memFree=124591784/131524600 swapFree=131071996/131071996
[pid=810056] ppid=810053 vsize=19108176 memory=3495872 CPUtime=3600.07 cores=1,3
/proc/810056/stat : 810056 (java) S 810053 810056 809933 0 -1 1077936128 347702 0 0 0 359782 225 0 0 20 0 20 0 158330154 19566772224 873968 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
/proc/810056/statm: 4777044 873968 5903 1 0 887844 0
[pid=810056/tid=810058] ppid=810053 vsize=19108176 memory=3495864 CPUtime=3519.41 cores=1,3
/proc/810056/task/810058/stat : 810058 (java) R 810053 810056 809933 0 -1 4194368 156459 0 0 0 351882 59 0 0 20 0 20 0 158330154 19566772224 873968 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810067] ppid=810053 vsize=19108176 memory=3495872 CPUtime=0 cores=1,3
/proc/810056/task/810067/stat : 810067 (Finalizer) S 810053 810056 809933 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 873968 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810074] ppid=810053 vsize=19108176 memory=-8961154363893850812 CPUtime=0 cores=1,3
/proc/810056/task/810074/stat : 810074 (Common-Cleaner) S 810053 810056 809933 0 -1 1077936192 3385 0 0 0 0 0 0 0 20 0 20 0 158330157 19566772224 873968 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
[pid=810056/tid=810080] ppid=810053 vsize=19108176 memory=3495872 CPUtime=0 cores=1,3
/proc/810056/task/810080/stat : 810080 (Timer-0) S 810053 810056 809933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158330190 19566772224 873968 134679101440 94574297722880 94574297726576 140732337888864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94574297734392 94574297735184 94574313766912 140732337894389 140732337894497 140732337894497 140732337901512 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3495872 KiB

Child status: 143

Real time (s): 3573.99
CPU time (s): 3600.23
CPU user time (s): 3597.96
CPU system time (s): 2.26771
CPU usage (%): 100.734
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3495872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.96
system time used= 2.26771
maximum resident set size= 3497416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 350011
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128480
involuntary context switches= 16003


# summary of solver processes directly reported to runsolver:
#   pid: 810056
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.96
#   total CPU system time (s): 2.26771

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.5461 second user time and 17.8016 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-15 18:40:48
IDJOB=4429874
IDBENCH=146689
IDSOLVER=3052
FILE ID=nodeC027/4429874-1721061635
RUNJOBID= nodeC027-1721061647-809945
SLURM_JOB_ID= 7505514
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429874-1721061635/watcher-4429874-1721061635 -o /tmp/evaluation-result-4429874-1721061635/solver-4429874-1721061635 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721061647-809945 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429874-1721061635.opb

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

MD5SUM BENCH= 3e791e4af881e2fe08ee2208e231d7f8
RANDOM SEED=1740576527

nodeC027.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3630.397
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	: 7000.36
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		: 3639.566
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.29
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		: 3635.827
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	: 7000.36
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		: 3658.608
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.29
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		: 3638.677
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	: 7000.36
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		: 3658.892
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.29
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		: 3612.362
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	: 7000.36
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		: 3683.238
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129545508 kB
MemAvailable:   129712864 kB
Buffers:          364960 kB
Cached:           646620 kB
SwapCached:            0 kB
Active:           573340 kB
Inactive:         833092 kB
Active(anon):       1440 kB
Inactive(anon):   430816 kB
Active(file):     571900 kB
Inactive(file):   402276 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7000 kB
Writeback:             0 kB
AnonPages:        392704 kB
Mapped:           116540 kB
Shmem:             37720 kB
KReclaimable:      66008 kB
Slab:             167544 kB
SReclaimable:      66008 kB
SUnreclaim:       101536 kB
KernelStack:        4144 kB
PageTables:        10192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7210200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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:      189140 kB
DirectMap2M:    13215744 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC027 at 2024-07-15 19:40:22