Trace number 2698569

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 35.7656 33.9014

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900575442--soft-33-100-0.wbo
MD5SUMc8fdbd1e89585cb1f1efe2070d2e6c87
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark35.7656
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 constraints1816
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 92461
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 92460
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 667
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.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.2.1.v20100705
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.08	c java.vm.version	11.2-b01
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	32
0.05/0.08	c java.version		1.6.0_12
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		i386
0.05/0.08	c Free memory 		1393557488
0.05/0.08	c Max memory 		1395916800
0.05/0.08	c Total memory 		1395916800
0.05/0.08	c Number of processors 	8
0.05/0.10	c Pseudo Boolean Optimization
0.05/0.10	c --- Begin Solver configuration ---
0.05/0.10	c Stops conflict analysis at the first Unique Implication Point
0.05/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.05/0.10	c Learn all clauses as in MiniSAT
0.05/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.10	c Expensive reason simplification
0.05/0.10	c Armin Biere (Picosat) restarts strategy
0.05/0.10	c Glucose learned constraints deletion strategy
0.05/0.10	c timeout=2147483s
0.05/0.10	c DB Simplification allowed=false
0.05/0.10	c --- End Solver configuration ---
0.05/0.10	c solving HOME/instance-2698569-1278325657.wbo
0.05/0.10	c reading problem ... 
0.27/0.30	c ... done. Wall clock time 0.2s.
0.27/0.30	c #vars     2047
0.27/0.30	c #constraints  2707
0.27/0.30	c constraints type 
0.27/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2600
0.27/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
0.27/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84
0.27/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17
1.12/0.54	c SATISFIABLE
1.12/0.54	c OPTIMIZING...
1.12/0.54	c Got one! Elapsed wall clock time (in seconds):0.445
1.12/0.54	o 586
1.42/0.64	c Got one! Elapsed wall clock time (in seconds):0.545
1.42/0.64	o 455
1.72/0.73	c Got one! Elapsed wall clock time (in seconds):0.632
1.72/0.73	o 401
1.72/0.76	c Got one! Elapsed wall clock time (in seconds):0.663
1.72/0.76	o 359
1.72/0.80	c Got one! Elapsed wall clock time (in seconds):0.7
1.72/0.80	o 343
2.02/0.84	c Got one! Elapsed wall clock time (in seconds):0.743
2.02/0.84	o 324
2.02/0.86	c Got one! Elapsed wall clock time (in seconds):0.761
2.02/0.86	o 319
2.02/0.88	c Got one! Elapsed wall clock time (in seconds):0.783
2.02/0.88	o 283
2.29/0.90	c Got one! Elapsed wall clock time (in seconds):0.81
2.29/0.90	o 251
2.29/0.94	c Got one! Elapsed wall clock time (in seconds):0.847
2.29/0.94	o 242
2.29/0.96	c Got one! Elapsed wall clock time (in seconds):0.865
2.29/0.96	o 230
2.29/0.98	c Got one! Elapsed wall clock time (in seconds):0.889
2.29/0.98	o 184
2.41/1.02	c Got one! Elapsed wall clock time (in seconds):0.926
2.41/1.02	o 116
2.41/1.08	c Got one! Elapsed wall clock time (in seconds):0.989
2.41/1.08	o 107
2.51/1.14	c Got one! Elapsed wall clock time (in seconds):1.049
2.51/1.14	o 81
2.60/1.20	c Got one! Elapsed wall clock time (in seconds):1.106
2.60/1.20	o 76
2.60/1.23	c Got one! Elapsed wall clock time (in seconds):1.138
2.60/1.23	o 66
2.60/1.28	c Got one! Elapsed wall clock time (in seconds):1.185
2.60/1.28	o 60
2.70/1.36	c Got one! Elapsed wall clock time (in seconds):1.262
2.70/1.36	o 54
2.80/1.43	c Got one! Elapsed wall clock time (in seconds):1.34
2.80/1.43	o 53
2.80/1.47	c cleaning 2499 clauses out of 5000 with flag 5000/5000
2.92/1.55	c Got one! Elapsed wall clock time (in seconds):1.456
2.92/1.55	o 37
3.12/1.73	c Got one! Elapsed wall clock time (in seconds):1.632
3.12/1.73	o 35
3.22/1.81	c Got one! Elapsed wall clock time (in seconds):1.714
3.22/1.81	o 14
3.32/1.91	c Got one! Elapsed wall clock time (in seconds):1.818
3.32/1.91	o 11
3.56/2.18	c cleaning 4248 clauses out of 8501 with flag 11000/11000
3.96/2.57	c Got one! Elapsed wall clock time (in seconds):2.476
3.96/2.57	o 8
4.16/2.72	c Got one! Elapsed wall clock time (in seconds):2.626
4.16/2.72	o 4
4.37/2.92	c cleaning 5625 clauses out of 11254 with flag 18001/18001
4.98/3.59	c cleaning 6811 clauses out of 13628 with flag 26000/26000
5.81/4.33	c cleaning 7906 clauses out of 15817 with flag 35000/35000
6.71/5.20	c cleaning 8950 clauses out of 17912 with flag 45001/45001
7.33/5.85	c Got one! Elapsed wall clock time (in seconds):5.754
7.33/5.85	o 3
7.53/6.10	c cleaning 9477 clauses out of 18963 with flag 55002/55002
8.56/7.04	c cleaning 9743 clauses out of 19489 with flag 65005/65005
9.46/7.96	c cleaning 9871 clauses out of 19745 with flag 75004/75004
9.66/8.15	c Got one! Elapsed wall clock time (in seconds):8.052
9.66/8.15	o 2
10.56/9.00	c cleaning 9930 clauses out of 19871 with flag 85001/85001
11.16/9.61	c Got one! Elapsed wall clock time (in seconds):9.511
11.16/9.61	o 1
11.36/9.81	c cleaning 9964 clauses out of 19942 with flag 95002/95002
12.06/10.59	c cleaning 9979 clauses out of 19976 with flag 105000/105000
13.06/11.56	c cleaning 9988 clauses out of 20000 with flag 115003/115003
14.05/12.51	c cleaning 9990 clauses out of 20009 with flag 125000/125000
14.96/13.47	c cleaning 10002 clauses out of 20019 with flag 135000/135000
15.97/14.41	c cleaning 10006 clauses out of 20021 with flag 145004/145004
16.87/15.31	c cleaning 9994 clauses out of 20013 with flag 155002/155002
17.68/16.13	c cleaning 9981 clauses out of 20017 with flag 165000/165000
18.49/16.96	c cleaning 10009 clauses out of 20036 with flag 175000/175000
19.48/17.79	c cleaning 10006 clauses out of 20028 with flag 185001/185001
20.59/18.80	c cleaning 10008 clauses out of 20022 with flag 195001/195001
21.39/19.68	c cleaning 9994 clauses out of 20015 with flag 205002/205002
22.29/20.51	c cleaning 10006 clauses out of 20020 with flag 215001/215001
23.19/21.42	c cleaning 10004 clauses out of 20014 with flag 225001/225001
24.09/22.34	c cleaning 10000 clauses out of 20010 with flag 235001/235001
24.90/23.14	c cleaning 9999 clauses out of 20009 with flag 245000/245000
25.60/23.89	c cleaning 9992 clauses out of 20011 with flag 255001/255001
26.40/24.62	c cleaning 10009 clauses out of 20021 with flag 265003/265003
27.01/25.24	c cleaning 10002 clauses out of 20010 with flag 275001/275001
27.70/25.99	c cleaning 10001 clauses out of 20009 with flag 285002/285002
28.54/26.70	c cleaning 10001 clauses out of 20008 with flag 295002/295002
29.15/27.36	c cleaning 9994 clauses out of 20005 with flag 305000/305000
29.85/28.02	c cleaning 9992 clauses out of 20013 with flag 315002/315002
30.55/28.73	c cleaning 10007 clauses out of 20021 with flag 325002/325002
31.26/29.42	c cleaning 9996 clauses out of 20012 with flag 335000/335000
31.95/30.18	c cleaning 10002 clauses out of 20016 with flag 345000/345000
32.75/30.95	c cleaning 10001 clauses out of 20015 with flag 355001/355001
33.47/31.66	c cleaning 10000 clauses out of 20014 with flag 365001/365001
34.28/32.43	c cleaning 9997 clauses out of 20014 with flag 375002/375002
35.08/33.24	c cleaning 10003 clauses out of 20018 with flag 385004/385004
35.68/33.85	c starts		: 165
35.68/33.85	c conflicts		: 393094
35.68/33.85	c decisions		: 716398
35.68/33.85	c propagations		: 15614226
35.68/33.85	c inspects		: 247553212
35.68/33.85	c learnt literals	: 4
35.68/33.85	c learnt binary clauses	: 42
35.68/33.85	c learnt ternary clauses	: 410
35.68/33.85	c learnt clauses	: 393089
35.68/33.85	c ignored clauses	: 0
35.68/33.85	c root simplifications	: 0
35.68/33.85	c removed literals (reason simplification)	: 2040458
35.68/33.85	c reason swapping (by a shorter reason)	: 0
35.68/33.85	c Calls to reduceDB	: 40
35.68/33.85	c number of reductions to clauses (during analyze)	: 0
35.68/33.85	c number of learned constraints concerned by reduction	: 0
35.68/33.85	c number of learning phase by resolution	: 0
35.68/33.85	c number of learning phase by cutting planes	: 0
35.68/33.85	c speed (assignments/second)	: 644124.6648240584
35.68/33.85	c non guided choices	3345
35.68/33.85	c learnt constraints type 
35.68/33.85	c constraints type 
35.68/33.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2600
35.68/33.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
35.68/33.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 84
35.68/33.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17
35.68/33.85	s OPTIMUM FOUND
35.68/33.85	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 
35.68/33.85	c objective function=1
35.68/33.85	c Total wall clock time (in seconds): 33.755

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-2698569-1278325657/watcher-2698569-1278325657 -o /tmp/evaluation-result-2698569-1278325657/solver-2698569-1278325657 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698569-1278325657.wbo 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 1.97 1.72 4/196 4196
/proc/meminfo: memFree=32400360/32950928 swapFree=67111528/67111528
[pid=4196] ppid=4194 vsize=13164 CPUtime=0
/proc/4196/stat : 4196 (java) R 4194 4196 3781 0 -1 4194304 450 0 0 0 0 0 0 0 25 0 1 0 780503 13479936 179 4089446400 134512640 134550932 4289262144 18446744073709551615 9742072 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/4196/statm: 3291 184 139 10 0 1121 0

