Trace number 2698550

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 49.4775 47.6193

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900564824--soft-66-100-0.wbo
MD5SUMbcc83dde29b6f868056a0bfa1b1372de
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark49.4775
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 constraints928
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 47257
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 47256
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 813
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.1.v20100705
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.00/0.09	c Pseudo Boolean Optimization
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-2698550-1278325637.wbo
0.00/0.09	c reading problem ... 
0.29/0.28	c ... done. Wall clock time 0.189s.
0.29/0.28	c #vars     1159
0.29/0.28	c #constraints  2707
0.29/0.28	c constraints type 
0.29/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2533
0.29/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.29/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 151
0.29/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
0.78/0.42	c SATISFIABLE
0.78/0.42	c OPTIMIZING...
0.78/0.42	c Got one! Elapsed wall clock time (in seconds):0.323
0.78/0.42	o 416
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.387
0.78/0.48	o 294
1.08/0.56	c Got one! Elapsed wall clock time (in seconds):0.472
1.08/0.56	o 283
1.38/0.63	c Got one! Elapsed wall clock time (in seconds):0.533
1.38/0.63	o 269
1.38/0.69	c Got one! Elapsed wall clock time (in seconds):0.601
1.38/0.69	o 211
1.68/0.77	c Got one! Elapsed wall clock time (in seconds):0.675
1.68/0.77	o 164
2.22/0.91	c Got one! Elapsed wall clock time (in seconds):0.818
2.22/0.91	o 160
2.22/0.98	c Got one! Elapsed wall clock time (in seconds):0.884
2.22/0.98	o 132
2.55/1.26	c cleaning 2499 clauses out of 5001 with flag 5001/5001
2.86/1.55	c Got one! Elapsed wall clock time (in seconds):1.457
2.86/1.55	o 115
3.07/1.72	c Got one! Elapsed wall clock time (in seconds):1.626
3.07/1.72	o 113
3.40/2.04	c cleaning 4247 clauses out of 8501 with flag 11000/11000
3.51/2.13	c Got one! Elapsed wall clock time (in seconds):2.035
3.51/2.13	o 106
3.62/2.26	c Got one! Elapsed wall clock time (in seconds):2.163
3.62/2.26	o 101
4.44/3.01	c cleaning 5623 clauses out of 11254 with flag 18000/18000
4.44/3.07	c Got one! Elapsed wall clock time (in seconds):2.978
4.44/3.07	o 89
4.76/3.37	c Got one! Elapsed wall clock time (in seconds):3.281
4.76/3.37	o 55
5.36/3.93	c cleaning 6816 clauses out of 13633 with flag 26002/26002
6.27/4.80	c cleaning 7904 clauses out of 15816 with flag 35001/35001
7.18/5.75	c cleaning 8953 clauses out of 17912 with flag 45001/45001
8.09/6.68	c cleaning 9479 clauses out of 18961 with flag 55003/55003
9.08/7.67	c cleaning 9737 clauses out of 19481 with flag 65002/65002
9.08/7.70	c Got one! Elapsed wall clock time (in seconds):7.607
9.08/7.70	o 52
10.30/8.88	c cleaning 9869 clauses out of 19744 with flag 75002/75002
10.41/8.91	c Got one! Elapsed wall clock time (in seconds):8.821
10.41/8.91	o 46
11.40/9.92	c cleaning 9932 clauses out of 19874 with flag 85001/85001
12.30/10.81	c cleaning 9964 clauses out of 19941 with flag 95000/95000
12.91/11.43	c Got one! Elapsed wall clock time (in seconds):11.341
12.91/11.43	o 42
13.21/11.76	c cleaning 9982 clauses out of 19977 with flag 105000/105000
14.21/12.71	c cleaning 9991 clauses out of 19995 with flag 115000/115000
15.42/13.97	c Got one! Elapsed wall clock time (in seconds):13.875
15.42/13.97	o 24
15.52/14.07	c cleaning 10000 clauses out of 20005 with flag 125001/125001
16.42/14.97	c cleaning 9982 clauses out of 20004 with flag 135000/135000
16.53/15.08	c Got one! Elapsed wall clock time (in seconds):14.984
16.53/15.08	o 22
17.43/15.98	c cleaning 10009 clauses out of 20024 with flag 145002/145002
18.53/17.09	c cleaning 9999 clauses out of 20013 with flag 155000/155000
19.53/18.03	c cleaning 10010 clauses out of 20022 with flag 165008/165008
20.43/18.90	c cleaning 10000 clauses out of 20007 with flag 175003/175003
21.34/19.82	c cleaning 9998 clauses out of 20004 with flag 185000/185000
22.23/20.70	c cleaning 9999 clauses out of 20006 with flag 195000/195000
22.95/21.48	c cleaning 9998 clauses out of 20010 with flag 205003/205003
23.75/22.28	c cleaning 10003 clauses out of 20014 with flag 215005/215005
24.66/23.12	c cleaning 9991 clauses out of 20006 with flag 225000/225000
25.65/24.10	c cleaning 10005 clauses out of 20016 with flag 235001/235001
26.46/24.98	c cleaning 9993 clauses out of 20010 with flag 245000/245000
27.46/25.91	c cleaning 9999 clauses out of 20017 with flag 255000/255000
28.36/26.88	c cleaning 10004 clauses out of 20019 with flag 265001/265001
28.76/27.24	c Got one! Elapsed wall clock time (in seconds):27.152
28.76/27.24	o 19
29.36/27.84	c cleaning 10004 clauses out of 20014 with flag 275000/275000
30.07/28.57	c cleaning 10001 clauses out of 20010 with flag 285000/285000
30.77/29.21	c cleaning 10002 clauses out of 20009 with flag 295000/295000
31.58/30.07	c cleaning 9998 clauses out of 20008 with flag 305001/305001
32.48/30.99	c cleaning 10000 clauses out of 20014 with flag 315005/315005
33.38/31.85	c cleaning 10004 clauses out of 20011 with flag 325002/325002
34.28/32.79	c cleaning 9999 clauses out of 20005 with flag 335000/335000
35.18/33.64	c cleaning 9991 clauses out of 20006 with flag 345000/345000
35.98/34.45	c cleaning 9995 clauses out of 20017 with flag 355002/355002
36.99/35.48	c cleaning 10003 clauses out of 20020 with flag 365000/365000
38.20/36.45	c cleaning 10005 clauses out of 20017 with flag 375000/375000
39.21/37.44	c cleaning 9993 clauses out of 20012 with flag 385000/385000
40.20/38.42	c cleaning 10003 clauses out of 20020 with flag 395001/395001
41.21/39.40	c cleaning 10001 clauses out of 20016 with flag 405000/405000
42.12/40.39	c cleaning 9992 clauses out of 20015 with flag 415000/415000
43.12/41.39	c cleaning 10005 clauses out of 20023 with flag 425000/425000
44.02/42.28	c cleaning 10001 clauses out of 20019 with flag 435001/435001
44.92/43.18	c cleaning 10005 clauses out of 20018 with flag 445001/445001
45.83/44.02	c cleaning 9995 clauses out of 20017 with flag 455005/455005
46.72/44.98	c cleaning 9996 clauses out of 20017 with flag 465000/465000
47.54/45.78	c cleaning 10007 clauses out of 20022 with flag 475001/475001
48.56/46.71	c cleaning 10005 clauses out of 20014 with flag 485000/485000
49.37/47.56	c starts		: 171
49.37/47.56	c conflicts		: 492974
49.37/47.56	c decisions		: 848248
49.37/47.56	c propagations		: 30670620
49.37/47.56	c inspects		: 318633730
49.37/47.56	c learnt literals	: 4
49.37/47.56	c learnt binary clauses	: 16
49.37/47.56	c learnt ternary clauses	: 413
49.37/47.56	c learnt clauses	: 492969
49.37/47.56	c ignored clauses	: 0
49.37/47.56	c root simplifications	: 0
49.37/47.56	c removed literals (reason simplification)	: 2601102
49.37/47.56	c reason swapping (by a shorter reason)	: 0
49.37/47.56	c Calls to reduceDB	: 50
49.37/47.56	c number of reductions to clauses (during analyze)	: 0
49.37/47.56	c number of learned constraints concerned by reduction	: 0
49.37/47.56	c number of learning phase by resolution	: 0
49.37/47.57	c number of learning phase by cutting planes	: 0
49.37/47.57	c speed (assignments/second)	: 1509455.1897239038
49.37/47.57	c non guided choices	3137
49.37/47.57	c learnt constraints type 
49.37/47.57	c constraints type 
49.37/47.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2533
49.37/47.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
49.37/47.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 151
49.37/47.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
49.37/47.57	s OPTIMUM FOUND
49.37/47.57	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 
49.37/47.57	c objective function=19
49.37/47.57	c Total wall clock time (in seconds): 47.474

