Trace number 4507524

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.25 3594.62

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K81.opb
MD5SUMa76247625d06f26dbfcd47fe69513f4b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4507524-1751192499.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.31/0.26	c ... done. Wall clock time 0.121s.
0.31/0.26	c declared #vars     5508
0.31/0.26	c #constraints  5672
0.31/0.26	c constraints type 
0.31/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1040
0.31/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81
0.31/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4549
0.31/0.26	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.31/0.26	c 5672 constraints processed.
2.15/1.37	c cleaning 2490 clauses out of 4988 with flag 26558/5000
3.55/2.38	c cleaning 4220 clauses out of 8498 with flag 66236/11001
4.87/3.60	c cleaning 5611 clauses out of 11269 with flag 124373/18000
6.26/4.94	c cleaning 6813 clauses out of 13660 with flag 182094/26004
7.76/6.43	c cleaning 7892 clauses out of 15838 with flag 242490/35000
9.38/8.05	c cleaning 8847 clauses out of 17941 with flag 308391/45001
11.27/9.98	c cleaning 9896 clauses out of 20092 with flag 393721/56000
13.57/12.20	c cleaning 10491 clauses out of 22194 with flag 475560/68000
15.86/14.57	c cleaning 11351 clauses out of 24705 with flag 555944/81007
18.46/17.19	c cleaning 12031 clauses out of 27345 with flag 643439/95000
21.26/19.98	c cleaning 12892 clauses out of 30305 with flag 735579/110003
24.46/23.12	c cleaning 13646 clauses out of 33413 with flag 834912/126003
27.85/26.46	c cleaning 14559 clauses out of 36763 with flag 941720/143000
31.78/30.39	c cleaning 15723 clauses out of 40206 with flag 1058050/161003
36.07/34.60	c cleaning 16274 clauses out of 43480 with flag 1182348/180000
40.26/38.87	c cleaning 17350 clauses out of 47206 with flag 1312790/200000
45.30/43.84	c cleaning 18273 clauses out of 50857 with flag 1458024/221005
50.09/48.69	c cleaning 19181 clauses out of 54572 with flag 1609969/243000
55.58/54.19	c cleaning 20001 clauses out of 58386 with flag 1769156/266000
61.23/59.73	c cleaning 20959 clauses out of 62385 with flag 1932887/290002
67.48/65.91	c cleaning 21706 clauses out of 66424 with flag 2112189/315001
74.06/72.50	c cleaning 22575 clauses out of 70717 with flag 2313593/341002
81.22/79.62	c cleaning 23839 clauses out of 75140 with flag 2508593/368000
88.71/87.18	c cleaning 24558 clauses out of 79304 with flag 2721431/396003
96.54/94.93	c cleaning 25579 clauses out of 83742 with flag 2941808/425000
104.92/103.32	c cleaning 26496 clauses out of 88161 with flag 3174015/455000
113.65/112.09	c cleaning 27320 clauses out of 92666 with flag 3411938/486002
123.38/121.75	c cleaning 28569 clauses out of 97343 with flag 3680901/518000
132.83/131.11	c cleaning 29257 clauses out of 101776 with flag 3933710/551002
143.10/141.41	c cleaning 30337 clauses out of 106517 with flag 4225871/585000
153.63/152.00	c cleaning 31401 clauses out of 111179 with flag 4496508/620000
165.07/163.30	c cleaning 32385 clauses out of 115777 with flag 4801630/656000
177.31/175.58	c cleaning 33275 clauses out of 120393 with flag 5110945/693001
189.82/188.00	c cleaning 34272 clauses out of 125116 with flag 5457290/731000
203.12/201.31	c cleaning 35114 clauses out of 129844 with flag 5793368/770000
217.59/215.83	c cleaning 35951 clauses out of 134730 with flag 6188100/810000
232.21/230.29	c cleaning 36878 clauses out of 139779 with flag 6565590/851001
247.52/245.51	c cleaning 38221 clauses out of 144902 with flag 6956546/893002
263.87/261.88	c cleaning 39385 clauses out of 149679 with flag 7385012/936000
281.03/279.08	c cleaning 40353 clauses out of 154294 with flag 7831814/980000
298.55/296.56	c cleaning 41532 clauses out of 158941 with flag 8299400/1025000
317.68/315.65	c cleaning 42428 clauses out of 163407 with flag 8783732/1071000
337.64/335.57	c cleaning 43393 clauses out of 167977 with flag 9277173/1118000
357.11/355.01	c cleaning 44289 clauses out of 172585 with flag 9777708/1166001
378.29/376.12	c cleaning 45692 clauses out of 177296 with flag 10312561/1215001
399.72/397.59	c cleaning 46638 clauses out of 181604 with flag 10850671/1265001
422.52/420.02	c cleaning 47680 clauses out of 185964 with flag 11403169/1316000
446.07/443.61	c cleaning 48650 clauses out of 190286 with flag 11961328/1368002
470.50/468.03	c cleaning 50007 clauses out of 194633 with flag 12573133/1421000
497.63/495.29	c cleaning 50745 clauses out of 198627 with flag 13221144/1475002
523.09/520.56	c cleaning 51571 clauses out of 202880 with flag 13830227/1530000
551.41/548.93	c cleaning 52893 clauses out of 207309 with flag 14483164/1586000
582.00/579.42	c cleaning 53997 clauses out of 211416 with flag 15208707/1643000
612.82/610.19	c cleaning 55085 clauses out of 215419 with flag 15906905/1701000
644.25/641.62	c cleaning 55897 clauses out of 219334 with flag 16592368/1760000
674.91/672.26	c cleaning 57547 clauses out of 223437 with flag 17301690/1820000
707.39/704.67	c cleaning 58327 clauses out of 226893 with flag 18003735/1881003
743.23/740.15	c cleaning 58938 clauses out of 230563 with flag 18917648/1943000
783.64/780.54	c cleaning 59820 clauses out of 234622 with flag 19940061/2006000
818.66/815.67	c cleaning 61674 clauses out of 238802 with flag 20768917/2070001
859.19/856.13	c cleaning 62460 clauses out of 242128 with flag 21680244/2135002
898.78/895.66	c cleaning 63431 clauses out of 245666 with flag 22608659/2201000
935.77/932.55	c cleaning 64431 clauses out of 249235 with flag 23397329/2268000
980.67/977.53	c cleaning 65576 clauses out of 252805 with flag 24354911/2336001
1025.88/1022.72	c cleaning 66576 clauses out of 256232 with flag 25464697/2405004
1068.87/1065.66	c cleaning 67806 clauses out of 259652 with flag 26498076/2475000
1109.68/1106.55	c cleaning 68822 clauses out of 262846 with flag 27486159/2546000
1157.55/1154.24	c cleaning 69467 clauses out of 266027 with flag 28450445/2618003
1210.09/1206.48	c cleaning 71018 clauses out of 269557 with flag 29538865/2691000
1259.86/1256.23	c cleaning 71235 clauses out of 272540 with flag 30578279/2765001
1307.93/1304.27	c cleaning 72835 clauses out of 276306 with flag 31603746/2840002
1365.06/1361.32	c cleaning 73401 clauses out of 279470 with flag 32779460/2916001
1414.05/1410.29	c cleaning 74900 clauses out of 283068 with flag 33799438/2993000
1474.06/1470.20	c cleaning 75757 clauses out of 286169 with flag 35081144/3071001
1529.81/1526.00	c cleaning 77214 clauses out of 289411 with flag 36338403/3150000
1583.98/1580.01	c cleaning 78256 clauses out of 292197 with flag 37467048/3230000
1639.37/1635.41	c cleaning 78691 clauses out of 294940 with flag 38559272/3311000
1703.14/1699.24	c cleaning 80003 clauses out of 298249 with flag 39856751/3393000
1758.29/1754.36	c cleaning 80972 clauses out of 301246 with flag 40924341/3476000
1825.27/1820.75	c cleaning 82040 clauses out of 304276 with flag 42187978/3560002
1883.56/1879.08	c cleaning 83133 clauses out of 307239 with flag 43365590/3645005
1948.44/1943.81	c cleaning 84164 clauses out of 310101 with flag 44577732/3731000
2009.49/2004.88	c cleaning 85171 clauses out of 312938 with flag 45851815/3818001
2076.62/2071.97	c cleaning 86298 clauses out of 315767 with flag 47113647/3906001
2148.16/2143.47	c cleaning 86963 clauses out of 318468 with flag 48561943/3995001
2216.19/2211.47	c cleaning 88139 clauses out of 321505 with flag 49811512/4085002
2283.71/2279.00	c cleaning 89371 clauses out of 324364 with flag 51063436/4176000
2361.34/2356.69	c cleaning 90099 clauses out of 326996 with flag 52389686/4268003
2433.24/2428.57	c cleaning 91018 clauses out of 329894 with flag 53762156/4361000
2510.57/2505.89	c cleaning 92368 clauses out of 332877 with flag 55196836/4455001
2586.25/2581.59	c cleaning 93247 clauses out of 335508 with flag 56588748/4550000
2659.23/2654.52	c cleaning 94622 clauses out of 338262 with flag 58032535/4646001
2736.46/2731.86	c cleaning 95610 clauses out of 340640 with flag 59474863/4743001
2829.77/2824.25	c cleaning 96508 clauses out of 343030 with flag 61258413/4841001
2898.97/2893.49	c cleaning 97573 clauses out of 345522 with flag 62698447/4940001
2966.56/2961.00	c cleaning 98540 clauses out of 347949 with flag 64114577/5040001
3045.64/3040.15	c cleaning 99446 clauses out of 350407 with flag 65599523/5141000
3124.04/3118.51	c cleaning 100594 clauses out of 352961 with flag 67085358/5243000
3205.38/3199.96	c cleaning 101660 clauses out of 355367 with flag 68523378/5346000
3299.81/3294.21	c cleaning 102220 clauses out of 357709 with flag 70155157/5450002
3382.32/3376.75	c cleaning 103839 clauses out of 360487 with flag 71724724/5555000
3466.36/3460.82	c cleaning 104177 clauses out of 362648 with flag 73441789/5661001
3570.26/3564.61	c cleaning 105495 clauses out of 365470 with flag 75278870/5768000
3600.09/3594.51	c timeout
3600.09/3594.52	c starts		: 47760
3600.09/3594.53	c conflicts		: 5818520
3600.09/3594.53	c decisions		: 54487833
3600.09/3594.53	c propagations		: 2027295563
3600.09/3594.53	c inspects		: 26057600076
3600.09/3594.53	c shortcuts		: 0
3600.09/3594.53	c learnt literals	: 105
3600.09/3594.53	c learnt binary clauses	: 92210
3600.09/3594.53	c learnt ternary clauses	: 111675
3600.09/3594.53	c learnt constraints	: 5818415
3600.09/3594.53	c ignored constraints	: 0
3600.09/3594.53	c root simplifications	: 0
3600.09/3594.53	c removed literals (reason simplification)	: 243518894
3600.09/3594.53	c reason swapping (by a shorter reason)	: 0
3600.09/3594.53	c Calls to reduceDB	: 103
3600.09/3594.53	c Number of update (reduction) of LBD	: 5661130
3600.09/3594.53	c Imported unit clauses	: 0
3600.09/3594.53	c No decision after first conflict	: false
3600.09/3594.53	c number of reductions to clauses (during analyze)	: 0
3600.09/3594.53	c number of learned constraints concerned by reduction	: 0
3600.09/3594.53	c number of learning phase by resolution	: 0
3600.09/3594.53	c number of learning phase by cutting planes	: 0
3600.09/3594.53	c number of rounding to 1 operations	: 0
3600.09/3594.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3594.53	c number of reductions of the coefficients by power 2 	: 0
3600.09/3594.53	c number of right shift for reduction by power 2 	: 0
3600.09/3594.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3594.53	c number of ending skipping 	: 0
3600.09/3594.53	c number of internal skipping 	: 0
3600.09/3594.53	c number of derivation steps 	: 0
3600.09/3594.53	c number of skipped derivation steps 	: 0
3600.09/3594.53	c number of remaining unassigned 	: 0
3600.09/3594.53	c number of remaining assigned 	: 0
3600.09/3594.53	c number of falsified literals weakened from reason	: 0
3600.09/3594.53	c number of falsified literals weakened from conflict	: 0
3600.09/3594.53	c time for arithmetic operations	: 0
3600.09/3594.53	c minimum degree of deleted constraints	: null
3600.09/3594.53	c maximum degree of deleted constraints	: null
3600.09/3594.53	c number of deleted constraints	: 0
3600.09/3594.53	c speed (assignments/second)	: 564036.0404599993
3600.09/3594.53	c non guided choices	: 928
3600.09/3594.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 218285
3600.09/3594.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 92210
3600.09/3594.59	s UNKNOWN
3600.09/3594.59	c Total wall clock time (in seconds): 3594.462

