Trace number 4459647

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 Default 2024-07-07? (TO) 3600.25 3490.93

General information on the benchmark

NamePB24/normalized-PB07/DEC-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_10_1_80.opb
MD5SUMb02313bad6b2387ee62e56a91e5d3216
Bench CategoryDEC-NLC (decision problem, non-linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.152801
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)12636
Sum of products size (including duplicates)25272
Number of different products6318
Sum of products size12636

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 CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.12/0.13	--- Begin Solver configuration ---
0.12/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.12/0.13	Learn all clauses as in MiniSAT
0.12/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	No reason simplification
0.12/0.13	Glucose 2.1 dynamic restart strategy
0.12/0.13	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	timeout=2147483s
0.12/0.13	DB Simplification allowed=false
0.12/0.13	Listener: none
0.12/0.13	--- End Solver configuration ---
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@5e91993f
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@cac736f 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 No 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-4459647-1721932566.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.32/0.28	c ... done. Wall clock time 0.145s.
0.32/0.28	c declared #vars     1000
0.32/0.28	c internal #vars     7318
0.32/0.28	c #constraints  14139
0.32/0.28	c constraints type 
0.32/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
0.32/0.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
0.32/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6318
0.32/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6318
0.32/0.28	c 14139 constraints processed.
2.66/1.60	c cleaning 2445 clauses out of 5001 with flag 10551/5001
3.64/2.59	c cleaning 4169 clauses out of 8556 with flag 22979/11001
5.01/3.75	c cleaning 5721 clauses out of 11442 with flag 37633/18056
6.28/4.90	c cleaning 6772 clauses out of 13665 with flag 54086/26000
7.61/6.18	c cleaning 7947 clauses out of 15893 with flag 72597/35000
9.10/7.50	c cleaning 8928 clauses out of 17946 with flag 93690/45000
10.49/8.87	c cleaning 9949 clauses out of 20018 with flag 143272/56000
12.38/10.65	c cleaning 11050 clauses out of 22102 with flag 169379/68033
14.50/12.67	c cleaning 11952 clauses out of 24020 with flag 196860/81001
17.79/15.86	c cleaning 13100 clauses out of 26200 with flag 226285/95133
21.67/19.58	c cleaning 14054 clauses out of 28108 with flag 257974/110141
24.68/22.47	c cleaning 14965 clauses out of 29929 with flag 291459/126016
30.08/27.47	c cleaning 15870 clauses out of 31948 with flag 327825/143000
32.86/30.01	c cleaning 17001 clauses out of 34078 with flag 366050/161000
36.30/33.38	c cleaning 17944 clauses out of 36078 with flag 420938/180001
43.30/40.06	c cleaning 19083 clauses out of 38166 with flag 465195/200033
47.73/44.32	c cleaning 19886 clauses out of 40051 with flag 508982/221001
53.94/49.41	c cleaning 21068 clauses out of 42193 with flag 554790/243029
60.05/55.30	c cleaning 22051 clauses out of 44101 with flag 616605/266005
66.10/61.01	c cleaning 23023 clauses out of 46045 with flag 666379/290000
70.57/65.31	c cleaning 24027 clauses out of 48053 with flag 718233/315031
76.15/70.52	c cleaning 24906 clauses out of 49996 with flag 773144/341001
82.61/76.71	c cleaning 25979 clauses out of 52090 with flag 849522/368001
88.67/82.49	c cleaning 26955 clauses out of 54111 with flag 907845/396001
96.08/88.60	c cleaning 27990 clauses out of 56158 with flag 984587/425003
103.04/95.48	c cleaning 29024 clauses out of 58166 with flag 1047497/455001
110.32/102.23	c cleaning 29960 clauses out of 60142 with flag 1111586/486001
117.85/109.40	c cleaning 30989 clauses out of 62182 with flag 1191970/518001
125.50/116.63	c cleaning 32038 clauses out of 64192 with flag 1261224/551000
134.87/125.05	c cleaning 32970 clauses out of 66154 with flag 1333002/585000
145.59/134.21	c cleaning 34112 clauses out of 68224 with flag 1429507/620040
154.56/142.91	c cleaning 35067 clauses out of 70134 with flag 1504341/656062
164.07/151.95	c cleaning 36026 clauses out of 72052 with flag 1595700/693047
173.45/160.80	c cleaning 37020 clauses out of 74039 with flag 1674542/731060
183.38/170.55	c cleaning 37952 clauses out of 75959 with flag 1775448/770000
192.77/179.53	c cleaning 39059 clauses out of 78118 with flag 1858523/810111
204.35/190.66	c cleaning 39876 clauses out of 79948 with flag 1956428/851000
214.81/200.65	c cleaning 40909 clauses out of 82073 with flag 2043512/893001
227.12/212.52	c cleaning 41995 clauses out of 84164 with flag 2149126/936001
240.08/223.86	c cleaning 42999 clauses out of 86169 with flag 2240941/980001
252.81/236.16	c cleaning 44163 clauses out of 88326 with flag 2354697/1025157
267.38/250.10	c cleaning 44857 clauses out of 90006 with flag 2468272/1071000
279.96/262.14	c cleaning 45937 clauses out of 92150 with flag 2565867/1118001
294.68/276.45	c cleaning 46981 clauses out of 94212 with flag 2683982/1166000
310.64/292.09	c cleaning 48088 clauses out of 96232 with flag 2802955/1215001
324.83/305.52	c cleaning 48949 clauses out of 98144 with flag 2907027/1265001
339.52/319.73	c cleaning 50008 clauses out of 100195 with flag 3029899/1316001
362.37/339.23	c cleaning 51073 clauses out of 102186 with flag 3154747/1368000
380.63/357.40	c cleaning 51976 clauses out of 104113 with flag 3286255/1421000
397.39/373.56	c cleaning 52990 clauses out of 106145 with flag 3407098/1475008
413.87/389.55	c cleaning 53941 clauses out of 108147 with flag 3523709/1530000
430.90/406.12	c cleaning 55025 clauses out of 110207 with flag 3660867/1586001
449.84/424.38	c cleaning 56027 clauses out of 112186 with flag 3797131/1643005
469.01/442.95	c cleaning 56977 clauses out of 114155 with flag 3958933/1701001
489.81/463.17	c cleaning 58052 clauses out of 116177 with flag 4098352/1760000
511.28/484.02	c cleaning 58970 clauses out of 118125 with flag 4247227/1820000
535.17/507.26	c cleaning 59978 clauses out of 120155 with flag 4402060/1881000
561.20/529.84	c cleaning 60962 clauses out of 122177 with flag 4569073/1943000
584.50/552.63	c cleaning 62112 clauses out of 124273 with flag 4719135/2006058
608.70/576.25	c cleaning 63038 clauses out of 126103 with flag 4889623/2070000
634.31/601.21	c cleaning 63948 clauses out of 128065 with flag 5060168/2135000
661.23/627.40	c cleaning 64984 clauses out of 130117 with flag 5231949/2201000
689.14/654.60	c cleaning 65943 clauses out of 132133 with flag 5413273/2268000
718.46/683.19	c cleaning 66992 clauses out of 134190 with flag 5590930/2336000
749.03/713.02	c cleaning 68004 clauses out of 136198 with flag 5769813/2405000
780.48/743.84	c cleaning 69050 clauses out of 138202 with flag 5974729/2475008
815.58/777.90	c cleaning 69983 clauses out of 140145 with flag 6166784/2546001
854.71/813.69	c cleaning 70965 clauses out of 142163 with flag 6376621/2618002
892.21/850.75	c cleaning 72109 clauses out of 144242 with flag 6593961/2691046
932.70/890.69	c cleaning 72970 clauses out of 146087 with flag 6813538/2765000
977.90/934.95	c cleaning 74002 clauses out of 148117 with flag 7048474/2840000
1021.23/977.42	c cleaning 74963 clauses out of 150115 with flag 7316917/2916000
1066.94/1022.30	c cleaning 76057 clauses out of 152167 with flag 7581200/2993015
1115.40/1069.72	c cleaning 76939 clauses out of 154095 with flag 7907597/3071000
1166.95/1120.37	c cleaning 78007 clauses out of 156157 with flag 8273057/3150001
1205.45/1153.90	c cleaning 79012 clauses out of 158151 with flag 8694663/3230002
1249.60/1197.45	c cleaning 80035 clauses out of 160137 with flag 9113792/3311000
1306.61/1253.78	c cleaning 80987 clauses out of 162103 with flag 9523866/3393001
1362.89/1309.06	c cleaning 82000 clauses out of 164115 with flag 9864738/3476000
1418.14/1363.49	c cleaning 82972 clauses out of 166116 with flag 10197461/3560001
1474.08/1417.80	c cleaning 83988 clauses out of 168143 with flag 10503147/3645000
1529.61/1472.50	c cleaning 84981 clauses out of 170155 with flag 10807432/3731000
1585.58/1527.73	c cleaning 86011 clauses out of 172174 with flag 11078885/3818000
1647.60/1585.28	c cleaning 87005 clauses out of 174164 with flag 11352591/3906001
1704.57/1641.25	c cleaning 88017 clauses out of 176161 with flag 11625090/3995003
1764.68/1700.44	c cleaning 88976 clauses out of 178141 with flag 11887083/4085000
1826.15/1761.14	c cleaning 90020 clauses out of 180165 with flag 12145296/4176000
1888.78/1822.33	c cleaning 90972 clauses out of 182146 with flag 12418265/4268001
1949.23/1881.85	c cleaning 92000 clauses out of 184173 with flag 12681469/4361000
2018.18/1944.79	c cleaning 93093 clauses out of 186209 with flag 12927583/4455036
2081.99/2007.74	c cleaning 94014 clauses out of 188111 with flag 13183954/4550031
2147.14/2071.66	c cleaning 94894 clauses out of 190066 with flag 13441898/4646000
2212.32/2136.07	c cleaning 95965 clauses out of 192172 with flag 13705363/4743000
2280.34/2202.78	c cleaning 96983 clauses out of 194208 with flag 13971843/4841001
2347.66/2269.18	c cleaning 98070 clauses out of 196224 with flag 14227757/4940000
2422.78/2339.18	c cleaning 99023 clauses out of 198155 with flag 14496517/5040001
2491.22/2406.80	c cleaning 100000 clauses out of 200136 with flag 14745052/5141005
2562.67/2477.13	c cleaning 100998 clauses out of 202131 with flag 15002845/5243000
2632.43/2546.13	c cleaning 101974 clauses out of 204134 with flag 15274432/5346001
2704.77/2616.98	c cleaning 103070 clauses out of 206159 with flag 15529209/5450000
2778.44/2689.23	c cleaning 104028 clauses out of 208100 with flag 15799820/5555011
2856.91/2763.46	c cleaning 104917 clauses out of 210061 with flag 16052932/5661000
2930.81/2836.03	c cleaning 106017 clauses out of 212146 with flag 16316980/5768002
3003.18/2907.29	c cleaning 106970 clauses out of 214127 with flag 16589153/5876000
3076.19/2978.97	c cleaning 107979 clauses out of 216157 with flag 16847901/5985000
3148.44/3050.35	c cleaning 109031 clauses out of 218180 with flag 17115656/6095002
3222.16/3123.05	c cleaning 110048 clauses out of 220147 with flag 17392232/6206000
3301.12/3197.00	c cleaning 110989 clauses out of 222099 with flag 17660682/6318000
3373.01/3267.50	c cleaning 112048 clauses out of 224110 with flag 17933285/6431000
3448.16/3341.20	c cleaning 112935 clauses out of 226063 with flag 18223392/6545001
3524.58/3416.63	c cleaning 114020 clauses out of 228127 with flag 18497817/6660000
3599.77/3490.52	c cleaning 115074 clauses out of 230147 with flag 18764878/6776040
3600.07/3490.81	c starts		: 1
3600.07/3490.81	c timeout
3600.07/3490.83	c conflicts		: 6776922
3600.07/3490.83	c decisions		: 76572819
3600.07/3490.83	c propagations		: 248672118
3600.07/3490.83	c inspects		: 12891335490
3600.07/3490.83	c shortcuts		: 0
3600.07/3490.83	c learnt literals	: 0
3600.07/3490.83	c learnt binary clauses	: 0
3600.07/3490.83	c learnt ternary clauses	: 0
3600.07/3490.83	c learnt constraints	: 6776922
3600.07/3490.83	c ignored constraints	: 0
3600.07/3490.83	c root simplifications	: 0
3600.07/3490.83	c removed literals (reason simplification)	: 0
3600.07/3490.83	c reason swapping (by a shorter reason)	: 0
3600.07/3490.83	c Calls to reduceDB	: 112
3600.07/3490.83	c Number of update (reduction) of LBD	: 660580
3600.07/3490.83	c Imported unit clauses	: 0
3600.07/3490.83	c No decision after first conflict	: false
3600.07/3490.83	c number of reductions to clauses (during analyze)	: 0
3600.07/3490.83	c number of learned constraints concerned by reduction	: 0
3600.07/3490.83	c number of learning phase by resolution	: 0
3600.07/3490.83	c number of learning phase by cutting planes	: 0
3600.07/3490.83	c number of rounding to 1 operations	: 0
3600.07/3490.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3490.83	c number of reductions of the coefficients by power 2 	: 0
3600.07/3490.83	c number of right shift for reduction by power 2 	: 0
3600.07/3490.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3490.83	c number of ending skipping 	: 0
3600.07/3490.83	c number of internal skipping 	: 0
3600.07/3490.83	c number of derivation steps 	: 0
3600.07/3490.83	c number of skipped derivation steps 	: 0
3600.07/3490.83	c number of remaining unassigned 	: 0
3600.07/3490.83	c number of remaining assigned 	: 0
3600.07/3490.83	c number of falsified literals weakened from reason	: 0
3600.07/3490.83	c number of falsified literals weakened from conflict	: 0
3600.07/3490.83	c time for arithmetic operations	: 0
3600.07/3490.83	c minimum degree of deleted constraints	: null
3600.07/3490.83	c maximum degree of deleted constraints	: null
3600.07/3490.83	c number of deleted constraints	: 0
3600.07/3490.83	c speed (assignments/second)	: 71241.71238785048
3600.07/3490.83	c non guided choices	: 6798
3600.07/3490.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 115955
3600.07/3490.88	s UNKNOWN
3600.07/3490.88	c Total wall clock time (in seconds): 3490.751

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: 63968 MiB (54819 MiB free)
  memory of node 1: 64473 MiB (57689 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459647-1721932566/watcher-4459647-1721932566 -o /tmp/evaluation-result-4459647-1721932566/solver-4459647-1721932566 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721932566-301984 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4459647-1721932566.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.102711 s]*
