Trace number 4522972

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 Resolution 2025-06-06SAT (TO)-2407 3600.65 3589.12

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
KidneyTransplantBenchmarks/normalized-KE_120_003.opb
MD5SUM700a5adac982882152e12317b982beed
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-2565
Best CPU time to get the best result obtained on this benchmark0.012008
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables422
Total number of constraints71
Number of constraints which are clauses8
Number of constraints which are cardinality constraints (but not clauses)63
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint179
Number of terms in the objective function 422
Biggest coefficient in the objective function 254
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 46685
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 254
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 46685
Number of bits of the biggest sum of numbers16
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.13/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.15	c See www.sat4j.org for details.
0.13/0.17	c version PB25.v20250606
0.13/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.19	c java.vm.version	22.0.1+8-16
0.13/0.19	c java.vm.vendor	Oracle Corporation
0.13/0.19	c sun.arch.data.model	64
0.13/0.19	c java.version		22.0.1
0.13/0.19	c os.name		Linux
0.13/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.19	c os.arch		amd64
0.13/0.20	c Free memory 		2104792832
0.13/0.20	c Max memory 		16282288128
0.13/0.20	c Total memory 		2113929216
0.13/0.21	c Number of processors 	2
0.32/0.30	c Pseudo Boolean Optimization by upper bound
0.32/0.30	c --- Begin Solver configuration ---
0.32/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.32/0.30	c Learn all clauses as in MiniSAT
0.32/0.30	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.32/0.30	c Expensive reason simplification
0.32/0.30	c Glucose 2.1 dynamic restart strategy
0.32/0.30	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.32/0.30	c timeout=2147483s
0.32/0.30	c DB Simplification allowed=false
0.32/0.30	c Listener: none
0.32/0.30	c --- End Solver configuration ---
0.32/0.31	c solving HOME/instance-4522972-1751600263.opb
0.32/0.31	c reading problem ... 
0.32/0.31	c  objective function found
0.47/0.38	c ... done. Wall clock time 0.07s.
0.47/0.38	c declared #vars     422
0.47/0.38	c #constraints  71
0.47/0.38	c constraints type 
0.47/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8
0.47/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 63
0.47/0.38	c 71 constraints processed.
0.47/0.41	c objective function length is 422 literals
0.66/0.42	c SATISFIABLE
0.66/0.42	c OPTIMIZING...
0.66/0.42	c Got one! Elapsed wall clock time (in seconds):0.118
0.66/0.42	o -2285
0.85/0.60	c Got one! Elapsed wall clock time (in seconds):0.296
0.85/0.60	o -2317
0.85/0.60	c Got one! Elapsed wall clock time (in seconds):0.3
0.85/0.61	o -2402
3.16/1.86	c Got one! Elapsed wall clock time (in seconds):1.55
3.16/1.86	o -2407
3.84/2.43	c cleaning 2911 clauses out of 5822 with flag 2232/5822
6.59/4.93	c cleaning 4457 clauses out of 8913 with flag 14476/11824
9.24/7.51	c cleaning 5731 clauses out of 11464 with flag 29208/18832
12.90/11.16	c cleaning 6858 clauses out of 13723 with flag 45610/26822
17.57/15.78	c cleaning 7928 clauses out of 15865 with flag 64045/35822
22.97/21.17	c cleaning 8965 clauses out of 17939 with flag 84558/45824
30.88/28.85	c cleaning 9978 clauses out of 19972 with flag 106979/56822
40.42/38.32	c cleaning 10996 clauses out of 21994 with flag 131485/68822
53.02/50.93	c cleaning 12000 clauses out of 24000 with flag 158063/81824
65.78/63.64	c cleaning 12999 clauses out of 25998 with flag 186616/95822
81.24/79.10	c cleaning 13997 clauses out of 27999 with flag 217238/110822
98.77/96.55	c cleaning 15002 clauses out of 30003 with flag 249933/126823
117.21/114.93	c cleaning 16000 clauses out of 32000 with flag 284592/143822
139.49/137.29	c cleaning 17000 clauses out of 34000 with flag 321350/161822
163.58/160.58	c cleaning 17996 clauses out of 36000 with flag 360037/180822
188.10/185.09	c cleaning 19002 clauses out of 38004 with flag 400805/200822
218.62/215.59	c cleaning 20001 clauses out of 40002 with flag 443657/221822
256.80/253.71	c cleaning 21002 clauses out of 42003 with flag 488688/243824
293.71/290.65	c cleaning 22000 clauses out of 44000 with flag 535561/266823
331.54/328.43	c cleaning 23000 clauses out of 46000 with flag 584551/290823
369.72/366.24	c cleaning 23996 clauses out of 48000 with flag 638952/315823
414.59/410.57	c cleaning 25001 clauses out of 50005 with flag 711378/341824
462.49/458.35	c cleaning 26003 clauses out of 52005 with flag 791508/368825
503.10/498.62	c cleaning 26997 clauses out of 54001 with flag 864239/396824
558.66/553.81	c cleaning 27992 clauses out of 56004 with flag 947935/425824
600.37/594.58	c cleaning 29003 clauses out of 58010 with flag 1021883/455822
653.47/647.52	c cleaning 29997 clauses out of 60009 with flag 1100184/486824
696.86/690.80	c cleaning 31003 clauses out of 62010 with flag 1177592/518822
737.14/730.99	c cleaning 31996 clauses out of 64007 with flag 1256795/551822
785.71/779.30	c cleaning 33001 clauses out of 66011 with flag 1346487/585822
853.84/847.33	c cleaning 33994 clauses out of 68011 with flag 1438449/620823
915.84/908.21	c cleaning 35007 clauses out of 70016 with flag 1533607/656822
980.99/973.47	c cleaning 36001 clauses out of 72009 with flag 1631114/693822
1058.63/1051.26	c cleaning 36998 clauses out of 74009 with flag 1743066/731823
1139.49/1131.85	c cleaning 38003 clauses out of 76012 with flag 1852542/770824
1183.15/1175.26	c cleaning 38998 clauses out of 78008 with flag 1947263/810823
1267.22/1259.06	c cleaning 40001 clauses out of 80009 with flag 2060463/851822
1341.78/1333.60	c cleaning 41002 clauses out of 82009 with flag 2163458/893823
1429.29/1419.40	c cleaning 41997 clauses out of 84007 with flag 2278424/936823
1516.63/1506.60	c cleaning 43002 clauses out of 86011 with flag 2391639/980824
1624.47/1614.32	c cleaning 43999 clauses out of 88007 with flag 2514936/1025822
1714.99/1704.89	c cleaning 44994 clauses out of 90008 with flag 2632841/1071822
1821.05/1810.76	c cleaning 46009 clauses out of 92017 with flag 2760031/1118825
1921.08/1910.60	c cleaning 47003 clauses out of 94005 with flag 2869464/1166822
2038.93/2028.47	c cleaning 47999 clauses out of 96004 with flag 2997194/1215824
2169.75/2158.71	c cleaning 48996 clauses out of 98006 with flag 3126515/1265825
2301.72/2290.70	c cleaning 50004 clauses out of 100008 with flag 3252571/1316823
2466.74/2455.65	c cleaning 50996 clauses out of 102003 with flag 3374662/1368822
2629.86/2618.84	c cleaning 52005 clauses out of 104010 with flag 3504078/1421825
2813.16/2802.43	c cleaning 53002 clauses out of 106004 with flag 3638025/1475824
2997.32/2986.85	c cleaning 54012 clauses out of 108023 with flag 3761589/1530845
3198.67/3188.31	c cleaning 54986 clauses out of 109989 with flag 3896309/1586823
3410.18/3400.17	c cleaning 56002 clauses out of 112003 with flag 4029134/1643823
3560.35/3549.05	c cleaning 56981 clauses out of 114000 with flag 4165725/1701822
3600.08/3588.84	c starts		: 18000
3600.08/3588.86	c conflicts		: 1714786
3600.08/3588.87	c decisions		: 8316369
3600.08/3588.87	c propagations		: 21427313
3600.08/3588.87	c inspects		: 10615291948
3600.08/3588.87	c shortcuts		: 0
3600.08/3588.87	c learnt literals	: 0
3600.08/3588.87	c learnt binary clauses	: 0
3600.08/3588.87	c learnt ternary clauses	: 0
3600.08/3588.87	c learnt constraints	: 1714786
3600.08/3588.87	c ignored constraints	: 0
3600.08/3588.87	c root simplifications	: 0
3600.08/3588.87	c removed literals (reason simplification)	: 91002621
3600.08/3588.87	c reason swapping (by a shorter reason)	: 0
3600.08/3588.88	c Calls to reduceDB	: 54
3600.08/3588.88	c Number of update (reduction) of LBD	: 60874
3600.08/3588.88	c Imported unit clauses	: 0
3600.08/3588.88	c No decision after first conflict	: false
3600.08/3588.88	c number of reductions to clauses (during analyze)	: 0
3600.08/3588.88	c number of learned constraints concerned by reduction	: 0
3600.08/3588.88	c number of learning phase by resolution	: 0
3600.08/3588.88	c number of learning phase by cutting planes	: 0
3600.08/3588.88	c number of rounding to 1 operations	: 0
3600.08/3588.88	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3588.88	c number of reductions of the coefficients by power 2 	: 0
3600.08/3588.88	c number of right shift for reduction by power 2 	: 0
3600.08/3588.89	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3588.90	c number of ending skipping 	: 0
3600.08/3588.90	c number of internal skipping 	: 0
3600.08/3588.90	c number of derivation steps 	: 0
3600.28/3588.90	c number of skipped derivation steps 	: 0
3600.28/3588.90	c number of remaining unassigned 	: 0
3600.28/3588.91	c number of remaining assigned 	: 0
3600.28/3588.91	c number of falsified literals weakened from reason	: 0
3600.28/3588.91	c number of falsified literals weakened from conflict	: 0
3600.28/3588.91	c time for arithmetic operations	: 0
3600.28/3588.92	c minimum degree of deleted constraints	: null
3600.28/3588.92	c maximum degree of deleted constraints	: null
3600.28/3588.93	c number of deleted constraints	: 0
3600.28/3588.94	c speed (assignments/second)	: 5971.067483753065
3600.28/3588.94	c non guided choices	: 0
3600.48/3589.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 69983
3600.48/3589.07	s SATISFIABLE
3600.48/3589.07	c Found 4 solution(s)
3600.48/3589.07	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 
3600.48/3589.08	c objective function=-2407
3600.48/3589.08	c Total wall clock time (in seconds): 3588.772