[startup+0.0631759 s]
/proc/loadavg: 1.97 1.97 1.72 4/196 4196
/proc/meminfo: memFree=32400360/32950928 swapFree=67111528/67111528
[pid=4196] ppid=4194 vsize=1527692 CPUtime=0.05
/proc/4196/stat : 4196 (java) S 4194 4196 3781 0 -1 4202496 4196 0 1 0 4 1 0 0 25 0 18 0 780503 1564356608 3636 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4196/statm: 381923 3637 1089 10 0 379226 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1527692

[startup+0.101186 s]
/proc/loadavg: 1.97 1.97 1.72 4/196 4196
/proc/meminfo: memFree=32400360/32950928 swapFree=67111528/67111528
[pid=4196] ppid=4194 vsize=1529884 CPUtime=0.11
/proc/4196/stat : 4196 (java) S 4194 4196 3781 0 -1 4202496 5218 0 1 0 10 1 0 0 25 0 18 0 780503 1566601216 4656 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4196/statm: 382471 4656 1347 10 0 379774 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529884

[startup+0.301117 s]
/proc/loadavg: 1.97 1.97 1.72 4/196 4196
/proc/meminfo: memFree=32400360/32950928 swapFree=67111528/67111528
[pid=4196] ppid=4194 vsize=1531492 CPUtime=0.53
/proc/4196/stat : 4196 (java) S 4194 4196 3781 0 -1 4202496 7663 0 1 0 52 1 0 0 25 0 18 0 780503 1568247808 6903 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4196/statm: 382873 6903 1410 10 0 380176 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1531492

