Trace number 4445984

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.21 3605.9

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820146.opb
MD5SUM081659ee65bc936cbb896171f511d736
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 variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4445984-1721321415.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  no objective function found
0.14/0.16	c ... done. Wall clock time 0.041s.
0.14/0.16	c declared #vars     600
0.14/0.16	c #constraints  845
0.14/0.16	c constraints type 
0.14/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
0.14/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 675
0.14/0.16	c 845 constraints processed.
0.92/0.55	c cleaning 2494 clauses out of 5001 with flag 38064/5001
1.37/0.88	c cleaning 4251 clauses out of 8507 with flag 111256/11001
1.94/1.25	c cleaning 5624 clauses out of 11255 with flag 181368/18000
2.55/1.82	c cleaning 6810 clauses out of 13631 with flag 266118/26000
3.14/2.47	c cleaning 7903 clauses out of 15821 with flag 368657/35000
3.83/3.05	c cleaning 8954 clauses out of 17920 with flag 463999/45002
4.62/3.83	c cleaning 9975 clauses out of 19965 with flag 580933/56001
5.86/5.10	c cleaning 10984 clauses out of 21989 with flag 738281/68000
7.02/6.11	c cleaning 11991 clauses out of 24005 with flag 884486/81000
8.41/7.58	c cleaning 12985 clauses out of 26014 with flag 1074255/95000
9.92/9.00	c cleaning 14014 clauses out of 28029 with flag 1256234/110000
11.51/10.69	c cleaning 14998 clauses out of 30015 with flag 1466443/126000
13.49/12.41	c cleaning 15999 clauses out of 32017 with flag 1669960/143000
16.21/15.13	c cleaning 16998 clauses out of 34018 with flag 1947579/161000
18.61/17.52	c cleaning 18009 clauses out of 36020 with flag 2195237/180000
21.21/20.16	c cleaning 18993 clauses out of 38011 with flag 2472918/200000
24.11/23.08	c cleaning 20006 clauses out of 40018 with flag 2759609/221000
27.10/26.10	c cleaning 21002 clauses out of 42013 with flag 3047352/243001
31.00/29.97	c cleaning 21987 clauses out of 44010 with flag 3386094/266000
35.59/34.51	c cleaning 23005 clauses out of 46024 with flag 3769527/290001
39.29/38.27	c cleaning 23999 clauses out of 48018 with flag 4110552/315000
43.38/42.39	c cleaning 24996 clauses out of 50019 with flag 4476875/341000
48.37/47.38	c cleaning 26006 clauses out of 52023 with flag 4880725/368000
54.35/53.32	c cleaning 26997 clauses out of 54019 with flag 5307489/396002
61.44/60.40	c cleaning 28000 clauses out of 56020 with flag 5765234/425000
68.14/67.11	c cleaning 29001 clauses out of 58023 with flag 6207565/455003
75.91/74.90	c cleaning 30004 clauses out of 60020 with flag 6691270/486001
83.10/82.17	c cleaning 30993 clauses out of 62017 with flag 7132379/518002
91.96/91.01	c cleaning 32004 clauses out of 64024 with flag 7653192/551002
102.16/101.40	c cleaning 32999 clauses out of 66020 with flag 8207419/585002
112.07/111.38	c cleaning 34002 clauses out of 68021 with flag 8742796/620002
122.47/121.85	c cleaning 35004 clauses out of 70017 with flag 9294305/656000
135.42/134.81	c cleaning 35992 clauses out of 72014 with flag 9897254/693001
147.09/146.58	c cleaning 36998 clauses out of 74021 with flag 10476215/731000
159.09/158.69	c cleaning 38006 clauses out of 76025 with flag 11095768/770002
171.97/171.66	c cleaning 39000 clauses out of 78018 with flag 11721173/810001
186.94/186.75	c cleaning 39991 clauses out of 80018 with flag 12420898/851001
201.95/201.71	c cleaning 40999 clauses out of 82028 with flag 13093789/893002
216.93/216.76	c cleaning 42007 clauses out of 84030 with flag 13755565/936003
234.19/234.08	c cleaning 42998 clauses out of 86021 with flag 14476096/980001
251.06/250.98	c cleaning 44000 clauses out of 88022 with flag 15197574/1025000
269.93/269.87	c cleaning 45002 clauses out of 90022 with flag 15939620/1071000
290.20/290.17	c cleaning 46002 clauses out of 92020 with flag 16720246/1118000
309.86/309.87	c cleaning 47002 clauses out of 94020 with flag 17507535/1166002
328.72/328.78	c cleaning 48008 clauses out of 96017 with flag 18256960/1215001
351.68/351.73	c cleaning 48989 clauses out of 98008 with flag 19103921/1265000
376.75/376.88	c cleaning 49992 clauses out of 100020 with flag 19962928/1316001
399.70/399.87	c cleaning 51011 clauses out of 102028 with flag 20793125/1368001
428.89/429.03	c cleaning 52001 clauses out of 104016 with flag 21688021/1421000
457.63/457.87	c cleaning 52989 clauses out of 106016 with flag 22561174/1475001
484.38/484.61	c cleaning 54002 clauses out of 108026 with flag 23463363/1530000
513.94/514.24	c cleaning 55001 clauses out of 110025 with flag 24429503/1586001
547.97/548.33	c cleaning 56003 clauses out of 112024 with flag 25414745/1643001
579.62/580.00	c cleaning 57001 clauses out of 114023 with flag 26394124/1701003
615.48/615.99	c cleaning 58007 clauses out of 116020 with flag 27420941/1760001
650.71/651.24	c cleaning 58996 clauses out of 118013 with flag 28423985/1820001
687.17/687.73	c cleaning 60001 clauses out of 120017 with flag 29474148/1881001
725.88/726.51	c cleaning 60997 clauses out of 122016 with flag 30573753/1943001
762.61/763.33	c cleaning 61995 clauses out of 124019 with flag 31627445/2006001
801.92/802.78	c cleaning 63006 clauses out of 126024 with flag 32701481/2070001
842.43/843.38	c cleaning 63998 clauses out of 128020 with flag 33811311/2135003
886.93/887.90	c cleaning 65009 clauses out of 130021 with flag 34948293/2201002
933.74/934.88	c cleaning 66000 clauses out of 132010 with flag 36117830/2268000
974.97/976.11	c cleaning 66996 clauses out of 134010 with flag 37189435/2336000
1019.57/1020.86	c cleaning 67992 clauses out of 136014 with flag 38320561/2405000
1069.66/1071.04	c cleaning 69005 clauses out of 138023 with flag 39503121/2475001
1118.58/1120.15	c cleaning 70000 clauses out of 140017 with flag 40658233/2546000
1169.08/1170.73	c cleaning 70999 clauses out of 142020 with flag 41851516/2618003
1215.31/1217.04	c cleaning 72002 clauses out of 144018 with flag 42997842/2691000
1272.07/1273.86	c cleaning 73001 clauses out of 146020 with flag 44248557/2765004
1325.19/1327.00	c cleaning 73995 clauses out of 148015 with flag 45460581/2840000
1383.87/1385.85	c cleaning 75008 clauses out of 150023 with flag 46712673/2916003
1441.75/1443.86	c cleaning 75998 clauses out of 152012 with flag 47967426/2993000
1503.45/1505.63	c cleaning 77000 clauses out of 154014 with flag 49257379/3071000
1565.45/1567.73	c cleaning 78001 clauses out of 156014 with flag 50530020/3150000
1631.52/1633.96	c cleaning 79003 clauses out of 158013 with flag 51846931/3230000
1693.01/1695.56	c cleaning 79984 clauses out of 160010 with flag 53108079/3311000
1759.10/1761.79	c cleaning 81007 clauses out of 162027 with flag 54403274/3393001
1830.78/1833.52	c cleaning 82005 clauses out of 164019 with flag 55755645/3476000
1898.14/1900.91	c cleaning 83001 clauses out of 166016 with flag 57043177/3560002
1974.42/1977.30	c cleaning 83997 clauses out of 168013 with flag 58445597/3645000
2047.50/2050.54	c cleaning 85001 clauses out of 170016 with flag 59843319/3731000
2125.47/2128.68	c cleaning 86000 clauses out of 172015 with flag 61274732/3818000
2201.95/2205.23	c cleaning 87002 clauses out of 174016 with flag 62675600/3906001
2289.64/2293.03	c cleaning 88003 clauses out of 176013 with flag 64136041/3995000
2373.29/2376.88	c cleaning 88993 clauses out of 178010 with flag 65584910/4085000
2457.41/2461.14	c cleaning 90007 clauses out of 180017 with flag 67040838/4176000
2548.21/2552.11	c cleaning 90990 clauses out of 182010 with flag 68506259/4268000
2640.56/2644.63	c cleaning 91995 clauses out of 184020 with flag 70014961/4361000
2735.26/2739.45	c cleaning 93003 clauses out of 186025 with flag 71531465/4455000
2830.00/2834.38	c cleaning 93995 clauses out of 188022 with flag 73067459/4550000
2933.61/2938.13	c cleaning 95000 clauses out of 190027 with flag 74622058/4646000
3039.09/3043.85	c cleaning 96001 clauses out of 192028 with flag 76201675/4743001
3145.86/3150.89	c cleaning 97001 clauses out of 194026 with flag 77766157/4841000
3259.52/3264.79	c cleaning 98006 clauses out of 196026 with flag 79375548/4940001
3372.87/3378.25	c cleaning 99008 clauses out of 198021 with flag 81021640/5040002
3480.39/3485.90	c cleaning 100000 clauses out of 200012 with flag 82610133/5141001
3595.86/3601.63	c cleaning 100996 clauses out of 202011 with flag 84223457/5243000
3600.06/3605.82	c starts		: 16479
3600.06/3605.82	c conflicts		: 5247305
3600.06/3605.82	c timeout
3600.06/3605.83	c decisions		: 8056041
3600.06/3605.83	c propagations		: 351871634
3600.06/3605.83	c inspects		: 47879864943
3600.06/3605.83	c shortcuts		: 0
3600.06/3605.83	c learnt literals	: 0
3600.06/3605.83	c learnt binary clauses	: 0
3600.06/3605.83	c learnt ternary clauses	: 0
3600.06/3605.83	c learnt constraints	: 5247306
3600.06/3605.83	c ignored constraints	: 0
3600.06/3605.83	c root simplifications	: 0
3600.06/3605.83	c removed literals (reason simplification)	: 0
3600.06/3605.83	c reason swapping (by a shorter reason)	: 0
3600.06/3605.83	c Calls to reduceDB	: 98
3600.06/3605.83	c Number of update (reduction) of LBD	: 1962719
3600.06/3605.83	c Imported unit clauses	: 0
3600.06/3605.83	c No decision after first conflict	: false
3600.06/3605.83	c number of reductions to clauses (during analyze)	: 0
3600.06/3605.83	c number of learned constraints concerned by reduction	: 0
3600.06/3605.83	c number of learning phase by resolution	: 0
3600.06/3605.83	c number of learning phase by cutting planes	: 0
3600.06/3605.83	c number of rounding to 1 operations	: 0
3600.06/3605.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3605.83	c number of reductions of the coefficients by power 2 	: 0
3600.06/3605.83	c number of right shift for reduction by power 2 	: 0
3600.06/3605.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3605.83	c number of ending skipping 	: 0
3600.06/3605.83	c number of internal skipping 	: 0
3600.06/3605.83	c number of derivation steps 	: 0
3600.06/3605.83	c number of skipped derivation steps 	: 0
3600.06/3605.83	c number of remaining unassigned 	: 0
3600.06/3605.83	c number of remaining assigned 	: 0
3600.06/3605.83	c number of falsified literals weakened from reason	: 0
3600.06/3605.83	c number of falsified literals weakened from conflict	: 0
3600.06/3605.83	c time for arithmetic operations	: 0
3600.06/3605.83	c minimum degree of deleted constraints	: null
3600.06/3605.83	c maximum degree of deleted constraints	: null
3600.06/3605.83	c number of deleted constraints	: 0
3600.06/3605.83	c speed (assignments/second)	: 97588.41879595193
3600.06/3605.83	c non guided choices	: 845
3600.06/3605.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 105321
3600.06/3605.88	s UNKNOWN
3600.06/3605.88	c Total wall clock time (in seconds): 3605.767

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445984-1721321415/watcher-4445984-1721321415 -o /tmp/evaluation-result-4445984-1721321415/solver-4445984-1721321415 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721317800-980851 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4445984-1721321415.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=986465, runsolver pid=986462
Current StackSize limit: 8192 KiB


