Trace number 4444031

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.22 3579.29

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUM392bb637b95a9bbde51dfdce2cdaf17a
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 benchmark2.13387
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4444031-1721313649.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
2.23/1.28	c ... done. Wall clock time 1.126s.
2.23/1.28	c declared #vars     1650
2.23/1.28	c #constraints  113714
2.23/1.28	c constraints type 
2.23/1.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 550
2.23/1.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 113164
2.23/1.28	c 113714 constraints processed.
7.79/4.08	c cleaning 2497 clauses out of 5001 with flag 0/5001
10.81/6.65	c cleaning 4245 clauses out of 8503 with flag 0/11000
13.75/9.38	c cleaning 5628 clauses out of 11260 with flag 0/18002
17.48/12.89	c cleaning 6809 clauses out of 13630 with flag 0/26000
21.05/16.43	c cleaning 7899 clauses out of 15821 with flag 0/35000
25.03/20.48	c cleaning 8950 clauses out of 17922 with flag 0/45000
29.31/24.65	c cleaning 9982 clauses out of 19975 with flag 0/56003
34.15/29.47	c cleaning 10985 clauses out of 21994 with flag 0/68004
39.88/35.01	c cleaning 11994 clauses out of 24005 with flag 0/81000
45.69/40.80	c cleaning 12996 clauses out of 26011 with flag 0/95000
52.47/47.68	c cleaning 14003 clauses out of 28016 with flag 0/110001
57.98/53.20	c cleaning 14996 clauses out of 30013 with flag 0/126001
64.30/59.47	c cleaning 15998 clauses out of 32017 with flag 0/143001
71.68/66.76	c cleaning 16996 clauses out of 34018 with flag 0/161000
79.18/74.25	c cleaning 17998 clauses out of 36022 with flag 0/180000
87.37/82.49	c cleaning 19002 clauses out of 38024 with flag 0/200000
96.23/91.28	c cleaning 20000 clauses out of 40022 with flag 0/221000
106.74/101.89	c cleaning 21001 clauses out of 42022 with flag 0/243000
117.69/112.89	c cleaning 22004 clauses out of 44022 with flag 0/266001
129.42/124.66	c cleaning 23000 clauses out of 46017 with flag 0/290000
141.93/137.22	c cleaning 23994 clauses out of 48018 with flag 0/315001
155.17/150.59	c cleaning 25006 clauses out of 50025 with flag 0/341002
169.46/164.86	c cleaning 25996 clauses out of 52017 with flag 0/368000
184.17/179.47	c cleaning 26995 clauses out of 54021 with flag 0/396000
201.25/196.46	c cleaning 28001 clauses out of 56027 with flag 0/425001
219.26/214.45	c cleaning 29005 clauses out of 58025 with flag 0/455000
238.05/233.08	c cleaning 30005 clauses out of 60023 with flag 0/486003
256.65/251.51	c cleaning 30996 clauses out of 62015 with flag 0/518000
275.56/270.24	c cleaning 31999 clauses out of 64019 with flag 0/551000
295.98/290.40	c cleaning 33002 clauses out of 66021 with flag 0/585001
313.03/307.21	c cleaning 34003 clauses out of 68022 with flag 0/620004
331.61/325.52	c cleaning 34999 clauses out of 70015 with flag 0/656000
353.81/347.59	c cleaning 36001 clauses out of 72018 with flag 0/693002
374.30/367.91	c cleaning 37002 clauses out of 74015 with flag 0/731000
393.67/387.23	c cleaning 37996 clauses out of 76013 with flag 0/770000
415.83/409.40	c cleaning 39000 clauses out of 78017 with flag 0/810000
438.25/431.76	c cleaning 39993 clauses out of 80017 with flag 0/851000
456.94/450.43	c cleaning 40999 clauses out of 82024 with flag 0/893000
478.02/471.34	c cleaning 42002 clauses out of 84025 with flag 0/936000
499.41/492.56	c cleaning 43005 clauses out of 86023 with flag 0/980000
524.77/517.61	c cleaning 44000 clauses out of 88018 with flag 0/1025000
550.13/542.86	c cleaning 45006 clauses out of 90018 with flag 0/1071000
572.72/565.12	c cleaning 45997 clauses out of 92012 with flag 0/1118000
600.39/592.51	c cleaning 47003 clauses out of 94017 with flag 0/1166002
625.02/617.05	c cleaning 47995 clauses out of 96012 with flag 0/1215000
649.49/641.28	c cleaning 49003 clauses out of 98018 with flag 0/1265001
676.15/667.64	c cleaning 49998 clauses out of 100015 with flag 0/1316001
704.05/695.44	c cleaning 51000 clauses out of 102016 with flag 0/1368000
732.58/723.91	c cleaning 52001 clauses out of 104018 with flag 0/1421002
763.77/755.09	c cleaning 52996 clauses out of 106016 with flag 0/1475001
798.19/789.15	c cleaning 54001 clauses out of 108019 with flag 0/1530000
833.48/824.35	c cleaning 55007 clauses out of 110023 with flag 0/1586005
869.11/860.04	c cleaning 55995 clauses out of 112014 with flag 0/1643003
905.83/896.78	c cleaning 57004 clauses out of 114018 with flag 0/1701002
947.99/938.71	c cleaning 57999 clauses out of 116014 with flag 0/1760002
987.07/977.85	c cleaning 59004 clauses out of 118016 with flag 0/1820003
1031.19/1021.74	c cleaning 59991 clauses out of 120009 with flag 0/1881000
1079.54/1069.77	c cleaning 60996 clauses out of 122018 with flag 0/1943000
1124.97/1115.22	c cleaning 61994 clauses out of 124022 with flag 0/2006000
1172.30/1162.67	c cleaning 63003 clauses out of 126028 with flag 0/2070000
1223.90/1214.18	c cleaning 64003 clauses out of 128029 with flag 0/2135004
1274.31/1264.68	c cleaning 65008 clauses out of 130022 with flag 0/2201000
1308.52/1298.56	c cleaning 66001 clauses out of 132014 with flag 0/2268000
1343.64/1333.27	c cleaning 67004 clauses out of 134014 with flag 0/2336001
1384.78/1374.34	c cleaning 67997 clauses out of 136011 with flag 0/2405002
1431.01/1420.44	c cleaning 68997 clauses out of 138012 with flag 0/2475000
1481.76/1470.76	c cleaning 69999 clauses out of 140016 with flag 0/2546001
1532.29/1521.12	c cleaning 71001 clauses out of 142016 with flag 0/2618000
1581.87/1570.68	c cleaning 72000 clauses out of 144015 with flag 0/2691000
1633.39/1621.70	c cleaning 72992 clauses out of 146017 with flag 0/2765002
1683.40/1671.57	c cleaning 74002 clauses out of 148024 with flag 0/2840001
1742.30/1730.06	c cleaning 75008 clauses out of 150021 with flag 0/2916000
1784.88/1772.12	c cleaning 75998 clauses out of 152013 with flag 0/2993000
1831.34/1818.26	c cleaning 77002 clauses out of 154018 with flag 0/3071003
1884.79/1871.07	c cleaning 77996 clauses out of 156015 with flag 0/3150002
1936.86/1922.86	c cleaning 79000 clauses out of 158018 with flag 0/3230001
1996.25/1981.85	c cleaning 79991 clauses out of 160017 with flag 0/3311000
2057.30/2042.45	c cleaning 80996 clauses out of 162026 with flag 0/3393000
2106.11/2090.91	c cleaning 82007 clauses out of 164031 with flag 0/3476001
2170.89/2155.61	c cleaning 83001 clauses out of 166024 with flag 0/3560001
2222.04/2206.56	c cleaning 84007 clauses out of 168025 with flag 0/3645003
2282.77/2266.90	c cleaning 84996 clauses out of 170017 with flag 0/3731002
2352.62/2336.41	c cleaning 85997 clauses out of 172019 with flag 0/3818000
2423.02/2406.80	c cleaning 87002 clauses out of 174023 with flag 0/3906001
2491.43/2474.73	c cleaning 88001 clauses out of 176024 with flag 0/3995004
2562.25/2545.12	c cleaning 88997 clauses out of 178021 with flag 0/4085002
2638.54/2621.28	c cleaning 89998 clauses out of 180022 with flag 0/4176000
2709.27/2691.94	c cleaning 91001 clauses out of 182025 with flag 0/4268001
2791.32/2773.51	c cleaning 92002 clauses out of 184024 with flag 0/4361001
2871.20/2852.86	c cleaning 93004 clauses out of 186022 with flag 0/4455001
2954.54/2936.10	c cleaning 94001 clauses out of 188019 with flag 0/4550002
3036.64/3017.98	c cleaning 94991 clauses out of 190016 with flag 0/4646000
3118.58/3099.60	c cleaning 95996 clauses out of 192025 with flag 0/4743000
3201.10/3182.19	c cleaning 97004 clauses out of 194030 with flag 0/4841001
3296.28/3277.12	c cleaning 98002 clauses out of 196025 with flag 0/4940000
3387.39/3367.41	c cleaning 99006 clauses out of 198024 with flag 0/5040001
3490.63/3470.08	c cleaning 99999 clauses out of 200017 with flag 0/5141000
3572.42/3551.68	c cleaning 101003 clauses out of 202018 with flag 0/5243000
3600.09/3579.21	c starts		: 46
3600.09/3579.22	c timeout
3600.09/3579.22	c conflicts		: 5292600
3600.09/3579.22	c decisions		: 6165274
3600.09/3579.22	c propagations		: 540201190
3600.09/3579.22	c inspects		: 17292334220
3600.09/3579.22	c shortcuts		: 0
3600.09/3579.22	c learnt literals	: 0
3600.09/3579.22	c learnt binary clauses	: 0
3600.09/3579.22	c learnt ternary clauses	: 0
3600.09/3579.22	c learnt constraints	: 5292599
3600.09/3579.22	c ignored constraints	: 0
3600.09/3579.22	c root simplifications	: 0
3600.09/3579.22	c removed literals (reason simplification)	: 0
3600.09/3579.22	c reason swapping (by a shorter reason)	: 0
3600.09/3579.22	c Calls to reduceDB	: 98
3600.09/3579.22	c Number of update (reduction) of LBD	: 7403200
3600.09/3579.22	c Imported unit clauses	: 0
3600.09/3579.22	c No decision after first conflict	: false
3600.09/3579.22	c number of reductions to clauses (during analyze)	: 0
3600.09/3579.22	c number of learned constraints concerned by reduction	: 0
3600.09/3579.22	c number of learning phase by resolution	: 0
3600.09/3579.22	c number of learning phase by cutting planes	: 0
3600.09/3579.22	c number of rounding to 1 operations	: 0
3600.09/3579.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3579.22	c number of reductions of the coefficients by power 2 	: 0
3600.09/3579.22	c number of right shift for reduction by power 2 	: 0
3600.09/3579.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3579.22	c number of ending skipping 	: 0
3600.09/3579.22	c number of internal skipping 	: 0
3600.09/3579.22	c number of derivation steps 	: 178107676
3600.09/3579.22	c number of skipped derivation steps 	: 0
3600.09/3579.22	c number of remaining unassigned 	: 238
3600.09/3579.22	c number of remaining assigned 	: 24698981
3600.09/3579.22	c number of falsified literals weakened from reason	: 0
3600.09/3579.22	c number of falsified literals weakened from conflict	: 0
3600.09/3579.22	c time for arithmetic operations	: 2383625666
3600.09/3579.23	c minimum degree of deleted constraints	: 1
3600.09/3579.23	c maximum degree of deleted constraints	: 24
3600.09/3579.23	c number of deleted constraints	: 5141985
3600.09/3579.23	c speed (assignments/second)	: 150981.14891873475
3600.09/3579.23	c non guided choices	: 304
3600.09/3579.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 148765
3600.09/3579.27	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 1849
3600.09/3579.28	s UNKNOWN
3600.09/3579.28	c Total wall clock time (in seconds): 3579.123

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (59157 MiB free)
  memory of node 1: 64510 MiB (58120 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444031-1721313649/watcher-4444031-1721313649 -o /tmp/evaluation-result-4444031-1721313649/solver-4444031-1721313649 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984930 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4444031-1721313649.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=989760, runsolver pid=989757

[startup+0.100872 s]*
/proc/loadavg: 4.50 4.25 4.20 5/330 989778
/proc/meminfo: memFree=120050812/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=18975048 memory=63268 CPUtime=0.13 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 7218 0 0 0 11 2 0 0 20 0 18 0 183526742 19430449152 15817 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4743762 15817 5703 1 0 549323 0
[pid=989760/tid=989762] ppid=989757 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 1077936192 5753 0 0 0 7 1 0 0 20 0 18 0 183526743 19430449152 15817 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183526745 19430449152 15817 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183526746 19430449152 15817 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63268 KiB

[startup+0.213269 s]*
/proc/loadavg: 4.50 4.25 4.20 7/330 989778
/proc/meminfo: memFree=120019648/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=18975048 memory=95044 CPUtime=0.33 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 7833 0 0 0 31 2 0 0 20 0 18 0 183526742 19430449152 23761 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4743762 23761 5848 1 0 549718 0
[pid=989760/tid=989762] ppid=989757 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 6046 0 0 0 17 1 0 0 20 0 18 0 183526743 19430449152 23761 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=18975048 memory=15975 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183526745 19430449152 23761 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183526746 19430449152 23761 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 95044 KiB

[startup+0.311278 s]*
/proc/loadavg: 4.50 4.25 4.20 6/331 989779
/proc/meminfo: memFree=119949408/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=19041612 memory=164720 CPUtime=0.52 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 9471 0 0 0 48 4 0 0 20 0 19 0 183526742 19498610688 41180 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4760403 41180 5848 1 0 550986 0
[pid=989760/tid=989762] ppid=989757 vsize=19041612 memory=-8671790361071624892 CPUtime=0.27 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 6076 0 0 0 24 3 0 0 20 0 19 0 183526743 19498610688 41180 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183526745 19498610688 41180 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183526746 19498610688 41180 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164720 KiB

[startup+0.700825 s]
/proc/loadavg: 4.50 4.25 4.20 7/331 989779
/proc/meminfo: memFree=119875568/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=19041612 memory=494784 CPUtime=1.25 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 17936 0 0 0 114 11 0 0 20 0 19 0 183526742 19498610688 123696 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4760403 123696 5848 1 0 554448 0
[pid=989760/tid=989762] ppid=989757 vsize=19041612 memory=5472 CPUtime=0.61 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 6228 0 0 0 53 8 0 0 20 0 19 0 183526743 19498610688 123696 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=19041612 memory=13196 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183526745 19498610688 123696 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183526746 19498610688 123696 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 494784 KiB

[startup+1.50027 s]
/proc/loadavg: 4.50 4.25 4.20 6/331 989781
/proc/meminfo: memFree=119475340/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=19108176 memory=1095148 CPUtime=2.83 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 23931 0 0 0 260 23 0 0 20 0 20 0 183526742 19566772224 273787 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4777044 273787 5855 1 0 919395 0
[pid=989760/tid=989762] ppid=989757 vsize=19108176 memory=13196 CPUtime=1.33 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 6591 0 0 0 115 18 0 0 20 0 20 0 183526743 19566772224 273787 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183526745 19566772224 273787 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183526746 19566772224 273787 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1095148 KiB

[startup+3.11127 s]
/proc/loadavg: 4.50 4.25 4.20 6/332 989782
/proc/meminfo: memFree=118600972/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=19108176 memory=1545144 CPUtime=6.01 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 25008 0 0 0 569 32 0 0 20 0 20 0 183526742 19566772224 386286 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4777044 386286 5855 1 0 919438 0
[pid=989760/tid=989762] ppid=989757 vsize=19108176 memory=198340509722 CPUtime=2.89 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 6828 0 0 0 262 27 0 0 20 0 20 0 183526743 19566772224 386286 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183526745 19566772224 386286 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183526746 19566772224 386286 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989782] ppid=989757 vsize=19108176 memory=1146656 CPUtime=0 cores=0,2
/proc/989760/task/989782/stat : 989782 (Timer-0) S 989757 989760 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183526871 19566772224 386286 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1545144 KiB

