Trace number 4444001

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 Cutting Planes 2024 2024-07-12? (TO) 3600.3 3541.33

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUM4e71f8d633240b9029e11e93d5a0a0b4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark16.9097
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
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 7
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.13/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.16	c See www.sat4j.org for details.
0.13/0.17	c version CUSTOM.v20240707
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.20	c java.vm.vendor	Oracle Corporation
0.13/0.20	c sun.arch.data.model	64
0.13/0.20	c java.version		22.0.1
0.13/0.20	c os.name		Linux
0.13/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.20	c os.arch		amd64
0.13/0.22	c Free memory 		2113181440
0.13/0.22	c Max memory 		16282288128
0.13/0.22	c Total memory 		2122317824
0.29/0.23	c Number of processors 	2
0.45/0.40	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.40	 - never skip resolution steps
0.45/0.40	 - Auto-division on coefficients is disabled
0.45/0.40	 - No postprocessing
0.45/0.40	 - Conflict is considered as is when resolving
0.45/0.40	 - Use constraints as they come during conflict analysis
0.45/0.40	 - Weaken first using unassigned literals
0.45/0.40	 - Bump strategy: ALWAYS_ONE
0.45/0.40	 - Bumper: EFFECTIVE
0.45/0.40	--- Begin Solver configuration ---
0.45/0.40	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.45/0.40	Learn all clauses as in MiniSAT
0.45/0.40	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.40	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.40	No reason simplification
0.45/0.40	Dynamic restart strategy considering the size of the coefficients
0.45/0.40	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.45/0.40	timeout=2147483s
0.45/0.40	DB Simplification allowed=false
0.45/0.40	Listener: none
0.45/0.40	--- End Solver configuration ---
0.45/0.41	c Pseudo Boolean Optimization by upper bound
0.45/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.41	c  - never skip resolution steps
0.45/0.41	c  - Auto-division on coefficients is disabled
0.45/0.41	c  - No postprocessing
0.45/0.41	c  - Conflict is considered as is when resolving
0.45/0.41	c  - Use constraints as they come during conflict analysis
0.45/0.41	c  - Weaken first using unassigned literals
0.45/0.41	c  - Bump strategy: ALWAYS_ONE
0.45/0.41	c  - Bumper: EFFECTIVE
0.45/0.41	c --- Begin Solver configuration ---
0.45/0.41	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.45/0.41	c Learn all clauses as in MiniSAT
0.45/0.41	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.41	c No reason simplification
0.45/0.41	c Dynamic restart strategy considering the size of the coefficients
0.45/0.41	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.45/0.41	c timeout=2147483s
0.45/0.41	c DB Simplification allowed=false
0.45/0.41	c Listener: none
0.45/0.41	c --- End Solver configuration ---
0.45/0.41	c solving HOME/instance-4444001-1721312347.opb
0.45/0.41	c reading problem ... 
0.45/0.41	c  no objective function found
2.82/1.61	c ... done. Wall clock time 1.205s.
2.82/1.61	c declared #vars     1440
2.82/1.61	c #constraints  86400
2.82/1.61	c constraints type 
2.82/1.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 360
2.82/1.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 86040
2.82/1.61	c 86400 constraints processed.
7.17/3.81	c cleaning 2491 clauses out of 5000 with flag 0/5000
10.81/5.93	c cleaning 4253 clauses out of 8509 with flag 0/11000
13.37/8.04	c cleaning 5618 clauses out of 11256 with flag 0/18000
16.72/10.71	c cleaning 6812 clauses out of 13638 with flag 0/26000
19.75/13.79	c cleaning 7906 clauses out of 15826 with flag 0/35000
23.23/17.19	c cleaning 8953 clauses out of 17920 with flag 0/45000
27.44/21.01	c cleaning 9980 clauses out of 19967 with flag 0/56000
31.00/24.54	c cleaning 10990 clauses out of 21992 with flag 0/68005
36.15/29.65	c cleaning 11991 clauses out of 23997 with flag 0/81000
40.35/33.87	c cleaning 12995 clauses out of 26008 with flag 0/95002
45.11/38.55	c cleaning 13997 clauses out of 28012 with flag 0/110001
50.31/43.37	c cleaning 14997 clauses out of 30014 with flag 0/126000
56.25/49.13	c cleaning 15998 clauses out of 32017 with flag 0/143000
62.06/54.89	c cleaning 17000 clauses out of 34020 with flag 0/161001
68.25/61.08	c cleaning 18004 clauses out of 36020 with flag 0/180001
75.42/68.28	c cleaning 19005 clauses out of 38016 with flag 0/200001
82.39/75.25	c cleaning 20001 clauses out of 40011 with flag 0/221001
89.92/82.74	c cleaning 20994 clauses out of 42009 with flag 0/243000
97.45/90.16	c cleaning 22001 clauses out of 44015 with flag 0/266000
105.78/98.43	c cleaning 22999 clauses out of 46014 with flag 0/290000
114.21/106.79	c cleaning 23995 clauses out of 48015 with flag 0/315000
122.51/114.90	c cleaning 25007 clauses out of 50021 with flag 0/341001
132.44/124.75	c cleaning 25996 clauses out of 52013 with flag 0/368000
143.14/135.24	c cleaning 27003 clauses out of 54018 with flag 0/396001
155.41/146.78	c cleaning 28006 clauses out of 56014 with flag 0/425000
166.50/157.43	c cleaning 29000 clauses out of 58008 with flag 0/455000
178.68/169.15	c cleaning 30001 clauses out of 60010 with flag 0/486002
189.05/179.46	c cleaning 30990 clauses out of 62007 with flag 0/518000
201.88/192.02	c cleaning 31998 clauses out of 64018 with flag 0/551001
213.49/203.57	c cleaning 33003 clauses out of 66020 with flag 0/585001
228.30/217.80	c cleaning 34003 clauses out of 68017 with flag 0/620001
239.48/228.90	c cleaning 34994 clauses out of 70014 with flag 0/656001
252.75/241.91	c cleaning 35996 clauses out of 72019 with flag 0/693000
265.66/254.41	c cleaning 37006 clauses out of 74024 with flag 0/731001
280.98/269.27	c cleaning 37993 clauses out of 76018 with flag 0/770001
296.82/284.80	c cleaning 39006 clauses out of 78024 with flag 0/810000
311.47/299.20	c cleaning 39998 clauses out of 80018 with flag 0/851000
326.42/313.93	c cleaning 41000 clauses out of 82022 with flag 0/893002
341.03/328.10	c cleaning 42004 clauses out of 84020 with flag 0/936000
358.30/345.27	c cleaning 42999 clauses out of 86017 with flag 0/980001
374.72/361.43	c cleaning 43990 clauses out of 88019 with flag 0/1025002
390.92/377.18	c cleaning 45003 clauses out of 90027 with flag 0/1071000
410.71/396.78	c cleaning 46004 clauses out of 92026 with flag 0/1118002
428.35/413.94	c cleaning 47003 clauses out of 94021 with flag 0/1166001
445.21/430.45	c cleaning 48002 clauses out of 96019 with flag 0/1215002
465.77/450.98	c cleaning 48996 clauses out of 98016 with flag 0/1265001
482.89/468.00	c cleaning 50000 clauses out of 100019 with flag 0/1316000
502.78/487.48	c cleaning 51001 clauses out of 102019 with flag 0/1368000
523.43/507.88	c cleaning 51994 clauses out of 104020 with flag 0/1421002
541.16/525.18	c cleaning 52998 clauses out of 106025 with flag 0/1475001
559.27/543.17	c cleaning 54005 clauses out of 108026 with flag 0/1530000
581.80/565.39	c cleaning 55006 clauses out of 110023 with flag 0/1586002
608.13/591.17	c cleaning 56002 clauses out of 112015 with flag 0/1643000
632.14/614.96	c cleaning 56999 clauses out of 114013 with flag 0/1701000
659.31/641.52	c cleaning 57998 clauses out of 116016 with flag 0/1760002
683.44/665.06	c cleaning 59003 clauses out of 118018 with flag 0/1820002
705.29/686.86	c cleaning 60002 clauses out of 120014 with flag 0/1881001
729.44/710.68	c cleaning 61001 clauses out of 122012 with flag 0/1943001
753.72/734.45	c cleaning 61985 clauses out of 124013 with flag 0/2006003
778.99/759.49	c cleaning 63001 clauses out of 126027 with flag 0/2070002
804.87/784.66	c cleaning 63998 clauses out of 128025 with flag 0/2135001
831.54/811.17	c cleaning 65006 clauses out of 130026 with flag 0/2201000
856.55/835.70	c cleaning 66004 clauses out of 132022 with flag 0/2268002
884.85/863.65	c cleaning 66998 clauses out of 134016 with flag 0/2336000
914.67/892.81	c cleaning 67994 clauses out of 136018 with flag 0/2405000
947.25/924.92	c cleaning 69005 clauses out of 138024 with flag 0/2475000
975.55/952.89	c cleaning 69995 clauses out of 140019 with flag 0/2546000
1007.14/984.01	c cleaning 71003 clauses out of 142024 with flag 0/2618000
1037.47/1013.76	c cleaning 72004 clauses out of 144022 with flag 0/2691001
1076.91/1052.90	c cleaning 73001 clauses out of 146017 with flag 0/2765000
1105.34/1080.85	c cleaning 73995 clauses out of 148016 with flag 0/2840000
1140.19/1115.32	c cleaning 75002 clauses out of 150021 with flag 0/2916000
1174.56/1149.19	c cleaning 75995 clauses out of 152020 with flag 0/2993001
1207.70/1181.89	c cleaning 76993 clauses out of 154024 with flag 0/3071000
1242.05/1216.00	c cleaning 78010 clauses out of 156035 with flag 0/3150004
1278.06/1251.55	c cleaning 78999 clauses out of 158022 with flag 0/3230001
1315.75/1288.80	c cleaning 80005 clauses out of 160023 with flag 0/3311001
1348.74/1321.42	c cleaning 81004 clauses out of 162017 with flag 0/3393000
1386.79/1358.72	c cleaning 81995 clauses out of 164013 with flag 0/3476000
1423.27/1394.91	c cleaning 83005 clauses out of 166020 with flag 0/3560002
1459.04/1430.33	c cleaning 83998 clauses out of 168013 with flag 0/3645000
1499.01/1469.82	c cleaning 85001 clauses out of 170015 with flag 0/3731000
1537.96/1508.26	c cleaning 86004 clauses out of 172017 with flag 0/3818003
1576.23/1546.19	c cleaning 87001 clauses out of 174011 with flag 0/3906001
1623.47/1592.58	c cleaning 87992 clauses out of 176010 with flag 0/3995001
1665.96/1634.36	c cleaning 88995 clauses out of 178017 with flag 0/4085000
1707.22/1675.15	c cleaning 90007 clauses out of 180026 with flag 0/4176004
1740.78/1708.37	c cleaning 90999 clauses out of 182015 with flag 0/4268000
1777.75/1744.51	c cleaning 92002 clauses out of 184016 with flag 0/4361000
1815.62/1782.05	c cleaning 92988 clauses out of 186014 with flag 0/4455000
1860.26/1826.11	c cleaning 94007 clauses out of 188028 with flag 0/4550002
1906.74/1871.15	c cleaning 94996 clauses out of 190020 with flag 0/4646001
1953.31/1917.33	c cleaning 96003 clauses out of 192024 with flag 0/4743001
2001.06/1964.54	c cleaning 97003 clauses out of 194020 with flag 0/4841000
2050.96/2013.87	c cleaning 98000 clauses out of 196018 with flag 0/4940001
2088.94/2051.28	c cleaning 98993 clauses out of 198018 with flag 0/5040001
2132.95/2094.22	c cleaning 100011 clauses out of 200024 with flag 0/5141000
2182.06/2142.63	c cleaning 100988 clauses out of 202015 with flag 0/5243002
2232.75/2192.69	c cleaning 101997 clauses out of 204025 with flag 0/5346000
2277.91/2237.32	c cleaning 103002 clauses out of 206028 with flag 0/5450000
2321.31/2280.02	c cleaning 104009 clauses out of 208027 with flag 0/5555001
2367.49/2325.57	c cleaning 104998 clauses out of 210018 with flag 0/5661001
2419.10/2376.56	c cleaning 106003 clauses out of 212019 with flag 0/5768000
2471.51/2428.31	c cleaning 107001 clauses out of 214017 with flag 0/5876001
2515.95/2472.27	c cleaning 107997 clauses out of 216017 with flag 0/5985002
2570.62/2526.01	c cleaning 108998 clauses out of 218020 with flag 0/6095002
2616.47/2571.68	c cleaning 110005 clauses out of 220021 with flag 0/6206001
2670.23/2624.73	c cleaning 110999 clauses out of 222015 with flag 0/6318000
2719.49/2673.09	c cleaning 111999 clauses out of 224017 with flag 0/6431001
2769.04/2721.98	c cleaning 113001 clauses out of 226020 with flag 0/6545003
2820.01/2772.22	c cleaning 113981 clauses out of 228016 with flag 0/6660000
2873.86/2825.28	c cleaning 115011 clauses out of 230036 with flag 0/6776001
2934.43/2884.95	c cleaning 116002 clauses out of 232025 with flag 0/6893001
2994.87/2944.55	c cleaning 117003 clauses out of 234022 with flag 0/7011000
3053.30/3002.20	c cleaning 118005 clauses out of 236019 with flag 0/7130000
3126.36/3074.42	c cleaning 118996 clauses out of 238015 with flag 0/7250001
3188.57/3135.96	c cleaning 119999 clauses out of 240019 with flag 0/7371001
3244.51/3191.04	c cleaning 121000 clauses out of 242019 with flag 0/7493000
3304.95/3250.45	c cleaning 122005 clauses out of 244019 with flag 0/7616000
3354.64/3299.35	c cleaning 122998 clauses out of 246014 with flag 0/7740000
3415.96/3359.65	c cleaning 123983 clauses out of 248017 with flag 0/7865001
3470.00/3413.12	c cleaning 125003 clauses out of 250033 with flag 0/7991000
3518.23/3460.66	c cleaning 126011 clauses out of 252030 with flag 0/8118000
3573.21/3514.61	c cleaning 126990 clauses out of 254020 with flag 0/8246001
3600.07/3541.22	c starts		: 1286
3600.07/3541.23	c timeout
3600.07/3541.23	c conflicts		: 8309350
3600.07/3541.23	c decisions		: 10155915
3600.07/3541.23	c propagations		: 844084265
3600.07/3541.23	c inspects		: 13615487406
3600.07/3541.23	c shortcuts		: 0
3600.07/3541.23	c learnt literals	: 0
3600.07/3541.23	c learnt binary clauses	: 0
3600.07/3541.23	c learnt ternary clauses	: 0
3600.07/3541.23	c learnt constraints	: 8309349
3600.07/3541.23	c ignored constraints	: 0
3600.07/3541.23	c root simplifications	: 0
3600.07/3541.23	c removed literals (reason simplification)	: 0
3600.07/3541.23	c reason swapping (by a shorter reason)	: 0
3600.07/3541.23	c Calls to reduceDB	: 124
3600.07/3541.23	c Number of update (reduction) of LBD	: 11543620
3600.07/3541.23	c Imported unit clauses	: 0
3600.07/3541.23	c No decision after first conflict	: false
3600.07/3541.23	c number of reductions to clauses (during analyze)	: 0
3600.07/3541.23	c number of learned constraints concerned by reduction	: 0
3600.07/3541.23	c number of learning phase by resolution	: 0
3600.07/3541.23	c number of learning phase by cutting planes	: 0
3600.07/3541.23	c number of rounding to 1 operations	: 0
3600.07/3541.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3541.24	c number of reductions of the coefficients by power 2 	: 0
3600.07/3541.24	c number of right shift for reduction by power 2 	: 0
3600.07/3541.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3541.24	c number of ending skipping 	: 0
3600.07/3541.24	c number of internal skipping 	: 0
3600.07/3541.24	c number of derivation steps 	: 253802738
3600.07/3541.24	c number of skipped derivation steps 	: 0
3600.07/3541.24	c number of remaining unassigned 	: 2188
3600.07/3541.24	c number of remaining assigned 	: 113700574
3600.07/3541.24	c number of falsified literals weakened from reason	: 0
3600.07/3541.24	c number of falsified literals weakened from conflict	: 0
3600.07/3541.24	c time for arithmetic operations	: 8026317619
3600.07/3541.24	c minimum degree of deleted constraints	: 1
3600.07/3541.24	c maximum degree of deleted constraints	: 64
3600.07/3541.24	c number of deleted constraints	: 8118971
3600.07/3541.24	c speed (assignments/second)	: 238467.07674765636
3600.07/3541.24	c non guided choices	: 214
3600.07/3541.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 181742
3600.07/3541.30	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 21
3600.07/3541.30	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8615
3600.07/3541.30	s UNKNOWN
3600.07/3541.30	c Total wall clock time (in seconds): 3540.9

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: 64059 MiB (59085 MiB free)
  memory of node 1: 64510 MiB (51193 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444001-1721312347/watcher-4444001-1721312347 -o /tmp/evaluation-result-4444001-1721312347/solver-4444001-1721312347 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947642 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4444001-1721312347.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 4.18.0-301.1.el8.x
solver pid=953822, runsolver pid=953819
Current StackSize limit: 8192 KiB


[startup+0.101381 s]*
/proc/loadavg: 4.31 4.39 4.29 7/317 953840
/proc/meminfo: memFree=112890704/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=18975048 memory=55684 CPUtime=0.13 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 6446 0 0 0 9 4 0 0 20 0 18 0 183391368 19430449152 13921 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4743762 13921 5633 1 0 550802 0
[pid=953822/tid=953824] ppid=953819 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) R 953819 953822 947632 0 -1 4194368 5379 0 0 0 5 3 0 0 20 0 18 0 183391369 19430449152 13921 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183391374 19430449152 13921 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=18975048 memory=14976684994783103 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183391375 19430449152 13921 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55684 KiB

