Trace number 2691514

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.0 2010-05-26Wrong Opt. 33.4449 32.0303

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900558106--soft-66-100-0.wbo
MD5SUM125243b279b6e24b77d57dd07a5f7014
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark247.27
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 constraints937
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 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 815
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.01/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.06	c See www.sat4j.org for details.
0.01/0.07	c version 2.2.0.v20100526
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.01/0.07	c java.vm.version	11.2-b01
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	32
0.01/0.07	c java.version		1.6.0_12
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.18-164.el5
0.01/0.07	c os.arch		i386
0.01/0.07	c Free memory 		1393557488
0.01/0.07	c Max memory 		1395916800
0.01/0.07	c Total memory 		1395916800
0.01/0.07	c Number of processors 	8
0.01/0.10	c Pseudo Boolean Optimization
0.01/0.10	c --- Begin Solver configuration ---
0.01/0.10	c Stops conflict analysis at the first Unique Implication Point
0.01/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.01/0.10	c Learn all clauses as in MiniSAT
0.01/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.01/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.01/0.10	c Expensive reason simplification
0.01/0.10	c Armin Biere (Picosat) restarts strategy
0.01/0.10	c Glucose learned constraints deletion strategy
0.01/0.10	c timeout=2147483s
0.01/0.10	c DB Simplification allowed=false
0.01/0.10	c --- End Solver configuration ---
0.01/0.10	c solving HOME/instance-2691514-1277909235.wbo
0.01/0.10	c reading problem ... 
0.28/0.29	c ... done. Wall clock time 0.194s.
0.28/0.29	c #vars     1168
0.28/0.29	c #constraints  2707
0.28/0.29	c constraints type 
0.28/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1604
0.28/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 942
0.28/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
0.28/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.06/0.53	c SATISFIABLE
1.06/0.53	c OPTIMIZING...
1.06/0.53	c Got one! Elapsed wall clock time (in seconds):0.435
1.06/0.53	o 246
1.32/0.60	c Got one! Elapsed wall clock time (in seconds):0.503
1.32/0.60	o 235
1.55/0.73	c Got one! Elapsed wall clock time (in seconds):0.63
1.55/0.73	o 221
1.65/0.81	c Got one! Elapsed wall clock time (in seconds):0.71
1.65/0.81	o 168
1.80/0.93	c cleaning 2498 clauses out of 5000 with flag 5000/5000
2.35/1.44	c cleaning 4248 clauses out of 8502 with flag 11000/11000
2.95/2.03	c cleaning 5622 clauses out of 11254 with flag 18000/18000
3.06/2.11	c Got one! Elapsed wall clock time (in seconds):2.013
3.06/2.11	o 152
3.74/2.73	c cleaning 6814 clauses out of 13633 with flag 26001/26001
4.56/3.54	c cleaning 7908 clauses out of 15821 with flag 35003/35003
5.48/4.43	c cleaning 8951 clauses out of 17912 with flag 45002/45002
6.38/5.35	c cleaning 9473 clauses out of 18960 with flag 55001/55001
7.28/6.25	c cleaning 9736 clauses out of 19486 with flag 65000/65000
7.39/6.30	c Got one! Elapsed wall clock time (in seconds):6.203
7.39/6.30	o 145
8.19/7.17	c Got one! Elapsed wall clock time (in seconds):7.079
8.19/7.17	o 129
8.29/7.24	c cleaning 9869 clauses out of 19751 with flag 75001/75001
9.19/8.13	c cleaning 9937 clauses out of 19884 with flag 85003/85003
9.40/8.31	c Got one! Elapsed wall clock time (in seconds):8.212
9.40/8.31	o 78
10.10/9.06	c cleaning 9966 clauses out of 19946 with flag 95002/95002
11.10/10.09	c cleaning 9983 clauses out of 19978 with flag 105000/105000
12.11/11.06	c cleaning 9992 clauses out of 19996 with flag 115001/115001
13.11/12.10	c cleaning 9999 clauses out of 20006 with flag 125003/125003
14.21/13.13	c cleaning 9991 clauses out of 20006 with flag 135002/135002
15.21/14.14	c cleaning 10001 clauses out of 20015 with flag 145002/145002
16.21/15.10	c cleaning 9996 clauses out of 20012 with flag 155000/155000
17.11/16.04	c cleaning 10005 clauses out of 20016 with flag 165000/165000
18.02/16.95	c cleaning 10000 clauses out of 20011 with flag 175000/175000
18.92/17.90	c cleaning 9987 clauses out of 20011 with flag 185000/185000
19.82/18.79	c cleaning 10006 clauses out of 20025 with flag 195001/195001
20.82/19.76	c cleaning 10001 clauses out of 20022 with flag 205004/205004
21.72/20.65	c cleaning 10006 clauses out of 20017 with flag 215000/215000
22.62/21.59	c cleaning 9992 clauses out of 20011 with flag 225000/225000
23.52/22.50	c cleaning 9999 clauses out of 20019 with flag 235000/235000
24.44/23.36	c cleaning 10002 clauses out of 20021 with flag 245001/245001
25.49/24.31	c cleaning 10001 clauses out of 20019 with flag 255001/255001
26.35/25.07	c Got one! Elapsed wall clock time (in seconds):24.976
26.35/25.07	o 39
26.57/25.27	c cleaning 10009 clauses out of 20020 with flag 265003/265003
27.26/25.99	c cleaning 10000 clauses out of 20009 with flag 275001/275001
28.07/26.79	c cleaning 9998 clauses out of 20011 with flag 285003/285003
28.67/27.34	c cleaning 9996 clauses out of 20010 with flag 295000/295000
29.27/27.92	c cleaning 10003 clauses out of 20014 with flag 305000/305000
29.99/28.62	c cleaning 10003 clauses out of 20014 with flag 315003/315003
30.68/29.38	c cleaning 9999 clauses out of 20009 with flag 325001/325001
31.49/30.19	c cleaning 9995 clauses out of 20009 with flag 335000/335000
32.30/30.95	c cleaning 10003 clauses out of 20014 with flag 345000/345000
33.10/31.70	c cleaning 10005 clauses out of 20015 with flag 355004/355004
33.31/31.98	c starts		: 144
33.31/31.98	c conflicts		: 358778
33.31/31.98	c decisions		: 636298
33.31/31.98	c propagations		: 30123826
33.31/31.98	c inspects		: 209753290
33.31/31.98	c learnt literals	: 3
33.31/31.98	c learnt binary clauses	: 13
33.31/31.98	c learnt ternary clauses	: 291
33.31/31.98	c learnt clauses	: 358774
33.31/31.98	c ignored clauses	: 0
33.31/31.98	c root simplifications	: 0
33.31/31.98	c removed literals (reason simplification)	: 1733406
33.31/31.98	c reason swapping (by a shorter reason)	: 0
33.31/31.98	c Calls to reduceDB	: 37
33.31/31.98	c number of reductions to clauses (during analyze)	: 0
33.31/31.98	c number of learned constraints concerned by reduction	: 0
33.31/31.98	c number of learning phase by resolution	: 0
33.31/31.98	c number of learning phase by cutting planes	: 0
33.31/31.98	c speed (assignments/second)	: 4360084.8169054855
33.31/31.98	c non guided choices	2183
33.31/31.98	c learnt constraints type 
33.31/31.98	c constraints type 
33.31/31.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1604
33.31/31.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 942
33.31/31.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
33.31/31.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
33.31/31.98	s OPTIMUM FOUND
33.31/31.98	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 -x231 
33.31/31.98	c objective function=39
33.31/31.98	c Total wall clock time (in seconds): 31.887

