Trace number 4443941

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.34 3513.93

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUMf8e7200d7e9c4a7cfb6b4e6c5b6d430a
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 benchmark8.6827
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 2
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.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.11	c version CUSTOM.v20240707
0.00/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.12	c java.vm.version	22.0.1+8-16
0.14/0.12	c java.vm.vendor	Oracle Corporation
0.14/0.12	c sun.arch.data.model	64
0.14/0.12	c java.version		22.0.1
0.14/0.12	c os.name		Linux
0.14/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.12	c os.arch		amd64
0.14/0.12	c Free memory 		2115194816
0.14/0.12	c Max memory 		16282288128
0.14/0.12	c Total memory 		2122317824
0.14/0.12	c Number of processors 	2
0.14/0.19	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.19	 - never skip resolution steps
0.14/0.19	 - Auto-division on coefficients is disabled
0.14/0.19	 - No postprocessing
0.14/0.19	 - Conflict is considered as is when resolving
0.14/0.19	 - Use constraints as they come during conflict analysis
0.14/0.19	 - Weaken first using unassigned literals
0.14/0.19	 - Bump strategy: ALWAYS_ONE
0.14/0.19	 - Bumper: EFFECTIVE
0.14/0.19	--- Begin Solver configuration ---
0.14/0.19	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.19	Learn all clauses as in MiniSAT
0.14/0.19	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.19	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.19	No reason simplification
0.14/0.19	Dynamic restart strategy considering the size of the coefficients
0.14/0.19	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.19	timeout=2147483s
0.14/0.19	DB Simplification allowed=false
0.14/0.19	Listener: none
0.14/0.19	--- End Solver configuration ---
0.14/0.20	c Pseudo Boolean Optimization by upper bound
0.14/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.20	c  - never skip resolution steps
0.14/0.20	c  - Auto-division on coefficients is disabled
0.14/0.20	c  - No postprocessing
0.14/0.20	c  - Conflict is considered as is when resolving
0.14/0.20	c  - Use constraints as they come during conflict analysis
0.14/0.20	c  - Weaken first using unassigned literals
0.14/0.20	c  - Bump strategy: ALWAYS_ONE
0.14/0.20	c  - Bumper: EFFECTIVE
0.14/0.20	c --- Begin Solver configuration ---
0.14/0.20	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.20	c Learn all clauses as in MiniSAT
0.14/0.20	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.20	c No reason simplification
0.14/0.20	c Dynamic restart strategy considering the size of the coefficients
0.14/0.20	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.20	c timeout=2147483s
0.14/0.20	c DB Simplification allowed=false
0.14/0.20	c Listener: none
0.14/0.20	c --- End Solver configuration ---
0.14/0.20	c solving HOME/instance-4443941-1721312218.opb
0.14/0.20	c reading problem ... 
0.14/0.20	c  no objective function found
2.18/1.22	c ... done. Wall clock time 1.026s.
2.18/1.22	c declared #vars     1020
2.18/1.22	c #constraints  43180
2.18/1.22	c constraints type 
2.18/1.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
2.18/1.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 43010
2.18/1.22	c 43180 constraints processed.
5.76/3.06	c cleaning 2488 clauses out of 5000 with flag 0/5000
8.89/4.72	c cleaning 4248 clauses out of 8514 with flag 0/11002
11.10/6.43	c cleaning 5625 clauses out of 11264 with flag 0/18000
13.33/8.38	c cleaning 6815 clauses out of 13641 with flag 0/26002
15.72/10.52	c cleaning 7904 clauses out of 15825 with flag 0/35001
17.74/12.57	c cleaning 8956 clauses out of 17921 with flag 0/45001
20.74/15.13	c cleaning 9966 clauses out of 19964 with flag 0/56000
23.23/17.61	c cleaning 10991 clauses out of 22001 with flag 0/68003
26.10/20.54	c cleaning 11999 clauses out of 24007 with flag 0/81000
29.17/23.59	c cleaning 13005 clauses out of 26010 with flag 0/95002
32.84/27.20	c cleaning 13993 clauses out of 28005 with flag 0/110002
36.85/31.07	c cleaning 14997 clauses out of 30011 with flag 0/126001
40.92/35.07	c cleaning 15999 clauses out of 32013 with flag 0/143000
46.27/40.22	c cleaning 17003 clauses out of 34015 with flag 0/161001
50.98/44.90	c cleaning 17998 clauses out of 36011 with flag 0/180000
56.57/50.50	c cleaning 19002 clauses out of 38014 with flag 0/200001
61.67/55.61	c cleaning 20000 clauses out of 40011 with flag 0/221000
67.46/61.22	c cleaning 20999 clauses out of 42012 with flag 0/243001
74.20/67.84	c cleaning 21997 clauses out of 44013 with flag 0/266001
81.18/74.79	c cleaning 23001 clauses out of 46015 with flag 0/290000
87.47/81.00	c cleaning 24001 clauses out of 48014 with flag 0/315000
95.42/88.76	c cleaning 25000 clauses out of 50014 with flag 0/341001
102.68/95.82	c cleaning 26000 clauses out of 52014 with flag 0/368001
110.49/103.42	c cleaning 27001 clauses out of 54013 with flag 0/396000
118.64/111.30	c cleaning 28000 clauses out of 56012 with flag 0/425000
127.79/120.28	c cleaning 29000 clauses out of 58013 with flag 0/455001
136.19/128.49	c cleaning 29997 clauses out of 60012 with flag 0/486000
146.04/138.04	c cleaning 31001 clauses out of 62016 with flag 0/518001
155.95/147.78	c cleaning 32002 clauses out of 64014 with flag 0/551000
167.01/158.32	c cleaning 33002 clauses out of 66016 with flag 0/585004
177.37/168.42	c cleaning 33995 clauses out of 68010 with flag 0/620000
187.64/178.41	c cleaning 35002 clauses out of 70016 with flag 0/656001
198.43/188.97	c cleaning 35999 clauses out of 72016 with flag 0/693003
210.37/200.45	c cleaning 37003 clauses out of 74014 with flag 0/731000
222.36/212.09	c cleaning 38001 clauses out of 76011 with flag 0/770000
235.45/224.96	c cleaning 39001 clauses out of 78010 with flag 0/810000
249.00/238.29	c cleaning 39995 clauses out of 80010 with flag 0/851001
262.12/251.06	c cleaning 41002 clauses out of 82014 with flag 0/893000
276.15/264.70	c cleaning 42002 clauses out of 84014 with flag 0/936002
290.75/278.98	c cleaning 43001 clauses out of 86010 with flag 0/980000
306.29/293.96	c cleaning 43996 clauses out of 88009 with flag 0/1025000
321.37/308.68	c cleaning 44997 clauses out of 90013 with flag 0/1071000
337.82/324.95	c cleaning 46001 clauses out of 92017 with flag 0/1118001
353.91/340.75	c cleaning 46999 clauses out of 94015 with flag 0/1166000
370.40/356.72	c cleaning 47989 clauses out of 96016 with flag 0/1215000
387.50/373.45	c cleaning 49008 clauses out of 98028 with flag 0/1265001
406.45/391.88	c cleaning 50002 clauses out of 100020 with flag 0/1316001
424.26/409.14	c cleaning 51008 clauses out of 102017 with flag 0/1368000
443.80/428.14	c cleaning 51997 clauses out of 104010 with flag 0/1421001
463.00/446.87	c cleaning 52998 clauses out of 106013 with flag 0/1475001
482.21/465.68	c cleaning 54001 clauses out of 108014 with flag 0/1530000
501.17/484.01	c cleaning 55001 clauses out of 110013 with flag 0/1586000
520.52/502.93	c cleaning 55991 clauses out of 112012 with flag 0/1643000
544.11/525.88	c cleaning 56992 clauses out of 114023 with flag 0/1701002
566.90/548.08	c cleaning 58005 clauses out of 116029 with flag 0/1760000
588.64/569.21	c cleaning 59006 clauses out of 118026 with flag 0/1820002
612.13/592.07	c cleaning 60004 clauses out of 120018 with flag 0/1881000
634.15/613.55	c cleaning 60999 clauses out of 122014 with flag 0/1943000
659.89/638.66	c cleaning 62004 clauses out of 124015 with flag 0/2006000
684.79/662.96	c cleaning 62994 clauses out of 126011 with flag 0/2070000
710.48/688.03	c cleaning 63996 clauses out of 128017 with flag 0/2135000
736.94/713.92	c cleaning 65005 clauses out of 130021 with flag 0/2201000
762.61/739.00	c cleaning 66002 clauses out of 132020 with flag 0/2268004
789.74/765.49	c cleaning 66988 clauses out of 134016 with flag 0/2336002
819.10/794.05	c cleaning 68009 clauses out of 136027 with flag 0/2405001
848.68/823.19	c cleaning 68995 clauses out of 138017 with flag 0/2475000
879.54/853.17	c cleaning 69995 clauses out of 140024 with flag 0/2546002
909.76/882.68	c cleaning 71004 clauses out of 142027 with flag 0/2618000
940.45/912.56	c cleaning 72007 clauses out of 144023 with flag 0/2691000
971.22/942.66	c cleaning 72996 clauses out of 146016 with flag 0/2765000
1003.78/974.38	c cleaning 74000 clauses out of 148021 with flag 0/2840001
1039.93/1009.57	c cleaning 75006 clauses out of 150021 with flag 0/2916001
1072.73/1041.41	c cleaning 76000 clauses out of 152015 with flag 0/2993001
1105.22/1073.28	c cleaning 76998 clauses out of 154014 with flag 0/3071000
1141.32/1108.25	c cleaning 77994 clauses out of 156018 with flag 0/3150002
1174.82/1141.23	c cleaning 79008 clauses out of 158022 with flag 0/3230000
1208.75/1174.50	c cleaning 79995 clauses out of 160014 with flag 0/3311000
1246.00/1210.75	c cleaning 81002 clauses out of 162021 with flag 0/3393002
1281.39/1245.37	c cleaning 81997 clauses out of 164017 with flag 0/3476000
1318.41/1281.55	c cleaning 83009 clauses out of 166021 with flag 0/3560001
1359.77/1321.98	c cleaning 84001 clauses out of 168011 with flag 0/3645000
1400.81/1362.12	c cleaning 84997 clauses out of 170011 with flag 0/3731001
1442.84/1403.26	c cleaning 86001 clauses out of 172013 with flag 0/3818000
1485.14/1444.57	c cleaning 87001 clauses out of 174015 with flag 0/3906003
1526.45/1484.92	c cleaning 87999 clauses out of 176011 with flag 0/3995000
1569.68/1527.24	c cleaning 88996 clauses out of 178013 with flag 0/4085001
1612.42/1569.05	c cleaning 89991 clauses out of 180016 with flag 0/4176000
1657.81/1613.29	c cleaning 91009 clauses out of 182026 with flag 0/4268001
1701.77/1656.05	c cleaning 91998 clauses out of 184017 with flag 0/4361001
1746.14/1699.47	c cleaning 93007 clauses out of 186018 with flag 0/4455000
1803.28/1755.20	c cleaning 93997 clauses out of 188011 with flag 0/4550000
1848.84/1799.86	c cleaning 94988 clauses out of 190014 with flag 0/4646000
1897.16/1847.15	c cleaning 96005 clauses out of 192027 with flag 0/4743001
1948.48/1897.41	c cleaning 97006 clauses out of 194021 with flag 0/4841000
2001.95/1950.04	c cleaning 98004 clauses out of 196017 with flag 0/4940002
2057.26/2003.92	c cleaning 98991 clauses out of 198011 with flag 0/5040000
2110.91/2056.10	c cleaning 99998 clauses out of 200020 with flag 0/5141000
2164.63/2108.86	c cleaning 101002 clauses out of 202024 with flag 0/5243002
2218.30/2161.82	c cleaning 102000 clauses out of 204020 with flag 0/5346000
2272.61/2215.04	c cleaning 103001 clauses out of 206021 with flag 0/5450001
2328.89/2270.12	c cleaning 104000 clauses out of 208022 with flag 0/5555003
2385.26/2325.12	c cleaning 105002 clauses out of 210021 with flag 0/5661002
2442.62/2381.26	c cleaning 106000 clauses out of 212017 with flag 0/5768000
2504.18/2441.47	c cleaning 107000 clauses out of 214017 with flag 0/5876000
2566.09/2502.03	c cleaning 108000 clauses out of 216020 with flag 0/5985003
2623.44/2557.63	c cleaning 108998 clauses out of 218017 with flag 0/6095000
2679.25/2612.57	c cleaning 109990 clauses out of 220021 with flag 0/6206002
2751.80/2683.59	c cleaning 111005 clauses out of 222029 with flag 0/6318000
2817.39/2747.89	c cleaning 112001 clauses out of 224026 with flag 0/6431002
2879.68/2808.98	c cleaning 113003 clauses out of 226025 with flag 0/6545002
2946.93/2874.32	c cleaning 114004 clauses out of 228021 with flag 0/6660001
3013.49/2939.40	c cleaning 114989 clauses out of 230016 with flag 0/6776000
3080.28/3004.89	c cleaning 116007 clauses out of 232027 with flag 0/6893000
3145.81/3069.05	c cleaning 117003 clauses out of 234021 with flag 0/7011001
3210.87/3132.71	c cleaning 117993 clauses out of 236018 with flag 0/7130001
3282.18/3202.41	c cleaning 118996 clauses out of 238024 with flag 0/7250000
3351.83/3270.88	c cleaning 119997 clauses out of 240028 with flag 0/7371000
3426.02/3343.14	c cleaning 121005 clauses out of 242031 with flag 0/7493000
3502.52/3417.83	c cleaning 121994 clauses out of 244026 with flag 0/7616000
3575.22/3489.03	c cleaning 123013 clauses out of 246034 with flag 0/7740002
3600.07/3513.72	c starts		: 2418
3600.07/3513.73	c conflicts		: 7800774
3600.07/3513.73	c decisions		: 9643407
3600.07/3513.73	c propagations		: 703310055
3600.07/3513.73	c inspects		: 16407205398
3600.07/3513.73	c shortcuts		: 0
3600.07/3513.73	c learnt literals	: 0
3600.07/3513.73	c learnt binary clauses	: 0
3600.07/3513.73	c learnt ternary clauses	: 0
3600.07/3513.73	c learnt constraints	: 7800774
3600.07/3513.73	c ignored constraints	: 0
3600.07/3513.73	c root simplifications	: 0
3600.07/3513.73	c removed literals (reason simplification)	: 0
3600.07/3513.73	c reason swapping (by a shorter reason)	: 0
3600.07/3513.73	c Calls to reduceDB	: 120
3600.07/3513.73	c Number of update (reduction) of LBD	: 10709293
3600.07/3513.73	c Imported unit clauses	: 0
3600.07/3513.73	c No decision after first conflict	: false
3600.07/3513.73	c number of reductions to clauses (during analyze)	: 0
3600.07/3513.73	c number of learned constraints concerned by reduction	: 0
3600.07/3513.73	c number of learning phase by resolution	: 0
3600.07/3513.73	c number of learning phase by cutting planes	: 0
3600.07/3513.73	c number of rounding to 1 operations	: 0
3600.07/3513.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3513.73	c number of reductions of the coefficients by power 2 	: 0
3600.07/3513.73	c number of right shift for reduction by power 2 	: 0
3600.07/3513.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3513.74	c number of ending skipping 	: 0
3600.07/3513.74	c number of internal skipping 	: 0
3600.07/3513.74	c number of derivation steps 	: 196164211
3600.07/3513.74	c number of skipped derivation steps 	: 0
3600.07/3513.74	c number of remaining unassigned 	: 1897
3600.07/3513.74	c number of remaining assigned 	: 112425072
3600.07/3513.74	c number of falsified literals weakened from reason	: 0
3600.07/3513.74	c number of falsified literals weakened from conflict	: 0
3600.07/3513.74	c time for arithmetic operations	: 7403441159
3600.07/3513.74	c timeout
3600.07/3513.75	c minimum degree of deleted constraints	: 1
3600.07/3513.75	c maximum degree of deleted constraints	: 128
3600.07/3513.75	c number of deleted constraints	: 7616981
3600.07/3513.75	c speed (assignments/second)	: 200230.10759545385
3600.07/3513.75	c non guided choices	: 194
3600.22/3513.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 173856
3600.22/3513.86	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 302
3600.22/3513.86	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9635
3600.22/3513.87	s UNKNOWN
3600.22/3513.87	c Total wall clock time (in seconds): 3513.676

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Current StackSize limit: 8192 KiB