/proc/loadavg: 0.15 0.10 0.09 9/286 302073
/proc/meminfo: memFree=115125632/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=18975048 memory=62720 CPUtime=0.12 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 7069 0 0 0 11 1 0 0 20 0 18 0 29779176 19430449152 15680 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4743762 15680 5702 1 0 549298 0
[pid=302002/tid=302004] ppid=301997 vsize=18975048 memory=4026531971 CPUtime=0.07 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 5657 0 0 0 7 0 0 0 20 0 18 0 29779177 19430449152 15680 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302019] ppid=301997 vsize=18975048 memory=738093 CPUtime=0 cores=5,7
/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29779180 19430449152 15680 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=18975048 memory=15261445554177769 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29779181 19430449152 15680 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62720 KiB

[startup+0.208302 s]*
/proc/loadavg: 0.15 0.10 0.09 13/322 302112
/proc/meminfo: memFree=115018268/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=18975048 memory=79064 CPUtime=0.32 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 7538 0 0 0 31 1 0 0 20 0 18 0 29779176 19430449152 19766 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4743762 19766 5808 1 0 549586 0
[pid=302002/tid=302004] ppid=301997 vsize=18975048 memory=7301190626353741955 CPUtime=0.18 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 5871 0 0 0 17 1 0 0 20 0 18 0 29779177 19430449152 19766 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302019] ppid=301997 vsize=18975048 memory=738093 CPUtime=0 cores=5,7
/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 29779180 19430449152 19766 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=18975048 memory=15261445554177769 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 29779181 19430449152 19766 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 79064 KiB