Verifier Data

OK	19

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698550-1278325637/watcher-2698550-1278325637 -o /tmp/evaluation-result-2698550-1278325637/solver-2698550-1278325637 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698550-1278325637.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.96 1.96 1.72 3/200 4317
/proc/meminfo: memFree=32414680/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=13684 CPUtime=0
/proc/4317/stat : 4317 (java) S 4315 4317 3902 0 -1 4202496 1179 0 0 0 0 0 0 0 22 0 2 0 777015 14012416 627 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 3421 629 306 10 0 1206 0
[pid=4317/tid=4318] ppid=4315 vsize=13684 CPUtime=0
/proc/4317/task/4318/stat : 4318 (java) S 4315 4317 3902 0 -1 4202560 142 0 0 0 0 0 0 0 24 0 2 0 777016 14012416 630 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16784584 4601826152200273919 0 0 -1 5 0 0 0

[startup+0.101137 s]
/proc/loadavg: 1.96 1.96 1.72 3/200 4317
/proc/meminfo: memFree=32414680/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1529260 CPUtime=0.11
/proc/4317/stat : 4317 (java) S 4315 4317 3902 0 -1 4202496 5231 0 1 0 10 1 0 0 22 0 18 0 777015 1565962240 4668 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 382315 4669 1347 10 0 379618 0
[pid=4317/tid=4318] ppid=4315 vsize=1529260 CPUtime=0.08
/proc/4317/task/4318/stat : 4318 (java) R 4315 4317 3902 0 -1 4202560 3583 0 1 0 7 1 0 0 21 0 18 0 777016 1565962240 4669 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529260

