Trace number 2698673

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 Resolution 2.2.1OPTIMUM 61.2937 59.8427

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216823--soft-0-100-0.wbo
MD5SUM46ce32984e1f0f7f043d562c42c4188a
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.459929
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 5395
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 5394
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1207
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.1.v20100705
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.08	c java.vm.version	11.2-b01
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	32
0.03/0.08	c java.version		1.6.0_12
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		i386
0.03/0.08	c Free memory 		1393557488
0.03/0.08	c Max memory 		1395916800
0.03/0.08	c Total memory 		1395916800
0.03/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
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@1764be1
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 solving HOME/instance-2698673-1278327425.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.055s.
0.11/0.15	c #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.29/0.22	c SATISFIABLE
0.29/0.22	c OPTIMIZING...
0.29/0.22	c Got one! Elapsed wall clock time (in seconds):0.124
0.29/0.22	o 861
0.29/0.26	c Got one! Elapsed wall clock time (in seconds):0.161
0.29/0.26	o 476
0.97/0.61	c Got one! Elapsed wall clock time (in seconds):0.508
0.97/0.61	o 475
0.97/0.65	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.18/0.87	c Got one! Elapsed wall clock time (in seconds):0.775
1.18/0.87	o 420
1.29/0.96	c Got one! Elapsed wall clock time (in seconds):0.864
1.29/0.96	o 370
1.42/1.00	c cleaning 4246 clauses out of 8503 with flag 11000/11000
1.42/1.04	c Got one! Elapsed wall clock time (in seconds):0.939
1.42/1.04	o 344
1.52/1.12	c Got one! Elapsed wall clock time (in seconds):1.024
1.52/1.12	o 338
1.63/1.27	c Got one! Elapsed wall clock time (in seconds):1.174
1.63/1.27	o 323
1.83/1.43	c cleaning 5626 clauses out of 11258 with flag 18001/18001
2.44/2.03	c cleaning 6811 clauses out of 13631 with flag 26000/26000
2.65/2.21	c Got one! Elapsed wall clock time (in seconds):2.117
2.65/2.21	o 316
2.95/2.51	c Got one! Elapsed wall clock time (in seconds):2.413
2.95/2.51	o 313
3.05/2.61	c cleaning 7907 clauses out of 15820 with flag 35000/35000
3.35/2.97	c Got one! Elapsed wall clock time (in seconds):2.87
3.35/2.97	o 306
3.55/3.20	c cleaning 8951 clauses out of 17913 with flag 45000/45000
4.25/3.86	c cleaning 9471 clauses out of 18962 with flag 55000/55000
4.55/4.11	c Got one! Elapsed wall clock time (in seconds):4.012
4.55/4.11	o 281
4.65/4.21	c Got one! Elapsed wall clock time (in seconds):4.11
4.65/4.21	o 277
4.95/4.52	c cleaning 9744 clauses out of 19493 with flag 65002/65002
5.06/4.60	c Got one! Elapsed wall clock time (in seconds):4.501
5.06/4.60	o 258
5.56/5.11	c Got one! Elapsed wall clock time (in seconds):5.012
5.56/5.11	o 255
5.66/5.20	c cleaning 9871 clauses out of 19749 with flag 75002/75002
6.26/5.81	c cleaning 9917 clauses out of 19876 with flag 85000/85000
6.77/6.37	c Got one! Elapsed wall clock time (in seconds):6.269
6.77/6.37	o 243
6.90/6.45	c cleaning 9978 clauses out of 19959 with flag 95000/95000
7.20/6.74	c Got one! Elapsed wall clock time (in seconds):6.64
7.20/6.74	o 236
7.60/7.11	c cleaning 9984 clauses out of 19984 with flag 105003/105003
8.32/7.82	c cleaning 9992 clauses out of 19998 with flag 115001/115001
9.02/8.53	c cleaning 9998 clauses out of 20006 with flag 125001/125001
9.22/8.75	c Got one! Elapsed wall clock time (in seconds):8.657
9.22/8.75	o 231
9.64/9.16	c cleaning 9999 clauses out of 20007 with flag 135000/135000
10.24/9.76	c cleaning 10000 clauses out of 20011 with flag 145003/145003
10.94/10.47	c cleaning 9998 clauses out of 20008 with flag 155000/155000
11.15/10.64	c Got one! Elapsed wall clock time (in seconds):10.542
11.15/10.64	o 221
11.45/10.95	c Got one! Elapsed wall clock time (in seconds):10.851
11.45/10.95	o 217
11.60/11.06	c cleaning 10001 clauses out of 20011 with flag 165001/165001
12.34/11.55	c Got one! Elapsed wall clock time (in seconds):11.451
12.34/11.55	o 186
12.54/11.75	c cleaning 10002 clauses out of 20011 with flag 175002/175002
13.14/12.39	c cleaning 9999 clauses out of 20010 with flag 185003/185003
13.55/12.74	c Got one! Elapsed wall clock time (in seconds):12.641
13.55/12.74	o 174
13.85/13.03	c cleaning 9999 clauses out of 20009 with flag 195001/195001
14.45/13.63	c cleaning 10001 clauses out of 20010 with flag 205001/205001
15.06/14.21	c cleaning 10001 clauses out of 20009 with flag 215001/215001
15.66/14.81	c cleaning 9998 clauses out of 20009 with flag 225002/225002
16.36/15.54	c cleaning 9995 clauses out of 20009 with flag 235000/235000
17.06/16.20	c cleaning 10003 clauses out of 20018 with flag 245004/245004
17.17/16.32	c Got one! Elapsed wall clock time (in seconds):16.218
17.17/16.32	o 161
17.57/16.76	c cleaning 9998 clauses out of 20011 with flag 255000/255000
18.27/17.44	c cleaning 10002 clauses out of 20013 with flag 265000/265000
18.48/17.69	c Got one! Elapsed wall clock time (in seconds):17.59
18.48/17.69	o 156
18.87/18.01	c cleaning 10000 clauses out of 20013 with flag 275002/275002
19.48/18.63	c cleaning 10001 clauses out of 20012 with flag 285001/285001
19.88/19.03	c Got one! Elapsed wall clock time (in seconds):18.934
19.88/19.03	o 134
20.21/19.33	c cleaning 10002 clauses out of 20012 with flag 295002/295002
20.81/19.94	c cleaning 10002 clauses out of 20009 with flag 305001/305001
21.41/20.54	c cleaning 10000 clauses out of 20006 with flag 315000/315000
22.02/21.16	c cleaning 10000 clauses out of 20006 with flag 325000/325000
22.63/21.80	c cleaning 10002 clauses out of 20009 with flag 335003/335003
23.33/22.48	c cleaning 9994 clauses out of 20005 with flag 345001/345001
24.04/23.16	c cleaning 9999 clauses out of 20010 with flag 355000/355000
24.23/23.33	c Got one! Elapsed wall clock time (in seconds):23.233
24.23/23.33	o 127
24.63/23.75	c cleaning 9999 clauses out of 20012 with flag 365001/365001
25.35/24.42	c cleaning 9999 clauses out of 20012 with flag 375000/375000
26.22/25.16	c cleaning 10004 clauses out of 20013 with flag 385000/385000
26.94/25.82	c cleaning 9997 clauses out of 20009 with flag 395000/395000
27.04/25.92	c Got one! Elapsed wall clock time (in seconds):25.818
27.04/25.92	o 122
27.45/26.38	c cleaning 10001 clauses out of 20012 with flag 405000/405000
28.15/27.01	c cleaning 9999 clauses out of 20012 with flag 415001/415001
28.75/27.63	c cleaning 10003 clauses out of 20013 with flag 425001/425001
28.95/27.80	c Got one! Elapsed wall clock time (in seconds):27.704
28.95/27.80	o 75
29.35/28.29	c cleaning 10006 clauses out of 20015 with flag 435006/435006
29.96/28.86	c cleaning 9998 clauses out of 20003 with flag 445000/445000
30.56/29.46	c cleaning 9997 clauses out of 20005 with flag 455000/455000
31.16/30.09	c cleaning 9998 clauses out of 20008 with flag 465000/465000
31.82/30.69	c cleaning 10003 clauses out of 20010 with flag 475000/475000
32.54/31.32	c cleaning 10002 clauses out of 20008 with flag 485001/485001
33.15/31.99	c cleaning 9996 clauses out of 20005 with flag 495000/495000
33.85/32.60	c cleaning 10000 clauses out of 20011 with flag 505002/505002
34.46/33.22	c cleaning 9983 clauses out of 20009 with flag 515000/515000
35.06/33.82	c cleaning 9987 clauses out of 20027 with flag 525001/525001
35.66/34.45	c cleaning 10014 clauses out of 20040 with flag 535001/535001
36.38/35.10	c cleaning 10006 clauses out of 20027 with flag 545002/545002
36.98/35.75	c cleaning 10005 clauses out of 20019 with flag 555000/555000
37.59/36.36	c cleaning 10002 clauses out of 20014 with flag 565000/565000
38.19/36.96	c cleaning 10000 clauses out of 20012 with flag 575000/575000
38.30/37.05	c Got one! Elapsed wall clock time (in seconds):36.954
38.30/37.05	o 48
38.71/37.45	c cleaning 10000 clauses out of 20012 with flag 585000/585000
39.21/37.98	c cleaning 10002 clauses out of 20013 with flag 595001/595001
39.81/38.51	c cleaning 10001 clauses out of 20010 with flag 605000/605000
40.31/39.07	c cleaning 9999 clauses out of 20009 with flag 615000/615000
40.92/39.61	c cleaning 9999 clauses out of 20011 with flag 625001/625001
41.32/40.09	c Got one! Elapsed wall clock time (in seconds):39.995
41.32/40.09	o 37
41.42/40.19	c cleaning 10003 clauses out of 20012 with flag 635001/635001
41.93/40.63	c cleaning 9999 clauses out of 20010 with flag 645002/645002
42.42/41.13	c cleaning 10000 clauses out of 20010 with flag 655001/655001
42.93/41.62	c cleaning 9998 clauses out of 20009 with flag 665000/665000
43.33/42.08	c cleaning 10001 clauses out of 20011 with flag 675000/675000
43.84/42.57	c cleaning 10003 clauses out of 20014 with flag 685004/685004
44.35/43.07	c cleaning 10000 clauses out of 20008 with flag 695001/695001
44.84/43.52	c cleaning 9994 clauses out of 20007 with flag 705000/705000
44.95/43.63	c Got one! Elapsed wall clock time (in seconds):43.533
44.95/43.63	o 32
45.35/44.05	c cleaning 10004 clauses out of 20017 with flag 715004/715004
45.86/44.53	c cleaning 10000 clauses out of 20010 with flag 725001/725001
46.26/44.98	c cleaning 10002 clauses out of 20009 with flag 735000/735000
46.77/45.43	c cleaning 10000 clauses out of 20009 with flag 745002/745002
47.17/45.85	c cleaning 10000 clauses out of 20008 with flag 755001/755001
47.58/46.27	c cleaning 9998 clauses out of 20009 with flag 765002/765002
47.78/46.41	c Got one! Elapsed wall clock time (in seconds):46.316
47.78/46.41	o 29
48.09/46.73	c cleaning 10000 clauses out of 20010 with flag 775001/775001
48.59/47.23	c cleaning 10002 clauses out of 20009 with flag 785000/785000
49.09/47.72	c cleaning 9998 clauses out of 20007 with flag 795000/795000
49.59/48.22	c cleaning 9999 clauses out of 20009 with flag 805000/805000
49.69/48.39	c Got one! Elapsed wall clock time (in seconds):48.297
49.69/48.39	o 28
50.00/48.69	c cleaning 10001 clauses out of 20010 with flag 815000/815000
50.50/49.17	c cleaning 10000 clauses out of 20010 with flag 825001/825001
51.01/49.69	c cleaning 10003 clauses out of 20013 with flag 835004/835004
51.62/50.20	c cleaning 9998 clauses out of 20006 with flag 845000/845000
52.02/50.67	c cleaning 9999 clauses out of 20009 with flag 855001/855001
52.52/51.19	c cleaning 9999 clauses out of 20010 with flag 865001/865001
53.03/51.64	c cleaning 10000 clauses out of 20010 with flag 875000/875000
53.23/51.82	c Got one! Elapsed wall clock time (in seconds):51.722
53.23/51.82	o 23
53.53/52.10	c cleaning 10001 clauses out of 20013 with flag 885003/885003
53.93/52.59	c cleaning 10001 clauses out of 20010 with flag 895001/895001
54.43/53.08	c cleaning 9999 clauses out of 20009 with flag 905001/905001
54.94/53.55	c cleaning 9997 clauses out of 20010 with flag 915001/915001
55.44/54.02	c cleaning 10000 clauses out of 20012 with flag 925000/925000
55.84/54.50	c cleaning 10002 clauses out of 20013 with flag 935001/935001
56.35/54.99	c cleaning 9994 clauses out of 20010 with flag 945000/945000
56.84/55.44	c cleaning 10004 clauses out of 20017 with flag 955001/955001
57.05/55.60	c Got one! Elapsed wall clock time (in seconds):55.507
57.05/55.60	o 17
57.35/55.90	c cleaning 10002 clauses out of 20012 with flag 965000/965000
57.76/56.38	c cleaning 10002 clauses out of 20011 with flag 975001/975001
58.26/56.87	c cleaning 9996 clauses out of 20008 with flag 985000/985000
58.85/57.40	c cleaning 10000 clauses out of 20012 with flag 995000/995000
59.26/57.89	c cleaning 10001 clauses out of 20015 with flag 1005003/1005003
59.76/58.37	c cleaning 10002 clauses out of 20012 with flag 1015001/1015001
60.26/58.83	c cleaning 9994 clauses out of 20010 with flag 1025001/1025001
60.67/59.28	c cleaning 10003 clauses out of 20017 with flag 1035002/1035002
61.17/59.73	c cleaning 10002 clauses out of 20013 with flag 1045001/1045001
61.17/59.79	c Got one! Elapsed wall clock time (in seconds):59.695
61.17/59.79	o 1
61.27/59.80	c starts		: 206
61.27/59.80	c conflicts		: 1046393
61.27/59.80	c decisions		: 1674155
61.27/59.80	c propagations		: 28881686
61.27/59.80	c inspects		: 277271694
61.27/59.80	c learnt literals	: 0
61.27/59.80	c learnt binary clauses	: 55
61.27/59.80	c learnt ternary clauses	: 858
61.27/59.80	c learnt clauses	: 1046393
61.27/59.80	c ignored clauses	: 0
61.27/59.80	c root simplifications	: 0
61.27/59.80	c removed literals (reason simplification)	: 6247185
61.27/59.80	c reason swapping (by a shorter reason)	: 0
61.27/59.80	c Calls to reduceDB	: 106
61.27/59.80	c number of reductions to clauses (during analyze)	: 0
61.27/59.80	c number of learned constraints concerned by reduction	: 0
61.27/59.80	c number of learning phase by resolution	: 0
61.27/59.80	c number of learning phase by cutting planes	: 0
61.27/59.80	c speed (assignments/second)	: 3.2090762222222223E9
61.27/59.80	c non guided choices	2085
61.27/59.80	c learnt constraints type 
61.27/59.80	c constraints type 
61.27/59.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
61.27/59.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
61.27/59.80	s OPTIMUM FOUND
61.27/59.80	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 
61.27/59.80	c objective function=1
61.27/59.80	c Total wall clock time (in seconds): 59.706

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698673-1278327425/watcher-2698673-1278327425 -o /tmp/evaluation-result-2698673-1278327425/solver-2698673-1278327425 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698673-1278327425.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: 0.91 0.98 0.91 1/170 4118
/proc/meminfo: memFree=32404296/32951124 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=248 CPUtime=0
/proc/4118/stat : 4118 (java) R 4116 4118 3795 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 956875 253952 28 4089446400 134512640 134550932 4293210064 18446744073709551615 1376734 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4118/statm: 98 36 29 10 0 23 0

