Trace number 2698068

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 33.8359 31.5606

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900567135--soft-0-100-0.wbo
MD5SUM51cd1cd61e067c06067b10b7beeffad7
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 benchmark33.8359
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 135865
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135864
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
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.08	c version 2.2.1.v20100705
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.08	c java.vm.version	11.2-b01
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	32
0.00/0.08	c java.version		1.6.0_12
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		i386
0.00/0.08	c Free memory 		1393557488
0.00/0.08	c Max memory 		1395916800
0.00/0.08	c Total memory 		1395916800
0.00/0.08	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ef9f1d
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-2698068-1278327642.wbo
0.00/0.10	c reading problem ... 
0.55/0.31	c ... done. Wall clock time 0.212s.
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.75/0.76	c SATISFIABLE
1.75/0.76	c OPTIMIZING...
1.75/0.76	c Got one! Elapsed wall clock time (in seconds):0.662
1.75/0.76	o 415
2.05/0.84	c Got one! Elapsed wall clock time (in seconds):0.739
2.05/0.84	o 382
2.05/0.88	c Got one! Elapsed wall clock time (in seconds):0.78
2.05/0.88	o 346
2.35/0.90	c Got one! Elapsed wall clock time (in seconds):0.808
2.35/0.90	o 304
2.35/0.94	c Got one! Elapsed wall clock time (in seconds):0.842
2.35/0.94	o 301
2.35/0.97	c Got one! Elapsed wall clock time (in seconds):0.877
2.35/0.97	o 296
2.56/1.00	c Got one! Elapsed wall clock time (in seconds):0.9
2.56/1.00	o 254
2.56/1.04	c Got one! Elapsed wall clock time (in seconds):0.944
2.56/1.04	o 214
2.77/1.26	c Got one! Elapsed wall clock time (in seconds):1.163
2.77/1.26	o 209
2.77/1.29	c Got one! Elapsed wall clock time (in seconds):1.191
2.77/1.29	o 208
2.86/1.36	c Got one! Elapsed wall clock time (in seconds):1.26
2.86/1.36	o 207
2.96/1.43	c Got one! Elapsed wall clock time (in seconds):1.331
2.96/1.43	o 167
3.06/1.51	c Got one! Elapsed wall clock time (in seconds):1.412
3.06/1.51	o 163
3.16/1.66	c Got one! Elapsed wall clock time (in seconds):1.568
3.16/1.66	o 147
3.26/1.73	c Got one! Elapsed wall clock time (in seconds):1.633
3.26/1.73	o 136
3.35/1.84	c Got one! Elapsed wall clock time (in seconds):1.739
3.35/1.84	o 129
3.45/1.96	c cleaning 2498 clauses out of 5001 with flag 5001/5001
3.58/2.06	c Got one! Elapsed wall clock time (in seconds):1.966
3.58/2.06	o 128
3.68/2.17	c Got one! Elapsed wall clock time (in seconds):2.069
3.68/2.17	o 126
3.78/2.26	c Got one! Elapsed wall clock time (in seconds):2.165
3.78/2.26	o 122
3.88/2.34	c Got one! Elapsed wall clock time (in seconds):2.241
3.88/2.34	o 121
3.98/2.41	c Got one! Elapsed wall clock time (in seconds):2.309
3.98/2.41	o 110
4.08/2.53	c Got one! Elapsed wall clock time (in seconds):2.431
4.08/2.53	o 98
4.18/2.68	c Got one! Elapsed wall clock time (in seconds):2.588
4.18/2.68	o 81
4.81/3.27	c Got one! Elapsed wall clock time (in seconds):3.17
4.81/3.27	o 74
4.91/3.38	c Got one! Elapsed wall clock time (in seconds):3.28
4.91/3.38	o 61
5.02/3.43	c cleaning 4248 clauses out of 8502 with flag 11000/11000
5.39/3.63	c Got one! Elapsed wall clock time (in seconds):3.53
5.39/3.63	o 60
5.79/4.08	c Got one! Elapsed wall clock time (in seconds):3.987
5.79/4.08	o 53
6.09/4.36	c Got one! Elapsed wall clock time (in seconds):4.26
6.09/4.36	o 34
6.20/4.40	c Got one! Elapsed wall clock time (in seconds):4.307
6.20/4.40	o 29
6.31/4.54	c Got one! Elapsed wall clock time (in seconds):4.444
6.31/4.54	o 25
6.50/4.74	c cleaning 5625 clauses out of 11255 with flag 18001/18001
6.68/4.87	c Got one! Elapsed wall clock time (in seconds):4.773
6.68/4.87	o 24
7.12/5.10	c Got one! Elapsed wall clock time (in seconds):5.0
7.12/5.10	o 22
7.82/5.87	c cleaning 6810 clauses out of 13629 with flag 26000/26000
7.94/5.91	c Got one! Elapsed wall clock time (in seconds):5.812
7.94/5.91	o 19
8.16/6.12	c Got one! Elapsed wall clock time (in seconds):6.027
8.16/6.12	o 13
9.06/7.03	c cleaning 7908 clauses out of 15819 with flag 35000/35000
9.16/7.14	c Got one! Elapsed wall clock time (in seconds):7.041
9.16/7.14	o 9
10.06/8.05	c cleaning 8952 clauses out of 17911 with flag 45000/45000
11.06/9.01	c cleaning 9475 clauses out of 18959 with flag 55000/55000
11.36/9.34	c Got one! Elapsed wall clock time (in seconds):9.239
11.36/9.34	o 6
12.07/10.01	c cleaning 9743 clauses out of 19487 with flag 65003/65003
12.26/10.22	c Got one! Elapsed wall clock time (in seconds):10.121
12.26/10.22	o 1
13.06/11.07	c cleaning 9868 clauses out of 19744 with flag 75003/75003
13.96/11.98	c cleaning 9929 clauses out of 19873 with flag 85000/85000
14.86/12.89	c cleaning 9960 clauses out of 19947 with flag 95003/95003
15.66/13.69	c cleaning 9988 clauses out of 19984 with flag 105000/105000
16.56/14.52	c cleaning 9993 clauses out of 20000 with flag 115004/115004
17.37/15.34	c cleaning 9998 clauses out of 20004 with flag 125001/125001
18.07/16.00	c cleaning 9998 clauses out of 20006 with flag 135001/135001
18.67/16.64	c cleaning 9994 clauses out of 20007 with flag 145000/145000
19.27/17.24	c cleaning 9995 clauses out of 20013 with flag 155000/155000
19.87/17.87	c cleaning 10005 clauses out of 20019 with flag 165001/165001
20.57/18.51	c cleaning 10002 clauses out of 20014 with flag 175001/175001
21.25/19.15	c cleaning 10000 clauses out of 20011 with flag 185000/185000
21.85/19.78	c cleaning 9995 clauses out of 20011 with flag 195000/195000
22.45/20.34	c cleaning 10002 clauses out of 20016 with flag 205000/205000
23.06/20.96	c cleaning 10000 clauses out of 20015 with flag 215001/215001
23.65/21.53	c cleaning 9999 clauses out of 20015 with flag 225001/225001
24.26/22.16	c cleaning 10005 clauses out of 20016 with flag 235001/235001
24.85/22.75	c cleaning 10003 clauses out of 20010 with flag 245000/245000
25.56/23.40	c cleaning 9998 clauses out of 20007 with flag 255000/255000
26.26/24.11	c cleaning 10003 clauses out of 20009 with flag 265000/265000
26.86/24.73	c cleaning 9999 clauses out of 20006 with flag 275000/275000
27.47/25.31	c cleaning 9999 clauses out of 20007 with flag 285000/285000
28.06/25.92	c cleaning 9996 clauses out of 20009 with flag 295001/295001
28.86/26.70	c cleaning 10003 clauses out of 20013 with flag 305001/305001
29.68/27.49	c cleaning 9994 clauses out of 20010 with flag 315002/315002
30.48/28.25	c cleaning 10000 clauses out of 20016 with flag 325002/325002
31.18/28.98	c cleaning 9999 clauses out of 20015 with flag 335001/335001
32.09/29.80	c cleaning 9997 clauses out of 20015 with flag 345000/345000
32.79/30.56	c cleaning 10008 clauses out of 20021 with flag 355003/355003
33.49/31.27	c cleaning 10002 clauses out of 20010 with flag 365000/365000
33.80/31.50	c starts		: 173
33.80/31.50	c conflicts		: 367975
33.80/31.50	c decisions		: 733964
33.80/31.50	c propagations		: 18044245
33.80/31.50	c inspects		: 212969138
33.80/31.50	c learnt literals	: 9
33.80/31.50	c learnt binary clauses	: 32
33.80/31.50	c learnt ternary clauses	: 379
33.80/31.50	c learnt clauses	: 367965
33.80/31.50	c ignored clauses	: 0
33.80/31.50	c root simplifications	: 0
33.80/31.50	c removed literals (reason simplification)	: 1837232
33.80/31.50	c reason swapping (by a shorter reason)	: 0
33.80/31.50	c Calls to reduceDB	: 38
33.80/31.50	c number of reductions to clauses (during analyze)	: 0
33.80/31.50	c number of learned constraints concerned by reduction	: 0
33.80/31.50	c number of learning phase by resolution	: 0
33.80/31.50	c number of learning phase by cutting planes	: 0
33.80/31.50	c speed (assignments/second)	: 848023.5454460006
33.80/31.50	c non guided choices	5064
33.80/31.50	c learnt constraints type 
33.80/31.50	c constraints type 
33.80/31.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
33.80/31.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
33.80/31.50	s OPTIMUM FOUND
33.80/31.50	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 
33.80/31.50	c objective function=1
33.80/31.50	c Total wall clock time (in seconds): 31.402

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-2698068-1278327642/watcher-2698068-1278327642 -o /tmp/evaluation-result-2698068-1278327642/solver-2698068-1278327642 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698068-1278327642.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.02 2.02 1.95 3/196 4464
/proc/meminfo: memFree=32393176/32951124 swapFree=67111528/67111528
[pid=4464] ppid=4462 vsize=13164 CPUtime=0
/proc/4464/stat : 4464 (java) R 4462 4464 3809 0 -1 4194304 921 0 0 0 0 0 0 0 21 0 1 0 979112 13479936 420 4089446400 134512640 134550932 4290376272 18446744073709551615 11536024 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4464/statm: 3291 422 145 10 0 1121 0

