Trace number 2698316

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 59.9209 58.8511

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217555--soft-33-100-0.wbo
MD5SUM077b9c494cf23f6ff18d9e6ba287604c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.202968
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1222
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c version 2.2.1.v20100705
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.03/0.07	c java.vm.version	11.2-b01
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	32
0.03/0.07	c java.version		1.6.0_12
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.18-164.el5
0.03/0.07	c os.arch		i386
0.03/0.07	c Free memory 		1393557488
0.03/0.07	c Max memory 		1395916800
0.03/0.07	c Total memory 		1395916800
0.03/0.07	c Number of processors 	8
0.03/0.09	c Pseudo Boolean Optimization
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c Stops conflict analysis at the first Unique Implication Point
0.03/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.09	c Expensive reason simplification
0.03/0.09	c Armin Biere (Picosat) restarts strategy
0.03/0.09	c Glucose learned constraints deletion strategy
0.03/0.09	c timeout=2147483s
0.03/0.09	c DB Simplification allowed=false
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-2698316-1278325532.wbo
0.03/0.09	c reading problem ... 
0.11/0.14	c ... done. Wall clock time 0.055s.
0.11/0.15	c #vars     238
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 => 27
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
0.32/0.24	c SATISFIABLE
0.32/0.24	c OPTIMIZING...
0.32/0.24	c Got one! Elapsed wall clock time (in seconds):0.148
0.32/0.24	o 322
0.93/0.51	c Got one! Elapsed wall clock time (in seconds):0.418
0.93/0.51	o 319
0.93/0.54	c Got one! Elapsed wall clock time (in seconds):0.446
0.93/0.54	o 297
0.93/0.59	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.06/0.65	c Got one! Elapsed wall clock time (in seconds):0.562
1.06/0.65	o 275
1.06/0.69	c Got one! Elapsed wall clock time (in seconds):0.6
1.06/0.69	o 248
1.26/0.89	c cleaning 4249 clauses out of 8503 with flag 11001/11001
1.38/0.96	c Got one! Elapsed wall clock time (in seconds):0.872
1.38/0.96	o 245
1.49/1.05	c Got one! Elapsed wall clock time (in seconds):0.957
1.49/1.05	o 238
1.59/1.18	c Got one! Elapsed wall clock time (in seconds):1.089
1.59/1.18	o 233
1.68/1.25	c cleaning 5623 clauses out of 11255 with flag 18002/18002
1.68/1.29	c Got one! Elapsed wall clock time (in seconds):1.203
1.68/1.29	o 222
1.80/1.39	c Got one! Elapsed wall clock time (in seconds):1.298
1.80/1.39	o 220
2.10/1.69	c cleaning 6810 clauses out of 13630 with flag 26000/26000
2.31/1.83	c Got one! Elapsed wall clock time (in seconds):1.745
2.31/1.83	o 205
2.51/2.02	c Got one! Elapsed wall clock time (in seconds):1.928
2.51/2.02	o 189
2.72/2.26	c cleaning 7907 clauses out of 15822 with flag 35002/35002
2.82/2.31	c Got one! Elapsed wall clock time (in seconds):2.225
2.82/2.31	o 187
2.92/2.40	c Got one! Elapsed wall clock time (in seconds):2.314
2.92/2.40	o 147
3.21/2.76	c cleaning 8953 clauses out of 17915 with flag 45002/45002
3.72/3.21	c Got one! Elapsed wall clock time (in seconds):3.121
3.72/3.21	o 121
3.72/3.28	c cleaning 9478 clauses out of 18960 with flag 55000/55000
4.37/3.84	c cleaning 9734 clauses out of 19482 with flag 65000/65000
5.07/4.38	c cleaning 9867 clauses out of 19750 with flag 75002/75002
5.57/4.88	c cleaning 9936 clauses out of 19882 with flag 85001/85001
5.77/5.01	c Got one! Elapsed wall clock time (in seconds):4.921
5.77/5.01	o 118
6.18/5.41	c cleaning 9960 clauses out of 19945 with flag 95000/95000
6.67/5.96	c cleaning 9984 clauses out of 19985 with flag 105000/105000
7.07/6.37	c Got one! Elapsed wall clock time (in seconds):6.275
7.07/6.37	o 84
7.28/6.55	c cleaning 9999 clauses out of 20001 with flag 115000/115000
7.87/7.19	c cleaning 9996 clauses out of 20003 with flag 125001/125001
8.48/7.75	c cleaning 10002 clauses out of 20010 with flag 135004/135004
8.98/8.28	c cleaning 9999 clauses out of 20005 with flag 145001/145001
9.48/8.78	c cleaning 9995 clauses out of 20006 with flag 155001/155001
9.78/9.06	c Got one! Elapsed wall clock time (in seconds):8.968
9.78/9.06	o 83
10.08/9.37	c cleaning 10002 clauses out of 20011 with flag 165001/165001
10.68/9.96	c cleaning 9998 clauses out of 20009 with flag 175001/175001
11.27/10.55	c cleaning 10000 clauses out of 20011 with flag 185001/185001
11.38/10.60	c Got one! Elapsed wall clock time (in seconds):10.515
11.38/10.61	o 80
11.88/11.18	c cleaning 10003 clauses out of 20012 with flag 195002/195002
12.48/11.75	c cleaning 9997 clauses out of 20008 with flag 205001/205001
13.08/12.36	c cleaning 10002 clauses out of 20011 with flag 215001/215001
13.68/12.94	c cleaning 9999 clauses out of 20008 with flag 225000/225000
14.18/13.46	c cleaning 10000 clauses out of 20010 with flag 235001/235001
14.78/14.06	c cleaning 10000 clauses out of 20010 with flag 245001/245001
15.18/14.50	c Got one! Elapsed wall clock time (in seconds):14.406
15.18/14.50	o 70
15.38/14.66	c cleaning 10004 clauses out of 20012 with flag 255003/255003
15.98/15.22	c cleaning 9998 clauses out of 20006 with flag 265001/265001
16.48/15.78	c cleaning 10000 clauses out of 20008 with flag 275001/275001
17.08/16.32	c cleaning 9999 clauses out of 20007 with flag 285000/285000
17.58/16.87	c cleaning 10002 clauses out of 20009 with flag 295001/295001
18.18/17.42	c cleaning 9998 clauses out of 20007 with flag 305001/305001
18.69/17.98	c cleaning 10001 clauses out of 20009 with flag 315001/315001
19.19/18.45	c cleaning 10000 clauses out of 20008 with flag 325001/325001
19.69/18.97	c cleaning 10000 clauses out of 20010 with flag 335003/335003
20.29/19.54	c cleaning 10001 clauses out of 20009 with flag 345002/345002
20.80/20.07	c cleaning 9998 clauses out of 20007 with flag 355001/355001
21.30/20.56	c cleaning 9998 clauses out of 20009 with flag 365001/365001
21.90/21.18	c cleaning 10001 clauses out of 20011 with flag 375001/375001
22.60/21.87	c cleaning 9999 clauses out of 20010 with flag 385001/385001
23.21/22.40	c cleaning 10001 clauses out of 20010 with flag 395000/395000
23.71/22.90	c cleaning 9999 clauses out of 20009 with flag 405000/405000
23.71/22.96	c Got one! Elapsed wall clock time (in seconds):22.874
23.71/22.96	o 53
24.23/23.46	c cleaning 9997 clauses out of 20010 with flag 415000/415000
24.83/24.05	c cleaning 10001 clauses out of 20013 with flag 425000/425000
25.53/24.71	c cleaning 10002 clauses out of 20013 with flag 435001/435001
26.14/25.32	c cleaning 10002 clauses out of 20011 with flag 445001/445001
26.63/25.84	c cleaning 9998 clauses out of 20010 with flag 455002/455002
27.14/26.31	c Got one! Elapsed wall clock time (in seconds):26.217
27.14/26.31	o 40
27.24/26.41	c cleaning 9999 clauses out of 20010 with flag 465000/465000
27.83/27.01	c cleaning 9998 clauses out of 20011 with flag 475000/475000
28.34/27.56	c cleaning 10001 clauses out of 20016 with flag 485003/485003
28.54/27.74	c Got one! Elapsed wall clock time (in seconds):27.651
28.54/27.74	o 35
28.84/28.10	c cleaning 10002 clauses out of 20013 with flag 495001/495001
29.47/28.61	c cleaning 9998 clauses out of 20010 with flag 505000/505000
29.66/28.85	c Got one! Elapsed wall clock time (in seconds):28.759
29.66/28.85	o 32
29.96/29.13	c cleaning 10002 clauses out of 20013 with flag 515001/515001
30.47/29.64	c cleaning 9996 clauses out of 20010 with flag 525000/525000
30.97/30.15	c cleaning 10004 clauses out of 20014 with flag 535000/535000
31.37/30.59	c cleaning 9999 clauses out of 20010 with flag 545000/545000
31.87/31.04	c cleaning 10003 clauses out of 20013 with flag 555002/555002
32.27/31.48	c cleaning 9998 clauses out of 20008 with flag 565000/565000
32.78/31.94	c cleaning 10002 clauses out of 20012 with flag 575002/575002
33.17/32.37	c cleaning 10001 clauses out of 20010 with flag 585002/585002
33.67/32.82	c cleaning 9999 clauses out of 20009 with flag 595002/595002
33.78/32.96	c Got one! Elapsed wall clock time (in seconds):32.871
33.78/32.96	o 25
34.08/33.29	c cleaning 10001 clauses out of 20009 with flag 605001/605001
34.58/33.76	c cleaning 9999 clauses out of 20007 with flag 615000/615000
35.08/34.25	c cleaning 9994 clauses out of 20008 with flag 625000/625000
35.58/34.77	c cleaning 10000 clauses out of 20014 with flag 635000/635000
36.08/35.20	c cleaning 10003 clauses out of 20015 with flag 645001/645001
36.48/35.67	c cleaning 10000 clauses out of 20011 with flag 655000/655000
36.68/35.90	c Got one! Elapsed wall clock time (in seconds):35.805
36.68/35.90	o 23
37.09/36.21	c cleaning 10001 clauses out of 20011 with flag 665000/665000
37.59/36.71	c cleaning 10001 clauses out of 20010 with flag 675000/675000
38.08/37.23	c cleaning 9994 clauses out of 20010 with flag 685001/685001
38.58/37.79	c cleaning 10001 clauses out of 20016 with flag 695001/695001
39.09/38.29	c cleaning 10003 clauses out of 20014 with flag 705000/705000
39.59/38.78	c cleaning 10002 clauses out of 20012 with flag 715001/715001
40.20/39.32	c cleaning 9998 clauses out of 20011 with flag 725002/725002
40.70/39.85	c cleaning 10000 clauses out of 20011 with flag 735000/735000
41.20/40.37	c cleaning 10004 clauses out of 20014 with flag 745003/745003
41.71/40.89	c cleaning 10001 clauses out of 20007 with flag 755000/755000
42.32/41.42	c cleaning 9999 clauses out of 20008 with flag 765002/765002
42.72/41.89	c cleaning 9999 clauses out of 20007 with flag 775000/775000
43.22/42.34	c cleaning 9998 clauses out of 20008 with flag 785000/785000
43.62/42.79	c cleaning 10001 clauses out of 20011 with flag 795001/795001
44.12/43.24	c cleaning 10000 clauses out of 20010 with flag 805001/805001
44.62/43.70	c cleaning 9997 clauses out of 20010 with flag 815001/815001
45.03/44.19	c cleaning 10005 clauses out of 20015 with flag 825003/825003
45.53/44.64	c cleaning 10002 clauses out of 20009 with flag 835002/835002
45.93/45.07	c cleaning 9998 clauses out of 20008 with flag 845003/845003
46.23/45.33	c Got one! Elapsed wall clock time (in seconds):45.236
46.23/45.33	o 17
46.43/45.56	c cleaning 10002 clauses out of 20009 with flag 855002/855002
46.93/46.07	c cleaning 9998 clauses out of 20006 with flag 865001/865001
47.53/46.61	c cleaning 10000 clauses out of 20008 with flag 875001/875001
48.03/47.14	c cleaning 10000 clauses out of 20007 with flag 885000/885000
48.54/47.64	c cleaning 9997 clauses out of 20007 with flag 895000/895000
49.04/48.15	c cleaning 9999 clauses out of 20010 with flag 905000/905000
49.54/48.61	c cleaning 10000 clauses out of 20014 with flag 915003/915003
49.74/48.88	c Got one! Elapsed wall clock time (in seconds):48.788
49.74/48.88	o 15
50.07/49.11	c cleaning 10001 clauses out of 20012 with flag 925001/925001
50.58/49.62	c cleaning 10001 clauses out of 20010 with flag 935000/935000
51.08/50.13	c cleaning 9997 clauses out of 20009 with flag 945000/945000
51.59/50.62	c cleaning 10003 clauses out of 20012 with flag 955000/955000
51.99/51.08	c cleaning 10000 clauses out of 20011 with flag 965002/965002
52.50/51.54	c cleaning 10002 clauses out of 20011 with flag 975002/975002
53.00/52.02	c cleaning 9999 clauses out of 20010 with flag 985003/985003
53.40/52.48	c cleaning 9999 clauses out of 20008 with flag 995000/995000
53.90/52.91	c cleaning 9997 clauses out of 20009 with flag 1005000/1005000
54.31/53.34	c cleaning 10003 clauses out of 20013 with flag 1015001/1015001
54.71/53.77	c cleaning 10001 clauses out of 20013 with flag 1025004/1025004
55.21/54.20	c cleaning 10001 clauses out of 20010 with flag 1035002/1035002
55.61/54.64	c cleaning 9999 clauses out of 20008 with flag 1045001/1045001
56.02/55.07	c cleaning 10001 clauses out of 20011 with flag 1055003/1055003
56.51/55.52	c cleaning 9999 clauses out of 20009 with flag 1065002/1065002
56.92/55.98	c cleaning 9999 clauses out of 20008 with flag 1075000/1075000
57.42/56.42	c cleaning 10004 clauses out of 20011 with flag 1085002/1085002
57.53/56.58	c Got one! Elapsed wall clock time (in seconds):56.494
57.53/56.58	o 14
57.74/56.76	c Got one! Elapsed wall clock time (in seconds):56.672
57.74/56.76	o 8
57.94/56.98	c cleaning 9998 clauses out of 20005 with flag 1095000/1095000
58.44/57.43	c cleaning 9999 clauses out of 20007 with flag 1105000/1105000
58.84/57.88	c cleaning 10000 clauses out of 20008 with flag 1115000/1115000
59.35/58.37	c cleaning 10001 clauses out of 20012 with flag 1125004/1125004
59.86/58.84	c starts		: 215
59.86/58.84	c conflicts		: 1134683
59.86/58.84	c decisions		: 1798095
59.86/58.84	c propagations		: 26842299
59.86/58.84	c inspects		: 279496139
59.86/58.84	c learnt literals	: 8
59.86/58.84	c learnt binary clauses	: 89
59.86/58.84	c learnt ternary clauses	: 690
59.86/58.84	c learnt clauses	: 1134674
59.86/58.84	c ignored clauses	: 0
59.86/58.84	c root simplifications	: 0
59.86/58.84	c removed literals (reason simplification)	: 8421756
59.86/58.84	c reason swapping (by a shorter reason)	: 0
59.86/58.84	c Calls to reduceDB	: 114
59.86/58.84	c number of reductions to clauses (during analyze)	: 0
59.86/58.84	c number of learned constraints concerned by reduction	: 0
59.86/58.84	c number of learning phase by resolution	: 0
59.86/58.84	c number of learning phase by cutting planes	: 0
59.86/58.84	c speed (assignments/second)	: 1.291115873015873E7
59.86/58.84	c non guided choices	1649
59.86/58.84	c learnt constraints type 
59.86/58.84	c constraints type 
59.86/58.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
59.86/58.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
59.86/58.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
59.86/58.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 51
59.86/58.84	s OPTIMUM FOUND
59.86/58.84	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 
59.86/58.84	c objective function=8
59.86/58.84	c Total wall clock time (in seconds): 58.752