[startup+0.100697 s]*
/proc/loadavg: 4.31 4.22 4.13 5/331 986483
/proc/meminfo: memFree=125611068/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=18975048 memory=62872 CPUtime=0.14 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 7251 0 0 0 12 2 0 0 20 0 18 0 184309772 19430449152 15718 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4743762 15718 5587 1 0 549346 0
[pid=986465/tid=986467] ppid=986462 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 5761 0 0 0 7 2 0 0 20 0 18 0 184309772 19430449152 15718 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184309775 19430449152 15718 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=18975048 memory=14408220236082459 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184309775 19430449152 15718 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62872 KiB

[startup+0.206158 s]*
/proc/loadavg: 4.31 4.22 4.13 7/332 986484
/proc/meminfo: memFree=125603976/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19041612 memory=70356 CPUtime=0.33 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 8293 0 0 0 31 2 0 0 20 0 19 0 184309772 19498610688 17589 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4760403 17589 5812 1 0 550107 0
[pid=986465/tid=986467] ppid=986462 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 5934 0 0 0 16 2 0 0 20 0 19 0 184309772 19498610688 17589 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=19041612 memory=15945 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184309775 19498610688 17589 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=19041612 memory=14418111545738801 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184309775 19498610688 17589 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986484] ppid=986462 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/986465/task/986484/stat : 986484 (Timer-0) S 986462 986465 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184309788 19498610688 17589 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 70356 KiB

