Trace number 2698108

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 38.4642 36.5028

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900554420--soft-0-100-0.wbo
MD5SUMce7c3a365231565303f31d834d531ee5
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark38.4642
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 constraints2707
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 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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.08	c version 2.2.1.v20100705
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.02/0.08	c java.vm.version	11.2-b01
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	32
0.02/0.08	c java.version		1.6.0_12
0.02/0.08	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.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-2698108-1278327871.wbo
0.10/0.10	c reading problem ... 
0.55/0.31	c ... done. Wall clock time 0.209s.
0.55/0.31	c #vars     2938
0.55/0.31	c #constraints  2707
0.55/0.31	c constraints type 
0.55/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.55/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
1.74/0.74	c SATISFIABLE
1.74/0.74	c OPTIMIZING...
1.74/0.74	c Got one! Elapsed wall clock time (in seconds):0.645
1.74/0.74	o 350
2.05/0.81	c Got one! Elapsed wall clock time (in seconds):0.714
2.05/0.81	o 342
2.05/0.86	c Got one! Elapsed wall clock time (in seconds):0.761
2.05/0.86	o 277
2.05/0.88	c Got one! Elapsed wall clock time (in seconds):0.787
2.05/0.88	o 272
2.33/0.91	c Got one! Elapsed wall clock time (in seconds):0.814
2.33/0.91	o 232
2.33/0.95	c Got one! Elapsed wall clock time (in seconds):0.849
2.33/0.95	o 227
2.33/0.97	c Got one! Elapsed wall clock time (in seconds):0.87
2.33/0.97	o 164
2.50/1.01	c Got one! Elapsed wall clock time (in seconds):0.911
2.50/1.01	o 160
2.50/1.07	c Got one! Elapsed wall clock time (in seconds):0.97
2.50/1.07	o 102
2.69/1.24	c Got one! Elapsed wall clock time (in seconds):1.144
2.69/1.24	o 98
2.80/1.38	c Got one! Elapsed wall clock time (in seconds):1.279
2.80/1.38	o 88
2.90/1.43	c Got one! Elapsed wall clock time (in seconds):1.328
2.90/1.43	o 79
3.50/2.00	c Got one! Elapsed wall clock time (in seconds):1.901
3.50/2.00	o 74
3.60/2.17	c Got one! Elapsed wall clock time (in seconds):2.076
3.60/2.17	o 72
3.70/2.22	c cleaning 2499 clauses out of 5002 with flag 5002/5002
3.82/2.37	c Got one! Elapsed wall clock time (in seconds):2.271
3.82/2.37	o 69
3.92/2.49	c Got one! Elapsed wall clock time (in seconds):2.389
3.92/2.49	o 63
4.12/2.66	c Got one! Elapsed wall clock time (in seconds):2.558
4.12/2.66	o 58
4.22/2.73	c Got one! Elapsed wall clock time (in seconds):2.628
4.22/2.73	o 38
4.32/2.82	c Got one! Elapsed wall clock time (in seconds):2.726
4.32/2.82	o 34
4.53/3.00	c Got one! Elapsed wall clock time (in seconds):2.903
4.53/3.00	o 21
4.66/3.20	c Got one! Elapsed wall clock time (in seconds):3.102
4.66/3.20	o 17
4.76/3.24	c cleaning 4251 clauses out of 8505 with flag 11004/11004
5.07/3.53	c Got one! Elapsed wall clock time (in seconds):3.436
5.07/3.53	o 16
5.27/3.71	c Got one! Elapsed wall clock time (in seconds):3.616
5.27/3.71	o 15
5.47/3.97	c Got one! Elapsed wall clock time (in seconds):3.875
5.47/3.97	o 13
5.57/4.07	c cleaning 5623 clauses out of 11251 with flag 18001/18001
5.69/4.15	c Got one! Elapsed wall clock time (in seconds):4.054
5.69/4.15	o 7
5.79/4.26	c Got one! Elapsed wall clock time (in seconds):4.164
5.79/4.26	o 6
6.39/4.85	c cleaning 6812 clauses out of 13627 with flag 26000/26000
6.39/4.89	c Got one! Elapsed wall clock time (in seconds):4.791
6.39/4.89	o 4
7.51/5.71	c cleaning 7904 clauses out of 15816 with flag 35001/35001
7.81/6.09	c Got one! Elapsed wall clock time (in seconds):5.988
7.81/6.09	o 3
8.21/6.41	c Got one! Elapsed wall clock time (in seconds):6.309
8.21/6.41	o 1
8.61/6.81	c cleaning 8952 clauses out of 17914 with flag 45003/45003
9.52/7.80	c cleaning 9476 clauses out of 18959 with flag 55000/55000
10.44/8.64	c cleaning 9740 clauses out of 19488 with flag 65005/65005
11.26/9.41	c cleaning 9859 clauses out of 19743 with flag 75000/75000
12.06/10.25	c cleaning 9936 clauses out of 19885 with flag 85001/85001
12.87/11.04	c cleaning 9969 clauses out of 19948 with flag 95000/95000
13.56/11.76	c cleaning 9987 clauses out of 19981 with flag 105002/105002
14.27/12.47	c cleaning 9990 clauses out of 19992 with flag 115000/115000
14.97/13.12	c cleaning 9997 clauses out of 20002 with flag 125000/125000
15.57/13.77	c cleaning 9998 clauses out of 20005 with flag 135000/135000
16.27/14.46	c cleaning 9993 clauses out of 20007 with flag 145000/145000
17.07/15.26	c cleaning 9996 clauses out of 20014 with flag 155000/155000
17.77/15.96	c cleaning 9988 clauses out of 20018 with flag 165000/165000
18.47/16.64	c cleaning 10014 clauses out of 20031 with flag 175001/175001
19.18/17.31	c cleaning 10005 clauses out of 20018 with flag 185002/185002
19.78/17.93	c cleaning 10000 clauses out of 20012 with flag 195001/195001
20.38/18.51	c cleaning 9998 clauses out of 20011 with flag 205000/205000
20.98/19.16	c cleaning 10003 clauses out of 20013 with flag 215000/215000
21.69/19.84	c cleaning 10002 clauses out of 20012 with flag 225002/225002
22.31/20.46	c cleaning 9997 clauses out of 20008 with flag 235000/235000
22.91/21.09	c cleaning 10005 clauses out of 20012 with flag 245001/245001
23.51/21.69	c cleaning 10001 clauses out of 20011 with flag 255005/255005
24.21/22.33	c cleaning 9999 clauses out of 20006 with flag 265001/265001
24.73/22.87	c cleaning 9998 clauses out of 20007 with flag 275001/275001
25.34/23.48	c cleaning 10002 clauses out of 20010 with flag 285002/285002
25.94/24.05	c cleaning 10001 clauses out of 20009 with flag 295003/295003
26.54/24.67	c cleaning 10001 clauses out of 20007 with flag 305002/305002
27.14/25.26	c cleaning 9996 clauses out of 20004 with flag 315000/315000
27.74/25.87	c cleaning 9998 clauses out of 20008 with flag 325000/325000
28.44/26.53	c cleaning 9996 clauses out of 20010 with flag 335000/335000
29.04/27.14	c cleaning 9995 clauses out of 20014 with flag 345000/345000
29.74/27.81	c cleaning 10004 clauses out of 20019 with flag 355000/355000
30.34/28.47	c cleaning 10002 clauses out of 20017 with flag 365002/365002
31.04/29.16	c cleaning 10001 clauses out of 20013 with flag 375000/375000
31.74/29.80	c cleaning 10001 clauses out of 20013 with flag 385001/385001
32.44/30.50	c cleaning 9998 clauses out of 20012 with flag 395001/395001
33.04/31.11	c cleaning 9999 clauses out of 20013 with flag 405000/405000
33.64/31.76	c cleaning 10003 clauses out of 20015 with flag 415001/415001
34.24/32.37	c cleaning 10002 clauses out of 20011 with flag 425000/425000
34.85/32.99	c cleaning 10000 clauses out of 20009 with flag 435000/435000
35.45/33.59	c cleaning 9999 clauses out of 20009 with flag 445000/445000
36.15/34.24	c cleaning 10002 clauses out of 20010 with flag 455000/455000
36.77/34.86	c cleaning 9999 clauses out of 20011 with flag 465003/465003
37.47/35.53	c cleaning 10003 clauses out of 20009 with flag 475000/475000
38.08/36.17	c cleaning 9996 clauses out of 20005 with flag 485001/485001
38.38/36.46	c starts		: 180
38.38/36.46	c conflicts		: 488949
38.38/36.46	c decisions		: 923306
38.38/36.46	c propagations		: 18871967
38.38/36.46	c inspects		: 267585676
38.38/36.46	c learnt literals	: 5
38.38/36.46	c learnt binary clauses	: 45
38.38/36.46	c learnt ternary clauses	: 478
38.38/36.46	c learnt clauses	: 488943
38.38/36.46	c ignored clauses	: 0
38.38/36.46	c root simplifications	: 0
38.38/36.46	c removed literals (reason simplification)	: 2268784
38.38/36.46	c reason swapping (by a shorter reason)	: 0
38.38/36.46	c Calls to reduceDB	: 50
38.38/36.46	c number of reductions to clauses (during analyze)	: 0
38.38/36.46	c number of learned constraints concerned by reduction	: 0
38.38/36.46	c number of learning phase by resolution	: 0
38.38/36.46	c number of learning phase by cutting planes	: 0
38.38/36.46	c speed (assignments/second)	: 627893.4988022358
38.38/36.46	c non guided choices	3412
38.38/36.46	c learnt constraints type 
38.38/36.46	c constraints type 
38.38/36.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
38.38/36.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
38.38/36.46	s OPTIMUM FOUND
38.38/36.47	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 
38.38/36.47	c objective function=1
38.38/36.47	c Total wall clock time (in seconds): 36.368

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-2698108-1278327871/watcher-2698108-1278327871 -o /tmp/evaluation-result-2698108-1278327871/solver-2698108-1278327871 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698108-1278327871.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: 2.04 2.03 1.96 3/196 4618
/proc/meminfo: memFree=32391600/32951124 swapFree=67111528/67111528
[pid=4618] ppid=4616 vsize=13164 CPUtime=0
/proc/4618/stat : 4618 (java) R 4616 4618 3809 0 -1 4194304 789 0 0 0 0 0 0 0 20 0 1 0 1002015 13479936 351 4089446400 134512640 134550932 4294039936 18446744073709551615 11536005 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/4618/statm: 3291 358 143 10 0 1121 0