[startup+0.045793 s]
/proc/loadavg: 0.91 0.98 0.91 1/170 4118
/proc/meminfo: memFree=32404296/32951124 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=1525492 CPUtime=0.03
/proc/4118/stat : 4118 (java) S 4116 4118 3795 0 -1 4202496 3877 0 1 0 2 1 0 0 18 0 13 0 956875 1562103808 3319 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/4118/statm: 381373 3320 1045 10 0 378683 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1525492

[startup+0.100782 s]
/proc/loadavg: 0.91 0.98 0.91 1/170 4118
/proc/meminfo: memFree=32404296/32951124 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=1529604 CPUtime=0.11
/proc/4118/stat : 4118 (java) S 4116 4118 3795 0 -1 4202496 5179 0 1 0 10 1 0 0 18 0 18 0 956875 1566314496 4616 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4118/statm: 382401 4616 1345 10 0 379704 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529604

[startup+0.300744 s]
/proc/loadavg: 0.91 0.98 0.91 1/170 4118
/proc/meminfo: memFree=32404296/32951124 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=1532688 CPUtime=0.59
/proc/4118/stat : 4118 (java) S 4116 4118 3795 0 -1 4202496 6943 0 1 0 58 1 0 0 18 0 19 0 956875 1569472512 6123 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4118/statm: 383172 6124 1421 10 0 380475 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 1532688