[startup+0.701042 s]
/proc/loadavg: 1.97 1.97 1.72 4/196 4196
/proc/meminfo: memFree=32400360/32950928 swapFree=67111528/67111528
[pid=4196] ppid=4194 vsize=1548772 CPUtime=1.72
/proc/4196/stat : 4196 (java) S 4194 4196 3781 0 -1 4202496 17399 0 1 0 169 3 0 0 25 0 19 0 780503 1585942528 12619 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4196/statm: 387193 12619 1428 10 0 384496 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 1548772

[startup+1.50092 s]
/proc/loadavg: 1.97 1.97 1.72 3/215 4215
/proc/meminfo: memFree=32331396/32950928 swapFree=67111528/67111528
[pid=4196] ppid=4194 vsize=1548772 CPUtime=2.92
/proc/4196/stat : 4196 (java) S 4194 4196 3781 0 -1 4202496 30132 0 1 0 288 4 0 0 25 0 19 0 780503 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4196/statm: 387193 25126 1444 10 0 384496 0
[pid=4196/tid=4198] ppid=4194 vsize=1548772 CPUtime=1.46
/proc/4196/task/4198/stat : 4198 (java) R 4194 4196 3781 0 -1 4202560 18151 0 1 0 144 2 0 0 18 0 19 0 780504 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4109432643 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4196/tid=4199] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4199/stat : 4199 (java) S 4194 4196 3781 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 780505 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4200] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4200/stat : 4200 (java) S 4194 4196 3781 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 780505 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4201] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4201/stat : 4201 (java) S 4194 4196 3781 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 780505 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4202] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4202/stat : 4202 (java) S 4194 4196 3781 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 780505 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 3 0 0 0
[pid=4196/tid=4203] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4203/stat : 4203 (java) S 4194 4196 3781 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 780505 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4204] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4204/stat : 4204 (java) S 4194 4196 3781 0 -1 4202560 91 0 0 0 0 0 0 0 18 0 19 0 780505 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4205] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4205/stat : 4205 (java) S 4194 4196 3781 0 -1 4202560 248 0 0 0 0 0 0 0 18 0 19 0 780505 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4206] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4206/stat : 4206 (java) S 4194 4196 3781 0 -1 4202560 241 0 0 0 0 0 0 0 18 0 19 0 780505 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4207] ppid=4194 vsize=1548772 CPUtime=0.01
/proc/4196/task/4207/stat : 4207 (java) S 4194 4196 3781 0 -1 4202560 595 0 0 0 1 0 0 0 15 0 19 0 780506 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446604453985337408 0 0 -1 0 0 0 0
[pid=4196/tid=4208] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4208/stat : 4208 (java) S 4194 4196 3781 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 780506 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4209] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4209/stat : 4209 (java) S 4194 4196 3781 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 780506 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 0 0 0 0
[pid=4196/tid=4210] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4210/stat : 4210 (java) S 4194 4196 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 780508 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4211] ppid=4194 vsize=1548772 CPUtime=0.72
/proc/4196/task/4211/stat : 4211 (java) S 4194 4196 3781 0 -1 4202560 5320 0 0 0 72 0 0 0 16 0 19 0 780508 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 5 0 0 0
[pid=4196/tid=4212] ppid=4194 vsize=1548772 CPUtime=0.69
/proc/4196/task/4212/stat : 4212 (java) S 4194 4196 3781 0 -1 4202560 4388 0 0 0 69 0 0 0 15 0 19 0 780508 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4213] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4213/stat : 4213 (java) S 4194 4196 3781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 780508 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4214] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4214/stat : 4214 (java) S 4194 4196 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 780508 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4215] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4215/stat : 4215 (java) S 4194 4196 3781 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 780538 1585942528 25126 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 1548772