Verifier Data

OK	8

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698316-1278325532/watcher-2698316-1278325532 -o /tmp/evaluation-result-2698316-1278325532/solver-2698316-1278325532 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698316-1278325532.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.86 1.97 1.68 2/196 4008
/proc/meminfo: memFree=32434812/32950928 swapFree=67111528/67111528
[pid=4008] ppid=4006 vsize=13696 CPUtime=0
/proc/4008/stat : 4008 (java) S 4006 4008 3792 0 -1 4202496 1161 0 0 0 0 0 0 0 21 0 2 0 766834 14024704 614 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/4008/statm: 3434 620 297 10 0 1206 0
[pid=4008/tid=4009] ppid=4006 vsize=13684 CPUtime=0
/proc/4008/task/4009/stat : 4009 (java) R 4006 4008 3792 0 -1 4202560 141 0 0 0 0 0 0 0 23 0 2 0 766834 14012416 630 4089446400 134512640 134550932 4292814576 18446744073709551615 9082837 0 0 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0414831 s]
/proc/loadavg: 1.86 1.97 1.68 2/196 4008
/proc/meminfo: memFree=32434812/32950928 swapFree=67111528/67111528
[pid=4008] ppid=4006 vsize=1528528 CPUtime=0.03
/proc/4008/stat : 4008 (java) S 4006 4008 3792 0 -1 4202496 3941 0 1 0 2 1 0 0 21 0 18 0 766834 1565212672 3379 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4008/statm: 382132 3379 1061 10 0 379442 0
[pid=4008/tid=4009] ppid=4006 vsize=1528528 CPUtime=0.02
/proc/4008/task/4009/stat : 4009 (java) R 4006 4008 3792 0 -1 4202560 2856 0 1 0 2 0 0 0 25 0 18 0 766834 1565212672 3380 4089446400 134512640 134550932 4292814576 18446744073709551615 105776770 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1528528

