Trace number 4450192

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 2024 2024-07-07? (TO) 3600.3 3617.59

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
MD5SUM60aa0ac85dc632e57e54cb255f142331
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 variables4830
Total number of constraints15140
Number of constraints which are clauses15140
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.14/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.13	c See www.sat4j.org for details.
0.14/0.14	c version CUSTOM.v20240707
0.14/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.16	c java.vm.version	22.0.1+8-16
0.14/0.16	c java.vm.vendor	Oracle Corporation
0.14/0.16	c sun.arch.data.model	64
0.14/0.16	c java.version		22.0.1
0.14/0.16	c os.name		Linux
0.14/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.16	c os.arch		amd64
0.14/0.16	c Free memory 		2113181440
0.14/0.16	c Max memory 		16282288128
0.14/0.16	c Total memory 		2122317824
0.14/0.16	c Number of processors 	2
0.14/0.22	--- Begin Solver configuration ---
0.14/0.22	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.22	Learn all clauses as in MiniSAT
0.14/0.22	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.22	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.22	Expensive reason simplification
0.14/0.22	Glucose 2.1 dynamic restart strategy
0.14/0.22	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.22	timeout=2147483s
0.14/0.22	DB Simplification allowed=false
0.14/0.22	Listener: none
0.14/0.22	--- End Solver configuration ---
0.14/0.23	c Pseudo Boolean Optimization by upper bound
0.14/0.23	c --- Begin Solver configuration ---
0.14/0.23	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.23	c Learn all clauses as in MiniSAT
0.14/0.23	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.23	c Expensive reason simplification
0.14/0.23	c Glucose 2.1 dynamic restart strategy
0.14/0.23	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.23	c timeout=2147483s
0.14/0.23	c DB Simplification allowed=false
0.14/0.23	c Listener: none
0.14/0.23	c --- End Solver configuration ---
0.14/0.23	c solving HOME/instance-4450192-1721827589.opb
0.14/0.23	c reading problem ... 
0.35/0.24	c using VERIPB proof format
0.35/0.24	c  no objective function found
0.74/0.48	c ... done. Wall clock time 0.246s.
0.74/0.48	c declared #vars     4830
0.74/0.48	c #constraints  15140
0.74/0.48	c constraints type 
0.74/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 13530
0.74/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1610
0.74/0.48	c 15140 constraints processed.
4.25/2.33	c cleaning 2478 clauses out of 5000 with flag 306910/5000
6.47/3.56	c cleaning 4255 clauses out of 8522 with flag 454791/11000
7.82/4.72	c cleaning 5628 clauses out of 11267 with flag 720077/18000
9.84/6.56	c cleaning 6816 clauses out of 13641 with flag 1283873/26002
12.26/8.95	c cleaning 7905 clauses out of 15823 with flag 1880676/35000
14.50/11.11	c cleaning 8949 clauses out of 17920 with flag 2337917/45002
16.59/13.27	c cleaning 9981 clauses out of 19970 with flag 2501996/56001
19.16/15.78	c cleaning 10988 clauses out of 21988 with flag 2699435/68000
21.86/18.43	c cleaning 11993 clauses out of 24001 with flag 2900695/81001
24.96/21.52	c cleaning 12997 clauses out of 26007 with flag 3131521/95000
28.49/25.06	c cleaning 13991 clauses out of 28010 with flag 3392824/110000
32.16/28.76	c cleaning 14998 clauses out of 30019 with flag 3665164/126000
36.64/33.08	c cleaning 16003 clauses out of 32022 with flag 3983245/143001
41.66/37.95	c cleaning 17002 clauses out of 34022 with flag 4301897/161004
46.77/43.05	c cleaning 18002 clauses out of 36018 with flag 4647653/180002
52.65/48.90	c cleaning 18996 clauses out of 38015 with flag 5011735/200001
58.63/55.00	c cleaning 20006 clauses out of 40019 with flag 5393689/221001
64.20/60.46	c cleaning 20999 clauses out of 42014 with flag 5760095/243002
69.68/65.93	c cleaning 22005 clauses out of 44013 with flag 6060500/266000
75.51/71.70	c cleaning 22993 clauses out of 46008 with flag 6363999/290000
81.30/77.52	c cleaning 23993 clauses out of 48016 with flag 6722068/315001
87.58/83.85	c cleaning 24999 clauses out of 50022 with flag 7155107/341000
93.96/90.23	c cleaning 26009 clauses out of 52024 with flag 7594966/368001
100.84/97.23	c cleaning 26999 clauses out of 54014 with flag 8029608/396000
107.92/104.32	c cleaning 27988 clauses out of 56016 with flag 8519569/425001
115.61/112.04	c cleaning 28992 clauses out of 58027 with flag 9008244/455000
125.08/121.58	c cleaning 30002 clauses out of 60036 with flag 9561013/486001
133.86/130.42	c cleaning 31005 clauses out of 62034 with flag 10159319/518001
143.04/139.61	c cleaning 32013 clauses out of 64029 with flag 10753179/551001
152.02/148.61	c cleaning 32996 clauses out of 66016 with flag 11334321/585001
161.98/158.70	c cleaning 33998 clauses out of 68020 with flag 11923436/620001
172.56/169.32	c cleaning 34999 clauses out of 70023 with flag 12553861/656002
182.83/179.63	c cleaning 36000 clauses out of 72023 with flag 13218416/693001
194.48/191.30	c cleaning 36998 clauses out of 74022 with flag 13879174/731000
207.96/204.82	c cleaning 37999 clauses out of 76026 with flag 14610898/770002
221.72/218.63	c cleaning 38998 clauses out of 78026 with flag 15348293/810001
235.99/232.93	c cleaning 40002 clauses out of 80028 with flag 16097448/851001
250.96/247.94	c cleaning 40996 clauses out of 82027 with flag 16893282/893002
266.92/263.95	c cleaning 42002 clauses out of 84029 with flag 17750531/936000
282.58/279.61	c cleaning 43002 clauses out of 86028 with flag 18575416/980001
296.34/293.43	c cleaning 44010 clauses out of 88028 with flag 19357383/1025003
310.95/308.01	c cleaning 44999 clauses out of 90015 with flag 20167570/1071000
324.17/321.31	c cleaning 46000 clauses out of 92016 with flag 20979460/1118000
337.95/335.16	c cleaning 46998 clauses out of 94017 with flag 21774098/1166001
353.42/350.77	c cleaning 48000 clauses out of 96018 with flag 22678868/1215000
368.22/365.58	c cleaning 49004 clauses out of 98019 with flag 23532603/1265001
387.20/384.60	c cleaning 49997 clauses out of 100015 with flag 24550294/1316001
403.59/401.09	c cleaning 51005 clauses out of 102019 with flag 25450064/1368002
421.98/419.57	c cleaning 52003 clauses out of 104013 with flag 26452265/1421001
440.32/437.91	c cleaning 52996 clauses out of 106009 with flag 27441997/1475000
461.88/459.51	c cleaning 53998 clauses out of 108014 with flag 28566055/1530001
481.75/479.41	c cleaning 54996 clauses out of 110016 with flag 29601390/1586001
498.02/495.77	c cleaning 55998 clauses out of 112019 with flag 30493280/1643000
520.83/518.68	c cleaning 57001 clauses out of 114021 with flag 31633452/1701000
544.68/542.66	c cleaning 58005 clauses out of 116021 with flag 32805469/1760001
565.53/563.77	c cleaning 58997 clauses out of 118015 with flag 33871034/1820000
589.12/587.31	c cleaning 60006 clauses out of 120019 with flag 35052996/1881001
612.90/611.30	c cleaning 60993 clauses out of 122012 with flag 36262225/1943000
638.17/636.90	c cleaning 62001 clauses out of 124019 with flag 37513650/2006000
659.57/658.46	c cleaning 63002 clauses out of 126018 with flag 38678850/2070000
685.46/684.46	c cleaning 64000 clauses out of 128017 with flag 39917729/2135001
713.68/712.83	c cleaning 65007 clauses out of 130017 with flag 41251422/2201001
742.64/741.82	c cleaning 65997 clauses out of 132010 with flag 42581406/2268001
776.66/776.08	c cleaning 66997 clauses out of 134012 with flag 43995653/2336000
804.33/803.98	c cleaning 67991 clauses out of 136016 with flag 45373531/2405001
835.55/835.31	c cleaning 69002 clauses out of 138025 with flag 46782096/2475001
867.38/867.44	c cleaning 70001 clauses out of 140023 with flag 48223254/2546001
903.93/904.40	c cleaning 71001 clauses out of 142021 with flag 49600566/2618000
941.98/942.94	c cleaning 72008 clauses out of 144021 with flag 51126716/2691001
977.51/978.93	c cleaning 72998 clauses out of 146012 with flag 52669610/2765000
1011.89/1013.66	c cleaning 74000 clauses out of 148014 with flag 54160619/2840000
1043.13/1045.15	c cleaning 75002 clauses out of 150017 with flag 55625369/2916003
1082.11/1084.87	c cleaning 76001 clauses out of 152012 with flag 57212368/2993000
1122.67/1125.75	c cleaning 77000 clauses out of 154011 with flag 58823669/3071000
1157.08/1160.27	c cleaning 77992 clauses out of 156014 with flag 60318749/3150003
1199.97/1203.87	c cleaning 78998 clauses out of 158021 with flag 61937644/3230002
1243.72/1247.95	c cleaning 80008 clauses out of 160021 with flag 63755441/3311000
1281.87/1286.56	c cleaning 80998 clauses out of 162013 with flag 65406688/3393000
1326.46/1331.50	c cleaning 81992 clauses out of 164015 with flag 66872935/3476000
1368.09/1373.54	c cleaning 82998 clauses out of 166023 with flag 68456681/3560000
1408.93/1414.68	c cleaning 83995 clauses out of 168026 with flag 69917143/3645001
1455.41/1461.46	c cleaning 84998 clauses out of 170030 with flag 71690845/3731000
1509.91/1516.11	c cleaning 86001 clauses out of 172032 with flag 73440724/3818000
1557.29/1563.64	c cleaning 87010 clauses out of 174033 with flag 75285152/3906002
1613.47/1619.94	c cleaning 87986 clauses out of 176023 with flag 77079602/3995002
1661.17/1667.87	c cleaning 89010 clauses out of 178035 with flag 78964226/4085000
1721.33/1729.57	c cleaning 90008 clauses out of 180025 with flag 80853701/4176000
1789.47/1797.80	c cleaning 91001 clauses out of 182019 with flag 82759013/4268002
1847.92/1856.50	c cleaning 92006 clauses out of 184017 with flag 84717108/4361001
1902.46/1911.14	c cleaning 92993 clauses out of 186010 with flag 86702890/4455000
1952.25/1961.17	c cleaning 93992 clauses out of 188017 with flag 88624590/4550000
2003.48/2012.63	c cleaning 95010 clauses out of 190026 with flag 90528385/4646001
2061.63/2071.04	c cleaning 96001 clauses out of 192017 with flag 92595464/4743002
2126.16/2135.89	c cleaning 97006 clauses out of 194016 with flag 94750381/4841002
2195.97/2205.81	c cleaning 97993 clauses out of 196009 with flag 96828378/4940001
2269.38/2279.58	c cleaning 99007 clauses out of 198015 with flag 98923280/5040000
2338.19/2348.54	c cleaning 100005 clauses out of 200011 with flag 100835351/5141003
2415.92/2426.40	c cleaning 100986 clauses out of 202004 with flag 102933730/5243001
2476.89/2487.56	c cleaning 101997 clauses out of 204017 with flag 104978645/5346000
2544.64/2555.45	c cleaning 103007 clauses out of 206021 with flag 107179801/5450001
2601.83/2612.82	c cleaning 104001 clauses out of 208013 with flag 109325524/5555000
2670.99/2682.27	c cleaning 104992 clauses out of 210012 with flag 111447155/5661000
2751.06/2762.57	c cleaning 106006 clauses out of 212021 with flag 113728728/5768001
2834.97/2846.61	c cleaning 107000 clauses out of 214014 with flag 115964440/5876000
2928.58/2940.41	c cleaning 108001 clauses out of 216014 with flag 118106931/5985000
3016.52/3028.59	c cleaning 108993 clauses out of 218013 with flag 120318797/6095000
3089.17/3104.05	c cleaning 110007 clauses out of 220022 with flag 122513649/6206002
3179.49/3194.94	c cleaning 111005 clauses out of 222013 with flag 124779159/6318000
3266.82/3282.68	c cleaning 111996 clauses out of 224008 with flag 126964606/6431000
3340.81/3356.97	c cleaning 112999 clauses out of 226014 with flag 129152481/6545002
3410.34/3426.62	c cleaning 113999 clauses out of 228013 with flag 131398514/6660000
3496.14/3512.74	c cleaning 115001 clauses out of 230015 with flag 133826239/6776001
3575.18/3592.41	c cleaning 115986 clauses out of 232013 with flag 136132552/6893000
3600.04/3617.42	c starts		: 12857
3600.04/3617.43	c timeout
3600.04/3617.43	c conflicts		: 6945769
3600.04/3617.43	c decisions		: 9248483
3600.04/3617.43	c propagations		: 2599457432
3600.04/3617.43	c inspects		: 35513903192
3600.04/3617.43	c shortcuts		: 0
3600.04/3617.44	c learnt literals	: 0
3600.04/3617.44	c learnt binary clauses	: 0
3600.04/3617.44	c learnt ternary clauses	: 4257
3600.04/3617.44	c learnt constraints	: 6945769
3600.04/3617.44	c ignored constraints	: 0
3600.04/3617.44	c root simplifications	: 0
3600.04/3617.44	c removed literals (reason simplification)	: 756604223
3600.04/3617.44	c reason swapping (by a shorter reason)	: 0
3600.04/3617.44	c Calls to reduceDB	: 113
3600.04/3617.44	c Number of update (reduction) of LBD	: 2921514
3600.04/3617.44	c Imported unit clauses	: 0
3600.04/3617.44	c No decision after first conflict	: false
3600.04/3617.44	c number of reductions to clauses (during analyze)	: 0
3600.04/3617.44	c number of learned constraints concerned by reduction	: 0
3600.04/3617.44	c number of learning phase by resolution	: 0
3600.04/3617.44	c number of learning phase by cutting planes	: 0
3600.04/3617.44	c number of rounding to 1 operations	: 0
3600.04/3617.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3617.44	c number of reductions of the coefficients by power 2 	: 0
3600.04/3617.44	c number of right shift for reduction by power 2 	: 0
3600.04/3617.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3617.44	c number of ending skipping 	: 0
3600.04/3617.44	c number of internal skipping 	: 0
3600.04/3617.44	c number of derivation steps 	: 0
3600.04/3617.44	c number of skipped derivation steps 	: 0
3600.04/3617.44	c number of remaining unassigned 	: 0
3600.04/3617.44	c number of remaining assigned 	: 0
3600.04/3617.44	c number of falsified literals weakened from reason	: 0
3600.04/3617.44	c number of falsified literals weakened from conflict	: 0
3600.04/3617.44	c time for arithmetic operations	: 0
3600.04/3617.44	c minimum degree of deleted constraints	: null
3600.04/3617.44	c maximum degree of deleted constraints	: null
3600.04/3617.44	c number of deleted constraints	: 0
3600.04/3617.45	c speed (assignments/second)	: 718689.6746973961
3600.04/3617.45	c non guided choices	: 47491
3600.20/3617.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 168796
3600.20/3617.57	s UNKNOWN
3600.20/3617.57	c Total wall clock time (in seconds): 3617.341

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: 64096 MiB (50555 MiB free)
  memory of node 1: 64473 MiB (45763 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450192-1721827589/watcher-4450192-1721827589 -o /tmp/evaluation-result-4450192-1721827589/solver-4450192-1721827589 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721820325-187251 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4450192-1721827589 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4450192-1721827589.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=191889, runsolver pid=191886
Current StackSize limit: 8192 KiB


[startup+0.100903 s]*
/proc/loadavg: 5.10 4.57 4.37 7/327 191907
/proc/meminfo: memFree=98593892/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=18975048 memory=56388 CPUtime=0.14 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 6593 0 0 0 11 3 0 0 20 0 18 0 18747734 19430449152 14097 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4743762 14097 5627 1 0 550939 0
[pid=191889/tid=191891] ppid=191886 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 5488 0 0 0 7 2 0 0 20 0 18 0 18747734 19430449152 14097 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18747740 19430449152 14100 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=18975048 memory=3834591019379458080 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18747741 19430449152 14100 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56388 KiB

[startup+0.221897 s]*
/proc/loadavg: 5.25 4.61 4.39 8/327 191907
/proc/meminfo: memFree=98582596/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=18975048 memory=66196 CPUtime=0.35 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 7432 0 0 0 32 3 0 0 20 0 18 0 18747734 19430449152 16549 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4743762 16549 5743 1 0 551600 0
[pid=191889/tid=191891] ppid=191886 vsize=18975048 memory=4782652875487838339 CPUtime=0.21 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 5926 0 0 0 19 2 0 0 20 0 18 0 18747734 19430449152 16549 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=18975048 memory=1361999 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18747740 19430449152 16549 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=18975048 memory=13567093907932509 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18747741 19430449152 16549 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66196 KiB

[startup+0.318992 s]*
/proc/loadavg: 5.25 4.61 4.39 7/327 191907
/proc/meminfo: memFree=98578812/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=18975048 memory=69168 CPUtime=0.55 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 7608 0 0 0 52 3 0 0 20 0 18 0 18747734 19430449152 17292 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4743762 17292 5823 1 0 551695 0
[pid=191889/tid=191891] ppid=191886 vsize=18975048 memory=-8743002465011278524 CPUtime=0.29 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 5952 0 0 0 27 2 0 0 20 0 18 0 18747734 19430449152 17292 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18747740 19430449152 17292 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18747741 19430449152 17292 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69168 KiB

[startup+0.703749 s]
/proc/loadavg: 5.25 4.61 4.39 6/328 191908
/proc/meminfo: memFree=98547432/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=19041612 memory=98948 CPUtime=1.21 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 9425 0 0 0 116 5 0 0 20 0 19 0 18747734 19498610688 24737 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4760403 24737 5823 1 0 553179 0
[pid=191889/tid=191891] ppid=191886 vsize=19041612 memory=5500 CPUtime=0.58 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 6032 0 0 0 55 3 0 0 20 0 19 0 18747734 19498610688 24737 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=19041612 memory=11880 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18747740 19498610688 24737 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=19041612 memory=281016355054248 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18747741 19498610688 24737 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191908] ppid=191886 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/191889/task/191908/stat : 191908 (Timer-0) S 191886 191889 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18747783 19498610688 24737 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 98948 KiB