[startup+0.305889 s]*
/proc/loadavg: 0.15 0.10 0.09 14/326 302116
/proc/meminfo: memFree=114937900/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=19041612 memory=138856 CPUtime=0.51 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 9591 0 0 0 49 2 0 0 20 0 19 0 29779176 19498610688 34714 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4760403 34714 5808 1 0 550906 0
[pid=302002/tid=302004] ppid=301997 vsize=19041612 memory=-9175356821187764924 CPUtime=0.27 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 5946 0 0 0 25 2 0 0 20 0 19 0 29779177 19498610688 35226 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302019] ppid=301997 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 29779180 19498610688 35226 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 29779181 19498610688 35226 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302115] ppid=301997 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/302002/task/302115/stat : 302115 (Timer-0) S 301997 302002 301971 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 29779205 19498610688 35226 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 138856 KiB

[startup+0.700301 s]
/proc/loadavg: 0.15 0.10 0.09 11/326 302116
/proc/meminfo: memFree=114890772/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=19041612 memory=159904 CPUtime=1.27 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 12846 0 0 0 124 3 0 0 20 0 19 0 29779176 19498610688 39976 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4760403 39976 5824 1 0 553166 0
[pid=302002/tid=302004] ppid=301997 vsize=19041612 memory=16140 CPUtime=0.64 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 5967 0 0 0 62 2 0 0 20 0 19 0 29779177 19498610688 39976 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302019] ppid=301997 vsize=19041612 memory=13048 CPUtime=0 cores=5,7
/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 29779180 19498610688 39976 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=19041612 memory=1816 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 29779181 19498610688 39976 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302115] ppid=301997 vsize=19041612 memory=32712 CPUtime=0 cores=5,7
/proc/302002/task/302115/stat : 302115 (Timer-0) S 301997 302002 301971 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 29779205 19498610688 39976 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 159904 KiB

