Trace number 4432517

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (TO) 3600.2 3603.62

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep4.5.opb
MD5SUMb67c8b15922ffb2eac696beabc53406c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.826056
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26658
Number of constraints which are cardinality constraints (but not clauses)238
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.14/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.17	c See www.sat4j.org for details.
0.14/0.18	c version CUSTOM.v20240707
0.14/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.21	c java.vm.version	22.0.1+8-16
0.14/0.21	c java.vm.vendor	Oracle Corporation
0.14/0.21	c sun.arch.data.model	64
0.14/0.21	c java.version		22.0.1
0.14/0.21	c os.name		Linux
0.14/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.21	c os.arch		amd64
0.29/0.23	c Free memory 		2115194816
0.29/0.23	c Max memory 		16282288128
0.29/0.23	c Total memory 		2122317824
0.29/0.24	c Number of processors 	2
0.29/0.33	--- Begin Solver configuration ---
0.29/0.33	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.29/0.33	Learn all clauses as in MiniSAT
0.29/0.33	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.33	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.33	No reason simplification
0.29/0.33	Glucose 2.1 dynamic restart strategy
0.29/0.33	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.29/0.33	timeout=2147483s
0.29/0.33	DB Simplification allowed=false
0.29/0.33	Listener: none
0.29/0.33	--- End Solver configuration ---
0.47/0.33	c Pseudo Boolean Optimization by upper bound
0.47/0.33	c --- Begin Solver configuration ---
0.47/0.33	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.47/0.33	c Learn all clauses as in MiniSAT
0.47/0.33	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.33	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.47/0.33	c No reason simplification
0.47/0.33	c Glucose 2.1 dynamic restart strategy
0.47/0.33	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.47/0.33	c timeout=2147483s
0.47/0.33	c DB Simplification allowed=false
0.47/0.33	c Listener: none
0.47/0.33	c --- End Solver configuration ---
0.47/0.33	c solving HOME/instance-4432517-1721165679.opb
0.47/0.33	c reading problem ... 
0.47/0.34	c  objective function found
1.35/0.85	c ... done. Wall clock time 0.513s.
1.35/0.86	c declared #vars     9324
1.35/0.86	c #constraints  28660
1.35/0.86	c constraints type 
1.35/0.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15988
1.35/0.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 294
1.35/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1708
1.35/0.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10670
1.35/0.86	c 28660 constraints processed.
1.35/0.88	c objective function length is 26 literals
2.73/1.50	c cleaning 2501 clauses out of 5001 with flag 11948/5001
3.73/2.08	c cleaning 4233 clauses out of 8499 with flag 25136/11000
4.91/2.62	c cleaning 5631 clauses out of 11267 with flag 42987/18001
5.41/2.93	c cleaning 6816 clauses out of 13636 with flag 60873/26001
6.03/3.31	c cleaning 7904 clauses out of 15819 with flag 81676/35000
6.63/3.77	c cleaning 8956 clauses out of 17915 with flag 104190/45000
7.22/4.37	c cleaning 9975 clauses out of 19959 with flag 130827/56000
7.82/4.90	c cleaning 10988 clauses out of 21984 with flag 155716/68000
8.22/5.38	c cleaning 11997 clauses out of 24000 with flag 181724/81004
8.83/5.92	c cleaning 12991 clauses out of 25999 with flag 209716/95000
9.33/6.42	c cleaning 14003 clauses out of 28010 with flag 239720/110002
10.10/7.15	c cleaning 14994 clauses out of 30005 with flag 271716/126000
10.96/7.90	c cleaning 16004 clauses out of 32013 with flag 305720/143002
11.95/8.96	c cleaning 16999 clauses out of 34007 with flag 347204/161000
13.35/10.37	c cleaning 18001 clauses out of 36011 with flag 392686/180003
15.06/12.01	c cleaning 19000 clauses out of 38007 with flag 441679/200000
16.34/13.33	c cleaning 20005 clauses out of 40012 with flag 484414/221005
18.05/15.05	c cleaning 20994 clauses out of 42002 with flag 533947/243000
19.24/16.24	c cleaning 21999 clauses out of 44009 with flag 583516/266001
20.05/17.09	c cleaning 23004 clauses out of 46013 with flag 631522/290004
21.04/18.02	c cleaning 23999 clauses out of 48006 with flag 681516/315001
21.93/19.01	c cleaning 24998 clauses out of 50008 with flag 733587/341002
23.18/20.12	c cleaning 26005 clauses out of 52013 with flag 787720/368005
24.26/21.27	c cleaning 26999 clauses out of 54003 with flag 843870/396000
25.56/22.51	c cleaning 28001 clauses out of 56006 with flag 901911/425002
27.55/24.54	c cleaning 29001 clauses out of 58007 with flag 965581/455004
32.16/29.12	c cleaning 29994 clauses out of 60002 with flag 1042900/486000
34.64/31.61	c cleaning 30998 clauses out of 62008 with flag 1109799/518000
37.05/34.02	c cleaning 32002 clauses out of 64012 with flag 1175854/551002
41.53/38.57	c cleaning 32996 clauses out of 66010 with flag 1251513/585002
45.22/42.24	c cleaning 33997 clauses out of 68013 with flag 1321511/620001
51.31/48.36	c cleaning 35003 clauses out of 70016 with flag 1405902/656001
57.60/54.61	c cleaning 36005 clauses out of 72013 with flag 1494388/693001
62.00/59.08	c cleaning 36999 clauses out of 74009 with flag 1577234/731002
64.88/61.91	c cleaning 37998 clauses out of 76008 with flag 1655230/770000
67.68/64.76	c cleaning 39004 clauses out of 78012 with flag 1735234/810002
70.47/67.56	c cleaning 40002 clauses out of 80006 with flag 1817230/851000
76.97/74.02	c cleaning 40999 clauses out of 82005 with flag 1909653/893001
86.43/83.52	c cleaning 41998 clauses out of 84006 with flag 2014073/936001
94.51/91.66	c cleaning 43005 clauses out of 86010 with flag 2113457/980003
99.41/96.54	c cleaning 43992 clauses out of 88002 with flag 2203458/1025000
104.10/101.22	c cleaning 44993 clauses out of 90010 with flag 2295458/1071000
109.08/106.25	c cleaning 46002 clauses out of 92021 with flag 2389466/1118004
113.81/111.01	c cleaning 46999 clauses out of 94015 with flag 2485458/1166000
124.90/122.08	c cleaning 48004 clauses out of 96016 with flag 2598108/1215000
140.97/138.18	c cleaning 49006 clauses out of 98015 with flag 2721920/1265003
150.24/147.43	c cleaning 49997 clauses out of 100006 with flag 2830185/1316000
158.02/155.28	c cleaning 50999 clauses out of 102012 with flag 2934191/1368003
165.51/162.72	c cleaning 51999 clauses out of 104011 with flag 3040187/1421001
177.38/174.67	c cleaning 53006 clauses out of 106012 with flag 3154487/1475001
193.95/191.24	c cleaning 54003 clauses out of 108007 with flag 3287377/1530002
209.41/206.75	c cleaning 54996 clauses out of 110004 with flag 3415930/1586002
227.17/224.58	c cleaning 56003 clauses out of 112009 with flag 3548986/1643003
247.54/244.92	c cleaning 56996 clauses out of 114004 with flag 3688264/1701001
257.51/254.92	c cleaning 58004 clauses out of 116009 with flag 3806266/1760002
267.60/265.09	c cleaning 58997 clauses out of 118004 with flag 3926269/1820001
278.36/275.88	c cleaning 59999 clauses out of 120007 with flag 4048274/1881001
289.56/287.07	c cleaning 60996 clauses out of 122008 with flag 4172274/1943001
301.72/299.28	c cleaning 61995 clauses out of 124012 with flag 4298274/2006001
312.93/310.42	c cleaning 63006 clauses out of 126017 with flag 4426274/2070001
323.20/320.74	c cleaning 64001 clauses out of 128012 with flag 4556281/2135002
347.18/344.75	c cleaning 65002 clauses out of 130009 with flag 4711111/2201000
374.62/372.24	c cleaning 66005 clauses out of 132014 with flag 4874610/2268007
407.52/405.28	c cleaning 67001 clauses out of 134003 with flag 5045318/2336001
437.74/435.54	c cleaning 68000 clauses out of 136001 with flag 5213716/2405000
449.51/447.38	c cleaning 68997 clauses out of 138001 with flag 5358802/2475000
457.59/455.43	c cleaning 69995 clauses out of 140006 with flag 5500806/2546002
466.37/464.27	c cleaning 71004 clauses out of 142011 with flag 5644806/2618002
477.56/475.44	c cleaning 71996 clauses out of 144005 with flag 5790802/2691000
487.16/485.11	c cleaning 72998 clauses out of 146011 with flag 5938806/2765002
498.04/495.90	c cleaning 74005 clauses out of 148014 with flag 6088840/2840003
532.18/530.15	c cleaning 75002 clauses out of 150007 with flag 6265228/2916001
565.89/563.98	c cleaning 75998 clauses out of 152004 with flag 6446387/2993000
590.43/588.59	c cleaning 76997 clauses out of 154009 with flag 6619991/3071003
619.77/617.90	c cleaning 77999 clauses out of 156010 with flag 6793317/3150001
668.36/666.62	c cleaning 79001 clauses out of 158010 with flag 6995793/3230000
706.70/705.01	c cleaning 79997 clauses out of 160010 with flag 7183138/3311001
749.70/748.13	c cleaning 81002 clauses out of 162013 with flag 7369552/3393001
797.98/796.57	c cleaning 82005 clauses out of 164011 with flag 7570027/3476001
842.47/841.15	c cleaning 83002 clauses out of 166006 with flag 7766698/3560001
870.08/868.83	c cleaning 84000 clauses out of 168004 with flag 7936698/3645001
897.16/895.96	c cleaning 84993 clauses out of 170004 with flag 8108698/3731001
923.90/922.76	c cleaning 86001 clauses out of 172011 with flag 8282698/3818001
951.74/950.67	c cleaning 87004 clauses out of 174012 with flag 8458702/3906003
1000.66/999.69	c cleaning 87996 clauses out of 176005 with flag 8659132/3995000
1041.25/1040.39	c cleaning 89000 clauses out of 178009 with flag 8853840/4085000
1073.57/1072.74	c cleaning 90003 clauses out of 180010 with flag 9035843/4176001
1105.41/1104.64	c cleaning 90994 clauses out of 182008 with flag 9219845/4268002
1138.42/1137.70	c cleaning 92004 clauses out of 184012 with flag 9405845/4361000
1171.55/1170.92	c cleaning 92998 clauses out of 186012 with flag 9593855/4455004
1205.39/1204.84	c cleaning 94003 clauses out of 188012 with flag 9783858/4550002
1236.53/1236.04	c cleaning 94992 clauses out of 190007 with flag 9975860/4646000
1269.33/1268.91	c cleaning 96004 clauses out of 192015 with flag 10169860/4743000
1333.28/1333.01	c cleaning 96998 clauses out of 194011 with flag 10397489/4841000
1406.95/1406.69	c cleaning 98005 clauses out of 196013 with flag 10640965/4940000
1464.40/1464.20	c cleaning 99005 clauses out of 198009 with flag 10874217/5040001
1544.89/1544.80	c cleaning 99996 clauses out of 200004 with flag 11126881/5141001
1611.61/1611.72	c cleaning 101000 clauses out of 202010 with flag 11360367/5243003
1685.48/1685.23	c cleaning 102000 clauses out of 204008 with flag 11601642/5346001
1727.19/1727.06	c cleaning 103001 clauses out of 206007 with flag 11809640/5450000
1768.85/1768.72	c cleaning 103993 clauses out of 208008 with flag 12019644/5555002
1812.53/1812.54	c cleaning 105003 clauses out of 210013 with flag 12231640/5661000
1876.75/1876.91	c cleaning 106002 clauses out of 212010 with flag 12467300/5768000
1958.74/1959.04	c cleaning 106996 clauses out of 214010 with flag 12729320/5876002
2021.48/2022.00	c cleaning 108003 clauses out of 216017 with flag 12974608/5985005
2072.56/2073.09	c cleaning 108999 clauses out of 218012 with flag 13194605/6095003
2150.96/2151.64	c cleaning 110001 clauses out of 220010 with flag 13433535/6206000
2215.82/2216.65	c cleaning 110998 clauses out of 222009 with flag 13680599/6318000
2264.23/2265.16	c cleaning 112006 clauses out of 224015 with flag 13906608/6431004
2348.13/2349.28	c cleaning 113000 clauses out of 226005 with flag 14161952/6545000
2425.45/2426.78	c cleaning 114005 clauses out of 228010 with flag 14401683/6660005
2527.16/2528.66	c cleaning 115003 clauses out of 230006 with flag 14681157/6776006
2625.13/2626.87	c cleaning 115998 clauses out of 231997 with flag 14950417/6893000
2689.96/2691.74	c cleaning 116991 clauses out of 233999 with flag 15205994/7011000
2739.14/2741.05	c cleaning 117996 clauses out of 236008 with flag 15443994/7130000
2785.30/2787.38	c cleaning 119004 clauses out of 238012 with flag 15683995/7250000
2835.65/2837.76	c cleaning 120001 clauses out of 240008 with flag 15930197/7371000
2935.63/2937.96	c cleaning 121003 clauses out of 242011 with flag 16221365/7493004
2996.29/2998.79	c cleaning 122002 clauses out of 244004 with flag 16477135/7616000
3105.47/3108.07	c cleaning 123000 clauses out of 246004 with flag 16765861/7740002
3191.38/3194.16	c cleaning 123995 clauses out of 248002 with flag 17024567/7865000
3271.89/3274.87	c cleaning 125003 clauses out of 250009 with flag 17306303/7991002
3352.03/3355.04	c cleaning 125992 clauses out of 252004 with flag 17571448/8118000
3439.42/3442.61	c cleaning 126998 clauses out of 254013 with flag 17830785/8246001
3528.90/3532.37	c cleaning 127999 clauses out of 256016 with flag 18088787/8375002
3600.03/3603.52	c starts		: 44724
3600.03/3603.52	c timeout
3600.03/3603.52	c conflicts		: 8464323
3600.03/3603.52	c decisions		: 11850052
3600.03/3603.52	c propagations		: 617320105
3600.03/3603.52	c inspects		: 42291185632
3600.03/3603.52	c shortcuts		: 0
3600.03/3603.52	c learnt literals	: 0
3600.03/3603.52	c learnt binary clauses	: 43
3600.03/3603.52	c learnt ternary clauses	: 91
3600.03/3603.52	c learnt constraints	: 8464323
3600.03/3603.52	c ignored constraints	: 0
3600.03/3603.52	c root simplifications	: 0
3600.03/3603.52	c removed literals (reason simplification)	: 0
3600.03/3603.52	c reason swapping (by a shorter reason)	: 0
3600.03/3603.52	c Calls to reduceDB	: 125
3600.03/3603.52	c Number of update (reduction) of LBD	: 395917
3600.03/3603.52	c Imported unit clauses	: 0
3600.03/3603.52	c No decision after first conflict	: false
3600.03/3603.52	c number of reductions to clauses (during analyze)	: 0
3600.03/3603.52	c number of learned constraints concerned by reduction	: 0
3600.03/3603.52	c number of learning phase by resolution	: 0
3600.03/3603.52	c number of learning phase by cutting planes	: 0
3600.03/3603.52	c number of rounding to 1 operations	: 0
3600.03/3603.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3603.52	c number of reductions of the coefficients by power 2 	: 0
3600.03/3603.52	c number of right shift for reduction by power 2 	: 0
3600.03/3603.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3603.52	c number of ending skipping 	: 0
3600.03/3603.52	c number of internal skipping 	: 0
3600.03/3603.52	c number of derivation steps 	: 0
3600.03/3603.52	c number of skipped derivation steps 	: 0
3600.03/3603.52	c number of remaining unassigned 	: 0
3600.03/3603.52	c number of remaining assigned 	: 0
3600.03/3603.52	c number of falsified literals weakened from reason	: 0
3600.03/3603.52	c number of falsified literals weakened from conflict	: 0
3600.03/3603.52	c time for arithmetic operations	: 0
3600.03/3603.53	c minimum degree of deleted constraints	: null
3600.03/3603.53	c maximum degree of deleted constraints	: null
3600.03/3603.53	c number of deleted constraints	: 0
3600.03/3603.53	c speed (assignments/second)	: 171353.14752961663
3600.03/3603.53	c non guided choices	: 55162
3600.03/3603.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 217295
3600.03/3603.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 43
3600.03/3603.59	s UNKNOWN
3600.03/3603.59	c Total wall clock time (in seconds): 3603.258

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432517-1721165679/watcher-4432517-1721165679 -o /tmp/evaluation-result-4432517-1721165679/solver-4432517-1721165679 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721165691-870213 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432517-1721165679.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=870271, runsolver pid=870259