[startup+3.1016 s]
/proc/loadavg: 1.97 1.97 1.72 3/215 4215
/proc/meminfo: memFree=32305232/32950928 swapFree=67111528/67111528
[pid=4196] ppid=4194 vsize=1548772 CPUtime=4.58
/proc/4196/stat : 4196 (java) S 4194 4196 3781 0 -1 4202496 31139 0 1 0 453 5 0 0 25 0 19 0 780503 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4196/statm: 387193 26131 1444 10 0 384496 0
[pid=4196/tid=4198] ppid=4194 vsize=1548772 CPUtime=3.03
/proc/4196/task/4198/stat : 4198 (java) R 4194 4196 3781 0 -1 4202560 18153 0 1 0 301 2 0 0 20 0 19 0 780504 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4109492394 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4196/tid=4199] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4199/stat : 4199 (java) S 4194 4196 3781 0 -1 4202560 155 0 0 0 0 0 0 0 16 0 19 0 780505 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4200] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4200/stat : 4200 (java) S 4194 4196 3781 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 780505 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4201] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4201/stat : 4201 (java) S 4194 4196 3781 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 780505 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4202] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4202/stat : 4202 (java) S 4194 4196 3781 0 -1 4202560 147 0 0 0 0 0 0 0 16 0 19 0 780505 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 3 0 0 0
[pid=4196/tid=4203] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4203/stat : 4203 (java) S 4194 4196 3781 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 780505 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4204] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4204/stat : 4204 (java) S 4194 4196 3781 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 780505 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4205] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4205/stat : 4205 (java) S 4194 4196 3781 0 -1 4202560 430 0 0 0 0 0 0 0 15 0 19 0 780505 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4206] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4206/stat : 4206 (java) S 4194 4196 3781 0 -1 4202560 242 0 0 0 0 0 0 0 15 0 19 0 780505 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4207] ppid=4194 vsize=1548772 CPUtime=0.03
/proc/4196/task/4207/stat : 4207 (java) S 4194 4196 3781 0 -1 4202560 1066 0 0 0 3 0 0 0 15 0 19 0 780506 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446604453985337408 0 0 -1 0 0 0 0
[pid=4196/tid=4208] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4208/stat : 4208 (java) S 4194 4196 3781 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 780506 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4209] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4209/stat : 4209 (java) S 4194 4196 3781 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 780506 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 0 0 0 0
[pid=4196/tid=4210] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4210/stat : 4210 (java) S 4194 4196 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 780508 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4211] ppid=4194 vsize=1548772 CPUtime=0.75
/proc/4196/task/4211/stat : 4211 (java) S 4194 4196 3781 0 -1 4202560 5324 0 0 0 75 0 0 0 15 0 19 0 780508 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 7 0 0 0
[pid=4196/tid=4212] ppid=4194 vsize=1548772 CPUtime=0.71
/proc/4196/task/4212/stat : 4212 (java) S 4194 4196 3781 0 -1 4202560 4392 0 0 0 71 0 0 0 15 0 19 0 780508 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4213] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4213/stat : 4213 (java) S 4194 4196 3781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 780508 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4214] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4214/stat : 4214 (java) S 4194 4196 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 780508 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4215] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4215/stat : 4215 (java) S 4194 4196 3781 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 780538 1585942528 26131 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 1548772

