Trace number 2698114

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 22.7805 20.8139

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900563801--soft-0-100-0.wbo
MD5SUMa9e19d6176a708e2234c09caf532f5b0
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 benchmark22.7805
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 719
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2698114-1278327948.wbo
0.11/0.10	c reading problem ... 
0.55/0.31	c ... done. Wall clock time 0.209s.
0.55/0.31	c #vars     2938
0.55/0.31	c #constraints  2707
0.55/0.31	c constraints type 
0.55/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.55/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
1.75/0.73	c SATISFIABLE
1.75/0.73	c OPTIMIZING...
1.75/0.73	c Got one! Elapsed wall clock time (in seconds):0.629
1.75/0.73	o 619
1.75/0.78	c Got one! Elapsed wall clock time (in seconds):0.681
1.75/0.78	o 309
2.04/0.82	c Got one! Elapsed wall clock time (in seconds):0.719
2.04/0.82	o 230
2.04/0.87	c Got one! Elapsed wall clock time (in seconds):0.768
2.04/0.87	o 188
2.21/0.91	c Got one! Elapsed wall clock time (in seconds):0.812
2.21/0.91	o 186
2.21/0.94	c Got one! Elapsed wall clock time (in seconds):0.844
2.21/0.94	o 182
2.21/0.97	c Got one! Elapsed wall clock time (in seconds):0.873
2.21/0.97	o 179
2.40/1.02	c Got one! Elapsed wall clock time (in seconds):0.92
2.40/1.02	o 176
2.40/1.09	c Got one! Elapsed wall clock time (in seconds):0.99
2.40/1.09	o 170
2.50/1.11	c Got one! Elapsed wall clock time (in seconds):1.014
2.50/1.11	o 148
2.50/1.17	c Got one! Elapsed wall clock time (in seconds):1.074
2.50/1.17	o 127
2.59/1.25	c Got one! Elapsed wall clock time (in seconds):1.155
2.59/1.25	o 126
2.69/1.33	c Got one! Elapsed wall clock time (in seconds):1.236
2.69/1.33	o 124
2.79/1.46	c Got one! Elapsed wall clock time (in seconds):1.361
2.79/1.46	o 123
2.89/1.50	c Got one! Elapsed wall clock time (in seconds):1.405
2.89/1.50	o 106
2.89/1.57	c Got one! Elapsed wall clock time (in seconds):1.47
2.89/1.57	o 84
3.50/2.18	c cleaning 2499 clauses out of 5000 with flag 5000/5000
3.62/2.28	c Got one! Elapsed wall clock time (in seconds):2.183
3.62/2.28	o 83
3.91/2.51	c Got one! Elapsed wall clock time (in seconds):2.407
3.91/2.51	o 78
3.91/2.58	c Got one! Elapsed wall clock time (in seconds):2.485
3.91/2.58	o 74
4.21/2.85	c Got one! Elapsed wall clock time (in seconds):2.754
4.21/2.85	o 61
4.41/3.10	c Got one! Elapsed wall clock time (in seconds):2.997
4.41/3.10	o 32
4.62/3.25	c Got one! Elapsed wall clock time (in seconds):3.155
4.62/3.25	o 30
4.72/3.37	c Got one! Elapsed wall clock time (in seconds):3.271
4.72/3.37	o 29
5.05/3.68	c cleaning 4250 clauses out of 8503 with flag 11002/11002
5.20/3.73	c Got one! Elapsed wall clock time (in seconds):3.634
5.20/3.73	o 24
5.40/3.85	c Got one! Elapsed wall clock time (in seconds):3.749
5.40/3.85	o 13
5.51/3.93	c Got one! Elapsed wall clock time (in seconds):3.832
5.51/3.93	o 11
5.71/4.14	c Got one! Elapsed wall clock time (in seconds):4.044
5.71/4.14	o 6
6.21/4.69	c cleaning 5623 clauses out of 11251 with flag 18000/18000
7.22/5.44	c cleaning 6808 clauses out of 13628 with flag 26000/26000
8.05/6.27	c cleaning 7908 clauses out of 15821 with flag 35001/35001
9.05/7.22	c cleaning 8954 clauses out of 17913 with flag 45001/45001
9.95/8.12	c cleaning 9477 clauses out of 18958 with flag 55000/55000
10.36/8.55	c Got one! Elapsed wall clock time (in seconds):8.452
10.36/8.55	o 4
10.96/9.17	c cleaning 9738 clauses out of 19481 with flag 65000/65000
11.87/10.02	c cleaning 9870 clauses out of 19745 with flag 75002/75002
12.67/10.80	c cleaning 9935 clauses out of 19878 with flag 85005/85005
13.47/11.66	c cleaning 9960 clauses out of 19938 with flag 95000/95000
14.40/12.50	c cleaning 9987 clauses out of 19979 with flag 105001/105001
14.52/12.65	c Got one! Elapsed wall clock time (in seconds):12.555
14.52/12.65	o 3
15.52/13.62	c cleaning 9983 clauses out of 19992 with flag 115001/115001
16.32/14.49	c cleaning 9997 clauses out of 20009 with flag 125001/125001
16.72/14.80	c Got one! Elapsed wall clock time (in seconds):14.702
16.72/14.80	o 1
17.23/15.37	c cleaning 9995 clauses out of 20012 with flag 135001/135001
18.03/16.15	c cleaning 10004 clauses out of 20017 with flag 145001/145001
18.83/16.91	c cleaning 10004 clauses out of 20013 with flag 155001/155001
19.54/17.66	c cleaning 10002 clauses out of 20011 with flag 165003/165003
20.23/18.38	c cleaning 9994 clauses out of 20006 with flag 175000/175000
21.04/19.10	c cleaning 9996 clauses out of 20012 with flag 185000/185000
21.64/19.77	c cleaning 10003 clauses out of 20019 with flag 195003/195003
22.37/20.50	c cleaning 10004 clauses out of 20013 with flag 205001/205001
22.67/20.79	c starts		: 147
22.67/20.79	c conflicts		: 208976
22.67/20.79	c decisions		: 419851
22.67/20.79	c propagations		: 10863552
22.67/20.79	c inspects		: 138793334
22.67/20.79	c learnt literals	: 6
22.67/20.79	c learnt binary clauses	: 14
22.67/20.79	c learnt ternary clauses	: 175
22.67/20.79	c learnt clauses	: 208969
22.67/20.79	c ignored clauses	: 0
22.67/20.79	c root simplifications	: 0
22.67/20.79	c removed literals (reason simplification)	: 921544
22.67/20.79	c reason swapping (by a shorter reason)	: 0
22.67/20.79	c Calls to reduceDB	: 22
22.67/20.79	c number of reductions to clauses (during analyze)	: 0
22.67/20.79	c number of learned constraints concerned by reduction	: 0
22.67/20.79	c number of learning phase by resolution	: 0
22.67/20.79	c number of learning phase by cutting planes	: 0
22.67/20.79	c speed (assignments/second)	: 1814826.5953892416
22.67/20.79	c non guided choices	3601
22.67/20.79	c learnt constraints type 
22.67/20.79	c constraints type 
22.67/20.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
22.67/20.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
22.67/20.79	s OPTIMUM FOUND
22.67/20.79	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 
22.67/20.79	c objective function=1
22.67/20.79	c Total wall clock time (in seconds): 20.691

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-2698114-1278327948/watcher-2698114-1278327948 -o /tmp/evaluation-result-2698114-1278327948/solver-2698114-1278327948 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698114-1278327948.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.03 2.01 1.93 3/196 5335
/proc/meminfo: memFree=32110172/32951124 swapFree=67111528/67111528
[pid=5335] ppid=5333 vsize=248 CPUtime=0
/proc/5335/stat : 5335 (java6) S 5333 5335 3791 0 -1 4194304 108 0 0 0 0 0 0 0 25 0 1 0 1007354 253952 28 4089446400 134512640 134550932 4287863184 18446744073709551615 7377492 0 2147483391 4096 0 18446744071699199166 0 0 17 2 0 0 0
/proc/5335/statm: 62 28 21 10 0 23 0