[startup+0.202075 s]
/proc/loadavg: 1.96 1.96 1.72 3/200 4317
/proc/meminfo: memFree=32414680/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1531308 CPUtime=0.29
/proc/4317/stat : 4317 (java) S 4315 4317 3902 0 -1 4202496 6237 0 1 0 28 1 0 0 22 0 18 0 777015 1568059392 5665 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 382827 5665 1380 10 0 380130 0
[pid=4317/tid=4318] ppid=4315 vsize=1531308 CPUtime=0.18
/proc/4317/task/4318/stat : 4318 (java) R 4315 4317 3902 0 -1 4202560 4128 0 1 0 17 1 0 0 18 0 18 0 777016 1568059392 5665 4089446400 134512640 134550932 4291600656 18446744073709551615 4109265780 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1531308

[startup+0.301785 s]
/proc/loadavg: 1.96 1.96 1.72 3/200 4317
/proc/meminfo: memFree=32414680/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1532332 CPUtime=0.54
/proc/4317/stat : 4317 (java) S 4315 4317 3902 0 -1 4202496 7695 0 1 0 52 2 0 0 22 0 18 0 777015 1569107968 6943 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 383083 6944 1409 10 0 380386 0
[pid=4317/tid=4318] ppid=4315 vsize=1532332 CPUtime=0.28
/proc/4317/task/4318/stat : 4318 (java) R 4315 4317 3902 0 -1 4202560 5260 0 1 0 27 1 0 0 18 0 18 0 777016 1569107968 6944 4089446400 134512640 134550932 4291600656 18446744073709551615 4109636083 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 1532332

[startup+0.70102 s]
/proc/loadavg: 1.96 1.96 1.72 3/200 4317
/proc/meminfo: memFree=32414680/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1550040 CPUtime=1.68
/proc/4317/stat : 4317 (java) S 4315 4317 3902 0 -1 4202496 16113 0 1 0 165 3 0 0 22 0 19 0 777015 1587240960 12675 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 387510 12677 1425 10 0 384813 0
[pid=4317/tid=4318] ppid=4315 vsize=1550040 CPUtime=0.69
/proc/4317/task/4318/stat : 4318 (java) R 4315 4317 3902 0 -1 4202560 6772 0 1 0 67 2 0 0 18 0 19 0 777016 1587240960 12678 4089446400 134512640 134550932 4291600656 18446744073709551615 4109265780 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 1550040

[startup+1.50089 s]
/proc/loadavg: 1.96 1.96 1.72 3/219 4336
/proc/meminfo: memFree=32362768/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1548312 CPUtime=2.86
/proc/4317/stat : 4317 (java) S 4315 4317 3902 0 -1 4202496 20311 0 1 0 283 3 0 0 22 0 19 0 777015 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 387078 15407 1445 10 0 384381 0
[pid=4317/tid=4318] ppid=4315 vsize=1548312 CPUtime=1.47
/proc/4317/task/4318/stat : 4318 (java) R 4315 4317 3902 0 -1 4202560 8934 0 1 0 145 2 0 0 19 0 19 0 777016 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4109689568 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4317/tid=4320] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4320/stat : 4320 (java) S 4315 4317 3902 0 -1 4202560 140 0 0 0 0 0 0 0 18 0 19 0 777016 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
[pid=4317/tid=4321] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4321/stat : 4321 (java) S 4315 4317 3902 0 -1 4202560 57 0 0 0 0 0 0 0 18 0 19 0 777016 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4322] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4322/stat : 4322 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 777016 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4323] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4323/stat : 4323 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 777016 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4324] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4324/stat : 4324 (java) S 4315 4317 3902 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 777016 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 7 0 0 0
[pid=4317/tid=4325] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4325/stat : 4325 (java) S 4315 4317 3902 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 777016 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 7 0 0 0
[pid=4317/tid=4326] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4326/stat : 4326 (java) S 4315 4317 3902 0 -1 4202560 86 0 0 0 0 0 0 0 18 0 19 0 777016 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 7 0 0 0
[pid=4317/tid=4327] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4327/stat : 4327 (java) S 4315 4317 3902 0 -1 4202560 79 0 0 0 0 0 0 0 18 0 19 0 777016 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 7 0 0 0
[pid=4317/tid=4328] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4328/stat : 4328 (java) S 4315 4317 3902 0 -1 4202560 355 0 0 0 0 0 0 0 16 0 19 0 777017 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
[pid=4317/tid=4329] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4329/stat : 4329 (java) S 4315 4317 3902 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 777017 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4330] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4330/stat : 4330 (java) S 4315 4317 3902 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 777017 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4331] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4331/stat : 4331 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 777020 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4332] ppid=4315 vsize=1548312 CPUtime=0.7
/proc/4317/task/4332/stat : 4332 (java) S 4315 4317 3902 0 -1 4202560 3459 0 0 0 70 0 0 0 15 0 19 0 777020 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 6 0 0 0
[pid=4317/tid=4333] ppid=4315 vsize=1548312 CPUtime=0.65
/proc/4317/task/4333/stat : 4333 (java) S 4315 4317 3902 0 -1 4202560 6134 0 0 0 65 0 0 0 15 0 19 0 777020 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4334] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4334/stat : 4334 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 777020 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4335] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4335/stat : 4335 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 777020 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4336] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4336/stat : 4336 (java) S 4315 4317 3902 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 777047 1585471488 15407 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 1548312