[startup+0.213834 s]*
/proc/loadavg: 4.31 4.39 4.29 7/317 953840
/proc/meminfo: memFree=112885548/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=18975048 memory=60532 CPUtime=0.29 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 7114 0 0 0 24 5 0 0 20 0 18 0 183391368 19430449152 15133 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4743762 15133 5642 1 0 551347 0
[pid=953822/tid=953824] ppid=953819 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) R 953819 953822 947632 0 -1 1077936192 5668 0 0 0 14 4 0 0 20 0 18 0 183391369 19430449152 15133 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=18975048 memory=5822 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183391374 19430449152 15133 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=18975048 memory=13563812552906645 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183391375 19430449152 15133 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60532 KiB

[startup+0.316381 s]*
/proc/loadavg: 4.31 4.39 4.29 7/317 953840
/proc/meminfo: memFree=112880276/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=18975048 memory=66200 CPUtime=0.45 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 7403 0 0 0 39 6 0 0 20 0 18 0 183391368 19430449152 16550 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4743762 16550 5762 1 0 551553 0
[pid=953822/tid=953824] ppid=953819 vsize=18975048 memory=-8528799999211119292 CPUtime=0.25 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) R 953819 953822 947632 0 -1 4194368 5848 0 0 0 21 4 0 0 20 0 18 0 183391369 19430449152 16550 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183391374 19430449152 16550 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183391375 19430449152 16550 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66200 KiB

