Trace number 2698652

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 71.2462 69.1095

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900554072--soft-33-100-0.wbo
MD5SUMbecc9aeeb3178c7d9d9e6e8b76e31de7
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark71.2462
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1857
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 93863
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 93862
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 695
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c version 2.2.1.v20100705
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.02/0.07	c java.vm.version	11.2-b01
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	32
0.02/0.07	c java.version		1.6.0_12
0.02/0.07	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		i386
0.02/0.08	c Free memory 		1393557488
0.02/0.08	c Max memory 		1395916800
0.02/0.08	c Total memory 		1395916800
0.02/0.08	c Number of processors 	8
0.02/0.09	c Pseudo Boolean Optimization
0.02/0.09	c --- Begin Solver configuration ---
0.02/0.09	c Stops conflict analysis at the first Unique Implication Point
0.02/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.02/0.09	c Learn all clauses as in MiniSAT
0.02/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.02/0.09	c Expensive reason simplification
0.02/0.09	c Armin Biere (Picosat) restarts strategy
0.02/0.09	c Glucose learned constraints deletion strategy
0.02/0.09	c timeout=2147483s
0.02/0.09	c DB Simplification allowed=false
0.02/0.09	c --- End Solver configuration ---
0.02/0.09	c solving HOME/instance-2698652-1278325799.wbo
0.02/0.09	c reading problem ... 
0.28/0.29	c ... done. Wall clock time 0.198s.
0.28/0.29	c #vars     2088
0.28/0.29	c #constraints  2707
0.28/0.29	c constraints type 
0.28/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2612
0.28/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.28/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.28/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
1.13/0.56	c SATISFIABLE
1.13/0.56	c OPTIMIZING...
1.13/0.56	c Got one! Elapsed wall clock time (in seconds):0.462
1.13/0.56	o 471
1.42/0.66	c Got one! Elapsed wall clock time (in seconds):0.562
1.42/0.66	o 456
1.72/0.74	c Got one! Elapsed wall clock time (in seconds):0.65
1.72/0.75	o 320
1.72/0.78	c Got one! Elapsed wall clock time (in seconds):0.682
1.72/0.78	o 316
2.03/0.81	c Got one! Elapsed wall clock time (in seconds):0.718
2.03/0.81	o 292
2.03/0.86	c Got one! Elapsed wall clock time (in seconds):0.761
2.03/0.86	o 291
2.03/0.88	c Got one! Elapsed wall clock time (in seconds):0.782
2.03/0.88	o 255
2.31/0.90	c Got one! Elapsed wall clock time (in seconds):0.807
2.31/0.90	o 247
2.31/0.94	c Got one! Elapsed wall clock time (in seconds):0.844
2.31/0.94	o 244
2.31/1.00	c Got one! Elapsed wall clock time (in seconds):0.907
2.31/1.00	o 236
2.42/1.05	c Got one! Elapsed wall clock time (in seconds):0.958
2.42/1.05	o 130
2.53/1.12	c Got one! Elapsed wall clock time (in seconds):1.023
2.53/1.12	o 112
2.82/1.42	c Got one! Elapsed wall clock time (in seconds):1.327
2.82/1.42	o 67
3.22/1.83	c Got one! Elapsed wall clock time (in seconds):1.74
3.22/1.83	o 63
3.22/1.88	c cleaning 2496 clauses out of 5000 with flag 5000/5000
3.35/1.96	c Got one! Elapsed wall clock time (in seconds):1.864
3.35/1.96	o 45
3.45/2.04	c Got one! Elapsed wall clock time (in seconds):1.945
3.45/2.04	o 34
3.45/2.10	c Got one! Elapsed wall clock time (in seconds):2.005
3.45/2.10	o 28
3.66/2.21	c Got one! Elapsed wall clock time (in seconds):2.118
3.66/2.21	o 24
4.08/2.66	c cleaning 4250 clauses out of 8504 with flag 11000/11000
4.48/3.00	c Got one! Elapsed wall clock time (in seconds):2.907
4.48/3.00	o 16
4.79/3.36	c Got one! Elapsed wall clock time (in seconds):3.261
4.79/3.36	o 11
4.89/3.49	c cleaning 5626 clauses out of 11255 with flag 18001/18001
5.39/3.73	c Got one! Elapsed wall clock time (in seconds):3.631
5.39/3.73	o 10
6.19/4.51	c cleaning 6808 clauses out of 13628 with flag 26000/26000
6.92/5.25	c Got one! Elapsed wall clock time (in seconds):5.159
6.92/5.25	o 6
7.14/5.48	c cleaning 7908 clauses out of 15820 with flag 35000/35000
8.13/6.42	c cleaning 8954 clauses out of 17913 with flag 45001/45001
9.13/7.41	c cleaning 9477 clauses out of 18958 with flag 55000/55000
10.04/8.35	c cleaning 9738 clauses out of 19482 with flag 65001/65001
10.94/9.27	c cleaning 9864 clauses out of 19744 with flag 75001/75001
11.85/10.16	c cleaning 9935 clauses out of 19882 with flag 85003/85003
12.78/11.03	c cleaning 9965 clauses out of 19944 with flag 95000/95000
13.70/11.95	c cleaning 9981 clauses out of 19980 with flag 105001/105001
14.60/12.81	c cleaning 9989 clauses out of 20000 with flag 115002/115002
15.10/13.31	c Got one! Elapsed wall clock time (in seconds):13.219
15.10/13.31	o 2
15.50/13.74	c cleaning 9996 clauses out of 20012 with flag 125003/125003
16.30/14.53	c cleaning 10005 clauses out of 20016 with flag 135003/135003
17.00/15.30	c cleaning 10001 clauses out of 20010 with flag 145002/145002
17.82/16.06	c cleaning 9986 clauses out of 20008 with flag 155001/155001
18.62/16.83	c cleaning 10005 clauses out of 20023 with flag 165002/165002
19.33/17.59	c cleaning 9999 clauses out of 20016 with flag 175000/175000
20.13/18.39	c cleaning 10005 clauses out of 20019 with flag 185002/185002
20.93/19.10	c cleaning 10005 clauses out of 20014 with flag 195002/195002
21.63/19.86	c cleaning 9996 clauses out of 20008 with flag 205001/205001
22.33/20.58	c cleaning 9992 clauses out of 20012 with flag 215001/215001
23.14/21.38	c cleaning 10003 clauses out of 20019 with flag 225000/225000
23.65/21.86	c Got one! Elapsed wall clock time (in seconds):21.764
23.65/21.86	o 1
23.95/22.19	c cleaning 10003 clauses out of 20018 with flag 235002/235002
24.85/23.04	c cleaning 10001 clauses out of 20013 with flag 245000/245000
25.65/23.84	c cleaning 9998 clauses out of 20012 with flag 255000/255000
26.45/24.61	c cleaning 10005 clauses out of 20015 with flag 265001/265001
27.17/25.31	c cleaning 9999 clauses out of 20009 with flag 275000/275000
27.97/26.15	c cleaning 9998 clauses out of 20010 with flag 285000/285000
28.67/26.89	c cleaning 10000 clauses out of 20013 with flag 295001/295001
29.39/27.57	c cleaning 10004 clauses out of 20014 with flag 305002/305002
30.08/28.27	c cleaning 9991 clauses out of 20010 with flag 315002/315002
30.88/29.01	c cleaning 10004 clauses out of 20018 with flag 325001/325001
31.59/29.75	c cleaning 10002 clauses out of 20015 with flag 335002/335002
32.29/30.46	c cleaning 9997 clauses out of 20019 with flag 345008/345008
32.99/31.13	c cleaning 10004 clauses out of 20015 with flag 355001/355001
33.70/31.84	c cleaning 10001 clauses out of 20012 with flag 365002/365002
34.40/32.56	c cleaning 9997 clauses out of 20009 with flag 375000/375000
35.11/33.28	c cleaning 10006 clauses out of 20013 with flag 385001/385001
36.04/34.12	c cleaning 10000 clauses out of 20007 with flag 395001/395001
36.73/34.81	c cleaning 9998 clauses out of 20006 with flag 405000/405000
37.44/35.50	c cleaning 10005 clauses out of 20011 with flag 415003/415003
37.95/36.09	c cleaning 9974 clauses out of 20004 with flag 425001/425001
38.75/36.88	c cleaning 10011 clauses out of 20031 with flag 435002/435002
39.45/37.57	c cleaning 10005 clauses out of 20019 with flag 445001/445001
40.15/38.28	c cleaning 9997 clauses out of 20013 with flag 455000/455000
40.86/38.94	c cleaning 10003 clauses out of 20020 with flag 465004/465004
41.56/39.60	c cleaning 10001 clauses out of 20015 with flag 475002/475002
42.26/40.30	c cleaning 10000 clauses out of 20012 with flag 485000/485000
42.89/40.98	c cleaning 10003 clauses out of 20012 with flag 495000/495000
43.59/41.68	c cleaning 9993 clauses out of 20009 with flag 505000/505000
44.30/42.39	c cleaning 10007 clauses out of 20017 with flag 515001/515001
45.11/43.19	c cleaning 9998 clauses out of 20009 with flag 525000/525000
45.92/43.95	c cleaning 9995 clauses out of 20011 with flag 535000/535000
46.61/44.67	c cleaning 10005 clauses out of 20018 with flag 545002/545002
47.42/45.44	c cleaning 10002 clauses out of 20013 with flag 555002/555002
48.12/46.16	c cleaning 10001 clauses out of 20009 with flag 565000/565000
48.82/46.87	c cleaning 10001 clauses out of 20008 with flag 575000/575000
49.62/47.64	c cleaning 9999 clauses out of 20009 with flag 585002/585002
50.43/48.43	c cleaning 10002 clauses out of 20009 with flag 595001/595001
51.03/49.08	c cleaning 9997 clauses out of 20008 with flag 605002/605002
51.63/49.68	c cleaning 9996 clauses out of 20010 with flag 615001/615001
52.23/50.27	c cleaning 10001 clauses out of 20015 with flag 625002/625002
53.05/51.07	c cleaning 10002 clauses out of 20012 with flag 635000/635000
53.85/51.89	c cleaning 9994 clauses out of 20013 with flag 645003/645003
54.65/52.60	c cleaning 9997 clauses out of 20018 with flag 655002/655002
55.35/53.36	c cleaning 9997 clauses out of 20019 with flag 665000/665000
56.05/54.07	c cleaning 10006 clauses out of 20022 with flag 675000/675000
56.75/54.74	c cleaning 10000 clauses out of 20016 with flag 685000/685000
57.45/55.42	c cleaning 10004 clauses out of 20018 with flag 695002/695002
58.06/56.07	c cleaning 9998 clauses out of 20014 with flag 705002/705002
58.76/56.78	c cleaning 10003 clauses out of 20015 with flag 715001/715001
59.46/57.49	c cleaning 9999 clauses out of 20011 with flag 725000/725000
60.26/58.21	c cleaning 10001 clauses out of 20012 with flag 735000/735000
60.96/58.92	c cleaning 9998 clauses out of 20011 with flag 745000/745000
61.56/59.55	c cleaning 9996 clauses out of 20015 with flag 755002/755002
62.37/60.33	c cleaning 9999 clauses out of 20017 with flag 765000/765000
63.08/61.02	c cleaning 9995 clauses out of 20018 with flag 775000/775000
63.78/61.75	c cleaning 10009 clauses out of 20024 with flag 785001/785001
64.49/62.47	c cleaning 10002 clauses out of 20014 with flag 795000/795000
65.19/63.10	c cleaning 10003 clauses out of 20013 with flag 805001/805001
65.99/63.96	c cleaning 10001 clauses out of 20012 with flag 815003/815003
66.79/64.70	c cleaning 10004 clauses out of 20011 with flag 825003/825003
67.40/65.39	c cleaning 9999 clauses out of 20004 with flag 835000/835000
68.21/66.10	c cleaning 9993 clauses out of 20005 with flag 845000/845000
68.91/66.84	c cleaning 10000 clauses out of 20012 with flag 855000/855000
69.51/67.44	c cleaning 10003 clauses out of 20014 with flag 865002/865002
70.22/68.11	c cleaning 9998 clauses out of 20009 with flag 875000/875000
70.92/68.86	c cleaning 10001 clauses out of 20010 with flag 885000/885000
71.13/69.10	c starts		: 195
71.13/69.10	c conflicts		: 888398
71.13/69.10	c decisions		: 1515030
71.13/69.10	c propagations		: 37506841
71.13/69.10	c inspects		: 510169601
71.13/69.10	c learnt literals	: 5
71.13/69.10	c learnt binary clauses	: 42
71.13/69.10	c learnt ternary clauses	: 873
71.13/69.10	c learnt clauses	: 888392
71.13/69.10	c ignored clauses	: 0
71.13/69.10	c root simplifications	: 0
71.13/69.10	c removed literals (reason simplification)	: 4609086
71.13/69.10	c reason swapping (by a shorter reason)	: 0
71.13/69.10	c Calls to reduceDB	: 90
71.13/69.10	c number of reductions to clauses (during analyze)	: 0
71.13/69.10	c number of learned constraints concerned by reduction	: 0
71.13/69.10	c number of learning phase by resolution	: 0
71.13/69.10	c number of learning phase by cutting planes	: 0
71.13/69.10	c speed (assignments/second)	: 794030.8451181303
71.13/69.10	c non guided choices	3089
71.13/69.10	c learnt constraints type 
71.13/69.10	c constraints type 
71.13/69.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2612
71.13/69.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
71.13/69.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
71.13/69.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
71.13/69.10	s OPTIMUM FOUND
71.23/69.10	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 -x170 x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230 -x231 
71.23/69.10	c objective function=1
71.23/69.10	c Total wall clock time (in seconds): 69.002

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-2698652-1278325799/watcher-2698652-1278325799 -o /tmp/evaluation-result-2698652-1278325799/solver-2698652-1278325799 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698652-1278325799.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.99 1.97 1.75 3/196 4397
/proc/meminfo: memFree=32319288/32951124 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=13164 CPUtime=0
/proc/4397/stat : 4397 (java) R 4395 4397 3809 0 -1 4194304 815 0 0 0 0 0 0 0 17 0 1 0 794624 13479936 365 4089446400 134512640 134550932 4293425040 18446744073709551615 10274437 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4397/statm: 3291 371 143 10 0 1121 0

