Trace number 3492120

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 Resolution 2011-06-08OPTIMUM 31.3202 29.5416

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900563801--soft-0-100-0.wbo
MD5SUMa9e19d6176a708e2234c09caf532f5b0
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark22.7635
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 719
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492120-1307911327.wbo
0.10/0.11	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.209s.
0.49/0.32	c #vars     2938
0.49/0.32	c #constraints  2707
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
1.08/0.51	c SATISFIABLE
1.08/0.51	c OPTIMIZING...
1.08/0.51	c Got one! Elapsed wall clock time (in seconds):0.4
1.08/0.51	o 451
1.08/0.55	c Got one! Elapsed wall clock time (in seconds):0.442
1.08/0.55	o 377
1.08/0.58	c Got one! Elapsed wall clock time (in seconds):0.473
1.08/0.58	o 257
1.35/0.61	c Got one! Elapsed wall clock time (in seconds):0.501
1.35/0.61	o 194
1.48/0.72	c Got one! Elapsed wall clock time (in seconds):0.607
1.48/0.72	o 187
1.48/0.74	c Got one! Elapsed wall clock time (in seconds):0.632
1.48/0.74	o 184
1.48/0.76	c Got one! Elapsed wall clock time (in seconds):0.653
1.48/0.76	o 178
1.97/1.11	c Got one! Elapsed wall clock time (in seconds):0.996
1.97/1.11	o 154
1.97/1.20	c Got one! Elapsed wall clock time (in seconds):1.086
1.97/1.20	o 153
2.26/1.47	c Got one! Elapsed wall clock time (in seconds):1.363
2.26/1.47	o 151
2.36/1.50	c Got one! Elapsed wall clock time (in seconds):1.389
2.36/1.50	o 133
2.56/1.74	c Got one! Elapsed wall clock time (in seconds):1.63
2.56/1.74	o 131
2.66/1.81	c Got one! Elapsed wall clock time (in seconds):1.7
2.66/1.81	o 101
2.66/1.89	c Got one! Elapsed wall clock time (in seconds):1.777
2.66/1.89	o 74
2.76/1.92	c Got one! Elapsed wall clock time (in seconds):1.809
2.76/1.92	o 44
2.96/2.12	c Got one! Elapsed wall clock time (in seconds):2.012
2.96/2.12	o 41
3.47/2.61	c Got one! Elapsed wall clock time (in seconds):2.496
3.47/2.61	o 31
3.59/2.75	c cleaning 5162 clauses out of 10328 with flag 1000/10328
3.77/2.84	c Got one! Elapsed wall clock time (in seconds):2.725
3.77/2.84	o 29
3.93/2.93	c Got one! Elapsed wall clock time (in seconds):2.816
3.93/2.93	o 28
4.03/3.00	c Got one! Elapsed wall clock time (in seconds):2.894
4.03/3.00	o 21
4.63/3.61	c Got one! Elapsed wall clock time (in seconds):3.504
4.63/3.61	o 19
4.63/3.64	c Got one! Elapsed wall clock time (in seconds):3.534
4.63/3.64	o 13
4.73/3.78	c Got one! Elapsed wall clock time (in seconds):3.666
4.73/3.78	o 11
4.83/3.89	c cleaning 6580 clauses out of 13168 with flag 1002/18330
5.04/4.06	c Got one! Elapsed wall clock time (in seconds):3.949
5.04/4.06	o 8
5.35/4.35	c Got one! Elapsed wall clock time (in seconds):4.243
5.35/4.35	o 5
5.45/4.47	c cleaning 6374 clauses out of 12749 with flag 1000/24491
5.89/4.87	c cleaning 6184 clauses out of 12376 with flag 7001/30492
6.29/5.29	c cleaning 6595 clauses out of 13193 with flag 14002/37493
6.79/5.73	c cleaning 7291 clauses out of 14596 with flag 22000/45491
6.99/5.95	c Got one! Elapsed wall clock time (in seconds):5.845
6.99/5.95	o 4
7.09/6.03	c cleaning 6317 clauses out of 12657 with flag 1000/50843
7.39/6.39	c cleaning 6168 clauses out of 12342 with flag 7002/56845
7.79/6.78	c cleaning 6579 clauses out of 13172 with flag 14000/63843
8.29/7.20	c cleaning 7292 clauses out of 14594 with flag 22001/71844
8.70/7.66	c cleaning 8143 clauses out of 16302 with flag 31001/80844
9.29/8.23	c cleaning 9074 clauses out of 18158 with flag 41000/90843
9.90/8.80	c cleaning 9537 clauses out of 19085 with flag 51001/100844
10.50/9.44	c cleaning 9772 clauses out of 19550 with flag 61003/110846
11.01/9.91	c Got one! Elapsed wall clock time (in seconds):9.8
11.01/9.91	o 2
11.40/10.36	c cleaning 10874 clauses out of 21755 with flag 5001/122823
11.80/10.75	c cleaning 8435 clauses out of 16883 with flag 11003/128825
12.20/11.10	c cleaning 7717 clauses out of 15447 with flag 18002/135824
12.51/11.48	c cleaning 7862 clauses out of 15728 with flag 26000/143822
13.01/11.95	c cleaning 8428 clauses out of 16869 with flag 35003/152825
13.61/12.51	c cleaning 9217 clauses out of 18442 with flag 45004/162826
14.11/13.09	c cleaning 9605 clauses out of 19222 with flag 55001/172823
14.71/13.66	c cleaning 9798 clauses out of 19617 with flag 65001/182823
15.21/14.19	c cleaning 9904 clauses out of 19818 with flag 75000/192822
15.81/14.73	c cleaning 9951 clauses out of 19915 with flag 85001/202823
16.42/15.32	c cleaning 9977 clauses out of 19966 with flag 95003/212825
17.02/15.90	c cleaning 9989 clauses out of 19987 with flag 105001/222823
17.22/16.15	c Got one! Elapsed wall clock time (in seconds):16.036
17.22/16.15	o 1
17.32/16.22	c cleaning 7771 clauses out of 15563 with flag 1001/228388
17.63/16.59	c cleaning 6886 clauses out of 13791 with flag 7000/234387
18.02/16.96	c cleaning 6949 clauses out of 13905 with flag 14000/241387
18.42/17.40	c cleaning 7471 clauses out of 14957 with flag 22001/249388
19.03/17.90	c cleaning 8237 clauses out of 16488 with flag 31003/258390
19.53/18.46	c cleaning 9117 clauses out of 18251 with flag 41003/268390
20.13/19.00	c cleaning 9559 clauses out of 19131 with flag 51000/278387
20.63/19.51	c cleaning 9782 clauses out of 19575 with flag 61003/288390
21.13/20.05	c cleaning 9887 clauses out of 19790 with flag 71000/298387
21.63/20.57	c cleaning 9944 clauses out of 19903 with flag 81000/308387
22.13/21.09	c cleaning 9975 clauses out of 19960 with flag 91001/318388
22.73/21.66	c cleaning 9988 clauses out of 19986 with flag 101002/328389
23.33/22.20	c cleaning 9990 clauses out of 19996 with flag 111000/338387
23.83/22.74	c cleaning 9995 clauses out of 20007 with flag 121001/348388
24.44/23.33	c cleaning 9998 clauses out of 20012 with flag 131001/358388
25.24/23.87	c cleaning 10003 clauses out of 20016 with flag 141003/368390
26.11/24.41	c cleaning 9994 clauses out of 20011 with flag 151001/378388
26.63/24.96	c cleaning 10005 clauses out of 20017 with flag 161001/388388
27.13/25.48	c cleaning 10000 clauses out of 20013 with flag 171002/398389
27.73/26.04	c cleaning 9998 clauses out of 20011 with flag 181000/408387
28.23/26.60	c cleaning 9999 clauses out of 20014 with flag 191001/418388
28.83/27.16	c cleaning 10000 clauses out of 20014 with flag 201000/428387
29.43/27.70	c cleaning 10003 clauses out of 20016 with flag 211002/438389
30.03/28.33	c cleaning 10003 clauses out of 20013 with flag 221002/448389
30.63/28.92	c cleaning 10004 clauses out of 20013 with flag 231005/458392
31.27/29.53	c starts		: 178
31.27/29.53	c conflicts		: 468354
31.27/29.53	c decisions		: 843105
31.27/29.53	c propagations		: 25162499
31.27/29.53	c inspects		: 259943225
31.27/29.53	c shortcuts		: 0
31.27/29.53	c learnt literals	: 4
31.27/29.53	c learnt binary clauses	: 24
31.27/29.53	c learnt ternary clauses	: 329
31.27/29.53	c learnt constraints	: 468349
31.27/29.53	c ignored constraints	: 0
31.27/29.53	c root simplifications	: 0
31.27/29.53	c removed literals (reason simplification)	: 2123808
31.27/29.53	c reason swapping (by a shorter reason)	: 0
31.27/29.53	c Calls to reduceDB	: 51
31.27/29.53	c number of reductions to clauses (during analyze)	: 0
31.27/29.53	c number of learned constraints concerned by reduction	: 0
31.27/29.53	c number of learning phase by resolution	: 0
31.27/29.53	c number of learning phase by cutting planes	: 0
31.27/29.53	c speed (assignments/second)	: 1880183.7405663903
31.27/29.53	c non guided choices	3596
31.27/29.53	c learnt constraints type 
31.27/29.53	c constraints type 
31.27/29.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
31.27/29.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
31.27/29.53	s OPTIMUM FOUND
31.27/29.53	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 
31.27/29.53	c objective function=1
31.27/29.53	c Total wall clock time (in seconds): 29.421

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492120-1307911327/watcher-3492120-1307911327 -o /var/tmp/evaluation-result-3492120-1307911327/solver-3492120-1307911327 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492120-1307911327.wbo 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.95 3/195 22229
/proc/meminfo: memFree=1343196/32951124 swapFree=67052292/67111528
[pid=22229] ppid=22227 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/22229/stat : 22229 (java) R 22227 22229 19038 0 -1 4202496 666 0 0 0 0 0 0 0 25 0 1 0 902733669 23580672 410 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270608148224 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22229/statm: 5757 421 320 9 0 124 0