[startup+0.700323 s]
/proc/loadavg: 4.31 4.39 4.29 7/317 953840
/proc/meminfo: memFree=112862268/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=19041612 memory=158864 CPUtime=1.11 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 9061 0 0 0 102 9 0 0 20 0 19 0 183391368 19498610688 39716 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4760403 39716 5852 1 0 552755 0
[pid=953822/tid=953824] ppid=953819 vsize=19041612 memory=5620 CPUtime=0.57 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) S 953819 953822 947632 0 -1 1077936192 6092 0 0 0 51 6 0 0 20 0 19 0 183391369 19498610688 39716 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183391374 19498610688 39716 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183391375 19498610688 39716 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 158864 KiB

[startup+1.50037 s]
/proc/loadavg: 4.31 4.39 4.29 6/318 953841
/proc/meminfo: memFree=112772560/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=19041612 memory=700776 CPUtime=2.62 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 24796 0 0 0 240 22 0 0 20 0 19 0 183391368 19498610688 175194 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4760403 175194 5852 1 0 1020423 0
[pid=953822/tid=953824] ppid=953819 vsize=19041612 memory=0 CPUtime=1.27 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) R 953819 953822 947632 0 -1 4194368 6572 0 0 0 112 15 0 0 20 0 19 0 183391369 19498610688 175194 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183391374 19498610688 175194 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183391375 19498610688 175194 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 700776 KiB