[startup+6.30027 s]
/proc/loadavg: 4.46 4.24 4.20 5/332 989782
/proc/meminfo: memFree=118343812/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=19108176 memory=1881352 CPUtime=10.5 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 25590 0 0 0 1011 39 0 0 20 0 20 0 183526742 19566772224 470338 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4777044 470338 5855 1 0 919494 0
[pid=989760/tid=989762] ppid=989757 vsize=19108176 memory=0 CPUtime=5.99 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 7178 0 0 0 566 33 0 0 20 0 20 0 183526743 19566772224 470338 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183526745 19566772224 470338 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=19108176 memory=1311144 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183526746 19566772224 470338 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989782] ppid=989757 vsize=19108176 memory=1688840 CPUtime=0 cores=0,2
/proc/989760/task/989782/stat : 989782 (Timer-0) S 989757 989760 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183526871 19566772224 470338 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 10.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1881352 KiB

[startup+12.7003 s]
/proc/loadavg: 4.58 4.27 4.21 5/332 989783
/proc/meminfo: memFree=117953480/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=19108176 memory=2156336 CPUtime=17.38 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 36895 0 0 0 1691 47 0 0 20 0 20 0 183526742 19566772224 539084 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4777044 539084 5855 1 0 919516 0
[pid=989760/tid=989762] ppid=989757 vsize=19108176 memory=2156328 CPUtime=12.22 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 8194 0 0 0 1184 38 0 0 20 0 20 0 183526743 19566772224 539084 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183526745 19566772224 539084 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=19108176 memory=7379542049481646931 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183526746 19566772224 539084 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989782] ppid=989757 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/989760/task/989782/stat : 989782 (Timer-0) S 989757 989760 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183526871 19566772224 539084 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 17.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2156336 KiB