[startup+1.5079 s]
/proc/loadavg: 5.25 4.61 4.39 6/328 191908
/proc/meminfo: memFree=98532676/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=19041612 memory=123484 CPUtime=2.68 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 14669 0 0 0 262 6 0 0 20 0 19 0 18747734 19498610688 30871 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4760403 30871 5852 1 0 554886 0
[pid=191889/tid=191891] ppid=191886 vsize=19041612 memory=11880 CPUtime=1.33 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 6417 0 0 0 130 3 0 0 20 0 19 0 18747734 19498610688 30871 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18747740 19498610688 30871 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18747741 19498610688 30871 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191908] ppid=191886 vsize=19041612 memory=281016354907408 CPUtime=0 cores=5,7
/proc/191889/task/191908/stat : 191908 (Timer-0) S 191886 191889 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18747783 19498610688 30871 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 123484 KiB

[startup+3.10564 s]
/proc/loadavg: 5.25 4.61 4.39 6/329 191909
/proc/meminfo: memFree=98271944/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=19108176 memory=196892 CPUtime=5.84 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 27461 0 0 0 574 10 0 0 20 0 20 0 18747734 19566772224 49223 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4777044 49223 5884 1 0 561209 0
[pid=191889/tid=191891] ppid=191886 vsize=19108176 memory=0 CPUtime=2.87 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 7580 0 0 0 282 5 0 0 20 0 20 0 18747734 19566772224 49223 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=19108176 memory=11880 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18747740 19566772224 49223 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 18747741 19566772224 49223 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191908] ppid=191886 vsize=19108176 memory=11412 CPUtime=0 cores=5,7
/proc/191889/task/191908/stat : 191908 (Timer-0) S 191886 191889 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18747783 19566772224 49223 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 196892 KiB