[startup+0.015674 s]
/proc/loadavg: 2.00 2.00 1.95 3/195 22229
/proc/meminfo: memFree=1343196/32951124 swapFree=67052292/67111528
[pid=22229] ppid=22227 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 19038 0 -1 4202496 3931 0 1 0 0 0 0 0 25 0 2 0 902733669 10694979584 3633 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624913381 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/22229/statm: 2611079 3650 917 9 0 2602235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.100697 s]
/proc/loadavg: 2.00 2.00 1.95 3/195 22229
/proc/meminfo: memFree=1343196/32951124 swapFree=67052292/67111528
[pid=22229] ppid=22227 vsize=10539856 CPUtime=0.1 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 19038 0 -1 4202496 13030 0 1 0 9 1 0 0 25 0 18 0 902733669 10792812544 12684 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22229/statm: 2634964 12684 2092 9 0 2625698 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539856

[startup+0.300628 s]
/proc/loadavg: 2.00 2.00 1.95 3/195 22229
/proc/meminfo: memFree=1343196/32951124 swapFree=67052292/67111528
[pid=22229] ppid=22227 vsize=10541424 CPUtime=0.49 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 19038 0 -1 4202496 16773 0 1 0 48 1 0 0 25 0 18 0 902733669 10794418176 15698 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22229/statm: 2635356 15699 2204 9 0 2626090 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10541424