solver pid=953664, runsolver pid=953661

[startup+0.100074 s]*
/proc/loadavg: 4.48 4.40 4.28 7/318 953682
/proc/meminfo: memFree=115189528/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=18975048 memory=56812 CPUtime=0.14 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 6743 0 0 0 11 3 0 0 20 0 18 0 183378428 19430449152 14203 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4743762 14203 5648 1 0 551029 0
[pid=953664/tid=953666] ppid=953661 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 5678 0 0 0 7 2 0 0 20 0 18 0 183378428 19430449152 14237 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183378434 19430449152 14237 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=18975048 memory=14976684994783103 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 183378434 19430449152 14245 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56812 KiB

[startup+0.226072 s]*
/proc/loadavg: 4.48 4.40 4.28 8/318 953682
/proc/meminfo: memFree=115176800/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=18975048 memory=71424 CPUtime=0.37 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 7636 0 0 0 34 3 0 0 20 0 18 0 183378428 19430449152 17856 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4743762 17856 5790 1 0 551790 0
[pid=953664/tid=953666] ppid=953661 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 6090 0 0 0 18 2 0 0 20 0 18 0 183378428 19430449152 17856 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=18975048 memory=5822 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183378434 19430449152 17856 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=18975048 memory=13563812552906645 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 183378434 19430449152 17856 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71424 KiB