Verifier Data

ERROR: no interpretation found !

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: 63665 MiB (60807 MiB free)
  memory of node 1: 64507 MiB (59891 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507524-1751192499/watcher-4507524-1751192499 -o /tmp/evaluation-result-4507524-1751192499/solver-4507524-1751192499 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27852 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4507524-1751192499.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=28084, runsolver pid=28081
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.12 4.04 3.49 5/337 28102
/proc/meminfo: memFree=123571700/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=18930384 memory=57344 CPUtime=0.12 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 6472 0 0 0 10 2 0 0 20 0 18 0 34927849 19384713216 14336 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4732596 14336 5351 1 0 547604 0
[pid=28084/tid=28086] ppid=28081 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 5056 0 0 0 6 1 0 0 20 0 18 0 34927850 19384713216 14336 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=18930384 memory=237112656212 CPUtime=0 cores=4,6
/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34927852 19384713216 14336 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=18930384 memory=58485492706614 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34927852 19384713216 14336 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57344 KiB

[startup+0.205777 s]*
/proc/loadavg: 4.12 4.04 3.49 7/337 28102
/proc/meminfo: memFree=123563508/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=18930384 memory=71812 CPUtime=0.31 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 6943 0 0 0 29 2 0 0 20 0 18 0 34927849 19384713216 17953 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4732596 17953 5415 1 0 548025 0
[pid=28084/tid=28086] ppid=28081 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 5279 0 0 0 15 1 0 0 20 0 18 0 34927850 19384713216 17953 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=18930384 memory=18949 CPUtime=0 cores=4,6
/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34927852 19384713216 17953 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34927852 19384713216 17953 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 71812 KiB

[startup+0.305742 s]*
/proc/loadavg: 4.12 4.04 3.49 6/338 28103
/proc/meminfo: memFree=123543344/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=18996948 memory=92040 CPUtime=0.5 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 8375 0 0 0 48 2 0 0 20 0 19 0 34927849 19452874752 23010 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4749237 23010 5415 1 0 549264 0
[pid=28084/tid=28086] ppid=28081 vsize=18996948 memory=-6000919502721279085 CPUtime=0.24 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 5334 0 0 0 22 2 0 0 20 0 19 0 34927850 19452874752 23010 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34927852 19452874752 23010 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34927852 19452874752 23010 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28103] ppid=28081 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/28084/task/28103/stat : 28103 (Timer-0) S 28081 28084 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34927876 19452874752 23010 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92040 KiB