[startup+1.5034 s]
/proc/loadavg: 0.15 0.10 0.09 9/304 302127
/proc/meminfo: memFree=114869176/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=19108176 memory=202180 CPUtime=2.53 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 13198 0 0 0 249 4 0 0 20 0 20 0 29779176 19566772224 50545 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4777044 50545 5824 1 0 553458 0
[pid=302002/tid=302004] ppid=301997 vsize=19108176 memory=13048 CPUtime=1.41 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 5979 0 0 0 139 2 0 0 20 0 20 0 29779177 19566772224 50545 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302019] ppid=301997 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29779180 19566772224 50545 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=19108176 memory=1816 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29779181 19566772224 50545 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302115] ppid=301997 vsize=19108176 memory=32712 CPUtime=0 cores=5,7
/proc/302002/task/302115/stat : 302115 (Timer-0) S 301997 302002 301971 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29779205 19566772224 50545 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 202180 KiB

[startup+3.10613 s]
/proc/loadavg: 0.54 0.19 0.12 8/326 302182
/proc/meminfo: memFree=114569184/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=19108176 memory=336248 CPUtime=4.36 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 16264 0 0 0 429 7 0 0 20 0 20 0 29779176 19566772224 84062 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4777044 84062 5840 1 0 553521 0
[pid=302002/tid=302004] ppid=301997 vsize=19108176 memory=0 CPUtime=2.86 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 6385 0 0 0 284 2 0 0 20 0 20 0 29779177 19566772224 84062 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302019] ppid=301997 vsize=19108176 memory=13048 CPUtime=0 cores=5,7
/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29779180 19566772224 84062 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=19108176 memory=162216 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29779181 19566772224 84062 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302115] ppid=301997 vsize=19108176 memory=202376 CPUtime=0 cores=5,7
/proc/302002/task/302115/stat : 302115 (Timer-0) S 301997 302002 301971 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29779205 19566772224 84062 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 4.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 336248 KiB