[startup+0.0290561 s]
/proc/loadavg: 1.99 1.97 1.75 3/196 4397
/proc/meminfo: memFree=32319288/32951124 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=1526200 CPUtime=0.02
/proc/4397/stat : 4397 (java) S 4395 4397 3809 0 -1 4202496 3657 0 1 0 1 1 0 0 17 0 13 0 794624 1562828800 3099 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4397/statm: 381550 3100 1024 10 0 378860 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1526200

[startup+0.101033 s]
/proc/loadavg: 1.99 1.97 1.75 3/196 4397
/proc/meminfo: memFree=32319288/32951124 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=1529680 CPUtime=0.12
/proc/4397/stat : 4397 (java) S 4395 4397 3809 0 -1 4202496 5221 0 1 0 10 2 0 0 17 0 18 0 794624 1566392320 4658 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4397/statm: 382420 4658 1347 10 0 379723 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529680

[startup+0.300961 s]
/proc/loadavg: 1.99 1.97 1.75 3/196 4397
/proc/meminfo: memFree=32319288/32951124 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=1531340 CPUtime=0.53
/proc/4397/stat : 4397 (java) S 4395 4397 3809 0 -1 4202496 7775 0 1 0 51 2 0 0 17 0 18 0 794624 1568092160 6953 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4397/statm: 382835 6954 1410 10 0 380138 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1531340