[startup+6.30027 s]
/proc/loadavg: 5.15 4.60 4.38 5/329 191911
/proc/meminfo: memFree=98157900/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=19108176 memory=273100 CPUtime=9.65 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 27777 0 0 0 952 13 0 0 20 0 20 0 18747734 19566772224 68275 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4777044 68275 5884 1 0 561211 0
[pid=191889/tid=191891] ppid=191886 vsize=19108176 memory=11880 CPUtime=6.02 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 7773 0 0 0 595 7 0 0 20 0 20 0 18747734 19566772224 68275 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18747740 19566772224 68275 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 18747741 19566772224 68275 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191908] ppid=191886 vsize=19108176 memory=131844 CPUtime=0 cores=5,7
/proc/191889/task/191908/stat : 191908 (Timer-0) S 191886 191889 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18747783 19566772224 68275 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 9.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 273100 KiB

[startup+12.7004 s]
/proc/loadavg: 5.06 4.59 4.38 5/329 191911
/proc/meminfo: memFree=97535008/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=19108176 memory=414776 CPUtime=16.08 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 30218 0 0 0 1589 19 0 0 20 0 20 0 18747734 19566772224 103694 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4777044 103694 5884 1 0 561211 0
[pid=191889/tid=191891] ppid=191886 vsize=19108176 memory=0 CPUtime=12.35 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 8522 0 0 0 1223 12 0 0 20 0 20 0 18747734 19566772224 103694 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18747740 19566772224 103694 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=19108176 memory=412728 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 18747741 19566772224 103694 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191908] ppid=191886 vsize=19108176 memory=11880 CPUtime=0 cores=5,7
/proc/191889/task/191908/stat : 191908 (Timer-0) S 191886 191889 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18747783 19566772224 103694 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 16.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 414776 KiB