Verifier Data

OK	39

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2691514-1277909235/watcher-2691514-1277909235 -o /tmp/evaluation-result-2691514-1277909235/solver-2691514-1277909235 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2691514-1277909235.wbo 

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


[startup+0 s]
/proc/loadavg: 1.96 2.10 2.08 2/178 10327
/proc/meminfo: memFree=31252020/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=13008 CPUtime=0
/proc/10327/stat : 10327 (java) R 10325 10327 9433 0 -1 4194304 440 0 0 0 0 0 0 0 18 0 1 0 132220856 13320192 169 4089446400 134512640 134550932 4287605248 18446744073709551615 11317844 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10327/statm: 3291 174 135 10 0 1121 0

[startup+0.021934 s]
/proc/loadavg: 1.96 2.10 2.08 2/178 10327
/proc/meminfo: memFree=31252020/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=1523456 CPUtime=0.01
/proc/10327/stat : 10327 (java) S 10325 10327 9433 0 -1 4202496 3431 0 1 0 1 0 0 0 18 0 10 0 132220856 1560018944 2874 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/10327/statm: 380864 2874 950 10 0 378174 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1523456

[startup+0.100936 s]
/proc/loadavg: 1.96 2.10 2.08 2/178 10327
/proc/meminfo: memFree=31252020/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=1530032 CPUtime=0.11
/proc/10327/stat : 10327 (java) S 10325 10327 9433 0 -1 4202496 5215 0 1 0 11 0 0 0 18 0 18 0 132220856 1566752768 4652 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10327/statm: 382508 4652 1348 10 0 379810 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1530032

[startup+0.300845 s]
/proc/loadavg: 1.96 2.10 2.08 2/178 10327
/proc/meminfo: memFree=31252020/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=1531880 CPUtime=0.51
/proc/10327/stat : 10327 (java) S 10325 10327 9433 0 -1 4202496 8725 0 1 0 50 1 0 0 18 0 18 0 132220856 1568645120 8096 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10327/statm: 382970 8096 1410 10 0 380272 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 1531880

[startup+0.700841 s]
/proc/loadavg: 1.96 2.10 2.08 2/178 10327
/proc/meminfo: memFree=31252020/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=1536292 CPUtime=1.55
/proc/10327/stat : 10327 (java) S 10325 10327 9433 0 -1 4202496 11424 0 1 0 153 2 0 0 18 0 19 0 132220856 1573163008 10275 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10327/statm: 384073 10275 1431 10 0 381375 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 1536292