[startup+0.11045 s]*
/proc/loadavg: 3.52 4.31 4.39 13/315 870346
/proc/meminfo: memFree=125321176/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=18975048 memory=57356 CPUtime=0.14 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 6367 0 0 0 11 3 0 0 20 0 18 0 168727173 19430449152 14339 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4743762 14339 5600 1 0 550817 0
[pid=870271/tid=870281] ppid=870259 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 5325 0 0 0 7 2 0 0 20 0 18 0 168727174 19430449152 14339 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=18975048 memory=1645 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168727180 19430449152 14339 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=18975048 memory=13847460783068500 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 168727181 19430449152 14339 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57356 KiB

[startup+0.215628 s]*
/proc/loadavg: 3.52 4.31 4.39 17/315 870346
/proc/meminfo: memFree=125305476/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=18975048 memory=59820 CPUtime=0.29 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 6975 0 0 0 25 4 0 0 20 0 18 0 168727173 19430449152 14955 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4743762 14955 5609 1 0 551322 0
[pid=870271/tid=870281] ppid=870259 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 5597 0 0 0 16 3 0 0 20 0 18 0 168727174 19430449152 14955 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=18975048 memory=1645 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168727180 19430449152 14955 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=18975048 memory=13847460783068500 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 168727181 19430449152 14955 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59820 KiB