[startup+25.5005 s]
/proc/loadavg: 5.22 4.63 4.40 7/307 191998
/proc/meminfo: memFree=105530028/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=19108176 memory=619764 CPUtime=28.98 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 35443 0 0 0 2872 26 0 0 20 0 20 0 18747734 19566772224 154941 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4777044 154941 5900 1 0 561211 0
[pid=191889/tid=191891] ppid=191886 vsize=19108176 memory=412728 CPUtime=24.98 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 10240 0 0 0 2481 17 0 0 20 0 20 0 18747734 19566772224 154941 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=19108176 memory=619756 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18747740 19566772224 154941 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=19108176 memory=619756 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 18747741 19566772224 154941 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191908] ppid=191886 vsize=19108176 memory=-8743002465011278524 CPUtime=0 cores=5,7
/proc/191889/task/191908/stat : 191908 (Timer-0) S 191886 191889 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18747783 19566772224 154941 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 28.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 619764 KiB

[startup+51.1142 s]
/proc/loadavg: 5.11 4.67 4.42 4/329 192189
/proc/meminfo: memFree=104785412/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=19108176 memory=1142124 CPUtime=54.86 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 42419 0 0 0 5440 46 0 0 20 0 20 0 18747734 19566772224 285531 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4777044 285531 5900 1 0 561211 0
[pid=191889/tid=191891] ppid=191886 vsize=19108176 memory=965968 CPUtime=50.38 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 11918 0 0 0 5003 35 0 0 20 0 20 0 18747734 19566772224 285531 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=19108176 memory=11412 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18747740 19566772224 285531 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0

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