[startup+0.316071 s]*
/proc/loadavg: 4.48 4.40 4.28 7/318 953682
/proc/meminfo: memFree=115162016/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=18975048 memory=85852 CPUtime=0.52 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 7682 0 0 0 49 3 0 0 20 0 18 0 183378428 19430449152 21463 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4743762 21463 5790 1 0 551811 0
[pid=953664/tid=953666] ppid=953661 vsize=18975048 memory=-9103855575654245052 CPUtime=0.28 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 6109 0 0 0 25 3 0 0 20 0 18 0 183378428 19430449152 21463 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183378434 19430449152 21463 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 183378434 19430449152 21463 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 85852 KiB

[startup+0.700327 s]
/proc/loadavg: 4.48 4.40 4.28 7/319 953683
/proc/meminfo: memFree=115077892/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=19041612 memory=168196 CPUtime=1.22 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 9290 0 0 0 117 5 0 0 20 0 19 0 183378428 19498610688 42049 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4760403 42049 5875 1 0 553030 0
[pid=953664/tid=953666] ppid=953661 vsize=19041612 memory=5620 CPUtime=0.62 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 6148 0 0 0 58 4 0 0 20 0 19 0 183378428 19498610688 42049 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=19041612 memory=12724 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183378434 19498610688 42049 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 183378434 19498610688 42049 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 168196 KiB