[startup+3.10637 s]
/proc/loadavg: 4.31 4.39 4.29 6/319 953842
/proc/meminfo: memFree=111732624/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=19108176 memory=1248360 CPUtime=5.81 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 30213 0 0 0 547 34 0 0 20 0 20 0 183391368 19566772224 312090 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4777044 312090 5860 1 0 1021669 0
[pid=953822/tid=953824] ppid=953819 vsize=19108176 memory=12724 CPUtime=2.82 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) R 953819 953822 947632 0 -1 4194368 8404 0 0 0 256 26 0 0 20 0 20 0 183391369 19566772224 312090 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=19108176 memory=162756 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183391374 19566772224 312090 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183391375 19566772224 312090 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953842] ppid=953819 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/953822/task/953842/stat : 953842 (Timer-0) S 953819 953822 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183391530 19566772224 312090 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1248360 KiB

[startup+6.30038 s]
/proc/loadavg: 4.37 4.40 4.29 7/319 953843
/proc/meminfo: memFree=111577532/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=19108176 memory=1290284 CPUtime=11.39 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 31608 0 0 0 1104 35 0 0 20 0 20 0 183391368 19566772224 322571 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4777044 322571 5860 1 0 1021877 0
[pid=953822/tid=953824] ppid=953819 vsize=19108176 memory=0 CPUtime=5.91 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) R 953819 953822 947632 0 -1 4194368 8639 0 0 0 564 27 0 0 20 0 20 0 183391369 19566772224 322571 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183391374 19566772224 322571 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=19108176 memory=11408 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 183391375 19566772224 322571 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953842] ppid=953819 vsize=19108176 memory=11408 CPUtime=0 cores=0,2
/proc/953822/task/953842/stat : 953842 (Timer-0) S 953819 953822 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183391530 19566772224 322571 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 11.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1290284 KiB