[startup+6.30026 s]
/proc/loadavg: 0.54 0.19 0.12 5/331 302189
/proc/meminfo: memFree=113444552/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=19108176 memory=803132 CPUtime=7.81 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 18062 0 0 0 765 16 0 0 20 0 20 0 29779176 19566772224 200783 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4777044 200783 5872 1 0 919063 0
[pid=302002/tid=302004] ppid=301997 vsize=19108176 memory=0 CPUtime=5.76 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 6839 0 0 0 571 5 0 0 20 0 20 0 29779177 19566772224 200783 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302019] ppid=301997 vsize=19108176 memory=268564 CPUtime=0 cores=5,7
/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29779180 19566772224 200783 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=19108176 memory=13048 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29779181 19566772224 200783 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302115] ppid=301997 vsize=19108176 memory=-7385037615309293161 CPUtime=0 cores=5,7
/proc/302002/task/302115/stat : 302115 (Timer-0) S 301997 302002 301971 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29779205 19566772224 200783 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 7.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 803132 KiB

[startup+12.7002 s]
/proc/loadavg: 0.82 0.25 0.14 5/331 302189
/proc/meminfo: memFree=111486964/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=19108176 memory=1546648 CPUtime=14.61 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 20077 0 0 0 1430 31 0 0 20 0 20 0 29779176 19566772224 386662 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4777044 386662 5872 1 0 1364000 0
[pid=302002/tid=302004] ppid=301997 vsize=19108176 memory=0 CPUtime=11.67 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 7212 0 0 0 1158 9 0 0 20 0 20 0 29779177 19566772224 386662 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302019] ppid=301997 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29779180 19566772224 386662 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=19108176 memory=11684 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29779181 19566772224 386662 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302115] ppid=301997 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/302002/task/302115/stat : 302115 (Timer-0) S 301997 302002 301971 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29779205 19566772224 386662 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 14.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1546648 KiB