[startup+0.700926 s]
/proc/loadavg: 1.99 1.97 1.75 3/196 4397
/proc/meminfo: memFree=32319288/32951124 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=1548980 CPUtime=1.72
/proc/4397/stat : 4397 (java) S 4395 4397 3809 0 -1 4202496 16829 0 1 0 169 3 0 0 17 0 19 0 794624 1586155520 12739 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4397/statm: 387245 12739 1428 10 0 384548 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1548980

[startup+1.50079 s]
/proc/loadavg: 1.99 1.97 1.75 3/215 4416
/proc/meminfo: memFree=32255780/32951124 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=1548340 CPUtime=2.92
/proc/4397/stat : 4397 (java) S 4395 4397 3809 0 -1 4202496 24677 0 1 0 288 4 0 0 17 0 19 0 794624 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4397/statm: 387085 20445 1430 10 0 384388 0
[pid=4397/tid=4399] ppid=4395 vsize=1548340 CPUtime=1.47
/proc/4397/task/4399/stat : 4399 (java) R 4395 4397 3809 0 -1 4202560 14729 0 1 0 145 2 0 0 18 0 19 0 794625 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4109177536 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4397/tid=4400] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4400/stat : 4400 (java) S 4395 4397 3809 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 19 0 794626 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4401] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4401/stat : 4401 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 794626 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4402] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4402/stat : 4402 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 794626 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4403] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4403/stat : 4403 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 794626 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4404] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4404/stat : 4404 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 794626 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4405] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4405/stat : 4405 (java) S 4395 4397 3809 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 19 0 794626 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4406] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4406/stat : 4406 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 794626 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4407] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4407/stat : 4407 (java) S 4395 4397 3809 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 794626 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4408] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4408/stat : 4408 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 794627 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4409] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4409/stat : 4409 (java) S 4395 4397 3809 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 19 0 794627 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4410] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4410/stat : 4410 (java) S 4395 4397 3809 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 19 0 794627 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 3 0 0 0
[pid=4397/tid=4411] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4411/stat : 4411 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 794629 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4412] ppid=4395 vsize=1548340 CPUtime=0.69
/proc/4397/task/4412/stat : 4412 (java) S 4395 4397 3809 0 -1 4202560 5750 0 0 0 69 0 0 0 17 0 19 0 794629 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 6 0 0 0
[pid=4397/tid=4413] ppid=4395 vsize=1548340 CPUtime=0.73
/proc/4397/task/4413/stat : 4413 (java) S 4395 4397 3809 0 -1 4202560 3123 0 0 0 73 0 0 0 16 0 19 0 794629 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 7 0 0 0
[pid=4397/tid=4414] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4414/stat : 4414 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 794629 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4415] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4415/stat : 4415 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 794629 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 5 0 0 0
[pid=4397/tid=4416] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4416/stat : 4416 (java) S 4395 4397 3809 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 794659 1585500160 20445 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 1548340