[startup+3282.3 s]
/proc/loadavg: 4.16 4.22 4.25 5/327 194218
/proc/meminfo: memFree=60113436/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=19108176 memory=2199076 CPUtime=3266.52 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 172001 0 0 0 326149 503 0 0 20 0 20 0 18747734 19566772224 549769 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4777044 549769 5900 1 0 565130 0
[pid=191889/tid=191891] ppid=191886 vsize=19108176 memory=2198868 CPUtime=3247.45 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 80911 0 0 0 324414 331 0 0 20 0 20 0 18747734 19566772224 549769 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1586 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=19108176 memory=2198868 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18747740 19566772224 549769 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=19108176 memory=2199076 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 4028 0 0 0 0 0 0 0 20 0 20 0 18747741 19566772224 549769 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191908] ppid=191886 vsize=19108176 memory=2199076 CPUtime=0 cores=5,7
/proc/191889/task/191908/stat : 191908 (Timer-0) S 191886 191889 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18747783 19566772224 549769 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 3266.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2199076 KiB

[startup+3342.3 s]
/proc/loadavg: 3.75 4.10 4.21 4/301 194263
/proc/meminfo: memFree=108479684/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=19108176 memory=2199092 CPUtime=3326.24 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 174750 0 0 0 332113 511 0 0 20 0 20 0 18747734 19566772224 549773 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4777044 549773 5900 1 0 565130 0
[pid=191889/tid=191891] ppid=191886 vsize=19108176 memory=2199092 CPUtime=3307.06 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 82413 0 0 0 330370 336 0 0 20 0 20 0 18747734 19566772224 549773 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1604 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=19108176 memory=-7448248613314520446 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18747740 19566772224 549773 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=19108176 memory=11412 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 4082 0 0 0 0 0 0 0 20 0 20 0 18747741 19566772224 549773 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191908] ppid=191886 vsize=19108176 memory=2199092 CPUtime=0 cores=5,7
/proc/191889/task/191908/stat : 191908 (Timer-0) S 191886 191889 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18747783 19566772224 549773 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 3326.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2199092 KiB