[startup+0.0186379 s]
/proc/loadavg: 2.03 2.01 1.93 3/196 5335
/proc/meminfo: memFree=32110172/32951124 swapFree=67111528/67111528
[pid=5335] ppid=5333 vsize=1521496 CPUtime=0
/proc/5335/stat : 5335 (java) S 5333 5335 3791 0 -1 4202496 2813 0 1 0 0 0 0 0 25 0 10 0 1007354 1558011904 2257 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/5335/statm: 380374 2257 519 10 0 378085 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1521496

[startup+0.102705 s]
/proc/loadavg: 2.03 2.01 1.93 3/196 5335
/proc/meminfo: memFree=32110172/32951124 swapFree=67111528/67111528
[pid=5335] ppid=5333 vsize=1530012 CPUtime=0.11
/proc/5335/stat : 5335 (java) S 5333 5335 3791 0 -1 4202496 5215 0 1 0 10 1 0 0 25 0 18 0 1007354 1566732288 4653 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5335/statm: 382503 4654 1345 10 0 379806 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530012

[startup+0.300669 s]
/proc/loadavg: 2.03 2.01 1.93 3/196 5335
/proc/meminfo: memFree=32110172/32951124 swapFree=67111528/67111528
[pid=5335] ppid=5333 vsize=1533784 CPUtime=0.55
/proc/5335/stat : 5335 (java) S 5333 5335 3791 0 -1 4202496 8232 0 1 0 54 1 0 0 25 0 18 0 1007354 1570594816 7380 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5335/statm: 383446 7382 1406 10 0 380749 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 1533784