[startup+0.70072 s]
/proc/loadavg: 0.91 0.98 0.91 1/170 4118
/proc/meminfo: memFree=32404296/32951124 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=1532688 CPUtime=1.08
/proc/4118/stat : 4118 (java) S 4116 4118 3795 0 -1 4202496 10131 0 1 0 106 2 0 0 18 0 19 0 956875 1569472512 9274 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4118/statm: 383172 9274 1439 10 0 380475 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1532688

[startup+1.50156 s]
/proc/loadavg: 0.91 0.98 0.91 2/189 4137
/proc/meminfo: memFree=32373476/32951124 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=1532688 CPUtime=1.93
/proc/4118/stat : 4118 (java) S 4116 4118 3795 0 -1 4202496 10838 0 1 0 191 2 0 0 18 0 19 0 956875 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4118/statm: 383172 9971 1439 10 0 380475 0
[pid=4118/tid=4120] ppid=4116 vsize=1532688 CPUtime=1.44
/proc/4118/task/4120/stat : 4120 (java) R 4116 4118 3795 0 -1 4202560 6899 0 1 0 143 1 0 0 17 0 19 0 956876 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4109012836 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4118/tid=4121] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4121/stat : 4121 (java) S 4116 4118 3795 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4118/tid=4122] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4122/stat : 4122 (java) S 4116 4118 3795 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4118/tid=4123] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4123/stat : 4123 (java) S 4116 4118 3795 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4118/tid=4124] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4124/stat : 4124 (java) S 4116 4118 3795 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4118/tid=4125] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4125/stat : 4125 (java) S 4116 4118 3795 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4118/tid=4126] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4126/stat : 4126 (java) S 4116 4118 3795 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 2 0 0 0
[pid=4118/tid=4127] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4127/stat : 4127 (java) S 4116 4118 3795 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 2 0 0 0
[pid=4118/tid=4128] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4128/stat : 4128 (java) S 4116 4118 3795 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4129] ppid=4116 vsize=1532688 CPUtime=0.02
/proc/4118/task/4129/stat : 4129 (java) S 4116 4118 3795 0 -1 4202560 455 0 0 0 2 0 0 0 15 0 19 0 956877 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4130] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4130/stat : 4130 (java) S 4116 4118 3795 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 956878 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4131] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4131/stat : 4131 (java) S 4116 4118 3795 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 956878 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4132] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4132/stat : 4132 (java) S 4116 4118 3795 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 956880 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4133] ppid=4116 vsize=1532688 CPUtime=0.24
/proc/4118/task/4133/stat : 4133 (java) S 4116 4118 3795 0 -1 4202560 869 0 0 0 24 0 0 0 15 0 19 0 956880 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4134] ppid=4116 vsize=1532688 CPUtime=0.2
/proc/4118/task/4134/stat : 4134 (java) S 4116 4118 3795 0 -1 4202560 871 0 0 0 20 0 0 0 15 0 19 0 956880 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4135] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4135/stat : 4135 (java) S 4116 4118 3795 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 956880 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4136] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4136/stat : 4136 (java) S 4116 4118 3795 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 956880 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4118/tid=4137] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4137/stat : 4137 (java) S 4116 4118 3795 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 19 0 956891 1569472512 9971 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 1532688