Verifier Data

OK	-2407

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: 63837 MiB (54048 MiB free)
  memory of node 1: 64465 MiB (54489 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522972-1751600263/watcher-4522972-1751600263 -o /tmp/evaluation-result-4522972-1751600263/solver-4522972-1751600263 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751595442-85915 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4522972-1751600263.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=86723, runsolver pid=86720
Current StackSize limit: 8192 KiB


[startup+0.100077 s]*
/proc/loadavg: 4.64 4.98 4.77 6/323 86741
/proc/meminfo: memFree=111123380/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=18930384 memory=48616 CPUtime=0.13 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 5819 0 0 0 10 3 0 0 20 0 18 0 75705658 19384713216 12154 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4732596 12154 5339 1 0 547010 0
[pid=86723/tid=86725] ppid=86720 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 4711 0 0 0 6 2 0 0 20 0 18 0 75705659 19384713216 12154 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75705664 19384713216 12154 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=18930384 memory=58494082630061 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75705665 19384713216 12154 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48616 KiB

[startup+0.217398 s]*
/proc/loadavg: 4.64 4.98 4.77 5/323 86741
/proc/meminfo: memFree=111122372/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=18930384 memory=57776 CPUtime=0.32 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 6549 0 0 0 28 4 0 0 20 0 18 0 75705658 19384713216 14444 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4732596 14444 5371 1 0 547604 0
[pid=86723/tid=86725] ppid=86720 vsize=18930384 memory=4026794268 CPUtime=0.19 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 5059 0 0 0 17 2 0 0 20 0 18 0 75705659 19384713216 14444 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=18930384 memory=13926 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75705664 19384713216 14444 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75705665 19384713216 14444 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57776 KiB

[startup+0.313463 s]*
/proc/loadavg: 4.64 4.98 4.77 7/323 86741
/proc/meminfo: memFree=111122788/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=18930384 memory=58800 CPUtime=0.47 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 6795 0 0 0 43 4 0 0 20 0 18 0 75705658 19384713216 14700 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4732596 14700 5371 1 0 547788 0
[pid=86723/tid=86725] ppid=86720 vsize=18930384 memory=-6000919507116451431 CPUtime=0.28 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 5213 0 0 0 25 3 0 0 20 0 18 0 75705659 19384713216 14700 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75705664 19384713216 14700 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75705665 19384713216 14700 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58800 KiB

[startup+0.700314 s]
/proc/loadavg: 4.64 4.98 4.77 6/324 86742
/proc/meminfo: memFree=111118188/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=18996948 memory=71076 CPUtime=1.19 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 9365 0 0 0 113 6 0 0 20 0 19 0 75705658 19452874752 17769 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4749237 17769 5499 1 0 549372 0
[pid=86723/tid=86725] ppid=86720 vsize=18996948 memory=14464 CPUtime=0.65 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 5421 0 0 0 62 3 0 0 20 0 19 0 75705659 19452874752 17769 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75705664 19452874752 17769 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75705665 19452874752 17769 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86742] ppid=86720 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/86723/task/86742/stat : 86742 (Timer-0) S 86720 86723 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 75705699 19452874752 17769 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71076 KiB