[startup+0.0436281 s]
/proc/loadavg: 2.04 2.03 1.96 3/196 4618
/proc/meminfo: memFree=32391600/32951124 swapFree=67111528/67111528
[pid=4618] ppid=4616 vsize=1526332 CPUtime=0.02
/proc/4618/stat : 4618 (java) S 4616 4618 3809 0 -1 4202496 3873 0 1 0 2 0 0 0 20 0 13 0 1002015 1562963968 3313 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0
/proc/4618/statm: 381583 3314 1045 10 0 378893 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1526332

[startup+0.100625 s]
/proc/loadavg: 2.04 2.03 1.96 3/196 4618
/proc/meminfo: memFree=32391600/32951124 swapFree=67111528/67111528
[pid=4618] ppid=4616 vsize=1529572 CPUtime=0.1
/proc/4618/stat : 4618 (java) S 4616 4618 3809 0 -1 4202496 5198 0 1 0 9 1 0 0 20 0 18 0 1002015 1566281728 4632 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4618/statm: 382393 4633 1345 10 0 379696 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1529572

[startup+0.300541 s]
/proc/loadavg: 2.04 2.03 1.96 3/196 4618
/proc/meminfo: memFree=32391600/32951124 swapFree=67111528/67111528
[pid=4618] ppid=4616 vsize=1533012 CPUtime=0.55
/proc/4618/stat : 4618 (java) S 4616 4618 3809 0 -1 4202496 8195 0 1 0 53 2 0 0 20 0 18 0 1002015 1569804288 7266 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4618/statm: 383253 7266 1415 10 0 380556 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 1533012