[startup+0.310012 s]*
/proc/loadavg: 4.31 4.22 4.13 6/332 986484
/proc/meminfo: memFree=125598572/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19041612 memory=76016 CPUtime=0.54 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 10394 0 0 0 51 3 0 0 20 0 19 0 184309772 19498610688 19004 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4760403 19004 5828 1 0 551504 0
[pid=986465/tid=986467] ppid=986462 vsize=19041612 memory=-9031800167704339132 CPUtime=0.28 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 5942 0 0 0 26 2 0 0 20 0 19 0 184309772 19498610688 19004 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184309775 19498610688 19004 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184309775 19498610688 19004 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986484] ppid=986462 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/986465/task/986484/stat : 986484 (Timer-0) S 986462 986465 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184309788 19498610688 19004 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 76016 KiB

[startup+0.701157 s]
/proc/loadavg: 4.31 4.22 4.13 6/332 986484
/proc/meminfo: memFree=125591480/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19041612 memory=85040 CPUtime=1.25 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 11715 0 0 0 122 3 0 0 20 0 19 0 184309772 19498610688 21260 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4760403 21260 5828 1 0 552124 0
[pid=986465/tid=986467] ppid=986462 vsize=19041612 memory=44056 CPUtime=0.64 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 5988 0 0 0 62 2 0 0 20 0 19 0 184309772 19498610688 21260 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=19041612 memory=13120 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184309775 19498610688 21260 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=19041612 memory=2228 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184309775 19498610688 21260 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986484] ppid=986462 vsize=19041612 memory=1848 CPUtime=0 cores=5,7
/proc/986465/task/986484/stat : 986484 (Timer-0) S 986462 986465 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184309788 19498610688 21260 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 85040 KiB