[startup+25.5003 s]
/proc/loadavg: 4.45 4.26 4.21 5/332 989785
/proc/meminfo: memFree=117742016/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=19108176 memory=2367468 CPUtime=30.22 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 45033 0 0 0 2970 52 0 0 20 0 20 0 183526742 19566772224 591867 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4777044 591867 5855 1 0 919537 0
[pid=989760/tid=989762] ppid=989757 vsize=19108176 memory=7379542049481646931 CPUtime=24.81 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 11197 0 0 0 2439 42 0 0 20 0 20 0 183526743 19566772224 591867 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183526745 19566772224 591867 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=19108176 memory=2244 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183526746 19566772224 591867 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989782] ppid=989757 vsize=19108176 memory=-8671790361071624892 CPUtime=0 cores=0,2
/proc/989760/task/989782/stat : 989782 (Timer-0) S 989757 989760 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183526871 19566772224 591867 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 30.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2367468 KiB

[startup+51.1059 s]
/proc/loadavg: 4.30 4.24 4.20 5/332 989789
/proc/meminfo: memFree=117737372/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=19108176 memory=2371744 CPUtime=55.98 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 51612 0 0 0 5545 53 0 0 20 0 20 0 183526742 19566772224 592936 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4777044 592936 5855 1 0 919537 0
[pid=989760/tid=989762] ppid=989757 vsize=19108176 memory=2371744 CPUtime=50.11 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 14285 0 0 0 4969 42 0 0 20 0 20 0 183526743 19566772224 592936 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183526745 19566772224 592936 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183526746 19566772224 592936 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989782] ppid=989757 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/989760/task/989782/stat : 989782 (Timer-0) S 989757 989760 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183526871 19566772224 592936 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0

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