[startup+0.700592 s]
/proc/loadavg: 2.00 2.00 1.95 3/195 22229
/proc/meminfo: memFree=1343196/32951124 swapFree=67052292/67111528
[pid=22229] ppid=22227 vsize=10549248 CPUtime=1.48 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 19038 0 -1 4202496 23512 0 1 0 146 2 0 0 25 0 19 0 902733669 10802429952 19428 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22229/statm: 2637312 19428 2235 9 0 2628046 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10549248

[startup+1.50145 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 22248
/proc/meminfo: memFree=1271144/32951124 swapFree=67052292/67111528
[pid=22229] ppid=22227 vsize=10549248 CPUtime=2.36 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 19038 0 -1 4202496 25277 0 1 0 234 2 0 0 25 0 19 0 902733669 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22229/statm: 2637312 21015 2237 9 0 2628046 0
[pid=22229/tid=22231] ppid=22227 vsize=10549248 CPUtime=1.48 cores=1,3,5,7
/proc/22229/task/22231/stat : 22231 (java) R 22227 22229 19038 0 -1 4202560 16132 0 1 0 147 1 0 0 20 0 19 0 902733669 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 46912505896301 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22229/tid=22232] ppid=22227 vsize=10549248 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22232/stat : 22232 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902733671 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22233] ppid=22227 vsize=10549248 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22233/stat : 22233 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 902733671 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 3 0 0 0
[pid=22229/tid=22234] ppid=22227 vsize=10549248 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22234/stat : 22234 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 902733671 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22235] ppid=22227 vsize=10549248 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22235/stat : 22235 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 902733671 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 3 0 0 0
[pid=22229/tid=22236] ppid=22227 vsize=10549248 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22236/stat : 22236 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 902733671 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 3 0 0 0
[pid=22229/tid=22237] ppid=22227 vsize=10549248 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22237/stat : 22237 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 902733671 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22238] ppid=22227 vsize=10549248 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22238/stat : 22238 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 902733671 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22239] ppid=22227 vsize=10549248 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22239/stat : 22239 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902733671 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22240] ppid=22227 vsize=10549248 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22240/stat : 22240 (java) S 22227 22229 19038 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 902733672 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 0 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22241] ppid=22227 vsize=10549248 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22241/stat : 22241 (java) S 22227 22229 19038 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 902733673 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22242] ppid=22227 vsize=10549248 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22242/stat : 22242 (java) S 22227 22229 19038 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 902733673 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22243] ppid=22227 vsize=10549248 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22243/stat : 22243 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902733675 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624934321 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22244] ppid=22227 vsize=10549248 CPUtime=0.46 cores=1,3,5,7
/proc/22229/task/22244/stat : 22244 (java) S 22227 22229 19038 0 -1 4202560 4024 0 0 0 46 0 0 0 17 0 19 0 902733675 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22245] ppid=22227 vsize=10549248 CPUtime=0.4 cores=1,3,5,7
/proc/22229/task/22245/stat : 22245 (java) S 22227 22229 19038 0 -1 4202560 3961 0 0 0 40 0 0 0 15 0 19 0 902733675 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 3 0 0 0
[pid=22229/tid=22246] ppid=22227 vsize=10549248 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22246/stat : 22246 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902733675 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22247] ppid=22227 vsize=10549248 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22247/stat : 22247 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902733675 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22248] ppid=22227 vsize=10549248 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22248/stat : 22248 (java) S 22227 22229 19038 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902733705 10802429952 21015 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 10549248