[startup+3.10052 s]
/proc/loadavg: 1.99 1.97 1.75 3/215 4416
/proc/meminfo: memFree=32235196/32951124 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=1548340 CPUtime=4.58
/proc/4397/stat : 4397 (java) S 4395 4397 3809 0 -1 4202496 27388 0 1 0 453 5 0 0 17 0 19 0 794624 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4397/statm: 387085 23147 1444 10 0 384388 0
[pid=4397/tid=4399] ppid=4395 vsize=1548340 CPUtime=3.04
/proc/4397/task/4399/stat : 4399 (java) R 4395 4397 3809 0 -1 4202560 15489 0 1 0 302 2 0 0 20 0 19 0 794625 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4109219254 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4397/tid=4400] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4400/stat : 4400 (java) S 4395 4397 3809 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 7 0 0 0
[pid=4397/tid=4401] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4401/stat : 4401 (java) S 4395 4397 3809 0 -1 4202560 229 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 7 0 0 0
[pid=4397/tid=4402] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4402/stat : 4402 (java) S 4395 4397 3809 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4403] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4403/stat : 4403 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 7 0 0 0
[pid=4397/tid=4404] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4404/stat : 4404 (java) S 4395 4397 3809 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 7 0 0 0
[pid=4397/tid=4405] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4405/stat : 4405 (java) S 4395 4397 3809 0 -1 4202560 269 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4406] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4406/stat : 4406 (java) S 4395 4397 3809 0 -1 4202560 244 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 3 0 0 0
[pid=4397/tid=4407] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4407/stat : 4407 (java) S 4395 4397 3809 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4408] ppid=4395 vsize=1548340 CPUtime=0.02
/proc/4397/task/4408/stat : 4408 (java) S 4395 4397 3809 0 -1 4202560 804 0 0 0 2 0 0 0 15 0 19 0 794627 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4409] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4409/stat : 4409 (java) S 4395 4397 3809 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 794627 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4410] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4410/stat : 4410 (java) S 4395 4397 3809 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 794627 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 3 0 0 0
[pid=4397/tid=4411] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4411/stat : 4411 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 794629 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4412] ppid=4395 vsize=1548340 CPUtime=0.71
/proc/4397/task/4412/stat : 4412 (java) S 4395 4397 3809 0 -1 4202560 5758 0 0 0 71 0 0 0 16 0 19 0 794629 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 6 0 0 0
[pid=4397/tid=4413] ppid=4395 vsize=1548340 CPUtime=0.75
/proc/4397/task/4413/stat : 4413 (java) S 4395 4397 3809 0 -1 4202560 3127 0 0 0 75 0 0 0 16 0 19 0 794629 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 7 0 0 0
[pid=4397/tid=4414] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4414/stat : 4414 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 794629 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4415] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4415/stat : 4415 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 794629 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 5 0 0 0
[pid=4397/tid=4416] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4416/stat : 4416 (java) S 4395 4397 3809 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 794659 1585500160 23147 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 1548340