[startup+0.700235 s]
/proc/loadavg: 4.12 4.04 3.49 6/338 28103
/proc/meminfo: memFree=123542604/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=18996948 memory=101984 CPUtime=1.27 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 10545 0 0 0 124 3 0 0 20 0 19 0 34927849 19452874752 25496 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4749237 25496 5447 1 0 550639 0
[pid=28084/tid=28086] ppid=28081 vsize=18996948 memory=17536 CPUtime=0.62 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 5346 0 0 0 60 2 0 0 20 0 19 0 34927850 19452874752 25496 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34927852 19452874752 25496 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34927852 19452874752 25496 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28103] ppid=28081 vsize=18996948 memory=4756 CPUtime=0 cores=4,6
/proc/28084/task/28103/stat : 28103 (Timer-0) S 28081 28084 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34927876 19452874752 25496 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 101984 KiB

[startup+1.50025 s]
/proc/loadavg: 4.12 4.04 3.49 5/338 28103
/proc/meminfo: memFree=123538824/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=18996948 memory=120332 CPUtime=2.53 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 20298 0 0 0 249 4 0 0 20 0 19 0 34927849 19452874752 30083 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4749237 30083 5447 1 0 553766 0
[pid=28084/tid=28086] ppid=28081 vsize=18996948 memory=0 CPUtime=1.4 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 6423 0 0 0 138 2 0 0 20 0 19 0 34927850 19452874752 30083 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34927852 19452874752 30083 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34927852 19452874752 30083 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28103] ppid=28081 vsize=18996948 memory=4756 CPUtime=0 cores=4,6
/proc/28084/task/28103/stat : 28103 (Timer-0) S 28081 28084 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34927876 19452874752 30083 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 120332 KiB