[startup+12.7004 s]
/proc/loadavg: 4.34 4.39 4.29 5/319 953843
/proc/meminfo: memFree=110441300/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=19108176 memory=2417904 CPUtime=18.75 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 34089 0 0 0 1817 58 0 0 20 0 20 0 183391368 19566772224 604476 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4777044 604476 5860 1 0 1021884 0
[pid=953822/tid=953824] ppid=953819 vsize=19108176 memory=11408 CPUtime=12.04 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) R 953819 953822 947632 0 -1 4194368 9689 0 0 0 1156 48 0 0 20 0 20 0 183391369 19566772224 604476 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=19108176 memory=2415800 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183391374 19566772224 604476 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=19108176 memory=-8528799999211119292 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 183391375 19566772224 604476 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953842] ppid=953819 vsize=19108176 memory=1291564 CPUtime=0 cores=0,2
/proc/953822/task/953842/stat : 953842 (Timer-0) S 953819 953822 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183391530 19566772224 604476 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 18.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2417904 KiB

[startup+25.5004 s]
/proc/loadavg: 4.34 4.39 4.29 5/319 953845
/proc/meminfo: memFree=109215468/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=19108176 memory=3509880 CPUtime=32 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 36578 0 0 0 3119 81 0 0 20 0 20 0 183391368 19566772224 877470 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4777044 877470 5860 1 0 1301801 0
[pid=953822/tid=953824] ppid=953819 vsize=19108176 memory=2415800 CPUtime=24.36 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) R 953819 953822 947632 0 -1 4194368 11443 0 0 0 2366 70 0 0 20 0 20 0 183391369 19566772224 877470 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=19108176 memory=3509620 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183391374 19566772224 877470 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=19108176 memory=3509620 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 183391375 19566772224 877470 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953842] ppid=953819 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/953822/task/953842/stat : 953842 (Timer-0) S 953819 953822 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183391530 19566772224 877470 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3509880 KiB