[startup+3.1016 s]
/proc/loadavg: 1.96 1.96 1.72 3/219 4336
/proc/meminfo: memFree=32356692/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1548312 CPUtime=4.56
/proc/4317/stat : 4317 (java) S 4315 4317 3902 0 -1 4202496 21169 0 1 0 452 4 0 0 22 0 19 0 777015 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 387078 16262 1445 10 0 384381 0
[pid=4317/tid=4318] ppid=4315 vsize=1548312 CPUtime=3.04
/proc/4317/task/4318/stat : 4318 (java) R 4315 4317 3902 0 -1 4202560 8938 0 1 0 302 2 0 0 18 0 19 0 777016 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4109716024 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4317/tid=4320] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4320/stat : 4320 (java) S 4315 4317 3902 0 -1 4202560 350 0 0 0 0 0 0 0 15 0 19 0 777016 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 6 0 0 0
[pid=4317/tid=4321] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4321/stat : 4321 (java) S 4315 4317 3902 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 777016 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4322] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4322/stat : 4322 (java) S 4315 4317 3902 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 777016 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4323] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4323/stat : 4323 (java) S 4315 4317 3902 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 777016 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4324] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4324/stat : 4324 (java) S 4315 4317 3902 0 -1 4202560 120 0 0 0 0 0 0 0 15 0 19 0 777016 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 6 0 0 0
[pid=4317/tid=4325] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4325/stat : 4325 (java) S 4315 4317 3902 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 777016 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 7 0 0 0
[pid=4317/tid=4326] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4326/stat : 4326 (java) S 4315 4317 3902 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 19 0 777016 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 7 0 0 0
[pid=4317/tid=4327] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4327/stat : 4327 (java) S 4315 4317 3902 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 777016 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 7 0 0 0
[pid=4317/tid=4328] ppid=4315 vsize=1548312 CPUtime=0.03
/proc/4317/task/4328/stat : 4328 (java) S 4315 4317 3902 0 -1 4202560 645 0 0 0 3 0 0 0 16 0 19 0 777017 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
[pid=4317/tid=4329] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4329/stat : 4329 (java) S 4315 4317 3902 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 777017 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4330] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4330/stat : 4330 (java) S 4315 4317 3902 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 777017 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4331] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4331/stat : 4331 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 777020 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4332] ppid=4315 vsize=1548312 CPUtime=0.74
/proc/4317/task/4332/stat : 4332 (java) S 4315 4317 3902 0 -1 4202560 3464 0 0 0 74 0 0 0 15 0 19 0 777020 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 6 0 0 0
[pid=4317/tid=4333] ppid=4315 vsize=1548312 CPUtime=0.7
/proc/4317/task/4333/stat : 4333 (java) S 4315 4317 3902 0 -1 4202560 6141 0 0 0 70 0 0 0 15 0 19 0 777020 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4334] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4334/stat : 4334 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 777020 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4335] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4335/stat : 4335 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 777020 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4336] ppid=4315 vsize=1548312 CPUtime=0
/proc/4317/task/4336/stat : 4336 (java) S 4315 4317 3902 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 777047 1585471488 16262 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 1548312