[startup+0.700468 s]
/proc/loadavg: 2.04 2.03 1.96 3/196 4618
/proc/meminfo: memFree=32391600/32951124 swapFree=67111528/67111528
[pid=4618] ppid=4616 vsize=1550224 CPUtime=1.74
/proc/4618/stat : 4618 (java) S 4616 4618 3809 0 -1 4202496 17374 0 1 0 171 3 0 0 20 0 19 0 1002015 1587429376 12379 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4618/statm: 387556 12379 1423 10 0 384859 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 1550224

[startup+1.50135 s]
/proc/loadavg: 2.04 2.03 1.96 3/215 4637
/proc/meminfo: memFree=32323532/32951124 swapFree=67111528/67111528
[pid=4618] ppid=4616 vsize=1550224 CPUtime=3
/proc/4618/stat : 4618 (java) S 4616 4618 3809 0 -1 4202496 28372 0 1 0 295 5 0 0 20 0 19 0 1002015 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4618/statm: 387556 23376 1431 10 0 384859 0
[pid=4618/tid=4620] ppid=4616 vsize=1550224 CPUtime=1.48
/proc/4618/task/4620/stat : 4620 (java) R 4616 4618 3809 0 -1 4202560 17032 0 1 0 145 3 0 0 18 0 19 0 1002016 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4109876058 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4618/tid=4621] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4621/stat : 4621 (java) S 4616 4618 3809 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 1002017 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4622] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4622/stat : 4622 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 1002017 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4623] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4623/stat : 4623 (java) S 4616 4618 3809 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 1002017 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4624] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4624/stat : 4624 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 1002017 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4625] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4625/stat : 4625 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 1002017 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4626] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4626/stat : 4626 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 1002017 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4627] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4627/stat : 4627 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 1002017 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4628] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4628/stat : 4628 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 1002017 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4629] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4629/stat : 4629 (java) S 4616 4618 3809 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 1002018 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4630] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4630/stat : 4630 (java) S 4616 4618 3809 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 19 0 1002018 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4631] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4631/stat : 4631 (java) S 4616 4618 3809 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 1002018 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4632] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4632/stat : 4632 (java) S 4616 4618 3809 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 1002020 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4633] ppid=4616 vsize=1550224 CPUtime=0.75
/proc/4618/task/4633/stat : 4633 (java) S 4616 4618 3809 0 -1 4202560 5956 0 0 0 75 0 0 0 18 0 19 0 1002020 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4634] ppid=4616 vsize=1550224 CPUtime=0.74
/proc/4618/task/4634/stat : 4634 (java) S 4616 4618 3809 0 -1 4202560 4306 0 0 0 74 0 0 0 17 0 19 0 1002020 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 4 0 0 0
[pid=4618/tid=4635] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4635/stat : 4635 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 1002020 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4636] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4636/stat : 4636 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 1002020 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4637] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4637/stat : 4637 (java) S 4616 4618 3809 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 1002055 1587429376 23376 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 1550224