[startup+3.10116 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 22248
/proc/meminfo: memFree=1262212/32951124 swapFree=67052292/67111528
[pid=22229] ppid=22227 vsize=10550216 CPUtime=4.13 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 19038 0 -1 4202496 31238 0 1 0 410 3 0 0 25 0 19 0 902733669 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22229/statm: 2637554 24874 2263 9 0 2628288 0
[pid=22229/tid=22231] ppid=22227 vsize=10550216 CPUtime=3.06 cores=1,3,5,7
/proc/22229/task/22231/stat : 22231 (java) R 22227 22229 19038 0 -1 4202560 18205 0 1 0 305 1 0 0 25 0 19 0 902733669 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 46912505708383 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22229/tid=22232] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22232/stat : 22232 (java) S 22227 22229 19038 0 -1 4202560 261 0 0 0 0 0 0 0 18 0 19 0 902733671 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22233] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22233/stat : 22233 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902733671 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 3 0 0 0
[pid=22229/tid=22234] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22234/stat : 22234 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902733671 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22235] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22235/stat : 22235 (java) S 22227 22229 19038 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 902733671 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 3 0 0 0
[pid=22229/tid=22236] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22236/stat : 22236 (java) S 22227 22229 19038 0 -1 4202560 229 0 0 0 0 0 0 0 18 0 19 0 902733671 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 3 0 0 0
[pid=22229/tid=22237] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22237/stat : 22237 (java) S 22227 22229 19038 0 -1 4202560 82 0 0 0 0 0 0 0 18 0 19 0 902733671 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22238] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22238/stat : 22238 (java) S 22227 22229 19038 0 -1 4202560 186 0 0 0 0 0 0 0 18 0 19 0 902733671 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22239] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22239/stat : 22239 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902733671 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22240] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22240/stat : 22240 (java) S 22227 22229 19038 0 -1 4202560 747 0 0 0 1 0 0 0 15 0 19 0 902733672 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 0 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22241] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22241/stat : 22241 (java) S 22227 22229 19038 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902733673 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22242] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22242/stat : 22242 (java) S 22227 22229 19038 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902733673 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22243] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22243/stat : 22243 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902733675 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624934321 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22244] ppid=22227 vsize=10550216 CPUtime=0.59 cores=1,3,5,7
/proc/22229/task/22244/stat : 22244 (java) S 22227 22229 19038 0 -1 4202560 6327 0 0 0 59 0 0 0 15 0 19 0 902733675 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22245] ppid=22227 vsize=10550216 CPUtime=0.43 cores=1,3,5,7
/proc/22229/task/22245/stat : 22245 (java) S 22227 22229 19038 0 -1 4202560 4046 0 0 0 43 0 0 0 15 0 19 0 902733675 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 3 0 0 0
[pid=22229/tid=22246] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22246/stat : 22246 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902733675 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22247] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22247/stat : 22247 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902733675 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22248] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22248/stat : 22248 (java) S 22227 22229 19038 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902733705 10803421184 24874 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 10550216

