Trace number 2694216

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-31OPTIMUM 192.997 170.702

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218955--soft-0-100-0.wbo
MD5SUMb990c74120468e1d0b7525d3b3f74b05
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.213967
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 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1202
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.04/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.06	c See www.sat4j.org for details.
0.04/0.07	c version 2.2.0.v20100531
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.07	c java.vm.version	11.2-b01
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	32
0.04/0.07	c java.version		1.6.0_12
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.18-164.el5
0.04/0.07	c os.arch		i386
0.04/0.07	c Free memory 		1393557488
0.04/0.07	c Max memory 		1395916800
0.04/0.07	c Total memory 		1395916800
0.04/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@18385e3
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@cf40f5
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2694216-1277924936.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.06s.
0.11/0.16	c #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.11/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.31/0.25	c And the winner is Resolution
0.82/1.16	c SATISFIABLE
0.82/1.16	c OPTIMIZING...
0.82/1.16	c Got one! Elapsed wall clock time (in seconds):1.064
0.82/1.16	o 592
0.93/1.20	c And the winner is Resolution
1.36/2.17	c Got one! Elapsed wall clock time (in seconds):2.067
1.36/2.17	o 404
1.36/2.18	c And the winner is Resolution
1.42/3.17	c Got one! Elapsed wall clock time (in seconds):3.071
1.42/3.17	o 273
1.42/3.19	c And the winner is Resolution
1.48/4.17	c Got one! Elapsed wall clock time (in seconds):4.075
1.48/4.17	o 260
1.92/4.31	c And the winner is Resolution
2.03/5.18	c Got one! Elapsed wall clock time (in seconds):5.08
2.03/5.18	o 249
2.07/5.21	c And the winner is Resolution
2.12/6.18	c Got one! Elapsed wall clock time (in seconds):6.085
2.12/6.18	o 218
2.14/6.21	c And the winner is Resolution
2.16/7.19	c Got one! Elapsed wall clock time (in seconds):7.09
2.16/7.19	o 198
2.18/7.24	c And the winner is Resolution
2.42/8.20	c Got one! Elapsed wall clock time (in seconds):8.096
2.42/8.20	o 192
2.42/8.25	c cleaning 2497 clauses out of 5001 with flag 5001/5001
2.78/8.34	c And the winner is Resolution
3.03/9.20	c Got one! Elapsed wall clock time (in seconds):9.101
3.03/9.20	o 191
3.25/9.32	c And the winner is Resolution
3.29/10.21	c Got one! Elapsed wall clock time (in seconds):10.106
3.29/10.21	o 190
3.48/10.40	c cleaning 4248 clauses out of 8503 with flag 11000/11000
3.73/10.45	c And the winner is Resolution
3.82/11.21	c Got one! Elapsed wall clock time (in seconds):11.11
3.82/11.21	o 180
3.82/11.25	c And the winner is Resolution
3.91/12.21	c Got one! Elapsed wall clock time (in seconds):12.114
3.91/12.21	o 150
4.48/12.51	c And the winner is Resolution
4.51/13.22	c Got one! Elapsed wall clock time (in seconds):13.118
4.51/13.22	o 138
4.51/13.29	c cleaning 5624 clauses out of 11255 with flag 18000/18000
4.86/13.42	c And the winner is Resolution
5.01/14.22	c Got one! Elapsed wall clock time (in seconds):14.121
5.01/14.22	o 130
5.62/14.54	c cleaning 6811 clauses out of 13632 with flag 26001/26001
6.87/15.14	c cleaning 7903 clauses out of 15820 with flag 35000/35000
8.09/15.77	c cleaning 8956 clauses out of 17917 with flag 45000/45000
9.27/16.38	c cleaning 9474 clauses out of 18962 with flag 55001/55001
10.65/17.02	c cleaning 9740 clauses out of 19487 with flag 65000/65000
11.85/17.66	c cleaning 9867 clauses out of 19748 with flag 75001/75001
13.22/18.33	c cleaning 9936 clauses out of 19880 with flag 85000/85000
13.22/18.36	c And the winner is Resolution
17.32/23.24	c Got one! Elapsed wall clock time (in seconds):23.14
17.32/23.24	o 124
18.63/23.94	c cleaning 9967 clauses out of 19945 with flag 95001/95001
19.22/24.26	c And the winner is Resolution
19.41/25.24	c Got one! Elapsed wall clock time (in seconds):25.145
19.41/25.24	o 122
19.92/25.53	c cleaning 9987 clauses out of 19978 with flag 105001/105001
20.49/25.89	c And the winner is Resolution
20.92/26.25	c Got one! Elapsed wall clock time (in seconds):26.148
20.92/26.25	o 114
21.24/26.41	c cleaning 9989 clauses out of 19990 with flag 115000/115000
22.01/26.89	c cleaning 9994 clauses out of 20001 with flag 125000/125000
23.21/27.48	c cleaning 9997 clauses out of 20008 with flag 135001/135001
23.39/27.55	c And the winner is Resolution
25.68/30.26	c Got one! Elapsed wall clock time (in seconds):30.156
25.68/30.26	o 111
26.58/30.80	c cleaning 10003 clauses out of 20013 with flag 145003/145003
26.79/30.85	c And the winner is Resolution
27.06/31.26	c Got one! Elapsed wall clock time (in seconds):31.16
27.06/31.26	o 108
27.93/31.73	c cleaning 9997 clauses out of 20007 with flag 155000/155000
28.91/32.26	c cleaning 10001 clauses out of 20010 with flag 165000/165000
29.90/32.78	c And the winner is Resolution
31.02/34.29	c Got one! Elapsed wall clock time (in seconds):34.188
31.02/34.29	o 93
31.04/34.36	c cleaning 10002 clauses out of 20010 with flag 175001/175001
32.02/34.89	c cleaning 9998 clauses out of 20009 with flag 185002/185002
32.99/35.40	c cleaning 9994 clauses out of 20010 with flag 195001/195001
34.37/36.05	c cleaning 10004 clauses out of 20016 with flag 205001/205001
35.55/36.66	c cleaning 10003 clauses out of 20013 with flag 215002/215002
36.72/37.28	c cleaning 10002 clauses out of 20009 with flag 225001/225001
38.11/37.90	c cleaning 9998 clauses out of 20006 with flag 235000/235000
38.90/38.34	c And the winner is Resolution
39.09/39.32	c Got one! Elapsed wall clock time (in seconds):39.216
39.09/39.32	o 92
39.46/39.55	c cleaning 10001 clauses out of 20009 with flag 245001/245001
40.43/40.09	c cleaning 10000 clauses out of 20008 with flag 255001/255001
41.63/40.63	c cleaning 9998 clauses out of 20007 with flag 265000/265000
42.98/41.37	c cleaning 9999 clauses out of 20010 with flag 275001/275001
44.36/42.01	c cleaning 9996 clauses out of 20013 with flag 285003/285003
45.53/42.65	c cleaning 10003 clauses out of 20014 with flag 295000/295000
46.90/43.31	c cleaning 10005 clauses out of 20014 with flag 305003/305003
48.27/44.05	c cleaning 9990 clauses out of 20006 with flag 315000/315000
49.63/44.70	c cleaning 10001 clauses out of 20016 with flag 325000/325000
50.00/44.96	c And the winner is Resolution
50.79/46.36	c Got one! Elapsed wall clock time (in seconds):46.26
50.79/46.36	o 89
51.26/46.65	c cleaning 10004 clauses out of 20016 with flag 335001/335001
52.23/47.16	c cleaning 10001 clauses out of 20011 with flag 345000/345000
53.40/47.73	c cleaning 9998 clauses out of 20011 with flag 355001/355001
53.40/47.78	c And the winner is Resolution
101.85/96.45	c Got one! Elapsed wall clock time (in seconds):96.352
101.85/96.45	o 85
102.76/96.95	c cleaning 10000 clauses out of 20012 with flag 365000/365000
103.73/97.44	c cleaning 10001 clauses out of 20012 with flag 375000/375000
103.73/97.49	c And the winner is Resolution
104.79/98.47	c Got one! Elapsed wall clock time (in seconds):98.37
104.79/98.47	o 63
105.72/98.97	c cleaning 10002 clauses out of 20013 with flag 385002/385002
106.68/99.49	c cleaning 10000 clauses out of 20012 with flag 395003/395003
107.65/99.92	c cleaning 10001 clauses out of 20010 with flag 405001/405001
108.62/100.48	c cleaning 9997 clauses out of 20008 with flag 415000/415000
109.59/100.98	c cleaning 9999 clauses out of 20011 with flag 425000/425000
109.78/101.04	c And the winner is Resolution
114.29/106.48	c Got one! Elapsed wall clock time (in seconds):106.385
114.29/106.48	o 59
115.11/106.97	c cleaning 10001 clauses out of 20012 with flag 435000/435000
116.08/107.47	c cleaning 9999 clauses out of 20011 with flag 445000/445000
117.05/107.92	c cleaning 10002 clauses out of 20013 with flag 455001/455001
117.82/108.37	c cleaning 10003 clauses out of 20011 with flag 465001/465001
118.78/108.88	c cleaning 10003 clauses out of 20008 with flag 475001/475001
119.94/109.46	c cleaning 9999 clauses out of 20005 with flag 485001/485001
121.12/110.04	c cleaning 9998 clauses out of 20005 with flag 495000/495000
122.28/110.60	c cleaning 10001 clauses out of 20010 with flag 505003/505003
122.28/110.65	c And the winner is Resolution
122.75/111.51	c Got one! Elapsed wall clock time (in seconds):111.408
122.75/111.51	o 57
123.52/111.96	c cleaning 9998 clauses out of 20006 with flag 515000/515000
124.49/112.48	c cleaning 10001 clauses out of 20008 with flag 525000/525000
125.46/112.98	c cleaning 9996 clauses out of 20007 with flag 535000/535000
126.04/113.28	c And the winner is Resolution
128.08/115.52	c Got one! Elapsed wall clock time (in seconds):115.42
128.08/115.52	o 48
128.63/115.82	c cleaning 10003 clauses out of 20012 with flag 545001/545001
129.59/116.37	c cleaning 10001 clauses out of 20010 with flag 555002/555002
130.55/116.84	c cleaning 9999 clauses out of 20010 with flag 565003/565003
131.32/117.28	c cleaning 10001 clauses out of 20008 with flag 575000/575000
132.30/117.77	c cleaning 9996 clauses out of 20007 with flag 585000/585000
132.64/117.97	c And the winner is Resolution
135.27/120.53	c Got one! Elapsed wall clock time (in seconds):120.43
135.27/120.53	o 36
136.03/120.91	c cleaning 9999 clauses out of 20011 with flag 595000/595000
136.99/121.41	c cleaning 10003 clauses out of 20012 with flag 605000/605000
137.75/121.86	c cleaning 10004 clauses out of 20009 with flag 615000/615000
138.72/122.31	c cleaning 10000 clauses out of 20005 with flag 625000/625000
139.47/122.77	c cleaning 9999 clauses out of 20005 with flag 635000/635000
140.64/123.32	c cleaning 9998 clauses out of 20006 with flag 645000/645000
141.41/123.78	c cleaning 10000 clauses out of 20008 with flag 655000/655000
142.58/124.31	c cleaning 9999 clauses out of 20010 with flag 665002/665002
143.53/124.81	c cleaning 9999 clauses out of 20009 with flag 675000/675000
144.30/125.27	c cleaning 10003 clauses out of 20013 with flag 685003/685003
145.27/125.74	c cleaning 10003 clauses out of 20013 with flag 695006/695006
145.83/126.04	c And the winner is Resolution
146.09/126.54	c Got one! Elapsed wall clock time (in seconds):126.443
146.09/126.54	o 9
146.60/126.80	c cleaning 10000 clauses out of 20006 with flag 705002/705002
147.56/127.32	c cleaning 10000 clauses out of 20008 with flag 715004/715004
148.52/127.85	c cleaning 9999 clauses out of 20004 with flag 725000/725000
149.49/128.33	c cleaning 9996 clauses out of 20006 with flag 735001/735001
150.46/128.83	c cleaning 10000 clauses out of 20010 with flag 745001/745001
151.42/129.36	c cleaning 10001 clauses out of 20010 with flag 755001/755001
152.39/129.86	c cleaning 9998 clauses out of 20008 with flag 765000/765000
153.17/130.28	c And the winner is Resolution
192.91/170.67	c starts		: 197
192.91/170.67	c conflicts		: 773141
192.91/170.67	c decisions		: 1084718
192.91/170.67	c propagations		: 20606974
192.91/170.67	c inspects		: 217580393
192.91/170.67	c learnt literals	: 7
192.91/170.67	c learnt binary clauses	: 22
192.91/170.67	c learnt ternary clauses	: 90
192.91/170.67	c learnt clauses	: 773133
192.91/170.67	c ignored clauses	: 0
192.91/170.67	c root simplifications	: 0
192.91/170.67	c removed literals (reason simplification)	: 8195302
192.91/170.67	c reason swapping (by a shorter reason)	: 0
192.91/170.67	c Calls to reduceDB	: 78
192.91/170.67	c number of reductions to clauses (during analyze)	: 0
192.91/170.67	c number of learned constraints concerned by reduction	: 0
192.91/170.67	c number of learning phase by resolution	: 0
192.91/170.67	c number of learning phase by cutting planes	: 0
192.91/170.67	c speed (assignments/second)	: 466981.82559825963
192.91/170.67	c non guided choices	1481
192.91/170.67	c learnt constraints type 
192.91/170.67	c constraints type 
192.91/170.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
192.91/170.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 74
192.91/170.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
192.91/170.67	c constraints type 
192.91/170.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
192.91/170.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 74
192.91/170.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
192.91/170.67	s OPTIMUM FOUND
192.91/170.67	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 
192.91/170.67	c objective function=9
192.91/170.67	c Total wall clock time (in seconds): 170.573