[startup+0.7006 s]
/proc/loadavg: 2.03 2.01 1.93 3/196 5335
/proc/meminfo: memFree=32110172/32951124 swapFree=67111528/67111528
[pid=5335] ppid=5333 vsize=1550100 CPUtime=1.75
/proc/5335/stat : 5335 (java) S 5333 5335 3791 0 -1 4202496 16752 0 1 0 172 3 0 0 25 0 19 0 1007354 1587302400 12203 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5335/statm: 387525 12203 1423 10 0 384828 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 1550100

[startup+1.50145 s]
/proc/loadavg: 2.03 2.01 1.93 3/215 5355
/proc/meminfo: memFree=32041828/32951124 swapFree=67111528/67111528
[pid=5335] ppid=5333 vsize=1550100 CPUtime=2.89
/proc/5335/stat : 5335 (java) S 5333 5335 3791 0 -1 4202496 29613 0 1 0 285 4 0 0 25 0 19 0 1007354 1587302400 25063 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5335/statm: 387525 25063 1431 10 0 384828 0
[pid=5335/tid=5337] ppid=5333 vsize=1550100 CPUtime=1.47
/proc/5335/task/5337/stat : 5337 (java) R 5333 5335 3791 0 -1 4202560 18956 0 1 0 145 2 0 0 18 0 19 0 1007355 1587302400 25063 4089446400 134512640 134550932 4294258720 18446744073709551615 4109180626 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5335/tid=5338] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5338/stat : 5338 (java) S 5333 5335 3791 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 19 0 1007356 1587302400 25063 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5339] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5339/stat : 5339 (java) S 5333 5335 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1007356 1587302400 25063 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5340] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5340/stat : 5340 (java) S 5333 5335 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1007356 1587302400 25063 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5341] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5341/stat : 5341 (java) S 5333 5335 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1007356 1587302400 25063 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5342] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5342/stat : 5342 (java) S 5333 5335 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1007356 1587302400 25063 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5343] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5343/stat : 5343 (java) S 5333 5335 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1007356 1587302400 25063 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5344] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5344/stat : 5344 (java) S 5333 5335 3791 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 1007356 1587302400 25063 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5345] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5345/stat : 5345 (java) S 5333 5335 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1007356 1587302400 25063 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5346] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5346/stat : 5346 (java) S 5333 5335 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 1007357 1587302400 25063 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5347] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5347/stat : 5347 (java) S 5333 5335 3791 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 19 0 1007357 1587302400 25063 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5348] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5348/stat : 5348 (java) S 5333 5335 3791 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 1007357 1587302400 25063 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5349] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5349/stat : 5349 (java) S 5333 5335 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1007359 1587302400 25063 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5350] ppid=5333 vsize=1550100 CPUtime=0.71
/proc/5335/task/5350/stat : 5350 (java) S 5333 5335 3791 0 -1 4202560 5718 0 0 0 70 1 0 0 17 0 19 0 1007359 1587302400 25063 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5351] ppid=5333 vsize=1550100 CPUtime=0.69
/proc/5335/task/5351/stat : 5351 (java) S 5333 5335 3791 0 -1 4202560 3868 0 0 0 69 0 0 0 17 0 19 0 1007359 1587302400 25064 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 7 0 0 0
[pid=5335/tid=5352] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5352/stat : 5352 (java) S 5333 5335 3791 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 1007359 1587302400 25064 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5353] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5353/stat : 5353 (java) S 5333 5335 3791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 1007359 1587302400 25064 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 1 0 0 0
[pid=5335/tid=5354] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5354/stat : 5354 (java) S 5333 5335 3791 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 19 0 1007392 1587302400 25064 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 1550100