/proc/meminfo: memFree=119052704/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=19108176 memory=3629356 CPUtime=3181.37 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 286497 0 0 0 317923 214 0 0 20 0 20 0 183526742 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4777044 907339 5886 1 0 920416 0
[pid=989760/tid=989762] ppid=989757 vsize=19108176 memory=3629356 CPUtime=3103.05 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 128179 0 0 0 310236 69 0 0 20 0 20 0 183526743 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=19108176 memory=19440 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183526745 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=19108176 memory=3629356 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 3146 0 0 0 0 0 0 0 20 0 20 0 183526746 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989782] ppid=989757 vsize=19108176 memory=45336 CPUtime=0 cores=0,2
/proc/989760/task/989782/stat : 989782 (Timer-0) S 989757 989760 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183526871 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 3181.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3629356 KiB

[startup+3222.3 s]
/proc/loadavg: 3.12 3.67 4.00 4/305 992172
/proc/meminfo: memFree=119011404/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=19108176 memory=3629356 CPUtime=3241.12 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 289350 0 0 0 323896 216 0 0 20 0 20 0 183526742 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4777044 907339 5886 1 0 920416 0
[pid=989760/tid=989762] ppid=989757 vsize=19108176 memory=3629356 CPUtime=3162.04 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 130131 0 0 0 316135 69 0 0 20 0 20 0 183526743 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=19108176 memory=19440 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183526745 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=19108176 memory=3629356 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 3190 0 0 0 0 0 0 0 20 0 20 0 183526746 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989782] ppid=989757 vsize=19108176 memory=3629356 CPUtime=0 cores=0,2
/proc/989760/task/989782/stat : 989782 (Timer-0) S 989757 989760 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183526871 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 3241.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3629356 KiB

