Trace number 2694829

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 RES // CP 2.2.0 2010-05-31Wrong Opt. 121.122 96.7302

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110969860--soft-0-100-0.wbo
MD5SUM1b4d108d74bb6ee9510c6f55f0fde657
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.138978
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1147
Number of bits of the biggest sum of numbers11
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.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c version 2.2.0.v20100531
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.02/0.07	c java.vm.version	11.2-b01
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	32
0.02/0.07	c java.version		1.6.0_12
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.18-164.el5
0.02/0.07	c os.arch		i386
0.02/0.07	c Free memory 		1393557488
0.02/0.07	c Max memory 		1395916800
0.02/0.07	c Total memory 		1395916800
0.02/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1cb25f1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b1c260
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	
0.10/0.10	c solving HOME/instance-2694829-1277922849.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.06s.
0.10/0.16	c #vars     270
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.10/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.30/0.29	c And the winner is Resolution
1.25/1.17	c SATISFIABLE
1.25/1.17	c OPTIMIZING...
1.25/1.17	c Got one! Elapsed wall clock time (in seconds):1.064
1.25/1.17	o 520
1.25/1.19	c And the winner is Resolution
1.53/2.17	c Got one! Elapsed wall clock time (in seconds):2.066
1.53/2.17	o 407
1.53/2.19	c And the winner is Resolution
1.57/3.17	c Got one! Elapsed wall clock time (in seconds):3.07
1.57/3.17	o 360
1.57/3.20	c And the winner is Resolution
1.68/4.18	c Got one! Elapsed wall clock time (in seconds):4.073
1.68/4.18	o 330
1.74/4.21	c And the winner is Resolution
1.98/5.18	c Got one! Elapsed wall clock time (in seconds):5.078
1.98/5.18	o 287
2.01/5.21	c And the winner is Resolution
2.12/6.18	c Got one! Elapsed wall clock time (in seconds):6.082
2.12/6.18	o 279
2.38/6.30	c And the winner is Resolution
2.44/7.19	c Got one! Elapsed wall clock time (in seconds):7.085
2.44/7.19	o 277
2.45/7.29	c cleaning 2498 clauses out of 5001 with flag 5001/5001
2.82/7.34	c And the winner is Resolution
3.17/8.19	c Got one! Elapsed wall clock time (in seconds):8.089
3.17/8.19	o 275
3.18/8.21	c And the winner is Resolution
3.28/9.20	c Got one! Elapsed wall clock time (in seconds):9.095
3.28/9.20	o 219
3.52/9.31	c And the winner is Resolution
3.58/10.20	c Got one! Elapsed wall clock time (in seconds):10.1
3.58/10.20	o 207
3.58/10.28	c And the winner is Resolution
3.73/11.21	c Got one! Elapsed wall clock time (in seconds):11.103
3.73/11.21	o 163
3.93/11.30	c cleaning 4248 clauses out of 8502 with flag 11000/11000
3.93/11.33	c And the winner is Resolution
3.98/12.21	c Got one! Elapsed wall clock time (in seconds):12.107
3.98/12.21	o 157
3.98/12.29	c And the winner is Resolution
4.16/13.21	c Got one! Elapsed wall clock time (in seconds):13.111
4.16/13.21	o 118
4.59/13.45	c And the winner is Resolution
4.70/14.22	c Got one! Elapsed wall clock time (in seconds):14.114
4.70/14.22	o 114
4.70/14.25	c cleaning 5623 clauses out of 11254 with flag 18000/18000
5.47/14.69	c cleaning 6812 clauses out of 13631 with flag 26000/26000
5.88/14.83	c And the winner is Resolution
5.96/15.22	c Got one! Elapsed wall clock time (in seconds):15.118
5.96/15.22	o 108
6.71/15.61	c cleaning 7910 clauses out of 15826 with flag 35007/35007
8.10/16.35	c cleaning 8951 clauses out of 17911 with flag 45002/45002
9.49/17.06	c And the winner is Resolution
9.63/17.23	c Got one! Elapsed wall clock time (in seconds):17.124
9.63/17.23	o 97
9.63/17.26	c cleaning 9477 clauses out of 18960 with flag 55002/55002
10.74/17.86	c cleaning 9735 clauses out of 19481 with flag 65000/65000
11.32/18.16	c And the winner is Resolution
11.45/18.23	c Got one! Elapsed wall clock time (in seconds):18.128
11.45/18.23	o 81
11.98/18.57	c cleaning 9869 clauses out of 19746 with flag 75000/75000
12.95/19.03	c And the winner is Resolution
13.11/19.23	c Got one! Elapsed wall clock time (in seconds):19.131
13.11/19.23	o 76
13.23/19.35	c cleaning 9931 clauses out of 19878 with flag 85001/85001
14.60/20.01	c cleaning 9970 clauses out of 19949 with flag 95003/95003
15.37/20.49	c And the winner is Resolution
17.74/23.24	c Got one! Elapsed wall clock time (in seconds):23.141
17.74/23.24	o 73
18.04/23.42	c cleaning 9983 clauses out of 19976 with flag 105000/105000
19.02/23.91	c cleaning 9993 clauses out of 19996 with flag 115003/115003
19.99/24.46	c cleaning 9995 clauses out of 20000 with flag 125000/125000
21.16/25.05	c cleaning 10002 clauses out of 20007 with flag 135002/135002
21.33/25.19	c And the winner is Resolution
21.71/26.25	c Got one! Elapsed wall clock time (in seconds):26.151
21.71/26.25	o 71
22.39/26.65	c cleaning 9999 clauses out of 20003 with flag 145000/145000
22.95/26.94	c And the winner is Resolution
44.52/49.30	c Got one! Elapsed wall clock time (in seconds):49.195
44.52/49.30	o 70
45.11/49.65	c cleaning 10000 clauses out of 20005 with flag 155001/155001
46.08/50.15	c cleaning 9997 clauses out of 20004 with flag 165000/165000
47.06/50.68	c cleaning 10001 clauses out of 20008 with flag 175001/175001
48.22/51.21	c cleaning 9999 clauses out of 20008 with flag 185002/185002
49.38/51.80	c cleaning 9995 clauses out of 20008 with flag 195001/195001
49.96/52.14	c And the winner is Resolution
53.39/56.31	c Got one! Elapsed wall clock time (in seconds):56.211
53.39/56.31	o 63
54.16/56.70	c cleaning 10001 clauses out of 20014 with flag 205002/205002
55.33/57.33	c cleaning 9998 clauses out of 20012 with flag 215001/215001
56.29/57.89	c cleaning 9999 clauses out of 20013 with flag 225000/225000
57.65/58.52	c cleaning 10004 clauses out of 20014 with flag 235000/235000
58.62/59.04	c cleaning 10001 clauses out of 20011 with flag 245001/245001
59.80/59.67	c cleaning 10002 clauses out of 20009 with flag 255000/255000
60.97/60.21	c cleaning 10000 clauses out of 20008 with flag 265001/265001
61.93/60.76	c cleaning 10000 clauses out of 20009 with flag 275002/275002
63.10/61.33	c cleaning 9999 clauses out of 20007 with flag 285000/285000
64.27/61.90	c cleaning 9999 clauses out of 20008 with flag 295000/295000
65.24/62.46	c cleaning 10001 clauses out of 20009 with flag 305000/305000
66.40/63.03	c cleaning 9999 clauses out of 20008 with flag 315000/315000
67.38/63.56	c cleaning 10000 clauses out of 20009 with flag 325000/325000
68.34/64.06	c cleaning 10001 clauses out of 20009 with flag 335000/335000
69.51/64.60	c cleaning 9999 clauses out of 20010 with flag 345002/345002
70.47/65.15	c cleaning 10001 clauses out of 20011 with flag 355002/355002
71.04/65.41	c And the winner is Resolution
71.41/66.33	c Got one! Elapsed wall clock time (in seconds):66.231
71.41/66.33	o 53
71.93/66.65	c cleaning 10001 clauses out of 20009 with flag 365001/365001
72.91/67.10	c cleaning 9997 clauses out of 20007 with flag 375000/375000
73.67/67.58	c cleaning 10001 clauses out of 20011 with flag 385001/385001
74.84/68.11	c cleaning 10001 clauses out of 20009 with flag 395000/395000
76.00/68.72	c cleaning 9997 clauses out of 20008 with flag 405000/405000
76.98/69.22	c cleaning 10002 clauses out of 20012 with flag 415001/415001
77.94/69.73	c cleaning 10001 clauses out of 20009 with flag 425000/425000
78.89/70.26	c cleaning 10001 clauses out of 20008 with flag 435000/435000
80.06/70.84	c cleaning 10000 clauses out of 20007 with flag 445000/445000
81.24/71.41	c cleaning 10001 clauses out of 20007 with flag 455000/455000
81.41/71.56	c And the winner is Resolution
82.41/73.35	c Got one! Elapsed wall clock time (in seconds):73.246
82.41/73.35	o 41
83.13/73.77	c cleaning 9997 clauses out of 20006 with flag 465000/465000
83.48/73.99	c And the winner is Resolution
83.72/74.35	c Got one! Elapsed wall clock time (in seconds):74.249
83.72/74.35	o 37
84.21/74.68	c cleaning 9999 clauses out of 20009 with flag 475000/475000
85.18/75.19	c cleaning 10003 clauses out of 20013 with flag 485003/485003
86.36/75.74	c cleaning 9994 clauses out of 20007 with flag 495000/495000
87.53/76.32	c cleaning 10002 clauses out of 20013 with flag 505000/505000
88.49/76.88	c cleaning 10000 clauses out of 20011 with flag 515000/515000
89.46/77.39	c cleaning 10000 clauses out of 20014 with flag 525003/525003
90.43/77.87	c cleaning 10000 clauses out of 20011 with flag 535000/535000
91.39/78.37	c cleaning 10003 clauses out of 20013 with flag 545002/545002
92.34/78.88	c cleaning 10002 clauses out of 20009 with flag 555001/555001
93.52/79.40	c cleaning 10000 clauses out of 20008 with flag 565002/565002
93.88/79.60	c And the winner is Resolution
93.91/80.44	c Got one! Elapsed wall clock time (in seconds):80.338
93.91/80.44	o 25
94.42/80.77	c cleaning 9997 clauses out of 20007 with flag 575001/575001
95.38/81.25	c cleaning 10000 clauses out of 20010 with flag 585001/585001
96.52/81.83	c cleaning 10001 clauses out of 20012 with flag 595003/595003
97.48/82.35	c cleaning 9997 clauses out of 20009 with flag 605001/605001
98.63/82.90	c cleaning 10000 clauses out of 20011 with flag 615000/615000
99.59/83.43	c cleaning 10003 clauses out of 20013 with flag 625002/625002
100.53/83.98	c cleaning 9998 clauses out of 20008 with flag 635000/635000
101.51/84.49	c cleaning 10003 clauses out of 20011 with flag 645001/645001
102.47/84.97	c cleaning 10001 clauses out of 20009 with flag 655002/655002
103.43/85.47	c cleaning 10001 clauses out of 20008 with flag 665002/665002
104.36/85.98	c cleaning 9999 clauses out of 20007 with flag 675002/675002
105.52/86.54	c cleaning 9999 clauses out of 20008 with flag 685002/685002
105.87/86.70	c And the winner is Resolution
105.90/87.54	c Got one! Elapsed wall clock time (in seconds):87.434
105.90/87.54	o 14
106.63/87.92	c cleaning 10001 clauses out of 20007 with flag 695000/695000
107.57/88.42	c cleaning 9997 clauses out of 20006 with flag 705000/705000
108.51/88.97	c cleaning 10000 clauses out of 20009 with flag 715000/715000
109.46/89.47	c cleaning 10000 clauses out of 20010 with flag 725001/725001
110.43/89.94	c cleaning 10002 clauses out of 20009 with flag 735000/735000
111.58/90.50	c cleaning 9997 clauses out of 20007 with flag 745000/745000
112.52/91.01	c cleaning 10001 clauses out of 20011 with flag 755001/755001
113.47/91.53	c cleaning 10000 clauses out of 20009 with flag 765000/765000
114.42/92.06	c cleaning 10000 clauses out of 20009 with flag 775000/775000
115.39/92.56	c cleaning 10000 clauses out of 20011 with flag 785002/785002
116.52/93.10	c cleaning 10002 clauses out of 20011 with flag 795002/795002
117.47/93.64	c cleaning 9999 clauses out of 20008 with flag 805001/805001
118.64/94.24	c cleaning 10000 clauses out of 20008 with flag 815000/815000
119.69/94.79	c cleaning 10002 clauses out of 20008 with flag 825000/825000
120.20/94.92	c And the winner is Resolution
121.02/96.69	c starts		: 197
121.02/96.69	c conflicts		: 826719
121.02/96.69	c decisions		: 1126720
121.02/96.69	c propagations		: 20617478
121.02/96.69	c inspects		: 239531814
121.02/96.69	c learnt literals	: 5
121.02/96.69	c learnt binary clauses	: 19
121.02/96.69	c learnt ternary clauses	: 84
121.02/96.69	c learnt clauses	: 826713
121.02/96.69	c ignored clauses	: 0
121.02/96.69	c root simplifications	: 0
121.02/96.69	c removed literals (reason simplification)	: 9200270
121.02/96.69	c reason swapping (by a shorter reason)	: 0
121.02/96.69	c Calls to reduceDB	: 84
121.02/96.69	c number of reductions to clauses (during analyze)	: 0
121.02/96.69	c number of learned constraints concerned by reduction	: 0
121.02/96.69	c number of learning phase by resolution	: 0
121.02/96.69	c number of learning phase by cutting planes	: 0
121.02/96.69	c speed (assignments/second)	: 2253276.2841530056
121.02/96.69	c non guided choices	1615
121.02/96.69	c learnt constraints type 
121.02/96.69	c constraints type 
121.02/96.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
121.02/96.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
121.02/96.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
121.02/96.69	c constraints type 
121.02/96.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
121.02/96.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
121.02/96.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
121.02/96.69	s OPTIMUM FOUND
121.02/96.69	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 x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 
121.02/96.69	c objective function=14
121.02/96.69	c Total wall clock time (in seconds): 96.586