[startup+3.10116 s]
/proc/loadavg: 2.03 2.01 1.93 3/215 5355
/proc/meminfo: memFree=32006984/32951124 swapFree=67111528/67111528
[pid=5335] ppid=5333 vsize=1550100 CPUtime=4.51
/proc/5335/stat : 5335 (java) S 5333 5335 3791 0 -1 4202496 32951 0 1 0 446 5 0 0 25 0 19 0 1007354 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5335/statm: 387525 28398 1445 10 0 384828 0
[pid=5335/tid=5337] ppid=5333 vsize=1550100 CPUtime=3.06
/proc/5335/task/5337/stat : 5337 (java) R 5333 5335 3791 0 -1 4202560 21119 0 1 0 303 3 0 0 18 0 19 0 1007355 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4109336755 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5335/tid=5338] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5338/stat : 5338 (java) S 5333 5335 3791 0 -1 4202560 192 0 0 0 0 0 0 0 18 0 19 0 1007356 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5339] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5339/stat : 5339 (java) S 5333 5335 3791 0 -1 4202560 178 0 0 0 0 0 0 0 18 0 19 0 1007356 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 0 0 0 0
[pid=5335/tid=5340] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5340/stat : 5340 (java) S 5333 5335 3791 0 -1 4202560 118 0 0 0 0 0 0 0 18 0 19 0 1007356 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
[pid=5335/tid=5341] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5341/stat : 5341 (java) S 5333 5335 3791 0 -1 4202560 101 0 0 0 0 0 0 0 18 0 19 0 1007356 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
[pid=5335/tid=5342] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5342/stat : 5342 (java) S 5333 5335 3791 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 1007356 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 1 0 0 0
[pid=5335/tid=5343] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5343/stat : 5343 (java) S 5333 5335 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 1007356 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5344] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5344/stat : 5344 (java) S 5333 5335 3791 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 1007356 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5345] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5345/stat : 5345 (java) S 5333 5335 3791 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 1007356 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5346] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5346/stat : 5346 (java) S 5333 5335 3791 0 -1 4202560 580 0 0 0 0 0 0 0 15 0 19 0 1007357 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5347] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5347/stat : 5347 (java) S 5333 5335 3791 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1007357 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5348] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5348/stat : 5348 (java) S 5333 5335 3791 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 1007357 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5349] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5349/stat : 5349 (java) S 5333 5335 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1007359 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5350] ppid=5333 vsize=1550100 CPUtime=0.72
/proc/5335/task/5350/stat : 5350 (java) S 5333 5335 3791 0 -1 4202560 5721 0 0 0 71 1 0 0 15 0 19 0 1007359 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5351] ppid=5333 vsize=1550100 CPUtime=0.69
/proc/5335/task/5351/stat : 5351 (java) S 5333 5335 3791 0 -1 4202560 3872 0 0 0 69 0 0 0 15 0 19 0 1007359 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 7 0 0 0
[pid=5335/tid=5352] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5352/stat : 5352 (java) S 5333 5335 3791 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 1007359 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5353] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5353/stat : 5353 (java) S 5333 5335 3791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 1007359 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 1 0 0 0
[pid=5335/tid=5354] ppid=5333 vsize=1550100 CPUtime=0
/proc/5335/task/5354/stat : 5354 (java) S 5333 5335 3791 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 19 0 1007392 1587302400 28398 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 1550100

[startup+6.30056 s]
/proc/loadavg: 2.02 2.01 1.93 3/215 5355
/proc/meminfo: memFree=31995692/32951124 swapFree=67111528/67111528
[pid=5335] ppid=5333 vsize=1547564 CPUtime=8.15
/proc/5335/stat : 5335 (java) S 5333 5335 3791 0 -1 4202496 36768 0 1 0 809 6 0 0 25 0 19 0 1007354 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5335/statm: 386891 29718 1445 10 0 384194 0
[pid=5335/tid=5337] ppid=5333 vsize=1547564 CPUtime=6.19
/proc/5335/task/5337/stat : 5337 (java) R 5333 5335 3791 0 -1 4202560 21123 0 1 0 616 3 0 0 25 0 19 0 1007355 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4109313488 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=5335/tid=5338] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5338/stat : 5338 (java) S 5333 5335 3791 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 19 0 1007356 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 1 0 0 0
[pid=5335/tid=5339] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5339/stat : 5339 (java) S 5333 5335 3791 0 -1 4202560 496 0 0 0 0 0 0 0 15 0 19 0 1007356 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 0 0 0 0
[pid=5335/tid=5340] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5340/stat : 5340 (java) S 5333 5335 3791 0 -1 4202560 424 0 0 0 0 0 0 0 15 0 19 0 1007356 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5341] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5341/stat : 5341 (java) S 5333 5335 3791 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 1007356 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
[pid=5335/tid=5342] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5342/stat : 5342 (java) S 5333 5335 3791 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 1007356 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 1 0 0 0
[pid=5335/tid=5343] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5343/stat : 5343 (java) S 5333 5335 3791 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 1007356 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 0 0 0 0
[pid=5335/tid=5344] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5344/stat : 5344 (java) S 5333 5335 3791 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 1007356 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5345] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5345/stat : 5345 (java) S 5333 5335 3791 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 1007356 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 5 0 0 0
[pid=5335/tid=5346] ppid=5333 vsize=1547564 CPUtime=0.06
/proc/5335/task/5346/stat : 5346 (java) S 5333 5335 3791 0 -1 4202560 1316 0 0 0 6 0 0 0 16 0 19 0 1007357 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5347] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5347/stat : 5347 (java) S 5333 5335 3791 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1007357 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5348] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5348/stat : 5348 (java) S 5333 5335 3791 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 1007357 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5349] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5349/stat : 5349 (java) S 5333 5335 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1007359 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5350] ppid=5333 vsize=1547564 CPUtime=0.76
/proc/5335/task/5350/stat : 5350 (java) S 5333 5335 3791 0 -1 4202560 5725 0 0 0 75 1 0 0 15 0 19 0 1007359 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5351] ppid=5333 vsize=1547564 CPUtime=1.07
/proc/5335/task/5351/stat : 5351 (java) S 5333 5335 3791 0 -1 4202560 5982 0 0 0 106 1 0 0 15 0 19 0 1007359 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 7 0 0 0
[pid=5335/tid=5352] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5352/stat : 5352 (java) S 5333 5335 3791 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 1007359 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5353] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5353/stat : 5353 (java) S 5333 5335 3791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 1007359 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 1 0 0 0
[pid=5335/tid=5354] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5354/stat : 5354 (java) S 5333 5335 3791 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 19 0 1007392 1584705536 29718 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 1547564