[startup+1.50107 s]
/proc/loadavg: 4.48 4.40 4.28 7/319 953683
/proc/meminfo: memFree=115058388/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=19108176 memory=251896 CPUtime=2.76 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 26612 0 0 0 267 9 0 0 20 0 20 0 183378428 19566772224 62974 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4777044 62974 5875 1 0 559670 0
[pid=953664/tid=953666] ppid=953661 vsize=19108176 memory=0 CPUtime=1.34 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 7557 0 0 0 129 5 0 0 20 0 20 0 183378428 19566772224 62974 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 62974 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=19108176 memory=12724 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 62974 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 251896 KiB

[startup+3.10607 s]
/proc/loadavg: 4.52 4.41 4.29 7/320 953684
/proc/meminfo: memFree=114796752/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=19108176 memory=448996 CPUtime=5.96 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 29479 0 0 0 582 14 0 0 20 0 20 0 183378428 19566772224 112249 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4777044 112249 5875 1 0 559747 0
[pid=953664/tid=953666] ppid=953661 vsize=19108176 memory=12724 CPUtime=2.87 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 8189 0 0 0 278 9 0 0 20 0 20 0 183378428 19566772224 112249 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=19108176 memory=168196 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 112249 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 112249 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953684] ppid=953661 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/953664/task/953684/stat : 953684 (Timer-0) S 953661 953664 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183378552 19566772224 112249 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 5.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 448996 KiB