[startup+0.107106 s]
/proc/loadavg: 2.02 2.02 1.95 3/196 4464
/proc/meminfo: memFree=32393176/32951124 swapFree=67111528/67111528
[pid=4464] ppid=4462 vsize=1529468 CPUtime=0.12
/proc/4464/stat : 4464 (java) S 4462 4464 3809 0 -1 4202496 5251 0 1 0 11 1 0 0 21 0 18 0 979112 1566175232 4688 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4464/statm: 382367 4689 1347 10 0 379670 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529468

[startup+0.203089 s]
/proc/loadavg: 2.02 2.02 1.95 3/196 4464
/proc/meminfo: memFree=32393176/32951124 swapFree=67111528/67111528
[pid=4464] ppid=4462 vsize=1529604 CPUtime=0.27
/proc/4464/stat : 4464 (java) S 4462 4464 3809 0 -1 4202496 5884 0 1 0 26 1 0 0 21 0 18 0 979112 1566314496 5321 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4464/statm: 382401 5322 1380 10 0 379704 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 1529604

[startup+0.302073 s]
/proc/loadavg: 2.02 2.02 1.95 3/196 4464
/proc/meminfo: memFree=32393176/32951124 swapFree=67111528/67111528
[pid=4464] ppid=4462 vsize=1532964 CPUtime=0.55
/proc/4464/stat : 4464 (java) S 4462 4464 3809 0 -1 4202496 8007 0 1 0 54 1 0 0 21 0 18 0 979112 1569755136 7247 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4464/statm: 383241 7247 1415 10 0 380544 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 1532964