Verifier Data

OK	14

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694829-1277922849/watcher-2694829-1277922849 -o /tmp/evaluation-result-2694829-1277922849/solver-2694829-1277922849 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694829-1277922849.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.98 1.99 2/178 16517
/proc/meminfo: memFree=31123512/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=1700 CPUtime=0
/proc/16517/stat : 16517 (java) R 16515 16517 14376 0 -1 4194304 375 0 0 0 0 0 0 0 25 0 1 0 133580907 1740800 105 4089446400 134512640 134550932 4288097760 18446744073709551615 13441184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16517/statm: 425 109 85 10 0 30 0

[startup+0.0325811 s]
/proc/loadavg: 1.93 1.98 1.99 2/178 16517
/proc/meminfo: memFree=31123512/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=1526332 CPUtime=0.02
/proc/16517/stat : 16517 (java) S 16515 16517 14376 0 -1 4202496 3697 0 1 0 2 0 0 0 25 0 13 0 133580907 1562963968 3136 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0
/proc/16517/statm: 381583 3136 1033 10 0 378893 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1526332

[startup+0.10059 s]
/proc/loadavg: 1.93 1.98 1.99 2/178 16517
/proc/meminfo: memFree=31123512/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=1530132 CPUtime=0.1
/proc/16517/stat : 16517 (java) S 16515 16517 14376 0 -1 4202496 5239 0 1 0 10 0 0 0 25 0 18 0 133580907 1566855168 4674 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16517/statm: 382533 4674 1346 10 0 379836 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1530132