[startup+6.30107 s]
/proc/loadavg: 4.52 4.41 4.29 5/320 953686
/proc/meminfo: memFree=114255124/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=19108176 memory=978588 CPUtime=11 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 30287 0 0 0 1076 24 0 0 20 0 20 0 183378428 19566772224 244647 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4777044 244647 5875 1 0 559966 0
[pid=953664/tid=953666] ppid=953661 vsize=19108176 memory=0 CPUtime=6.01 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 8456 0 0 0 583 18 0 0 20 0 20 0 183378428 19566772224 244647 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 244647 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=19108176 memory=11408 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 244647 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953684] ppid=953661 vsize=19108176 memory=11408 CPUtime=0 cores=4,6
/proc/953664/task/953684/stat : 953684 (Timer-0) S 953661 953664 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183378552 19566772224 244647 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 978588 KiB

[startup+12.7011 s]
/proc/loadavg: 4.48 4.40 4.28 5/320 953686
/proc/meminfo: memFree=113167756/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=19108176 memory=2051540 CPUtime=18.01 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 31797 0 0 0 1754 47 0 0 20 0 20 0 183378428 19566772224 512885 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4777044 512885 5875 1 0 739604 0
[pid=953664/tid=953666] ppid=953661 vsize=19108176 memory=11408 CPUtime=12.2 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 9461 0 0 0 1180 40 0 0 20 0 20 0 183378428 19566772224 512885 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=19108176 memory=2051540 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 512885 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=19108176 memory=-9103855575654245052 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 512885 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953684] ppid=953661 vsize=19108176 memory=485956 CPUtime=0 cores=4,6
/proc/953664/task/953684/stat : 953684 (Timer-0) S 953661 953664 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183378552 19566772224 512885 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 18.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2051540 KiB