[startup+6.30099 s]
/proc/loadavg: 1.97 1.97 1.72 3/215 4215
/proc/meminfo: memFree=32300896/32950928 swapFree=67111528/67111528
[pid=4196] ppid=4194 vsize=1548772 CPUtime=7.86
/proc/4196/stat : 4196 (java) S 4194 4196 3781 0 -1 4202496 31344 0 1 0 781 5 0 0 25 0 19 0 780503 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4196/statm: 387193 26254 1444 10 0 384496 0
[pid=4196/tid=4198] ppid=4194 vsize=1548772 CPUtime=6.16
/proc/4196/task/4198/stat : 4198 (java) R 4194 4196 3781 0 -1 4202560 18155 0 1 0 614 2 0 0 25 0 19 0 780504 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4109432643 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4196/tid=4199] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4199/stat : 4199 (java) S 4194 4196 3781 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 780505 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4200] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4200/stat : 4200 (java) S 4194 4196 3781 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 780505 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4201] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4201/stat : 4201 (java) S 4194 4196 3781 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 780505 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4202] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4202/stat : 4202 (java) S 4194 4196 3781 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 780505 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 3 0 0 0
[pid=4196/tid=4203] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4203/stat : 4203 (java) S 4194 4196 3781 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 780505 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4204] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4204/stat : 4204 (java) S 4194 4196 3781 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 780505 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4205] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4205/stat : 4205 (java) S 4194 4196 3781 0 -1 4202560 430 0 0 0 0 0 0 0 15 0 19 0 780505 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4206] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4206/stat : 4206 (java) S 4194 4196 3781 0 -1 4202560 242 0 0 0 0 0 0 0 15 0 19 0 780505 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4207] ppid=4194 vsize=1548772 CPUtime=0.09
/proc/4196/task/4207/stat : 4207 (java) S 4194 4196 3781 0 -1 4202560 1244 0 0 0 9 0 0 0 15 0 19 0 780506 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446604453985337408 0 0 -1 0 0 0 0
[pid=4196/tid=4208] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4208/stat : 4208 (java) S 4194 4196 3781 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 780506 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4209] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4209/stat : 4209 (java) S 4194 4196 3781 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 780506 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 0 0 0 0
[pid=4196/tid=4210] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4210/stat : 4210 (java) S 4194 4196 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 780508 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4211] ppid=4194 vsize=1548772 CPUtime=0.82
/proc/4196/task/4211/stat : 4211 (java) S 4194 4196 3781 0 -1 4202560 5341 0 0 0 82 0 0 0 15 0 19 0 780508 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 7 0 0 0
[pid=4196/tid=4212] ppid=4194 vsize=1548772 CPUtime=0.71
/proc/4196/task/4212/stat : 4212 (java) S 4194 4196 3781 0 -1 4202560 4392 0 0 0 71 0 0 0 15 0 19 0 780508 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4213] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4213/stat : 4213 (java) S 4194 4196 3781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 780508 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4214] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4214/stat : 4214 (java) S 4194 4196 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 780508 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4215] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4215/stat : 4215 (java) S 4194 4196 3781 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 780538 1585942528 26254 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 1548772

[startup+12.7008 s]
/proc/loadavg: 1.98 1.97 1.73 3/215 4215
/proc/meminfo: memFree=32300276/32950928 swapFree=67111528/67111528
[pid=4196] ppid=4194 vsize=1548772 CPUtime=14.26
/proc/4196/stat : 4196 (java) S 4194 4196 3781 0 -1 4202496 31456 0 1 0 1421 5 0 0 25 0 19 0 780503 1585942528 26359 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4196/statm: 387193 26359 1444 10 0 384496 0
[pid=4196/tid=4198] ppid=4194 vsize=1548772 CPUtime=12.43
/proc/4196/task/4198/stat : 4198 (java) R 4194 4196 3781 0 -1 4202560 18162 0 1 0 1241 2 0 0 25 0 19 0 780504 1585942528 26359 4089446400 134512640 134550932 4289262144 18446744073709551615 4109456836 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4196/tid=4199] ppid=4194 vsize=1548772 CPUtime=0
/proc/4196/task/4199/stat : 4199 (java) S 4194 4196 3781 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 780505 1585942528 26359 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0

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