[startup+0.300545 s]
/proc/loadavg: 1.93 1.98 1.99 2/178 16517
/proc/meminfo: memFree=31123512/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=1536068 CPUtime=0.69
/proc/16517/stat : 16517 (java) S 16515 16517 14376 0 -1 4202496 8212 0 1 0 69 0 0 0 25 0 21 0 133580907 1572933632 7023 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16517/statm: 384017 7023 1420 10 0 381320 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1536068

[startup+0.700482 s]
/proc/loadavg: 1.93 1.98 1.99 2/178 16517
/proc/meminfo: memFree=31123512/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=1544724 CPUtime=1.25
/proc/16517/stat : 16517 (java) S 16515 16517 14376 0 -1 4202496 13469 0 1 0 124 1 0 0 25 0 20 0 133580907 1581797376 9306 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16517/statm: 386181 9306 1421 10 0 383484 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 1544724

[startup+1.50137 s]
/proc/loadavg: 1.94 1.98 1.99 2/198 16539
/proc/meminfo: memFree=31089012/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=1544864 CPUtime=1.53
/proc/16517/stat : 16517 (java) S 16515 16517 14376 0 -1 4202496 14068 0 1 0 152 1 0 0 25 0 20 0 133580907 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16517/statm: 386216 9904 1425 10 0 383519 0
[pid=16517/tid=16519] ppid=16515 vsize=1544864 CPUtime=0.14
/proc/16517/task/16519/stat : 16519 (java) S 16515 16517 14376 0 -1 4202560 4038 0 1 0 14 0 0 0 18 0 20 0 133580908 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16520] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16520/stat : 16520 (java) S 16515 16517 14376 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133580909 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 0 0 0 0
[pid=16517/tid=16521] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16521/stat : 16521 (java) S 16515 16517 14376 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133580909 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16522] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16522/stat : 16522 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133580909 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 0 0 0 0
[pid=16517/tid=16523] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16523/stat : 16523 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133580909 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16524] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16524/stat : 16524 (java) S 16515 16517 14376 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133580909 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16525] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16525/stat : 16525 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133580909 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16526] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16526/stat : 16526 (java) S 16515 16517 14376 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133580909 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16527] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16527/stat : 16527 (java) S 16515 16517 14376 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133580909 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16528] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16528/stat : 16528 (java) S 16515 16517 14376 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133580910 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16529] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16529/stat : 16529 (java) S 16515 16517 14376 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 133580910 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16530] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16530/stat : 16530 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 20 0 133580910 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 1 0 0 0
[pid=16517/tid=16531] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16531/stat : 16531 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133580912 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16532] ppid=16515 vsize=1544864 CPUtime=0.58
/proc/16517/task/16532/stat : 16532 (java) S 16515 16517 14376 0 -1 4202560 5865 0 0 0 58 0 0 0 15 0 20 0 133580912 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 0 0 0 0
[pid=16517/tid=16533] ppid=16515 vsize=1544864 CPUtime=0.46
/proc/16517/task/16533/stat : 16533 (java) S 16515 16517 14376 0 -1 4202560 1971 0 0 0 46 0 0 0 15 0 20 0 133580912 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16534] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16534/stat : 16534 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133580912 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16535] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16535/stat : 16535 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133580912 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16538] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16538/stat : 16538 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133580925 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16539] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16539/stat : 16539 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133580925 1581940736 9904 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1544864

