Trace number 4090741

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 PB 2.3.6 Resolution PB16MSAT (TO) 1800.3 1797.66

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-queen5-5-3_wcsp.wbo
MD5SUM3af6143b2c580af9e4edcedcd162c161
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark1800.02
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables75
Total number of constraints505
Number of soft constraints480
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)25
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 161
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 480
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090741-1466073800.wbo
0.09/0.11	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.061s.
0.09/0.17	c declared #vars     75
0.09/0.17	c internal #vars     555
0.09/0.17	c #constraints  530
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 505
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 25
0.09/0.17	c 530 constraints processed.
0.09/0.18	c objective function length is 480 literals
0.23/0.22	c SATISFIABLE
0.23/0.22	c OPTIMIZING...
0.23/0.22	c Got one! Elapsed wall clock time (in seconds):0.103
0.23/0.22	o 69
0.23/0.23	c Got one! Elapsed wall clock time (in seconds):0.113
0.23/0.23	o 45
0.23/0.24	c Got one! Elapsed wall clock time (in seconds):0.123
0.23/0.24	o 44
0.23/0.24	c Got one! Elapsed wall clock time (in seconds):0.131
0.23/0.24	o 43
0.23/0.28	c Got one! Elapsed wall clock time (in seconds):0.169
0.23/0.28	o 42
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.185
0.51/0.30	o 41
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.215
0.51/0.33	o 40
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.219
0.51/0.33	o 39
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.225
0.51/0.34	o 38
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.271
0.51/0.38	o 37
0.87/0.59	c cleaning 2856 clauses out of 5722 with flag 13349/5722
1.21/0.88	c cleaning 4430 clauses out of 8863 with flag 31725/11719
1.64/1.24	c cleaning 5712 clauses out of 11434 with flag 51287/18720
2.05/1.64	c cleaning 6851 clauses out of 13723 with flag 73234/26721
2.57/2.12	c cleaning 7929 clauses out of 15870 with flag 99793/35719
3.07/2.66	c cleaning 8971 clauses out of 17942 with flag 128881/45720
3.67/3.27	c cleaning 9981 clauses out of 19970 with flag 160310/56719
4.37/3.95	c cleaning 10992 clauses out of 21990 with flag 193697/68720
5.17/4.71	c cleaning 11997 clauses out of 23999 with flag 230012/81721
6.07/5.61	c cleaning 12998 clauses out of 26002 with flag 268197/95721
6.97/6.58	c cleaning 14001 clauses out of 28004 with flag 309733/110721
8.07/7.63	c cleaning 15000 clauses out of 30002 with flag 354333/126720
9.17/8.76	c cleaning 15998 clauses out of 32001 with flag 402512/143719
10.56/10.12	c cleaning 16999 clauses out of 34003 with flag 453558/161719
11.96/11.54	c cleaning 17994 clauses out of 36004 with flag 506884/180719
13.46/13.04	c cleaning 19003 clauses out of 38013 with flag 562239/200722
15.06/14.62	c cleaning 19996 clauses out of 40007 with flag 619889/221719
16.66/16.29	c cleaning 21002 clauses out of 42011 with flag 681506/243719
18.37/17.98	c cleaning 22001 clauses out of 44010 with flag 744427/266720
20.28/19.82	c cleaning 23001 clauses out of 46012 with flag 811392/290723
22.17/21.75	c cleaning 24003 clauses out of 48007 with flag 882508/315719
24.27/23.85	c cleaning 24998 clauses out of 50004 with flag 957376/341719
26.37/25.96	c cleaning 25996 clauses out of 52006 with flag 1030888/368719
28.77/28.34	c cleaning 27003 clauses out of 54011 with flag 1111235/396720
31.17/30.72	c cleaning 27999 clauses out of 56007 with flag 1194613/425719
33.67/33.26	c cleaning 28996 clauses out of 58008 with flag 1280315/455719
36.27/35.88	c cleaning 30001 clauses out of 60015 with flag 1372176/486722
38.97/38.54	c cleaning 31002 clauses out of 62012 with flag 1467524/518720
41.86/41.44	c cleaning 31997 clauses out of 64010 with flag 1569628/551720
44.70/44.29	c cleaning 33000 clauses out of 66012 with flag 1673693/585719
47.70/47.30	c cleaning 34002 clauses out of 68014 with flag 1776763/620721
50.70/50.28	c cleaning 34999 clauses out of 70010 with flag 1879353/656719
54.10/53.67	c cleaning 35999 clauses out of 72011 with flag 2000781/693719
57.50/57.07	c cleaning 36997 clauses out of 74012 with flag 2122457/731719
61.19/60.72	c cleaning 38003 clauses out of 76016 with flag 2236864/770720
64.90/64.46	c cleaning 38999 clauses out of 78013 with flag 2362897/810720
69.09/68.61	c cleaning 40001 clauses out of 80013 with flag 2502271/851719
73.29/72.81	c cleaning 41001 clauses out of 82012 with flag 2639220/893719
77.69/77.28	c cleaning 42003 clauses out of 84012 with flag 2777071/936720
82.29/81.90	c cleaning 43001 clauses out of 86012 with flag 2911688/980723
87.29/86.81	c cleaning 44001 clauses out of 88008 with flag 3056854/1025720
92.29/91.84	c cleaning 44999 clauses out of 90008 with flag 3200663/1071721
97.50/97.06	c cleaning 45995 clauses out of 92007 with flag 3349236/1118719
102.87/102.38	c cleaning 47002 clauses out of 94013 with flag 3501887/1166720
108.37/107.83	c cleaning 48004 clauses out of 96011 with flag 3643970/1215720
114.16/113.63	c cleaning 48992 clauses out of 98006 with flag 3777832/1265719
120.26/119.72	c cleaning 50004 clauses out of 100015 with flag 3918031/1316720
126.16/125.63	c cleaning 50999 clauses out of 102010 with flag 4060984/1368719
132.56/132.10	c cleaning 51999 clauses out of 104011 with flag 4211120/1421719
139.46/138.96	c cleaning 53000 clauses out of 106012 with flag 4362874/1475719
146.55/146.08	c cleaning 54006 clauses out of 108012 with flag 4516261/1530719
153.65/153.17	c cleaning 55002 clauses out of 110009 with flag 4670867/1586722
160.97/160.43	c cleaning 55995 clauses out of 112004 with flag 4830437/1643719
168.47/167.96	c cleaning 56995 clauses out of 114010 with flag 4989172/1701720
176.04/175.49	c cleaning 57998 clauses out of 116014 with flag 5153628/1760719
183.84/183.28	c cleaning 59004 clauses out of 118016 with flag 5319756/1820719
191.54/190.96	c cleaning 60003 clauses out of 120013 with flag 5486576/1881720
199.75/199.13	c cleaning 60997 clauses out of 122009 with flag 5655952/1943719
208.94/208.32	c cleaning 62003 clauses out of 124013 with flag 5831245/2006720
218.54/217.94	c cleaning 62999 clauses out of 126011 with flag 6008054/2070721
227.44/226.81	c cleaning 64002 clauses out of 128010 with flag 6193414/2135719
236.84/236.29	c cleaning 65001 clauses out of 130009 with flag 6382091/2201720
246.34/245.70	c cleaning 66003 clauses out of 132008 with flag 6569530/2268720
256.23/255.58	c cleaning 66999 clauses out of 134004 with flag 6757951/2336719
266.53/265.89	c cleaning 67998 clauses out of 136006 with flag 6947935/2405720
277.42/276.72	c cleaning 69003 clauses out of 138007 with flag 7141096/2475719
287.83/287.12	c cleaning 69994 clauses out of 140007 with flag 7333006/2546722
299.12/298.40	c cleaning 70997 clauses out of 142010 with flag 7530424/2618719
310.53/309.88	c cleaning 72001 clauses out of 144014 with flag 7728068/2691720
322.22/321.53	c cleaning 73005 clauses out of 146013 with flag 7933556/2765720
334.62/333.94	c cleaning 73997 clauses out of 148007 with flag 8137726/2840719
347.23/346.55	c cleaning 74999 clauses out of 150011 with flag 8340437/2916720
359.30/358.57	c cleaning 75994 clauses out of 152012 with flag 8555007/2993720
372.40/371.62	c cleaning 77006 clauses out of 154019 with flag 8774057/3071721
385.50/384.74	c cleaning 77993 clauses out of 156011 with flag 8995516/3150719
398.40/397.64	c cleaning 79004 clauses out of 158018 with flag 9222515/3230719
412.00/411.25	c cleaning 80001 clauses out of 160014 with flag 9454213/3311719
425.30/424.60	c cleaning 81001 clauses out of 162013 with flag 9696100/3393719
440.30/439.58	c cleaning 82003 clauses out of 164017 with flag 9938740/3476724
454.43/453.59	c cleaning 82998 clauses out of 166009 with flag 10174693/3560719
468.83/467.95	c cleaning 83998 clauses out of 168011 with flag 10415468/3645719
483.03/482.19	c cleaning 84998 clauses out of 170013 with flag 10649885/3731719
498.63/497.73	c cleaning 86002 clauses out of 172015 with flag 10897737/3818719
513.54/512.67	c cleaning 87001 clauses out of 174014 with flag 11147797/3906720
529.64/528.79	c cleaning 87999 clauses out of 176012 with flag 11398155/3995719
545.79/544.70	c cleaning 89005 clauses out of 178015 with flag 11665735/4085721
561.30/560.27	c cleaning 89999 clauses out of 180009 with flag 11937892/4176720
578.80/577.78	c cleaning 91000 clauses out of 182009 with flag 12201195/4268719
595.90/594.83	c cleaning 92003 clauses out of 184012 with flag 12465926/4361722
612.51/611.50	c cleaning 92995 clauses out of 186007 with flag 12738351/4455720
630.47/629.29	c cleaning 93999 clauses out of 188013 with flag 13013395/4550721
649.36/648.11	c cleaning 95007 clauses out of 190015 with flag 13298202/4646722
669.36/668.18	c cleaning 96000 clauses out of 192005 with flag 13580071/4743719
689.25/688.07	c cleaning 96996 clauses out of 194006 with flag 13872416/4841720
708.34/707.13	c cleaning 98002 clauses out of 196009 with flag 14165219/4940719
729.38/728.09	c cleaning 98995 clauses out of 198007 with flag 14458879/5040719
749.27/747.97	c cleaning 100005 clauses out of 200012 with flag 14766127/5141719
770.76/769.41	c cleaning 100993 clauses out of 202007 with flag 15065863/5243719
794.16/792.82	c cleaning 102003 clauses out of 204014 with flag 15372583/5346719
816.33/814.84	c cleaning 102996 clauses out of 206013 with flag 15689494/5450721
839.23/837.75	c cleaning 104002 clauses out of 208015 with flag 16000500/5555719
861.93/860.40	c cleaning 105000 clauses out of 210013 with flag 16314713/5661719
885.72/884.26	c cleaning 106007 clauses out of 212014 with flag 16635796/5768720
910.10/908.42	c cleaning 106998 clauses out of 214006 with flag 16960448/5876719
932.60/930.92	c cleaning 107997 clauses out of 216008 with flag 17286526/5985719
956.62/954.95	c cleaning 108998 clauses out of 218011 with flag 17621393/6095719
981.92/980.25	c cleaning 109998 clauses out of 220016 with flag 17966336/6206722
1008.42/1006.66	c cleaning 110997 clauses out of 222017 with flag 18303530/6318721
1035.01/1033.21	c cleaning 111996 clauses out of 224018 with flag 18631928/6431719
1062.61/1060.85	c cleaning 113008 clauses out of 226023 with flag 18965366/6545720
1087.96/1086.06	c cleaning 114001 clauses out of 228014 with flag 19318055/6660719
1115.86/1113.95	c cleaning 114991 clauses out of 230013 with flag 19659633/6776719
1141.86/1139.93	c cleaning 116006 clauses out of 232022 with flag 19987606/6893719
1169.58/1167.63	c cleaning 117000 clauses out of 234016 with flag 20343895/7011719
1199.87/1197.89	c cleaning 117996 clauses out of 236020 with flag 20719312/7130723
1226.89/1224.81	c cleaning 119007 clauses out of 238022 with flag 21090452/7250721
1254.88/1252.82	c cleaning 120000 clauses out of 240016 with flag 21459265/7371722
1285.10/1282.92	c cleaning 120994 clauses out of 242014 with flag 21831717/7493720
1313.52/1311.39	c cleaning 122001 clauses out of 244019 with flag 22187467/7616719
1343.61/1341.49	c cleaning 123006 clauses out of 246019 with flag 22540219/7740720
1375.69/1373.49	c cleaning 123993 clauses out of 248012 with flag 22902729/7865719
1407.48/1405.27	c cleaning 125002 clauses out of 250019 with flag 23274494/7991719
1436.28/1434.07	c cleaning 126001 clauses out of 252017 with flag 23628609/8118719
1467.86/1465.59	c cleaning 127001 clauses out of 254016 with flag 23980346/8246719
1498.76/1496.46	c cleaning 128000 clauses out of 256015 with flag 24338213/8375719
1530.75/1528.45	c cleaning 129004 clauses out of 258017 with flag 24697641/8505721
1563.71/1561.36	c cleaning 129999 clauses out of 260011 with flag 25063390/8636719
1595.80/1593.43	c cleaning 130998 clauses out of 262012 with flag 25424687/8768719
1630.50/1628.05	c cleaning 131993 clauses out of 264014 with flag 25788762/8901719
1665.70/1663.23	c cleaning 133002 clauses out of 266021 with flag 26167651/9035719
1702.09/1699.63	c cleaning 133999 clauses out of 268020 with flag 26548095/9170720
1732.99/1730.44	c cleaning 135006 clauses out of 270024 with flag 26916362/9306723
1768.39/1765.83	c cleaning 135996 clauses out of 272014 with flag 27286196/9443719
1800.30/1797.62	c starts		: 95
1800.30/1797.62	c conflicts		: 9576460
1800.30/1797.62	c decisions		: 17520223
1800.30/1797.62	c propagations		: 796002041
1800.30/1797.62	c inspects		: 34744139701
1800.30/1797.62	c shortcuts		: 0
1800.30/1797.62	c learnt literals	: 0
1800.30/1797.62	c learnt binary clauses	: 0
1800.30/1797.62	c learnt ternary clauses	: 0
1800.30/1797.62	c learnt constraints	: 9576460
1800.30/1797.62	c ignored constraints	: 0
1800.30/1797.62	c root simplifications	: 0
1800.30/1797.62	c removed literals (reason simplification)	: 0
1800.30/1797.62	c reason swapping (by a shorter reason)	: 0
1800.30/1797.62	c Calls to reduceDB	: 133
1800.30/1797.62	c Number of update (reduction) of LBD	: 1987470
1800.30/1797.62	c Imported unit clauses	: 0
1800.30/1797.62	c number of reductions to clauses (during analyze)	: 0
1800.30/1797.62	c number of learned constraints concerned by reduction	: 0
1800.30/1797.62	c number of learning phase by resolution	: 0
1800.30/1797.62	c number of learning phase by cutting planes	: 0
1800.30/1797.62	c speed (assignments/second)	: 442852.7301576351
1800.30/1797.62	c non guided choices	3
1800.30/1797.65	c learnt constraints type 
1800.30/1797.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 268760
1800.30/1797.65	s SATISFIABLE
1800.30/1797.65	c Found 10 solution(s)
1800.30/1797.65	v -x1 -x2 x3 x4 -x5 -x6 -x7 x8 -x9 -x10 x11 -x12 -x13 -x14 x15 -x16 x17 -x18 -x19 x20 -x21 x22 -x23 -x24 -x25 -x26 x27 x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 x36 x37 -x38 -x39 -x40 -x41 x42 x43 -x44 -x45 -x46 -x47 x48 -x49 x50 -x51 -x52 -x53 x54 -x55 x56 -x57 x58 -x59 -x60 x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 x69 x70 -x71 -x72 -x73 -x74 x75 
1800.30/1797.65	c objective function=37
1800.30/1797.65	c Total wall clock time (in seconds): 1797.539