[startup+1.50033 s]
/proc/loadavg: 4.64 4.98 4.77 6/324 86742
/proc/meminfo: memFree=111103444/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=18996948 memory=105616 CPUtime=2.74 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 17627 0 0 0 266 8 0 0 20 0 19 0 75705658 19452874752 26404 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4749237 26404 5499 1 0 552837 0
[pid=86723/tid=86725] ppid=86720 vsize=18996948 memory=0 CPUtime=1.43 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 5682 0 0 0 139 4 0 0 20 0 19 0 75705659 19452874752 26404 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75705664 19452874752 26404 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75705665 19452874752 26404 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86742] ppid=86720 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/86723/task/86742/stat : 86742 (Timer-0) S 86720 86723 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 75705699 19452874752 26404 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 105616 KiB

[startup+3.11316 s]
/proc/loadavg: 4.64 4.98 4.77 5/324 86742
/proc/meminfo: memFree=111043708/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=18996948 memory=143260 CPUtime=4.77 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 19829 0 0 0 467 10 0 0 20 0 19 0 75705658 19452874752 35815 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4749237 35815 5499 1 0 552896 0
[pid=86723/tid=86725] ppid=86720 vsize=18996948 memory=11136 CPUtime=3.03 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 7190 0 0 0 298 5 0 0 20 0 19 0 75705659 19452874752 35815 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=18996948 memory=-6000919507116451431 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75705664 19452874752 35815 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75705665 19452874752 35815 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86742] ppid=86720 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/86723/task/86742/stat : 86742 (Timer-0) S 86720 86723 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 75705699 19452874752 35815 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 4.77 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 143260 KiB