[startup+3.10552 s]
/proc/loadavg: 4.19 4.05 3.50 5/338 28103
/proc/meminfo: memFree=123502024/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=18996948 memory=135232 CPUtime=4.47 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 21024 0 0 0 442 5 0 0 20 0 19 0 34927849 19452874752 33808 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4749237 33808 5447 1 0 553848 0
[pid=28084/tid=28086] ppid=28081 vsize=18996948 memory=10752 CPUtime=2.98 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 6741 0 0 0 296 2 0 0 20 0 19 0 34927850 19452874752 33808 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=18996948 memory=-6000919502721279085 CPUtime=0 cores=4,6
/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34927852 19452874752 33808 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34927852 19452874752 33808 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28103] ppid=28081 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/28084/task/28103/stat : 28103 (Timer-0) S 28081 28084 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34927876 19452874752 33808 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 4.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 135232 KiB

[startup+6.3002 s]
/proc/loadavg: 4.19 4.05 3.50 5/338 28103
/proc/meminfo: memFree=123473352/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=18996948 memory=158640 CPUtime=7.66 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 22383 0 0 0 760 6 0 0 20 0 19 0 34927849 19452874752 39660 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4749237 39660 5447 1 0 553848 0
[pid=28084/tid=28086] ppid=28081 vsize=18996948 memory=0 CPUtime=6.17 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 7407 0 0 0 614 3 0 0 20 0 19 0 34927850 19452874752 39660 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34927852 19452874752 39660 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34927852 19452874752 39660 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28103] ppid=28081 vsize=18996948 memory=122784 CPUtime=0 cores=4,6
/proc/28084/task/28103/stat : 28103 (Timer-0) S 28081 28084 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 34927876 19452874752 39660 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 7.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 158640 KiB