[startup+6.3006 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 22249
/proc/meminfo: memFree=1248052/32951124 swapFree=67052292/67111528
[pid=22229] ppid=22227 vsize=10550216 CPUtime=7.39 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 19038 0 -1 4202496 32900 0 1 0 736 3 0 0 25 0 19 0 902733669 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22229/statm: 2637554 25652 2263 9 0 2628288 0
[pid=22229/tid=22231] ppid=22227 vsize=10550216 CPUtime=6.15 cores=1,3,5,7
/proc/22229/task/22231/stat : 22231 (java) R 22227 22229 19038 0 -1 4202560 18211 0 1 0 614 1 0 0 20 0 19 0 902733669 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 46912505682359 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22229/tid=22232] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22232/stat : 22232 (java) S 22227 22229 19038 0 -1 4202560 261 0 0 0 0 0 0 0 15 0 19 0 902733671 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22233] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22233/stat : 22233 (java) S 22227 22229 19038 0 -1 4202560 225 0 0 0 0 0 0 0 16 0 19 0 902733671 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22234] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22234/stat : 22234 (java) S 22227 22229 19038 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 19 0 902733671 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22235] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22235/stat : 22235 (java) S 22227 22229 19038 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902733671 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22236] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22236/stat : 22236 (java) S 22227 22229 19038 0 -1 4202560 284 0 0 0 0 0 0 0 15 0 19 0 902733671 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22237] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22237/stat : 22237 (java) S 22227 22229 19038 0 -1 4202560 84 0 0 0 0 0 0 0 16 0 19 0 902733671 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22238] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22238/stat : 22238 (java) S 22227 22229 19038 0 -1 4202560 186 0 0 0 0 0 0 0 15 0 19 0 902733671 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22239] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22239/stat : 22239 (java) S 22227 22229 19038 0 -1 4202560 222 0 0 0 0 0 0 0 15 0 19 0 902733671 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22240] ppid=22227 vsize=10550216 CPUtime=0.1 cores=1,3,5,7
/proc/22229/task/22240/stat : 22240 (java) S 22227 22229 19038 0 -1 4202560 1099 0 0 0 10 0 0 0 16 0 19 0 902733672 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 0 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22241] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22241/stat : 22241 (java) S 22227 22229 19038 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902733673 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22242] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22242/stat : 22242 (java) S 22227 22229 19038 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902733673 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22243] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22243/stat : 22243 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902733675 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624934321 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22244] ppid=22227 vsize=10550216 CPUtime=0.59 cores=1,3,5,7
/proc/22229/task/22244/stat : 22244 (java) S 22227 22229 19038 0 -1 4202560 6328 0 0 0 59 0 0 0 15 0 19 0 902733675 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22245] ppid=22227 vsize=10550216 CPUtime=0.48 cores=1,3,5,7
/proc/22229/task/22245/stat : 22245 (java) S 22227 22229 19038 0 -1 4202560 4659 0 0 0 48 0 0 0 15 0 19 0 902733675 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 3 0 0 0
[pid=22229/tid=22246] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22246/stat : 22246 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902733675 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22247] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22247/stat : 22247 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902733675 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22248] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22248/stat : 22248 (java) S 22227 22229 19038 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902733705 10803421184 25652 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 10550216

[startup+12.7015 s]

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