[startup+6.30094 s]
/proc/loadavg: 1.99 1.97 1.75 3/215 4416
/proc/meminfo: memFree=32230364/32951124 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=1548340 CPUtime=8.03
/proc/4397/stat : 4397 (java) S 4395 4397 3809 0 -1 4202496 28755 0 1 0 798 5 0 0 17 0 19 0 794624 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4397/statm: 387085 23424 1444 10 0 384388 0
[pid=4397/tid=4399] ppid=4395 vsize=1548340 CPUtime=6.19
/proc/4397/task/4399/stat : 4399 (java) R 4395 4397 3809 0 -1 4202560 15492 0 1 0 616 3 0 0 25 0 19 0 794625 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4109177526 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4397/tid=4400] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4400/stat : 4400 (java) S 4395 4397 3809 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 7 0 0 0
[pid=4397/tid=4401] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4401/stat : 4401 (java) S 4395 4397 3809 0 -1 4202560 231 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4402] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4402/stat : 4402 (java) S 4395 4397 3809 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 6 0 0 0
[pid=4397/tid=4403] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4403/stat : 4403 (java) S 4395 4397 3809 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 7 0 0 0
[pid=4397/tid=4404] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4404/stat : 4404 (java) S 4395 4397 3809 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 3 0 0 0
[pid=4397/tid=4405] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4405/stat : 4405 (java) S 4395 4397 3809 0 -1 4202560 270 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4406] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4406/stat : 4406 (java) S 4395 4397 3809 0 -1 4202560 244 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 3 0 0 0
[pid=4397/tid=4407] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4407/stat : 4407 (java) S 4395 4397 3809 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4408] ppid=4395 vsize=1548340 CPUtime=0.06
/proc/4397/task/4408/stat : 4408 (java) S 4395 4397 3809 0 -1 4202560 1037 0 0 0 6 0 0 0 16 0 19 0 794627 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446604471099822208 0 0 -1 0 0 0 0
[pid=4397/tid=4409] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4409/stat : 4409 (java) S 4395 4397 3809 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 794627 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4410] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4410/stat : 4410 (java) S 4395 4397 3809 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 794627 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 3 0 0 0
[pid=4397/tid=4411] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4411/stat : 4411 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 794629 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4412] ppid=4395 vsize=1548340 CPUtime=0.73
/proc/4397/task/4412/stat : 4412 (java) S 4395 4397 3809 0 -1 4202560 5762 0 0 0 73 0 0 0 15 0 19 0 794629 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 6 0 0 0
[pid=4397/tid=4413] ppid=4395 vsize=1548340 CPUtime=0.98
/proc/4397/task/4413/stat : 4413 (java) S 4395 4397 3809 0 -1 4202560 4246 0 0 0 98 0 0 0 15 0 19 0 794629 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4414] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4414/stat : 4414 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 794629 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4415] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4415/stat : 4415 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 794629 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 3 0 0 0
[pid=4397/tid=4416] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4416/stat : 4416 (java) S 4395 4397 3809 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 794659 1585500160 23424 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 1548340

[startup+12.7008 s]
/proc/loadavg: 1.99 1.97 1.75 3/215 4416
/proc/meminfo: memFree=32229956/32951124 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=1548340 CPUtime=14.5
/proc/4397/stat : 4397 (java) S 4395 4397 3809 0 -1 4202496 29007 0 1 0 1445 5 0 0 17 0 19 0 794624 1585500160 23669 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4397/statm: 387085 23669 1444 10 0 384388 0
[pid=4397/tid=4399] ppid=4395 vsize=1548340 CPUtime=12.47
/proc/4397/task/4399/stat : 4399 (java) R 4395 4397 3809 0 -1 4202560 15497 0 1 0 1244 3 0 0 25 0 19 0 794625 1585500160 23669 4089446400 134512640 134550932 4293425040 18446744073709551615 4109247941 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4397/tid=4400] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4400/stat : 4400 (java) S 4395 4397 3809 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 794626 1585500160 23669 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 7 0 0 0

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

/proc/4397/task/4400/stat : 4400 (java) S 4395 4397 3809 0 -1 4202560 196 0 0 0 5 0 0 0 15 0 19 0 794626 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 3 0 0 0
[pid=4397/tid=4401] ppid=4395 vsize=1548340 CPUtime=0.05
/proc/4397/task/4401/stat : 4401 (java) S 4395 4397 3809 0 -1 4202560 241 0 0 0 5 0 0 0 15 0 19 0 794626 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 5 0 0 0
[pid=4397/tid=4402] ppid=4395 vsize=1548340 CPUtime=0.03
/proc/4397/task/4402/stat : 4402 (java) S 4395 4397 3809 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 794626 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 6 0 0 0
[pid=4397/tid=4403] ppid=4395 vsize=1548340 CPUtime=0.03
/proc/4397/task/4403/stat : 4403 (java) S 4395 4397 3809 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 794626 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 6 0 0 0
[pid=4397/tid=4404] ppid=4395 vsize=1548340 CPUtime=0.04
/proc/4397/task/4404/stat : 4404 (java) S 4395 4397 3809 0 -1 4202560 19 0 0 0 4 0 0 0 16 0 19 0 794626 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4405] ppid=4395 vsize=1548340 CPUtime=0.04
/proc/4397/task/4405/stat : 4405 (java) S 4395 4397 3809 0 -1 4202560 271 0 0 0 4 0 0 0 15 0 19 0 794626 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4406] ppid=4395 vsize=1548340 CPUtime=0.06
/proc/4397/task/4406/stat : 4406 (java) S 4395 4397 3809 0 -1 4202560 249 0 0 0 5 1 0 0 16 0 19 0 794626 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 7 0 0 0
[pid=4397/tid=4407] ppid=4395 vsize=1548340 CPUtime=0.04
/proc/4397/task/4407/stat : 4407 (java) S 4395 4397 3809 0 -1 4202560 210 0 0 0 4 0 0 0 15 0 19 0 794626 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4408] ppid=4395 vsize=1548340 CPUtime=1.35
/proc/4397/task/4408/stat : 4408 (java) S 4395 4397 3809 0 -1 4202560 1706 0 0 0 134 1 0 0 15 0 19 0 794627 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446604471099822208 0 0 -1 0 0 0 0
[pid=4397/tid=4409] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4409/stat : 4409 (java) S 4395 4397 3809 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 794627 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4410] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4410/stat : 4410 (java) S 4395 4397 3809 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 794627 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 3 0 0 0
[pid=4397/tid=4411] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4411/stat : 4411 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 794629 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4412] ppid=4395 vsize=1548340 CPUtime=0.73
/proc/4397/task/4412/stat : 4412 (java) S 4395 4397 3809 0 -1 4202560 5762 0 0 0 73 0 0 0 15 0 19 0 794629 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 6 0 0 0
[pid=4397/tid=4413] ppid=4395 vsize=1548340 CPUtime=1.07
/proc/4397/task/4413/stat : 4413 (java) S 4395 4397 3809 0 -1 4202560 4257 0 0 0 107 0 0 0 15 0 19 0 794629 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4414] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4414/stat : 4414 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 794629 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4415] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4415/stat : 4415 (java) S 4395 4397 3809 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 794629 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4416] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4416/stat : 4416 (java) S 4395 4397 3809 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 794659 1585500160 24151 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 69.22
Current children cumulated vsize (KiB) 1548340