[startup+1.50116 s]
/proc/loadavg: 4.29 4.22 4.13 6/332 986484
/proc/meminfo: memFree=125585620/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19041612 memory=93452 CPUtime=2.25 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 14685 0 0 0 222 3 0 0 20 0 19 0 184309772 19498610688 23363 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4760403 23363 5844 1 0 552545 0
[pid=986465/tid=986467] ppid=986462 vsize=19041612 memory=13120 CPUtime=1.43 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 6337 0 0 0 141 2 0 0 20 0 19 0 184309772 19498610688 23363 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184309775 19498610688 23363 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=19041612 memory=2228 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184309775 19498610688 23363 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986484] ppid=986462 vsize=19041612 memory=1848 CPUtime=0 cores=5,7
/proc/986465/task/986484/stat : 986484 (Timer-0) S 986462 986465 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184309788 19498610688 23363 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 93452 KiB

[startup+3.10616 s]
/proc/loadavg: 4.29 4.22 4.13 5/332 986485
/proc/meminfo: memFree=125570164/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19041612 memory=103800 CPUtime=3.93 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 16368 0 0 0 390 3 0 0 20 0 19 0 184309772 19498610688 25950 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4760403 25950 5844 1 0 552548 0
[pid=986465/tid=986467] ppid=986462 vsize=19041612 memory=0 CPUtime=3.02 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 6608 0 0 0 300 2 0 0 20 0 19 0 184309772 19498610688 25950 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=19041612 memory=-9031800167704339132 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184309775 19498610688 25950 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=19041612 memory=13120 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184309775 19498610688 25950 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986484] ppid=986462 vsize=19041612 memory=2228 CPUtime=0 cores=5,7
/proc/986465/task/986484/stat : 986484 (Timer-0) S 986462 986465 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184309788 19498610688 25950 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 3.93 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 103800 KiB