[startup+3402.3 s]
/proc/loadavg: 3.32 3.92 4.14 4/298 194273
/proc/meminfo: memFree=108300964/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=19108176 memory=2199132 CPUtime=3386.13 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 177455 0 0 0 338091 522 0 0 20 0 20 0 18747734 19566772224 549783 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4777044 549783 5900 1 0 565130 0
[pid=191889/tid=191891] ppid=191886 vsize=19108176 memory=2199092 CPUtime=3366.78 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 83801 0 0 0 336336 342 0 0 20 0 20 0 18747734 19566772224 549783 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1611 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=19108176 memory=2199092 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18747740 19566772224 549783 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=19108176 memory=75588 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 4182 0 0 0 0 0 0 0 20 0 20 0 18747741 19566772224 549783 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191908] ppid=191886 vsize=19108176 memory=11412 CPUtime=0 cores=5,7
/proc/191889/task/191908/stat : 191908 (Timer-0) S 191886 191889 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18747783 19566772224 549783 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 3386.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2199132 KiB

[startup+3462.3 s]
/proc/loadavg: 3.24 3.78 4.07 4/298 194285
/proc/meminfo: memFree=108124780/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=19108176 memory=2199248 CPUtime=3445.87 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 181058 0 0 0 344057 530 0 0 20 0 20 0 18747734 19566772224 549812 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4777044 549812 5900 1 0 565137 0
[pid=191889/tid=191891] ppid=191886 vsize=19108176 memory=2199092 CPUtime=3426.3 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 85577 0 0 0 342282 348 0 0 20 0 20 0 18747734 19566772224 549812 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1624 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=19108176 memory=2199092 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18747740 19566772224 549812 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=19108176 memory=75588 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 4306 0 0 0 0 0 0 0 20 0 20 0 18747741 19566772224 549812 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191908] ppid=191886 vsize=19108176 memory=2199248 CPUtime=0 cores=5,7
/proc/191889/task/191908/stat : 191908 (Timer-0) S 191886 191889 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18747783 19566772224 549812 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 3445.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2199248 KiB