[startup+51.114 s]
/proc/loadavg: 4.36 4.39 4.29 5/319 953849
/proc/meminfo: memFree=108988488/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=19108176 memory=3514744 CPUtime=58.37 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 48221 0 0 0 5753 84 0 0 20 0 20 0 183391368 19566772224 878686 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4777044 878686 5892 1 0 1301819 0
[pid=953822/tid=953824] ppid=953819 vsize=19108176 memory=3514564 CPUtime=49.49 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) R 953819 953822 947632 0 -1 4194368 15058 0 0 0 4879 70 0 0 20 0 20 0 183391369 19566772224 878686 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=19108176 memory=3514504 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183391374 19566772224 878686 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 183391375 19566772224 878686 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953842] ppid=953819 vsize=19108176 memory=6688 CPUtime=0 cores=0,2
/proc/953822/task/953842/stat : 953842 (Timer-0) S 953819 953822 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183391530 19566772224 878686 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0

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

[startup+3222.3 s]
/proc/loadavg: 3.33 3.98 4.16 4/295 955636
/proc/meminfo: memFree=112044300/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=19108176 memory=5617336 CPUtime=3276.27 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 348265 0 0 0 327285 342 0 0 20 0 20 0 183391368 19566772224 1404334 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4777044 1404334 5907 1 0 1418695 0
[pid=953822/tid=953824] ppid=953819 vsize=19108176 memory=0 CPUtime=3143.06 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) R 953819 953822 947632 0 -1 4194368 168300 0 0 0 314204 102 0 0 20 0 20 0 183391369 19566772224 1404334 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 112 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=19108176 memory=26520 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183391374 19566772224 1404334 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=19108176 memory=5617336 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 2418 0 0 0 0 0 0 0 20 0 20 0 183391375 19566772224 1404334 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953842] ppid=953819 vsize=19108176 memory=12724 CPUtime=0 cores=0,2
/proc/953822/task/953842/stat : 953842 (Timer-0) S 953819 953822 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183391530 19566772224 1404334 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 3276.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5617336 KiB

[startup+3282.3 s]
/proc/loadavg: 3.39 3.86 4.11 4/295 955646
/proc/meminfo: memFree=112511404/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=19108176 memory=5617340 CPUtime=3337.14 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 352389 0 0 0 333368 346 0 0 20 0 20 0 183391368 19566772224 1404335 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4777044 1404335 5907 1 0 1418695 0
[pid=953822/tid=953824] ppid=953819 vsize=19108176 memory=11408 CPUtime=3201.71 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) R 953819 953822 947632 0 -1 4194368 171069 0 0 0 320068 103 0 0 20 0 20 0 183391369 19566772224 1404335 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 112 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=19108176 memory=5617340 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183391374 19566772224 1404335 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=19108176 memory=5617340 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 2496 0 0 0 0 0 0 0 20 0 20 0 183391375 19566772224 1404335 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953842] ppid=953819 vsize=19108176 memory=5617340 CPUtime=0 cores=0,2
/proc/953822/task/953842/stat : 953842 (Timer-0) S 953819 953822 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183391530 19566772224 1404335 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 3337.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5617340 KiB