[startup+1.50068 s]
/proc/loadavg: 1.96 2.10 2.08 3/197 10346
/proc/meminfo: memFree=31208972/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=1536292 CPUtime=2.45
/proc/10327/stat : 10327 (java) S 10325 10327 9433 0 -1 4202496 13493 0 1 0 243 2 0 0 18 0 19 0 132220856 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10327/statm: 384073 12341 1445 10 0 381375 0
[pid=10327/tid=10329] ppid=10325 vsize=1536292 CPUtime=1.46
/proc/10327/task/10329/stat : 10329 (java) R 10325 10327 9433 0 -1 4202560 8448 0 1 0 144 2 0 0 25 0 19 0 132220857 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4109541696 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10327/tid=10330] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10330/stat : 10330 (java) S 10325 10327 9433 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10331] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10331/stat : 10331 (java) S 10325 10327 9433 0 -1 4202560 89 0 0 0 0 0 0 0 16 0 19 0 132220857 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 6 0 0 0
[pid=10327/tid=10332] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10332/stat : 10332 (java) S 10325 10327 9433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
[pid=10327/tid=10333] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10333/stat : 10333 (java) S 10325 10327 9433 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
[pid=10327/tid=10334] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10334/stat : 10334 (java) S 10325 10327 9433 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
[pid=10327/tid=10335] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10335/stat : 10335 (java) S 10325 10327 9433 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
[pid=10327/tid=10336] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10336/stat : 10336 (java) S 10325 10327 9433 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
[pid=10327/tid=10337] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10337/stat : 10337 (java) S 10325 10327 9433 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 1 0 0 0
[pid=10327/tid=10338] ppid=10325 vsize=1536292 CPUtime=0.01
/proc/10327/task/10338/stat : 10338 (java) S 10325 10327 9433 0 -1 4202560 478 0 0 0 1 0 0 0 15 0 19 0 132220858 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446604471130528832 0 0 -1 0 0 0 0
[pid=10327/tid=10339] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10339/stat : 10339 (java) S 10325 10327 9433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 132220859 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10340] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10340/stat : 10340 (java) S 10325 10327 9433 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 132220859 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10341] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10341/stat : 10341 (java) S 10325 10327 9433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132220861 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10342] ppid=10325 vsize=1536292 CPUtime=0.44
/proc/10327/task/10342/stat : 10342 (java) S 10325 10327 9433 0 -1 4202560 1259 0 0 0 44 0 0 0 16 0 19 0 132220861 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 5 0 0 0
[pid=10327/tid=10343] ppid=10325 vsize=1536292 CPUtime=0.5
/proc/10327/task/10343/stat : 10343 (java) S 10325 10327 9433 0 -1 4202560 1586 0 0 0 50 0 0 0 15 0 19 0 132220861 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 6 0 0 0
[pid=10327/tid=10344] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10344/stat : 10344 (java) S 10325 10327 9433 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 132220861 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10345] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10345/stat : 10345 (java) S 10325 10327 9433 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 132220861 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 0 0 0 0
[pid=10327/tid=10346] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10346/stat : 10346 (java) S 10325 10327 9433 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 132220888 1573163008 12341 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 1536292

[startup+3.10139 s]
/proc/loadavg: 1.96 2.10 2.08 3/197 10346
/proc/meminfo: memFree=31203268/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=1536292 CPUtime=4.16
/proc/10327/stat : 10327 (java) S 10325 10327 9433 0 -1 4202496 13750 0 1 0 414 2 0 0 18 0 19 0 132220856 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10327/statm: 384073 12596 1445 10 0 381375 0
[pid=10327/tid=10329] ppid=10325 vsize=1536292 CPUtime=3.04
/proc/10327/task/10329/stat : 10329 (java) R 10325 10327 9433 0 -1 4202560 8448 0 1 0 302 2 0 0 25 0 19 0 132220857 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4109603984 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10327/tid=10330] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10330/stat : 10330 (java) S 10325 10327 9433 0 -1 4202560 243 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10331] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10331/stat : 10331 (java) S 10325 10327 9433 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10332] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10332/stat : 10332 (java) S 10325 10327 9433 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 1 0 0 0
[pid=10327/tid=10333] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10333/stat : 10333 (java) S 10325 10327 9433 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
[pid=10327/tid=10334] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10334/stat : 10334 (java) S 10325 10327 9433 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 6 0 0 0
[pid=10327/tid=10335] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10335/stat : 10335 (java) S 10325 10327 9433 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
[pid=10327/tid=10336] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10336/stat : 10336 (java) S 10325 10327 9433 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
[pid=10327/tid=10337] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10337/stat : 10337 (java) S 10325 10327 9433 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 1 0 0 0
[pid=10327/tid=10338] ppid=10325 vsize=1536292 CPUtime=0.04
/proc/10327/task/10338/stat : 10338 (java) S 10325 10327 9433 0 -1 4202560 579 0 0 0 4 0 0 0 15 0 19 0 132220858 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446604471130528832 0 0 -1 0 0 0 0
[pid=10327/tid=10339] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10339/stat : 10339 (java) S 10325 10327 9433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 132220859 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10340] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10340/stat : 10340 (java) S 10325 10327 9433 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 132220859 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10341] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10341/stat : 10341 (java) S 10325 10327 9433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132220861 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10342] ppid=10325 vsize=1536292 CPUtime=0.48
/proc/10327/task/10342/stat : 10342 (java) S 10325 10327 9433 0 -1 4202560 1265 0 0 0 48 0 0 0 15 0 19 0 132220861 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 5 0 0 0
[pid=10327/tid=10343] ppid=10325 vsize=1536292 CPUtime=0.57
/proc/10327/task/10343/stat : 10343 (java) S 10325 10327 9433 0 -1 4202560 1603 0 0 0 57 0 0 0 15 0 19 0 132220861 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 6 0 0 0
[pid=10327/tid=10344] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10344/stat : 10344 (java) S 10325 10327 9433 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 132220861 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10345] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10345/stat : 10345 (java) S 10325 10327 9433 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 132220861 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 0 0 0 0
[pid=10327/tid=10346] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10346/stat : 10346 (java) S 10325 10327 9433 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 132220888 1573163008 12596 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 1536292