/proc/22229/task/22232/stat : 22232 (java) S 22227 22229 19038 0 -1 4202560 266 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22233] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22233/stat : 22233 (java) S 22227 22229 19038 0 -1 4202560 227 0 0 0 1 0 0 0 16 0 19 0 902733671 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22234] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22234/stat : 22234 (java) S 22227 22229 19038 0 -1 4202560 184 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22235] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22235/stat : 22235 (java) S 22227 22229 19038 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22236] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22236/stat : 22236 (java) S 22227 22229 19038 0 -1 4202560 287 0 0 0 1 0 0 0 16 0 19 0 902733671 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22237] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22237/stat : 22237 (java) S 22227 22229 19038 0 -1 4202560 85 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22238] ppid=22227 vsize=10550216 CPUtime=0.02 cores=1,3,5,7
/proc/22229/task/22238/stat : 22238 (java) S 22227 22229 19038 0 -1 4202560 191 0 0 0 2 0 0 0 16 0 19 0 902733671 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22239] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22239/stat : 22239 (java) S 22227 22229 19038 0 -1 4202560 222 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22240] ppid=22227 vsize=10550216 CPUtime=0.74 cores=1,3,5,7
/proc/22229/task/22240/stat : 22240 (java) S 22227 22229 19038 0 -1 4202560 1273 0 0 0 74 0 0 0 16 0 19 0 902733672 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 0 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22241] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22241/stat : 22241 (java) S 22227 22229 19038 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902733673 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22242] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22242/stat : 22242 (java) S 22227 22229 19038 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902733673 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22243] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22243/stat : 22243 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902733675 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624934321 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22244] ppid=22227 vsize=10550216 CPUtime=0.62 cores=1,3,5,7
/proc/22229/task/22244/stat : 22244 (java) S 22227 22229 19038 0 -1 4202560 6328 0 0 0 62 0 0 0 15 0 19 0 902733675 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22245] ppid=22227 vsize=10550216 CPUtime=1.03 cores=1,3,5,7
/proc/22229/task/22245/stat : 22245 (java) S 22227 22229 19038 0 -1 4202560 12948 0 0 0 103 0 0 0 15 0 19 0 902733675 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 3 0 0 0
[pid=22229/tid=22246] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22246/stat : 22246 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902733675 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22247] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22247/stat : 22247 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902733675 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22248] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22248/stat : 22248 (java) S 22227 22229 19038 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902733705 10803421184 30438 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 28.83
Current children cumulated vsize (KiB) 10550216

[startup+28.7006 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 22249
/proc/meminfo: memFree=1227772/32951124 swapFree=67052292/67111528
[pid=22229] ppid=22227 vsize=10550216 CPUtime=30.43 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 19038 0 -1 4202496 41438 0 1 0 3039 4 0 0 25 0 19 0 902733669 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22229/statm: 2637554 30450 2264 9 0 2628288 0
[pid=22229/tid=22231] ppid=22227 vsize=10550216 CPUtime=27.8 cores=1,3,5,7
/proc/22229/task/22231/stat : 22231 (java) R 22227 22229 19038 0 -1 4202560 18256 0 1 0 2779 1 0 0 25 0 19 0 902733669 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 46912505716097 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22229/tid=22232] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22232/stat : 22232 (java) S 22227 22229 19038 0 -1 4202560 266 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22233] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22233/stat : 22233 (java) S 22227 22229 19038 0 -1 4202560 227 0 0 0 1 0 0 0 16 0 19 0 902733671 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22234] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22234/stat : 22234 (java) S 22227 22229 19038 0 -1 4202560 184 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22235] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22235/stat : 22235 (java) S 22227 22229 19038 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22236] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22236/stat : 22236 (java) S 22227 22229 19038 0 -1 4202560 288 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22237] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22237/stat : 22237 (java) S 22227 22229 19038 0 -1 4202560 85 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22238] ppid=22227 vsize=10550216 CPUtime=0.02 cores=1,3,5,7
/proc/22229/task/22238/stat : 22238 (java) S 22227 22229 19038 0 -1 4202560 191 0 0 0 2 0 0 0 16 0 19 0 902733671 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22239] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22239/stat : 22239 (java) S 22227 22229 19038 0 -1 4202560 222 0 0 0 1 0 0 0 16 0 19 0 902733671 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22240] ppid=22227 vsize=10550216 CPUtime=0.79 cores=1,3,5,7
/proc/22229/task/22240/stat : 22240 (java) S 22227 22229 19038 0 -1 4202560 1284 0 0 0 79 0 0 0 16 0 19 0 902733672 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 0 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22241] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22241/stat : 22241 (java) S 22227 22229 19038 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902733673 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22242] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22242/stat : 22242 (java) S 22227 22229 19038 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902733673 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22243] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22243/stat : 22243 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902733675 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624934321 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22244] ppid=22227 vsize=10550216 CPUtime=0.62 cores=1,3,5,7
/proc/22229/task/22244/stat : 22244 (java) S 22227 22229 19038 0 -1 4202560 6328 0 0 0 62 0 0 0 15 0 19 0 902733675 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22245] ppid=22227 vsize=10550216 CPUtime=1.03 cores=1,3,5,7
/proc/22229/task/22245/stat : 22245 (java) S 22227 22229 19038 0 -1 4202560 12948 0 0 0 103 0 0 0 15 0 19 0 902733675 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 3 0 0 0
[pid=22229/tid=22246] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22246/stat : 22246 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902733675 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22247] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22247/stat : 22247 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902733675 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22248] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22248/stat : 22248 (java) S 22227 22229 19038 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902733705 10803421184 30450 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 30.43
Current children cumulated vsize (KiB) 10550216