[startup+12.7002 s]
/proc/loadavg: 4.24 4.07 3.51 5/339 28104
/proc/meminfo: memFree=123448784/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=19063512 memory=181780 CPUtime=14.07 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 24682 0 0 0 1400 7 0 0 20 0 20 0 34927849 19521036288 45445 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4765878 45445 5511 1 0 554137 0
[pid=28084/tid=28086] ppid=28081 vsize=19063512 memory=122784 CPUtime=12.54 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 8039 0 0 0 1251 3 0 0 20 0 20 0 34927850 19521036288 45445 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=19063512 memory=181780 CPUtime=0 cores=4,6
/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 45445 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 45445 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28103] ppid=28081 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/28084/task/28103/stat : 28103 (Timer-0) S 28081 28084 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34927876 19521036288 45445 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 14.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 181780 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.07 3.52 5/339 28104
/proc/meminfo: memFree=123440592/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=19063512 memory=187992 CPUtime=26.87 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 28263 0 0 0 2680 7 0 0 20 0 20 0 34927849 19521036288 46998 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4765878 46998 5511 1 0 554137 0
[pid=28084/tid=28086] ppid=28081 vsize=19063512 memory=-6000919502721279085 CPUtime=25.31 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 8787 0 0 0 2527 4 0 0 20 0 20 0 34927850 19521036288 46998 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 46998 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=19063512 memory=94165 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 46998 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28103] ppid=28081 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/28084/task/28103/stat : 28103 (Timer-0) S 28081 28084 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34927876 19521036288 46998 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 26.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187992 KiB

[startup+51.1056 s]
/proc/loadavg: 4.13 4.06 3.53 5/339 28106
/proc/meminfo: memFree=123292916/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=19063512 memory=305100 CPUtime=52.59 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 30839 0 0 0 5249 10 0 0 20 0 20 0 34927849 19521036288 76275 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4765878 76275 5511 1 0 554137 0
[pid=28084/tid=28086] ppid=28081 vsize=19063512 memory=181780 CPUtime=50.71 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 9122 0 0 0 5067 4 0 0 20 0 20 0 34927850 19521036288 76275 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=19063512 memory=187992 CPUtime=0 cores=4,6

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