[startup+3.10127 s]
/proc/loadavg: 0.91 0.98 0.91 2/189 4137
/proc/meminfo: memFree=32363060/32951124 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=1532688 CPUtime=3.55
/proc/4118/stat : 4118 (java) S 4116 4118 3795 0 -1 4202496 12781 0 1 0 352 3 0 0 18 0 19 0 956875 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4118/statm: 383172 11912 1439 10 0 380475 0
[pid=4118/tid=4120] ppid=4116 vsize=1532688 CPUtime=3.02
/proc/4118/task/4120/stat : 4120 (java) R 4116 4118 3795 0 -1 4202560 8543 0 1 0 300 2 0 0 19 0 19 0 956876 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4109057371 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4118/tid=4121] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4121/stat : 4121 (java) S 4116 4118 3795 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4122] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4122/stat : 4122 (java) S 4116 4118 3795 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4123] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4123/stat : 4123 (java) S 4116 4118 3795 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4124] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4124/stat : 4124 (java) S 4116 4118 3795 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4118/tid=4125] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4125/stat : 4125 (java) S 4116 4118 3795 0 -1 4202560 150 0 0 0 0 0 0 0 16 0 19 0 956876 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4118/tid=4126] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4126/stat : 4126 (java) S 4116 4118 3795 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 2 0 0 0
[pid=4118/tid=4127] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4127/stat : 4127 (java) S 4116 4118 3795 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 2 0 0 0
[pid=4118/tid=4128] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4128/stat : 4128 (java) S 4116 4118 3795 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 2 0 0 0
[pid=4118/tid=4129] ppid=4116 vsize=1532688 CPUtime=0.04
/proc/4118/task/4129/stat : 4129 (java) S 4116 4118 3795 0 -1 4202560 554 0 0 0 4 0 0 0 16 0 19 0 956877 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4118/tid=4130] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4130/stat : 4130 (java) S 4116 4118 3795 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 956878 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4131] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4131/stat : 4131 (java) S 4116 4118 3795 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 956878 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4132] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4132/stat : 4132 (java) S 4116 4118 3795 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 956880 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4133] ppid=4116 vsize=1532688 CPUtime=0.24
/proc/4118/task/4133/stat : 4133 (java) S 4116 4118 3795 0 -1 4202560 870 0 0 0 24 0 0 0 15 0 19 0 956880 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4134] ppid=4116 vsize=1532688 CPUtime=0.21
/proc/4118/task/4134/stat : 4134 (java) S 4116 4118 3795 0 -1 4202560 874 0 0 0 21 0 0 0 15 0 19 0 956880 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4135] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4135/stat : 4135 (java) S 4116 4118 3795 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 956880 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4136] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4136/stat : 4136 (java) S 4116 4118 3795 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 956880 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4118/tid=4137] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4137/stat : 4137 (java) S 4116 4118 3795 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 19 0 956891 1569472512 11912 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 1532688