[startup+3.10107 s]
/proc/loadavg: 2.04 2.03 1.96 3/215 4637
/proc/meminfo: memFree=32297988/32951124 swapFree=67111528/67111528
[pid=4618] ppid=4616 vsize=1550224 CPUtime=4.66
/proc/4618/stat : 4618 (java) S 4616 4618 3809 0 -1 4202496 32098 0 1 0 461 5 0 0 20 0 19 0 1002015 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4618/statm: 387556 27098 1445 10 0 384859 0
[pid=4618/tid=4620] ppid=4616 vsize=1550224 CPUtime=3.06
/proc/4618/task/4620/stat : 4620 (java) R 4616 4618 3809 0 -1 4202560 19373 0 1 0 303 3 0 0 19 0 19 0 1002016 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4109937392 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4618/tid=4621] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4621/stat : 4621 (java) S 4616 4618 3809 0 -1 4202560 225 0 0 0 0 0 0 0 18 0 19 0 1002017 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4622] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4622/stat : 4622 (java) S 4616 4618 3809 0 -1 4202560 225 0 0 0 0 0 0 0 18 0 19 0 1002017 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4623] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4623/stat : 4623 (java) S 4616 4618 3809 0 -1 4202560 182 0 0 0 0 0 0 0 18 0 19 0 1002017 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 7 0 0 0
[pid=4618/tid=4624] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4624/stat : 4624 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 1002017 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4625] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4625/stat : 4625 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 1002017 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 7 0 0 0
[pid=4618/tid=4626] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4626/stat : 4626 (java) S 4616 4618 3809 0 -1 4202560 61 0 0 0 0 0 0 0 18 0 19 0 1002017 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 7 0 0 0
[pid=4618/tid=4627] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4627/stat : 4627 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 1002017 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4628] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4628/stat : 4628 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 1002017 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4629] ppid=4616 vsize=1550224 CPUtime=0.01
/proc/4618/task/4629/stat : 4629 (java) S 4616 4618 3809 0 -1 4202560 684 0 0 0 1 0 0 0 15 0 19 0 1002018 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4630] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4630/stat : 4630 (java) S 4616 4618 3809 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1002018 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4631] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4631/stat : 4631 (java) S 4616 4618 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 1002018 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4632] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4632/stat : 4632 (java) S 4616 4618 3809 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 1002020 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4633] ppid=4616 vsize=1550224 CPUtime=0.78
/proc/4618/task/4633/stat : 4633 (java) S 4616 4618 3809 0 -1 4202560 5963 0 0 0 78 0 0 0 16 0 19 0 1002020 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4634] ppid=4616 vsize=1550224 CPUtime=0.76
/proc/4618/task/4634/stat : 4634 (java) S 4616 4618 3809 0 -1 4202560 4311 0 0 0 76 0 0 0 15 0 19 0 1002020 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 4 0 0 0
[pid=4618/tid=4635] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4635/stat : 4635 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 1002020 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4636] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4636/stat : 4636 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 1002020 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4637] ppid=4616 vsize=1550224 CPUtime=0
/proc/4618/task/4637/stat : 4637 (java) S 4616 4618 3809 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 1002055 1587429376 27098 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 1550224