/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 1148949 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=19063512 memory=4579412 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 1180 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 1148949 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28103] ppid=28081 vsize=19063512 memory=4595796 CPUtime=0 cores=4,6
/proc/28084/task/28103/stat : 28103 (Timer-0) S 28081 28084 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34927876 19521036288 1148949 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 3227.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4595796 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.14 4.11 5/341 28609
/proc/meminfo: memFree=120772636/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=19063512 memory=4595796 CPUtime=3287.69 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 115296 0 0 0 328589 180 0 0 20 0 20 0 34927849 19521036288 1148949 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4765878 1148949 5511 1 0 1356718 0
[pid=28084/tid=28086] ppid=28081 vsize=19063512 memory=4595796 CPUtime=3263.73 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 51197 0 0 0 326326 47 0 0 20 0 20 0 34927850 19521036288 1148949 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=19063512 memory=4595796 CPUtime=0 cores=4,6
/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 1148949 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=19063512 memory=4595796 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 1180 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 1148949 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28103] ppid=28081 vsize=19063512 memory=4595796 CPUtime=0 cores=4,6
/proc/28084/task/28103/stat : 28103 (Timer-0) S 28081 28084 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34927876 19521036288 1148949 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 3287.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4595796 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.14 4.11 6/343 28614
/proc/meminfo: memFree=120767332/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=19063512 memory=4604012 CPUtime=3347.99 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 117493 0 0 0 334618 181 0 0 20 0 20 0 34927849 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4765878 1151003 5511 1 0 1356721 0
[pid=28084/tid=28086] ppid=28081 vsize=19063512 memory=4604012 CPUtime=3323.11 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 51800 0 0 0 332264 47 0 0 20 0 20 0 34927850 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 1190 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28103] ppid=28081 vsize=19063512 memory=4604012 CPUtime=0 cores=4,6
/proc/28084/task/28103/stat : 28103 (Timer-0) S 28081 28084 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34927876 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 3347.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4604012 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.14 4.11 5/343 28616
/proc/meminfo: memFree=120733700/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=19063512 memory=4604012 CPUtime=3408 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 118474 0 0 0 340617 183 0 0 20 0 20 0 34927849 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4765878 1151003 5511 1 0 1356721 0
[pid=28084/tid=28086] ppid=28081 vsize=19063512 memory=4380 CPUtime=3382.81 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 52612 0 0 0 338233 48 0 0 20 0 20 0 34927850 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=19063512 memory=4604012 CPUtime=0 cores=4,6
/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=19063512 memory=4604012 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 1222 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28103] ppid=28081 vsize=19063512 memory=-6000919502721279085 CPUtime=0 cores=4,6
/proc/28084/task/28103/stat : 28103 (Timer-0) S 28081 28084 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34927876 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 3408 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4604012 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.14 4.11 5/343 28622
/proc/meminfo: memFree=120651512/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=19063512 memory=4604012 CPUtime=3467.85 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 119933 0 0 0 346600 185 0 0 20 0 20 0 34927849 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4765878 1151003 5511 1 0 1356721 0
[pid=28084/tid=28086] ppid=28081 vsize=19063512 memory=4380 CPUtime=3442.64 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 53932 0 0 0 344215 49 0 0 20 0 20 0 34927850 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=19063512 memory=4604012 CPUtime=0 cores=4,6
/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=19063512 memory=-6000919502721279085 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 1263 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28103] ppid=28081 vsize=19063512 memory=4604012 CPUtime=0 cores=4,6
/proc/28084/task/28103/stat : 28103 (Timer-0) S 28081 28084 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34927876 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 3467.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4604012 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.15 4.11 5/342 28624
/proc/meminfo: memFree=120535144/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=19063512 memory=4604012 CPUtime=3527.79 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 120975 0 0 0 352593 186 0 0 20 0 20 0 34927849 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4765878 1151003 5511 1 0 1356721 0
[pid=28084/tid=28086] ppid=28081 vsize=19063512 memory=-6000919502721279085 CPUtime=3502.35 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 54308 0 0 0 350186 49 0 0 20 0 20 0 34927850 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=19063512 memory=4604012 CPUtime=0 cores=4,6
/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=19063512 memory=4604012 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 1295 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28103] ppid=28081 vsize=19063512 memory=21952 CPUtime=0 cores=4,6
/proc/28084/task/28103/stat : 28103 (Timer-0) S 28081 28084 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34927876 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 3527.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4604012 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/342 28626
/proc/meminfo: memFree=120534760/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=19063512 memory=4604012 CPUtime=3587.92 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 122536 0 0 0 358603 189 0 0 20 0 20 0 34927849 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4765878 1151003 5511 1 0 1356721 0
[pid=28084/tid=28086] ppid=28081 vsize=19063512 memory=4604012 CPUtime=3561.94 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 55627 0 0 0 356144 50 0 0 20 0 20 0 34927850 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 1295 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28103] ppid=28081 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/28084/task/28103/stat : 28103 (Timer-0) S 28081 28084 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34927876 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 3587.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4604012 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3594.5 s]
/proc/loadavg: 4.11 4.13 4.10 5/342 28627
/proc/meminfo: memFree=120452840/131249996 swapFree=33010684/33010684
[pid=28084] ppid=28081 vsize=19063512 memory=4604012 CPUtime=3600.09 cores=4,6
/proc/28084/stat : 28084 (java) S 28081 28084 27841 0 -1 4194304 122938 0 0 0 359820 189 0 0 20 0 20 0 34927849 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
/proc/28084/statm: 4765878 1151003 5511 1 0 1356721 0
[pid=28084/tid=28086] ppid=28081 vsize=19063512 memory=4604012 CPUtime=3574.11 cores=4,6
/proc/28084/task/28086/stat : 28086 (java) R 28081 28084 27841 0 -1 4194368 56024 0 0 0 357361 50 0 0 20 0 20 0 34927850 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28095] ppid=28081 vsize=19063512 memory=4604012 CPUtime=0 cores=4,6
/proc/28084/task/28095/stat : 28095 (Finalizer) S 28081 28084 27841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28102] ppid=28081 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/28084/task/28102/stat : 28102 (Common-Cleaner) S 28081 28084 27841 0 -1 4194368 1295 0 0 0 0 0 0 0 20 0 20 0 34927852 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
[pid=28084/tid=28103] ppid=28081 vsize=19063512 memory=4604012 CPUtime=0 cores=4,6
/proc/28084/task/28103/stat : 28103 (Timer-0) S 28081 28084 27841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34927876 19521036288 1151003 18446744073709551615 94229608263680 94229608267376 140732592029024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94229608275192 94229608275984 94229625339904 140732592036225 140732592036326 140732592036326 140732592041928 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4604012 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.34 s, system=1.91533 s

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