[startup+6.3008 s]
/proc/loadavg: 1.97 2.10 2.08 3/197 10347
/proc/meminfo: memFree=31193204/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=1536292 CPUtime=7.39
/proc/10327/stat : 10327 (java) S 10325 10327 9433 0 -1 4202496 14111 0 1 0 737 2 0 0 18 0 19 0 132220856 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10327/statm: 384073 12945 1445 10 0 381375 0
[pid=10327/tid=10329] ppid=10325 vsize=1536292 CPUtime=6.18
/proc/10327/task/10329/stat : 10329 (java) R 10325 10327 9433 0 -1 4202560 8451 0 1 0 616 2 0 0 25 0 19 0 132220857 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4109576626 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10327/tid=10330] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10330/stat : 10330 (java) S 10325 10327 9433 0 -1 4202560 267 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10331] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10331/stat : 10331 (java) S 10325 10327 9433 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10332] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10332/stat : 10332 (java) S 10325 10327 9433 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 132220857 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 1 0 0 0
[pid=10327/tid=10333] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10333/stat : 10333 (java) S 10325 10327 9433 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10334] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10334/stat : 10334 (java) S 10325 10327 9433 0 -1 4202560 155 0 0 0 0 0 0 0 16 0 19 0 132220857 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 6 0 0 0
[pid=10327/tid=10335] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10335/stat : 10335 (java) S 10325 10327 9433 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10336] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10336/stat : 10336 (java) S 10325 10327 9433 0 -1 4202560 142 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10337] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10337/stat : 10337 (java) S 10325 10327 9433 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 132220857 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10338] ppid=10325 vsize=1536292 CPUtime=0.08
/proc/10327/task/10338/stat : 10338 (java) S 10325 10327 9433 0 -1 4202560 884 0 0 0 8 0 0 0 15 0 19 0 132220858 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
[pid=10327/tid=10339] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10339/stat : 10339 (java) S 10325 10327 9433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 132220859 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10340] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10340/stat : 10340 (java) S 10325 10327 9433 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 132220859 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10341] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10341/stat : 10341 (java) S 10325 10327 9433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132220861 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10342] ppid=10325 vsize=1536292 CPUtime=0.51
/proc/10327/task/10342/stat : 10342 (java) S 10325 10327 9433 0 -1 4202560 1271 0 0 0 51 0 0 0 15 0 19 0 132220861 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 5 0 0 0
[pid=10327/tid=10343] ppid=10325 vsize=1536292 CPUtime=0.57
/proc/10327/task/10343/stat : 10343 (java) S 10325 10327 9433 0 -1 4202560 1603 0 0 0 57 0 0 0 15 0 19 0 132220861 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 6 0 0 0
[pid=10327/tid=10344] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10344/stat : 10344 (java) S 10325 10327 9433 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 132220861 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10345] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10345/stat : 10345 (java) S 10325 10327 9433 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 132220861 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
[pid=10327/tid=10346] ppid=10325 vsize=1536292 CPUtime=0
/proc/10327/task/10346/stat : 10346 (java) S 10325 10327 9433 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 132220888 1573163008 12945 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 1536292

[startup+12.7006 s]
/proc/loadavg: 1.97 2.10 2.08 3/197 10347
/proc/meminfo: memFree=31174236/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=1536292 CPUtime=13.81
/proc/10327/stat : 10327 (java) S 10325 10327 9433 0 -1 4202496 14436 0 1 0 1378 3 0 0 18 0 19 0 132220856 1573163008 13264 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10327/statm: 384073 13264 1445 10 0 381375 0
[pid=10327/tid=10329] ppid=10325 vsize=1536292 CPUtime=12.5
/proc/10327/task/10329/stat : 10329 (java) R 10325 10327 9433 0 -1 4202560 8457 0 1 0 1248 2 0 0 25 0 19 0 132220857 1573163008 13264 4089446400 134512640 134550932 4287605248 18446744073709551615 4109545098 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10327/tid=10330] ppid=10325 vsize=1536292 CPUtime=0.01
/proc/10327/task/10330/stat : 10330 (java) S 10325 10327 9433 0 -1 4202560 307 0 0 0 1 0 0 0 16 0 19 0 132220857 1573163008 13264 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0

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