[startup+6.3002 s]
/proc/loadavg: 4.26 4.22 4.13 5/332 986485
/proc/meminfo: memFree=125553792/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19041612 memory=120336 CPUtime=7.22 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 20804 0 0 0 718 4 0 0 20 0 19 0 184309772 19498610688 30084 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4760403 30084 5844 1 0 552569 0
[pid=986465/tid=986467] ppid=986462 vsize=19041612 memory=2228 CPUtime=6.2 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 7426 0 0 0 618 2 0 0 20 0 19 0 184309772 19498610688 30084 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184309775 19498610688 30084 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=19041612 memory=13120 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184309775 19498610688 30084 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986484] ppid=986462 vsize=19041612 memory=-5158697563450915880 CPUtime=0 cores=5,7
/proc/986465/task/986484/stat : 986484 (Timer-0) S 986462 986465 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184309788 19498610688 30084 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 7.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 120336 KiB

[startup+12.7002 s]
/proc/loadavg: 4.24 4.21 4.13 5/332 986487
/proc/meminfo: memFree=125524060/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19041612 memory=151496 CPUtime=13.82 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 26515 0 0 0 1377 5 0 0 20 0 19 0 184309772 19498610688 37874 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4760403 37874 5844 1 0 553161 0
[pid=986465/tid=986467] ppid=986462 vsize=19041612 memory=13120 CPUtime=12.59 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 8581 0 0 0 1256 3 0 0 20 0 19 0 184309772 19498610688 37874 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=19041612 memory=134692 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184309775 19498610688 37874 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=19041612 memory=44056 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184309775 19498610688 37874 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986484] ppid=986462 vsize=19041612 memory=13120 CPUtime=0 cores=5,7
/proc/986465/task/986484/stat : 986484 (Timer-0) S 986462 986465 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184309788 19498610688 37874 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 13.82 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 151496 KiB

[startup+25.5003 s]
/proc/loadavg: 4.28 4.22 4.13 5/333 986492
/proc/meminfo: memFree=125456972/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19108176 memory=179460 CPUtime=26.6 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 29343 0 0 0 2654 6 0 0 20 0 20 0 184309772 19566772224 44865 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4777044 44865 5892 1 0 553450 0
[pid=986465/tid=986467] ppid=986462 vsize=19108176 memory=179460 CPUtime=25.35 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 9532 0 0 0 2532 3 0 0 20 0 20 0 184309772 19566772224 44865 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 44865 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 44865 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986484] ppid=986462 vsize=19108176 memory=11392 CPUtime=0 cores=5,7
/proc/986465/task/986484/stat : 986484 (Timer-0) S 986462 986465 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184309788 19566772224 44865 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 26.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179460 KiB

[startup+51.1056 s]
/proc/loadavg: 4.24 4.22 4.13 5/333 986495
/proc/meminfo: memFree=125410848/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19108176 memory=185924 CPUtime=52.16 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 32666 0 0 0 5209 7 0 0 20 0 20 0 184309772 19566772224 46481 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4777044 46481 5923 1 0 553450 0

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