[startup+25.5011 s]
/proc/loadavg: 4.52 4.41 4.29 5/320 953689
/proc/meminfo: memFree=113148968/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=19108176 memory=2051880 CPUtime=31.16 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 37314 0 0 0 3067 49 0 0 20 0 20 0 183378428 19566772224 512970 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4777044 512970 5875 1 0 739606 0
[pid=953664/tid=953666] ppid=953661 vsize=19108176 memory=2051540 CPUtime=24.61 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 10921 0 0 0 2421 40 0 0 20 0 20 0 183378428 19566772224 512970 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=19108176 memory=2051880 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 512970 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=19108176 memory=2051880 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 512970 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953684] ppid=953661 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/953664/task/953684/stat : 953684 (Timer-0) S 953661 953664 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183378552 19566772224 512970 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 31.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2051880 KiB

[startup+51.1061 s]
/proc/loadavg: 4.34 4.38 4.28 5/320 953692
/proc/meminfo: memFree=113101216/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=19108176 memory=2062276 CPUtime=57.18 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 45905 0 0 0 5666 52 0 0 20 0 20 0 183378428 19566772224 515569 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4777044 515569 5884 1 0 739606 0
[pid=953664/tid=953666] ppid=953661 vsize=19108176 memory=2060196 CPUtime=49.52 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 13230 0 0 0 4912 40 0 0 20 0 20 0 183378428 19566772224 515569 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=19108176 memory=2058148 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 515569 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 515569 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953684] ppid=953661 vsize=19108176 memory=6688 CPUtime=0 cores=4,6
/proc/953664/task/953684/stat : 953684 (Timer-0) S 953661 953664 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183378552 19566772224 515569 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0

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

/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 192229 0 0 0 306180 110 0 0 20 0 20 0 183378428 19566772224 1249176 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 37 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=19108176 memory=4996700 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 1249176 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=19108176 memory=43648 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 2742 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 1249176 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953684] ppid=953661 vsize=19108176 memory=11408 CPUtime=0 cores=4,6
/proc/953664/task/953684/stat : 953684 (Timer-0) S 953661 953664 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183378552 19566772224 1249176 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 3240.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4996704 KiB

[startup+3222.3 s]
/proc/loadavg: 4.32 4.35 4.29 5/321 955580
/proc/meminfo: memFree=107664928/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=19108176 memory=4996704 CPUtime=3302.23 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 358712 0 0 0 329892 331 0 0 20 0 20 0 183378428 19566772224 1249176 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4777044 1249176 5915 1 0 1262456 0
[pid=953664/tid=953666] ppid=953661 vsize=19108176 memory=4996696 CPUtime=3121.15 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 195652 0 0 0 312004 111 0 0 20 0 20 0 183378428 19566772224 1249176 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 37 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=19108176 memory=4996704 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 1249176 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=19108176 memory=4996704 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 2749 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 1249176 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953684] ppid=953661 vsize=19108176 memory=4996704 CPUtime=0 cores=4,6
/proc/953664/task/953684/stat : 953684 (Timer-0) S 953661 953664 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183378552 19566772224 1249176 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 3302.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4996704 KiB