[startup+6.30103 s]
/proc/loadavg: 1.96 1.96 1.72 3/219 4336
/proc/meminfo: memFree=32353768/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1547372 CPUtime=7.78
/proc/4317/stat : 4317 (java) S 4315 4317 3902 0 -1 4202496 21563 0 1 0 774 4 0 0 22 0 19 0 777015 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 386843 16317 1445 10 0 384146 0
[pid=4317/tid=4318] ppid=4315 vsize=1547372 CPUtime=6.2
/proc/4317/task/4318/stat : 4318 (java) R 4315 4317 3902 0 -1 4202560 8941 0 1 0 618 2 0 0 20 0 19 0 777016 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4109805657 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4317/tid=4320] ppid=4315 vsize=1547372 CPUtime=0
/proc/4317/task/4320/stat : 4320 (java) S 4315 4317 3902 0 -1 4202560 399 0 0 0 0 0 0 0 15 0 19 0 777016 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 4 0 0 0
[pid=4317/tid=4321] ppid=4315 vsize=1547372 CPUtime=0
/proc/4317/task/4321/stat : 4321 (java) S 4315 4317 3902 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 19 0 777016 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4322] ppid=4315 vsize=1547372 CPUtime=0
/proc/4317/task/4322/stat : 4322 (java) S 4315 4317 3902 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 777016 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4323] ppid=4315 vsize=1547372 CPUtime=0
/proc/4317/task/4323/stat : 4323 (java) S 4315 4317 3902 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 777016 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4324] ppid=4315 vsize=1547372 CPUtime=0
/proc/4317/task/4324/stat : 4324 (java) S 4315 4317 3902 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 19 0 777016 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 2 0 0 0
[pid=4317/tid=4325] ppid=4315 vsize=1547372 CPUtime=0
/proc/4317/task/4325/stat : 4325 (java) S 4315 4317 3902 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 777016 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 7 0 0 0
[pid=4317/tid=4326] ppid=4315 vsize=1547372 CPUtime=0
/proc/4317/task/4326/stat : 4326 (java) S 4315 4317 3902 0 -1 4202560 243 0 0 0 0 0 0 0 15 0 19 0 777016 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 7 0 0 0
[pid=4317/tid=4327] ppid=4315 vsize=1547372 CPUtime=0
/proc/4317/task/4327/stat : 4327 (java) S 4315 4317 3902 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 777016 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 7 0 0 0
[pid=4317/tid=4328] ppid=4315 vsize=1547372 CPUtime=0.06
/proc/4317/task/4328/stat : 4328 (java) S 4315 4317 3902 0 -1 4202560 811 0 0 0 6 0 0 0 15 0 19 0 777017 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
[pid=4317/tid=4329] ppid=4315 vsize=1547372 CPUtime=0
/proc/4317/task/4329/stat : 4329 (java) S 4315 4317 3902 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 777017 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4330] ppid=4315 vsize=1547372 CPUtime=0
/proc/4317/task/4330/stat : 4330 (java) S 4315 4317 3902 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 777017 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4331] ppid=4315 vsize=1547372 CPUtime=0
/proc/4317/task/4331/stat : 4331 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 777020 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4332] ppid=4315 vsize=1547372 CPUtime=0.75
/proc/4317/task/4332/stat : 4332 (java) S 4315 4317 3902 0 -1 4202560 3468 0 0 0 75 0 0 0 15 0 19 0 777020 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 6 0 0 0
[pid=4317/tid=4333] ppid=4315 vsize=1547372 CPUtime=0.71
/proc/4317/task/4333/stat : 4333 (java) S 4315 4317 3902 0 -1 4202560 6141 0 0 0 71 0 0 0 15 0 19 0 777020 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4334] ppid=4315 vsize=1547372 CPUtime=0
/proc/4317/task/4334/stat : 4334 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 777020 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4335] ppid=4315 vsize=1547372 CPUtime=0
/proc/4317/task/4335/stat : 4335 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 777020 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4336] ppid=4315 vsize=1547372 CPUtime=0
/proc/4317/task/4336/stat : 4336 (java) S 4315 4317 3902 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 777047 1584508928 16317 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 1547372


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

/proc/4317/task/4320/stat : 4320 (java) S 4315 4317 3902 0 -1 4202560 402 0 0 0 3 0 0 0 15 0 19 0 777016 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 6 0 0 0
[pid=4317/tid=4321] ppid=4315 vsize=1545500 CPUtime=0.01
/proc/4317/task/4321/stat : 4321 (java) S 4315 4317 3902 0 -1 4202560 158 0 0 0 1 0 0 0 15 0 19 0 777016 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4322] ppid=4315 vsize=1545500 CPUtime=0.03
/proc/4317/task/4322/stat : 4322 (java) S 4315 4317 3902 0 -1 4202560 60 0 0 0 3 0 0 0 15 0 19 0 777016 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 2 0 0 0
[pid=4317/tid=4323] ppid=4315 vsize=1545500 CPUtime=0.02
/proc/4317/task/4323/stat : 4323 (java) S 4315 4317 3902 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 777016 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 2 0 0 0
[pid=4317/tid=4324] ppid=4315 vsize=1545500 CPUtime=0.03
/proc/4317/task/4324/stat : 4324 (java) S 4315 4317 3902 0 -1 4202560 202 0 0 0 3 0 0 0 15 0 19 0 777016 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 4 0 0 0
[pid=4317/tid=4325] ppid=4315 vsize=1545500 CPUtime=0.01
/proc/4317/task/4325/stat : 4325 (java) S 4315 4317 3902 0 -1 4202560 39 0 0 0 1 0 0 0 15 0 19 0 777016 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4326] ppid=4315 vsize=1545500 CPUtime=0.02
/proc/4317/task/4326/stat : 4326 (java) S 4315 4317 3902 0 -1 4202560 270 0 0 0 2 0 0 0 16 0 19 0 777016 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4327] ppid=4315 vsize=1545500 CPUtime=0.02
/proc/4317/task/4327/stat : 4327 (java) S 4315 4317 3902 0 -1 4202560 84 0 0 0 2 0 0 0 15 0 19 0 777016 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 7 0 0 0
[pid=4317/tid=4328] ppid=4315 vsize=1545500 CPUtime=0.61
/proc/4317/task/4328/stat : 4328 (java) S 4315 4317 3902 0 -1 4202560 1357 0 0 0 60 1 0 0 16 0 19 0 777017 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
[pid=4317/tid=4329] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4329/stat : 4329 (java) S 4315 4317 3902 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 777017 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4330] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4330/stat : 4330 (java) S 4315 4317 3902 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 777017 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4331] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4331/stat : 4331 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 777020 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4332] ppid=4315 vsize=1545500 CPUtime=0.76
/proc/4317/task/4332/stat : 4332 (java) S 4315 4317 3902 0 -1 4202560 3469 0 0 0 76 0 0 0 15 0 19 0 777020 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 6 0 0 0
[pid=4317/tid=4333] ppid=4315 vsize=1545500 CPUtime=0.93
/proc/4317/task/4333/stat : 4333 (java) S 4315 4317 3902 0 -1 4202560 8204 0 0 0 92 1 0 0 15 0 19 0 777020 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4334] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4334/stat : 4334 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 777020 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4335] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4335/stat : 4335 (java) S 4315 4317 3902 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 777020 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 5 0 0 0
[pid=4317/tid=4336] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4336/stat : 4336 (java) S 4315 4317 3902 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 777047 1582592000 16541 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.62
Current children cumulated vsize (KiB) 1545500