[startup+6.30043 s]
/proc/loadavg: 4.67 4.98 4.77 5/325 86743
/proc/meminfo: memFree=110948792/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=19063512 memory=231508 CPUtime=8.04 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 22610 0 0 0 791 13 0 0 20 0 20 0 75705658 19521036288 57877 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4765878 57877 5499 1 0 553190 0
[pid=86723/tid=86725] ppid=86720 vsize=19063512 memory=0 CPUtime=5.96 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 7511 0 0 0 590 6 0 0 20 0 20 0 75705659 19521036288 57877 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75705664 19521036288 57877 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 75705665 19521036288 57877 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86742] ppid=86720 vsize=19063512 memory=109712 CPUtime=0 cores=4,6
/proc/86723/task/86742/stat : 86742 (Timer-0) S 86720 86723 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75705699 19521036288 57877 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 8.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 231508 KiB

[startup+12.7005 s]
/proc/loadavg: 4.62 4.96 4.77 5/325 86743
/proc/meminfo: memFree=110896048/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=19063512 memory=284740 CPUtime=14.49 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 24114 0 0 0 1433 16 0 0 20 0 20 0 75705658 19521036288 71185 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4765878 71185 5499 1 0 553190 0
[pid=86723/tid=86725] ppid=86720 vsize=19063512 memory=109712 CPUtime=12.18 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 7811 0 0 0 1212 6 0 0 20 0 20 0 75705659 19521036288 71185 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=19063512 memory=284740 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75705664 19521036288 71185 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 75705665 19521036288 71185 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86742] ppid=86720 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/86723/task/86742/stat : 86742 (Timer-0) S 86720 86723 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75705699 19521036288 71185 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 14.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 284740 KiB