[startup+0.100522 s]
/proc/loadavg: 1.86 1.97 1.68 2/196 4008
/proc/meminfo: memFree=32434812/32950928 swapFree=67111528/67111528
[pid=4008] ppid=4006 vsize=1529408 CPUtime=0.11
/proc/4008/stat : 4008 (java) S 4006 4008 3792 0 -1 4202496 5253 0 1 0 10 1 0 0 21 0 18 0 766834 1566113792 4684 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4008/statm: 382352 4684 1347 10 0 379655 0
[pid=4008/tid=4009] ppid=4006 vsize=1529408 CPUtime=0.09
/proc/4008/task/4009/stat : 4009 (java) R 4006 4008 3792 0 -1 4202560 3562 0 1 0 8 1 0 0 25 0 18 0 766834 1566113792 4684 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529408

[startup+0.300487 s]
/proc/loadavg: 1.86 1.97 1.68 2/196 4008
/proc/meminfo: memFree=32434812/32950928 swapFree=67111528/67111528
[pid=4008] ppid=4006 vsize=1533960 CPUtime=0.62
/proc/4008/stat : 4008 (java) S 4006 4008 3792 0 -1 4202496 7265 0 1 0 60 2 0 0 21 0 19 0 766834 1570775040 6292 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4008/statm: 383490 6293 1420 10 0 380793 0
[pid=4008/tid=4009] ppid=4006 vsize=1533960 CPUtime=0.28
/proc/4008/task/4009/stat : 4009 (java) R 4006 4008 3792 0 -1 4202560 4125 0 1 0 27 1 0 0 25 0 19 0 766834 1570775040 6293 4089446400 134512640 134550932 4292814576 18446744073709551615 4109779334 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 1533960