[startup+0.323927 s]*
/proc/loadavg: 3.52 4.31 4.39 20/315 870346
/proc/meminfo: memFree=125284400/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=18975048 memory=65436 CPUtime=0.47 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 7260 0 0 0 42 5 0 0 20 0 18 0 168727173 19430449152 16359 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4743762 16359 5719 1 0 551541 0
[pid=870271/tid=870281] ppid=870259 vsize=18975048 memory=-8887405729461674684 CPUtime=0.29 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 5783 0 0 0 26 3 0 0 20 0 18 0 168727174 19430449152 16359 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168727180 19430449152 16359 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 168727181 19430449152 16359 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65436 KiB

[startup+0.70102 s]
/proc/loadavg: 3.52 4.31 4.39 13/315 870346
/proc/meminfo: memFree=125177932/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=18975048 memory=130336 CPUtime=1.16 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 9078 0 0 0 108 8 0 0 20 0 18 0 168727173 19430449152 32584 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4743762 32584 5789 1 0 552694 0
[pid=870271/tid=870281] ppid=870259 vsize=18975048 memory=5424 CPUtime=0.61 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 5894 0 0 0 56 5 0 0 20 0 18 0 168727174 19430449152 32584 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=18975048 memory=11948 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168727180 19430449152 32584 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 168727181 19430449152 32584 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 130336 KiB