[startup+3282.3 s]
/proc/loadavg: 3.33 3.62 3.97 4/304 992182
/proc/meminfo: memFree=118976028/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=19108176 memory=3629356 CPUtime=3301.46 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 292044 0 0 0 329927 219 0 0 20 0 20 0 183526742 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4777044 907339 5886 1 0 920416 0
[pid=989760/tid=989762] ppid=989757 vsize=19108176 memory=3629356 CPUtime=3221.19 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 131970 0 0 0 322049 70 0 0 20 0 20 0 183526743 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=19108176 memory=3629356 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183526745 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=19108176 memory=3629356 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 3285 0 0 0 0 0 0 0 20 0 20 0 183526746 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989782] ppid=989757 vsize=19108176 memory=26116 CPUtime=0 cores=0,2
/proc/989760/task/989782/stat : 989782 (Timer-0) S 989757 989760 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183526871 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 3301.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3629356 KiB

[startup+3342.3 s]
/proc/loadavg: 3.18 3.52 3.91 4/304 992192
/proc/meminfo: memFree=118944680/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=19108176 memory=3629356 CPUtime=3361.9 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 294623 0 0 0 335968 222 0 0 20 0 20 0 183526742 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4777044 907339 5886 1 0 920416 0
[pid=989760/tid=989762] ppid=989757 vsize=19108176 memory=3629356 CPUtime=3280.28 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 133756 0 0 0 327957 71 0 0 20 0 20 0 183526743 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=19108176 memory=45336 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183526745 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=19108176 memory=3629356 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 3329 0 0 0 0 0 0 0 20 0 20 0 183526746 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989782] ppid=989757 vsize=19108176 memory=-8671790361071624892 CPUtime=0 cores=0,2
/proc/989760/task/989782/stat : 989782 (Timer-0) S 989757 989760 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183526871 19566772224 907339 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 3361.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3629356 KiB