[startup+0.70046 s]
/proc/loadavg: 1.86 1.97 1.68 2/196 4008
/proc/meminfo: memFree=32434812/32950928 swapFree=67111528/67111528
[pid=4008] ppid=4006 vsize=1533960 CPUtime=1.16
/proc/4008/stat : 4008 (java) S 4006 4008 3792 0 -1 4202496 9695 0 1 0 114 2 0 0 21 0 19 0 766834 1570775040 8555 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4008/statm: 383490 8555 1439 10 0 380793 0
[pid=4008/tid=4009] ppid=4006 vsize=1533960 CPUtime=0.67
/proc/4008/task/4009/stat : 4009 (java) R 4006 4008 3792 0 -1 4202560 5939 0 1 0 66 1 0 0 25 0 19 0 766834 1570775040 8555 4089446400 134512640 134550932 4292814576 18446744073709551615 4109789844 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1533960

[startup+1.50133 s]
/proc/loadavg: 2.03 2.01 1.70 3/215 4027
/proc/meminfo: memFree=32400660/32950928 swapFree=67111528/67111528
[pid=4008] ppid=4006 vsize=1533960 CPUtime=2
/proc/4008/stat : 4008 (java) S 4006 4008 3792 0 -1 4202496 10326 0 1 0 197 3 0 0 21 0 19 0 766834 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4008/statm: 383490 9184 1439 10 0 380793 0
[pid=4008/tid=4009] ppid=4006 vsize=1533960 CPUtime=1.45
/proc/4008/task/4009/stat : 4009 (java) R 4006 4008 3792 0 -1 4202560 5944 0 1 0 144 1 0 0 25 0 19 0 766834 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4109813124 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4008/tid=4011] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4011/stat : 4011 (java) S 4006 4008 3792 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 766835 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 0 0 0 0
[pid=4008/tid=4012] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4012/stat : 4012 (java) S 4006 4008 3792 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 766835 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 3 0 0 0
[pid=4008/tid=4013] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4013/stat : 4013 (java) S 4006 4008 3792 0 -1 4202560 117 0 0 0 0 0 0 0 15 0 19 0 766835 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4014] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4014/stat : 4014 (java) S 4006 4008 3792 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 766835 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 0 0 0 0
[pid=4008/tid=4015] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4015/stat : 4015 (java) S 4006 4008 3792 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 766835 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 0 0 0 0
[pid=4008/tid=4016] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4016/stat : 4016 (java) S 4006 4008 3792 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 766835 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 0 0 0 0
[pid=4008/tid=4017] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4017/stat : 4017 (java) S 4006 4008 3792 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 766835 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 3 0 0 0
[pid=4008/tid=4018] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4018/stat : 4018 (java) S 4006 4008 3792 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 766835 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 0 0 0 0
[pid=4008/tid=4019] ppid=4006 vsize=1533960 CPUtime=0.02
/proc/4008/task/4019/stat : 4019 (java) S 4006 4008 3792 0 -1 4202560 421 0 0 0 2 0 0 0 15 0 19 0 766835 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4020] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4020/stat : 4020 (java) S 4006 4008 3792 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 766836 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4021] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4021/stat : 4021 (java) S 4006 4008 3792 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 766836 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 1 0 0 0
[pid=4008/tid=4022] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4022/stat : 4022 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766838 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4023] ppid=4006 vsize=1533960 CPUtime=0.26
/proc/4008/task/4023/stat : 4023 (java) S 4006 4008 3792 0 -1 4202560 1022 0 0 0 26 0 0 0 17 0 19 0 766838 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4024] ppid=4006 vsize=1533960 CPUtime=0.23
/proc/4008/task/4024/stat : 4024 (java) S 4006 4008 3792 0 -1 4202560 1243 0 0 0 23 0 0 0 15 0 19 0 766838 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4025] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4025/stat : 4025 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766838 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4026] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4026/stat : 4026 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766838 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 0 0 0 0
[pid=4008/tid=4027] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4027/stat : 4027 (java) S 4006 4008 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 766849 1570775040 9184 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1533960