[startup+25.5003 s]
/proc/loadavg: 1.52 0.43 0.20 5/309 302232
/proc/meminfo: memFree=108415104/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=19108176 memory=2426716 CPUtime=27.97 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 26213 0 0 0 2752 45 0 0 20 0 20 0 29779176 19566772224 606679 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4777044 606679 5872 1 0 1480978 0
[pid=302002/tid=302004] ppid=301997 vsize=19108176 memory=0 CPUtime=23.83 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 8248 0 0 0 2370 13 0 0 20 0 20 0 29779177 19566772224 606679 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302019] ppid=301997 vsize=19108176 memory=11684 CPUtime=0 cores=5,7
/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29779180 19566772224 606679 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 29779181 19566772224 606679 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302115] ppid=301997 vsize=19108176 memory=2266968 CPUtime=0 cores=5,7
/proc/302002/task/302115/stat : 302115 (Timer-0) S 301997 302002 301971 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29779205 19566772224 606679 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 27.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2426716 KiB

[startup+51.1061 s]
/proc/loadavg: 2.56 0.77 0.32 5/330 302328
/proc/meminfo: memFree=103561228/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=19108176 memory=4238908 CPUtime=55.64 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 47163 0 0 0 5477 87 0 0 20 0 20 0 29779176 19566772224 1059727 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4777044 1059727 5872 1 0 1641192 0
[pid=302002/tid=302004] ppid=301997 vsize=19108176 memory=3172236 CPUtime=47.58 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 12957 0 0 0 4738 20 0 0 20 0 20 0 29779177 19566772224 1059727 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0

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

/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29779180 19566772224 3664715 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=19108176 memory=11684 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 1187 0 0 0 0 0 0 0 20 0 20 0 29779181 19566772224 3664715 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302115] ppid=301997 vsize=19108176 memory=14658860 CPUtime=0 cores=5,7
/proc/302002/task/302115/stat : 302115 (Timer-0) S 301997 302002 301971 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29779205 19566772224 3664715 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 3201.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14658860 KiB

[startup+3162.3 s]
/proc/loadavg: 4.40 4.29 4.13 6/335 304150
/proc/meminfo: memFree=82512316/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=19108176 memory=14659016 CPUtime=3265.93 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 493898 0 0 0 326154 439 0 0 20 0 20 0 29779176 19566772224 3664754 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4777044 3664754 5888 1 0 4093347 0
[pid=302002/tid=302004] ppid=301997 vsize=19108176 memory=14659016 CPUtime=3065.75 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 173682 0 0 0 306476 99 0 0 20 0 20 0 29779177 19566772224 3664754 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302019] ppid=301997 vsize=19108176 memory=11684 CPUtime=0 cores=5,7
/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29779180 19566772224 3664754 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=19108176 memory=14658860 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 1188 0 0 0 0 0 0 0 20 0 20 0 29779181 19566772224 3664754 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302115] ppid=301997 vsize=19108176 memory=13048 CPUtime=0 cores=5,7
/proc/302002/task/302115/stat : 302115 (Timer-0) S 301997 302002 301971 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29779205 19566772224 3664754 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 3265.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14659016 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.25 4.13 5/336 304161
/proc/meminfo: memFree=82452484/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=19108176 memory=14661064 CPUtime=3326.72 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 501165 0 0 0 332231 441 0 0 20 0 20 0 29779176 19566772224 3665266 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4777044 3665266 5888 1 0 4093347 0
[pid=302002/tid=302004] ppid=301997 vsize=19108176 memory=14661064 CPUtime=3124.68 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 176309 0 0 0 312369 99 0 0 20 0 20 0 29779177 19566772224 3665266 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302019] ppid=301997 vsize=19108176 memory=14661064 CPUtime=0 cores=5,7
/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29779180 19566772224 3665266 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=19108176 memory=14661064 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 1275 0 0 0 0 0 0 0 20 0 20 0 29779181 19566772224 3665266 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302115] ppid=301997 vsize=19108176 memory=11684 CPUtime=0 cores=5,7
/proc/302002/task/302115/stat : 302115 (Timer-0) S 301997 302002 301971 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29779205 19566772224 3665266 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 3326.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14661064 KiB