/proc/10327/task/10330/stat : 10330 (java) S 10325 10327 9433 0 -1 4202560 310 0 0 0 2 0 0 0 16 0 19 0 132220857 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 1 0 0 0
[pid=10327/tid=10331] ppid=10325 vsize=1541476 CPUtime=0.01
/proc/10327/task/10331/stat : 10331 (java) S 10325 10327 9433 0 -1 4202560 95 0 0 0 1 0 0 0 15 0 19 0 132220857 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10332] ppid=10325 vsize=1541476 CPUtime=0
/proc/10327/task/10332/stat : 10332 (java) S 10325 10327 9433 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 132220857 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 3 0 0 0
[pid=10327/tid=10333] ppid=10325 vsize=1541476 CPUtime=0.02
/proc/10327/task/10333/stat : 10333 (java) S 10325 10327 9433 0 -1 4202560 66 0 0 0 2 0 0 0 16 0 19 0 132220857 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 6 0 0 0
[pid=10327/tid=10334] ppid=10325 vsize=1541476 CPUtime=0.01
/proc/10327/task/10334/stat : 10334 (java) S 10325 10327 9433 0 -1 4202560 167 0 0 0 1 0 0 0 16 0 19 0 132220857 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 5 0 0 0
[pid=10327/tid=10335] ppid=10325 vsize=1541476 CPUtime=0.02
/proc/10327/task/10335/stat : 10335 (java) S 10325 10327 9433 0 -1 4202560 106 0 0 0 2 0 0 0 16 0 19 0 132220857 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 3 0 0 0
[pid=10327/tid=10336] ppid=10325 vsize=1541476 CPUtime=0.01
/proc/10327/task/10336/stat : 10336 (java) S 10325 10327 9433 0 -1 4202560 147 0 0 0 1 0 0 0 15 0 19 0 132220857 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 0 0 0 0
[pid=10327/tid=10337] ppid=10325 vsize=1541476 CPUtime=0.01
/proc/10327/task/10337/stat : 10337 (java) S 10325 10327 9433 0 -1 4202560 88 0 0 0 1 0 0 0 15 0 19 0 132220857 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10338] ppid=10325 vsize=1541476 CPUtime=0.41
/proc/10327/task/10338/stat : 10338 (java) S 10325 10327 9433 0 -1 4202560 1179 0 0 0 41 0 0 0 15 0 19 0 132220858 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
[pid=10327/tid=10339] ppid=10325 vsize=1541476 CPUtime=0
/proc/10327/task/10339/stat : 10339 (java) S 10325 10327 9433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 132220859 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10340] ppid=10325 vsize=1541476 CPUtime=0
/proc/10327/task/10340/stat : 10340 (java) S 10325 10327 9433 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 132220859 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10341] ppid=10325 vsize=1541476 CPUtime=0
/proc/10327/task/10341/stat : 10341 (java) S 10325 10327 9433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132220861 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10342] ppid=10325 vsize=1541476 CPUtime=0.56
/proc/10327/task/10342/stat : 10342 (java) S 10325 10327 9433 0 -1 4202560 1274 0 0 0 56 0 0 0 15 0 19 0 132220861 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 5 0 0 0
[pid=10327/tid=10343] ppid=10325 vsize=1541476 CPUtime=0.76
/proc/10327/task/10343/stat : 10343 (java) S 10325 10327 9433 0 -1 4202560 3724 0 0 0 76 0 0 0 15 0 19 0 132220861 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 6 0 0 0
[pid=10327/tid=10344] ppid=10325 vsize=1541476 CPUtime=0
/proc/10327/task/10344/stat : 10344 (java) S 10325 10327 9433 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 132220861 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10345] ppid=10325 vsize=1541476 CPUtime=0
/proc/10327/task/10345/stat : 10345 (java) S 10325 10327 9433 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 132220861 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 0 0 0 0
[pid=10327/tid=10346] ppid=10325 vsize=1541476 CPUtime=0
/proc/10327/task/10346/stat : 10346 (java) S 10325 10327 9433 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 132220888 1578471424 14506 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 32.5
Current children cumulated vsize (KiB) 1541476