[pid=4196/tid=4205] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4205/stat : 4205 (java) S 4194 4196 3781 0 -1 4202560 431 0 0 0 0 0 0 0 15 0 19 0 780505 1585876992 26526 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4206] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4206/stat : 4206 (java) S 4194 4196 3781 0 -1 4202560 245 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26526 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 0 0 0 0
[pid=4196/tid=4207] ppid=4194 vsize=1548708 CPUtime=0.51
/proc/4196/task/4207/stat : 4207 (java) S 4194 4196 3781 0 -1 4202560 1418 0 0 0 51 0 0 0 15 0 19 0 780506 1585876992 26526 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446604453985337408 0 0 -1 0 0 0 0
[pid=4196/tid=4208] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4208/stat : 4208 (java) S 4194 4196 3781 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 780506 1585876992 26526 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4209] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4209/stat : 4209 (java) S 4194 4196 3781 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 780506 1585876992 26526 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 0 0 0 0
[pid=4196/tid=4210] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4210/stat : 4210 (java) S 4194 4196 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 780508 1585876992 26526 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4211] ppid=4194 vsize=1548708 CPUtime=1.07
/proc/4196/task/4211/stat : 4211 (java) S 4194 4196 3781 0 -1 4202560 5743 0 0 0 107 0 0 0 15 0 19 0 780508 1585876992 26526 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 7 0 0 0
[pid=4196/tid=4212] ppid=4194 vsize=1548708 CPUtime=0.74
/proc/4196/task/4212/stat : 4212 (java) S 4194 4196 3781 0 -1 4202560 4392 0 0 0 74 0 0 0 15 0 19 0 780508 1585876992 26526 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4213] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4213/stat : 4213 (java) S 4194 4196 3781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 780508 1585876992 26526 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4214] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4214/stat : 4214 (java) S 4194 4196 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 780508 1585876992 26526 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4215] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4215/stat : 4215 (java) S 4194 4196 3781 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 780538 1585876992 26526 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 30.55
Current children cumulated vsize (KiB) 1548708

[startup+31.9072 s]
/proc/loadavg: 2.06 1.99 1.74 3/215 4215
/proc/meminfo: memFree=32298072/32950928 swapFree=67111528/67111528
[pid=4196] ppid=4194 vsize=1548708 CPUtime=33.78
/proc/4196/stat : 4196 (java) S 4194 4196 3781 0 -1 4202496 31989 0 1 0 3371 7 0 0 25 0 19 0 780503 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4196/statm: 387177 26546 1444 10 0 384480 0
[pid=4196/tid=4198] ppid=4194 vsize=1548708 CPUtime=31.2
/proc/4196/task/4198/stat : 4198 (java) R 4194 4196 3781 0 -1 4202560 18187 0 1 0 3118 2 0 0 25 0 19 0 780504 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4109434156 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4196/tid=4199] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4199/stat : 4199 (java) S 4194 4196 3781 0 -1 4202560 160 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4200] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4200/stat : 4200 (java) S 4194 4196 3781 0 -1 4202560 57 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4201] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4201/stat : 4201 (java) S 4194 4196 3781 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 780505 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4202] ppid=4194 vsize=1548708 CPUtime=0.02
/proc/4196/task/4202/stat : 4202 (java) S 4194 4196 3781 0 -1 4202560 153 0 0 0 2 0 0 0 15 0 19 0 780505 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 3 0 0 0
[pid=4196/tid=4203] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4203/stat : 4203 (java) S 4194 4196 3781 0 -1 4202560 20 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4204] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4204/stat : 4204 (java) S 4194 4196 3781 0 -1 4202560 96 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4205] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4205/stat : 4205 (java) S 4194 4196 3781 0 -1 4202560 434 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4206] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4206/stat : 4206 (java) S 4194 4196 3781 0 -1 4202560 245 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4207] ppid=4194 vsize=1548708 CPUtime=0.59
/proc/4196/task/4207/stat : 4207 (java) S 4194 4196 3781 0 -1 4202560 1433 0 0 0 59 0 0 0 15 0 19 0 780506 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446604453985337408 0 0 -1 0 0 0 0
[pid=4196/tid=4208] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4208/stat : 4208 (java) S 4194 4196 3781 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 780506 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4209] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4209/stat : 4209 (java) S 4194 4196 3781 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 780506 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 0 0 0 0
[pid=4196/tid=4210] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4210/stat : 4210 (java) S 4194 4196 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 780508 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4211] ppid=4194 vsize=1548708 CPUtime=1.07
/proc/4196/task/4211/stat : 4211 (java) S 4194 4196 3781 0 -1 4202560 5743 0 0 0 107 0 0 0 15 0 19 0 780508 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 7 0 0 0
[pid=4196/tid=4212] ppid=4194 vsize=1548708 CPUtime=0.74
/proc/4196/task/4212/stat : 4212 (java) S 4194 4196 3781 0 -1 4202560 4392 0 0 0 74 0 0 0 15 0 19 0 780508 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4213] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4213/stat : 4213 (java) S 4194 4196 3781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 780508 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4214] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4214/stat : 4214 (java) S 4194 4196 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 780508 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4215] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4215/stat : 4215 (java) S 4194 4196 3781 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 780538 1585876992 26546 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 33.78
Current children cumulated vsize (KiB) 1548708