[startup+67.9011 s]
/proc/loadavg: 1.99 1.97 1.76 3/215 4418
/proc/meminfo: memFree=32228620/32951124 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=1548340 CPUtime=70.02
/proc/4397/stat : 4397 (java) S 4395 4397 3809 0 -1 4202496 29575 0 1 0 6989 13 0 0 17 0 19 0 794624 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4397/statm: 387085 24153 1444 10 0 384388 0
[pid=4397/tid=4399] ppid=4395 vsize=1548340 CPUtime=66.35
/proc/4397/task/4399/stat : 4399 (java) R 4395 4397 3809 0 -1 4202560 15572 0 1 0 6632 3 0 0 18 0 19 0 794625 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4109263659 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4397/tid=4400] ppid=4395 vsize=1548340 CPUtime=0.05
/proc/4397/task/4400/stat : 4400 (java) S 4395 4397 3809 0 -1 4202560 196 0 0 0 5 0 0 0 15 0 19 0 794626 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 3 0 0 0
[pid=4397/tid=4401] ppid=4395 vsize=1548340 CPUtime=0.05
/proc/4397/task/4401/stat : 4401 (java) S 4395 4397 3809 0 -1 4202560 241 0 0 0 5 0 0 0 15 0 19 0 794626 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 5 0 0 0
[pid=4397/tid=4402] ppid=4395 vsize=1548340 CPUtime=0.03
/proc/4397/task/4402/stat : 4402 (java) S 4395 4397 3809 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 794626 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 6 0 0 0
[pid=4397/tid=4403] ppid=4395 vsize=1548340 CPUtime=0.03
/proc/4397/task/4403/stat : 4403 (java) S 4395 4397 3809 0 -1 4202560 10 0 0 0 3 0 0 0 16 0 19 0 794626 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4404] ppid=4395 vsize=1548340 CPUtime=0.04
/proc/4397/task/4404/stat : 4404 (java) S 4395 4397 3809 0 -1 4202560 19 0 0 0 4 0 0 0 15 0 19 0 794626 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4405] ppid=4395 vsize=1548340 CPUtime=0.04
/proc/4397/task/4405/stat : 4405 (java) S 4395 4397 3809 0 -1 4202560 271 0 0 0 4 0 0 0 15 0 19 0 794626 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4406] ppid=4395 vsize=1548340 CPUtime=0.07
/proc/4397/task/4406/stat : 4406 (java) S 4395 4397 3809 0 -1 4202560 251 0 0 0 6 1 0 0 15 0 19 0 794626 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 7 0 0 0
[pid=4397/tid=4407] ppid=4395 vsize=1548340 CPUtime=0.04
/proc/4397/task/4407/stat : 4407 (java) S 4395 4397 3809 0 -1 4202560 210 0 0 0 4 0 0 0 15 0 19 0 794626 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4408] ppid=4395 vsize=1548340 CPUtime=1.36
/proc/4397/task/4408/stat : 4408 (java) S 4395 4397 3809 0 -1 4202560 1706 0 0 0 135 1 0 0 15 0 19 0 794627 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446604471099822208 0 0 -1 0 0 0 0
[pid=4397/tid=4409] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4409/stat : 4409 (java) S 4395 4397 3809 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 794627 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4410] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4410/stat : 4410 (java) S 4395 4397 3809 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 794627 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 3 0 0 0
[pid=4397/tid=4411] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4411/stat : 4411 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 794629 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4412] ppid=4395 vsize=1548340 CPUtime=0.73
/proc/4397/task/4412/stat : 4412 (java) S 4395 4397 3809 0 -1 4202560 5762 0 0 0 73 0 0 0 15 0 19 0 794629 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 6 0 0 0
[pid=4397/tid=4413] ppid=4395 vsize=1548340 CPUtime=1.07
/proc/4397/task/4413/stat : 4413 (java) S 4395 4397 3809 0 -1 4202560 4257 0 0 0 107 0 0 0 15 0 19 0 794629 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4414] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4414/stat : 4414 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 794629 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4415] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4415/stat : 4415 (java) S 4395 4397 3809 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 794629 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4416] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4416/stat : 4416 (java) S 4395 4397 3809 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 794659 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 70.02
Current children cumulated vsize (KiB) 1548340