[startup+12.7014 s]
/proc/loadavg: 2.02 2.01 1.93 3/215 5355
/proc/meminfo: memFree=31995444/32951124 swapFree=67111528/67111528
[pid=5335] ppid=5333 vsize=1547564 CPUtime=14.62
/proc/5335/stat : 5335 (java) S 5333 5335 3791 0 -1 4202496 36967 0 1 0 1455 7 0 0 25 0 19 0 1007354 1584705536 29910 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5335/statm: 386891 29910 1445 10 0 384194 0
[pid=5335/tid=5337] ppid=5333 vsize=1547564 CPUtime=12.46
/proc/5335/task/5337/stat : 5337 (java) R 5333 5335 3791 0 -1 4202560 21128 0 1 0 1243 3 0 0 25 0 19 0 1007355 1584705536 29910 4089446400 134512640 134550932 4294258720 18446744073709551615 4109267540 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5335/tid=5338] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5338/stat : 5338 (java) S 5333 5335 3791 0 -1 4202560 194 0 0 0 0 0 0 0 15 0 19 0 1007356 1584705536 29910 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 1 0 0 0

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

/proc/5335/task/5337/stat : 5337 (java) R 5333 5335 3791 0 -1 4202560 21137 0 1 0 1945 3 0 0 25 0 19 0 1007355 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4109287230 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5335/tid=5338] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5338/stat : 5338 (java) S 5333 5335 3791 0 -1 4202560 195 0 0 0 1 0 0 0 15 0 19 0 1007356 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 7 0 0 0
[pid=5335/tid=5339] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5339/stat : 5339 (java) S 5333 5335 3791 0 -1 4202560 497 0 0 0 1 0 0 0 15 0 19 0 1007356 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5340] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5340/stat : 5340 (java) S 5333 5335 3791 0 -1 4202560 424 0 0 0 0 0 0 0 15 0 19 0 1007356 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
[pid=5335/tid=5341] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5341/stat : 5341 (java) S 5333 5335 3791 0 -1 4202560 225 0 0 0 1 0 0 0 15 0 19 0 1007356 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5342] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5342/stat : 5342 (java) S 5333 5335 3791 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 1007356 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 1 0 0 0
[pid=5335/tid=5343] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5343/stat : 5343 (java) S 5333 5335 3791 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 1007356 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
[pid=5335/tid=5344] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5344/stat : 5344 (java) S 5333 5335 3791 0 -1 4202560 95 0 0 0 1 0 0 0 15 0 19 0 1007356 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5345] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5345/stat : 5345 (java) S 5333 5335 3791 0 -1 4202560 119 0 0 0 1 0 0 0 16 0 19 0 1007356 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 5 0 0 0
[pid=5335/tid=5346] ppid=5333 vsize=1547564 CPUtime=0.35
/proc/5335/task/5346/stat : 5346 (java) S 5333 5335 3791 0 -1 4202560 1629 0 0 0 34 1 0 0 15 0 19 0 1007357 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446604453968935744 0 0 -1 0 0 0 0
[pid=5335/tid=5347] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5347/stat : 5347 (java) S 5333 5335 3791 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1007357 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5348] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5348/stat : 5348 (java) S 5333 5335 3791 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 1007357 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5349] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5349/stat : 5349 (java) S 5333 5335 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1007359 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5350] ppid=5333 vsize=1547564 CPUtime=0.76
/proc/5335/task/5350/stat : 5350 (java) S 5333 5335 3791 0 -1 4202560 5725 0 0 0 75 1 0 0 15 0 19 0 1007359 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5351] ppid=5333 vsize=1547564 CPUtime=1.12
/proc/5335/task/5351/stat : 5351 (java) S 5333 5335 3791 0 -1 4202560 5988 0 0 0 111 1 0 0 15 0 19 0 1007359 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 7 0 0 0
[pid=5335/tid=5352] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5352/stat : 5352 (java) S 5333 5335 3791 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 1007359 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5353] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5353/stat : 5353 (java) S 5333 5335 3791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 1007359 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 7 0 0 0
[pid=5335/tid=5354] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5354/stat : 5354 (java) S 5333 5335 3791 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 19 0 1007392 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.85
Current children cumulated vsize (KiB) 1547564