Verifier Data

OK	9

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2694216-1277924936/watcher-2694216-1277924936 -o /tmp/evaluation-result-2694216-1277924936/solver-2694216-1277924936 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694216-1277924936.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.95 1.98 1.99 4/196 16586
/proc/meminfo: memFree=30843148/32950928 swapFree=67111528/67111528
[pid=16586] ppid=16584 vsize=13164 CPUtime=0
/proc/16586/stat : 16586 (java) R 16584 16586 14998 0 -1 4194304 876 0 0 0 0 0 0 0 25 0 1 0 133788479 13479936 396 4089446400 134512640 134550932 4294625600 18446744073709551615 3778181 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16586/statm: 3291 403 143 10 0 1121 0

[startup+0.051313 s]
/proc/loadavg: 1.95 1.98 1.99 4/196 16586
/proc/meminfo: memFree=30843148/32950928 swapFree=67111528/67111528
[pid=16586] ppid=16584 vsize=1527664 CPUtime=0.04
/proc/16586/stat : 16586 (java) S 16584 16586 14998 0 -1 4202496 4034 0 1 0 3 1 0 0 25 0 18 0 133788479 1564327936 3473 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16586/statm: 381916 3475 1077 10 0 379219 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1527664

[startup+0.100326 s]
/proc/loadavg: 1.95 1.98 1.99 4/196 16586
/proc/meminfo: memFree=30843148/32950928 swapFree=67111528/67111528
[pid=16586] ppid=16584 vsize=1530008 CPUtime=0.11
/proc/16586/stat : 16586 (java) S 16584 16586 14998 0 -1 4202496 5239 0 1 0 10 1 0 0 25 0 18 0 133788479 1566728192 4676 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16586/statm: 382502 4676 1346 10 0 379805 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530008