[startup+3.10104 s]
/proc/loadavg: 1.94 1.98 1.99 2/198 16541
/proc/meminfo: memFree=31086048/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=1544864 CPUtime=1.57
/proc/16517/stat : 16517 (java) S 16515 16517 14376 0 -1 4202496 14824 0 1 0 156 1 0 0 25 0 20 0 133580907 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16517/statm: 386216 10659 1425 10 0 383519 0
[pid=16517/tid=16519] ppid=16515 vsize=1544864 CPUtime=0.14
/proc/16517/task/16519/stat : 16519 (java) S 16515 16517 14376 0 -1 4202560 4051 0 1 0 14 0 0 0 19 0 20 0 133580908 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 0 0 0 0
[pid=16517/tid=16520] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16520/stat : 16520 (java) S 16515 16517 14376 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133580909 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 0 0 0 0
[pid=16517/tid=16521] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16521/stat : 16521 (java) S 16515 16517 14376 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133580909 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16522] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16522/stat : 16522 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133580909 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 0 0 0 0
[pid=16517/tid=16523] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16523/stat : 16523 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133580909 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16524] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16524/stat : 16524 (java) S 16515 16517 14376 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133580909 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16525] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16525/stat : 16525 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133580909 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16526] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16526/stat : 16526 (java) S 16515 16517 14376 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133580909 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16527] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16527/stat : 16527 (java) S 16515 16517 14376 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 133580909 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16528] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16528/stat : 16528 (java) S 16515 16517 14376 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133580910 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16529] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16529/stat : 16529 (java) S 16515 16517 14376 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 20 0 133580910 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16530] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16530/stat : 16530 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 20 0 133580910 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 1 0 0 0
[pid=16517/tid=16531] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16531/stat : 16531 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133580912 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16532] ppid=16515 vsize=1544864 CPUtime=0.58
/proc/16517/task/16532/stat : 16532 (java) S 16515 16517 14376 0 -1 4202560 5865 0 0 0 58 0 0 0 15 0 20 0 133580912 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 0 0 0 0
[pid=16517/tid=16533] ppid=16515 vsize=1544864 CPUtime=0.47
/proc/16517/task/16533/stat : 16533 (java) S 16515 16517 14376 0 -1 4202560 1971 0 0 0 47 0 0 0 15 0 20 0 133580912 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16534] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16534/stat : 16534 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133580912 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16535] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16535/stat : 16535 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133580912 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16538] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16538/stat : 16538 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133580925 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16539] ppid=16515 vsize=1544864 CPUtime=0
/proc/16517/task/16539/stat : 16539 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133580925 1581940736 10659 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 1544864
heavy processes:

[startup+6.30147 s]
/proc/loadavg: 1.94 1.98 1.99 2/198 16549
/proc/meminfo: memFree=31058520/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=1544724 CPUtime=2.38
/proc/16517/stat : 16517 (java) S 16515 16517 14376 0 -1 4202496 27328 0 1 0 235 3 0 0 25 0 22 0 133580907 1581797376 22626 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16517/statm: 386181 22626 1429 10 0 383484 0
[pid=16517/tid=16519] ppid=16515 vsize=1544724 CPUtime=0.15
/proc/16517/task/16519/stat : 16519 (java) S 16515 16517 14376 0 -1 4202560 4099 0 1 0 15 0 0 0 19 0 22 0 133580908 1581797376 22626 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16520] ppid=16515 vsize=1544724 CPUtime=0
/proc/16517/task/16520/stat : 16520 (java) S 16515 16517 14376 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 133580909 1581797376 22627 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 0 0 0 0
[pid=16517/tid=16521] ppid=16515 vsize=1544724 CPUtime=0
/proc/16517/task/16521/stat : 16521 (java) S 16515 16517 14376 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 133580909 1581797376 22627 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16522] ppid=16515 vsize=1544724 CPUtime=0
/proc/16517/task/16522/stat : 16522 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133580909 1581797376 22627 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 0 0 0 0
[pid=16517/tid=16523] ppid=16515 vsize=1544724 CPUtime=0
/proc/16517/task/16523/stat : 16523 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133580909 1581797376 22627 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16524] ppid=16515 vsize=1544724 CPUtime=0
/proc/16517/task/16524/stat : 16524 (java) S 16515 16517 14376 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 22 0 133580909 1581797376 22627 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16525] ppid=16515 vsize=1544724 CPUtime=0
/proc/16517/task/16525/stat : 16525 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 133580909 1581797376 22627 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16526] ppid=16515 vsize=1544724 CPUtime=0
/proc/16517/task/16526/stat : 16526 (java) S 16515 16517 14376 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 133580909 1581797376 22627 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16527] ppid=16515 vsize=1544724 CPUtime=0
/proc/16517/task/16527/stat : 16527 (java) S 16515 16517 14376 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 133580909 1581797376 22627 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16528] ppid=16515 vsize=1544724 CPUtime=0
/proc/16517/task/16528/stat : 16528 (java) S 16515 16517 14376 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 133580910 1581797376 22627 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16529] ppid=16515 vsize=1544724 CPUtime=0
/proc/16517/task/16529/stat : 16529 (java) S 16515 16517 14376 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 133580910 1581797376 22627 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16530] ppid=16515 vsize=1544724 CPUtime=0
/proc/16517/task/16530/stat : 16530 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 22 0 133580910 1581797376 22627 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 1 0 0 0
[pid=16517/tid=16531] ppid=16515 vsize=1544724 CPUtime=0
/proc/16517/task/16531/stat : 16531 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 133580912 1581797376 22627 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16532] ppid=16515 vsize=1544724 CPUtime=0.87
/proc/16517/task/16532/stat : 16532 (java) S 16515 16517 14376 0 -1 4202560 6205 0 0 0 87 0 0 0 15 0 22 0 133580912 1581797376 22627 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 0 0 0 0
[pid=16517/tid=16533] ppid=16515 vsize=1544724 CPUtime=0.6
/proc/16517/task/16533/stat : 16533 (java) S 16515 16517 14376 0 -1 4202560 2089 0 0 0 60 0 0 0 16 0 22 0 133580912 1581797376 22627 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16534] ppid=16515 vsize=1544724 CPUtime=0
/proc/16517/task/16534/stat : 16534 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 133580912 1581797376 22628 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16535] ppid=16515 vsize=1544724 CPUtime=0
/proc/16517/task/16535/stat : 16535 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 133580912 1581797376 22628 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16538] ppid=16515 vsize=1544724 CPUtime=0
/proc/16517/task/16538/stat : 16538 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133580925 1581797376 22628 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16539] ppid=16515 vsize=1544724 CPUtime=0
/proc/16517/task/16539/stat : 16539 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133580925 1581797376 22628 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 1544724
heavy processes:

[startup+12.7014 s]
/proc/loadavg: 1.79 1.95 1.98 2/198 16561

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