[startup+3402.3 s]
/proc/loadavg: 3.25 3.47 3.87 4/304 992204
/proc/meminfo: memFree=118918840/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=19108176 memory=3630332 CPUtime=3422.49 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 300023 0 0 0 342023 226 0 0 20 0 20 0 183526742 19566772224 907583 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4777044 907583 5886 1 0 920659 0
[pid=989760/tid=989762] ppid=989757 vsize=19108176 memory=3629356 CPUtime=3339.12 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 136055 0 0 0 333841 71 0 0 20 0 20 0 183526743 19566772224 907583 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183526745 19566772224 907583 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=19108176 memory=3630332 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 3382 0 0 0 0 0 0 0 20 0 20 0 183526746 19566772224 907583 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989782] ppid=989757 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/989760/task/989782/stat : 989782 (Timer-0) S 989757 989760 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183526871 19566772224 907583 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 3422.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3630332 KiB

[startup+3462.3 s]
/proc/loadavg: 3.29 3.44 3.83 4/304 992214
/proc/meminfo: memFree=118918488/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=19108176 memory=3630332 CPUtime=3482.85 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 301938 0 0 0 348057 228 0 0 20 0 20 0 183526742 19566772224 907583 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4777044 907583 5886 1 0 920659 0
[pid=989760/tid=989762] ppid=989757 vsize=19108176 memory=3629356 CPUtime=3398.25 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 137593 0 0 0 339753 72 0 0 20 0 20 0 183526743 19566772224 907583 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183526745 19566772224 907583 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 3466 0 0 0 0 0 0 0 20 0 20 0 183526746 19566772224 907583 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989782] ppid=989757 vsize=19108176 memory=-8671790361071624892 CPUtime=0 cores=0,2
/proc/989760/task/989782/stat : 989782 (Timer-0) S 989757 989760 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183526871 19566772224 907583 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 3482.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3630332 KiB