[startup+3282.3 s]
/proc/loadavg: 4.28 4.26 4.14 5/335 304231
/proc/meminfo: memFree=82287484/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=19108176 memory=14661064 CPUtime=3388.16 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 504725 0 0 0 338373 443 0 0 20 0 20 0 29779176 19566772224 3665266 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4777044 3665266 5888 1 0 4093347 0
[pid=302002/tid=302004] ppid=301997 vsize=19108176 memory=14661064 CPUtime=3182.96 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 177755 0 0 0 318196 100 0 0 20 0 20 0 29779177 19566772224 3665266 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302019] ppid=301997 vsize=19108176 memory=14661064 CPUtime=0 cores=5,7
/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29779180 19566772224 3665266 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=19108176 memory=14661064 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 1283 0 0 0 0 0 0 0 20 0 20 0 29779181 19566772224 3665266 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302115] ppid=301997 vsize=19108176 memory=14658860 CPUtime=0 cores=5,7
/proc/302002/task/302115/stat : 302115 (Timer-0) S 301997 302002 301971 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29779205 19566772224 3665266 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 3388.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14661064 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.23 4.13 4/313 304258
/proc/meminfo: memFree=97227244/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=19108176 memory=14661068 CPUtime=3449.26 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 506858 0 0 0 344481 445 0 0 20 0 20 0 29779176 19566772224 3665267 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4777044 3665267 5888 1 0 4093347 0
[pid=302002/tid=302004] ppid=301997 vsize=19108176 memory=11684 CPUtime=3241.57 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 178806 0 0 0 324057 100 0 0 20 0 20 0 29779177 19566772224 3665267 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302019] ppid=301997 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29779180 19566772224 3665267 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=19108176 memory=14661068 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 1283 0 0 0 0 0 0 0 20 0 20 0 29779181 19566772224 3665267 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302115] ppid=301997 vsize=19108176 memory=11684 CPUtime=0 cores=5,7
/proc/302002/task/302115/stat : 302115 (Timer-0) S 301997 302002 301971 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29779205 19566772224 3665267 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 3449.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14661068 KiB

[startup+3402.3 s]
/proc/loadavg: 3.53 4.03 4.07 4/309 304285
/proc/meminfo: memFree=97164152/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=19108176 memory=14661072 CPUtime=3509.82 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 513243 0 0 0 350534 448 0 0 20 0 20 0 29779176 19566772224 3665268 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4777044 3665268 5888 1 0 4093347 0
[pid=302002/tid=302004] ppid=301997 vsize=19108176 memory=13048 CPUtime=3300.01 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 180894 0 0 0 329901 100 0 0 20 0 20 0 29779177 19566772224 3665268 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302019] ppid=301997 vsize=19108176 memory=14661072 CPUtime=0 cores=5,7
/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29779180 19566772224 3665268 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=19108176 memory=14661072 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 1379 0 0 0 0 0 0 0 20 0 20 0 29779181 19566772224 3665268 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302115] ppid=301997 vsize=19108176 memory=14661072 CPUtime=0 cores=5,7
/proc/302002/task/302115/stat : 302115 (Timer-0) S 301997 302002 301971 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29779205 19566772224 3665268 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 3509.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14661072 KiB