[startup+6.30071 s]
/proc/loadavg: 0.92 0.98 0.91 2/189 4137
/proc/meminfo: memFree=32355928/32951124 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=1532688 CPUtime=6.77
/proc/4118/stat : 4118 (java) S 4116 4118 3795 0 -1 4202496 14599 0 1 0 673 4 0 0 18 0 19 0 956875 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4118/statm: 383172 13633 1441 10 0 380475 0
[pid=4118/tid=4120] ppid=4116 vsize=1532688 CPUtime=6.15
/proc/4118/task/4120/stat : 4120 (java) R 4116 4118 3795 0 -1 4202560 10062 0 1 0 613 2 0 0 25 0 19 0 956876 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4108950020 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4118/tid=4121] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4121/stat : 4121 (java) S 4116 4118 3795 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4118/tid=4122] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4122/stat : 4122 (java) S 4116 4118 3795 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4123] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4123/stat : 4123 (java) S 4116 4118 3795 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4124] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4124/stat : 4124 (java) S 4116 4118 3795 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4118/tid=4125] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4125/stat : 4125 (java) S 4116 4118 3795 0 -1 4202560 165 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4118/tid=4126] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4126/stat : 4126 (java) S 4116 4118 3795 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 6 0 0 0
[pid=4118/tid=4127] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4127/stat : 4127 (java) S 4116 4118 3795 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 2 0 0 0
[pid=4118/tid=4128] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4128/stat : 4128 (java) S 4116 4118 3795 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 956876 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4118/tid=4129] ppid=4116 vsize=1532688 CPUtime=0.09
/proc/4118/task/4129/stat : 4129 (java) S 4116 4118 3795 0 -1 4202560 757 0 0 0 9 0 0 0 16 0 19 0 956877 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4118/tid=4130] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4130/stat : 4130 (java) S 4116 4118 3795 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 956878 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4131] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4131/stat : 4131 (java) S 4116 4118 3795 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 956878 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4132] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4132/stat : 4132 (java) S 4116 4118 3795 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 956880 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4133] ppid=4116 vsize=1532688 CPUtime=0.24
/proc/4118/task/4133/stat : 4133 (java) S 4116 4118 3795 0 -1 4202560 870 0 0 0 24 0 0 0 15 0 19 0 956880 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4134] ppid=4116 vsize=1532688 CPUtime=0.21
/proc/4118/task/4134/stat : 4134 (java) S 4116 4118 3795 0 -1 4202560 877 0 0 0 21 0 0 0 15 0 19 0 956880 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4135] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4135/stat : 4135 (java) S 4116 4118 3795 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 956880 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4136] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4136/stat : 4136 (java) S 4116 4118 3795 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 956880 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4118/tid=4137] ppid=4116 vsize=1532688 CPUtime=0
/proc/4118/task/4137/stat : 4137 (java) S 4116 4118 3795 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 19 0 956891 1569472512 13633 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 1532688

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.91 2/189 4137
/proc/meminfo: memFree=32338784/32951124 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=1544956 CPUtime=13.55
/proc/4118/stat : 4118 (java) S 4116 4118 3795 0 -1 4202496 21599 0 1 0 1349 6 0 0 18 0 19 0 956875 1582034944 17995 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4118/statm: 386239 17995 1442 10 0 383542 0
[pid=4118/tid=4120] ppid=4116 vsize=1544956 CPUtime=12.44
/proc/4118/task/4120/stat : 4120 (java) R 4116 4118 3795 0 -1 4202560 11335 0 1 0 1241 3 0 0 18 0 19 0 956876 1582034944 17995 4089446400 134512640 134550932 4293210064 18446744073709551615 4108954812 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4118/tid=4121] ppid=4116 vsize=1544956 CPUtime=0
/proc/4118/task/4121/stat : 4121 (java) S 4116 4118 3795 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 19 0 956876 1582034944 17995 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0

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