/proc/meminfo: memFree=119441616/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19108176 memory=1172196 CPUtime=3217.21 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 87253 0 0 0 321590 131 0 0 20 0 20 0 184309772 19566772224 293049 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4777044 293049 5923 1 0 553450 0
[pid=986465/tid=986467] ppid=986462 vsize=19108176 memory=27320 CPUtime=3212.75 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 42003 0 0 0 321266 9 0 0 20 0 20 0 184309772 19566772224 293049 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=19108176 memory=5428 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 293049 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=19108176 memory=11392 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 3805 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 293049 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986484] ppid=986462 vsize=19108176 memory=11392 CPUtime=0 cores=5,7
/proc/986465/task/986484/stat : 986484 (Timer-0) S 986462 986465 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184309788 19566772224 293049 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 3217.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1172196 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.14 4.17 5/333 988354
/proc/meminfo: memFree=119282736/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19108176 memory=1182436 CPUtime=3277.09 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 87935 0 0 0 327576 133 0 0 20 0 20 0 184309772 19566772224 295609 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4777044 295609 5923 1 0 553450 0
[pid=986465/tid=986467] ppid=986462 vsize=19108176 memory=1172196 CPUtime=3272.59 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 42626 0 0 0 327250 9 0 0 20 0 20 0 184309772 19566772224 295609 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=19108176 memory=1172196 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 295609 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=19108176 memory=1172196 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 3843 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 295609 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986484] ppid=986462 vsize=19108176 memory=11392 CPUtime=0 cores=5,7
/proc/986465/task/986484/stat : 986484 (Timer-0) S 986462 986465 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184309788 19566772224 295609 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 3277.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1182436 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.14 4.17 5/331 988364
/proc/meminfo: memFree=119154736/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19108176 memory=1309420 CPUtime=3337.03 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 89514 0 0 0 333566 137 0 0 20 0 20 0 184309772 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4777044 327355 5923 1 0 553450 0
[pid=986465/tid=986467] ppid=986462 vsize=19108176 memory=1309420 CPUtime=3332.37 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 43124 0 0 0 333227 10 0 0 20 0 20 0 184309772 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=19108176 memory=1309420 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=19108176 memory=1309420 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 3923 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986484] ppid=986462 vsize=19108176 memory=1309420 CPUtime=0 cores=5,7
/proc/986465/task/986484/stat : 986484 (Timer-0) S 986462 986465 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184309788 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 3337.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1309420 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.13 4.17 5/331 988375
/proc/meminfo: memFree=118973356/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19108176 memory=1309420 CPUtime=3396.93 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 90397 0 0 0 339554 139 0 0 20 0 20 0 184309772 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4777044 327355 5923 1 0 553450 0
[pid=986465/tid=986467] ppid=986462 vsize=19108176 memory=1309420 CPUtime=3392.23 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 43846 0 0 0 339213 10 0 0 20 0 20 0 184309772 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=19108176 memory=1309420 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=19108176 memory=1309420 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 4005 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986484] ppid=986462 vsize=19108176 memory=1309420 CPUtime=0 cores=5,7
/proc/986465/task/986484/stat : 986484 (Timer-0) S 986462 986465 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184309788 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 3396.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1309420 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.13 4.17 5/332 988387
/proc/meminfo: memFree=118859588/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19108176 memory=1309420 CPUtime=3456.83 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 90654 0 0 0 345542 141 0 0 20 0 20 0 184309772 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4777044 327355 5923 1 0 553450 0
[pid=986465/tid=986467] ppid=986462 vsize=19108176 memory=1309420 CPUtime=3452.09 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 44070 0 0 0 345199 10 0 0 20 0 20 0 184309772 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=19108176 memory=1309420 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=19108176 memory=1309420 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 4005 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986484] ppid=986462 vsize=19108176 memory=11392 CPUtime=0 cores=5,7
/proc/986465/task/986484/stat : 986484 (Timer-0) S 986462 986465 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184309788 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 3456.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1309420 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.12 4.16 5/332 988397
/proc/meminfo: memFree=118669648/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19108176 memory=1309420 CPUtime=3516.72 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 91628 0 0 0 351529 143 0 0 20 0 20 0 184309772 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4777044 327355 5923 1 0 553450 0
[pid=986465/tid=986467] ppid=986462 vsize=19108176 memory=1309420 CPUtime=3511.95 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 44805 0 0 0 351185 10 0 0 20 0 20 0 184309772 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=19108176 memory=1309420 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=19108176 memory=-9031800167704339132 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 4087 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986484] ppid=986462 vsize=19108176 memory=1309420 CPUtime=0 cores=5,7
/proc/986465/task/986484/stat : 986484 (Timer-0) S 986462 986465 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184309788 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 3516.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1309420 KiB