[startup+3282.3 s]
/proc/loadavg: 3.78 4.20 4.25 4/295 955623
/proc/meminfo: memFree=112044752/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=19108176 memory=4996704 CPUtime=3363.47 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 364055 0 0 0 336013 334 0 0 20 0 20 0 183378428 19566772224 1249176 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4777044 1249176 5915 1 0 1262456 0
[pid=953664/tid=953666] ppid=953661 vsize=19108176 memory=4996704 CPUtime=3179.22 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 198074 0 0 0 317811 111 0 0 20 0 20 0 183378428 19566772224 1249176 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 37 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=19108176 memory=12724 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 1249176 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=19108176 memory=11408 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 2795 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 1249176 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953684] ppid=953661 vsize=19108176 memory=16212 CPUtime=0 cores=4,6
/proc/953664/task/953684/stat : 953684 (Timer-0) S 953661 953664 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183378552 19566772224 1249176 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 3363.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4996704 KiB

[startup+3342.3 s]
/proc/loadavg: 3.39 4.01 4.18 4/295 955634
/proc/meminfo: memFree=112044336/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=19108176 memory=4996716 CPUtime=3425.21 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 369179 0 0 0 342183 338 0 0 20 0 20 0 183378428 19566772224 1249179 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4777044 1249179 5915 1 0 1262457 0
[pid=953664/tid=953666] ppid=953661 vsize=19108176 memory=16212 CPUtime=3237.01 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 201263 0 0 0 323589 112 0 0 20 0 20 0 183378428 19566772224 1249179 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 37 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=19108176 memory=4996704 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 1249179 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=19108176 memory=11408 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 2841 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 1249179 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953684] ppid=953661 vsize=19108176 memory=12724 CPUtime=0 cores=4,6
/proc/953664/task/953684/stat : 953684 (Timer-0) S 953661 953664 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183378552 19566772224 1249179 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 3425.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4996716 KiB

[startup+3402.3 s]
/proc/loadavg: 3.27 3.86 4.11 4/295 955644
/proc/meminfo: memFree=112511452/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=19108176 memory=4996716 CPUtime=3486.39 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 372355 0 0 0 348297 342 0 0 20 0 20 0 183378428 19566772224 1249179 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4777044 1249179 5915 1 0 1262457 0
[pid=953664/tid=953666] ppid=953661 vsize=19108176 memory=4996716 CPUtime=3295.39 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 204025 0 0 0 329427 112 0 0 20 0 20 0 183378428 19566772224 1249179 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 37 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=19108176 memory=4996716 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 1249179 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=19108176 memory=16212 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 2888 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 1249179 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953684] ppid=953661 vsize=19108176 memory=4996716 CPUtime=0 cores=4,6
/proc/953664/task/953684/stat : 953684 (Timer-0) S 953661 953664 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183378552 19566772224 1249179 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 3486.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4996716 KiB

[startup+3462.3 s]
/proc/loadavg: 3.78 3.90 4.10 4/295 955655
/proc/meminfo: memFree=112511264/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=19108176 memory=4996720 CPUtime=3547.71 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 376747 0 0 0 354425 346 0 0 20 0 20 0 183378428 19566772224 1249180 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4777044 1249180 5915 1 0 1262457 0
[pid=953664/tid=953666] ppid=953661 vsize=19108176 memory=4996716 CPUtime=3353.66 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 206492 0 0 0 335253 113 0 0 20 0 20 0 183378428 19566772224 1249180 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 37 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=19108176 memory=4996716 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 1249180 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=19108176 memory=4996720 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 2935 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 1249180 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953684] ppid=953661 vsize=19108176 memory=4996720 CPUtime=0 cores=4,6
/proc/953664/task/953684/stat : 953684 (Timer-0) S 953661 953664 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183378552 19566772224 1249180 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 3547.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4996720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3513.7 s]
/proc/loadavg: 3.49 3.80 4.06 4/295 955664
/proc/meminfo: memFree=112510896/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=19108176 memory=4996724 CPUtime=3600.07 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 383067 0 0 0 359657 350 0 0 20 0 20 0 183378428 19566772224 1249181 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4777044 1249181 5915 1 0 1262457 0
[pid=953664/tid=953666] ppid=953661 vsize=19108176 memory=4996720 CPUtime=3403.82 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) R 953661 953664 947632 0 -1 4194368 209569 0 0 0 340269 113 0 0 20 0 20 0 183378428 19566772224 1249181 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 37 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=19108176 memory=4996724 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 1249181 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=19108176 memory=2248 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 3004 0 0 0 0 0 0 0 20 0 20 0 183378434 19566772224 1249181 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953684] ppid=953661 vsize=19108176 memory=-9103855575654245052 CPUtime=0 cores=4,6
/proc/953664/task/953684/stat : 953684 (Timer-0) S 953661 953664 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183378552 19566772224 1249181 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4996724 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.81 s, system=3.5353 s

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