/proc/4118/task/4121/stat : 4121 (java) S 4116 4118 3795 0 -1 4202560 165 0 0 0 4 0 0 0 15 0 19 0 956876 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4118/tid=4122] ppid=4116 vsize=1535624 CPUtime=0.07
/proc/4118/task/4122/stat : 4122 (java) S 4116 4118 3795 0 -1 4202560 248 0 0 0 6 1 0 0 15 0 19 0 956876 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4123] ppid=4116 vsize=1535624 CPUtime=0.04
/proc/4118/task/4123/stat : 4123 (java) S 4116 4118 3795 0 -1 4202560 125 0 0 0 4 0 0 0 15 0 19 0 956876 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4118/tid=4124] ppid=4116 vsize=1535624 CPUtime=0.06
/proc/4118/task/4124/stat : 4124 (java) S 4116 4118 3795 0 -1 4202560 153 0 0 0 6 0 0 0 15 0 19 0 956876 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4118/tid=4125] ppid=4116 vsize=1535624 CPUtime=0.04
/proc/4118/task/4125/stat : 4125 (java) S 4116 4118 3795 0 -1 4202560 187 0 0 0 4 0 0 0 15 0 19 0 956876 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4118/tid=4126] ppid=4116 vsize=1535624 CPUtime=0.05
/proc/4118/task/4126/stat : 4126 (java) S 4116 4118 3795 0 -1 4202560 19 0 0 0 5 0 0 0 15 0 19 0 956876 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 2 0 0 0
[pid=4118/tid=4127] ppid=4116 vsize=1535624 CPUtime=0.06
/proc/4118/task/4127/stat : 4127 (java) S 4116 4118 3795 0 -1 4202560 122 0 0 0 6 0 0 0 15 0 19 0 956876 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4128] ppid=4116 vsize=1535624 CPUtime=0.05
/proc/4118/task/4128/stat : 4128 (java) S 4116 4118 3795 0 -1 4202560 67 0 0 0 5 0 0 0 15 0 19 0 956876 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 6 0 0 0
[pid=4118/tid=4129] ppid=4116 vsize=1535624 CPUtime=1.17
/proc/4118/task/4129/stat : 4129 (java) S 4116 4118 3795 0 -1 4202560 1160 0 0 0 115 2 0 0 15 0 19 0 956877 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4118/tid=4130] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4130/stat : 4130 (java) S 4116 4118 3795 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 956878 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4131] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4131/stat : 4131 (java) S 4116 4118 3795 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 956878 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4132] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4132/stat : 4132 (java) S 4116 4118 3795 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 956880 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4133] ppid=4116 vsize=1535624 CPUtime=0.36
/proc/4118/task/4133/stat : 4133 (java) S 4116 4118 3795 0 -1 4202560 1360 0 0 0 36 0 0 0 15 0 19 0 956880 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4134] ppid=4116 vsize=1535624 CPUtime=0.75
/proc/4118/task/4134/stat : 4134 (java) S 4116 4118 3795 0 -1 4202560 7040 0 0 0 75 0 0 0 15 0 19 0 956880 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4135] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4135/stat : 4135 (java) S 4116 4118 3795 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 956880 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4136] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4136/stat : 4136 (java) S 4116 4118 3795 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 956880 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4118/tid=4137] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4137/stat : 4137 (java) S 4116 4118 3795 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 19 0 956891 1572478976 16247 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 60.57
Current children cumulated vsize (KiB) 1535624

[startup+59.5014 s]
/proc/loadavg: 1.01 1.00 0.91 2/189 4138
/proc/meminfo: memFree=32346288/32951124 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=1535624 CPUtime=60.97
/proc/4118/stat : 4118 (java) S 4116 4118 3795 0 -1 4202496 23218 0 1 0 6084 13 0 0 18 0 19 0 956875 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4118/statm: 383906 16248 1444 10 0 381209 0
[pid=4118/tid=4120] ppid=4116 vsize=1535624 CPUtime=58.13
/proc/4118/task/4120/stat : 4120 (java) R 4116 4118 3795 0 -1 4202560 11503 0 1 0 5810 3 0 0 25 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4108954020 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4118/tid=4121] ppid=4116 vsize=1535624 CPUtime=0.04
/proc/4118/task/4121/stat : 4121 (java) S 4116 4118 3795 0 -1 4202560 165 0 0 0 4 0 0 0 15 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4118/tid=4122] ppid=4116 vsize=1535624 CPUtime=0.07
/proc/4118/task/4122/stat : 4122 (java) S 4116 4118 3795 0 -1 4202560 249 0 0 0 6 1 0 0 15 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4123] ppid=4116 vsize=1535624 CPUtime=0.04
/proc/4118/task/4123/stat : 4123 (java) S 4116 4118 3795 0 -1 4202560 125 0 0 0 4 0 0 0 15 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4118/tid=4124] ppid=4116 vsize=1535624 CPUtime=0.06
/proc/4118/task/4124/stat : 4124 (java) S 4116 4118 3795 0 -1 4202560 153 0 0 0 6 0 0 0 15 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4118/tid=4125] ppid=4116 vsize=1535624 CPUtime=0.04
/proc/4118/task/4125/stat : 4125 (java) S 4116 4118 3795 0 -1 4202560 187 0 0 0 4 0 0 0 15 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4118/tid=4126] ppid=4116 vsize=1535624 CPUtime=0.05
/proc/4118/task/4126/stat : 4126 (java) S 4116 4118 3795 0 -1 4202560 19 0 0 0 5 0 0 0 15 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 2 0 0 0
[pid=4118/tid=4127] ppid=4116 vsize=1535624 CPUtime=0.06
/proc/4118/task/4127/stat : 4127 (java) S 4116 4118 3795 0 -1 4202560 122 0 0 0 6 0 0 0 15 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4128] ppid=4116 vsize=1535624 CPUtime=0.05
/proc/4118/task/4128/stat : 4128 (java) S 4116 4118 3795 0 -1 4202560 67 0 0 0 5 0 0 0 15 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 6 0 0 0
[pid=4118/tid=4129] ppid=4116 vsize=1535624 CPUtime=1.18
/proc/4118/task/4129/stat : 4129 (java) S 4116 4118 3795 0 -1 4202560 1160 0 0 0 116 2 0 0 15 0 19 0 956877 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4118/tid=4130] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4130/stat : 4130 (java) S 4116 4118 3795 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 956878 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4131] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4131/stat : 4131 (java) S 4116 4118 3795 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 956878 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4132] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4132/stat : 4132 (java) S 4116 4118 3795 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 956880 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4133] ppid=4116 vsize=1535624 CPUtime=0.36
/proc/4118/task/4133/stat : 4133 (java) S 4116 4118 3795 0 -1 4202560 1360 0 0 0 36 0 0 0 15 0 19 0 956880 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4134] ppid=4116 vsize=1535624 CPUtime=0.75
/proc/4118/task/4134/stat : 4134 (java) S 4116 4118 3795 0 -1 4202560 7040 0 0 0 75 0 0 0 15 0 19 0 956880 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4135] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4135/stat : 4135 (java) S 4116 4118 3795 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 956880 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4136] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4136/stat : 4136 (java) S 4116 4118 3795 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 956880 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4118/tid=4137] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4137/stat : 4137 (java) S 4116 4118 3795 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 19 0 956891 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 60.97
Current children cumulated vsize (KiB) 1535624