[startup+68.7009 s]
/proc/loadavg: 1.99 1.97 1.76 3/215 4418
/proc/meminfo: memFree=32228620/32951124 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=1548340 CPUtime=70.82
/proc/4397/stat : 4397 (java) S 4395 4397 3809 0 -1 4202496 29576 0 1 0 7068 14 0 0 17 0 19 0 794624 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4397/statm: 387085 24153 1444 10 0 384388 0
[pid=4397/tid=4399] ppid=4395 vsize=1548340 CPUtime=67.13
/proc/4397/task/4399/stat : 4399 (java) R 4395 4397 3809 0 -1 4202560 15573 0 1 0 6710 3 0 0 19 0 19 0 794625 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4109229338 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4397/tid=4400] ppid=4395 vsize=1548340 CPUtime=0.05
/proc/4397/task/4400/stat : 4400 (java) S 4395 4397 3809 0 -1 4202560 196 0 0 0 5 0 0 0 15 0 19 0 794626 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 3 0 0 0
[pid=4397/tid=4401] ppid=4395 vsize=1548340 CPUtime=0.05
/proc/4397/task/4401/stat : 4401 (java) S 4395 4397 3809 0 -1 4202560 241 0 0 0 5 0 0 0 15 0 19 0 794626 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 5 0 0 0
[pid=4397/tid=4402] ppid=4395 vsize=1548340 CPUtime=0.03
/proc/4397/task/4402/stat : 4402 (java) S 4395 4397 3809 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 794626 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 6 0 0 0
[pid=4397/tid=4403] ppid=4395 vsize=1548340 CPUtime=0.03
/proc/4397/task/4403/stat : 4403 (java) S 4395 4397 3809 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 794626 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4404] ppid=4395 vsize=1548340 CPUtime=0.04
/proc/4397/task/4404/stat : 4404 (java) S 4395 4397 3809 0 -1 4202560 19 0 0 0 4 0 0 0 15 0 19 0 794626 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4405] ppid=4395 vsize=1548340 CPUtime=0.04
/proc/4397/task/4405/stat : 4405 (java) S 4395 4397 3809 0 -1 4202560 271 0 0 0 4 0 0 0 15 0 19 0 794626 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4406] ppid=4395 vsize=1548340 CPUtime=0.07
/proc/4397/task/4406/stat : 4406 (java) S 4395 4397 3809 0 -1 4202560 251 0 0 0 6 1 0 0 15 0 19 0 794626 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 7 0 0 0
[pid=4397/tid=4407] ppid=4395 vsize=1548340 CPUtime=0.05
/proc/4397/task/4407/stat : 4407 (java) S 4395 4397 3809 0 -1 4202560 210 0 0 0 4 1 0 0 15 0 19 0 794626 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4408] ppid=4395 vsize=1548340 CPUtime=1.38
/proc/4397/task/4408/stat : 4408 (java) S 4395 4397 3809 0 -1 4202560 1706 0 0 0 137 1 0 0 15 0 19 0 794627 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446604471099822208 0 0 -1 0 0 0 0
[pid=4397/tid=4409] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4409/stat : 4409 (java) S 4395 4397 3809 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 794627 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4410] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4410/stat : 4410 (java) S 4395 4397 3809 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 794627 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 3 0 0 0
[pid=4397/tid=4411] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4411/stat : 4411 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 794629 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4412] ppid=4395 vsize=1548340 CPUtime=0.73
/proc/4397/task/4412/stat : 4412 (java) S 4395 4397 3809 0 -1 4202560 5762 0 0 0 73 0 0 0 15 0 19 0 794629 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 6 0 0 0
[pid=4397/tid=4413] ppid=4395 vsize=1548340 CPUtime=1.07
/proc/4397/task/4413/stat : 4413 (java) S 4395 4397 3809 0 -1 4202560 4257 0 0 0 107 0 0 0 15 0 19 0 794629 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4414] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4414/stat : 4414 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 794629 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4415] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4415/stat : 4415 (java) S 4395 4397 3809 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 794629 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4416] ppid=4395 vsize=1548340 CPUtime=0
/proc/4397/task/4416/stat : 4416 (java) S 4395 4397 3809 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 794659 1585500160 24153 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 70.82
Current children cumulated vsize (KiB) 1548340