[startup+1.50101 s]
/proc/loadavg: 4.12 4.42 4.42 13/323 870354
/proc/meminfo: memFree=124870756/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=19108176 memory=181296 CPUtime=2.73 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 18014 0 0 0 262 11 0 0 20 0 20 0 168727173 19566772224 45324 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4777044 45324 5858 1 0 555922 0
[pid=870271/tid=870281] ppid=870259 vsize=19108176 memory=11948 CPUtime=1.33 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 7052 0 0 0 127 6 0 0 20 0 20 0 168727174 19566772224 45324 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168727180 19566772224 45324 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168727181 19566772224 45324 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870351] ppid=870259 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/870271/task/870351/stat : 870351 (Timer-0) S 870259 870271 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168727265 19566772224 45324 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181296 KiB

[startup+3.10566 s]
/proc/loadavg: 4.12 4.42 4.42 9/323 870354
/proc/meminfo: memFree=124805516/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=19108176 memory=187304 CPUtime=5.8 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 24575 0 0 0 567 13 0 0 20 0 20 0 168727173 19566772224 46826 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4777044 46826 5874 1 0 557283 0
[pid=870271/tid=870281] ppid=870259 vsize=19108176 memory=0 CPUtime=2.91 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 7588 0 0 0 285 6 0 0 20 0 20 0 168727174 19566772224 46826 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=19108176 memory=11656 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168727180 19566772224 46826 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168727181 19566772224 46826 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870351] ppid=870259 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/870271/task/870351/stat : 870351 (Timer-0) S 870259 870271 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168727265 19566772224 46826 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187304 KiB