[startup+3582.3 s]
/proc/loadavg: 4.32 4.19 4.18 5/334 988548
/proc/meminfo: memFree=119900692/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19108176 memory=1309420 CPUtime=3576.61 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 92342 0 0 0 357516 145 0 0 20 0 20 0 184309772 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4777044 327355 5923 1 0 553450 0
[pid=986465/tid=986467] ppid=986462 vsize=19108176 memory=44172 CPUtime=3571.81 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 45293 0 0 0 357171 10 0 0 20 0 20 0 184309772 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=19108176 memory=1848 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=19108176 memory=1309420 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 4211 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986484] ppid=986462 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/986465/task/986484/stat : 986484 (Timer-0) S 986462 986465 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184309788 19566772224 327355 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 3576.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1309420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.8 s]
/proc/loadavg: 4.30 4.19 4.18 5/334 988551
/proc/meminfo: memFree=119706856/131524600 swapFree=131071996/131071996
[pid=986465] ppid=986462 vsize=19108176 memory=1309428 CPUtime=3600.06 cores=5,7
/proc/986465/stat : 986465 (java) S 986462 986465 980838 0 -1 1077936128 92973 0 0 0 359860 146 0 0 20 0 20 0 184309772 19566772224 327357 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
/proc/986465/statm: 4777044 327357 5923 1 0 553450 0
[pid=986465/tid=986467] ppid=986462 vsize=19108176 memory=-9031800167704339132 CPUtime=3595.25 cores=5,7
/proc/986465/task/986467/stat : 986467 (java) R 986462 986465 980838 0 -1 4194368 45641 0 0 0 359515 10 0 0 20 0 20 0 184309772 19566772224 327357 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986476] ppid=986462 vsize=19108176 memory=5428 CPUtime=0 cores=5,7
/proc/986465/task/986476/stat : 986476 (Finalizer) S 986462 986465 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 327357 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986483] ppid=986462 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/986465/task/986483/stat : 986483 (Common-Cleaner) S 986462 986465 980838 0 -1 1077936192 4211 0 0 0 0 0 0 0 20 0 20 0 184309775 19566772224 327357 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
[pid=986465/tid=986484] ppid=986462 vsize=19108176 memory=2228 CPUtime=0 cores=5,7
/proc/986465/task/986484/stat : 986484 (Timer-0) S 986462 986465 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184309788 19566772224 327357 134679101440 94844109037568 94844109041264 140727093919824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94844109049080 94844109049872 94844109340672 140727093928966 140727093929056 140727093929056 140727093936072 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1309428 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.74 s, system=1.46806 s

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

Child status: 143

Real time (s): 3605.9
CPU time (s): 3600.21
CPU user time (s): 3598.74
CPU system time (s): 1.46806
CPU usage (%): 99.8422
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1309428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.74
system time used= 1.46806
maximum resident set size= 1310976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95747
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102239
involuntary context switches= 2549


# summary of solver processes directly reported to runsolver:
#   pid: 986465
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.74
#   total CPU system time (s): 1.46806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.5957 second user time and 18.4486 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-18 18:50:28
IDJOB=4445984
IDBENCH=155408
IDSOLVER=3058
FILE ID=nodeC031/4445984-1721321415
RUNJOBID= nodeC031-1721317800-980851
SLURM_JOB_ID= 7542669
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820146.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445984-1721321415/watcher-4445984-1721321415 -o /tmp/evaluation-result-4445984-1721321415/solver-4445984-1721321415 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721317800-980851 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4445984-1721321415.opb

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

MD5SUM BENCH= 081659ee65bc936cbb896171f511d736
RANDOM SEED=1296512578

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125653544 kB
MemAvailable:   126675404 kB
Buffers:          472712 kB
Cached:          1381396 kB
SwapCached:            0 kB
Active:           943400 kB
Inactive:        4303772 kB
Active(anon):       1544 kB
Inactive(anon):  3429228 kB
Active(file):     941856 kB
Inactive(file):   874544 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1112 kB
Writeback:             0 kB
AnonPages:       3391024 kB
Mapped:           126736 kB
Shmem:             37720 kB
KReclaimable:      90212 kB
Slab:             201360 kB
SReclaimable:      90212 kB
SUnreclaim:       111148 kB
KernelStack:        4996 kB
PageTables:        16776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7890276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69504 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3225600 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:      185044 kB
DirectMap2M:    16365568 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 889980 MiB
End job on nodeC031 at 2024-07-18 19:50:34