[startup+3.10093 s]
/proc/loadavg: 2.03 2.01 1.70 3/215 4027
/proc/meminfo: memFree=32396072/32950928 swapFree=67111528/67111528
[pid=4008] ppid=4006 vsize=1533960 CPUtime=3.62
/proc/4008/stat : 4008 (java) S 4006 4008 3792 0 -1 4202496 12283 0 1 0 359 3 0 0 21 0 19 0 766834 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4008/statm: 383490 11138 1439 10 0 380793 0
[pid=4008/tid=4009] ppid=4006 vsize=1533960 CPUtime=3.02
/proc/4008/task/4009/stat : 4009 (java) R 4006 4008 3792 0 -1 4202560 7428 0 1 0 300 2 0 0 25 0 19 0 766834 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4109839423 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4008/tid=4011] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4011/stat : 4011 (java) S 4006 4008 3792 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 766835 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 6 0 0 0
[pid=4008/tid=4012] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4012/stat : 4012 (java) S 4006 4008 3792 0 -1 4202560 73 0 0 0 0 0 0 0 16 0 19 0 766835 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 3 0 0 0
[pid=4008/tid=4013] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4013/stat : 4013 (java) S 4006 4008 3792 0 -1 4202560 241 0 0 0 0 0 0 0 15 0 19 0 766835 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4014] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4014/stat : 4014 (java) S 4006 4008 3792 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 766835 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4015] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4015/stat : 4015 (java) S 4006 4008 3792 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 766835 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4016] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4016/stat : 4016 (java) S 4006 4008 3792 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 766835 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4017] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4017/stat : 4017 (java) S 4006 4008 3792 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 766835 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 3 0 0 0
[pid=4008/tid=4018] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4018/stat : 4018 (java) S 4006 4008 3792 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 766835 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4019] ppid=4006 vsize=1533960 CPUtime=0.05
/proc/4008/task/4019/stat : 4019 (java) S 4006 4008 3792 0 -1 4202560 603 0 0 0 5 0 0 0 16 0 19 0 766835 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446604471128298496 0 0 -1 0 0 0 0
[pid=4008/tid=4020] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4020/stat : 4020 (java) S 4006 4008 3792 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 766836 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4021] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4021/stat : 4021 (java) S 4006 4008 3792 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 766836 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 1 0 0 0
[pid=4008/tid=4022] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4022/stat : 4022 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766838 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4023] ppid=4006 vsize=1533960 CPUtime=0.26
/proc/4008/task/4023/stat : 4023 (java) S 4006 4008 3792 0 -1 4202560 1022 0 0 0 26 0 0 0 15 0 19 0 766838 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4024] ppid=4006 vsize=1533960 CPUtime=0.24
/proc/4008/task/4024/stat : 4024 (java) S 4006 4008 3792 0 -1 4202560 1248 0 0 0 24 0 0 0 15 0 19 0 766838 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4025] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4025/stat : 4025 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766838 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4026] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4026/stat : 4026 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766838 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4027] ppid=4006 vsize=1533960 CPUtime=0
/proc/4008/task/4027/stat : 4027 (java) S 4006 4008 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 766849 1570775040 11138 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 1533960

[startup+6.30141 s]
/proc/loadavg: 2.03 2.01 1.70 3/215 4027
/proc/meminfo: memFree=32380820/32950928 swapFree=67111528/67111528
[pid=4008] ppid=4006 vsize=1539080 CPUtime=7.07
/proc/4008/stat : 4008 (java) S 4006 4008 3792 0 -1 4202496 15665 0 1 0 703 4 0 0 21 0 19 0 766834 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4008/statm: 384770 13044 1439 10 0 382073 0
[pid=4008/tid=4009] ppid=4006 vsize=1539080 CPUtime=6.13
/proc/4008/task/4009/stat : 4009 (java) R 4006 4008 3792 0 -1 4202560 8101 0 1 0 611 2 0 0 25 0 19 0 766834 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4109789844 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4008/tid=4011] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4011/stat : 4011 (java) S 4006 4008 3792 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 766835 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4012] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4012/stat : 4012 (java) S 4006 4008 3792 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 766835 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 3 0 0 0
[pid=4008/tid=4013] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4013/stat : 4013 (java) S 4006 4008 3792 0 -1 4202560 241 0 0 0 0 0 0 0 16 0 19 0 766835 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 6 0 0 0
[pid=4008/tid=4014] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4014/stat : 4014 (java) S 4006 4008 3792 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 766835 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4015] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4015/stat : 4015 (java) S 4006 4008 3792 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 766835 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4016] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4016/stat : 4016 (java) S 4006 4008 3792 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 766835 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4017] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4017/stat : 4017 (java) S 4006 4008 3792 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 766835 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 3 0 0 0
[pid=4008/tid=4018] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4018/stat : 4018 (java) S 4006 4008 3792 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 766835 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 6 0 0 0
[pid=4008/tid=4019] ppid=4006 vsize=1539080 CPUtime=0.11
/proc/4008/task/4019/stat : 4019 (java) S 4006 4008 3792 0 -1 4202560 722 0 0 0 11 0 0 0 16 0 19 0 766835 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446604471128298496 0 0 -1 0 0 0 0
[pid=4008/tid=4020] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4020/stat : 4020 (java) S 4006 4008 3792 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 766836 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4021] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4021/stat : 4021 (java) S 4006 4008 3792 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 766836 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 1 0 0 0
[pid=4008/tid=4022] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4022/stat : 4022 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766838 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4023] ppid=4006 vsize=1539080 CPUtime=0.3
/proc/4008/task/4023/stat : 4023 (java) S 4006 4008 3792 0 -1 4202560 1174 0 0 0 30 0 0 0 16 0 19 0 766838 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4024] ppid=4006 vsize=1539080 CPUtime=0.46
/proc/4008/task/4024/stat : 4024 (java) S 4006 4008 3792 0 -1 4202560 3685 0 0 0 46 0 0 0 15 0 19 0 766838 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4025] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4025/stat : 4025 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766838 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4026] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4026/stat : 4026 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 766838 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4027] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4027/stat : 4027 (java) S 4006 4008 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 766849 1576017920 13044 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 1539080


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