[startup+3342.3 s]
/proc/loadavg: 3.73 3.88 4.10 4/295 955657
/proc/meminfo: memFree=112511224/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=19108176 memory=5617352 CPUtime=3398.18 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 367212 0 0 0 339468 350 0 0 20 0 20 0 183391368 19566772224 1404338 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4777044 1404338 5907 1 0 1418695 0
[pid=953822/tid=953824] ppid=953819 vsize=19108176 memory=16212 CPUtime=3260.37 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) R 953819 953822 947632 0 -1 4194368 173270 0 0 0 325934 103 0 0 20 0 20 0 183391369 19566772224 1404338 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 112 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=19108176 memory=5617348 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183391374 19566772224 1404338 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=19108176 memory=11408 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 2496 0 0 0 0 0 0 0 20 0 20 0 183391375 19566772224 1404338 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953842] ppid=953819 vsize=19108176 memory=5617352 CPUtime=0 cores=0,2
/proc/953822/task/953842/stat : 953842 (Timer-0) S 953819 953822 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183391530 19566772224 1404338 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 3398.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5617352 KiB

[startup+3402.3 s]
/proc/loadavg: 3.19 3.72 4.03 3/266 955702
/proc/meminfo: memFree=117499452/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=19108176 memory=5617356 CPUtime=3459.09 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 371146 0 0 0 345555 354 0 0 20 0 20 0 183391368 19566772224 1404339 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4777044 1404339 5907 1 0 1418695 0
[pid=953822/tid=953824] ppid=953819 vsize=19108176 memory=16212 CPUtime=3318.78 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) R 953819 953822 947632 0 -1 4194368 175327 0 0 0 331775 103 0 0 20 0 20 0 183391369 19566772224 1404339 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 112 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=19108176 memory=5617348 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183391374 19566772224 1404339 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=19108176 memory=11408 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 2496 0 0 0 0 0 0 0 20 0 20 0 183391375 19566772224 1404339 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953842] ppid=953819 vsize=19108176 memory=5617356 CPUtime=0 cores=0,2
/proc/953822/task/953842/stat : 953842 (Timer-0) S 953819 953822 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183391530 19566772224 1404339 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 3459.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5617356 KiB

[startup+3462.3 s]
/proc/loadavg: 2.33 3.38 3.89 2/240 955746
/proc/meminfo: memFree=121640916/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=19108176 memory=5617356 CPUtime=3519.92 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 372238 0 0 0 351634 358 0 0 20 0 20 0 183391368 19566772224 1404339 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4777044 1404339 5907 1 0 1418695 0
[pid=953822/tid=953824] ppid=953819 vsize=19108176 memory=16212 CPUtime=3377.43 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) R 953819 953822 947632 0 -1 4194368 176060 0 0 0 337640 103 0 0 20 0 20 0 183391369 19566772224 1404339 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 114 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=19108176 memory=5617348 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183391374 19566772224 1404339 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=19108176 memory=5617356 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 2542 0 0 0 0 0 0 0 20 0 20 0 183391375 19566772224 1404339 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953842] ppid=953819 vsize=19108176 memory=11408 CPUtime=0 cores=0,2
/proc/953822/task/953842/stat : 953842 (Timer-0) S 953819 953822 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183391530 19566772224 1404339 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 3519.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5617356 KiB

[startup+3522.3 s]
/proc/loadavg: 1.59 2.98 3.72 2/240 955756
/proc/meminfo: memFree=121640676/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=19108176 memory=5617360 CPUtime=3580.93 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 373362 0 0 0 357732 361 0 0 20 0 20 0 183391368 19566772224 1404340 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4777044 1404340 5907 1 0 1418695 0
[pid=953822/tid=953824] ppid=953819 vsize=19108176 memory=5617356 CPUtime=3435.98 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) R 953819 953822 947632 0 -1 4194368 176992 0 0 0 343494 104 0 0 20 0 20 0 183391369 19566772224 1404340 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 114 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=19108176 memory=5617356 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183391374 19566772224 1404340 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=19108176 memory=5617360 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 2542 0 0 0 0 0 0 0 20 0 20 0 183391375 19566772224 1404340 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953842] ppid=953819 vsize=19108176 memory=5617360 CPUtime=0 cores=0,2
/proc/953822/task/953842/stat : 953842 (Timer-0) S 953819 953822 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183391530 19566772224 1404340 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 3580.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5617360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3541.2 s]
/proc/loadavg: 1.42 2.85 3.66 2/240 955759
/proc/meminfo: memFree=121640564/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=19108176 memory=5617364 CPUtime=3600.07 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 376676 0 0 0 359644 363 0 0 20 0 20 0 183391368 19566772224 1404341 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4777044 1404341 5907 1 0 1418695 0
[pid=953822/tid=953824] ppid=953819 vsize=19108176 memory=3 CPUtime=3454.47 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) R 953819 953822 947632 0 -1 4194368 178477 0 0 0 345343 104 0 0 20 0 20 0 183391369 19566772224 1404341 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 114 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=19108176 memory=138 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183391374 19566772224 1404341 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=19108176 memory=5 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 2542 0 0 0 0 0 0 0 20 0 20 0 183391375 19566772224 1404341 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953842] ppid=953819 vsize=19108176 memory=52014 CPUtime=0 cores=0,2
/proc/953822/task/953842/stat : 953842 (Timer-0) S 953819 953822 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183391530 19566772224 1404341 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5617364 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.63 s, system=3.67 s

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