[startup+6.30148 s]
/proc/loadavg: 2.03 2.02 1.96 3/215 4637
/proc/meminfo: memFree=32283240/32951124 swapFree=67111528/67111528
[pid=4618] ppid=4616 vsize=1548720 CPUtime=8.11
/proc/4618/stat : 4618 (java) S 4616 4618 3809 0 -1 4202496 34717 0 1 0 805 6 0 0 20 0 19 0 1002015 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4618/statm: 387180 28364 1445 10 0 384483 0
[pid=4618/tid=4620] ppid=4616 vsize=1548720 CPUtime=6.19
/proc/4618/task/4620/stat : 4620 (java) R 4616 4618 3809 0 -1 4202560 19376 0 1 0 616 3 0 0 25 0 19 0 1002016 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4109874762 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4618/tid=4621] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4621/stat : 4621 (java) S 4616 4618 3809 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 19 0 1002017 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4622] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4622/stat : 4622 (java) S 4616 4618 3809 0 -1 4202560 500 0 0 0 0 0 0 0 15 0 19 0 1002017 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4623] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4623/stat : 4623 (java) S 4616 4618 3809 0 -1 4202560 183 0 0 0 0 0 0 0 16 0 19 0 1002017 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4624] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4624/stat : 4624 (java) S 4616 4618 3809 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 19 0 1002017 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4625] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4625/stat : 4625 (java) S 4616 4618 3809 0 -1 4202560 213 0 0 0 0 0 0 0 15 0 19 0 1002017 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4626] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4626/stat : 4626 (java) S 4616 4618 3809 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 19 0 1002017 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4627] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4627/stat : 4627 (java) S 4616 4618 3809 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 1002017 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4628] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4628/stat : 4628 (java) S 4616 4618 3809 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 19 0 1002017 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4629] ppid=4616 vsize=1548720 CPUtime=0.07
/proc/4618/task/4629/stat : 4629 (java) S 4616 4618 3809 0 -1 4202560 1451 0 0 0 7 0 0 0 16 0 19 0 1002018 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446604471142185728 0 0 -1 7 0 0 0
[pid=4618/tid=4630] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4630/stat : 4630 (java) S 4616 4618 3809 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1002018 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4631] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4631/stat : 4631 (java) S 4616 4618 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 1002018 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4632] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4632/stat : 4632 (java) S 4616 4618 3809 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 1002020 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4633] ppid=4616 vsize=1548720 CPUtime=0.84
/proc/4618/task/4633/stat : 4633 (java) S 4616 4618 3809 0 -1 4202560 5975 0 0 0 84 0 0 0 15 0 19 0 1002020 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4634] ppid=4616 vsize=1548720 CPUtime=0.95
/proc/4618/task/4634/stat : 4634 (java) S 4616 4618 3809 0 -1 4202560 5331 0 0 0 95 0 0 0 15 0 19 0 1002020 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 4 0 0 0
[pid=4618/tid=4635] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4635/stat : 4635 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 1002020 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4636] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4636/stat : 4636 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 1002020 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4637] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4637/stat : 4637 (java) S 4616 4618 3809 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 1002055 1585889280 28364 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (KiB) 1548720

[startup+12.7013 s]
/proc/loadavg: 2.03 2.02 1.96 3/215 4637
/proc/meminfo: memFree=32281656/32951124 swapFree=67111528/67111528
[pid=4618] ppid=4616 vsize=1548720 CPUtime=14.57
/proc/4618/stat : 4618 (java) S 4616 4618 3809 0 -1 4202496 35066 0 1 0 1451 6 0 0 20 0 19 0 1002015 1585889280 28705 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4618/statm: 387180 28705 1445 10 0 384483 0
[pid=4618/tid=4620] ppid=4616 vsize=1548720 CPUtime=12.43
/proc/4618/task/4620/stat : 4620 (java) R 4616 4618 3809 0 -1 4202560 19382 0 1 0 1240 3 0 0 18 0 19 0 1002016 1585889280 28705 4089446400 134512640 134550932 4294039936 18446744073709551615 4109877449 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4618/tid=4621] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4621/stat : 4621 (java) S 4616 4618 3809 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 19 0 1002017 1585889280 28705 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0

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