[startup+20.301 s]
/proc/loadavg: 2.02 2.01 1.93 3/215 5356
/proc/meminfo: memFree=31995720/32951124 swapFree=67111528/67111528
[pid=5335] ppid=5333 vsize=1547564 CPUtime=22.25
/proc/5335/stat : 5335 (java) S 5333 5335 3791 0 -1 4202496 37109 0 1 0 2217 8 0 0 25 0 19 0 1007354 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5335/statm: 386891 30043 1445 10 0 384194 0
[pid=5335/tid=5337] ppid=5333 vsize=1547564 CPUtime=19.88
/proc/5335/task/5337/stat : 5337 (java) R 5333 5335 3791 0 -1 4202560 21137 0 1 0 1985 3 0 0 25 0 19 0 1007355 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4109251327 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5335/tid=5338] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5338/stat : 5338 (java) S 5333 5335 3791 0 -1 4202560 195 0 0 0 1 0 0 0 15 0 19 0 1007356 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 7 0 0 0
[pid=5335/tid=5339] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5339/stat : 5339 (java) S 5333 5335 3791 0 -1 4202560 497 0 0 0 1 0 0 0 15 0 19 0 1007356 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5340] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5340/stat : 5340 (java) S 5333 5335 3791 0 -1 4202560 424 0 0 0 0 0 0 0 15 0 19 0 1007356 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
[pid=5335/tid=5341] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5341/stat : 5341 (java) S 5333 5335 3791 0 -1 4202560 225 0 0 0 1 0 0 0 15 0 19 0 1007356 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5342] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5342/stat : 5342 (java) S 5333 5335 3791 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 1007356 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 1 0 0 0
[pid=5335/tid=5343] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5343/stat : 5343 (java) S 5333 5335 3791 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 1007356 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
[pid=5335/tid=5344] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5344/stat : 5344 (java) S 5333 5335 3791 0 -1 4202560 95 0 0 0 1 0 0 0 15 0 19 0 1007356 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5345] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5345/stat : 5345 (java) S 5333 5335 3791 0 -1 4202560 119 0 0 0 1 0 0 0 16 0 19 0 1007356 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 5 0 0 0
[pid=5335/tid=5346] ppid=5333 vsize=1547564 CPUtime=0.35
/proc/5335/task/5346/stat : 5346 (java) S 5333 5335 3791 0 -1 4202560 1629 0 0 0 34 1 0 0 15 0 19 0 1007357 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446604453968935744 0 0 -1 0 0 0 0
[pid=5335/tid=5347] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5347/stat : 5347 (java) S 5333 5335 3791 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1007357 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5348] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5348/stat : 5348 (java) S 5333 5335 3791 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 1007357 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5349] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5349/stat : 5349 (java) S 5333 5335 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1007359 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5350] ppid=5333 vsize=1547564 CPUtime=0.76
/proc/5335/task/5350/stat : 5350 (java) S 5333 5335 3791 0 -1 4202560 5725 0 0 0 75 1 0 0 15 0 19 0 1007359 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5351] ppid=5333 vsize=1547564 CPUtime=1.12
/proc/5335/task/5351/stat : 5351 (java) S 5333 5335 3791 0 -1 4202560 5988 0 0 0 111 1 0 0 15 0 19 0 1007359 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 7 0 0 0
[pid=5335/tid=5352] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5352/stat : 5352 (java) S 5333 5335 3791 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 1007359 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5353] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5353/stat : 5353 (java) S 5333 5335 3791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 1007359 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 7 0 0 0
[pid=5335/tid=5354] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5354/stat : 5354 (java) S 5333 5335 3791 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 19 0 1007392 1584705536 30043 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.25
Current children cumulated vsize (KiB) 1547564