[startup+3541.31 s]
/proc/loadavg: 1.42 2.85 3.66 2/240 955759
/proc/meminfo: memFree=121640564/131655788 swapFree=131071996/131071996
[pid=953822] ppid=953819 vsize=19307868 memory=5618132 CPUtime=3600.27 cores=0,2
/proc/953822/stat : 953822 (java) S 953819 953822 947632 0 -1 1077936128 380645 0 0 0 359662 365 0 0 20 0 20 0 183391368 19771256832 1404533 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
/proc/953822/statm: 4826967 1404533 5903 1 0 1419636 0
[pid=953822/tid=953824] ppid=953819 vsize=19307868 memory=5617360 CPUtime=3454.49 cores=0,2
/proc/953822/task/953824/stat : 953824 (java) S 953819 953822 947632 0 -1 1077936192 178716 0 0 0 345345 104 0 0 20 0 20 0 183391369 19771256832 1404533 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 114 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953833] ppid=953819 vsize=19307868 memory=5617360 CPUtime=0 cores=0,2
/proc/953822/task/953833/stat : 953833 (Finalizer) S 953819 953822 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183391374 19771256832 1404533 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
[pid=953822/tid=953840] ppid=953819 vsize=19307868 memory=5617360 CPUtime=0 cores=0,2
/proc/953822/task/953840/stat : 953840 (Common-Cleaner) S 953819 953822 947632 0 -1 1077936192 2542 0 0 0 0 0 0 0 20 0 20 0 183391375 19771256832 1404533 134679101440 94756201795584 94756201799280 140724424637920 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94756201807096 94756201807888 94756218695680 140724424639476 140724424639584 140724424639584 140724424646600 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5618132 KiB

Child status: 143

Real time (s): 3541.33
CPU time (s): 3600.3
CPU user time (s): 3596.63
CPU system time (s): 3.67
CPU usage (%): 101.665
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5618132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.63
system time used= 3.67
maximum resident set size= 5619060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 380860
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129575
involuntary context switches= 29794


# summary of solver processes directly reported to runsolver:
#   pid: 953822
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3596.63
#   total CPU system time (s): 3.67

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.5511 second user time and 31.8779 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-18 16:19:20
IDJOB=4444001
IDBENCH=147893
IDSOLVER=3052
FILE ID=nodeC007/4444001-1721312347
RUNJOBID= nodeC007-1721304841-947642
SLURM_JOB_ID= 7542628
Free space on /tmp= 723756 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444001-1721312347/watcher-4444001-1721312347 -o /tmp/evaluation-result-4444001-1721312347/solver-4444001-1721312347 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947642 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4444001-1721312347.opb

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

MD5SUM BENCH= 4e71f8d633240b9029e11e93d5a0a0b4
RANDOM SEED=322357858

nodeC007.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		: 1966.147
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.25
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		: 3630.045
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.30
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.130
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.25
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.135
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.30
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		: 3662.933
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.25
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		: 3606.503
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.30
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.315
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.25
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.162
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        112925324 kB
MemAvailable:   115611316 kB
Buffers:          489616 kB
Cached:          3027652 kB
SwapCached:            0 kB
Active:          1017576 kB
Inactive:       17123844 kB
Active(anon):       1468 kB
Inactive(anon): 14660056 kB
Active(file):    1016108 kB
Inactive(file):  2463788 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4140 kB
Writeback:            16 kB
AnonPages:      14623624 kB
Mapped:           126356 kB
Shmem:             37704 kB
KReclaimable:      92256 kB
Slab:             193744 kB
SReclaimable:      92256 kB
SUnreclaim:       101488 kB
KernelStack:        4900 kB
PageTables:        38392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   17342260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57664 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14295040 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:      279368 kB
DirectMap2M:    27936768 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC007 at 2024-07-18 17:18:21