/proc/16517/task/16526/stat : 16526 (java) S 16515 16517 14376 0 -1 4202560 802 0 0 0 6 0 0 0 15 0 22 0 133580909 1584025600 61644 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16527] ppid=16515 vsize=1546900 CPUtime=0.08
/proc/16517/task/16527/stat : 16527 (java) S 16515 16517 14376 0 -1 4202560 1362 0 0 0 8 0 0 0 15 0 22 0 133580909 1584025600 61644 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16528] ppid=16515 vsize=1546900 CPUtime=3.21
/proc/16517/task/16528/stat : 16528 (java) S 16515 16517 14376 0 -1 4202560 10000 0 0 0 318 3 0 0 15 0 22 0 133580910 1584025600 61644 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16529] ppid=16515 vsize=1546900 CPUtime=0
/proc/16517/task/16529/stat : 16529 (java) S 16515 16517 14376 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 133580910 1584025600 61644 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16530] ppid=16515 vsize=1546900 CPUtime=0
/proc/16517/task/16530/stat : 16530 (java) S 16515 16517 14376 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 22 0 133580910 1584025600 61644 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 1 0 0 0
[pid=16517/tid=16531] ppid=16515 vsize=1546900 CPUtime=0
/proc/16517/task/16531/stat : 16531 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 133580912 1584025600 61644 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16532] ppid=16515 vsize=1546900 CPUtime=1.4
/proc/16517/task/16532/stat : 16532 (java) S 16515 16517 14376 0 -1 4202560 7134 0 0 0 140 0 0 0 16 0 22 0 133580912 1584025600 61644 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 0 0 0 0
[pid=16517/tid=16533] ppid=16515 vsize=1546900 CPUtime=1.01
/proc/16517/task/16533/stat : 16533 (java) S 16515 16517 14376 0 -1 4202560 3710 0 0 0 101 0 0 0 15 0 22 0 133580912 1584025600 61644 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16534] ppid=16515 vsize=1546900 CPUtime=0
/proc/16517/task/16534/stat : 16534 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 22 0 133580912 1584025600 61644 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16535] ppid=16515 vsize=1546900 CPUtime=0
/proc/16517/task/16535/stat : 16535 (java) S 16515 16517 14376 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 133580912 1584025600 61644 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16538] ppid=16515 vsize=1546900 CPUtime=0
/proc/16517/task/16538/stat : 16538 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133580925 1584025600 61644 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16539] ppid=16515 vsize=1546900 CPUtime=0
/proc/16517/task/16539/stat : 16539 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 22 0 133580925 1584025600 61644 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 3 0 0 0
[pid=16517/tid=16594] ppid=16515 vsize=1546900 CPUtime=6.03
/proc/16517/task/16594/stat : 16594 (java) R 16515 16517 14376 0 -1 4202560 8 0 0 0 603 0 0 0 17 0 22 0 133589662 1584025600 61644 4089446400 134512640 134550932 4288097760 18446744073709551615 4109837977 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16517/tid=16595] ppid=16515 vsize=1546900 CPUtime=6.03
/proc/16517/task/16595/stat : 16595 (java) R 16515 16517 14376 0 -1 4202560 5 0 0 0 603 0 0 0 20 0 22 0 133589662 1584025600 61644 4089446400 134512640 134550932 4288097760 18446744073709551615 4110350696 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 118.89
Current children cumulated vsize (KiB) 1546900

[startup+95.9007 s]
/proc/loadavg: 2.36 2.08 2.02 3/199 16596
/proc/meminfo: memFree=30442460/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=1547924 CPUtime=121.02
/proc/16517/stat : 16517 (java) S 16515 16517 14376 0 -1 4202496 69645 0 1 0 12085 17 0 0 25 0 20 0 133580907 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16517/statm: 386981 62067 1451 10 0 384284 0
[pid=16517/tid=16519] ppid=16515 vsize=1547924 CPUtime=0.15
/proc/16517/task/16519/stat : 16519 (java) S 16515 16517 14376 0 -1 4202560 4119 0 1 0 15 0 0 0 15 0 20 0 133580908 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16520] ppid=16515 vsize=1547924 CPUtime=0.13
/proc/16517/task/16520/stat : 16520 (java) S 16515 16517 14376 0 -1 4202560 1027 0 0 0 12 1 0 0 16 0 20 0 133580909 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 5 0 0 0
[pid=16517/tid=16521] ppid=16515 vsize=1547924 CPUtime=0.08
/proc/16517/task/16521/stat : 16521 (java) S 16515 16517 14376 0 -1 4202560 1002 0 0 0 8 0 0 0 15 0 20 0 133580909 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16522] ppid=16515 vsize=1547924 CPUtime=0.08
/proc/16517/task/16522/stat : 16522 (java) S 16515 16517 14376 0 -1 4202560 1615 0 0 0 8 0 0 0 16 0 20 0 133580909 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 3 0 0 0
[pid=16517/tid=16523] ppid=16515 vsize=1547924 CPUtime=0.07
/proc/16517/task/16523/stat : 16523 (java) S 16515 16517 14376 0 -1 4202560 996 0 0 0 7 0 0 0 15 0 20 0 133580909 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16524] ppid=16515 vsize=1547924 CPUtime=0.11
/proc/16517/task/16524/stat : 16524 (java) S 16515 16517 14376 0 -1 4202560 996 0 0 0 10 1 0 0 15 0 20 0 133580909 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16525] ppid=16515 vsize=1547924 CPUtime=0.06
/proc/16517/task/16525/stat : 16525 (java) S 16515 16517 14376 0 -1 4202560 1269 0 0 0 5 1 0 0 15 0 20 0 133580909 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16526] ppid=16515 vsize=1547924 CPUtime=0.06
/proc/16517/task/16526/stat : 16526 (java) S 16515 16517 14376 0 -1 4202560 802 0 0 0 6 0 0 0 15 0 20 0 133580909 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16527] ppid=16515 vsize=1547924 CPUtime=0.08
/proc/16517/task/16527/stat : 16527 (java) S 16515 16517 14376 0 -1 4202560 1362 0 0 0 8 0 0 0 16 0 20 0 133580909 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16528] ppid=16515 vsize=1547924 CPUtime=3.28
/proc/16517/task/16528/stat : 16528 (java) S 16515 16517 14376 0 -1 4202560 10000 0 0 0 325 3 0 0 15 0 20 0 133580910 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16529] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16529/stat : 16529 (java) S 16515 16517 14376 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 133580910 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16530] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16530/stat : 16530 (java) S 16515 16517 14376 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133580910 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 1 0 0 0
[pid=16517/tid=16531] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16531/stat : 16531 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133580912 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16532] ppid=16515 vsize=1547924 CPUtime=1.56
/proc/16517/task/16532/stat : 16532 (java) S 16515 16517 14376 0 -1 4202560 7552 0 0 0 156 0 0 0 16 0 20 0 133580912 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 0 0 0 0
[pid=16517/tid=16533] ppid=16515 vsize=1547924 CPUtime=1.03
/proc/16517/task/16533/stat : 16533 (java) S 16515 16517 14376 0 -1 4202560 3715 0 0 0 103 0 0 0 15 0 20 0 133580912 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16534] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16534/stat : 16534 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133580912 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16535] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16535/stat : 16535 (java) S 16515 16517 14376 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 133580912 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16538] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16538/stat : 16538 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133580925 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16539] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16539/stat : 16539 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133580925 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 121.02
Current children cumulated vsize (KiB) 1547924