[startup+20.7009 s]
/proc/loadavg: 2.02 2.01 1.93 3/215 5356
/proc/meminfo: memFree=31995720/32951124 swapFree=67111528/67111528
[pid=5335] ppid=5333 vsize=1547564 CPUtime=22.67
/proc/5335/stat : 5335 (java) S 5333 5335 3791 0 -1 4202496 37114 0 1 0 2259 8 0 0 25 0 19 0 1007354 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5335/statm: 386891 30047 1445 10 0 384194 0
[pid=5335/tid=5337] ppid=5333 vsize=1547564 CPUtime=20.26
/proc/5335/task/5337/stat : 5337 (java) R 5333 5335 3791 0 -1 4202560 21139 0 1 0 2023 3 0 0 25 0 19 0 1007355 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4109538412 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=5335/tid=5338] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5338/stat : 5338 (java) S 5333 5335 3791 0 -1 4202560 195 0 0 0 1 0 0 0 15 0 19 0 1007356 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 7 0 0 0
[pid=5335/tid=5339] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5339/stat : 5339 (java) S 5333 5335 3791 0 -1 4202560 497 0 0 0 1 0 0 0 15 0 19 0 1007356 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5340] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5340/stat : 5340 (java) S 5333 5335 3791 0 -1 4202560 424 0 0 0 0 0 0 0 15 0 19 0 1007356 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
[pid=5335/tid=5341] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5341/stat : 5341 (java) S 5333 5335 3791 0 -1 4202560 225 0 0 0 1 0 0 0 15 0 19 0 1007356 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5342] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5342/stat : 5342 (java) S 5333 5335 3791 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 1007356 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 1 0 0 0
[pid=5335/tid=5343] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5343/stat : 5343 (java) S 5333 5335 3791 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 1007356 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
[pid=5335/tid=5344] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5344/stat : 5344 (java) S 5333 5335 3791 0 -1 4202560 95 0 0 0 1 0 0 0 15 0 19 0 1007356 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
[pid=5335/tid=5345] ppid=5333 vsize=1547564 CPUtime=0.01
/proc/5335/task/5345/stat : 5345 (java) S 5333 5335 3791 0 -1 4202560 122 0 0 0 1 0 0 0 16 0 19 0 1007356 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 5 0 0 0
[pid=5335/tid=5346] ppid=5333 vsize=1547564 CPUtime=0.37
/proc/5335/task/5346/stat : 5346 (java) S 5333 5335 3791 0 -1 4202560 1629 0 0 0 36 1 0 0 15 0 19 0 1007357 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446604453968935744 0 0 -1 0 0 0 0
[pid=5335/tid=5347] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5347/stat : 5347 (java) S 5333 5335 3791 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 1007357 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5348] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5348/stat : 5348 (java) S 5333 5335 3791 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 1007357 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5349] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5349/stat : 5349 (java) S 5333 5335 3791 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 1007359 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5350] ppid=5333 vsize=1547564 CPUtime=0.76
/proc/5335/task/5350/stat : 5350 (java) S 5333 5335 3791 0 -1 4202560 5725 0 0 0 75 1 0 0 15 0 19 0 1007359 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5351] ppid=5333 vsize=1547564 CPUtime=1.14
/proc/5335/task/5351/stat : 5351 (java) S 5333 5335 3791 0 -1 4202560 5988 0 0 0 113 1 0 0 16 0 19 0 1007359 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 7 0 0 0
[pid=5335/tid=5352] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5352/stat : 5352 (java) S 5333 5335 3791 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 1007359 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5353] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5353/stat : 5353 (java) S 5333 5335 3791 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 1007359 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 1 0 0 0
[pid=5335/tid=5354] ppid=5333 vsize=1547564 CPUtime=0
/proc/5335/task/5354/stat : 5354 (java) S 5333 5335 3791 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 19 0 1007392 1584705536 30047 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.67
Current children cumulated vsize (KiB) 1547564