[startup+29.1016 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 22249
/proc/meminfo: memFree=1227772/32951124 swapFree=67052292/67111528
[pid=22229] ppid=22227 vsize=10550216 CPUtime=30.86 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 19038 0 -1 4202496 41448 0 1 0 3082 4 0 0 25 0 19 0 902733669 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22229/statm: 2637554 30459 2264 9 0 2628288 0
[pid=22229/tid=22231] ppid=22227 vsize=10550216 CPUtime=28.18 cores=1,3,5,7
/proc/22229/task/22231/stat : 22231 (java) R 22227 22229 19038 0 -1 4202560 18257 0 1 0 2817 1 0 0 25 0 19 0 902733669 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 46912505707405 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22229/tid=22232] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22232/stat : 22232 (java) S 22227 22229 19038 0 -1 4202560 266 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22233] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22233/stat : 22233 (java) S 22227 22229 19038 0 -1 4202560 227 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22234] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22234/stat : 22234 (java) S 22227 22229 19038 0 -1 4202560 184 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22235] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22235/stat : 22235 (java) S 22227 22229 19038 0 -1 4202560 9 0 0 0 1 0 0 0 16 0 19 0 902733671 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22236] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22236/stat : 22236 (java) S 22227 22229 19038 0 -1 4202560 288 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22237] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22237/stat : 22237 (java) S 22227 22229 19038 0 -1 4202560 85 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22238] ppid=22227 vsize=10550216 CPUtime=0.02 cores=1,3,5,7
/proc/22229/task/22238/stat : 22238 (java) S 22227 22229 19038 0 -1 4202560 191 0 0 0 2 0 0 0 16 0 19 0 902733671 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22239] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22239/stat : 22239 (java) S 22227 22229 19038 0 -1 4202560 222 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 3 0 0 0
[pid=22229/tid=22240] ppid=22227 vsize=10550216 CPUtime=0.81 cores=1,3,5,7
/proc/22229/task/22240/stat : 22240 (java) S 22227 22229 19038 0 -1 4202560 1293 0 0 0 81 0 0 0 16 0 19 0 902733672 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 0 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22241] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22241/stat : 22241 (java) S 22227 22229 19038 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902733673 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22242] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22242/stat : 22242 (java) S 22227 22229 19038 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902733673 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22243] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22243/stat : 22243 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902733675 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624934321 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22244] ppid=22227 vsize=10550216 CPUtime=0.63 cores=1,3,5,7
/proc/22229/task/22244/stat : 22244 (java) S 22227 22229 19038 0 -1 4202560 6328 0 0 0 63 0 0 0 15 0 19 0 902733675 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22245] ppid=22227 vsize=10550216 CPUtime=1.05 cores=1,3,5,7
/proc/22229/task/22245/stat : 22245 (java) S 22227 22229 19038 0 -1 4202560 12948 0 0 0 105 0 0 0 15 0 19 0 902733675 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 3 0 0 0
[pid=22229/tid=22246] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22246/stat : 22246 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902733675 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22247] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22247/stat : 22247 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902733675 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22248] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22248/stat : 22248 (java) S 22227 22229 19038 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902733705 10803421184 30459 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 30.86
Current children cumulated vsize (KiB) 10550216