[startup+31.5012 s]
/proc/loadavg: 1.98 2.09 2.08 3/197 10347
/proc/meminfo: memFree=31127532/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=1537324 CPUtime=32.9
/proc/10327/stat : 10327 (java) S 10325 10327 9433 0 -1 4202496 16745 0 1 0 3286 4 0 0 18 0 19 0 132220856 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10327/statm: 384331 13488 1445 10 0 381633 0
[pid=10327/tid=10329] ppid=10325 vsize=1537324 CPUtime=30.99
/proc/10327/task/10329/stat : 10329 (java) R 10325 10327 9433 0 -1 4202560 8480 0 1 0 3097 2 0 0 25 0 19 0 132220857 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4109579655 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10327/tid=10330] ppid=10325 vsize=1537324 CPUtime=0.02
/proc/10327/task/10330/stat : 10330 (java) S 10325 10327 9433 0 -1 4202560 310 0 0 0 2 0 0 0 16 0 19 0 132220857 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 1 0 0 0
[pid=10327/tid=10331] ppid=10325 vsize=1537324 CPUtime=0.01
/proc/10327/task/10331/stat : 10331 (java) S 10325 10327 9433 0 -1 4202560 95 0 0 0 1 0 0 0 15 0 19 0 132220857 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10332] ppid=10325 vsize=1537324 CPUtime=0
/proc/10327/task/10332/stat : 10332 (java) S 10325 10327 9433 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 132220857 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 3 0 0 0
[pid=10327/tid=10333] ppid=10325 vsize=1537324 CPUtime=0.02
/proc/10327/task/10333/stat : 10333 (java) S 10325 10327 9433 0 -1 4202560 66 0 0 0 2 0 0 0 16 0 19 0 132220857 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 6 0 0 0
[pid=10327/tid=10334] ppid=10325 vsize=1537324 CPUtime=0.01
/proc/10327/task/10334/stat : 10334 (java) S 10325 10327 9433 0 -1 4202560 167 0 0 0 1 0 0 0 16 0 19 0 132220857 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 5 0 0 0
[pid=10327/tid=10335] ppid=10325 vsize=1537324 CPUtime=0.02
/proc/10327/task/10335/stat : 10335 (java) S 10325 10327 9433 0 -1 4202560 106 0 0 0 2 0 0 0 16 0 19 0 132220857 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 3 0 0 0
[pid=10327/tid=10336] ppid=10325 vsize=1537324 CPUtime=0.01
/proc/10327/task/10336/stat : 10336 (java) S 10325 10327 9433 0 -1 4202560 147 0 0 0 1 0 0 0 15 0 19 0 132220857 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 0 0 0 0
[pid=10327/tid=10337] ppid=10325 vsize=1537324 CPUtime=0.01
/proc/10327/task/10337/stat : 10337 (java) S 10325 10327 9433 0 -1 4202560 88 0 0 0 1 0 0 0 15 0 19 0 132220857 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10338] ppid=10325 vsize=1537324 CPUtime=0.41
/proc/10327/task/10338/stat : 10338 (java) S 10325 10327 9433 0 -1 4202560 1179 0 0 0 41 0 0 0 15 0 19 0 132220858 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
[pid=10327/tid=10339] ppid=10325 vsize=1537324 CPUtime=0
/proc/10327/task/10339/stat : 10339 (java) S 10325 10327 9433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 132220859 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10340] ppid=10325 vsize=1537324 CPUtime=0
/proc/10327/task/10340/stat : 10340 (java) S 10325 10327 9433 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 132220859 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10341] ppid=10325 vsize=1537324 CPUtime=0
/proc/10327/task/10341/stat : 10341 (java) S 10325 10327 9433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132220861 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10342] ppid=10325 vsize=1537324 CPUtime=0.56
/proc/10327/task/10342/stat : 10342 (java) S 10325 10327 9433 0 -1 4202560 1274 0 0 0 56 0 0 0 15 0 19 0 132220861 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 5 0 0 0
[pid=10327/tid=10343] ppid=10325 vsize=1537324 CPUtime=0.76
/proc/10327/task/10343/stat : 10343 (java) S 10325 10327 9433 0 -1 4202560 3724 0 0 0 76 0 0 0 15 0 19 0 132220861 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 6 0 0 0
[pid=10327/tid=10344] ppid=10325 vsize=1537324 CPUtime=0
/proc/10327/task/10344/stat : 10344 (java) S 10325 10327 9433 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 132220861 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10345] ppid=10325 vsize=1537324 CPUtime=0
/proc/10327/task/10345/stat : 10345 (java) S 10325 10327 9433 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 132220861 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 0 0 0 0
[pid=10327/tid=10346] ppid=10325 vsize=1537324 CPUtime=0
/proc/10327/task/10346/stat : 10346 (java) S 10325 10327 9433 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 132220888 1574219776 13488 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 32.9
Current children cumulated vsize (KiB) 1537324