[startup+59.7013 s]
/proc/loadavg: 1.01 1.00 0.91 2/189 4138
/proc/meminfo: memFree=32346288/32951124 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=1535624 CPUtime=61.17
/proc/4118/stat : 4118 (java) S 4116 4118 3795 0 -1 4202496 23218 0 1 0 6104 13 0 0 18 0 19 0 956875 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4118/statm: 383906 16248 1444 10 0 381209 0
[pid=4118/tid=4120] ppid=4116 vsize=1535624 CPUtime=58.33
/proc/4118/task/4120/stat : 4120 (java) R 4116 4118 3795 0 -1 4202560 11503 0 1 0 5830 3 0 0 25 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4108970362 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4118/tid=4121] ppid=4116 vsize=1535624 CPUtime=0.04
/proc/4118/task/4121/stat : 4121 (java) S 4116 4118 3795 0 -1 4202560 165 0 0 0 4 0 0 0 15 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4118/tid=4122] ppid=4116 vsize=1535624 CPUtime=0.07
/proc/4118/task/4122/stat : 4122 (java) S 4116 4118 3795 0 -1 4202560 249 0 0 0 6 1 0 0 15 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4123] ppid=4116 vsize=1535624 CPUtime=0.04
/proc/4118/task/4123/stat : 4123 (java) S 4116 4118 3795 0 -1 4202560 125 0 0 0 4 0 0 0 15 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4118/tid=4124] ppid=4116 vsize=1535624 CPUtime=0.06
/proc/4118/task/4124/stat : 4124 (java) S 4116 4118 3795 0 -1 4202560 153 0 0 0 6 0 0 0 15 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4118/tid=4125] ppid=4116 vsize=1535624 CPUtime=0.04
/proc/4118/task/4125/stat : 4125 (java) S 4116 4118 3795 0 -1 4202560 187 0 0 0 4 0 0 0 15 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4118/tid=4126] ppid=4116 vsize=1535624 CPUtime=0.05
/proc/4118/task/4126/stat : 4126 (java) S 4116 4118 3795 0 -1 4202560 19 0 0 0 5 0 0 0 15 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 2 0 0 0
[pid=4118/tid=4127] ppid=4116 vsize=1535624 CPUtime=0.06
/proc/4118/task/4127/stat : 4127 (java) S 4116 4118 3795 0 -1 4202560 122 0 0 0 6 0 0 0 15 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4128] ppid=4116 vsize=1535624 CPUtime=0.05
/proc/4118/task/4128/stat : 4128 (java) S 4116 4118 3795 0 -1 4202560 67 0 0 0 5 0 0 0 15 0 19 0 956876 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 6 0 0 0
[pid=4118/tid=4129] ppid=4116 vsize=1535624 CPUtime=1.18
/proc/4118/task/4129/stat : 4129 (java) S 4116 4118 3795 0 -1 4202560 1160 0 0 0 116 2 0 0 15 0 19 0 956877 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4118/tid=4130] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4130/stat : 4130 (java) S 4116 4118 3795 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 956878 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4131] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4131/stat : 4131 (java) S 4116 4118 3795 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 956878 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4132] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4132/stat : 4132 (java) S 4116 4118 3795 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 956880 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4133] ppid=4116 vsize=1535624 CPUtime=0.36
/proc/4118/task/4133/stat : 4133 (java) S 4116 4118 3795 0 -1 4202560 1360 0 0 0 36 0 0 0 15 0 19 0 956880 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4134] ppid=4116 vsize=1535624 CPUtime=0.75
/proc/4118/task/4134/stat : 4134 (java) S 4116 4118 3795 0 -1 4202560 7040 0 0 0 75 0 0 0 15 0 19 0 956880 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4135] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4135/stat : 4135 (java) S 4116 4118 3795 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 956880 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4136] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4136/stat : 4136 (java) S 4116 4118 3795 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 956880 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4118/tid=4137] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4137/stat : 4137 (java) S 4116 4118 3795 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 19 0 956891 1572478976 16248 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 61.17
Current children cumulated vsize (KiB) 1535624