[startup+0.300268 s]
/proc/loadavg: 1.95 1.98 1.99 4/196 16586
/proc/meminfo: memFree=30843148/32950928 swapFree=67111528/67111528
[pid=16586] ppid=16584 vsize=1538116 CPUtime=0.62
/proc/16586/stat : 16586 (java) S 16584 16586 14998 0 -1 4202496 8957 0 1 0 60 2 0 0 25 0 20 0 133788479 1575030784 7569 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16586/statm: 384529 7569 1421 10 0 381832 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 1538116

[startup+0.700186 s]
/proc/loadavg: 1.95 1.98 1.99 4/196 16586
/proc/meminfo: memFree=30843148/32950928 swapFree=67111528/67111528
[pid=16586] ppid=16584 vsize=1537840 CPUtime=0.82
/proc/16586/stat : 16586 (java) S 16584 16586 14998 0 -1 4202496 9141 0 1 0 80 2 0 0 25 0 20 0 133788479 1574748160 7621 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16586/statm: 384460 7621 1422 10 0 381763 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 1537840

[startup+1.50103 s]
/proc/loadavg: 1.95 1.98 1.99 2/216 16608
/proc/meminfo: memFree=30818384/32950928 swapFree=67111528/67111528
[pid=16586] ppid=16584 vsize=1545716 CPUtime=1.31
/proc/16586/stat : 16586 (java) S 16584 16586 14998 0 -1 4202496 13371 0 1 0 128 3 0 0 25 0 20 0 133788479 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16586/statm: 386429 10309 1424 10 0 383732 0
[pid=16586/tid=16588] ppid=16584 vsize=1545716 CPUtime=0.15
/proc/16586/task/16588/stat : 16588 (java) S 16584 16586 14998 0 -1 4202560 4037 0 1 0 14 1 0 0 19 0 20 0 133788480 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16589] ppid=16584 vsize=1545716 CPUtime=0
/proc/16586/task/16589/stat : 16589 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133788480 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16590] ppid=16584 vsize=1545716 CPUtime=0
/proc/16586/task/16590/stat : 16590 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788480 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16591] ppid=16584 vsize=1545716 CPUtime=0
/proc/16586/task/16591/stat : 16591 (java) S 16584 16586 14998 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133788480 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16592] ppid=16584 vsize=1545716 CPUtime=0
/proc/16586/task/16592/stat : 16592 (java) S 16584 16586 14998 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133788480 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16593] ppid=16584 vsize=1545716 CPUtime=0
/proc/16586/task/16593/stat : 16593 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788480 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16594] ppid=16584 vsize=1545716 CPUtime=0
/proc/16586/task/16594/stat : 16594 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788480 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16595] ppid=16584 vsize=1545716 CPUtime=0
/proc/16586/task/16595/stat : 16595 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788480 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16596] ppid=16584 vsize=1545716 CPUtime=0
/proc/16586/task/16596/stat : 16596 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788480 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16597] ppid=16584 vsize=1545716 CPUtime=0
/proc/16586/task/16597/stat : 16597 (java) S 16584 16586 14998 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133788481 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 0 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16598] ppid=16584 vsize=1545716 CPUtime=0
/proc/16586/task/16598/stat : 16598 (java) S 16584 16586 14998 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 133788481 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16599] ppid=16584 vsize=1545716 CPUtime=0
/proc/16586/task/16599/stat : 16599 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133788482 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16600] ppid=16584 vsize=1545716 CPUtime=0
/proc/16586/task/16600/stat : 16600 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788484 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16601] ppid=16584 vsize=1545716 CPUtime=0.33
/proc/16586/task/16601/stat : 16601 (java) S 16584 16586 14998 0 -1 4202560 1310 0 0 0 33 0 0 0 18 0 20 0 133788484 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16602] ppid=16584 vsize=1545716 CPUtime=0.57
/proc/16586/task/16602/stat : 16602 (java) R 16584 16586 14998 0 -1 4202560 5285 0 0 0 56 1 0 0 16 0 20 0 133788484 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 104143019 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=16586/tid=16603] ppid=16584 vsize=1545716 CPUtime=0
/proc/16586/task/16603/stat : 16603 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788484 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16604] ppid=16584 vsize=1545716 CPUtime=0
/proc/16586/task/16604/stat : 16604 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133788484 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16607] ppid=16584 vsize=1545716 CPUtime=0
/proc/16586/task/16607/stat : 16607 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133788496 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16608] ppid=16584 vsize=1545716 CPUtime=0
/proc/16586/task/16608/stat : 16608 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133788496 1582813184 10309 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 1545716