Verifier Data

OK	37

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4090741-1466073800/watcher-4090741-1466073800 -o /tmp/evaluation-result-4090741-1466073800/solver-4090741-1466073800 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466062117-9120 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090741-1466073800.wbo 

pid=10510
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.13 2.19 2.22 3/194 10513
/proc/meminfo: memFree=24042776/32872528 swapFree=1199460/1313924
[pid=10513] ppid=10510 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/10513/stat : 10513 (java) D 10510 10513 9104 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 9426532 2560000 46 33554432000 1073741824 1073778376 140737093446976 140737093444104 252253924647 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/10513/statm: 625 46 37 9 0 29 0

[startup+0.100159 s]
/proc/loadavg: 2.13 2.19 2.22 3/194 10513
/proc/meminfo: memFree=24042776/32872528 swapFree=1199460/1313924
[pid=10513] ppid=10510 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/10513/stat : 10513 (java) S 10510 10513 9104 0 -1 4202496 4411 0 1 0 7 2 0 0 20 0 18 0 9426532 9787879424 6030 33554432000 1073741824 1073778376 140737093446976 140737093438112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10513/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 2.13 2.19 2.22 3/194 10513
/proc/meminfo: memFree=24042776/32872528 swapFree=1199460/1313924
[pid=10513] ppid=10510 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/10513/stat : 10513 (java) S 10510 10513 9104 0 -1 4202496 4937 0 1 0 21 2 0 0 20 0 19 0 9426532 9856040960 6844 33554432000 1073741824 1073778376 140737093446976 140737093438112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10513/statm: 2406260 6844 2208 9 0 2396937 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9625040