[pid=4618/tid=4627] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4627/stat : 4627 (java) S 4616 4618 3809 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28848 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4628] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4628/stat : 4628 (java) S 4616 4618 3809 0 -1 4202560 141 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28848 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4629] ppid=4616 vsize=1548720 CPUtime=0.76
/proc/4618/task/4629/stat : 4629 (java) S 4616 4618 3809 0 -1 4202560 1914 0 0 0 76 0 0 0 15 0 19 0 1002018 1585889280 28848 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446604471142185728 0 0 -1 7 0 0 0
[pid=4618/tid=4630] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4630/stat : 4630 (java) S 4616 4618 3809 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1002018 1585889280 28848 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4631] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4631/stat : 4631 (java) S 4616 4618 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 1002018 1585889280 28848 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4632] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4632/stat : 4632 (java) S 4616 4618 3809 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 1002020 1585889280 28848 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4633] ppid=4616 vsize=1548720 CPUtime=0.84
/proc/4618/task/4633/stat : 4633 (java) S 4616 4618 3809 0 -1 4202560 5975 0 0 0 84 0 0 0 15 0 19 0 1002020 1585889280 28848 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4634] ppid=4616 vsize=1548720 CPUtime=1.03
/proc/4618/task/4634/stat : 4634 (java) S 4616 4618 3809 0 -1 4202560 5337 0 0 0 103 0 0 0 15 0 19 0 1002020 1585889280 28848 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 4 0 0 0
[pid=4618/tid=4635] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4635/stat : 4635 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 1002020 1585889280 28848 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4636] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4636/stat : 4636 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 1002020 1585889280 28848 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4637] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4637/stat : 4637 (java) S 4616 4618 3809 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 1002055 1585889280 28848 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 33.85
Current children cumulated vsize (KiB) 1548720

[startup+35.1012 s]
/proc/loadavg: 2.02 2.02 1.96 3/215 4638
/proc/meminfo: memFree=32282068/32951124 swapFree=67111528/67111528
[pid=4618] ppid=4616 vsize=1548720 CPUtime=37.07
/proc/4618/stat : 4618 (java) S 4616 4618 3809 0 -1 4202496 35252 0 1 0 3700 7 0 0 20 0 19 0 1002015 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4618/statm: 387180 28852 1445 10 0 384483 0
[pid=4618/tid=4620] ppid=4616 vsize=1548720 CPUtime=34.14
/proc/4618/task/4620/stat : 4620 (java) R 4616 4618 3809 0 -1 4202560 19416 0 1 0 3411 3 0 0 20 0 19 0 1002016 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4109672847 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4618/tid=4621] ppid=4616 vsize=1548720 CPUtime=0.02
/proc/4618/task/4621/stat : 4621 (java) S 4616 4618 3809 0 -1 4202560 228 0 0 0 2 0 0 0 15 0 19 0 1002017 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4622] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4622/stat : 4622 (java) S 4616 4618 3809 0 -1 4202560 501 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4623] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4623/stat : 4623 (java) S 4616 4618 3809 0 -1 4202560 186 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 7 0 0 0
[pid=4618/tid=4624] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4624/stat : 4624 (java) S 4616 4618 3809 0 -1 4202560 191 0 0 0 1 0 0 0 16 0 19 0 1002017 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4625] ppid=4616 vsize=1548720 CPUtime=0.02
/proc/4618/task/4625/stat : 4625 (java) S 4616 4618 3809 0 -1 4202560 217 0 0 0 2 0 0 0 16 0 19 0 1002017 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4626] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4626/stat : 4626 (java) S 4616 4618 3809 0 -1 4202560 65 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4627] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4627/stat : 4627 (java) S 4616 4618 3809 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4628] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4628/stat : 4628 (java) S 4616 4618 3809 0 -1 4202560 141 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4629] ppid=4616 vsize=1548720 CPUtime=0.85
/proc/4618/task/4629/stat : 4629 (java) S 4616 4618 3809 0 -1 4202560 1918 0 0 0 85 0 0 0 15 0 19 0 1002018 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446604471142185728 0 0 -1 7 0 0 0
[pid=4618/tid=4630] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4630/stat : 4630 (java) S 4616 4618 3809 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1002018 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4631] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4631/stat : 4631 (java) S 4616 4618 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 1002018 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4632] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4632/stat : 4632 (java) S 4616 4618 3809 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 1002020 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4633] ppid=4616 vsize=1548720 CPUtime=0.84
/proc/4618/task/4633/stat : 4633 (java) S 4616 4618 3809 0 -1 4202560 5975 0 0 0 84 0 0 0 15 0 19 0 1002020 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4634] ppid=4616 vsize=1548720 CPUtime=1.04
/proc/4618/task/4634/stat : 4634 (java) S 4616 4618 3809 0 -1 4202560 5338 0 0 0 104 0 0 0 15 0 19 0 1002020 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 4 0 0 0
[pid=4618/tid=4635] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4635/stat : 4635 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 1002020 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4636] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4636/stat : 4636 (java) S 4616 4618 3809 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 1002020 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4637] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4637/stat : 4637 (java) S 4616 4618 3809 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 1002055 1585889280 28852 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37.07
Current children cumulated vsize (KiB) 1548720