[startup+6.30038 s]
/proc/loadavg: 4.11 4.41 4.42 8/323 870354
/proc/meminfo: memFree=124818472/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=19108176 memory=181804 CPUtime=9.23 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 25823 0 0 0 910 13 0 0 20 0 20 0 168727173 19566772224 45451 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4777044 45451 5874 1 0 557900 0
[pid=870271/tid=870281] ppid=870259 vsize=19108176 memory=0 CPUtime=6.1 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 7701 0 0 0 603 7 0 0 20 0 20 0 168727174 19566772224 45451 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168727180 19566772224 45451 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 168727181 19566772224 45451 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870351] ppid=870259 vsize=19108176 memory=183068 CPUtime=0 cores=0,2
/proc/870271/task/870351/stat : 870351 (Timer-0) S 870259 870271 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168727265 19566772224 45451 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 9.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181804 KiB

[startup+12.7004 s]
/proc/loadavg: 4.10 4.41 4.42 8/323 870356
/proc/meminfo: memFree=124770784/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=19108176 memory=192384 CPUtime=15.74 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 28852 0 0 0 1560 14 0 0 20 0 20 0 168727173 19566772224 48096 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4777044 48096 5874 1 0 557900 0
[pid=870271/tid=870281] ppid=870259 vsize=19108176 memory=192384 CPUtime=12.43 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 8384 0 0 0 1236 7 0 0 20 0 20 0 168727174 19566772224 48096 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=19108176 memory=11656 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168727180 19566772224 48096 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 168727181 19566772224 48096 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870351] ppid=870259 vsize=19108176 memory=192384 CPUtime=0 cores=0,2
/proc/870271/task/870351/stat : 870351 (Timer-0) S 870259 870271 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168727265 19566772224 48096 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 15.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 192384 KiB