[startup+3.10071 s]
/proc/loadavg: 1.87 1.97 1.99 2/216 16610
/proc/meminfo: memFree=30807800/32950928 swapFree=67111528/67111528
[pid=16586] ppid=16584 vsize=1544544 CPUtime=1.42
/proc/16586/stat : 16586 (java) S 16584 16586 14998 0 -1 4202496 14147 0 1 0 139 3 0 0 25 0 20 0 133788479 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16586/statm: 386136 10436 1425 10 0 383439 0
[pid=16586/tid=16588] ppid=16584 vsize=1544544 CPUtime=0.15
/proc/16586/task/16588/stat : 16588 (java) S 16584 16586 14998 0 -1 4202560 4050 0 1 0 14 1 0 0 19 0 20 0 133788480 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16589] ppid=16584 vsize=1544544 CPUtime=0
/proc/16586/task/16589/stat : 16589 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133788480 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16590] ppid=16584 vsize=1544544 CPUtime=0
/proc/16586/task/16590/stat : 16590 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788480 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16591] ppid=16584 vsize=1544544 CPUtime=0
/proc/16586/task/16591/stat : 16591 (java) S 16584 16586 14998 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133788480 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16592] ppid=16584 vsize=1544544 CPUtime=0
/proc/16586/task/16592/stat : 16592 (java) S 16584 16586 14998 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133788480 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16593] ppid=16584 vsize=1544544 CPUtime=0
/proc/16586/task/16593/stat : 16593 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788480 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16594] ppid=16584 vsize=1544544 CPUtime=0
/proc/16586/task/16594/stat : 16594 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788480 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16595] ppid=16584 vsize=1544544 CPUtime=0
/proc/16586/task/16595/stat : 16595 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788480 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16596] ppid=16584 vsize=1544544 CPUtime=0
/proc/16586/task/16596/stat : 16596 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788480 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16597] ppid=16584 vsize=1544544 CPUtime=0
/proc/16586/task/16597/stat : 16597 (java) S 16584 16586 14998 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 20 0 133788481 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 0 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16598] ppid=16584 vsize=1544544 CPUtime=0
/proc/16586/task/16598/stat : 16598 (java) S 16584 16586 14998 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 133788481 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16599] ppid=16584 vsize=1544544 CPUtime=0
/proc/16586/task/16599/stat : 16599 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133788482 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16600] ppid=16584 vsize=1544544 CPUtime=0
/proc/16586/task/16600/stat : 16600 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788484 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16601] ppid=16584 vsize=1544544 CPUtime=0.35
/proc/16586/task/16601/stat : 16601 (java) S 16584 16586 14998 0 -1 4202560 1311 0 0 0 35 0 0 0 18 0 20 0 133788484 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16602] ppid=16584 vsize=1544544 CPUtime=0.64
/proc/16586/task/16602/stat : 16602 (java) S 16584 16586 14998 0 -1 4202560 5843 0 0 0 63 1 0 0 15 0 20 0 133788484 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 4 0 0 0
[pid=16586/tid=16603] ppid=16584 vsize=1544544 CPUtime=0
/proc/16586/task/16603/stat : 16603 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788484 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16604] ppid=16584 vsize=1544544 CPUtime=0
/proc/16586/task/16604/stat : 16604 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133788484 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16607] ppid=16584 vsize=1544544 CPUtime=0
/proc/16586/task/16607/stat : 16607 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133788496 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16608] ppid=16584 vsize=1544544 CPUtime=0
/proc/16586/task/16608/stat : 16608 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133788496 1581613056 10436 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 1544544
heavy processes:

[startup+6.30107 s]
/proc/loadavg: 1.87 1.97 1.99 2/216 16618
/proc/meminfo: memFree=30762664/32950928 swapFree=67111528/67111528
[pid=16586] ppid=16584 vsize=1543740 CPUtime=2.16
/proc/16586/stat : 16586 (java) S 16584 16586 14998 0 -1 4202496 26553 0 1 0 211 5 0 0 25 0 20 0 133788479 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16586/statm: 385935 22372 1429 10 0 383238 0
[pid=16586/tid=16588] ppid=16584 vsize=1543740 CPUtime=0.15
/proc/16586/task/16588/stat : 16588 (java) S 16584 16586 14998 0 -1 4202560 4099 0 1 0 14 1 0 0 18 0 20 0 133788480 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16589] ppid=16584 vsize=1543740 CPUtime=0
/proc/16586/task/16589/stat : 16589 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133788480 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16590] ppid=16584 vsize=1543740 CPUtime=0
/proc/16586/task/16590/stat : 16590 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788480 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16591] ppid=16584 vsize=1543740 CPUtime=0
/proc/16586/task/16591/stat : 16591 (java) S 16584 16586 14998 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133788480 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16592] ppid=16584 vsize=1543740 CPUtime=0
/proc/16586/task/16592/stat : 16592 (java) S 16584 16586 14998 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 133788480 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16593] ppid=16584 vsize=1543740 CPUtime=0
/proc/16586/task/16593/stat : 16593 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788480 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16594] ppid=16584 vsize=1543740 CPUtime=0
/proc/16586/task/16594/stat : 16594 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788480 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16595] ppid=16584 vsize=1543740 CPUtime=0
/proc/16586/task/16595/stat : 16595 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788480 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16596] ppid=16584 vsize=1543740 CPUtime=0
/proc/16586/task/16596/stat : 16596 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788480 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16597] ppid=16584 vsize=1543740 CPUtime=0
/proc/16586/task/16597/stat : 16597 (java) S 16584 16586 14998 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 20 0 133788481 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 0 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16598] ppid=16584 vsize=1543740 CPUtime=0
/proc/16586/task/16598/stat : 16598 (java) S 16584 16586 14998 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 20 0 133788481 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16599] ppid=16584 vsize=1543740 CPUtime=0
/proc/16586/task/16599/stat : 16599 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133788482 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16600] ppid=16584 vsize=1543740 CPUtime=0
/proc/16586/task/16600/stat : 16600 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788484 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16601] ppid=16584 vsize=1543740 CPUtime=0.53
/proc/16586/task/16601/stat : 16601 (java) S 16584 16586 14998 0 -1 4202560 1408 0 0 0 53 0 0 0 15 0 20 0 133788484 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 4 0 0 0
[pid=16586/tid=16602] ppid=16584 vsize=1543740 CPUtime=0.77
/proc/16586/task/16602/stat : 16602 (java) S 16584 16586 14998 0 -1 4202560 6142 0 0 0 76 1 0 0 15 0 20 0 133788484 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 6 0 0 0
[pid=16586/tid=16603] ppid=16584 vsize=1543740 CPUtime=0
/proc/16586/task/16603/stat : 16603 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788484 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16604] ppid=16584 vsize=1543740 CPUtime=0
/proc/16586/task/16604/stat : 16604 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 133788484 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16607] ppid=16584 vsize=1543740 CPUtime=0
/proc/16586/task/16607/stat : 16607 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133788496 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16608] ppid=16584 vsize=1543740 CPUtime=0
/proc/16586/task/16608/stat : 16608 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133788496 1580789760 22372 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 1543740
heavy processes:

[startup+12.7008 s]
/proc/loadavg: 1.74 1.93 1.98 2/216 16631

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