[startup+29.5015 s]
/proc/loadavg: 2.00 2.00 1.95 3/214 22249
/proc/meminfo: memFree=1227772/32951124 swapFree=67052292/67111528
[pid=22229] ppid=22227 vsize=10550216 CPUtime=31.27 cores=1,3,5,7
/proc/22229/stat : 22229 (java) S 22227 22229 19038 0 -1 4202496 41450 0 1 0 3123 4 0 0 25 0 19 0 902733669 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624913381 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22229/statm: 2637554 30461 2264 9 0 2628288 0
[pid=22229/tid=22231] ppid=22227 vsize=10550216 CPUtime=28.58 cores=1,3,5,7
/proc/22229/task/22231/stat : 22231 (java) R 22227 22229 19038 0 -1 4202560 18259 0 1 0 2857 1 0 0 25 0 19 0 902733669 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 46912505716097 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22229/tid=22232] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22232/stat : 22232 (java) S 22227 22229 19038 0 -1 4202560 266 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22233] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22233/stat : 22233 (java) S 22227 22229 19038 0 -1 4202560 227 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22234] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22234/stat : 22234 (java) S 22227 22229 19038 0 -1 4202560 184 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22235] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22235/stat : 22235 (java) S 22227 22229 19038 0 -1 4202560 9 0 0 0 1 0 0 0 16 0 19 0 902733671 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22236] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22236/stat : 22236 (java) S 22227 22229 19038 0 -1 4202560 288 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22237] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22237/stat : 22237 (java) S 22227 22229 19038 0 -1 4202560 85 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22238] ppid=22227 vsize=10550216 CPUtime=0.02 cores=1,3,5,7
/proc/22229/task/22238/stat : 22238 (java) S 22227 22229 19038 0 -1 4202560 191 0 0 0 2 0 0 0 16 0 19 0 902733671 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22239] ppid=22227 vsize=10550216 CPUtime=0.01 cores=1,3,5,7
/proc/22229/task/22239/stat : 22239 (java) S 22227 22229 19038 0 -1 4202560 222 0 0 0 1 0 0 0 15 0 19 0 902733671 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 3 0 0 0
[pid=22229/tid=22240] ppid=22227 vsize=10550216 CPUtime=0.81 cores=1,3,5,7
/proc/22229/task/22240/stat : 22240 (java) S 22227 22229 19038 0 -1 4202560 1293 0 0 0 81 0 0 0 16 0 19 0 902733672 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 0 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22241] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22241/stat : 22241 (java) S 22227 22229 19038 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 902733673 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22242] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22242/stat : 22242 (java) S 22227 22229 19038 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902733673 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22243] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22243/stat : 22243 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902733675 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624934321 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22244] ppid=22227 vsize=10550216 CPUtime=0.63 cores=1,3,5,7
/proc/22229/task/22244/stat : 22244 (java) S 22227 22229 19038 0 -1 4202560 6328 0 0 0 63 0 0 0 15 0 19 0 902733675 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
[pid=22229/tid=22245] ppid=22227 vsize=10550216 CPUtime=1.05 cores=1,3,5,7
/proc/22229/task/22245/stat : 22245 (java) S 22227 22229 19038 0 -1 4202560 12948 0 0 0 105 0 0 0 15 0 19 0 902733675 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 3 0 0 0
[pid=22229/tid=22246] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22246/stat : 22246 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902733675 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624926617 0 4 0 16800975 18446604456479488768 0 0 -1 1 0 0 0
[pid=22229/tid=22247] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22247/stat : 22247 (java) S 22227 22229 19038 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902733675 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 4 0 16800975 18446604456479488768 0 0 -1 7 0 0 0
[pid=22229/tid=22248] ppid=22227 vsize=10550216 CPUtime=0 cores=1,3,5,7
/proc/22229/task/22248/stat : 22248 (java) S 22227 22229 19038 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902733705 10803421184 30461 33554432000 1073741824 1073778376 140734256804432 18446744073709551615 270624927232 0 4 0 16800975 18446604456479488768 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 31.27
Current children cumulated vsize (KiB) 10550216

Child status: 30
Real time (s): 29.5416
CPU time (s): 31.3202
CPU user time (s): 31.2692
CPU system time (s): 0.050992
CPU usage (%): 106.021
Max. virtual memory (cumulated for all children) (KiB): 10552872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.2692
system time used= 0.050992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41471
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= 2369
involuntary context switches= 1071

runsolver used 0.047992 second user time and 0.123981 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-12 22:42:07
IDJOB=3492120
IDBENCH=79288
IDSOLVER=1982
FILE ID=node108/3492120-1307911327
RUNJOBID= node108-1307908527-21182
PBS_JOBID= 13559595
Free space on /var/tmp= 2888 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900563801--soft-0-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492120-1307911327/watcher-3492120-1307911327 -o /var/tmp/evaluation-result-3492120-1307911327/solver-3492120-1307911327 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492120-1307911327.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a9e19d6176a708e2234c09caf532f5b0
RANDOM SEED=897870960

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1343864 kB
Buffers:         65264 kB
Cached:       30224416 kB
SwapCached:      23196 kB
Active:       15563920 kB
Inactive:     15097296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1343864 kB
SwapTotal:    67111528 kB
SwapFree:     67052292 kB
Dirty:             456 kB
Writeback:           0 kB
AnonPages:      368868 kB
Mapped:          17588 kB
Slab:           881564 kB
PageTables:       5532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10549408 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 /var/tmp at the end= 2884 MiB
End job on node108 at 2011-06-12 22:42:37