[startup+46.4009 s]
/proc/loadavg: 1.98 1.96 1.73 3/219 4337
/proc/meminfo: memFree=32352556/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1545500 CPUtime=48.26
/proc/4317/stat : 4317 (java) S 4315 4317 3902 0 -1 4202496 24305 0 1 0 4818 8 0 0 22 0 19 0 777015 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 386375 16545 1445 10 0 383678 0
[pid=4317/tid=4318] ppid=4315 vsize=1545500 CPUtime=45.63
/proc/4317/task/4318/stat : 4318 (java) R 4315 4317 3902 0 -1 4202560 8985 0 1 0 4561 2 0 0 25 0 19 0 777016 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4109710400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4317/tid=4320] ppid=4315 vsize=1545500 CPUtime=0.03
/proc/4317/task/4320/stat : 4320 (java) S 4315 4317 3902 0 -1 4202560 404 0 0 0 3 0 0 0 15 0 19 0 777016 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 6 0 0 0
[pid=4317/tid=4321] ppid=4315 vsize=1545500 CPUtime=0.01
/proc/4317/task/4321/stat : 4321 (java) S 4315 4317 3902 0 -1 4202560 159 0 0 0 1 0 0 0 15 0 19 0 777016 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4322] ppid=4315 vsize=1545500 CPUtime=0.03
/proc/4317/task/4322/stat : 4322 (java) S 4315 4317 3902 0 -1 4202560 60 0 0 0 3 0 0 0 15 0 19 0 777016 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 6 0 0 0
[pid=4317/tid=4323] ppid=4315 vsize=1545500 CPUtime=0.02
/proc/4317/task/4323/stat : 4323 (java) S 4315 4317 3902 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 777016 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 2 0 0 0
[pid=4317/tid=4324] ppid=4315 vsize=1545500 CPUtime=0.03
/proc/4317/task/4324/stat : 4324 (java) S 4315 4317 3902 0 -1 4202560 202 0 0 0 3 0 0 0 15 0 19 0 777016 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 4 0 0 0
[pid=4317/tid=4325] ppid=4315 vsize=1545500 CPUtime=0.01
/proc/4317/task/4325/stat : 4325 (java) S 4315 4317 3902 0 -1 4202560 39 0 0 0 1 0 0 0 15 0 19 0 777016 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4326] ppid=4315 vsize=1545500 CPUtime=0.02
/proc/4317/task/4326/stat : 4326 (java) S 4315 4317 3902 0 -1 4202560 270 0 0 0 2 0 0 0 15 0 19 0 777016 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4327] ppid=4315 vsize=1545500 CPUtime=0.02
/proc/4317/task/4327/stat : 4327 (java) S 4315 4317 3902 0 -1 4202560 85 0 0 0 2 0 0 0 15 0 19 0 777016 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 7 0 0 0
[pid=4317/tid=4328] ppid=4315 vsize=1545500 CPUtime=0.64
/proc/4317/task/4328/stat : 4328 (java) S 4315 4317 3902 0 -1 4202560 1357 0 0 0 63 1 0 0 15 0 19 0 777017 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
[pid=4317/tid=4329] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4329/stat : 4329 (java) S 4315 4317 3902 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 777017 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4330] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4330/stat : 4330 (java) S 4315 4317 3902 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 777017 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4331] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4331/stat : 4331 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 777020 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4332] ppid=4315 vsize=1545500 CPUtime=0.76
/proc/4317/task/4332/stat : 4332 (java) S 4315 4317 3902 0 -1 4202560 3469 0 0 0 76 0 0 0 15 0 19 0 777020 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 6 0 0 0
[pid=4317/tid=4333] ppid=4315 vsize=1545500 CPUtime=0.96
/proc/4317/task/4333/stat : 4333 (java) S 4315 4317 3902 0 -1 4202560 8204 0 0 0 95 1 0 0 15 0 19 0 777020 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4334] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4334/stat : 4334 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 777020 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4335] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4335/stat : 4335 (java) S 4315 4317 3902 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 777020 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 5 0 0 0
[pid=4317/tid=4336] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4336/stat : 4336 (java) S 4315 4317 3902 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 777047 1582592000 16545 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.26
Current children cumulated vsize (KiB) 1545500