[startup+59.8013 s]
/proc/loadavg: 1.01 1.00 0.91 2/189 4138
/proc/meminfo: memFree=32346288/32951124 swapFree=67111528/67111528
[pid=4118] ppid=4116 vsize=1535624 CPUtime=61.27
/proc/4118/stat : 4118 (java) S 4116 4118 3795 0 -1 4202496 23229 0 1 0 6114 13 0 0 18 0 19 0 956875 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4118/statm: 383906 16258 1444 10 0 381209 0
[pid=4118/tid=4120] ppid=4116 vsize=1535624 CPUtime=58.42
/proc/4118/task/4120/stat : 4120 (java) R 4116 4118 3795 0 -1 4202560 11504 0 1 0 5839 3 0 0 25 0 19 0 956876 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4109153964 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4118/tid=4121] ppid=4116 vsize=1535624 CPUtime=0.04
/proc/4118/task/4121/stat : 4121 (java) S 4116 4118 3795 0 -1 4202560 165 0 0 0 4 0 0 0 15 0 19 0 956876 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4118/tid=4122] ppid=4116 vsize=1535624 CPUtime=0.07
/proc/4118/task/4122/stat : 4122 (java) S 4116 4118 3795 0 -1 4202560 249 0 0 0 6 1 0 0 15 0 19 0 956876 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4123] ppid=4116 vsize=1535624 CPUtime=0.04
/proc/4118/task/4123/stat : 4123 (java) S 4116 4118 3795 0 -1 4202560 125 0 0 0 4 0 0 0 15 0 19 0 956876 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 7 0 0 0
[pid=4118/tid=4124] ppid=4116 vsize=1535624 CPUtime=0.06
/proc/4118/task/4124/stat : 4124 (java) S 4116 4118 3795 0 -1 4202560 153 0 0 0 6 0 0 0 15 0 19 0 956876 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 0 0 0 0
[pid=4118/tid=4125] ppid=4116 vsize=1535624 CPUtime=0.04
/proc/4118/task/4125/stat : 4125 (java) S 4116 4118 3795 0 -1 4202560 188 0 0 0 4 0 0 0 15 0 19 0 956876 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4118/tid=4126] ppid=4116 vsize=1535624 CPUtime=0.05
/proc/4118/task/4126/stat : 4126 (java) S 4116 4118 3795 0 -1 4202560 19 0 0 0 5 0 0 0 15 0 19 0 956876 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 2 0 0 0
[pid=4118/tid=4127] ppid=4116 vsize=1535624 CPUtime=0.06
/proc/4118/task/4127/stat : 4127 (java) S 4116 4118 3795 0 -1 4202560 122 0 0 0 6 0 0 0 15 0 19 0 956876 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4128] ppid=4116 vsize=1535624 CPUtime=0.05
/proc/4118/task/4128/stat : 4128 (java) S 4116 4118 3795 0 -1 4202560 67 0 0 0 5 0 0 0 15 0 19 0 956876 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 6 0 0 0
[pid=4118/tid=4129] ppid=4116 vsize=1535624 CPUtime=1.2
/proc/4118/task/4129/stat : 4129 (java) S 4116 4118 3795 0 -1 4202560 1169 0 0 0 118 2 0 0 15 0 19 0 956877 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 0 0 16800975 18446604454223899648 0 0 -1 3 0 0 0
[pid=4118/tid=4130] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4130/stat : 4130 (java) S 4116 4118 3795 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 956878 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4131] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4131/stat : 4131 (java) S 4116 4118 3795 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 956878 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4132] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4132/stat : 4132 (java) S 4116 4118 3795 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 956880 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4133] ppid=4116 vsize=1535624 CPUtime=0.36
/proc/4118/task/4133/stat : 4133 (java) S 4116 4118 3795 0 -1 4202560 1360 0 0 0 36 0 0 0 15 0 19 0 956880 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
[pid=4118/tid=4134] ppid=4116 vsize=1535624 CPUtime=0.75
/proc/4118/task/4134/stat : 4134 (java) S 4116 4118 3795 0 -1 4202560 7040 0 0 0 75 0 0 0 15 0 19 0 956880 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4135] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4135/stat : 4135 (java) S 4116 4118 3795 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 956880 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 4 0 0 0
[pid=4118/tid=4136] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4136/stat : 4136 (java) S 4116 4118 3795 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 956880 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 5 0 0 0
[pid=4118/tid=4137] ppid=4116 vsize=1535624 CPUtime=0
/proc/4118/task/4137/stat : 4137 (java) S 4116 4118 3795 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 19 0 956891 1572478976 16258 4089446400 134512640 134550932 4293210064 18446744073709551615 4294960144 0 4 0 16800975 18446604454223899648 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 61.27
Current children cumulated vsize (KiB) 1535624

Child status: 30
Real time (s): 59.8427
CPU time (s): 61.2937
CPU user time (s): 61.1557
CPU system time (s): 0.137979
CPU usage (%): 102.425
Max. virtual memory (cumulated for all children) (KiB): 1546180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.1557
system time used= 0.137979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23243
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= 4530
involuntary context switches= 15975

runsolver used 0.110983 second user time and 0.177972 second system time

The end

Launcher Data

Begin job on node103 at 2010-07-05 12:57:05
IDJOB=2698673
IDBENCH=79223
IDSOLVER=1211
FILE ID=node103/2698673-1278327425
PBS_JOBID= 11207488
Free space on /tmp= 74204 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111216823--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698673-1278327425/watcher-2698673-1278327425 -o /tmp/evaluation-result-2698673-1278327425/solver-2698673-1278327425 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698673-1278327425.wbo

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

MD5SUM BENCH= 46ce32984e1f0f7f043d562c42c4188a
RANDOM SEED=2131980833

node103.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.793
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.58
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.793
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.793
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.793
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.86
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.793
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.75
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.793
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.82
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.793
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.793
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	: 5408.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32404700 kB
Buffers:         23432 kB
Cached:         362000 kB
SwapCached:          0 kB
Active:         141000 kB
Inactive:       305492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32404700 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             428 kB
Writeback:           0 kB
AnonPages:       62004 kB
Mapped:          14444 kB
Slab:            35424 kB
PageTables:       4972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   178640 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= 74204 MiB
End job on node103 at 2010-07-05 12:58:05