[startup+20.8009 s]
/proc/loadavg: 2.02 2.01 1.93 2/214 5357
/proc/meminfo: memFree=31995728/32951124 swapFree=67111528/67111528
[pid=5335] ppid=5333 vsize=1547888 CPUtime=22.77
/proc/5335/stat : 5335 (java) S 5333 5335 3791 0 -1 4202496 37129 0 1 0 2269 8 0 0 25 0 18 0 1007354 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/5335/statm: 386972 30061 1446 10 0 384275 0
[pid=5335/tid=5337] ppid=5333 vsize=1547888 CPUtime=20.35
/proc/5335/task/5337/stat : 5337 (java) S 5333 5335 3791 0 -1 4202560 21144 0 1 0 2032 3 0 0 25 0 18 0 1007355 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
[pid=5335/tid=5338] ppid=5333 vsize=1547888 CPUtime=0.01
/proc/5335/task/5338/stat : 5338 (java) S 5333 5335 3791 0 -1 4202560 195 0 0 0 1 0 0 0 15 0 18 0 1007356 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 7 0 0 0
[pid=5335/tid=5339] ppid=5333 vsize=1547888 CPUtime=0.01
/proc/5335/task/5339/stat : 5339 (java) S 5333 5335 3791 0 -1 4202560 497 0 0 0 1 0 0 0 15 0 18 0 1007356 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5340] ppid=5333 vsize=1547888 CPUtime=0
/proc/5335/task/5340/stat : 5340 (java) S 5333 5335 3791 0 -1 4202560 424 0 0 0 0 0 0 0 15 0 18 0 1007356 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
[pid=5335/tid=5341] ppid=5333 vsize=1547888 CPUtime=0.01
/proc/5335/task/5341/stat : 5341 (java) S 5333 5335 3791 0 -1 4202560 225 0 0 0 1 0 0 0 15 0 18 0 1007356 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5342] ppid=5333 vsize=1547888 CPUtime=0.01
/proc/5335/task/5342/stat : 5342 (java) S 5333 5335 3791 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 18 0 1007356 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 1 0 0 0
[pid=5335/tid=5343] ppid=5333 vsize=1547888 CPUtime=0
/proc/5335/task/5343/stat : 5343 (java) S 5333 5335 3791 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 1007356 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
[pid=5335/tid=5344] ppid=5333 vsize=1547888 CPUtime=0.01
/proc/5335/task/5344/stat : 5344 (java) S 5333 5335 3791 0 -1 4202560 95 0 0 0 1 0 0 0 15 0 18 0 1007356 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
[pid=5335/tid=5345] ppid=5333 vsize=1547888 CPUtime=0.01
/proc/5335/task/5345/stat : 5345 (java) S 5333 5335 3791 0 -1 4202560 122 0 0 0 1 0 0 0 16 0 18 0 1007356 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 5 0 0 0
[pid=5335/tid=5346] ppid=5333 vsize=1547888 CPUtime=0.37
/proc/5335/task/5346/stat : 5346 (java) S 5333 5335 3791 0 -1 4202560 1629 0 0 0 36 1 0 0 15 0 18 0 1007357 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 0 0 16800975 18446604453968935744 0 0 -1 0 0 0 0
[pid=5335/tid=5347] ppid=5333 vsize=1547888 CPUtime=0
/proc/5335/task/5347/stat : 5347 (java) S 5333 5335 3791 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 1007357 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5348] ppid=5333 vsize=1547888 CPUtime=0
/proc/5335/task/5348/stat : 5348 (java) S 5333 5335 3791 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 1007357 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5349] ppid=5333 vsize=1547888 CPUtime=0
/proc/5335/task/5349/stat : 5349 (java) S 5333 5335 3791 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 18 0 1007359 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5350] ppid=5333 vsize=1547888 CPUtime=0.76
/proc/5335/task/5350/stat : 5350 (java) S 5333 5335 3791 0 -1 4202560 5725 0 0 0 75 1 0 0 15 0 18 0 1007359 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 6 0 0 0
[pid=5335/tid=5351] ppid=5333 vsize=1547888 CPUtime=1.14
/proc/5335/task/5351/stat : 5351 (java) S 5333 5335 3791 0 -1 4202560 5989 0 0 0 113 1 0 0 15 0 18 0 1007359 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 7 0 0 0
[pid=5335/tid=5352] ppid=5333 vsize=1547888 CPUtime=0
/proc/5335/task/5352/stat : 5352 (java) S 5333 5335 3791 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 1007359 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 4 0 0 0
[pid=5335/tid=5354] ppid=5333 vsize=1547888 CPUtime=0
/proc/5335/task/5354/stat : 5354 (java) S 5333 5335 3791 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 1007392 1585037312 30061 4089446400 134512640 134550932 4294258720 18446744073709551615 4294960144 0 4 0 16800975 18446604453968935744 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.77
Current children cumulated vsize (KiB) 1547888

Child status: 30
Real time (s): 20.8139
CPU time (s): 22.7805
CPU user time (s): 22.6926
CPU system time (s): 0.087986
CPU usage (%): 109.449
Max. virtual memory (cumulated for all children) (KiB): 1552408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.6926
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37129
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= 1266
involuntary context switches= 2811

runsolver used 0.037994 second user time and 0.087986 second system time

The end

Launcher Data

Begin job on node139 at 2010-07-05 13:05:49
IDJOB=2698114
IDBENCH=79288
IDSOLVER=1211
FILE ID=node139/2698114-1278327948
PBS_JOBID= 11207424
Free space on /tmp= 74208 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.1900563801--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-2698114-1278327948/watcher-2698114-1278327948 -o /tmp/evaluation-result-2698114-1278327948/solver-2698114-1278327948 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698114-1278327948.wbo

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

MD5SUM BENCH= a9e19d6176a708e2234c09caf532f5b0
RANDOM SEED=872269639

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32110576 kB
Buffers:         27432 kB
Cached:         325192 kB
SwapCached:          0 kB
Active:         469540 kB
Inactive:       269100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32110576 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             488 kB
Writeback:           0 kB
AnonPages:      386248 kB
Mapped:          20352 kB
Slab:            36368 kB
PageTables:       5820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1646700 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= 74208 MiB
End job on node139 at 2010-07-05 13:06:10