/proc/4008/task/4011/stat : 4011 (java) S 4006 4008 3792 0 -1 4202560 154 0 0 0 3 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 3 0 0 0
[pid=4008/tid=4012] ppid=4006 vsize=1539080 CPUtime=0.05
/proc/4008/task/4012/stat : 4012 (java) S 4006 4008 3792 0 -1 4202560 80 0 0 0 5 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 6 0 0 0
[pid=4008/tid=4013] ppid=4006 vsize=1539080 CPUtime=0.04
/proc/4008/task/4013/stat : 4013 (java) S 4006 4008 3792 0 -1 4202560 244 0 0 0 4 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 3 0 0 0
[pid=4008/tid=4014] ppid=4006 vsize=1539080 CPUtime=0.04
/proc/4008/task/4014/stat : 4014 (java) S 4006 4008 3792 0 -1 4202560 54 0 0 0 4 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 7 0 0 0
[pid=4008/tid=4015] ppid=4006 vsize=1539080 CPUtime=0.03
/proc/4008/task/4015/stat : 4015 (java) S 4006 4008 3792 0 -1 4202560 27 0 0 0 3 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4016] ppid=4006 vsize=1539080 CPUtime=0.04
/proc/4008/task/4016/stat : 4016 (java) S 4006 4008 3792 0 -1 4202560 143 0 0 0 4 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4017] ppid=4006 vsize=1539080 CPUtime=0.04
/proc/4008/task/4017/stat : 4017 (java) S 4006 4008 3792 0 -1 4202560 121 0 0 0 4 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 5 0 0 0
[pid=4008/tid=4018] ppid=4006 vsize=1539080 CPUtime=0.02
/proc/4008/task/4018/stat : 4018 (java) S 4006 4008 3792 0 -1 4202560 133 0 0 0 2 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4019] ppid=4006 vsize=1539080 CPUtime=1.18
/proc/4008/task/4019/stat : 4019 (java) S 4006 4008 3792 0 -1 4202560 1149 0 0 0 118 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446604471128298496 0 0 -1 0 0 0 0
[pid=4008/tid=4020] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4020/stat : 4020 (java) S 4006 4008 3792 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 766836 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4021] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4021/stat : 4021 (java) S 4006 4008 3792 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 766836 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 1 0 0 0
[pid=4008/tid=4022] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4022/stat : 4022 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766838 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4023] ppid=4006 vsize=1539080 CPUtime=0.31
/proc/4008/task/4023/stat : 4023 (java) S 4006 4008 3792 0 -1 4202560 1174 0 0 0 31 0 0 0 15 0 19 0 766838 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4024] ppid=4006 vsize=1539080 CPUtime=0.53
/proc/4008/task/4024/stat : 4024 (java) S 4006 4008 3792 0 -1 4202560 3689 0 0 0 53 0 0 0 15 0 19 0 766838 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4025] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4025/stat : 4025 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766838 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4026] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4026/stat : 4026 (java) S 4006 4008 3792 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766838 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4027] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4027/stat : 4027 (java) S 4006 4008 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 766849 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 58.54
Current children cumulated vsize (KiB) 1539080

[startup+58.307 s]
/proc/loadavg: 2.10 2.03 1.72 3/215 4075
/proc/meminfo: memFree=32380932/32950928 swapFree=67111528/67111528
[pid=4008] ppid=4006 vsize=1539080 CPUtime=59.35
/proc/4008/stat : 4008 (java) S 4006 4008 3792 0 -1 4202496 16260 0 1 0 5925 10 0 0 21 0 19 0 766834 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4008/statm: 384770 13530 1442 10 0 382073 0
[pid=4008/tid=4009] ppid=4006 vsize=1539080 CPUtime=56.9
/proc/4008/task/4009/stat : 4009 (java) R 4006 4008 3792 0 -1 4202560 8219 0 1 0 5688 2 0 0 25 0 19 0 766834 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4109818922 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4008/tid=4011] ppid=4006 vsize=1539080 CPUtime=0.03
/proc/4008/task/4011/stat : 4011 (java) S 4006 4008 3792 0 -1 4202560 154 0 0 0 3 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 3 0 0 0
[pid=4008/tid=4012] ppid=4006 vsize=1539080 CPUtime=0.05
/proc/4008/task/4012/stat : 4012 (java) S 4006 4008 3792 0 -1 4202560 80 0 0 0 5 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 6 0 0 0
[pid=4008/tid=4013] ppid=4006 vsize=1539080 CPUtime=0.04
/proc/4008/task/4013/stat : 4013 (java) S 4006 4008 3792 0 -1 4202560 244 0 0 0 4 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 3 0 0 0
[pid=4008/tid=4014] ppid=4006 vsize=1539080 CPUtime=0.04
/proc/4008/task/4014/stat : 4014 (java) S 4006 4008 3792 0 -1 4202560 54 0 0 0 4 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 7 0 0 0
[pid=4008/tid=4015] ppid=4006 vsize=1539080 CPUtime=0.03
/proc/4008/task/4015/stat : 4015 (java) S 4006 4008 3792 0 -1 4202560 27 0 0 0 3 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4016] ppid=4006 vsize=1539080 CPUtime=0.04
/proc/4008/task/4016/stat : 4016 (java) S 4006 4008 3792 0 -1 4202560 143 0 0 0 4 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4017] ppid=4006 vsize=1539080 CPUtime=0.04
/proc/4008/task/4017/stat : 4017 (java) S 4006 4008 3792 0 -1 4202560 121 0 0 0 4 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 5 0 0 0
[pid=4008/tid=4018] ppid=4006 vsize=1539080 CPUtime=0.02
/proc/4008/task/4018/stat : 4018 (java) S 4006 4008 3792 0 -1 4202560 133 0 0 0 2 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4019] ppid=4006 vsize=1539080 CPUtime=1.19
/proc/4008/task/4019/stat : 4019 (java) S 4006 4008 3792 0 -1 4202560 1149 0 0 0 119 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446604471128298496 0 0 -1 0 0 0 0
[pid=4008/tid=4020] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4020/stat : 4020 (java) S 4006 4008 3792 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 766836 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4021] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4021/stat : 4021 (java) S 4006 4008 3792 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 766836 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 1 0 0 0
[pid=4008/tid=4022] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4022/stat : 4022 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766838 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4023] ppid=4006 vsize=1539080 CPUtime=0.31
/proc/4008/task/4023/stat : 4023 (java) S 4006 4008 3792 0 -1 4202560 1174 0 0 0 31 0 0 0 15 0 19 0 766838 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4024] ppid=4006 vsize=1539080 CPUtime=0.53
/proc/4008/task/4024/stat : 4024 (java) S 4006 4008 3792 0 -1 4202560 3689 0 0 0 53 0 0 0 15 0 19 0 766838 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4025] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4025/stat : 4025 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766838 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4026] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4026/stat : 4026 (java) S 4006 4008 3792 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766838 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4027] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4027/stat : 4027 (java) S 4006 4008 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 766849 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 59.35
Current children cumulated vsize (KiB) 1539080