[startup+3513.81 s]
/proc/loadavg: 3.49 3.80 4.06 4/295 955664
/proc/meminfo: memFree=112510896/131655788 swapFree=131071996/131071996
[pid=953664] ppid=953661 vsize=19307868 memory=4997572 CPUtime=3600.22 cores=4,6
/proc/953664/stat : 953664 (java) S 953661 953664 947632 0 -1 1077936128 385591 0 0 0 359672 350 0 0 20 0 21 0 183378428 19771256832 1249393 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
/proc/953664/statm: 4826967 1249393 5929 1 0 1263385 0
[pid=953664/tid=953666] ppid=953661 vsize=19307868 memory=2288 CPUtime=3403.84 cores=4,6
/proc/953664/task/953666/stat : 953666 (java) S 953661 953664 947632 0 -1 1077936192 209765 0 0 0 340271 113 0 0 20 0 21 0 183378428 19771256832 1249393 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 37 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953675] ppid=953661 vsize=19307868 memory=26520 CPUtime=0 cores=4,6
/proc/953664/task/953675/stat : 953675 (Finalizer) S 953661 953664 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183378434 19771256832 1249393 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
[pid=953664/tid=953682] ppid=953661 vsize=19307868 memory=5524 CPUtime=0 cores=4,6
/proc/953664/task/953682/stat : 953682 (Common-Cleaner) S 953661 953664 947632 0 -1 1077936192 3004 0 0 0 0 0 0 0 20 0 21 0 183378434 19771256832 1249393 134679101440 94661310496768 94661310500464 140734211873504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94661310508280 94661310509072 94661311160320 140734211879924 140734211880032 140734211880032 140734211887048 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4997572 KiB

[startup+3513.91 s]*
/proc/loadavg: 3.53 3.81 4.06 4/277 955667
/proc/meminfo: memFree=117357528/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3513.93
CPU time (s): 3600.34
CPU user time (s): 3596.81
CPU system time (s): 3.5353
CPU usage (%): 102.459
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4997572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.81
system time used= 3.5353
maximum resident set size= 4998444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386033
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137476
involuntary context switches= 9108


# summary of solver processes directly reported to runsolver:
#   pid: 953664
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3596.81
#   total CPU system time (s): 3.5353

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1526 second user time and 36.6311 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-18 16:17:10
IDJOB=4443941
IDBENCH=147891
IDSOLVER=3052
FILE ID=nodeC007/4443941-1721312218
RUNJOBID= nodeC007-1721304841-947643
SLURM_JOB_ID= 7542628
Free space on /tmp= 723776 MiB

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

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

MD5SUM BENCH= f8e7200d7e9c4a7cfb6b4e6c5b6d430a
RANDOM SEED=799037163

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		: 3658.239
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		: 3622.137
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.249
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.264
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		: 3640.967
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		: 3622.883
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.132
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.217
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:        115224952 kB
MemAvailable:   117887260 kB
Buffers:          489440 kB
Cached:          3004512 kB
SwapCached:            0 kB
Active:           997416 kB
Inactive:       14849220 kB
Active(anon):       1476 kB
Inactive(anon): 12388916 kB
Active(file):     995940 kB
Inactive(file):  2460304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2276 kB
Writeback:            16 kB
AnonPages:      12352392 kB
Mapped:           126152 kB
Shmem:             37704 kB
KReclaimable:      92192 kB
Slab:             193436 kB
SReclaimable:      92192 kB
SUnreclaim:       101244 kB
KernelStack:        4848 kB
PageTables:        34268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   14325752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57664 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11986944 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= 723756 MiB
End job on nodeC007 at 2024-07-18 17:15:44