[startup+3522.3 s]
/proc/loadavg: 3.15 3.65 4.01 4/300 194679
/proc/meminfo: memFree=107951648/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=19108176 memory=2199248 CPUtime=3505.53 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 183555 0 0 0 350016 537 0 0 20 0 20 0 18747734 19566772224 549812 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4777044 549812 5900 1 0 565137 0
[pid=191889/tid=191891] ppid=191886 vsize=19108176 memory=2199092 CPUtime=3485.77 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 86500 0 0 0 348225 352 0 0 20 0 20 0 18747734 19566772224 549812 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1652 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=19108176 memory=2199248 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18747740 19566772224 549812 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=19108176 memory=2199248 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 4381 0 0 0 0 0 0 0 20 0 20 0 18747741 19566772224 549812 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191908] ppid=191886 vsize=19108176 memory=2199248 CPUtime=0 cores=5,7
/proc/191889/task/191908/stat : 191908 (Timer-0) S 191886 191889 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18747783 19566772224 549812 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 3505.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2199248 KiB

[startup+3582.3 s]
/proc/loadavg: 3.10 3.54 3.95 4/296 194689
/proc/meminfo: memFree=107780140/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=19108176 memory=2199248 CPUtime=3565.09 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 184686 0 0 0 355963 546 0 0 20 0 20 0 18747734 19566772224 549812 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4777044 549812 5900 1 0 565137 0
[pid=191889/tid=191891] ppid=191886 vsize=19108176 memory=2199092 CPUtime=3545.29 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 87406 0 0 0 354171 358 0 0 20 0 20 0 18747734 19566772224 549812 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1686 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=19108176 memory=2199248 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18747740 19566772224 549812 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=19108176 memory=11412 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 4455 0 0 0 0 0 0 0 20 0 20 0 18747741 19566772224 549812 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191908] ppid=191886 vsize=19108176 memory=24172 CPUtime=0 cores=5,7
/proc/191889/task/191908/stat : 191908 (Timer-0) S 191886 191889 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18747783 19566772224 549812 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 3565.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2199248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.4 s]
/proc/loadavg: 3.18 3.51 3.92 4/296 194697
/proc/meminfo: memFree=107678500/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=19108176 memory=2199252 CPUtime=3600.04 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 186610 0 0 0 359454 550 0 0 20 0 20 0 18747734 19566772224 549813 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4777044 549813 5900 1 0 565137 0
[pid=191889/tid=191891] ppid=191886 vsize=19108176 memory=1362166 CPUtime=3580.08 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) R 191886 191889 187238 0 -1 4194368 88083 0 0 0 357648 360 0 0 20 0 20 0 18747734 19566772224 549813 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1702 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=19108176 memory=1363778 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18747740 19566772224 549813 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=19108176 memory=1580104 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 4555 0 0 0 0 0 0 0 20 0 20 0 18747741 19566772224 549813 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191908] ppid=191886 vsize=19108176 memory=5468 CPUtime=0 cores=5,7
/proc/191889/task/191908/stat : 191908 (Timer-0) S 191886 191889 187238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18747783 19566772224 549813 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2199252 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.77 s, system=5.53387 s

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