[startup+0.70101 s]
/proc/loadavg: 2.02 2.02 1.95 3/196 4464
/proc/meminfo: memFree=32393176/32951124 swapFree=67111528/67111528
[pid=4464] ppid=4462 vsize=1552692 CPUtime=1.75
/proc/4464/stat : 4464 (java) S 4462 4464 3809 0 -1 4202496 18109 0 1 0 172 3 0 0 21 0 19 0 979112 1589956608 12872 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4464/statm: 388173 12872 1425 10 0 385476 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 1552692

[startup+1.50087 s]
/proc/loadavg: 2.02 2.02 1.95 3/215 4483
/proc/meminfo: memFree=32318508/32951124 swapFree=67111528/67111528
[pid=4464] ppid=4462 vsize=1552692 CPUtime=3.06
/proc/4464/stat : 4464 (java) S 4462 4464 3809 0 -1 4202496 29188 0 1 0 302 4 0 0 21 0 19 0 979112 1589956608 23950 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4464/statm: 388173 23950 1431 10 0 385476 0
[pid=4464/tid=4466] ppid=4462 vsize=1552692 CPUtime=1.48
/proc/4464/task/4466/stat : 4466 (java) R 4462 4464 3809 0 -1 4202560 17097 0 1 0 146 2 0 0 18 0 19 0 979112 1589956608 23950 4089446400 134512640 134550932 4290376272 18446744073709551615 4109408119 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4464/tid=4467] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4467/stat : 4467 (java) S 4462 4464 3809 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 979113 1589956608 23950 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4468] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4468/stat : 4468 (java) S 4462 4464 3809 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 979113 1589956608 23950 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4469] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4469/stat : 4469 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 979113 1589956608 23951 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4470] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4470/stat : 4470 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 979113 1589956608 23951 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4471] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4471/stat : 4471 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 979113 1589956608 23951 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4472] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4472/stat : 4472 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 979113 1589956608 23951 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4473] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4473/stat : 4473 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 979113 1589956608 23951 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4474] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4474/stat : 4474 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 979113 1589956608 23951 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4475] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4475/stat : 4475 (java) S 4462 4464 3809 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 979114 1589956608 23951 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4476] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4476/stat : 4476 (java) S 4462 4464 3809 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 19 0 979114 1589956608 23951 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4477] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4477/stat : 4477 (java) S 4462 4464 3809 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 979114 1589956608 23951 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4478] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4478/stat : 4478 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 979116 1589956608 23951 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4479] ppid=4462 vsize=1552692 CPUtime=0.79
/proc/4464/task/4479/stat : 4479 (java) S 4462 4464 3809 0 -1 4202560 4858 0 0 0 79 0 0 0 17 0 19 0 979116 1589956608 23951 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 0 0 0 0
[pid=4464/tid=4480] ppid=4462 vsize=1552692 CPUtime=0.77
/proc/4464/task/4480/stat : 4480 (java) S 4462 4464 3809 0 -1 4202560 6158 0 0 0 76 1 0 0 17 0 19 0 979116 1589956608 23951 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4481] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4481/stat : 4481 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 979116 1589956608 23952 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4482] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4482/stat : 4482 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 979116 1589956608 23952 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4483] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4483/stat : 4483 (java) S 4462 4464 3809 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 979151 1589956608 23952 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 1552692