[startup+47.2007 s]
/proc/loadavg: 1.98 1.96 1.73 3/219 4337
/proc/meminfo: memFree=32352556/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1545500 CPUtime=49.07
/proc/4317/stat : 4317 (java) S 4315 4317 3902 0 -1 4202496 24310 0 1 0 4899 8 0 0 22 0 19 0 777015 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 386375 16549 1445 10 0 383678 0
[pid=4317/tid=4318] ppid=4315 vsize=1545500 CPUtime=46.41
/proc/4317/task/4318/stat : 4318 (java) R 4315 4317 3902 0 -1 4202560 8987 0 1 0 4639 2 0 0 25 0 19 0 777016 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4109750896 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4317/tid=4320] ppid=4315 vsize=1545500 CPUtime=0.03
/proc/4317/task/4320/stat : 4320 (java) S 4315 4317 3902 0 -1 4202560 404 0 0 0 3 0 0 0 15 0 19 0 777016 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 6 0 0 0
[pid=4317/tid=4321] ppid=4315 vsize=1545500 CPUtime=0.01
/proc/4317/task/4321/stat : 4321 (java) S 4315 4317 3902 0 -1 4202560 159 0 0 0 1 0 0 0 15 0 19 0 777016 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4322] ppid=4315 vsize=1545500 CPUtime=0.03
/proc/4317/task/4322/stat : 4322 (java) S 4315 4317 3902 0 -1 4202560 60 0 0 0 3 0 0 0 15 0 19 0 777016 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 6 0 0 0
[pid=4317/tid=4323] ppid=4315 vsize=1545500 CPUtime=0.02
/proc/4317/task/4323/stat : 4323 (java) S 4315 4317 3902 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 777016 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 2 0 0 0
[pid=4317/tid=4324] ppid=4315 vsize=1545500 CPUtime=0.03
/proc/4317/task/4324/stat : 4324 (java) S 4315 4317 3902 0 -1 4202560 202 0 0 0 3 0 0 0 15 0 19 0 777016 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 4 0 0 0
[pid=4317/tid=4325] ppid=4315 vsize=1545500 CPUtime=0.01
/proc/4317/task/4325/stat : 4325 (java) S 4315 4317 3902 0 -1 4202560 39 0 0 0 1 0 0 0 15 0 19 0 777016 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4326] ppid=4315 vsize=1545500 CPUtime=0.02
/proc/4317/task/4326/stat : 4326 (java) S 4315 4317 3902 0 -1 4202560 270 0 0 0 2 0 0 0 15 0 19 0 777016 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4327] ppid=4315 vsize=1545500 CPUtime=0.02
/proc/4317/task/4327/stat : 4327 (java) S 4315 4317 3902 0 -1 4202560 85 0 0 0 2 0 0 0 15 0 19 0 777016 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 7 0 0 0
[pid=4317/tid=4328] ppid=4315 vsize=1545500 CPUtime=0.66
/proc/4317/task/4328/stat : 4328 (java) S 4315 4317 3902 0 -1 4202560 1360 0 0 0 65 1 0 0 16 0 19 0 777017 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
[pid=4317/tid=4329] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4329/stat : 4329 (java) S 4315 4317 3902 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 777017 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4330] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4330/stat : 4330 (java) S 4315 4317 3902 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 777017 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4331] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4331/stat : 4331 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 777020 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4332] ppid=4315 vsize=1545500 CPUtime=0.76
/proc/4317/task/4332/stat : 4332 (java) S 4315 4317 3902 0 -1 4202560 3469 0 0 0 76 0 0 0 15 0 19 0 777020 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 6 0 0 0
[pid=4317/tid=4333] ppid=4315 vsize=1545500 CPUtime=0.97
/proc/4317/task/4333/stat : 4333 (java) S 4315 4317 3902 0 -1 4202560 8204 0 0 0 96 1 0 0 15 0 19 0 777020 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4334] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4334/stat : 4334 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 777020 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4335] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4335/stat : 4335 (java) S 4315 4317 3902 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 777020 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 5 0 0 0
[pid=4317/tid=4336] ppid=4315 vsize=1545500 CPUtime=0
/proc/4317/task/4336/stat : 4336 (java) S 4315 4317 3902 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 777047 1582592000 16549 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.07
Current children cumulated vsize (KiB) 1545500