[pid=16586/tid=16602] ppid=16584 vsize=1547836 CPUtime=1.09
/proc/16586/task/16602/stat : 16602 (java) S 16584 16586 14998 0 -1 4202560 6241 0 0 0 108 1 0 0 16 0 21 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 6 0 0 0
[pid=16586/tid=16603] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16603/stat : 16603 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16604] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16604/stat : 16604 (java) S 16584 16586 14998 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 21 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16607] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16607/stat : 16607 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 21 0 133788496 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16608] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16608/stat : 16608 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 21 0 133788496 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16669] ppid=16584 vsize=1547836 CPUtime=39.46
/proc/16586/task/16669/stat : 16669 (java) R 16584 16586 14998 0 -1 4202560 8 0 0 0 3946 0 0 0 25 0 21 0 133801134 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4109891314 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 189.38
Current children cumulated vsize (KiB) 1547836

[startup+167.901 s]
/proc/loadavg: 2.23 2.10 2.03 3/217 16671
/proc/meminfo: memFree=30562608/32950928 swapFree=67111528/67111528
[pid=16586] ppid=16584 vsize=1547836 CPUtime=190.98
/proc/16586/stat : 16586 (java) S 16584 16586 14998 0 -1 4202496 68917 0 1 0 19068 30 0 0 25 0 21 0 133788479 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16586/statm: 386959 61831 1451 10 0 384262 0
[pid=16586/tid=16588] ppid=16584 vsize=1547836 CPUtime=0.15
/proc/16586/task/16588/stat : 16588 (java) S 16584 16586 14998 0 -1 4202560 4128 0 1 0 14 1 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16589] ppid=16584 vsize=1547836 CPUtime=0.05
/proc/16586/task/16589/stat : 16589 (java) S 16584 16586 14998 0 -1 4202560 1159 0 0 0 5 0 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16590] ppid=16584 vsize=1547836 CPUtime=0.08
/proc/16586/task/16590/stat : 16590 (java) S 16584 16586 14998 0 -1 4202560 1963 0 0 0 8 0 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 6 0 0 0
[pid=16586/tid=16591] ppid=16584 vsize=1547836 CPUtime=0.06
/proc/16586/task/16591/stat : 16591 (java) S 16584 16586 14998 0 -1 4202560 1004 0 0 0 6 0 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 1 0 0 0
[pid=16586/tid=16592] ppid=16584 vsize=1547836 CPUtime=0.06
/proc/16586/task/16592/stat : 16592 (java) S 16584 16586 14998 0 -1 4202560 585 0 0 0 6 0 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16593] ppid=16584 vsize=1547836 CPUtime=0.05
/proc/16586/task/16593/stat : 16593 (java) S 16584 16586 14998 0 -1 4202560 954 0 0 0 5 0 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16594] ppid=16584 vsize=1547836 CPUtime=0.05
/proc/16586/task/16594/stat : 16594 (java) S 16584 16586 14998 0 -1 4202560 732 0 0 0 5 0 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 4 0 0 0
[pid=16586/tid=16595] ppid=16584 vsize=1547836 CPUtime=0.05
/proc/16586/task/16595/stat : 16595 (java) S 16584 16586 14998 0 -1 4202560 1322 0 0 0 5 0 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 4 0 0 0
[pid=16586/tid=16596] ppid=16584 vsize=1547836 CPUtime=0.07
/proc/16586/task/16596/stat : 16596 (java) S 16584 16586 14998 0 -1 4202560 598 0 0 0 7 0 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 5 0 0 0
[pid=16586/tid=16597] ppid=16584 vsize=1547836 CPUtime=2.62
/proc/16586/task/16597/stat : 16597 (java) S 16584 16586 14998 0 -1 4202560 10164 0 0 0 248 14 0 0 15 0 21 0 133788481 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 0 0 16800975 18446604453951420224 0 0 -1 6 0 0 0
[pid=16586/tid=16598] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16598/stat : 16598 (java) S 16584 16586 14998 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 21 0 133788481 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16599] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16599/stat : 16599 (java) S 16584 16586 14998 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 21 0 133788482 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16600] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16600/stat : 16600 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16601] ppid=16584 vsize=1547836 CPUtime=1.11
/proc/16586/task/16601/stat : 16601 (java) S 16584 16586 14998 0 -1 4202560 4799 0 0 0 110 1 0 0 16 0 21 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 4 0 0 0
[pid=16586/tid=16602] ppid=16584 vsize=1547836 CPUtime=1.09
/proc/16586/task/16602/stat : 16602 (java) S 16584 16586 14998 0 -1 4202560 6241 0 0 0 108 1 0 0 16 0 21 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 6 0 0 0
[pid=16586/tid=16603] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16603/stat : 16603 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16604] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16604/stat : 16604 (java) S 16584 16586 14998 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 21 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16607] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16607/stat : 16607 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 21 0 133788496 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16608] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16608/stat : 16608 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 21 0 133788496 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16669] ppid=16584 vsize=1547836 CPUtime=41.06
/proc/16586/task/16669/stat : 16669 (java) R 16584 16586 14998 0 -1 4202560 8 0 0 0 4106 0 0 0 25 0 21 0 133801134 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4109891285 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 190.98
Current children cumulated vsize (KiB) 1547836