[startup+25.5004 s]
/proc/loadavg: 4.08 4.39 4.41 8/323 870357
/proc/meminfo: memFree=124648624/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=19108176 memory=231516 CPUtime=28.55 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 31516 0 0 0 2839 16 0 0 20 0 20 0 168727173 19566772224 57879 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4777044 57879 5881 1 0 557900 0
[pid=870271/tid=870281] ppid=870259 vsize=19108176 memory=0 CPUtime=25.05 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 9270 0 0 0 2498 7 0 0 20 0 20 0 168727174 19566772224 57879 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=19108176 memory=192384 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168727180 19566772224 57879 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=19108176 memory=231516 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 168727181 19566772224 57879 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870351] ppid=870259 vsize=19108176 memory=280999578408480 CPUtime=0 cores=0,2
/proc/870271/task/870351/stat : 870351 (Timer-0) S 870259 870271 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168727265 19566772224 57879 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 28.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 231516 KiB

[startup+51.114 s]
/proc/loadavg: 4.11 4.37 4.40 7/323 870362
/proc/meminfo: memFree=124376140/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=19108176 memory=293256 CPUtime=54.11 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 35138 0 0 0 5391 20 0 0 20 0 20 0 168727173 19566772224 73314 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4777044 73314 5881 1 0 557900 0
[pid=870271/tid=870281] ppid=870259 vsize=19108176 memory=293256 CPUtime=50.31 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 10960 0 0 0 5024 7 0 0 20 0 20 0 168727174 19566772224 73314 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=19108176 memory=293256 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168727180 19566772224 73314 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=19108176 memory=-8527680709225456316 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 168727181 19566772224 73314 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0

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