[startup+3.10056 s]
/proc/loadavg: 2.02 2.02 1.95 3/215 4483
/proc/meminfo: memFree=32282216/32951124 swapFree=67111528/67111528
[pid=4464] ppid=4462 vsize=1552692 CPUtime=4.71
/proc/4464/stat : 4464 (java) S 4462 4464 3809 0 -1 4202496 34458 0 1 0 467 4 0 0 21 0 19 0 979112 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4464/statm: 388173 29214 1445 10 0 385476 0
[pid=4464/tid=4466] ppid=4462 vsize=1552692 CPUtime=3.06
/proc/4464/task/4466/stat : 4466 (java) R 4462 4464 3809 0 -1 4202560 21174 0 1 0 304 2 0 0 21 0 19 0 979112 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4109695664 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4464/tid=4467] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4467/stat : 4467 (java) S 4462 4464 3809 0 -1 4202560 82 0 0 0 0 0 0 0 18 0 19 0 979113 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4468] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4468/stat : 4468 (java) S 4462 4464 3809 0 -1 4202560 197 0 0 0 0 0 0 0 18 0 19 0 979113 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4469] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4469/stat : 4469 (java) S 4462 4464 3809 0 -1 4202560 226 0 0 0 0 0 0 0 18 0 19 0 979113 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4470] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4470/stat : 4470 (java) S 4462 4464 3809 0 -1 4202560 95 0 0 0 0 0 0 0 18 0 19 0 979113 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4471] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4471/stat : 4471 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 979113 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4472] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4472/stat : 4472 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 979113 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4473] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4473/stat : 4473 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 979113 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4474] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4474/stat : 4474 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 979113 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4475] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4475/stat : 4475 (java) S 4462 4464 3809 0 -1 4202560 585 0 0 0 0 0 0 0 15 0 19 0 979114 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4476] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4476/stat : 4476 (java) S 4462 4464 3809 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 979114 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4477] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4477/stat : 4477 (java) S 4462 4464 3809 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 979114 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4478] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4478/stat : 4478 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 979116 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4479] ppid=4462 vsize=1552692 CPUtime=0.81
/proc/4464/task/4479/stat : 4479 (java) S 4462 4464 3809 0 -1 4202560 4863 0 0 0 81 0 0 0 15 0 19 0 979116 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 0 0 0 0
[pid=4464/tid=4480] ppid=4462 vsize=1552692 CPUtime=0.8
/proc/4464/task/4480/stat : 4480 (java) S 4462 4464 3809 0 -1 4202560 6164 0 0 0 79 1 0 0 15 0 19 0 979116 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4481] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4481/stat : 4481 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 979116 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4482] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4482/stat : 4482 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 979116 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4483] ppid=4462 vsize=1552692 CPUtime=0
/proc/4464/task/4483/stat : 4483 (java) S 4462 4464 3809 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 979151 1589956608 29214 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 1552692