[startup+96.3007 s]
/proc/loadavg: 2.36 2.08 2.02 3/199 16596
/proc/meminfo: memFree=30442460/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=1547924 CPUtime=121.02
/proc/16517/stat : 16517 (java) S 16515 16517 14376 0 -1 4202496 69645 0 1 0 12085 17 0 0 25 0 20 0 133580907 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16517/statm: 386981 62067 1451 10 0 384284 0
[pid=16517/tid=16519] ppid=16515 vsize=1547924 CPUtime=0.15
/proc/16517/task/16519/stat : 16519 (java) S 16515 16517 14376 0 -1 4202560 4119 0 1 0 15 0 0 0 15 0 20 0 133580908 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16520] ppid=16515 vsize=1547924 CPUtime=0.13
/proc/16517/task/16520/stat : 16520 (java) S 16515 16517 14376 0 -1 4202560 1027 0 0 0 12 1 0 0 16 0 20 0 133580909 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 5 0 0 0
[pid=16517/tid=16521] ppid=16515 vsize=1547924 CPUtime=0.08
/proc/16517/task/16521/stat : 16521 (java) S 16515 16517 14376 0 -1 4202560 1002 0 0 0 8 0 0 0 15 0 20 0 133580909 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16522] ppid=16515 vsize=1547924 CPUtime=0.08
/proc/16517/task/16522/stat : 16522 (java) S 16515 16517 14376 0 -1 4202560 1615 0 0 0 8 0 0 0 16 0 20 0 133580909 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 3 0 0 0
[pid=16517/tid=16523] ppid=16515 vsize=1547924 CPUtime=0.07
/proc/16517/task/16523/stat : 16523 (java) S 16515 16517 14376 0 -1 4202560 996 0 0 0 7 0 0 0 15 0 20 0 133580909 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16524] ppid=16515 vsize=1547924 CPUtime=0.11
/proc/16517/task/16524/stat : 16524 (java) S 16515 16517 14376 0 -1 4202560 996 0 0 0 10 1 0 0 15 0 20 0 133580909 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16525] ppid=16515 vsize=1547924 CPUtime=0.06
/proc/16517/task/16525/stat : 16525 (java) S 16515 16517 14376 0 -1 4202560 1269 0 0 0 5 1 0 0 15 0 20 0 133580909 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16526] ppid=16515 vsize=1547924 CPUtime=0.06
/proc/16517/task/16526/stat : 16526 (java) S 16515 16517 14376 0 -1 4202560 802 0 0 0 6 0 0 0 15 0 20 0 133580909 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16527] ppid=16515 vsize=1547924 CPUtime=0.08
/proc/16517/task/16527/stat : 16527 (java) S 16515 16517 14376 0 -1 4202560 1362 0 0 0 8 0 0 0 16 0 20 0 133580909 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16528] ppid=16515 vsize=1547924 CPUtime=3.28
/proc/16517/task/16528/stat : 16528 (java) S 16515 16517 14376 0 -1 4202560 10000 0 0 0 325 3 0 0 15 0 20 0 133580910 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16529] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16529/stat : 16529 (java) S 16515 16517 14376 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 133580910 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16530] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16530/stat : 16530 (java) S 16515 16517 14376 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133580910 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 1 0 0 0
[pid=16517/tid=16531] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16531/stat : 16531 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133580912 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16532] ppid=16515 vsize=1547924 CPUtime=1.56
/proc/16517/task/16532/stat : 16532 (java) S 16515 16517 14376 0 -1 4202560 7552 0 0 0 156 0 0 0 16 0 20 0 133580912 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 0 0 0 0
[pid=16517/tid=16533] ppid=16515 vsize=1547924 CPUtime=1.03
/proc/16517/task/16533/stat : 16533 (java) S 16515 16517 14376 0 -1 4202560 3715 0 0 0 103 0 0 0 15 0 20 0 133580912 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16534] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16534/stat : 16534 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133580912 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16535] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16535/stat : 16535 (java) S 16515 16517 14376 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 133580912 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16538] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16538/stat : 16538 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133580925 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16539] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16539/stat : 16539 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133580925 1585074176 62067 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 121.02
Current children cumulated vsize (KiB) 1547924