[startup+32.701 s]
/proc/loadavg: 2.06 1.99 1.74 3/215 4215
/proc/meminfo: memFree=32298072/32950928 swapFree=67111528/67111528
[pid=4196] ppid=4194 vsize=1548708 CPUtime=34.58
/proc/4196/stat : 4196 (java) S 4194 4196 3781 0 -1 4202496 32006 0 1 0 3451 7 0 0 25 0 19 0 780503 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4196/statm: 387177 26562 1444 10 0 384480 0
[pid=4196/tid=4198] ppid=4194 vsize=1548708 CPUtime=31.97
/proc/4196/task/4198/stat : 4198 (java) R 4194 4196 3781 0 -1 4202560 18189 0 1 0 3195 2 0 0 25 0 19 0 780504 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4109473645 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4196/tid=4199] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4199/stat : 4199 (java) S 4194 4196 3781 0 -1 4202560 160 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4200] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4200/stat : 4200 (java) S 4194 4196 3781 0 -1 4202560 57 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4201] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4201/stat : 4201 (java) S 4194 4196 3781 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4202] ppid=4194 vsize=1548708 CPUtime=0.02
/proc/4196/task/4202/stat : 4202 (java) S 4194 4196 3781 0 -1 4202560 153 0 0 0 2 0 0 0 15 0 19 0 780505 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 3 0 0 0
[pid=4196/tid=4203] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4203/stat : 4203 (java) S 4194 4196 3781 0 -1 4202560 20 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4204] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4204/stat : 4204 (java) S 4194 4196 3781 0 -1 4202560 96 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4205] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4205/stat : 4205 (java) S 4194 4196 3781 0 -1 4202560 434 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4206] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4206/stat : 4206 (java) S 4194 4196 3781 0 -1 4202560 245 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4207] ppid=4194 vsize=1548708 CPUtime=0.61
/proc/4196/task/4207/stat : 4207 (java) S 4194 4196 3781 0 -1 4202560 1448 0 0 0 61 0 0 0 15 0 19 0 780506 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446604453985337408 0 0 -1 0 0 0 0
[pid=4196/tid=4208] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4208/stat : 4208 (java) S 4194 4196 3781 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 780506 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4209] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4209/stat : 4209 (java) S 4194 4196 3781 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 780506 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 0 0 0 0
[pid=4196/tid=4210] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4210/stat : 4210 (java) S 4194 4196 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 780508 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4211] ppid=4194 vsize=1548708 CPUtime=1.07
/proc/4196/task/4211/stat : 4211 (java) S 4194 4196 3781 0 -1 4202560 5743 0 0 0 107 0 0 0 15 0 19 0 780508 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 7 0 0 0
[pid=4196/tid=4212] ppid=4194 vsize=1548708 CPUtime=0.75
/proc/4196/task/4212/stat : 4212 (java) S 4194 4196 3781 0 -1 4202560 4392 0 0 0 75 0 0 0 15 0 19 0 780508 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4213] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4213/stat : 4213 (java) S 4194 4196 3781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 780508 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4214] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4214/stat : 4214 (java) S 4194 4196 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 780508 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4215] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4215/stat : 4215 (java) S 4194 4196 3781 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 780538 1585876992 26562 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 34.58
Current children cumulated vsize (KiB) 1548708