[startup+3617.5 s]
/proc/loadavg: 3.18 3.51 3.92 4/296 194697
/proc/meminfo: memFree=107678500/131655788 swapFree=131070192/131071996
[pid=191889] ppid=191886 vsize=19307868 memory=2200020 CPUtime=3600.2 cores=5,7
/proc/191889/stat : 191889 (java) S 191886 191889 187238 0 -1 1077936128 189484 0 0 0 359469 551 0 0 20 0 21 0 18747734 19771256832 550005 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
/proc/191889/statm: 4826967 550005 5899 1 0 566046 0
[pid=191889/tid=191891] ppid=191886 vsize=19307868 memory=2199248 CPUtime=3580.1 cores=5,7
/proc/191889/task/191891/stat : 191891 (java) D 191886 191889 187238 0 -1 4194368 88408 0 0 0 357650 360 0 0 20 0 21 0 18747734 19771256832 550005 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1702 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191900] ppid=191886 vsize=19307868 memory=-8743002465011278524 CPUtime=0 cores=5,7
/proc/191889/task/191900/stat : 191900 (Finalizer) S 191886 191889 187238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18747740 19771256832 550005 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
[pid=191889/tid=191907] ppid=191886 vsize=19307868 memory=2199248 CPUtime=0 cores=5,7
/proc/191889/task/191907/stat : 191907 (Common-Cleaner) S 191886 191889 187238 0 -1 1077936192 4555 0 0 0 0 0 0 0 20 0 21 0 18747741 19771256832 550005 134679101440 94728828579840 94728828583536 140721713585200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94728828591352 94728828592144 94728859340800 140721713587115 140721713587297 140721713587297 140721713594312 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2200020 KiB

Child status: 143

Real time (s): 3617.59
CPU time (s): 3600.3
CPU user time (s): 3594.77
CPU system time (s): 5.53387
CPU usage (%): 99.5219
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2200020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.77
system time used= 5.53387
maximum resident set size= 2201356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189829
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4788064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107900
involuntary context switches= 6481


# summary of solver processes directly reported to runsolver:
#   pid: 191889
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3594.77
#   total CPU system time (s): 5.53387

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1869 second user time and 39.7099 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-24 15:26:29
IDJOB=4450192
IDBENCH=160409
IDSOLVER=3079
FILE ID=nodeC002/4450192-1721827589
RUNJOBID= nodeC002-1721820325-187251
SLURM_JOB_ID= 7891441
Free space on /tmp= 723672 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450192-1721827589/watcher-4450192-1721827589 -o /tmp/evaluation-result-4450192-1721827589/solver-4450192-1721827589 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721820325-187251 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4450192-1721827589 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4450192-1721827589.opb

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

MD5SUM BENCH= 60aa0ac85dc632e57e54cb255f142331
RANDOM SEED=1282150474

nodeC002.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	: 0xb00001f
cpu MHz		: 3646.118
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3640.596
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.372
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.341
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3652.405
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1895.522
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.169
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.163
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        98631104 kB
MemAvailable:   107778924 kB
Buffers:          259244 kB
Cached:          9699352 kB
SwapCached:           72 kB
Active:          2328752 kB
Inactive:       30054516 kB
Active(anon):       1552 kB
Inactive(anon): 22477064 kB
Active(file):    2327200 kB
Inactive(file):  7577452 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070192 kB
Dirty:            130072 kB
Writeback:             0 kB
AnonPages:      22423356 kB
Mapped:           123884 kB
Shmem:             53844 kB
KReclaimable:     166736 kB
Slab:             283584 kB
SReclaimable:     166736 kB
SUnreclaim:       116848 kB
KernelStack:        4960 kB
PageTables:        53916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   25219596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            11872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  22046720 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:      316232 kB
DirectMap2M:    36288512 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC002 at 2024-07-24 16:26:47