[startup+3522.3 s]
/proc/loadavg: 2.82 3.30 3.76 3/278 992256
/proc/meminfo: memFree=121504348/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=19108176 memory=3630332 CPUtime=3543.01 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 304792 0 0 0 354070 231 0 0 20 0 20 0 183526742 19566772224 907583 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4777044 907583 5886 1 0 920659 0
[pid=989760/tid=989762] ppid=989757 vsize=19108176 memory=11544 CPUtime=3457.45 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 139285 0 0 0 345673 72 0 0 20 0 20 0 183526743 19566772224 907583 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=19108176 memory=3630332 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183526745 19566772224 907583 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=19108176 memory=3630332 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 3510 0 0 0 0 0 0 0 20 0 20 0 183526746 19566772224 907583 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989782] ppid=989757 vsize=19108176 memory=3630332 CPUtime=0 cores=0,2
/proc/989760/task/989782/stat : 989782 (Timer-0) S 989757 989760 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183526871 19566772224 907583 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 3543.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3630332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3579.2 s]
/proc/loadavg: 2.37 3.09 3.66 3/281 992270
/proc/meminfo: memFree=121504068/131524600 swapFree=131071996/131071996
[pid=989760] ppid=989757 vsize=19108176 memory=3630336 CPUtime=3600.09 cores=0,2
/proc/989760/stat : 989760 (java) S 989757 989760 984920 0 -1 1077936128 307092 0 0 0 359776 233 0 0 20 0 20 0 183526742 19566772224 907584 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
/proc/989760/statm: 4777044 907584 5886 1 0 920659 0
[pid=989760/tid=989762] ppid=989757 vsize=19108176 memory=5472 CPUtime=3513.75 cores=0,2
/proc/989760/task/989762/stat : 989762 (java) R 989757 989760 984920 0 -1 4194368 140995 0 0 0 351303 72 0 0 20 0 20 0 183526743 19566772224 907584 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989771] ppid=989757 vsize=19108176 memory=16192 CPUtime=0 cores=0,2
/proc/989760/task/989771/stat : 989771 (Finalizer) S 989757 989760 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183526745 19566772224 907584 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989778] ppid=989757 vsize=19108176 memory=2320 CPUtime=0 cores=0,2
/proc/989760/task/989778/stat : 989778 (Common-Cleaner) S 989757 989760 984920 0 -1 1077936192 3603 0 0 0 0 0 0 0 20 0 20 0 183526746 19566772224 907584 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
[pid=989760/tid=989782] ppid=989757 vsize=19108176 memory=2028 CPUtime=0 cores=0,2
/proc/989760/task/989782/stat : 989782 (Timer-0) S 989757 989760 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183526871 19566772224 907584 134679101440 94769303265280 94769303268976 140730008185328 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769303276792 94769303277584 94769308033024 140730008191988 140730008192096 140730008192096 140730008199112 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3630336 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.88 s, system=2.34573 s

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

Child status: 143

Real time (s): 3579.29
CPU time (s): 3600.22
CPU user time (s): 3597.88
CPU system time (s): 2.34573
CPU usage (%): 100.585
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3630336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.88
system time used= 2.34572
maximum resident set size= 3631212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 310456
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128692
involuntary context switches= 35591


# summary of solver processes directly reported to runsolver:
#   pid: 989760
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.88
#   total CPU system time (s): 2.34573

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6537 second user time and 11.4825 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 16:41:01
IDJOB=4444031
IDBENCH=147894
IDSOLVER=3052
FILE ID=nodeC017/4444031-1721313649
RUNJOBID= nodeC017-1721306301-984930
SLURM_JOB_ID= 7542642
Free space on /tmp= 890072 MiB

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

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

MD5SUM BENCH= 392bb637b95a9bbde51dfdce2cdaf17a
RANDOM SEED=895479439

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120093288 kB
MemAvailable:   121943516 kB
Buffers:          517856 kB
Cached:          2158404 kB
SwapCached:            0 kB
Active:          1200292 kB
Inactive:        9581204 kB
Active(anon):       1560 kB
Inactive(anon):  8141396 kB
Active(file):    1198732 kB
Inactive(file):  1439808 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6288 kB
Writeback:            16 kB
AnonPages:       8105268 kB
Mapped:           126524 kB
Shmem:             37720 kB
KReclaimable:     102672 kB
Slab:             215596 kB
SReclaimable:     102672 kB
SUnreclaim:       112924 kB
KernelStack:        4984 kB
PageTables:        25996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8650092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67488 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7866368 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:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC017 at 2024-07-18 17:40:41