[startup+3594.6 s]*
/proc/loadavg: 4.11 4.13 4.10 5/324 28630
/proc/meminfo: memFree=121656560/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3594.62
CPU time (s): 3600.25
CPU user time (s): 3598.34
CPU system time (s): 1.91533
CPU usage (%): 100.157
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4604012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.34
system time used= 1.91533
maximum resident set size= 4604908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125194
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107730
involuntary context switches= 4367


# summary of solver processes directly reported to runsolver:
#   pid: 28084
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3598.34
#   total CPU system time (s): 1.91533

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.56677 second user time and 17.1393 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-29 12:21:39
IDJOB=4507524
IDBENCH=158357
IDSOLVER=3363
FILE ID=nodeC024/4507524-1751192499
RUNJOBID= nodeC024-1751191546-27852
SLURM_JOB_ID= 9587580
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K81.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507524-1751192499/watcher-4507524-1751192499 -o /tmp/evaluation-result-4507524-1751192499/solver-4507524-1751192499 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751191546-27852 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4507524-1751192499.opb

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

MD5SUM BENCH= a76247625d06f26dbfcd47fe69513f4b
RANDOM SEED=1369370075

nodeC024 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	: 0xb00002a
cpu MHz		: 3599.673
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 pti ibrs ibpb stibp 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	: 6999.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		: 3599.720
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 pti ibrs ibpb stibp 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	: 6999.36
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		: 3600.300
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 pti ibrs ibpb stibp 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	: 6999.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		: 3621.517
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 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.669
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 pti ibrs ibpb stibp 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	: 6999.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		: 3599.685
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 pti ibrs ibpb stibp 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	: 6999.36
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		: 3602.034
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 pti ibrs ibpb stibp 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	: 6999.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		: 3676.268
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 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123595200 kB
MemAvailable:   123274540 kB
Buffers:            3280 kB
Cached:           489124 kB
SwapCached:            0 kB
Active:          6858776 kB
Inactive:         235056 kB
Active(anon):    6619496 kB
Inactive(anon):        0 kB
Active(file):     239280 kB
Inactive(file):   235056 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1016 kB
Writeback:            16 kB
AnonPages:       6604500 kB
Mapped:           122456 kB
Shmem:             18064 kB
KReclaimable:      88084 kB
Slab:             174764 kB
SReclaimable:      88084 kB
SUnreclaim:        86680 kB
KernelStack:        5212 kB
PageTables:        16728 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7460716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6334464 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC024 at 2025-06-29 13:21:34