[startup+25.5004 s]
/proc/loadavg: 4.71 4.96 4.77 5/325 86743
/proc/meminfo: memFree=110659524/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=19063512 memory=430508 CPUtime=27.58 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 28578 0 0 0 2738 20 0 0 20 0 20 0 75705658 19521036288 107627 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4765878 107627 5499 1 0 553190 0
[pid=86723/tid=86725] ppid=86720 vsize=19063512 memory=-6000919507116451431 CPUtime=24.72 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 8819 0 0 0 2466 6 0 0 20 0 20 0 75705659 19521036288 107627 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=19063512 memory=360648 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75705664 19521036288 107627 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 75705665 19521036288 107627 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86742] ppid=86720 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86723/task/86742/stat : 86742 (Timer-0) S 86720 86723 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75705699 19521036288 107627 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 27.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 430508 KiB

[startup+51.1055 s]
/proc/loadavg: 4.47 4.89 4.75 5/325 86744
/proc/meminfo: memFree=110533764/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=19063512 memory=561620 CPUtime=53.22 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 30171 0 0 0 5298 24 0 0 20 0 20 0 75705658 19521036288 140405 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4765878 140405 5499 1 0 553190 0
[pid=86723/tid=86725] ppid=86720 vsize=19063512 memory=561620 CPUtime=49.97 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 9278 0 0 0 4991 6 0 0 20 0 20 0 75705659 19521036288 140405 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75705664 19521036288 140405 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=19063512 memory=561620 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=117336636/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=19063512 memory=2907292 CPUtime=3292.62 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 129102 0 0 0 328985 277 0 0 20 0 20 0 75705658 19521036288 726823 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4765878 726823 5563 1 0 793318 0
[pid=86723/tid=86725] ppid=86720 vsize=19063512 memory=2907292 CPUtime=3257.67 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 53140 0 0 0 325739 28 0 0 20 0 20 0 75705659 19521036288 726823 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=19063512 memory=2907292 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75705664 19521036288 726823 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 1877 0 0 0 0 0 0 0 20 0 20 0 75705665 19521036288 726823 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86742] ppid=86720 vsize=19063512 memory=2907292 CPUtime=0 cores=4,6
/proc/86723/task/86742/stat : 86742 (Timer-0) S 86720 86723 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75705699 19521036288 726823 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 3292.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2907292 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.19 4.20 5/326 87109
/proc/meminfo: memFree=117200772/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=19063512 memory=2907292 CPUtime=3352.49 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 129690 0 0 0 334969 280 0 0 20 0 20 0 75705658 19521036288 726823 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4765878 726823 5563 1 0 793318 0
[pid=86723/tid=86725] ppid=86720 vsize=19063512 memory=5148 CPUtime=3317.49 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 53725 0 0 0 331721 28 0 0 20 0 20 0 75705659 19521036288 726823 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75705664 19521036288 726823 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=19063512 memory=2907292 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 1877 0 0 0 0 0 0 0 20 0 20 0 75705665 19521036288 726823 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86742] ppid=86720 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/86723/task/86742/stat : 86742 (Timer-0) S 86720 86723 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75705699 19521036288 726823 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 3352.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2907292 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.17 4.18 5/326 87111
/proc/meminfo: memFree=117192912/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=19063512 memory=2907292 CPUtime=3412.36 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 131187 0 0 0 340953 283 0 0 20 0 20 0 75705658 19521036288 726823 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4765878 726823 5563 1 0 793318 0
[pid=86723/tid=86725] ppid=86720 vsize=19063512 memory=2907292 CPUtime=3377.32 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 55051 0 0 0 337703 29 0 0 20 0 20 0 75705659 19521036288 726823 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=19063512 memory=2907292 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75705664 19521036288 726823 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=19063512 memory=2907292 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 1989 0 0 0 0 0 0 0 20 0 20 0 75705665 19521036288 726823 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86742] ppid=86720 vsize=19063512 memory=2907292 CPUtime=0 cores=4,6
/proc/86723/task/86742/stat : 86742 (Timer-0) S 86720 86723 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75705699 19521036288 726823 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 3412.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2907292 KiB