[startup+58.7009 s]
/proc/loadavg: 2.10 2.03 1.72 3/215 4075
/proc/meminfo: memFree=32380932/32950928 swapFree=67111528/67111528
[pid=4008] ppid=4006 vsize=1539080 CPUtime=59.75
/proc/4008/stat : 4008 (java) S 4006 4008 3792 0 -1 4202496 16261 0 1 0 5965 10 0 0 21 0 19 0 766834 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4008/statm: 384770 13530 1442 10 0 382073 0
[pid=4008/tid=4009] ppid=4006 vsize=1539080 CPUtime=57.28
/proc/4008/task/4009/stat : 4009 (java) R 4006 4008 3792 0 -1 4202560 8220 0 1 0 5726 2 0 0 25 0 19 0 766834 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4109790191 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4008/tid=4011] ppid=4006 vsize=1539080 CPUtime=0.03
/proc/4008/task/4011/stat : 4011 (java) S 4006 4008 3792 0 -1 4202560 154 0 0 0 3 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 3 0 0 0
[pid=4008/tid=4012] ppid=4006 vsize=1539080 CPUtime=0.05
/proc/4008/task/4012/stat : 4012 (java) S 4006 4008 3792 0 -1 4202560 80 0 0 0 5 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 6 0 0 0
[pid=4008/tid=4013] ppid=4006 vsize=1539080 CPUtime=0.04
/proc/4008/task/4013/stat : 4013 (java) S 4006 4008 3792 0 -1 4202560 244 0 0 0 4 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 3 0 0 0
[pid=4008/tid=4014] ppid=4006 vsize=1539080 CPUtime=0.04
/proc/4008/task/4014/stat : 4014 (java) S 4006 4008 3792 0 -1 4202560 54 0 0 0 4 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 7 0 0 0
[pid=4008/tid=4015] ppid=4006 vsize=1539080 CPUtime=0.03
/proc/4008/task/4015/stat : 4015 (java) S 4006 4008 3792 0 -1 4202560 27 0 0 0 3 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4016] ppid=4006 vsize=1539080 CPUtime=0.04
/proc/4008/task/4016/stat : 4016 (java) S 4006 4008 3792 0 -1 4202560 143 0 0 0 4 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4017] ppid=4006 vsize=1539080 CPUtime=0.04
/proc/4008/task/4017/stat : 4017 (java) S 4006 4008 3792 0 -1 4202560 121 0 0 0 4 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 5 0 0 0
[pid=4008/tid=4018] ppid=4006 vsize=1539080 CPUtime=0.02
/proc/4008/task/4018/stat : 4018 (java) S 4006 4008 3792 0 -1 4202560 133 0 0 0 2 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4019] ppid=4006 vsize=1539080 CPUtime=1.2
/proc/4008/task/4019/stat : 4019 (java) S 4006 4008 3792 0 -1 4202560 1149 0 0 0 120 0 0 0 15 0 19 0 766835 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446604471128298496 0 0 -1 0 0 0 0
[pid=4008/tid=4020] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4020/stat : 4020 (java) S 4006 4008 3792 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 766836 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4021] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4021/stat : 4021 (java) S 4006 4008 3792 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 766836 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 1 0 0 0
[pid=4008/tid=4022] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4022/stat : 4022 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766838 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4023] ppid=4006 vsize=1539080 CPUtime=0.31
/proc/4008/task/4023/stat : 4023 (java) S 4006 4008 3792 0 -1 4202560 1174 0 0 0 31 0 0 0 15 0 19 0 766838 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4024] ppid=4006 vsize=1539080 CPUtime=0.53
/proc/4008/task/4024/stat : 4024 (java) S 4006 4008 3792 0 -1 4202560 3689 0 0 0 53 0 0 0 15 0 19 0 766838 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4025] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4025/stat : 4025 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766838 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4026] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4026/stat : 4026 (java) S 4006 4008 3792 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766838 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4027] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4027/stat : 4027 (java) S 4006 4008 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 766849 1576017920 13530 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 59.75
Current children cumulated vsize (KiB) 1539080