/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168727180 19566772224 383405 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=19108176 memory=1533620 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 2801 0 0 0 0 0 0 0 20 0 20 0 168727181 19566772224 383405 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870351] ppid=870259 vsize=19108176 memory=1533620 CPUtime=0 cores=0,2
/proc/870271/task/870351/stat : 870351 (Timer-0) S 870259 870271 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168727265 19566772224 383405 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 3219.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1533620 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.20 4.23 8/320 872594
/proc/meminfo: memFree=118942868/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=19108176 memory=1533644 CPUtime=3279.38 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 113467 0 0 0 327727 211 0 0 20 0 20 0 168727173 19566772224 383411 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4777044 383411 5881 1 0 562691 0
[pid=870271/tid=870281] ppid=870259 vsize=19108176 memory=1533636 CPUtime=3266.84 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 45201 0 0 0 326672 12 0 0 20 0 20 0 168727174 19566772224 383411 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=19108176 memory=1533628 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168727180 19566772224 383411 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=19108176 memory=11656 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 2934 0 0 0 0 0 0 0 20 0 20 0 168727181 19566772224 383411 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870351] ppid=870259 vsize=19108176 memory=41964 CPUtime=0 cores=0,2
/proc/870271/task/870351/stat : 870351 (Timer-0) S 870259 870271 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168727265 19566772224 383411 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 3279.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1533644 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.18 4.22 8/323 872663
/proc/meminfo: memFree=118931620/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=19108176 memory=1537800 CPUtime=3339.34 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 114570 0 0 0 333721 213 0 0 20 0 20 0 168727173 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4777044 384450 5881 1 0 562691 0
[pid=870271/tid=870281] ppid=870259 vsize=19108176 memory=32604 CPUtime=3326.53 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 45322 0 0 0 332641 12 0 0 20 0 20 0 168727174 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=19108176 memory=11948 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168727180 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=19108176 memory=11656 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 2942 0 0 0 0 0 0 0 20 0 20 0 168727181 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870351] ppid=870259 vsize=19108176 memory=16068 CPUtime=0 cores=0,2
/proc/870271/task/870351/stat : 870351 (Timer-0) S 870259 870271 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168727265 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 3339.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1537800 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.17 4.21 7/322 872673
/proc/meminfo: memFree=118857976/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=19108176 memory=1537800 CPUtime=3399.2 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 114625 0 0 0 339705 215 0 0 20 0 20 0 168727173 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4777044 384450 5881 1 0 562691 0
[pid=870271/tid=870281] ppid=870259 vsize=19108176 memory=11656 CPUtime=3386.35 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 45374 0 0 0 338623 12 0 0 20 0 20 0 168727174 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=19108176 memory=32604 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168727180 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=19108176 memory=5424 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 2942 0 0 0 0 0 0 0 20 0 20 0 168727181 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870351] ppid=870259 vsize=19108176 memory=1537800 CPUtime=0 cores=0,2
/proc/870271/task/870351/stat : 870351 (Timer-0) S 870259 870271 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168727265 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 3399.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1537800 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.16 4.20 8/322 872684
/proc/meminfo: memFree=118728356/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=19108176 memory=1537800 CPUtime=3459.06 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 115358 0 0 0 345689 217 0 0 20 0 20 0 168727173 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4777044 384450 5881 1 0 562691 0
[pid=870271/tid=870281] ppid=870259 vsize=19108176 memory=1537800 CPUtime=3446.18 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 45957 0 0 0 344606 12 0 0 20 0 20 0 168727174 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=19108176 memory=1537800 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168727180 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=19108176 memory=1537800 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 2986 0 0 0 0 0 0 0 20 0 20 0 168727181 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870351] ppid=870259 vsize=19108176 memory=1537800 CPUtime=0 cores=0,2
/proc/870271/task/870351/stat : 870351 (Timer-0) S 870259 870271 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168727265 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 3459.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1537800 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.14 4.19 7/323 872695
/proc/meminfo: memFree=118727988/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=19108176 memory=1537800 CPUtime=3518.92 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 115612 0 0 0 351673 219 0 0 20 0 20 0 168727173 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4777044 384450 5881 1 0 562691 0
[pid=870271/tid=870281] ppid=870259 vsize=19108176 memory=1537800 CPUtime=3505.99 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 46152 0 0 0 350587 12 0 0 20 0 20 0 168727174 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=19108176 memory=1537800 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168727180 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=19108176 memory=1537800 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 3038 0 0 0 0 0 0 0 20 0 20 0 168727181 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870351] ppid=870259 vsize=19108176 memory=-8527680709225456316 CPUtime=0 cores=0,2
/proc/870271/task/870351/stat : 870351 (Timer-0) S 870259 870271 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168727265 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 3518.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1537800 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.14 4.18 8/321 872706
/proc/meminfo: memFree=118727904/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=19108176 memory=1537800 CPUtime=3578.77 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 115766 0 0 0 357654 223 0 0 20 0 20 0 168727173 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4777044 384450 5881 1 0 562691 0
[pid=870271/tid=870281] ppid=870259 vsize=19108176 memory=26416 CPUtime=3565.79 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 46301 0 0 0 356567 12 0 0 20 0 20 0 168727174 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=19108176 memory=41964 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168727180 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=19108176 memory=7948 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 3038 0 0 0 0 0 0 0 20 0 20 0 168727181 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870351] ppid=870259 vsize=19108176 memory=41964 CPUtime=0 cores=0,2
/proc/870271/task/870351/stat : 870351 (Timer-0) S 870259 870271 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168727265 19566772224 384450 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 3578.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1537800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.5 s]
/proc/loadavg: 4.26 4.17 4.19 9/318 873108
/proc/meminfo: memFree=123780640/131655788 swapFree=131071996/131071996
[pid=870271] ppid=870259 vsize=19108176 memory=1543956 CPUtime=3600.03 cores=0,2
/proc/870271/stat : 870271 (java) S 870259 870271 870201 0 -1 1077936128 116666 0 0 0 359779 224 0 0 20 0 20 0 168727173 19566772224 385989 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
/proc/870271/statm: 4777044 385989 5881 1 0 562691 0
[pid=870271/tid=870281] ppid=870259 vsize=19108176 memory=1533620 CPUtime=3586.79 cores=0,2
/proc/870271/task/870281/stat : 870281 (java) R 870259 870271 870201 0 -1 4194368 46305 0 0 0 358667 12 0 0 20 0 20 0 168727174 19566772224 385989 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168727177 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870329] ppid=870259 vsize=19108176 memory=1537800 CPUtime=0 cores=0,2
/proc/870271/task/870329/stat : 870329 (Finalizer) S 870259 870271 870201 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168727180 19566772224 385989 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870346] ppid=870259 vsize=19108176 memory=-8527680709225456316 CPUtime=0 cores=0,2
/proc/870271/task/870346/stat : 870346 (Common-Cleaner) S 870259 870271 870201 0 -1 1077936192 3038 0 0 0 0 0 0 0 20 0 20 0 168727181 19566772224 385989 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
[pid=870271/tid=870351] ppid=870259 vsize=19108176 memory=1543956 CPUtime=0 cores=0,2
/proc/870271/task/870351/stat : 870351 (Timer-0) S 870259 870271 870201 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 168727265 19566772224 385989 134679101440 94872986976256 94872986979952 140734630557488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94872986987768 94872986988560 94873001484288 140734630560775 140734630560865 140734630560865 140734630567880 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1543956 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.94 s, system=2.26156 s

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