[startup+169.501 s]
/proc/loadavg: 2.23 2.10 2.03 3/217 16671
/proc/meminfo: memFree=30560996/32950928 swapFree=67111528/67111528
[pid=16586] ppid=16584 vsize=1547836 CPUtime=192.58
/proc/16586/stat : 16586 (java) S 16584 16586 14998 0 -1 4202496 68917 0 1 0 19228 30 0 0 25 0 21 0 133788479 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16586/statm: 386959 61831 1451 10 0 384262 0
[pid=16586/tid=16588] ppid=16584 vsize=1547836 CPUtime=0.15
/proc/16586/task/16588/stat : 16588 (java) S 16584 16586 14998 0 -1 4202560 4128 0 1 0 14 1 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16589] ppid=16584 vsize=1547836 CPUtime=0.05
/proc/16586/task/16589/stat : 16589 (java) S 16584 16586 14998 0 -1 4202560 1159 0 0 0 5 0 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16590] ppid=16584 vsize=1547836 CPUtime=0.08
/proc/16586/task/16590/stat : 16590 (java) S 16584 16586 14998 0 -1 4202560 1963 0 0 0 8 0 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 6 0 0 0
[pid=16586/tid=16591] ppid=16584 vsize=1547836 CPUtime=0.06
/proc/16586/task/16591/stat : 16591 (java) S 16584 16586 14998 0 -1 4202560 1004 0 0 0 6 0 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 1 0 0 0
[pid=16586/tid=16592] ppid=16584 vsize=1547836 CPUtime=0.06
/proc/16586/task/16592/stat : 16592 (java) S 16584 16586 14998 0 -1 4202560 585 0 0 0 6 0 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16593] ppid=16584 vsize=1547836 CPUtime=0.05
/proc/16586/task/16593/stat : 16593 (java) S 16584 16586 14998 0 -1 4202560 954 0 0 0 5 0 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16594] ppid=16584 vsize=1547836 CPUtime=0.05
/proc/16586/task/16594/stat : 16594 (java) S 16584 16586 14998 0 -1 4202560 732 0 0 0 5 0 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 4 0 0 0
[pid=16586/tid=16595] ppid=16584 vsize=1547836 CPUtime=0.05
/proc/16586/task/16595/stat : 16595 (java) S 16584 16586 14998 0 -1 4202560 1322 0 0 0 5 0 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 4 0 0 0
[pid=16586/tid=16596] ppid=16584 vsize=1547836 CPUtime=0.07
/proc/16586/task/16596/stat : 16596 (java) S 16584 16586 14998 0 -1 4202560 598 0 0 0 7 0 0 0 15 0 21 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 5 0 0 0
[pid=16586/tid=16597] ppid=16584 vsize=1547836 CPUtime=2.62
/proc/16586/task/16597/stat : 16597 (java) S 16584 16586 14998 0 -1 4202560 10164 0 0 0 248 14 0 0 15 0 21 0 133788481 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 0 0 16800975 18446604453951420224 0 0 -1 6 0 0 0
[pid=16586/tid=16598] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16598/stat : 16598 (java) S 16584 16586 14998 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 21 0 133788481 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16599] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16599/stat : 16599 (java) S 16584 16586 14998 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 21 0 133788482 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16600] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16600/stat : 16600 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16601] ppid=16584 vsize=1547836 CPUtime=1.11
/proc/16586/task/16601/stat : 16601 (java) S 16584 16586 14998 0 -1 4202560 4799 0 0 0 110 1 0 0 16 0 21 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 4 0 0 0
[pid=16586/tid=16602] ppid=16584 vsize=1547836 CPUtime=1.09
/proc/16586/task/16602/stat : 16602 (java) S 16584 16586 14998 0 -1 4202560 6241 0 0 0 108 1 0 0 16 0 21 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 6 0 0 0
[pid=16586/tid=16603] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16603/stat : 16603 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 21 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16604] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16604/stat : 16604 (java) S 16584 16586 14998 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 21 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16607] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16607/stat : 16607 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 21 0 133788496 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16608] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16608/stat : 16608 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 21 0 133788496 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16669] ppid=16584 vsize=1547836 CPUtime=42.66
/proc/16586/task/16669/stat : 16669 (java) R 16584 16586 14998 0 -1 4202560 8 0 0 0 4266 0 0 0 25 0 21 0 133801134 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4109606266 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 192.58
Current children cumulated vsize (KiB) 1547836