[startup+35.9011 s]
/proc/loadavg: 2.02 2.02 1.96 3/215 4638
/proc/meminfo: memFree=32282068/32951124 swapFree=67111528/67111528
[pid=4618] ppid=4616 vsize=1548720 CPUtime=37.88
/proc/4618/stat : 4618 (java) S 4616 4618 3809 0 -1 4202496 35254 0 1 0 3781 7 0 0 20 0 19 0 1002015 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4618/statm: 387180 28853 1445 10 0 384483 0
[pid=4618/tid=4620] ppid=4616 vsize=1548720 CPUtime=34.92
/proc/4618/task/4620/stat : 4620 (java) R 4616 4618 3809 0 -1 4202560 19418 0 1 0 3489 3 0 0 21 0 19 0 1002016 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4109724863 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4618/tid=4621] ppid=4616 vsize=1548720 CPUtime=0.02
/proc/4618/task/4621/stat : 4621 (java) S 4616 4618 3809 0 -1 4202560 228 0 0 0 2 0 0 0 15 0 19 0 1002017 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4622] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4622/stat : 4622 (java) S 4616 4618 3809 0 -1 4202560 501 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4623] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4623/stat : 4623 (java) S 4616 4618 3809 0 -1 4202560 186 0 0 0 1 0 0 0 16 0 19 0 1002017 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4624] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4624/stat : 4624 (java) S 4616 4618 3809 0 -1 4202560 191 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4625] ppid=4616 vsize=1548720 CPUtime=0.02
/proc/4618/task/4625/stat : 4625 (java) S 4616 4618 3809 0 -1 4202560 217 0 0 0 2 0 0 0 15 0 19 0 1002017 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4626] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4626/stat : 4626 (java) S 4616 4618 3809 0 -1 4202560 65 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4627] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4627/stat : 4627 (java) S 4616 4618 3809 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4628] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4628/stat : 4628 (java) S 4616 4618 3809 0 -1 4202560 141 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4629] ppid=4616 vsize=1548720 CPUtime=0.86
/proc/4618/task/4629/stat : 4629 (java) S 4616 4618 3809 0 -1 4202560 1918 0 0 0 86 0 0 0 15 0 19 0 1002018 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446604471142185728 0 0 -1 7 0 0 0
[pid=4618/tid=4630] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4630/stat : 4630 (java) S 4616 4618 3809 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1002018 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4631] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4631/stat : 4631 (java) S 4616 4618 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 1002018 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4632] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4632/stat : 4632 (java) S 4616 4618 3809 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 1002020 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4633] ppid=4616 vsize=1548720 CPUtime=0.84
/proc/4618/task/4633/stat : 4633 (java) S 4616 4618 3809 0 -1 4202560 5975 0 0 0 84 0 0 0 15 0 19 0 1002020 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4634] ppid=4616 vsize=1548720 CPUtime=1.05
/proc/4618/task/4634/stat : 4634 (java) S 4616 4618 3809 0 -1 4202560 5338 0 0 0 105 0 0 0 15 0 19 0 1002020 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 4 0 0 0
[pid=4618/tid=4635] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4635/stat : 4635 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 1002020 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4636] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4636/stat : 4636 (java) S 4616 4618 3809 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 1002020 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4637] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4637/stat : 4637 (java) S 4616 4618 3809 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 1002055 1585889280 28853 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37.88
Current children cumulated vsize (KiB) 1548720