[startup+3462.3 s]
/proc/loadavg: 4.04 4.13 4.17 5/326 87113
/proc/meminfo: memFree=116867588/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=19063512 memory=3081800 CPUtime=3473.55 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 136414 0 0 0 347064 291 0 0 20 0 20 0 75705658 19521036288 770450 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4765878 770450 5563 1 0 881050 0
[pid=86723/tid=86725] ppid=86720 vsize=19063512 memory=2907292 CPUtime=3436.96 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 57896 0 0 0 343667 29 0 0 20 0 20 0 75705659 19521036288 770450 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75705664 19521036288 770450 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=19063512 memory=3067464 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 1990 0 0 0 0 0 0 0 20 0 20 0 75705665 19521036288 770450 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86742] ppid=86720 vsize=19063512 memory=3071560 CPUtime=0 cores=4,6
/proc/86723/task/86742/stat : 86742 (Timer-0) S 86720 86723 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75705699 19521036288 770450 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 3473.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3081800 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.15 4.18 5/327 87116
/proc/meminfo: memFree=116777492/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=19063512 memory=3165784 CPUtime=3533.58 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 137450 0 0 0 353061 297 0 0 20 0 20 0 75705658 19521036288 791446 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4765878 791446 5563 1 0 881052 0
[pid=86723/tid=86725] ppid=86720 vsize=19063512 memory=3165784 CPUtime=3496.64 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 58101 0 0 0 349633 31 0 0 20 0 20 0 75705659 19521036288 791446 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=19063512 memory=3071560 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75705664 19521036288 791446 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 2101 0 0 0 0 0 0 0 20 0 20 0 75705665 19521036288 791446 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86742] ppid=86720 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/86723/task/86742/stat : 86742 (Timer-0) S 86720 86723 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75705699 19521036288 791446 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 3533.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3165784 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.15 4.18 5/327 87118
/proc/meminfo: memFree=116698940/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=19063512 memory=3198556 CPUtime=3593.59 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 138597 0 0 0 359058 301 0 0 20 0 20 0 75705658 19521036288 799639 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4765878 799639 5563 1 0 881052 0
[pid=86723/tid=86725] ppid=86720 vsize=19063512 memory=14464 CPUtime=3556.26 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 58957 0 0 0 355595 31 0 0 20 0 20 0 75705659 19521036288 799639 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75705664 19521036288 799639 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 2101 0 0 0 0 0 0 0 20 0 20 0 75705665 19521036288 799639 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86742] ppid=86720 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/86723/task/86742/stat : 86742 (Timer-0) S 86720 86723 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75705699 19521036288 799639 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 3593.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3198556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3588.8 s]
/proc/loadavg: 4.16 4.15 4.18 5/327 87118
/proc/meminfo: memFree=116702448/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=19063512 memory=3198556 CPUtime=3600.08 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 138626 0 0 0 359706 302 0 0 20 0 20 0 75705658 19521036288 799639 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4765878 799639 5563 1 0 881052 0
[pid=86723/tid=86725] ppid=86720 vsize=19063512 memory=3198556 CPUtime=3562.74 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 58984 0 0 0 356243 31 0 0 20 0 20 0 75705659 19521036288 799639 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=19063512 memory=3198556 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75705664 19521036288 799639 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=19063512 memory=10112 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 2101 0 0 0 0 0 0 0 20 0 20 0 75705665 19521036288 799639 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86742] ppid=86720 vsize=19063512 memory=9088 CPUtime=0 cores=4,6
/proc/86723/task/86742/stat : 86742 (Timer-0) S 86720 86723 85904 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75705699 19521036288 799639 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3198556 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.59 s, system=3.0604 s

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