[startup+170.301 s]
/proc/loadavg: 2.23 2.10 2.03 3/217 16671
/proc/meminfo: memFree=30560996/32950928 swapFree=67111528/67111528
[pid=16586] ppid=16584 vsize=1547836 CPUtime=192.91
/proc/16586/stat : 16586 (java) S 16584 16586 14998 0 -1 4202496 68918 0 1 0 19261 30 0 0 25 0 20 0 133788479 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16586/statm: 386959 61831 1451 10 0 384262 0
[pid=16586/tid=16588] ppid=16584 vsize=1547836 CPUtime=0.15
/proc/16586/task/16588/stat : 16588 (java) S 16584 16586 14998 0 -1 4202560 4128 0 1 0 14 1 0 0 15 0 20 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16589] ppid=16584 vsize=1547836 CPUtime=0.05
/proc/16586/task/16589/stat : 16589 (java) S 16584 16586 14998 0 -1 4202560 1159 0 0 0 5 0 0 0 15 0 20 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16590] ppid=16584 vsize=1547836 CPUtime=0.08
/proc/16586/task/16590/stat : 16590 (java) S 16584 16586 14998 0 -1 4202560 1963 0 0 0 8 0 0 0 15 0 20 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 6 0 0 0
[pid=16586/tid=16591] ppid=16584 vsize=1547836 CPUtime=0.06
/proc/16586/task/16591/stat : 16591 (java) S 16584 16586 14998 0 -1 4202560 1004 0 0 0 6 0 0 0 15 0 20 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 1 0 0 0
[pid=16586/tid=16592] ppid=16584 vsize=1547836 CPUtime=0.06
/proc/16586/task/16592/stat : 16592 (java) S 16584 16586 14998 0 -1 4202560 585 0 0 0 6 0 0 0 15 0 20 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16593] ppid=16584 vsize=1547836 CPUtime=0.05
/proc/16586/task/16593/stat : 16593 (java) S 16584 16586 14998 0 -1 4202560 954 0 0 0 5 0 0 0 15 0 20 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16594] ppid=16584 vsize=1547836 CPUtime=0.05
/proc/16586/task/16594/stat : 16594 (java) S 16584 16586 14998 0 -1 4202560 732 0 0 0 5 0 0 0 15 0 20 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 4 0 0 0
[pid=16586/tid=16595] ppid=16584 vsize=1547836 CPUtime=0.05
/proc/16586/task/16595/stat : 16595 (java) S 16584 16586 14998 0 -1 4202560 1322 0 0 0 5 0 0 0 15 0 20 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 4 0 0 0
[pid=16586/tid=16596] ppid=16584 vsize=1547836 CPUtime=0.07
/proc/16586/task/16596/stat : 16596 (java) S 16584 16586 14998 0 -1 4202560 598 0 0 0 7 0 0 0 15 0 20 0 133788480 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 5 0 0 0
[pid=16586/tid=16597] ppid=16584 vsize=1547836 CPUtime=2.62
/proc/16586/task/16597/stat : 16597 (java) S 16584 16586 14998 0 -1 4202560 10164 0 0 0 248 14 0 0 15 0 20 0 133788481 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 0 0 16800975 18446604453951420224 0 0 -1 6 0 0 0
[pid=16586/tid=16598] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16598/stat : 16598 (java) S 16584 16586 14998 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 20 0 133788481 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16599] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16599/stat : 16599 (java) S 16584 16586 14998 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 133788482 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16600] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16600/stat : 16600 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16601] ppid=16584 vsize=1547836 CPUtime=1.11
/proc/16586/task/16601/stat : 16601 (java) S 16584 16586 14998 0 -1 4202560 4799 0 0 0 110 1 0 0 16 0 20 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 4 0 0 0
[pid=16586/tid=16602] ppid=16584 vsize=1547836 CPUtime=1.09
/proc/16586/task/16602/stat : 16602 (java) S 16584 16586 14998 0 -1 4202560 6241 0 0 0 108 1 0 0 16 0 20 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 6 0 0 0
[pid=16586/tid=16603] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16603/stat : 16603 (java) S 16584 16586 14998 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
[pid=16586/tid=16604] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16604/stat : 16604 (java) S 16584 16586 14998 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 20 0 133788484 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16607] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16607/stat : 16607 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 20 0 133788496 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 0 0 0 0
[pid=16586/tid=16608] ppid=16584 vsize=1547836 CPUtime=0
/proc/16586/task/16608/stat : 16608 (java) S 16584 16586 14998 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 133788496 1584984064 61831 4089446400 134512640 134550932 4294625600 18446744073709551615 4294960144 0 4 0 16800975 18446604453951420224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 192.91
Current children cumulated vsize (KiB) 1547836

[startup+170.701 s]
/proc/loadavg: 2.23 2.10 2.03 2/216 16671
/proc/meminfo: memFree=30561120/32950928 swapFree=67111528/67111528
[pid=16586] ppid=16584 vsize=0 CPUtime=192.98
/proc/16586/stat : 16586 (java) Z 16584 16586 14998 0 -1 4203548 68928 0 1 0 19267 31 0 0 18 0 2 0 133788479 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16586/statm: 0 0 0 0 0 0 0
[pid=16586/tid=16588] ppid=16584 vsize=0 CPUtime=0.21
/proc/16586/task/16588/stat : 16588 (java) R 16584 16586 14998 0 -1 4203588 4134 0 1 0 19 2 0 0 16 0 2 0 133788480 0 0 4089446400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 192.98
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 170.702
CPU time (s): 192.997
CPU user time (s): 192.68
CPU system time (s): 0.316951
CPU usage (%): 113.061
Max. virtual memory (cumulated for all children) (KiB): 1549884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 192.68
system time used= 0.316951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68928
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= 7045
involuntary context switches= 28594

runsolver used 0.340948 second user time and 0.607907 second system time

The end

Launcher Data

Begin job on node149 at 2010-06-30 21:08:56
IDJOB=2694216
IDBENCH=79254
IDSOLVER=1207
FILE ID=node149/2694216-1277924936
PBS_JOBID= 11197305
Free space on /tmp= 74212 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.1111218955--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-2694216-1277924936/watcher-2694216-1277924936 -o /tmp/evaluation-result-2694216-1277924936/solver-2694216-1277924936 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2694216-1277924936.wbo

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

MD5SUM BENCH= b990c74120468e1d0b7525d3b3f74b05
RANDOM SEED=738654180

node149.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.831
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.66
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.831
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	: 5226.15
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.831
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.82
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.831
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.75
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.831
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.82
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.831
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.68
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.831
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.82
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.831
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:     32950928 kB
MemFree:      30843412 kB
Buffers:        209672 kB
Cached:        1268208 kB
SwapCached:          0 kB
Active:         927332 kB
Inactive:      1033696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30843412 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             452 kB
Writeback:           0 kB
AnonPages:      483612 kB
Mapped:          20440 kB
Slab:            82848 kB
PageTables:       5860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1649476 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= 74212 MiB
End job on node149 at 2010-06-30 21:11:47