[startup+47.6007 s]
/proc/loadavg: 1.98 1.96 1.73 3/219 4337
/proc/meminfo: memFree=32352428/32951124 swapFree=67111528/67111528
[pid=4317] ppid=4315 vsize=1545824 CPUtime=49.46
/proc/4317/stat : 4317 (java) S 4315 4317 3902 0 -1 4202496 24322 0 1 0 4938 8 0 0 22 0 19 0 777015 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4317/statm: 386456 16561 1446 10 0 383759 0
[pid=4317/tid=4318] ppid=4315 vsize=1545824 CPUtime=46.78
/proc/4317/task/4318/stat : 4318 (java) S 4315 4317 3902 0 -1 4202560 8992 0 1 0 4676 2 0 0 25 0 19 0 777016 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
[pid=4317/tid=4320] ppid=4315 vsize=1545824 CPUtime=0.03
/proc/4317/task/4320/stat : 4320 (java) S 4315 4317 3902 0 -1 4202560 404 0 0 0 3 0 0 0 15 0 19 0 777016 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 6 0 0 0
[pid=4317/tid=4321] ppid=4315 vsize=1545824 CPUtime=0.01
/proc/4317/task/4321/stat : 4321 (java) S 4315 4317 3902 0 -1 4202560 159 0 0 0 1 0 0 0 15 0 19 0 777016 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4322] ppid=4315 vsize=1545824 CPUtime=0.03
/proc/4317/task/4322/stat : 4322 (java) S 4315 4317 3902 0 -1 4202560 60 0 0 0 3 0 0 0 15 0 19 0 777016 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 6 0 0 0
[pid=4317/tid=4323] ppid=4315 vsize=1545824 CPUtime=0.02
/proc/4317/task/4323/stat : 4323 (java) S 4315 4317 3902 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 777016 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 2 0 0 0
[pid=4317/tid=4324] ppid=4315 vsize=1545824 CPUtime=0.03
/proc/4317/task/4324/stat : 4324 (java) S 4315 4317 3902 0 -1 4202560 202 0 0 0 3 0 0 0 15 0 19 0 777016 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 4 0 0 0
[pid=4317/tid=4325] ppid=4315 vsize=1545824 CPUtime=0.01
/proc/4317/task/4325/stat : 4325 (java) S 4315 4317 3902 0 -1 4202560 39 0 0 0 1 0 0 0 15 0 19 0 777016 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4326] ppid=4315 vsize=1545824 CPUtime=0.02
/proc/4317/task/4326/stat : 4326 (java) S 4315 4317 3902 0 -1 4202560 270 0 0 0 2 0 0 0 15 0 19 0 777016 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4327] ppid=4315 vsize=1545824 CPUtime=0.02
/proc/4317/task/4327/stat : 4327 (java) S 4315 4317 3902 0 -1 4202560 85 0 0 0 2 0 0 0 15 0 19 0 777016 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 7 0 0 0
[pid=4317/tid=4328] ppid=4315 vsize=1545824 CPUtime=0.66
/proc/4317/task/4328/stat : 4328 (java) S 4315 4317 3902 0 -1 4202560 1360 0 0 0 65 1 0 0 16 0 19 0 777017 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 0 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
[pid=4317/tid=4329] ppid=4315 vsize=1545824 CPUtime=0
/proc/4317/task/4329/stat : 4329 (java) S 4315 4317 3902 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 777017 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4330] ppid=4315 vsize=1545824 CPUtime=0
/proc/4317/task/4330/stat : 4330 (java) S 4315 4317 3902 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 777017 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4331] ppid=4315 vsize=1545824 CPUtime=0
/proc/4317/task/4331/stat : 4331 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 777020 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 1 0 0 0
[pid=4317/tid=4332] ppid=4315 vsize=1545824 CPUtime=0.76
/proc/4317/task/4332/stat : 4332 (java) S 4315 4317 3902 0 -1 4202560 3469 0 0 0 76 0 0 0 15 0 19 0 777020 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 6 0 0 0
[pid=4317/tid=4333] ppid=4315 vsize=1545824 CPUtime=0.99
/proc/4317/task/4333/stat : 4333 (java) S 4315 4317 3902 0 -1 4202560 8204 0 0 0 98 1 0 0 15 0 19 0 777020 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
[pid=4317/tid=4334] ppid=4315 vsize=1545824 CPUtime=0
/proc/4317/task/4334/stat : 4334 (java) S 4315 4317 3902 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 777020 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 3 0 0 0
[pid=4317/tid=4335] ppid=4315 vsize=1545824 CPUtime=0
/proc/4317/task/4335/stat : 4335 (java) S 4315 4317 3902 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 777020 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 5 0 0 0
[pid=4317/tid=4336] ppid=4315 vsize=1545824 CPUtime=0
/proc/4317/task/4336/stat : 4336 (java) S 4315 4317 3902 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 777047 1582923776 16561 4089446400 134512640 134550932 4291600656 18446744073709551615 4294960144 0 4 0 16800975 18446604471164008576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.46
Current children cumulated vsize (KiB) 1545824

Child status: 30
Real time (s): 47.6193
CPU time (s): 49.4775
CPU user time (s): 49.3855
CPU system time (s): 0.091986
CPU usage (%): 103.902
Max. virtual memory (cumulated for all children) (KiB): 1550832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.3855
system time used= 0.091986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24326
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= 2727
involuntary context switches= 11378

runsolver used 0.092985 second user time and 0.181972 second system time

The end

Launcher Data

Begin job on node132 at 2010-07-05 12:27:17
IDJOB=2698550
IDBENCH=78883
IDSOLVER=1211
FILE ID=node132/2698550-1278325637
PBS_JOBID= 11207434
Free space on /tmp= 74188 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.1900564824--soft-66-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-2698550-1278325637/watcher-2698550-1278325637 -o /tmp/evaluation-result-2698550-1278325637/solver-2698550-1278325637 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698550-1278325637.wbo

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

MD5SUM BENCH= bcc83dde29b6f868056a0bfa1b1372de
RANDOM SEED=2056767878

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.82
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.830
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.830
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.830
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.74
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.830
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:      32415324 kB
Buffers:         18260 kB
Cached:         320524 kB
SwapCached:          0 kB
Active:         177176 kB
Inactive:       257484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32415324 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1028 kB
Writeback:           0 kB
AnonPages:       96044 kB
Mapped:          20332 kB
Slab:            36532 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1638832 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 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 node132 at 2010-07-05 12:28:05