[startup+3589 s]*
/proc/loadavg: 4.16 4.15 4.18 6/328 87121
/proc/meminfo: memFree=116700684/131382112 swapFree=33002444/33010684
[pid=86723] ppid=86720 vsize=19263204 memory=3199324 CPUtime=3600.48 cores=4,6
/proc/86723/stat : 86723 (java) S 86720 86723 85904 0 -1 4194304 140987 0 0 0 359745 303 0 0 20 0 21 0 75705658 19725520896 799831 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
/proc/86723/statm: 4815801 799831 5563 1 0 882013 0
[pid=86723/tid=86725] ppid=86720 vsize=19263204 memory=-6000919472740394343 CPUtime=3562.95 cores=4,6
/proc/86723/task/86725/stat : 86725 (java) R 86720 86723 85904 0 -1 4194368 59376 0 0 0 356264 31 0 0 20 0 21 0 75705659 19725520896 799831 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86734] ppid=86720 vsize=19263204 memory=7753968589395107201 CPUtime=0 cores=4,6
/proc/86723/task/86734/stat : 86734 (Finalizer) S 86720 86723 85904 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 75705664 19725520896 799831 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=86741] ppid=86720 vsize=19263204 memory=3093048 CPUtime=0 cores=4,6
/proc/86723/task/86741/stat : 86741 (Common-Cleaner) S 86720 86723 85904 0 -1 4194368 2101 0 0 0 0 0 0 0 20 0 21 0 75705665 19725520896 799831 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
[pid=86723/tid=87121] ppid=86720 vsize=19263204 memory=7152 CPUtime=0.07 cores=4,6
/proc/86723/task/87121/stat : 87121 (Thread-0) R 86720 86723 85904 0 -1 4194368 321 0 0 0 7 0 0 0 20 0 21 0 76064539 19725520896 799831 18446744073709551615 93985396097024 93985396100720 140732810753040 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93985396108536 93985396109328 93985409159168 140732810758529 140732810758630 140732810758630 140732810764232 0
Current children cumulated CPU time: 3600.48 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3199324 KiB

Child status: 143

Real time (s): 3589.12
CPU time (s): 3600.65
CPU user time (s): 3597.59
CPU system time (s): 3.0604
CPU usage (%): 100.321
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3199324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.59
system time used= 3.0604
maximum resident set size= 3199452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141247
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109182
involuntary context switches= 22924


# summary of solver processes directly reported to runsolver:
#   pid: 86723
#   total CPU time (s): 3600.65
#   total CPU user time (s): 3597.59
#   total CPU system time (s): 3.0604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6389 second user time and 36.6323 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-04 05:37:43
IDJOB=4522972
IDBENCH=179579
IDSOLVER=3363
FILE ID=nodeC005/4522972-1751600263
RUNJOBID= nodeC005-1751595442-85915
SLURM_JOB_ID= 9598861
Free space on /tmp= 429444 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/KidneyTransplantBenchmarks/normalized-KE_120_003.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522972-1751600263/watcher-4522972-1751600263 -o /tmp/evaluation-result-4522972-1751600263/solver-4522972-1751600263 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751595442-85915 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4522972-1751600263.opb

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

MD5SUM BENCH= 700a5adac982882152e12317b982beed
RANDOM SEED=2062724510

nodeC005 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.924
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.695
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.442
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.241
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3493.229
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.695
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1396.784
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.531
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        111143256 kB
MemAvailable:   111007804 kB
Buffers:              12 kB
Cached:           652012 kB
SwapCached:          240 kB
Active:         19204756 kB
Inactive:         397008 kB
Active(anon):   18921772 kB
Inactive(anon):    40840 kB
Active(file):     282984 kB
Inactive(file):   356168 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33002444 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               708 kB
Writeback:             0 kB
AnonPages:      18952572 kB
Mapped:           118488 kB
Shmem:             12868 kB
KReclaimable:     130048 kB
Slab:             217236 kB
SReclaimable:     130048 kB
SUnreclaim:        87188 kB
KernelStack:        4976 kB
PageTables:        40820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   20905088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18544640 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429476 MiB
End job on nodeC005 at 2025-07-04 06:37:32