[startup+6.30098 s]
/proc/loadavg: 2.02 2.02 1.95 3/215 4484
/proc/meminfo: memFree=32273164/32951124 swapFree=67111528/67111528
[pid=4464] ppid=4462 vsize=1551816 CPUtime=8.36
/proc/4464/stat : 4464 (java) S 4462 4464 3809 0 -1 4202496 37496 0 1 0 831 5 0 0 21 0 19 0 979112 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4464/statm: 387954 31184 1445 10 0 385257 0
[pid=4464/tid=4466] ppid=4462 vsize=1551816 CPUtime=6.21
/proc/4464/task/4466/stat : 4466 (java) R 4462 4464 3809 0 -1 4202560 21176 0 1 0 619 2 0 0 25 0 19 0 979112 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4109410675 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4464/tid=4467] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4467/stat : 4467 (java) S 4462 4464 3809 0 -1 4202560 159 0 0 0 0 0 0 0 15 0 19 0 979113 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4468] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4468/stat : 4468 (java) S 4462 4464 3809 0 -1 4202560 419 0 0 0 0 0 0 0 16 0 19 0 979113 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4469] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4469/stat : 4469 (java) S 4462 4464 3809 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 19 0 979113 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4470] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4470/stat : 4470 (java) S 4462 4464 3809 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 979113 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4471] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4471/stat : 4471 (java) S 4462 4464 3809 0 -1 4202560 322 0 0 0 0 0 0 0 16 0 19 0 979113 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
[pid=4464/tid=4472] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4472/stat : 4472 (java) S 4462 4464 3809 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 19 0 979113 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4473] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4473/stat : 4473 (java) S 4462 4464 3809 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 979113 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4474] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4474/stat : 4474 (java) S 4462 4464 3809 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 979113 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4475] ppid=4462 vsize=1551816 CPUtime=0.05
/proc/4464/task/4475/stat : 4475 (java) S 4462 4464 3809 0 -1 4202560 1267 0 0 0 5 0 0 0 15 0 19 0 979114 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4476] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4476/stat : 4476 (java) S 4462 4464 3809 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 979114 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4477] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4477/stat : 4477 (java) S 4462 4464 3809 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 979114 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4478] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4478/stat : 4478 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 979116 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4479] ppid=4462 vsize=1551816 CPUtime=1.21
/proc/4464/task/4479/stat : 4479 (java) S 4462 4464 3809 0 -1 4202560 5753 0 0 0 121 0 0 0 15 0 19 0 979116 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 0 0 0 0
[pid=4464/tid=4480] ppid=4462 vsize=1551816 CPUtime=0.83
/proc/4464/task/4480/stat : 4480 (java) S 4462 4464 3809 0 -1 4202560 6169 0 0 0 82 1 0 0 15 0 19 0 979116 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4481] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4481/stat : 4481 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 979116 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4482] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4482/stat : 4482 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 979116 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4483] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4483/stat : 4483 (java) S 4462 4464 3809 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 979151 1589059584 31184 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 1551816

[startup+12.7008 s]
/proc/loadavg: 2.02 2.01 1.95 3/215 4484
/proc/meminfo: memFree=32272564/32951124 swapFree=67111528/67111528
[pid=4464] ppid=4462 vsize=1551816 CPUtime=14.76
/proc/4464/stat : 4464 (java) S 4462 4464 3809 0 -1 4202496 37865 0 1 0 1471 5 0 0 21 0 19 0 979112 1589059584 31547 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4464/statm: 387954 31547 1445 10 0 385257 0
[pid=4464/tid=4466] ppid=4462 vsize=1551816 CPUtime=12.49
/proc/4464/task/4466/stat : 4466 (java) R 4462 4464 3809 0 -1 4202560 21182 0 1 0 1247 2 0 0 18 0 19 0 979112 1589059584 31547 4089446400 134512640 134550932 4290376272 18446744073709551615 4109470790 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4464/tid=4467] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4467/stat : 4467 (java) S 4462 4464 3809 0 -1 4202560 161 0 0 0 0 0 0 0 16 0 19 0 979113 1589059584 31547 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0

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