[startup+31.9071 s]
/proc/loadavg: 1.98 2.09 2.08 3/197 10347
/proc/meminfo: memFree=31131120/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=1537324 CPUtime=33.31
/proc/10327/stat : 10327 (java) S 10325 10327 9433 0 -1 4202496 16748 0 1 0 3327 4 0 0 18 0 19 0 132220856 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10327/statm: 384331 13490 1445 10 0 381633 0
[pid=10327/tid=10329] ppid=10325 vsize=1537324 CPUtime=31.38
/proc/10327/task/10329/stat : 10329 (java) R 10325 10327 9433 0 -1 4202560 8481 0 1 0 3136 2 0 0 25 0 19 0 132220857 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4109605600 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10327/tid=10330] ppid=10325 vsize=1537324 CPUtime=0.02
/proc/10327/task/10330/stat : 10330 (java) S 10325 10327 9433 0 -1 4202560 310 0 0 0 2 0 0 0 15 0 19 0 132220857 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 1 0 0 0
[pid=10327/tid=10331] ppid=10325 vsize=1537324 CPUtime=0.01
/proc/10327/task/10331/stat : 10331 (java) S 10325 10327 9433 0 -1 4202560 95 0 0 0 1 0 0 0 15 0 19 0 132220857 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10332] ppid=10325 vsize=1537324 CPUtime=0
/proc/10327/task/10332/stat : 10332 (java) S 10325 10327 9433 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 132220857 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10333] ppid=10325 vsize=1537324 CPUtime=0.02
/proc/10327/task/10333/stat : 10333 (java) S 10325 10327 9433 0 -1 4202560 66 0 0 0 2 0 0 0 15 0 19 0 132220857 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 6 0 0 0
[pid=10327/tid=10334] ppid=10325 vsize=1537324 CPUtime=0.01
/proc/10327/task/10334/stat : 10334 (java) S 10325 10327 9433 0 -1 4202560 169 0 0 0 1 0 0 0 16 0 19 0 132220857 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 5 0 0 0
[pid=10327/tid=10335] ppid=10325 vsize=1537324 CPUtime=0.02
/proc/10327/task/10335/stat : 10335 (java) S 10325 10327 9433 0 -1 4202560 106 0 0 0 2 0 0 0 16 0 19 0 132220857 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 3 0 0 0
[pid=10327/tid=10336] ppid=10325 vsize=1537324 CPUtime=0.01
/proc/10327/task/10336/stat : 10336 (java) S 10325 10327 9433 0 -1 4202560 147 0 0 0 1 0 0 0 15 0 19 0 132220857 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 0 0 0 0
[pid=10327/tid=10337] ppid=10325 vsize=1537324 CPUtime=0.01
/proc/10327/task/10337/stat : 10337 (java) S 10325 10327 9433 0 -1 4202560 88 0 0 0 1 0 0 0 15 0 19 0 132220857 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10338] ppid=10325 vsize=1537324 CPUtime=0.42
/proc/10327/task/10338/stat : 10338 (java) S 10325 10327 9433 0 -1 4202560 1179 0 0 0 42 0 0 0 15 0 19 0 132220858 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
[pid=10327/tid=10339] ppid=10325 vsize=1537324 CPUtime=0
/proc/10327/task/10339/stat : 10339 (java) S 10325 10327 9433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 132220859 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10340] ppid=10325 vsize=1537324 CPUtime=0
/proc/10327/task/10340/stat : 10340 (java) S 10325 10327 9433 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 132220859 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10341] ppid=10325 vsize=1537324 CPUtime=0
/proc/10327/task/10341/stat : 10341 (java) S 10325 10327 9433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132220861 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10342] ppid=10325 vsize=1537324 CPUtime=0.56
/proc/10327/task/10342/stat : 10342 (java) S 10325 10327 9433 0 -1 4202560 1274 0 0 0 56 0 0 0 15 0 19 0 132220861 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 5 0 0 0
[pid=10327/tid=10343] ppid=10325 vsize=1537324 CPUtime=0.76
/proc/10327/task/10343/stat : 10343 (java) S 10325 10327 9433 0 -1 4202560 3724 0 0 0 76 0 0 0 15 0 19 0 132220861 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 6 0 0 0
[pid=10327/tid=10344] ppid=10325 vsize=1537324 CPUtime=0
/proc/10327/task/10344/stat : 10344 (java) S 10325 10327 9433 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 132220861 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10345] ppid=10325 vsize=1537324 CPUtime=0
/proc/10327/task/10345/stat : 10345 (java) S 10325 10327 9433 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 132220861 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 0 0 0 0
[pid=10327/tid=10346] ppid=10325 vsize=1537324 CPUtime=0
/proc/10327/task/10346/stat : 10346 (java) S 10325 10327 9433 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 132220888 1574219776 13490 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 33.31
Current children cumulated vsize (KiB) 1537324