[startup+3462.3 s]
/proc/loadavg: 3.30 3.87 4.01 4/308 304296
/proc/meminfo: memFree=97098220/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=19108176 memory=14661072 CPUtime=3571.07 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 516537 0 0 0 356657 450 0 0 20 0 20 0 29779176 19566772224 3665268 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4777044 3665268 5888 1 0 4093347 0
[pid=302002/tid=302004] ppid=301997 vsize=19108176 memory=14661072 CPUtime=3358.07 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 182845 0 0 0 335707 100 0 0 20 0 20 0 29779177 19566772224 3665268 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302019] ppid=301997 vsize=19108176 memory=14661072 CPUtime=0 cores=5,7
/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29779180 19566772224 3665268 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=19108176 memory=14661072 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 1379 0 0 0 0 0 0 0 20 0 20 0 29779181 19566772224 3665268 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302115] ppid=301997 vsize=19108176 memory=14661072 CPUtime=0 cores=5,7
/proc/302002/task/302115/stat : 302115 (Timer-0) S 301997 302002 301971 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29779205 19566772224 3665268 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 3571.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14661072 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3490.8 s]
/proc/loadavg: 3.26 3.81 3.98 4/307 304302
/proc/meminfo: memFree=96987252/131524600 swapFree=131071216/131071996
[pid=302002] ppid=301997 vsize=19108176 memory=14661072 CPUtime=3600.07 cores=5,7
/proc/302002/stat : 302002 (java) S 301997 302002 301971 0 -1 1077936128 517318 0 0 0 359556 451 0 0 20 0 20 0 29779176 19566772224 3665268 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
/proc/302002/statm: 4777044 3665268 5888 1 0 4093347 0
[pid=302002/tid=302004] ppid=301997 vsize=19108176 memory=2628 CPUtime=3385.95 cores=5,7
/proc/302002/task/302004/stat : 302004 (java) R 301997 302002 301971 0 -1 4194368 183282 0 0 0 338495 100 0 0 20 0 20 0 29779177 19566772224 3665268 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302019] ppid=301997 vsize=19108176 memory=5092 CPUtime=0 cores=5,7
/proc/302002/task/302019/stat : 302019 (Finalizer) S 301997 302002 301971 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 29779180 19566772224 3665268 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302031] ppid=301997 vsize=19108176 memory=14661072 CPUtime=0 cores=5,7
/proc/302002/task/302031/stat : 302031 (Common-Cleaner) S 301997 302002 301971 0 -1 1077936192 1379 0 0 0 0 0 0 0 20 0 20 0 29779181 19566772224 3665268 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
[pid=302002/tid=302115] ppid=301997 vsize=19108176 memory=6760 CPUtime=0 cores=5,7
/proc/302002/task/302115/stat : 302115 (Timer-0) S 301997 302002 301971 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 29779205 19566772224 3665268 134679101440 94550578786304 94550578790000 140733395102656 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94550578797816 94550578798608 94550610145280 140733395108870 140733395108960 140733395108960 140733395115976 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 14661072 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.69 s, system=4.56043 s

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

[startup+3490.92 s]*
/proc/loadavg: 3.26 3.81 3.98 5/290 304305
/proc/meminfo: memFree=111258692/131524600 swapFree=131071216/131071996
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): 3490.93
CPU time (s): 3600.25
CPU user time (s): 3595.69
CPU system time (s): 4.56043
CPU usage (%): 103.131
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 14661072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.69
system time used= 4.56043
maximum resident set size= 14662596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 520081
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113152
involuntary context switches= 17909


# summary of solver processes directly reported to runsolver:
#   pid: 302002
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3595.69
#   total CPU system time (s): 4.56043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.48991 second user time and 19.4772 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-25 20:36:06
IDJOB=4459647
IDBENCH=148278
IDSOLVER=3058
FILE ID=nodeC017/4459647-1721932566
RUNJOBID= nodeC017-1721932566-301984
SLURM_JOB_ID= 8247066
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB07/DEC-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_10_1_80.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459647-1721932566/watcher-4459647-1721932566 -o /tmp/evaluation-result-4459647-1721932566/solver-4459647-1721932566 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721932566-301984 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4459647-1721932566.opb

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

MD5SUM BENCH= b02313bad6b2387ee62e56a91e5d3216
RANDOM SEED=672496796

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1962.705
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.61
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		: 2671.279
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.74
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		: 1991.157
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.61
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		: 3601.859
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.74
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		: 2429.009
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.61
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		: 3472.800
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.74
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		: 1971.301
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.61
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		: 3109.572
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115210652 kB
MemAvailable:   129645948 kB
Buffers:          348172 kB
Cached:         14827320 kB
SwapCached:           88 kB
Active:          2733152 kB
Inactive:       12786276 kB
Active(anon):       1448 kB
Inactive(anon):   396312 kB
Active(file):    2731704 kB
Inactive(file): 12389964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:        342092 kB
Mapped:           119608 kB
Shmem:             53820 kB
KReclaimable:     306900 kB
Slab:             435276 kB
SReclaimable:     306900 kB
SUnreclaim:       128376 kB
KernelStack:        3776 kB
PageTables:         9880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     697500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21280 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      422612 kB
DirectMap2M:    40245248 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC017 at 2024-07-25 21:34:17