/proc/4464/task/4467/stat : 4467 (java) S 4462 4464 3809 0 -1 4202560 162 0 0 0 1 0 0 0 16 0 19 0 979113 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4468] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4468/stat : 4468 (java) S 4462 4464 3809 0 -1 4202560 421 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
[pid=4464/tid=4469] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4469/stat : 4469 (java) S 4462 4464 3809 0 -1 4202560 229 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4470] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4470/stat : 4470 (java) S 4462 4464 3809 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
[pid=4464/tid=4471] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4471/stat : 4471 (java) S 4462 4464 3809 0 -1 4202560 323 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4472] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4472/stat : 4472 (java) S 4462 4464 3809 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 19 0 979113 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4473] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4473/stat : 4473 (java) S 4462 4464 3809 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4474] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4474/stat : 4474 (java) S 4462 4464 3809 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4475] ppid=4462 vsize=1551816 CPUtime=0.59
/proc/4464/task/4475/stat : 4475 (java) S 4462 4464 3809 0 -1 4202560 1719 0 0 0 59 0 0 0 15 0 19 0 979114 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4476] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4476/stat : 4476 (java) S 4462 4464 3809 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 979114 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4477] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4477/stat : 4477 (java) S 4462 4464 3809 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 979114 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4478] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4478/stat : 4478 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 979116 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4479] ppid=4462 vsize=1551816 CPUtime=1.4
/proc/4464/task/4479/stat : 4479 (java) S 4462 4464 3809 0 -1 4202560 5762 0 0 0 140 0 0 0 16 0 19 0 979116 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 0 0 0 0
[pid=4464/tid=4480] ppid=4462 vsize=1551816 CPUtime=0.85
/proc/4464/task/4480/stat : 4480 (java) S 4462 4464 3809 0 -1 4202560 6169 0 0 0 84 1 0 0 16 0 19 0 979116 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4481] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4481/stat : 4481 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 979116 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4482] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4482/stat : 4482 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 979116 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4483] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4483/stat : 4483 (java) S 4462 4464 3809 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 979151 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 32.69
Current children cumulated vsize (KiB) 1551816

[startup+31.2014 s]
/proc/loadavg: 2.01 2.01 1.95 3/215 4493
/proc/meminfo: memFree=32272140/32951124 swapFree=67111528/67111528
[pid=4464] ppid=4462 vsize=1551816 CPUtime=33.49
/proc/4464/stat : 4464 (java) S 4462 4464 3809 0 -1 4202496 38011 0 1 0 3344 5 0 0 21 0 19 0 979112 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4464/statm: 387954 31666 1445 10 0 385257 0
[pid=4464/tid=4466] ppid=4462 vsize=1551816 CPUtime=30.5
/proc/4464/task/4466/stat : 4466 (java) R 4462 4464 3809 0 -1 4202560 21210 0 1 0 3048 2 0 0 18 0 19 0 979112 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4109470719 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4464/tid=4467] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4467/stat : 4467 (java) S 4462 4464 3809 0 -1 4202560 162 0 0 0 1 0 0 0 16 0 19 0 979113 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4468] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4468/stat : 4468 (java) S 4462 4464 3809 0 -1 4202560 421 0 0 0 1 0 0 0 16 0 19 0 979113 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
[pid=4464/tid=4469] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4469/stat : 4469 (java) S 4462 4464 3809 0 -1 4202560 229 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4470] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4470/stat : 4470 (java) S 4462 4464 3809 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
[pid=4464/tid=4471] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4471/stat : 4471 (java) S 4462 4464 3809 0 -1 4202560 323 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4472] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4472/stat : 4472 (java) S 4462 4464 3809 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 19 0 979113 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4473] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4473/stat : 4473 (java) S 4462 4464 3809 0 -1 4202560 58 0 0 0 1 0 0 0 16 0 19 0 979113 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4474] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4474/stat : 4474 (java) S 4462 4464 3809 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4475] ppid=4462 vsize=1551816 CPUtime=0.6
/proc/4464/task/4475/stat : 4475 (java) S 4462 4464 3809 0 -1 4202560 1719 0 0 0 60 0 0 0 15 0 19 0 979114 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4476] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4476/stat : 4476 (java) S 4462 4464 3809 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 979114 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4477] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4477/stat : 4477 (java) S 4462 4464 3809 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 979114 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4478] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4478/stat : 4478 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 979116 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4479] ppid=4462 vsize=1551816 CPUtime=1.4
/proc/4464/task/4479/stat : 4479 (java) S 4462 4464 3809 0 -1 4202560 5762 0 0 0 140 0 0 0 16 0 19 0 979116 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 0 0 0 0
[pid=4464/tid=4480] ppid=4462 vsize=1551816 CPUtime=0.85
/proc/4464/task/4480/stat : 4480 (java) S 4462 4464 3809 0 -1 4202560 6169 0 0 0 84 1 0 0 16 0 19 0 979116 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4481] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4481/stat : 4481 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 979116 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4482] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4482/stat : 4482 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 979116 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4483] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4483/stat : 4483 (java) S 4462 4464 3809 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 979151 1589059584 31666 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 33.49
Current children cumulated vsize (KiB) 1551816