[startup+0.300209 s]
/proc/loadavg: 2.13 2.19 2.22 3/194 10513
/proc/meminfo: memFree=24042776/32872528 swapFree=1199460/1313924
[pid=10513] ppid=10510 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/10513/stat : 10513 (java) S 10510 10513 9104 0 -1 4202496 8380 0 1 0 48 3 0 0 20 0 19 0 9426532 9856040960 9162 33554432000 1073741824 1073778376 140737093446976 140737093438112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10513/statm: 2406260 9165 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700303 s]
/proc/loadavg: 2.13 2.19 2.22 3/194 10513
/proc/meminfo: memFree=24042776/32872528 swapFree=1199460/1313924
[pid=10513] ppid=10510 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/10513/stat : 10513 (java) S 10510 10513 9104 0 -1 4202496 9615 0 1 0 107 3 0 0 20 0 19 0 9426532 9856040960 9784 33554432000 1073741824 1073778376 140737093446976 140737093438112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10513/statm: 2406260 9784 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.13 2.19 2.22 3/213 10532
/proc/meminfo: memFree=24009432/32872528 swapFree=1199460/1313924
[pid=10513] ppid=10510 vsize=9625040 CPUtime=1.95 cores=0,2,4,6
/proc/10513/stat : 10513 (java) S 10510 10513 9104 0 -1 4202496 9678 0 1 0 191 4 0 0 20 0 19 0 9426532 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 140737093438112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10513/statm: 2406260 10811 2257 9 0 2396937 0
[pid=10513/tid=10515] ppid=10510 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/10513/task/10515/stat : 10515 (java) R 10510 10513 9104 0 -1 4202560 2408 0 1 0 144 2 0 0 20 0 19 0 9426533 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737794813648 139737650788998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10516] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10516/stat : 10516 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737772923816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10517] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10517/stat : 10517 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737771871272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10518] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10518/stat : 10518 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737770818216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10519] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10519/stat : 10519 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737769765672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10520] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10520/stat : 10520 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737768712616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10521] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10521/stat : 10521 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737297840680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10522] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10522/stat : 10522 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737296787624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10523] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10523/stat : 10523 (java) S 10510 10513 9104 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737295735080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10524] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10524/stat : 10524 (java) S 10510 10513 9104 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9426535 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737283324776 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10525] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10525/stat : 10525 (java) S 10510 10513 9104 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9426536 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737282271096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10526] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10526/stat : 10526 (java) S 10510 10513 9104 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9426536 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737281217928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10527] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10527/stat : 10527 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426538 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737280166672 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10528] ppid=10510 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/10513/task/10528/stat : 10528 (java) S 10510 10513 9104 0 -1 4202560 2477 0 0 0 23 0 0 0 20 0 19 0 9426538 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737279113528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10529] ppid=10510 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/10513/task/10529/stat : 10529 (java) S 10510 10513 9104 0 -1 4202560 3520 0 0 0 20 2 0 0 20 0 19 0 9426538 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737278060984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10530] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10530/stat : 10530 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426538 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737277008120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10531] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10531/stat : 10531 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426538 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737275955784 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10532] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10532/stat : 10532 (java) S 10510 10513 9104 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9426551 9856040960 10811 33554432000 1073741824 1073778376 140737093446976 139737274803752 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.13 2.19 2.22 3/213 10532
/proc/meminfo: memFree=24005220/32872528 swapFree=1199460/1313924
[pid=10513] ppid=10510 vsize=9625040 CPUtime=3.57 cores=0,2,4,6
/proc/10513/stat : 10513 (java) S 10510 10513 9104 0 -1 4202496 9767 0 1 0 353 4 0 0 20 0 19 0 9426532 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 140737093438112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10513/statm: 2406260 12348 2257 9 0 2396937 0
[pid=10513/tid=10515] ppid=10510 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/10513/task/10515/stat : 10515 (java) R 10510 10513 9104 0 -1 4202560 2411 0 1 0 304 2 0 0 20 0 19 0 9426533 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737794813632 139737650643362 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10516] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10516/stat : 10516 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737772923816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10517] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10517/stat : 10517 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737771871272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10518] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10518/stat : 10518 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737770818216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10519] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10519/stat : 10519 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737769765672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10520] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10520/stat : 10520 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737768712616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10521] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10521/stat : 10521 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737297840680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10522] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10522/stat : 10522 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737296787624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10523] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10523/stat : 10523 (java) S 10510 10513 9104 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737295735080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10524] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10524/stat : 10524 (java) S 10510 10513 9104 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9426535 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737283324776 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10525] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10525/stat : 10525 (java) S 10510 10513 9104 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9426536 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737282271096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10526] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10526/stat : 10526 (java) S 10510 10513 9104 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9426536 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737281217928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10527] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10527/stat : 10527 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426538 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737280166672 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10528] ppid=10510 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10513/task/10528/stat : 10528 (java) S 10510 10513 9104 0 -1 4202560 2563 0 0 0 24 0 0 0 20 0 19 0 9426538 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737279113528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10529] ppid=10510 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/10513/task/10529/stat : 10529 (java) S 10510 10513 9104 0 -1 4202560 3520 0 0 0 21 2 0 0 20 0 19 0 9426538 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737278060984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10530] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10530/stat : 10530 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426538 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737277008120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10531] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10531/stat : 10531 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426538 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737275955784 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10532] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10532/stat : 10532 (java) S 10510 10513 9104 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9426551 9856040960 12348 33554432000 1073741824 1073778376 140737093446976 139737274803752 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.12 2.19 2.22 4/213 10532
/proc/meminfo: memFree=23990736/32872528 swapFree=1199460/1313924
[pid=10513] ppid=10510 vsize=9625040 CPUtime=6.77 cores=0,2,4,6
/proc/10513/stat : 10513 (java) S 10510 10513 9104 0 -1 4202496 9775 0 1 0 673 4 0 0 20 0 19 0 9426532 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 140737093438112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10513/statm: 2406260 15298 2258 9 0 2396937 0
[pid=10513/tid=10515] ppid=10510 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/10513/task/10515/stat : 10515 (java) R 10510 10513 9104 0 -1 4202560 2418 0 1 0 623 2 0 0 20 0 19 0 9426533 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737794822472 139737650668725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10516] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10516/stat : 10516 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737772923816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10517] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10517/stat : 10517 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737771871272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10518] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10518/stat : 10518 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737770818216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10519] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10519/stat : 10519 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737769765672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10520] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10520/stat : 10520 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737768712616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10521] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10521/stat : 10521 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737297840680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10522] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10522/stat : 10522 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737296787624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10523] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10523/stat : 10523 (java) S 10510 10513 9104 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9426534 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737295735080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10524] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10524/stat : 10524 (java) S 10510 10513 9104 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9426535 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737283324776 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10525] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10525/stat : 10525 (java) S 10510 10513 9104 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9426536 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737282271096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10526] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10526/stat : 10526 (java) S 10510 10513 9104 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9426536 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737281217928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10527] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10527/stat : 10527 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426538 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737280166672 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10528] ppid=10510 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10513/task/10528/stat : 10528 (java) S 10510 10513 9104 0 -1 4202560 2563 0 0 0 24 0 0 0 20 0 19 0 9426538 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737279113528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10529] ppid=10510 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/10513/task/10529/stat : 10529 (java) S 10510 10513 9104 0 -1 4202560 3520 0 0 0 21 2 0 0 20 0 19 0 9426538 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737278060984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10530] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10530/stat : 10530 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426538 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737277008120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10531] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10531/stat : 10531 (java) S 10510 10513 9104 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9426538 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737275955784 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10532] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10532/stat : 10532 (java) S 10510 10513 9104 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9426551 9856040960 15298 33554432000 1073741824 1073778376 140737093446976 139737274803752 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 9625040


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