[startup+96.7016 s]
/proc/loadavg: 2.36 2.08 2.02 2/198 16597
/proc/meminfo: memFree=30436888/32951124 swapFree=67111528/67111528
[pid=16517] ppid=16515 vsize=1547924 CPUtime=121.1
/proc/16517/stat : 16517 (java) S 16515 16517 14376 0 -1 4202496 69652 0 1 0 12093 17 0 0 25 0 20 0 133580907 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/16517/statm: 386981 62073 1451 10 0 384284 0
[pid=16517/tid=16519] ppid=16515 vsize=1547924 CPUtime=0.2
/proc/16517/task/16519/stat : 16519 (java) S 16515 16517 14376 0 -1 4202560 4126 0 1 0 20 0 0 0 16 0 20 0 133580908 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16520] ppid=16515 vsize=1547924 CPUtime=0.13
/proc/16517/task/16520/stat : 16520 (java) S 16515 16517 14376 0 -1 4202560 1027 0 0 0 12 1 0 0 16 0 20 0 133580909 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 5 0 0 0
[pid=16517/tid=16521] ppid=16515 vsize=1547924 CPUtime=0.08
/proc/16517/task/16521/stat : 16521 (java) S 16515 16517 14376 0 -1 4202560 1002 0 0 0 8 0 0 0 15 0 20 0 133580909 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16522] ppid=16515 vsize=1547924 CPUtime=0.08
/proc/16517/task/16522/stat : 16522 (java) S 16515 16517 14376 0 -1 4202560 1615 0 0 0 8 0 0 0 16 0 20 0 133580909 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 3 0 0 0
[pid=16517/tid=16523] ppid=16515 vsize=1547924 CPUtime=0.07
/proc/16517/task/16523/stat : 16523 (java) S 16515 16517 14376 0 -1 4202560 996 0 0 0 7 0 0 0 15 0 20 0 133580909 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 2 0 0 0
[pid=16517/tid=16524] ppid=16515 vsize=1547924 CPUtime=0.11
/proc/16517/task/16524/stat : 16524 (java) S 16515 16517 14376 0 -1 4202560 996 0 0 0 10 1 0 0 15 0 20 0 133580909 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16525] ppid=16515 vsize=1547924 CPUtime=0.06
/proc/16517/task/16525/stat : 16525 (java) S 16515 16517 14376 0 -1 4202560 1269 0 0 0 5 1 0 0 15 0 20 0 133580909 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16526] ppid=16515 vsize=1547924 CPUtime=0.06
/proc/16517/task/16526/stat : 16526 (java) S 16515 16517 14376 0 -1 4202560 802 0 0 0 6 0 0 0 15 0 20 0 133580909 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16527] ppid=16515 vsize=1547924 CPUtime=0.08
/proc/16517/task/16527/stat : 16527 (java) S 16515 16517 14376 0 -1 4202560 1362 0 0 0 8 0 0 0 16 0 20 0 133580909 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16528] ppid=16515 vsize=1547924 CPUtime=3.28
/proc/16517/task/16528/stat : 16528 (java) S 16515 16517 14376 0 -1 4202560 10000 0 0 0 325 3 0 0 15 0 20 0 133580910 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 0 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16529] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16529/stat : 16529 (java) S 16515 16517 14376 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 133580910 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16530] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16530/stat : 16530 (java) S 16515 16517 14376 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133580910 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 1 0 0 0
[pid=16517/tid=16531] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16531/stat : 16531 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 20 0 133580912 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16532] ppid=16515 vsize=1547924 CPUtime=1.57
/proc/16517/task/16532/stat : 16532 (java) S 16515 16517 14376 0 -1 4202560 7552 0 0 0 157 0 0 0 15 0 20 0 133580912 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 0 0 0 0
[pid=16517/tid=16533] ppid=16515 vsize=1547924 CPUtime=1.04
/proc/16517/task/16533/stat : 16533 (java) S 16515 16517 14376 0 -1 4202560 3715 0 0 0 104 0 0 0 16 0 20 0 133580912 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16534] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16534/stat : 16534 (java) S 16515 16517 14376 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 133580912 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16535] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16535/stat : 16535 (java) S 16515 16517 14376 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 133580912 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 4 0 0 0
[pid=16517/tid=16538] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16538/stat : 16538 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133580925 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 6 0 0 0
[pid=16517/tid=16539] ppid=16515 vsize=1547924 CPUtime=0
/proc/16517/task/16539/stat : 16539 (java) S 16515 16517 14376 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133580925 1585074176 62073 4089446400 134512640 134550932 4288097760 18446744073709551615 4294960144 0 4 0 16800975 18446604471078610176 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 121.1
Current children cumulated vsize (KiB) 1547924

Child status: 30
Real time (s): 96.7302
CPU time (s): 121.122
CPU user time (s): 120.933
CPU system time (s): 0.188971
CPU usage (%): 125.216
Max. virtual memory (cumulated for all children) (KiB): 1549176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 120.933
system time used= 0.188971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69653
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5877
involuntary context switches= 40316

runsolver used 0.177972 second user time and 0.381941 second system time

The end

Launcher Data

Begin job on node136 at 2010-06-30 20:34:09
IDJOB=2694829
IDBENCH=79192
IDSOLVER=1207
FILE ID=node136/2694829-1277922849
PBS_JOBID= 11197270
Free space on /tmp= 74136 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110969860--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2694829-1277922849/watcher-2694829-1277922849 -o /tmp/evaluation-result-2694829-1277922849/solver-2694829-1277922849 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694829-1277922849.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1b4d108d74bb6ee9510c6f55f0fde657
RANDOM SEED=1303822993

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31123908 kB
Buffers:        206744 kB
Cached:        1376028 kB
SwapCached:          0 kB
Active:         760832 kB
Inactive:       920436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31123908 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3904 kB
Writeback:           0 kB
AnonPages:       98656 kB
Mapped:          16060 kB
Slab:            83316 kB
PageTables:       4844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   246168 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74136 MiB
End job on node136 at 2010-06-30 20:35:46