[startup+36.307 s]
/proc/loadavg: 2.02 2.02 1.96 3/215 4638
/proc/meminfo: memFree=32281696/32951124 swapFree=67111528/67111528
[pid=4618] ppid=4616 vsize=1548720 CPUtime=38.29
/proc/4618/stat : 4618 (java) S 4616 4618 3809 0 -1 4202496 35257 0 1 0 3822 7 0 0 20 0 19 0 1002015 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4618/statm: 387180 28855 1445 10 0 384483 0
[pid=4618/tid=4620] ppid=4616 vsize=1548720 CPUtime=35.31
/proc/4618/task/4620/stat : 4620 (java) R 4616 4618 3809 0 -1 4202560 19419 0 1 0 3528 3 0 0 23 0 19 0 1002016 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4109686111 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4618/tid=4621] ppid=4616 vsize=1548720 CPUtime=0.02
/proc/4618/task/4621/stat : 4621 (java) S 4616 4618 3809 0 -1 4202560 228 0 0 0 2 0 0 0 16 0 19 0 1002017 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4622] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4622/stat : 4622 (java) S 4616 4618 3809 0 -1 4202560 501 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4623] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4623/stat : 4623 (java) S 4616 4618 3809 0 -1 4202560 186 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4624] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4624/stat : 4624 (java) S 4616 4618 3809 0 -1 4202560 191 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4625] ppid=4616 vsize=1548720 CPUtime=0.02
/proc/4618/task/4625/stat : 4625 (java) S 4616 4618 3809 0 -1 4202560 217 0 0 0 2 0 0 0 15 0 19 0 1002017 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4626] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4626/stat : 4626 (java) S 4616 4618 3809 0 -1 4202560 65 0 0 0 1 0 0 0 16 0 19 0 1002017 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4627] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4627/stat : 4627 (java) S 4616 4618 3809 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4628] ppid=4616 vsize=1548720 CPUtime=0.01
/proc/4618/task/4628/stat : 4628 (java) S 4616 4618 3809 0 -1 4202560 141 0 0 0 1 0 0 0 15 0 19 0 1002017 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4629] ppid=4616 vsize=1548720 CPUtime=0.88
/proc/4618/task/4629/stat : 4629 (java) S 4616 4618 3809 0 -1 4202560 1920 0 0 0 88 0 0 0 15 0 19 0 1002018 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 0 0 16800975 18446604471142185728 0 0 -1 7 0 0 0
[pid=4618/tid=4630] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4630/stat : 4630 (java) S 4616 4618 3809 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1002018 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4631] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4631/stat : 4631 (java) S 4616 4618 3809 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 1002018 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4632] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4632/stat : 4632 (java) S 4616 4618 3809 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 1002020 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 1 0 0 0
[pid=4618/tid=4633] ppid=4616 vsize=1548720 CPUtime=0.84
/proc/4618/task/4633/stat : 4633 (java) S 4616 4618 3809 0 -1 4202560 5975 0 0 0 84 0 0 0 15 0 19 0 1002020 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4634] ppid=4616 vsize=1548720 CPUtime=1.06
/proc/4618/task/4634/stat : 4634 (java) S 4616 4618 3809 0 -1 4202560 5338 0 0 0 106 0 0 0 15 0 19 0 1002020 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 4 0 0 0
[pid=4618/tid=4635] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4635/stat : 4635 (java) S 4616 4618 3809 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 1002020 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
[pid=4618/tid=4636] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4636/stat : 4636 (java) S 4616 4618 3809 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 1002020 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 5 0 0 0
[pid=4618/tid=4637] ppid=4616 vsize=1548720 CPUtime=0
/proc/4618/task/4637/stat : 4637 (java) S 4616 4618 3809 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 1002055 1585889280 28855 4089446400 134512640 134550932 4294039936 18446744073709551615 4294960144 0 4 0 16800975 18446604471142185728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38.29
Current children cumulated vsize (KiB) 1548720

[startup+36.501 s]
/proc/loadavg: 2.02 2.02 1.96 3/215 4638
/proc/meminfo: memFree=32281696/32951124 swapFree=67111528/67111528
[pid=4618] ppid=4616 vsize=0 CPUtime=38.45
/proc/4618/stat : 4618 (java) Z 4616 4618 3809 0 -1 4203548 35271 0 1 0 3838 7 0 0 18 0 2 0 1002015 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/4618/statm: 0 0 0 0 0 0 0
[pid=4618/tid=4637] ppid=4616 vsize=0 CPUtime=0
/proc/4618/task/4637/stat : 4637 (java) R 4616 4618 3809 0 -1 4203588 5 0 0 0 0 0 0 0 18 0 2 0 1002055 0 0 4089446400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38.45
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 36.5028
CPU time (s): 38.4642
CPU user time (s): 38.3862
CPU system time (s): 0.077988
CPU usage (%): 105.373
Max. virtual memory (cumulated for all children) (KiB): 1552320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.3862
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35271
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= 2207
involuntary context switches= 5976

runsolver used 0.050992 second user time and 0.159975 second system time

The end

Launcher Data

Begin job on node106 at 2010-07-05 13:04:31
IDJOB=2698108
IDBENCH=79286
IDSOLVER=1211
FILE ID=node106/2698108-1278327871
PBS_JOBID= 11207482
Free space on /tmp= 74188 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900554420--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698108-1278327871/watcher-2698108-1278327871 -o /tmp/evaluation-result-2698108-1278327871/solver-2698108-1278327871 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698108-1278327871.wbo

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

MD5SUM BENCH= ce7c3a365231565303f31d834d531ee5
RANDOM SEED=705154395

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.814
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:      32392244 kB
Buffers:         35476 kB
Cached:         298880 kB
SwapCached:          0 kB
Active:         218064 kB
Inactive:       239720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32392244 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             476 kB
Writeback:           0 kB
AnonPages:      123768 kB
Mapped:          20328 kB
Slab:            36256 kB
PageTables:       4924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1640276 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= 74188 MiB
End job on node106 at 2010-07-05 13:05:08