[pid=10513/tid=10532] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10532/stat : 10532 (java) S 10510 10513 9104 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9426551 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737274803752 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1724.89
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.18 1.22 1.53 2/188 10632
/proc/meminfo: memFree=30254492/32872528 swapFree=1199460/1313924
[pid=10513] ppid=10510 vsize=9625040 CPUtime=1784.89 cores=0,2,4,6
/proc/10513/stat : 10513 (java) S 10510 10513 9104 0 -1 4202496 13919 0 1 0 178416 73 0 0 20 0 19 0 9426532 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 140737093438112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10513/statm: 2406260 136237 2272 9 0 2396937 0
[pid=10513/tid=10515] ppid=10510 vsize=9625040 CPUtime=1776.62 cores=0,2,4,6
/proc/10513/task/10515/stat : 10515 (java) R 10510 10513 9104 0 -1 4202560 2490 0 1 0 177630 32 0 0 20 0 19 0 9426533 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737794813632 139737650668542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10516] ppid=10510 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/10513/task/10516/stat : 10516 (java) S 10510 10513 9104 0 -1 4202560 323 0 0 0 25 4 0 0 20 0 19 0 9426534 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737772923816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10517] ppid=10510 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10513/task/10517/stat : 10517 (java) S 10510 10513 9104 0 -1 4202560 175 0 0 0 22 4 0 0 20 0 19 0 9426534 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737771871272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10518] ppid=10510 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/10513/task/10518/stat : 10518 (java) S 10510 10513 9104 0 -1 4202560 519 0 0 0 29 4 0 0 20 0 19 0 9426534 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737770818216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10519] ppid=10510 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/10513/task/10519/stat : 10519 (java) S 10510 10513 9104 0 -1 4202560 600 0 0 0 39 8 0 0 20 0 19 0 9426534 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737769765672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10520] ppid=10510 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/10513/task/10520/stat : 10520 (java) S 10510 10513 9104 0 -1 4202560 282 0 0 0 36 5 0 0 20 0 19 0 9426534 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737768712616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10521] ppid=10510 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/10513/task/10521/stat : 10521 (java) S 10510 10513 9104 0 -1 4202560 496 0 0 0 28 5 0 0 20 0 19 0 9426534 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737297840680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10522] ppid=10510 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/10513/task/10522/stat : 10522 (java) S 10510 10513 9104 0 -1 4202560 585 0 0 0 27 5 0 0 20 0 19 0 9426534 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737296787624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10523] ppid=10510 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/10513/task/10523/stat : 10523 (java) S 10510 10513 9104 0 -1 4202560 413 0 0 0 34 6 0 0 20 0 19 0 9426534 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737295735080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10524] ppid=10510 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10513/task/10524/stat : 10524 (java) S 10510 10513 9104 0 -1 4202560 100 0 0 0 1 1 0 0 20 0 19 0 9426535 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737283324776 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10525] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10525/stat : 10525 (java) S 10510 10513 9104 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9426536 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737282271096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10526] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10526/stat : 10526 (java) S 10510 10513 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9426536 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737281217928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10527] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10527/stat : 10527 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426538 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737280166672 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10528] ppid=10510 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10513/task/10528/stat : 10528 (java) S 10510 10513 9104 0 -1 4202560 3053 0 0 0 26 0 0 0 20 0 19 0 9426538 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737279113528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10529] ppid=10510 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/10513/task/10529/stat : 10529 (java) S 10510 10513 9104 0 -1 4202560 3520 0 0 0 21 2 0 0 20 0 19 0 9426538 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737278060984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10530] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10530/stat : 10530 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426538 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737277008120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10531] ppid=10510 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/10513/task/10531/stat : 10531 (java) S 10510 10513 9104 0 -1 4202560 104 0 0 0 29 28 0 0 20 0 19 0 9426538 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737275955784 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10532] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10532/stat : 10532 (java) S 10510 10513 9104 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9426551 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737274803752 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1784.89
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 1.14 1.20 1.52 2/188 10632
/proc/meminfo: memFree=30254660/32872528 swapFree=1199460/1313924
[pid=10513] ppid=10510 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/10513/stat : 10513 (java) S 10510 10513 9104 0 -1 4202496 13919 0 1 0 179927 73 0 0 20 0 19 0 9426532 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 140737093438112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10513/statm: 2406260 136237 2272 9 0 2396937 0
[pid=10513/tid=10515] ppid=10510 vsize=9625040 CPUtime=1791.69 cores=0,2,4,6
/proc/10513/task/10515/stat : 10515 (java) R 10510 10513 9104 0 -1 4202560 2490 0 1 0 179137 32 0 0 20 0 19 0 9426533 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737794813632 139737650712367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10516] ppid=10510 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/10513/task/10516/stat : 10516 (java) S 10510 10513 9104 0 -1 4202560 323 0 0 0 25 4 0 0 20 0 19 0 9426534 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737772923816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10517] ppid=10510 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10513/task/10517/stat : 10517 (java) S 10510 10513 9104 0 -1 4202560 175 0 0 0 22 4 0 0 20 0 19 0 9426534 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737771871272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10518] ppid=10510 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/10513/task/10518/stat : 10518 (java) S 10510 10513 9104 0 -1 4202560 519 0 0 0 29 4 0 0 20 0 19 0 9426534 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737770818216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10519] ppid=10510 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/10513/task/10519/stat : 10519 (java) S 10510 10513 9104 0 -1 4202560 600 0 0 0 39 8 0 0 20 0 19 0 9426534 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737769765672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10520] ppid=10510 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/10513/task/10520/stat : 10520 (java) S 10510 10513 9104 0 -1 4202560 282 0 0 0 36 5 0 0 20 0 19 0 9426534 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737768712616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10521] ppid=10510 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/10513/task/10521/stat : 10521 (java) S 10510 10513 9104 0 -1 4202560 496 0 0 0 28 5 0 0 20 0 19 0 9426534 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737297840680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10522] ppid=10510 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/10513/task/10522/stat : 10522 (java) S 10510 10513 9104 0 -1 4202560 585 0 0 0 27 5 0 0 20 0 19 0 9426534 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737296787624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10523] ppid=10510 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/10513/task/10523/stat : 10523 (java) S 10510 10513 9104 0 -1 4202560 413 0 0 0 34 6 0 0 20 0 19 0 9426534 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737295735080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10524] ppid=10510 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10513/task/10524/stat : 10524 (java) S 10510 10513 9104 0 -1 4202560 100 0 0 0 1 1 0 0 20 0 19 0 9426535 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737283324776 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10525] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10525/stat : 10525 (java) S 10510 10513 9104 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9426536 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737282271096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10526] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10526/stat : 10526 (java) S 10510 10513 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9426536 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737281217928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10527] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10527/stat : 10527 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426538 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737280166672 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10528] ppid=10510 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/10513/task/10528/stat : 10528 (java) S 10510 10513 9104 0 -1 4202560 3053 0 0 0 26 0 0 0 20 0 19 0 9426538 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737279113528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10529] ppid=10510 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/10513/task/10529/stat : 10529 (java) S 10510 10513 9104 0 -1 4202560 3520 0 0 0 21 2 0 0 20 0 19 0 9426538 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737278060984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10530] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10530/stat : 10530 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9426538 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737277008120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10531] ppid=10510 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/10513/task/10531/stat : 10531 (java) S 10510 10513 9104 0 -1 4202560 104 0 0 0 29 28 0 0 20 0 19 0 9426538 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737275955784 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10532] ppid=10510 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10532/stat : 10532 (java) S 10510 10513 9104 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9426551 9856040960 136237 33554432000 1073741824 1073778376 140737093446976 139737274803752 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10513 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.6 s]
/proc/loadavg: 1.14 1.20 1.52 2/188 10632
/proc/meminfo: memFree=30254660/32872528 swapFree=1199460/1313924
[pid=10513] ppid=10510 vsize=9691604 CPUtime=1800.3 cores=0,2,4,6
/proc/10513/stat : 10513 (java) S 10510 10513 9104 0 -1 4202496 13993 0 1 0 179956 74 0 0 20 0 20 0 9426532 9924202496 137602 33554432000 1073741824 1073778376 140737093446976 140737093438112 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10513/statm: 2422901 137602 2278 9 0 2413578 0
[pid=10513/tid=10515] ppid=10510 vsize=9691604 CPUtime=1791.7 cores=0,2,4,6
/proc/10513/task/10515/stat : 10515 (java) S 10510 10513 9104 0 -1 4202560 2490 0 1 0 179138 32 0 0 20 0 20 0 9426533 9924202496 137602 33554432000 1073741824 1073778376 140737093446976 139737794820664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10516] ppid=10510 vsize=9691604 CPUtime=0.31 cores=0,2,4,6
/proc/10513/task/10516/stat : 10516 (java) S 10510 10513 9104 0 -1 4202560 325 0 0 0 27 4 0 0 20 0 20 0 9426534 9924202496 137602 33554432000 1073741824 1073778376 140737093446976 139737772923816 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10517] ppid=10510 vsize=9691604 CPUtime=0.28 cores=0,2,4,6
/proc/10513/task/10517/stat : 10517 (java) S 10510 10513 9104 0 -1 4202560 178 0 0 0 24 4 0 0 20 0 20 0 9426534 9924202496 137603 33554432000 1073741824 1073778376 140737093446976 139737771871272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10518] ppid=10510 vsize=9691604 CPUtime=0.35 cores=0,2,4,6
/proc/10513/task/10518/stat : 10518 (java) S 10510 10513 9104 0 -1 4202560 532 0 0 0 31 4 0 0 20 0 20 0 9426534 9924202496 137603 33554432000 1073741824 1073778376 140737093446976 139737770818216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10519] ppid=10510 vsize=9691604 CPUtime=0.48 cores=0,2,4,6
/proc/10513/task/10519/stat : 10519 (java) S 10510 10513 9104 0 -1 4202560 601 0 0 0 40 8 0 0 20 0 20 0 9426534 9924202496 137603 33554432000 1073741824 1073778376 140737093446976 139737769765672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10520] ppid=10510 vsize=9691604 CPUtime=0.42 cores=0,2,4,6
/proc/10513/task/10520/stat : 10520 (java) S 10510 10513 9104 0 -1 4202560 283 0 0 0 37 5 0 0 20 0 20 0 9426534 9924202496 137603 33554432000 1073741824 1073778376 140737093446976 139737768712616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10521] ppid=10510 vsize=9691604 CPUtime=0.35 cores=0,2,4,6
/proc/10513/task/10521/stat : 10521 (java) S 10510 10513 9104 0 -1 4202560 498 0 0 0 30 5 0 0 20 0 20 0 9426534 9924202496 137603 33554432000 1073741824 1073778376 140737093446976 139737297840680 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10522] ppid=10510 vsize=9691604 CPUtime=0.35 cores=0,2,4,6
/proc/10513/task/10522/stat : 10522 (java) S 10510 10513 9104 0 -1 4202560 598 0 0 0 30 5 0 0 20 0 20 0 9426534 9924202496 137603 33554432000 1073741824 1073778376 140737093446976 139737296787624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10523] ppid=10510 vsize=9691604 CPUtime=0.43 cores=0,2,4,6
/proc/10513/task/10523/stat : 10523 (java) S 10510 10513 9104 0 -1 4202560 416 0 0 0 36 7 0 0 20 0 20 0 9426534 9924202496 137603 33554432000 1073741824 1073778376 140737093446976 139737295735080 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10524] ppid=10510 vsize=9691604 CPUtime=0.16 cores=0,2,4,6
/proc/10513/task/10524/stat : 10524 (java) R 10510 10513 9104 0 -1 4202560 119 0 0 0 14 2 0 0 20 0 20 0 9426535 9924202496 137603 33554432000 1073741824 1073778376 140737093446976 139737283323656 139737798094470 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10513/tid=10525] ppid=10510 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10525/stat : 10525 (java) S 10510 10513 9104 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 9426536 9924202496 137603 33554432000 1073741824 1073778376 140737093446976 139737282271096 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10526] ppid=10510 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10526/stat : 10526 (java) S 10510 10513 9104 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 9426536 9924202496 137603 33554432000 1073741824 1073778376 140737093446976 139737281217928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10527] ppid=10510 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10527/stat : 10527 (java) S 10510 10513 9104 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 9426538 9924202496 137603 33554432000 1073741824 1073778376 140737093446976 139737280166672 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10528] ppid=10510 vsize=9691604 CPUtime=0.26 cores=0,2,4,6
/proc/10513/task/10528/stat : 10528 (java) S 10510 10513 9104 0 -1 4202560 3053 0 0 0 26 0 0 0 20 0 20 0 9426538 9924202496 137603 33554432000 1073741824 1073778376 140737093446976 139737279113528 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10513/tid=10529] ppid=10510 vsize=9691604 CPUtime=0.23 cores=0,2,4,6
/proc/10513/task/10529/stat : 10529 (java) S 10510 10513 9104 0 -1 4202560 3520 0 0 0 21 2 0 0 20 0 20 0 9426538 9924202496 137603 33554432000 1073741824 1073778376 140737093446976 139737278060984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10530] ppid=10510 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10530/stat : 10530 (java) S 10510 10513 9104 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 9426538 9924202496 137603 33554432000 1073741824 1073778376 140737093446976 139737277008120 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10513/tid=10531] ppid=10510 vsize=9691604 CPUtime=0.57 cores=0,2,4,6
/proc/10513/task/10531/stat : 10531 (java) S 10510 10513 9104 0 -1 4202560 104 0 0 0 29 28 0 0 20 0 20 0 9426538 9924202496 137603 33554432000 1073741824 1073778376 140737093446976 139737275955784 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10513/tid=10532] ppid=10510 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/10513/task/10532/stat : 10532 (java) S 10510 10513 9104 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 9426551 9924202496 137603 33554432000 1073741824 1073778376 140737093446976 139737274803752 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 9691604

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10513 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=60109
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=201817
# CPU time returned by wait4() is 1796.26
# while last known CPU time is 1800.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.66
CPU time (s): 1800.3
CPU user time (s): 1799.56
CPU system time (s): 0.74
CPU usage (%): 100.147
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.06
system time used= 1.20182
maximum resident set size= 555344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14027
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38590
involuntary context switches= 25537

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7024 second user time and 13.123 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-16 12:43:20
IDJOB=4090741
IDBENCH=79662
IDSOLVER=2551
FILE ID=node131/4090741-1466073800
RUNJOBID= node131-1466062117-9120
PBS_JOBID= 19904008
Free space on /tmp= 71484 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-queen5-5-3_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090741-1466073800/watcher-4090741-1466073800 -o /tmp/evaluation-result-4090741-1466073800/solver-4090741-1466073800 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466062117-9120 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090741-1466073800.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3af6143b2c580af9e4edcedcd162c161
RANDOM SEED=1406572908

node131.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        24043040 kB
Buffers:           14388 kB
Cached:           306624 kB
SwapCached:         1980 kB
Active:          6757836 kB
Inactive:          40208 kB
Active(anon):    6477708 kB
Inactive(anon):     1452 kB
Active(file):     280128 kB
Inactive(file):    38756 kB
Unevictable:     1313924 kB
Mlocked:         1199460 kB
SwapTotal:      67108856 kB
SwapFree:       67099336 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       7764868 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             571948 kB
SReclaimable:      16064 kB
SUnreclaim:       555884 kB
KernelStack:        1760 kB
PageTables:        19324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    9563284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6320128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node131 at 2016-06-16 13:13:18