[startup+58.8009 s]
/proc/loadavg: 2.10 2.03 1.72 3/215 4075
/proc/meminfo: memFree=32380932/32950928 swapFree=67111528/67111528
[pid=4008] ppid=4006 vsize=1539080 CPUtime=59.86
/proc/4008/stat : 4008 (java) S 4006 4008 3792 0 -1 4202496 16262 0 1 0 5976 10 0 0 21 0 19 0 766834 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4008/statm: 384770 13531 1442 10 0 382073 0
[pid=4008/tid=4009] ppid=4006 vsize=1539080 CPUtime=57.38
/proc/4008/task/4009/stat : 4009 (java) R 4006 4008 3792 0 -1 4202560 8221 0 1 0 5736 2 0 0 25 0 19 0 766834 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4109780008 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4008/tid=4011] ppid=4006 vsize=1539080 CPUtime=0.03
/proc/4008/task/4011/stat : 4011 (java) S 4006 4008 3792 0 -1 4202560 154 0 0 0 3 0 0 0 15 0 19 0 766835 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 3 0 0 0
[pid=4008/tid=4012] ppid=4006 vsize=1539080 CPUtime=0.05
/proc/4008/task/4012/stat : 4012 (java) S 4006 4008 3792 0 -1 4202560 80 0 0 0 5 0 0 0 15 0 19 0 766835 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 6 0 0 0
[pid=4008/tid=4013] ppid=4006 vsize=1539080 CPUtime=0.04
/proc/4008/task/4013/stat : 4013 (java) S 4006 4008 3792 0 -1 4202560 244 0 0 0 4 0 0 0 15 0 19 0 766835 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 3 0 0 0
[pid=4008/tid=4014] ppid=4006 vsize=1539080 CPUtime=0.04
/proc/4008/task/4014/stat : 4014 (java) S 4006 4008 3792 0 -1 4202560 54 0 0 0 4 0 0 0 15 0 19 0 766835 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 7 0 0 0
[pid=4008/tid=4015] ppid=4006 vsize=1539080 CPUtime=0.03
/proc/4008/task/4015/stat : 4015 (java) S 4006 4008 3792 0 -1 4202560 27 0 0 0 3 0 0 0 15 0 19 0 766835 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4016] ppid=4006 vsize=1539080 CPUtime=0.04
/proc/4008/task/4016/stat : 4016 (java) S 4006 4008 3792 0 -1 4202560 143 0 0 0 4 0 0 0 15 0 19 0 766835 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4017] ppid=4006 vsize=1539080 CPUtime=0.04
/proc/4008/task/4017/stat : 4017 (java) S 4006 4008 3792 0 -1 4202560 121 0 0 0 4 0 0 0 15 0 19 0 766835 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 5 0 0 0
[pid=4008/tid=4018] ppid=4006 vsize=1539080 CPUtime=0.02
/proc/4008/task/4018/stat : 4018 (java) S 4006 4008 3792 0 -1 4202560 133 0 0 0 2 0 0 0 15 0 19 0 766835 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4019] ppid=4006 vsize=1539080 CPUtime=1.2
/proc/4008/task/4019/stat : 4019 (java) S 4006 4008 3792 0 -1 4202560 1149 0 0 0 120 0 0 0 15 0 19 0 766835 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 0 0 16800975 18446604471128298496 0 0 -1 0 0 0 0
[pid=4008/tid=4020] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4020/stat : 4020 (java) S 4006 4008 3792 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 766836 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4021] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4021/stat : 4021 (java) S 4006 4008 3792 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 766836 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 1 0 0 0
[pid=4008/tid=4022] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4022/stat : 4022 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766838 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4023] ppid=4006 vsize=1539080 CPUtime=0.31
/proc/4008/task/4023/stat : 4023 (java) S 4006 4008 3792 0 -1 4202560 1174 0 0 0 31 0 0 0 15 0 19 0 766838 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4024] ppid=4006 vsize=1539080 CPUtime=0.55
/proc/4008/task/4024/stat : 4024 (java) S 4006 4008 3792 0 -1 4202560 3689 0 0 0 55 0 0 0 16 0 19 0 766838 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 4 0 0 0
[pid=4008/tid=4025] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4025/stat : 4025 (java) S 4006 4008 3792 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 766838 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4026] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4026/stat : 4026 (java) S 4006 4008 3792 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 766838 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 2 0 0 0
[pid=4008/tid=4027] ppid=4006 vsize=1539080 CPUtime=0
/proc/4008/task/4027/stat : 4027 (java) S 4006 4008 3792 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 766849 1576017920 13531 4089446400 134512640 134550932 4292814576 18446744073709551615 4294960144 0 4 0 16800975 18446604471128298496 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 59.86
Current children cumulated vsize (KiB) 1539080

Child status: 30
Real time (s): 58.8511
CPU time (s): 59.9209
CPU user time (s): 59.8179
CPU system time (s): 0.102984
CPU usage (%): 101.818
Max. virtual memory (cumulated for all children) (KiB): 1540104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.8179
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16276
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= 4606
involuntary context switches= 17624

runsolver used 0.106983 second user time and 0.224965 second system time

The end

Launcher Data

Begin job on node116 at 2010-07-05 12:25:32
IDJOB=2698316
IDBENCH=78751
IDSOLVER=1211
FILE ID=node116/2698316-1278325532
PBS_JOBID= 11207465
Free space on /tmp= 74192 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111217555--soft-33-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-2698316-1278325532/watcher-2698316-1278325532 -o /tmp/evaluation-result-2698316-1278325532/solver-2698316-1278325532 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698316-1278325532.wbo

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

MD5SUM BENCH= 077b9c494cf23f6ff18d9e6ba287604c
RANDOM SEED=1097898470

node116.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.858
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.71
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.858
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.83
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.858
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.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.73
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.858
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.75
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.858
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.858
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:      32435340 kB
Buffers:         21428 kB
Cached:         299688 kB
SwapCached:          0 kB
Active:         172936 kB
Inactive:       240644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32435340 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             616 kB
Writeback:           0 kB
AnonPages:       93828 kB
Mapped:          20436 kB
Slab:            35936 kB
PageTables:       4512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1636444 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= 74192 MiB
End job on node116 at 2010-07-05 12:26:31