[startup+69.1008 s]
/proc/loadavg: 1.99 1.97 1.76 3/215 4418
/proc/meminfo: memFree=32228620/32951124 swapFree=67111528/67111528
[pid=4397] ppid=4395 vsize=1548664 CPUtime=71.23
/proc/4397/stat : 4397 (java) S 4395 4397 3809 0 -1 4202496 29586 0 1 0 7109 14 0 0 17 0 20 0 794624 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4397/statm: 387166 24162 1444 10 0 384469 0
[pid=4397/tid=4399] ppid=4395 vsize=1548664 CPUtime=67.51
/proc/4397/task/4399/stat : 4399 (java) S 4395 4397 3809 0 -1 4202560 15578 0 1 0 6748 3 0 0 20 0 20 0 794625 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4400] ppid=4395 vsize=1548664 CPUtime=0.05
/proc/4397/task/4400/stat : 4400 (java) S 4395 4397 3809 0 -1 4202560 196 0 0 0 5 0 0 0 15 0 20 0 794626 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 3 0 0 0
[pid=4397/tid=4401] ppid=4395 vsize=1548664 CPUtime=0.05
/proc/4397/task/4401/stat : 4401 (java) S 4395 4397 3809 0 -1 4202560 241 0 0 0 5 0 0 0 15 0 20 0 794626 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 5 0 0 0
[pid=4397/tid=4402] ppid=4395 vsize=1548664 CPUtime=0.04
/proc/4397/task/4402/stat : 4402 (java) S 4395 4397 3809 0 -1 4202560 8 0 0 0 4 0 0 0 15 0 20 0 794626 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 6 0 0 0
[pid=4397/tid=4403] ppid=4395 vsize=1548664 CPUtime=0.03
/proc/4397/task/4403/stat : 4403 (java) S 4395 4397 3809 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 20 0 794626 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4404] ppid=4395 vsize=1548664 CPUtime=0.04
/proc/4397/task/4404/stat : 4404 (java) S 4395 4397 3809 0 -1 4202560 19 0 0 0 4 0 0 0 15 0 20 0 794626 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4405] ppid=4395 vsize=1548664 CPUtime=0.04
/proc/4397/task/4405/stat : 4405 (java) S 4395 4397 3809 0 -1 4202560 271 0 0 0 4 0 0 0 15 0 20 0 794626 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4406] ppid=4395 vsize=1548664 CPUtime=0.07
/proc/4397/task/4406/stat : 4406 (java) S 4395 4397 3809 0 -1 4202560 251 0 0 0 6 1 0 0 15 0 20 0 794626 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 7 0 0 0
[pid=4397/tid=4407] ppid=4395 vsize=1548664 CPUtime=0.05
/proc/4397/task/4407/stat : 4407 (java) S 4395 4397 3809 0 -1 4202560 210 0 0 0 4 1 0 0 16 0 20 0 794626 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4408] ppid=4395 vsize=1548664 CPUtime=1.41
/proc/4397/task/4408/stat : 4408 (java) S 4395 4397 3809 0 -1 4202560 1706 0 0 0 139 2 0 0 15 0 20 0 794627 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 0 0 16800975 18446604471099822208 0 0 -1 0 0 0 0
[pid=4397/tid=4409] ppid=4395 vsize=1548664 CPUtime=0
/proc/4397/task/4409/stat : 4409 (java) S 4395 4397 3809 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 794627 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4410] ppid=4395 vsize=1548664 CPUtime=0
/proc/4397/task/4410/stat : 4410 (java) S 4395 4397 3809 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 20 0 794627 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 3 0 0 0
[pid=4397/tid=4411] ppid=4395 vsize=1548664 CPUtime=0
/proc/4397/task/4411/stat : 4411 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 20 0 794629 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4412] ppid=4395 vsize=1548664 CPUtime=0.73
/proc/4397/task/4412/stat : 4412 (java) S 4395 4397 3809 0 -1 4202560 5762 0 0 0 73 0 0 0 15 0 20 0 794629 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 6 0 0 0
[pid=4397/tid=4413] ppid=4395 vsize=1548664 CPUtime=1.08
/proc/4397/task/4413/stat : 4413 (java) S 4395 4397 3809 0 -1 4202560 4257 0 0 0 108 0 0 0 15 0 20 0 794629 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 2 0 0 0
[pid=4397/tid=4414] ppid=4395 vsize=1548664 CPUtime=0
/proc/4397/task/4414/stat : 4414 (java) S 4395 4397 3809 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 794629 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 4 0 0 0
[pid=4397/tid=4415] ppid=4395 vsize=1548664 CPUtime=0
/proc/4397/task/4415/stat : 4415 (java) S 4395 4397 3809 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 20 0 794629 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
[pid=4397/tid=4416] ppid=4395 vsize=1548664 CPUtime=0
/proc/4397/task/4416/stat : 4416 (java) S 4395 4397 3809 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 20 0 794659 1585831936 24162 4089446400 134512640 134550932 4293425040 18446744073709551615 4294960144 0 4 0 16800975 18446604471099822208 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 71.23
Current children cumulated vsize (KiB) 1548664

Child status: 30
Real time (s): 69.1095
CPU time (s): 71.2462
CPU user time (s): 71.0992
CPU system time (s): 0.146977
CPU usage (%): 103.092
Max. virtual memory (cumulated for all children) (KiB): 1550948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.0992
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29592
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= 4174
involuntary context switches= 16865

runsolver used 0.132979 second user time and 0.25996 second system time

The end

Launcher Data

Begin job on node108 at 2010-07-05 12:29:59
IDJOB=2698652
IDBENCH=78943
IDSOLVER=1211
FILE ID=node108/2698652-1278325799
PBS_JOBID= 11207479
Free space on /tmp= 74160 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900554072--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-2698652-1278325799/watcher-2698652-1278325799 -o /tmp/evaluation-result-2698652-1278325799/solver-2698652-1278325799 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698652-1278325799.wbo

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

MD5SUM BENCH= becc9aeeb3178c7d9d9e6e8b76e31de7
RANDOM SEED=316957107

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2681.499
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2681.499
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.69
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		: 2681.499
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		: 2681.499
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32319932 kB
Buffers:         32848 kB
Cached:         337996 kB
SwapCached:          0 kB
Active:         255496 kB
Inactive:       274788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32319932 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:      159652 kB
Mapped:          20340 kB
Slab:            36044 kB
PageTables:       5268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1650480 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= 74160 MiB
End job on node108 at 2010-07-05 12:31:08