[startup+3603.6 s]*
/proc/loadavg: 4.26 4.17 4.19 8/279 873153
/proc/meminfo: memFree=124630124/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): 3603.62
CPU time (s): 3600.2
CPU user time (s): 3597.94
CPU system time (s): 2.26156
CPU usage (%): 99.9051
Max. virtual memory (cumulated for all children) (KiB): 19108784
Max. memory (cumulated for all children) (KiB): 1543956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.94
system time used= 2.26156
maximum resident set size= 1546160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119549
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106028
involuntary context switches= 25864


# summary of solver processes directly reported to runsolver:
#   pid: 870271
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.94
#   total CPU system time (s): 2.26156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2813 second user time and 38.5561 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-16 23:34:51
IDJOB=4432517
IDBENCH=158390
IDSOLVER=3058
FILE ID=nodeC010/4432517-1721165679
RUNJOBID= nodeC010-1721165691-870213
SLURM_JOB_ID= 7505790
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep4.5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432517-1721165679/watcher-4432517-1721165679 -o /tmp/evaluation-result-4432517-1721165679/solver-4432517-1721165679 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721165691-870213 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432517-1721165679.opb

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

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=1216220499

nodeC010.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		: 1197.176
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.51
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		: 3200.185
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.31
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		: 1196.404
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.51
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		: 1201.510
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.31
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		: 1196.122
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.51
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		: 1199.945
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.31
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		: 1196.404
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.51
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		: 1203.824
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        125463460 kB
MemAvailable:   129875344 kB
Buffers:          431124 kB
Cached:          4766952 kB
SwapCached:            0 kB
Active:           797164 kB
Inactive:        4743004 kB
Active(anon):       1360 kB
Inactive(anon):   378432 kB
Active(file):     795804 kB
Inactive(file):  4364572 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5564 kB
Writeback:             0 kB
AnonPages:        341912 kB
Mapped:           104512 kB
Shmem:             37704 kB
KReclaimable:     183080 kB
Slab:             291160 kB
SReclaimable:     183080 kB
SUnreclaim:       108080 kB
KernelStack:        3696 kB
PageTables:         9692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     693748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53856 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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:      234312 kB
DirectMap2M:    29030400 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC010 at 2024-07-17 00:34:54