[startup+32.0011 s]
/proc/loadavg: 1.98 2.09 2.08 3/197 10347
/proc/meminfo: memFree=31131120/32951124 swapFree=67111528/67111528
[pid=10327] ppid=10325 vsize=1537648 CPUtime=33.43
/proc/10327/stat : 10327 (java) S 10325 10327 9433 0 -1 4202496 16761 0 1 0 3339 4 0 0 18 0 19 0 132220856 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10327/statm: 384412 13503 1446 10 0 381714 0
[pid=10327/tid=10329] ppid=10325 vsize=1537648 CPUtime=31.46
/proc/10327/task/10329/stat : 10329 (java) S 10325 10327 9433 0 -1 4202560 8487 0 1 0 3144 2 0 0 25 0 19 0 132220857 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10330] ppid=10325 vsize=1537648 CPUtime=0.02
/proc/10327/task/10330/stat : 10330 (java) S 10325 10327 9433 0 -1 4202560 310 0 0 0 2 0 0 0 15 0 19 0 132220857 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 1 0 0 0
[pid=10327/tid=10331] ppid=10325 vsize=1537648 CPUtime=0.01
/proc/10327/task/10331/stat : 10331 (java) S 10325 10327 9433 0 -1 4202560 95 0 0 0 1 0 0 0 15 0 19 0 132220857 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10332] ppid=10325 vsize=1537648 CPUtime=0
/proc/10327/task/10332/stat : 10332 (java) S 10325 10327 9433 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 132220857 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10333] ppid=10325 vsize=1537648 CPUtime=0.02
/proc/10327/task/10333/stat : 10333 (java) S 10325 10327 9433 0 -1 4202560 66 0 0 0 2 0 0 0 15 0 19 0 132220857 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 6 0 0 0
[pid=10327/tid=10334] ppid=10325 vsize=1537648 CPUtime=0.01
/proc/10327/task/10334/stat : 10334 (java) S 10325 10327 9433 0 -1 4202560 169 0 0 0 1 0 0 0 16 0 19 0 132220857 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 5 0 0 0
[pid=10327/tid=10335] ppid=10325 vsize=1537648 CPUtime=0.02
/proc/10327/task/10335/stat : 10335 (java) S 10325 10327 9433 0 -1 4202560 106 0 0 0 2 0 0 0 16 0 19 0 132220857 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 3 0 0 0
[pid=10327/tid=10336] ppid=10325 vsize=1537648 CPUtime=0.01
/proc/10327/task/10336/stat : 10336 (java) S 10325 10327 9433 0 -1 4202560 147 0 0 0 1 0 0 0 15 0 19 0 132220857 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 0 0 0 0
[pid=10327/tid=10337] ppid=10325 vsize=1537648 CPUtime=0.01
/proc/10327/task/10337/stat : 10337 (java) S 10325 10327 9433 0 -1 4202560 88 0 0 0 1 0 0 0 15 0 19 0 132220857 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10338] ppid=10325 vsize=1537648 CPUtime=0.42
/proc/10327/task/10338/stat : 10338 (java) S 10325 10327 9433 0 -1 4202560 1179 0 0 0 42 0 0 0 15 0 19 0 132220858 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 0 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
[pid=10327/tid=10339] ppid=10325 vsize=1537648 CPUtime=0
/proc/10327/task/10339/stat : 10339 (java) S 10325 10327 9433 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 132220859 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10340] ppid=10325 vsize=1537648 CPUtime=0
/proc/10327/task/10340/stat : 10340 (java) S 10325 10327 9433 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 132220859 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10341] ppid=10325 vsize=1537648 CPUtime=0
/proc/10327/task/10341/stat : 10341 (java) S 10325 10327 9433 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 132220861 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10342] ppid=10325 vsize=1537648 CPUtime=0.58
/proc/10327/task/10342/stat : 10342 (java) R 10325 10327 9433 0 -1 4202560 1274 0 0 0 58 0 0 0 15 0 19 0 132220861 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 106261805 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10327/tid=10343] ppid=10325 vsize=1537648 CPUtime=0.77
/proc/10327/task/10343/stat : 10343 (java) S 10325 10327 9433 0 -1 4202560 3724 0 0 0 77 0 0 0 15 0 19 0 132220861 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 6 0 0 0
[pid=10327/tid=10344] ppid=10325 vsize=1537648 CPUtime=0
/proc/10327/task/10344/stat : 10344 (java) S 10325 10327 9433 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 132220861 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 4 0 0 0
[pid=10327/tid=10345] ppid=10325 vsize=1537648 CPUtime=0
/proc/10327/task/10345/stat : 10345 (java) S 10325 10327 9433 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 132220861 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 0 0 0 0
[pid=10327/tid=10346] ppid=10325 vsize=1537648 CPUtime=0
/proc/10327/task/10346/stat : 10346 (java) S 10325 10327 9433 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 132220888 1574551552 13503 4089446400 134512640 134550932 4287605248 18446744073709551615 4294960144 0 4 0 16800975 18446604471130528832 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 33.43
Current children cumulated vsize (KiB) 1537648

Child status: 30
Real time (s): 32.0303
CPU time (s): 33.4449
CPU user time (s): 33.3919
CPU system time (s): 0.052991
CPU usage (%): 104.417
Max. virtual memory (cumulated for all children) (KiB): 1542404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.3919
system time used= 0.052991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16764
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= 1906
involuntary context switches= 8821

runsolver used 0.06399 second user time and 0.123981 second system time

The end

Launcher Data

Begin job on node109 at 2010-06-30 16:47:15
IDJOB=2691514
IDBENCH=78966
IDSOLVER=1202
FILE ID=node109/2691514-1277909235
PBS_JOBID= 11197218
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 125243b279b6e24b77d57dd07a5f7014
RANDOM SEED=104867800

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31252532 kB
Buffers:        189316 kB
Cached:        1043056 kB
SwapCached:          0 kB
Active:         828756 kB
Inactive:       725268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31252532 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             436 kB
Writeback:           0 kB
AnonPages:      322296 kB
Mapped:          16104 kB
Slab:            80400 kB
PageTables:       5708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   492312 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 node109 at 2010-06-30 16:47:47