[startup+33.5009 s]
/proc/loadavg: 2.06 1.99 1.74 3/215 4215
/proc/meminfo: memFree=32298444/32950928 swapFree=67111528/67111528
[pid=4196] ppid=4194 vsize=1548708 CPUtime=35.38
/proc/4196/stat : 4196 (java) S 4194 4196 3781 0 -1 4202496 32008 0 1 0 3531 7 0 0 25 0 19 0 780503 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4196/statm: 387177 26563 1444 10 0 384480 0
[pid=4196/tid=4198] ppid=4194 vsize=1548708 CPUtime=32.75
/proc/4196/task/4198/stat : 4198 (java) R 4194 4196 3781 0 -1 4202560 18190 0 1 0 3273 2 0 0 25 0 19 0 780504 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4109456983 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4196/tid=4199] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4199/stat : 4199 (java) S 4194 4196 3781 0 -1 4202560 160 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4200] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4200/stat : 4200 (java) S 4194 4196 3781 0 -1 4202560 57 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4201] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4201/stat : 4201 (java) S 4194 4196 3781 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4202] ppid=4194 vsize=1548708 CPUtime=0.02
/proc/4196/task/4202/stat : 4202 (java) S 4194 4196 3781 0 -1 4202560 153 0 0 0 2 0 0 0 15 0 19 0 780505 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 3 0 0 0
[pid=4196/tid=4203] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4203/stat : 4203 (java) S 4194 4196 3781 0 -1 4202560 21 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4204] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4204/stat : 4204 (java) S 4194 4196 3781 0 -1 4202560 96 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4205] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4205/stat : 4205 (java) S 4194 4196 3781 0 -1 4202560 434 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4206] ppid=4194 vsize=1548708 CPUtime=0.01
/proc/4196/task/4206/stat : 4206 (java) S 4194 4196 3781 0 -1 4202560 245 0 0 0 1 0 0 0 15 0 19 0 780505 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4207] ppid=4194 vsize=1548708 CPUtime=0.64
/proc/4196/task/4207/stat : 4207 (java) S 4194 4196 3781 0 -1 4202560 1448 0 0 0 63 1 0 0 15 0 19 0 780506 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 0 0 16800975 18446604453985337408 0 0 -1 0 0 0 0
[pid=4196/tid=4208] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4208/stat : 4208 (java) S 4194 4196 3781 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 780506 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4209] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4209/stat : 4209 (java) S 4194 4196 3781 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 19 0 780506 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 0 0 0 0
[pid=4196/tid=4210] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4210/stat : 4210 (java) S 4194 4196 3781 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 780508 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4211] ppid=4194 vsize=1548708 CPUtime=1.07
/proc/4196/task/4211/stat : 4211 (java) S 4194 4196 3781 0 -1 4202560 5743 0 0 0 107 0 0 0 15 0 19 0 780508 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 7 0 0 0
[pid=4196/tid=4212] ppid=4194 vsize=1548708 CPUtime=0.76
/proc/4196/task/4212/stat : 4212 (java) S 4194 4196 3781 0 -1 4202560 4392 0 0 0 76 0 0 0 15 0 19 0 780508 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 6 0 0 0
[pid=4196/tid=4213] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4213/stat : 4213 (java) S 4194 4196 3781 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 780508 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 2 0 0 0
[pid=4196/tid=4214] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4214/stat : 4214 (java) S 4194 4196 3781 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 780508 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 4 0 0 0
[pid=4196/tid=4215] ppid=4194 vsize=1548708 CPUtime=0
/proc/4196/task/4215/stat : 4215 (java) S 4194 4196 3781 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 780538 1585876992 26563 4089446400 134512640 134550932 4289262144 18446744073709551615 4294960144 0 4 0 16800975 18446604453985337408 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 35.38
Current children cumulated vsize (KiB) 1548708

[startup+33.9007 s]
/proc/loadavg: 2.06 1.99 1.74 3/215 4215
/proc/meminfo: memFree=32298444/32950928 swapFree=67111528/67111528
[pid=4196] ppid=4194 vsize=0 CPUtime=35.75
/proc/4196/stat : 4196 (java) Z 4194 4196 3781 0 -1 4203548 32026 0 1 0 3568 7 0 0 18 0 2 0 780503 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4196/statm: 0 0 0 0 0 0 0
[pid=4196/tid=4198] ppid=4194 vsize=0 CPUtime=33.11
/proc/4196/task/4198/stat : 4198 (java) R 4194 4196 3781 0 -1 4203588 18196 0 1 0 3308 3 0 0 25 0 2 0 780504 0 0 4089446400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 35.75
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 33.9014
CPU time (s): 35.7656
CPU user time (s): 35.6886
CPU system time (s): 0.076988
CPU usage (%): 105.499
Max. virtual memory (cumulated for all children) (KiB): 1550096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.6886
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32026
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= 2026
involuntary context switches= 5773

runsolver used 0.054991 second user time and 0.146977 second system time

The end

Launcher Data

Begin job on node114 at 2010-07-05 12:27:37
IDJOB=2698569
IDBENCH=78902
IDSOLVER=1211
FILE ID=node114/2698569-1278325657
PBS_JOBID= 11207466
Free space on /tmp= 74200 MiB

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

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

MD5SUM BENCH= c8fdbd1e89585cb1f1efe2070d2e6c87
RANDOM SEED=916648904

node114.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.824
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.64
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.824
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.824
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.83
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.824
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.81
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.824
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.824
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.824
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.824
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:     32950928 kB
MemFree:      32400764 kB
Buffers:         21740 kB
Cached:         307148 kB
SwapCached:          0 kB
Active:         202776 kB
Inactive:       248040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32400764 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             516 kB
Writeback:           0 kB
AnonPages:      121496 kB
Mapped:          20252 kB
Slab:            35984 kB
PageTables:       4824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1638524 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= 74200 MiB
End job on node114 at 2010-07-05 12:28:11