[startup+31.4014 s]
/proc/loadavg: 2.01 2.01 1.95 3/215 4493
/proc/meminfo: memFree=32272140/32951124 swapFree=67111528/67111528
[pid=4464] ppid=4462 vsize=1551816 CPUtime=33.69
/proc/4464/stat : 4464 (java) S 4462 4464 3809 0 -1 4202496 38026 0 1 0 3364 5 0 0 21 0 19 0 979112 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4464/statm: 387954 31680 1445 10 0 385257 0
[pid=4464/tid=4466] ppid=4462 vsize=1551816 CPUtime=30.68
/proc/4464/task/4466/stat : 4466 (java) R 4462 4464 3809 0 -1 4202560 21211 0 1 0 3066 2 0 0 17 0 19 0 979112 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4109468430 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4464/tid=4467] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4467/stat : 4467 (java) S 4462 4464 3809 0 -1 4202560 162 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
[pid=4464/tid=4468] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4468/stat : 4468 (java) S 4462 4464 3809 0 -1 4202560 421 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
[pid=4464/tid=4469] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4469/stat : 4469 (java) S 4462 4464 3809 0 -1 4202560 229 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4470] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4470/stat : 4470 (java) S 4462 4464 3809 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
[pid=4464/tid=4471] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4471/stat : 4471 (java) S 4462 4464 3809 0 -1 4202560 323 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4472] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4472/stat : 4472 (java) S 4462 4464 3809 0 -1 4202560 744 0 0 0 0 0 0 0 16 0 19 0 979113 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4473] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4473/stat : 4473 (java) S 4462 4464 3809 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4474] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4474/stat : 4474 (java) S 4462 4464 3809 0 -1 4202560 48 0 0 0 1 0 0 0 16 0 19 0 979113 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4475] ppid=4462 vsize=1551816 CPUtime=0.62
/proc/4464/task/4475/stat : 4475 (java) S 4462 4464 3809 0 -1 4202560 1733 0 0 0 62 0 0 0 15 0 19 0 979114 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4476] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4476/stat : 4476 (java) S 4462 4464 3809 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 979114 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4477] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4477/stat : 4477 (java) S 4462 4464 3809 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 979114 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4478] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4478/stat : 4478 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 979116 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4479] ppid=4462 vsize=1551816 CPUtime=1.4
/proc/4464/task/4479/stat : 4479 (java) S 4462 4464 3809 0 -1 4202560 5762 0 0 0 140 0 0 0 15 0 19 0 979116 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 0 0 0 0
[pid=4464/tid=4480] ppid=4462 vsize=1551816 CPUtime=0.85
/proc/4464/task/4480/stat : 4480 (java) S 4462 4464 3809 0 -1 4202560 6169 0 0 0 84 1 0 0 16 0 19 0 979116 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4481] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4481/stat : 4481 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 979116 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4482] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4482/stat : 4482 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 979116 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4483] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4483/stat : 4483 (java) S 4462 4464 3809 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 979151 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 33.69
Current children cumulated vsize (KiB) 1551816

[startup+31.5014 s]
/proc/loadavg: 2.01 2.01 1.95 3/215 4493
/proc/meminfo: memFree=32272140/32951124 swapFree=67111528/67111528
[pid=4464] ppid=4462 vsize=1551816 CPUtime=33.8
/proc/4464/stat : 4464 (java) S 4462 4464 3809 0 -1 4202496 38026 0 1 0 3375 5 0 0 21 0 19 0 979112 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4464/statm: 387954 31680 1445 10 0 385257 0
[pid=4464/tid=4466] ppid=4462 vsize=1551816 CPUtime=30.78
/proc/4464/task/4466/stat : 4466 (java) R 4462 4464 3809 0 -1 4202560 21211 0 1 0 3076 2 0 0 17 0 19 0 979112 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4109316800 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4464/tid=4467] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4467/stat : 4467 (java) S 4462 4464 3809 0 -1 4202560 162 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
[pid=4464/tid=4468] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4468/stat : 4468 (java) S 4462 4464 3809 0 -1 4202560 421 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
[pid=4464/tid=4469] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4469/stat : 4469 (java) S 4462 4464 3809 0 -1 4202560 229 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4470] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4470/stat : 4470 (java) S 4462 4464 3809 0 -1 4202560 98 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
[pid=4464/tid=4471] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4471/stat : 4471 (java) S 4462 4464 3809 0 -1 4202560 323 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4472] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4472/stat : 4472 (java) S 4462 4464 3809 0 -1 4202560 744 0 0 0 0 0 0 0 16 0 19 0 979113 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 7 0 0 0
[pid=4464/tid=4473] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4473/stat : 4473 (java) S 4462 4464 3809 0 -1 4202560 58 0 0 0 1 0 0 0 15 0 19 0 979113 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4474] ppid=4462 vsize=1551816 CPUtime=0.01
/proc/4464/task/4474/stat : 4474 (java) S 4462 4464 3809 0 -1 4202560 48 0 0 0 1 0 0 0 16 0 19 0 979113 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4475] ppid=4462 vsize=1551816 CPUtime=0.62
/proc/4464/task/4475/stat : 4475 (java) S 4462 4464 3809 0 -1 4202560 1733 0 0 0 62 0 0 0 15 0 19 0 979114 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 0 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4476] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4476/stat : 4476 (java) S 4462 4464 3809 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 979114 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4477] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4477/stat : 4477 (java) S 4462 4464 3809 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 979114 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4478] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4478/stat : 4478 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 979116 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 1 0 0 0
[pid=4464/tid=4479] ppid=4462 vsize=1551816 CPUtime=1.4
/proc/4464/task/4479/stat : 4479 (java) S 4462 4464 3809 0 -1 4202560 5762 0 0 0 140 0 0 0 15 0 19 0 979116 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 0 0 0 0
[pid=4464/tid=4480] ppid=4462 vsize=1551816 CPUtime=0.85
/proc/4464/task/4480/stat : 4480 (java) S 4462 4464 3809 0 -1 4202560 6169 0 0 0 84 1 0 0 16 0 19 0 979116 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4481] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4481/stat : 4481 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 979116 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4482] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4482/stat : 4482 (java) S 4462 4464 3809 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 979116 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 3 0 0 0
[pid=4464/tid=4483] ppid=4462 vsize=1551816 CPUtime=0
/proc/4464/task/4483/stat : 4483 (java) S 4462 4464 3809 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 19 0 979151 1589059584 31680 4089446400 134512640 134550932 4290376272 18446744073709551615 4294960144 0 4 0 16800975 18446604470863845312 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 33.8
Current children cumulated vsize (KiB) 1551816

Child status: 30
Real time (s): 31.5606
CPU time (s): 33.8359
CPU user time (s): 33.7689
CPU system time (s): 0.066989
CPU usage (%): 107.209
Max. virtual memory (cumulated for all children) (KiB): 1555280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.7689
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38038
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= 1880
involuntary context switches= 3306

runsolver used 0.052991 second user time and 0.12698 second system time

The end

Launcher Data

Begin job on node106 at 2010-07-05 13:00:42
IDJOB=2698068
IDBENCH=79273
IDSOLVER=1211
FILE ID=node106/2698068-1278327642
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.1900567135--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-2698068-1278327642/watcher-2698068-1278327642 -o /tmp/evaluation-result-2698068-1278327642/solver-2698068-1278327642 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698068-1278327642.wbo

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

MD5SUM BENCH= 51cd1cd61e067c06067b10b7beeffad7
RANDOM SEED=488241304

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:      32393820 kB
Buffers:         34836 kB
Cached:         298696 kB
SwapCached:          0 kB
Active:         217876 kB
Inactive:       239112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32393820 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             544 kB
Writeback:           0 kB
AnonPages:      123432 kB
Mapped:          20244 kB
Slab:            36428 kB
PageTables:       4456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1640720 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:01:14