Trace number 3492095

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 40.3689 38.7991

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900544484--soft-0-100-0.wbo
MD5SUMe3f6753fad3114c64a2e1439cb62c0aa
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 benchmark40.3689
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 137946
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137945
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 741
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@13d4c61c
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-3492095-1307911281.wbo
0.10/0.11	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.208s.
0.48/0.32	c #vars     2938
0.48/0.32	c #constraints  2707
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.48/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.403
1.08/0.51	o 276
1.08/0.55	c Got one! Elapsed wall clock time (in seconds):0.441
1.08/0.55	o 266
1.08/0.58	c Got one! Elapsed wall clock time (in seconds):0.469
1.08/0.58	o 123
1.35/0.60	c Got one! Elapsed wall clock time (in seconds):0.491
1.35/0.60	o 98
1.35/0.67	c Got one! Elapsed wall clock time (in seconds):0.557
1.35/0.67	o 94
1.35/0.69	c Got one! Elapsed wall clock time (in seconds):0.586
1.35/0.69	o 86
1.54/0.75	c Got one! Elapsed wall clock time (in seconds):0.639
1.54/0.75	o 82
1.54/0.79	c Got one! Elapsed wall clock time (in seconds):0.682
1.54/0.79	o 65
1.66/0.82	c Got one! Elapsed wall clock time (in seconds):0.713
1.66/0.82	o 57
1.66/0.89	c Got one! Elapsed wall clock time (in seconds):0.784
1.66/0.89	o 51
1.76/0.95	c Got one! Elapsed wall clock time (in seconds):0.839
1.76/0.95	o 49
1.86/1.01	c Got one! Elapsed wall clock time (in seconds):0.9
1.86/1.01	o 46
1.86/1.08	c Got one! Elapsed wall clock time (in seconds):0.973
1.86/1.08	o 44
2.06/1.20	c Got one! Elapsed wall clock time (in seconds):1.089
2.06/1.20	o 43
2.16/1.34	c Got one! Elapsed wall clock time (in seconds):1.236
2.16/1.34	o 42
2.26/1.47	c Got one! Elapsed wall clock time (in seconds):1.362
2.26/1.47	o 29
2.36/1.53	c Got one! Elapsed wall clock time (in seconds):1.42
2.36/1.53	o 23
2.77/1.92	c Got one! Elapsed wall clock time (in seconds):1.813
2.77/1.92	o 22
2.99/2.16	c Got one! Elapsed wall clock time (in seconds):2.049
2.99/2.16	o 20
3.09/2.27	c Got one! Elapsed wall clock time (in seconds):2.162
3.09/2.27	o 18
3.29/2.46	c cleaning 6555 clauses out of 13117 with flag 1000/13117
3.64/2.77	c Got one! Elapsed wall clock time (in seconds):2.661
3.64/2.77	o 14
4.06/3.10	c cleaning 6104 clauses out of 12212 with flag 3001/18767
4.98/3.65	c cleaning 6051 clauses out of 12108 with flag 9001/24767
5.13/3.79	c Got one! Elapsed wall clock time (in seconds):3.684
5.13/3.79	o 12
5.23/3.89	c Got one! Elapsed wall clock time (in seconds):3.783
5.23/3.89	o 6
5.53/4.19	c cleaning 5961 clauses out of 11927 with flag 3000/30637
5.83/4.41	c Got one! Elapsed wall clock time (in seconds):4.299
5.83/4.41	o 3
5.93/4.59	c cleaning 5622 clauses out of 11250 with flag 2000/35921
6.33/4.95	c cleaning 5811 clauses out of 11628 with flag 8000/41921
6.73/5.32	c cleaning 6402 clauses out of 12817 with flag 15000/48921
7.13/5.77	c cleaning 7204 clauses out of 14415 with flag 23000/56921
7.63/6.25	c cleaning 8102 clauses out of 16211 with flag 32000/65921
8.23/6.87	c cleaning 9047 clauses out of 18111 with flag 42002/75923
8.83/7.47	c cleaning 9524 clauses out of 19062 with flag 52000/85921
8.93/7.51	c Got one! Elapsed wall clock time (in seconds):7.405
8.93/7.51	o 2
9.23/7.85	c cleaning 7515 clauses out of 15043 with flag 5001/91426
9.53/8.18	c cleaning 6762 clauses out of 13528 with flag 11001/97426
9.94/8.58	c cleaning 6877 clauses out of 13767 with flag 18002/104427
10.44/9.04	c cleaning 7438 clauses out of 14888 with flag 26000/112425
10.94/9.55	c cleaning 8221 clauses out of 16450 with flag 35000/121425
11.44/10.09	c cleaning 9109 clauses out of 18230 with flag 45001/131426
11.84/10.49	c Got one! Elapsed wall clock time (in seconds):10.379
11.84/10.49	o 1
12.35/10.96	c cleaning 10404 clauses out of 20819 with flag 5000/143124
12.74/11.35	c cleaning 8202 clauses out of 16415 with flag 11000/149124
13.14/11.78	c cleaning 7603 clauses out of 15216 with flag 18003/156127
13.64/12.24	c cleaning 7802 clauses out of 15611 with flag 26001/164125
14.15/12.77	c cleaning 8396 clauses out of 16808 with flag 35000/173124
14.75/13.36	c cleaning 9204 clauses out of 18412 with flag 45000/183124
15.35/13.97	c cleaning 9591 clauses out of 19209 with flag 55001/193125
15.95/14.51	c cleaning 9799 clauses out of 19617 with flag 65000/203124
16.55/15.11	c cleaning 9900 clauses out of 19818 with flag 75000/213124
17.05/15.70	c cleaning 9949 clauses out of 19918 with flag 85000/223124
17.79/16.30	c cleaning 9981 clauses out of 19973 with flag 95004/233128
18.29/16.85	c cleaning 9985 clauses out of 19990 with flag 105002/243126
18.90/17.42	c cleaning 9992 clauses out of 20003 with flag 115000/253124
19.40/17.97	c cleaning 9998 clauses out of 20011 with flag 125000/263124
20.00/18.50	c cleaning 9994 clauses out of 20013 with flag 135000/273124
20.50/19.04	c cleaning 10006 clauses out of 20019 with flag 145000/283124
21.10/19.66	c cleaning 9994 clauses out of 20013 with flag 155000/293124
21.70/20.21	c cleaning 10005 clauses out of 20019 with flag 165000/303124
22.20/20.79	c cleaning 10001 clauses out of 20014 with flag 175000/313124
22.80/21.35	c cleaning 10002 clauses out of 20013 with flag 185000/323124
23.30/21.90	c cleaning 9996 clauses out of 20012 with flag 195001/333125
23.91/22.47	c cleaning 9987 clauses out of 20016 with flag 205001/343125
24.51/23.10	c cleaning 10010 clauses out of 20028 with flag 215000/353124
25.01/23.59	c cleaning 10002 clauses out of 20020 with flag 225002/363126
25.61/24.10	c cleaning 9998 clauses out of 20017 with flag 235001/373125
26.11/24.65	c cleaning 10008 clauses out of 20021 with flag 245003/383127
26.61/25.19	c cleaning 10002 clauses out of 20011 with flag 255001/393125
27.23/25.71	c cleaning 9992 clauses out of 20008 with flag 265000/403124
27.73/26.27	c cleaning 9995 clauses out of 20016 with flag 275000/413124
28.43/26.90	c cleaning 9998 clauses out of 20023 with flag 285002/423126
28.94/27.46	c cleaning 10005 clauses out of 20023 with flag 295000/433124
29.53/28.05	c cleaning 10004 clauses out of 20019 with flag 305001/443125
30.14/28.61	c cleaning 10005 clauses out of 20015 with flag 315001/453125
30.64/29.15	c cleaning 9997 clauses out of 20009 with flag 325000/463124
31.34/29.80	c cleaning 9996 clauses out of 20014 with flag 335002/473126
31.94/30.40	c cleaning 10007 clauses out of 20018 with flag 345002/483126
32.44/30.95	c cleaning 9996 clauses out of 20010 with flag 355001/493125
32.94/31.45	c cleaning 10001 clauses out of 20013 with flag 365000/503124
33.46/31.99	c cleaning 10002 clauses out of 20012 with flag 375000/513124
34.05/32.52	c cleaning 9996 clauses out of 20010 with flag 385000/523124
34.56/33.06	c cleaning 10005 clauses out of 20015 with flag 395001/533125
35.15/33.68	c cleaning 9998 clauses out of 20009 with flag 405000/543124
35.75/34.25	c cleaning 9996 clauses out of 20012 with flag 415001/553125
36.36/34.83	c cleaning 10004 clauses out of 20017 with flag 425002/563126
36.96/35.41	c cleaning 9991 clauses out of 20011 with flag 435000/573124
37.46/35.97	c cleaning 10006 clauses out of 20022 with flag 445002/583126
38.06/36.58	c cleaning 10003 clauses out of 20019 with flag 455005/593129
38.76/37.23	c cleaning 10004 clauses out of 20015 with flag 465004/603128
39.46/37.90	c cleaning 9993 clauses out of 20007 with flag 475000/613124
40.07/38.55	c cleaning 9996 clauses out of 20013 with flag 485000/623124
40.26/38.79	c starts		: 192
40.26/38.79	c conflicts		: 626976
40.26/38.79	c decisions		: 1097016
40.26/38.79	c propagations		: 28950648
40.26/38.79	c inspects		: 378712812
40.26/38.79	c shortcuts		: 0
40.26/38.79	c learnt literals	: 6
40.26/38.79	c learnt binary clauses	: 49
40.26/38.79	c learnt ternary clauses	: 760
40.26/38.79	c learnt constraints	: 626969
40.26/38.79	c ignored constraints	: 0
40.26/38.79	c root simplifications	: 0
40.26/38.79	c removed literals (reason simplification)	: 3731805
40.26/38.79	c reason swapping (by a shorter reason)	: 0
40.26/38.79	c Calls to reduceDB	: 67
40.26/38.79	c number of reductions to clauses (during analyze)	: 0
40.26/38.79	c number of learned constraints concerned by reduction	: 0
40.26/38.79	c number of learning phase by resolution	: 0
40.26/38.79	c number of learning phase by cutting planes	: 0
40.26/38.79	c speed (assignments/second)	: 1022991.0954063603
40.26/38.79	c non guided choices	3382
40.26/38.79	c learnt constraints type 
40.26/38.79	c constraints type 
40.26/38.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
40.26/38.79	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
40.26/38.79	s OPTIMUM FOUND
40.26/38.79	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 -x231 
40.26/38.79	c objective function=1
40.26/38.79	c Total wall clock time (in seconds): 38.681

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-3492095-1307911281/watcher-3492095-1307911281 -o /var/tmp/evaluation-result-3492095-1307911281/solver-3492095-1307911281 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492095-1307911281.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.02 2.02 2.00 2/195 17092
/proc/meminfo: memFree=515400/32951124 swapFree=67057920/67111528
[pid=17092] ppid=17090 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/17092/stat : 17092 (java) R 17090 17092 14185 0 -1 4202496 948 0 0 0 0 0 0 0 25 0 1 0 883543398 23580672 691 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254256694704 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/17092/statm: 5757 691 508 9 0 124 0

[startup+0.0943601 s]
/proc/loadavg: 2.02 2.02 2.00 2/195 17092
/proc/meminfo: memFree=515400/32951124 swapFree=67057920/67111528
[pid=17092] ppid=17090 vsize=10540004 CPUtime=0.09 cores=1,3,5,7
/proc/17092/stat : 17092 (java) S 17090 17092 14185 0 -1 4202496 12975 0 1 0 8 1 0 0 25 0 18 0 883543398 10792964096 12635 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17092/statm: 2635001 12635 2092 9 0 2625735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540004

[startup+0.100223 s]
/proc/loadavg: 2.02 2.02 2.00 2/195 17092
/proc/meminfo: memFree=515400/32951124 swapFree=67057920/67111528
[pid=17092] ppid=17090 vsize=10540004 CPUtime=0.1 cores=1,3,5,7
/proc/17092/stat : 17092 (java) S 17090 17092 14185 0 -1 4202496 13051 0 1 0 9 1 0 0 25 0 18 0 883543398 10792964096 12711 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17092/statm: 2635001 12711 2092 9 0 2625735 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540004

[startup+0.300153 s]
/proc/loadavg: 2.02 2.02 2.00 2/195 17092
/proc/meminfo: memFree=515400/32951124 swapFree=67057920/67111528
[pid=17092] ppid=17090 vsize=10543668 CPUtime=0.48 cores=1,3,5,7
/proc/17092/stat : 17092 (java) S 17090 17092 14185 0 -1 4202496 16843 0 1 0 47 1 0 0 25 0 18 0 883543398 10796716032 15921 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17092/statm: 2635917 15921 2205 9 0 2626651 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10543668

[startup+0.701084 s]
/proc/loadavg: 2.02 2.02 2.00 2/195 17092
/proc/meminfo: memFree=515400/32951124 swapFree=67057920/67111528
[pid=17092] ppid=17090 vsize=10549424 CPUtime=1.54 cores=1,3,5,7
/proc/17092/stat : 17092 (java) S 17090 17092 14185 0 -1 4202496 23770 0 1 0 152 2 0 0 25 0 19 0 883543398 10802610176 19696 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17092/statm: 2637356 19696 2236 9 0 2628090 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 10549424

[startup+1.501 s]
/proc/loadavg: 2.18 2.06 2.01 3/214 17111
/proc/meminfo: memFree=439200/32951124 swapFree=67057920/67111528
[pid=17092] ppid=17090 vsize=10549424 CPUtime=2.36 cores=1,3,5,7
/proc/17092/stat : 17092 (java) S 17090 17092 14185 0 -1 4202496 26464 0 1 0 233 3 0 0 25 0 19 0 883543398 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17092/statm: 2637356 22389 2238 9 0 2628090 0
[pid=17092/tid=17094] ppid=17090 vsize=10549424 CPUtime=1.48 cores=1,3,5,7
/proc/17092/task/17094/stat : 17094 (java) R 17090 17092 14185 0 -1 4202560 17562 0 1 0 146 2 0 0 20 0 19 0 883543399 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 46912505710386 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17092/tid=17095] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17095/stat : 17095 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883543401 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17096] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17096/stat : 17096 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883543401 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17097] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17097/stat : 17097 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883543401 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17098] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17098/stat : 17098 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883543401 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17099] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17099/stat : 17099 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883543401 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17100] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17100/stat : 17100 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883543401 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17101] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17101/stat : 17101 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883543401 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17102] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17102/stat : 17102 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 883543401 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17103] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17103/stat : 17103 (java) S 17090 17092 14185 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 883543402 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 0 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17104] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17104/stat : 17104 (java) S 17090 17092 14185 0 -1 4202560 16 0 0 0 0 0 0 0 21 0 19 0 883543402 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17105] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17105/stat : 17105 (java) S 17090 17092 14185 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 883543402 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17106] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17106/stat : 17106 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 883543404 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273440177 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17107] ppid=17090 vsize=10549424 CPUtime=0.44 cores=1,3,5,7
/proc/17092/task/17107/stat : 17107 (java) S 17090 17092 14185 0 -1 4202560 3349 0 0 0 44 0 0 0 19 0 19 0 883543404 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17108] ppid=17090 vsize=10549424 CPUtime=0.42 cores=1,3,5,7
/proc/17092/task/17108/stat : 17108 (java) S 17090 17092 14185 0 -1 4202560 4392 0 0 0 42 0 0 0 16 0 19 0 883543404 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17109] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17109/stat : 17109 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883543404 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17110] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17110/stat : 17110 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883543404 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17111] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17111/stat : 17111 (java) S 17090 17092 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883543434 10802610176 22389 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 10549424

[startup+3.10472 s]
/proc/loadavg: 2.18 2.06 2.01 3/214 17111
/proc/meminfo: memFree=430148/32951124 swapFree=67057920/67111528
[pid=17092] ppid=17090 vsize=10549424 CPUtime=4.06 cores=1,3,5,7
/proc/17092/stat : 17092 (java) S 17090 17092 14185 0 -1 4202496 29922 0 1 0 402 4 0 0 25 0 19 0 883543398 10802610176 25794 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17092/statm: 2637356 25818 2264 9 0 2628090 0
[pid=17092/tid=17094] ppid=17090 vsize=10549424 CPUtime=3.07 cores=1,3,5,7
/proc/17092/task/17094/stat : 17094 (java) R 17090 17092 14185 0 -1 4202560 18942 0 1 0 305 2 0 0 25 0 19 0 883543399 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 46912505366525 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17092/tid=17095] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17095/stat : 17095 (java) S 17090 17092 14185 0 -1 4202560 309 0 0 0 0 0 0 0 18 0 19 0 883543401 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17096] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17096/stat : 17096 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883543401 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17097] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17097/stat : 17097 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883543401 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17098] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17098/stat : 17098 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883543401 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17099] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17099/stat : 17099 (java) S 17090 17092 14185 0 -1 4202560 222 0 0 0 0 0 0 0 18 0 19 0 883543401 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17100] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17100/stat : 17100 (java) S 17090 17092 14185 0 -1 4202560 160 0 0 0 0 0 0 0 18 0 19 0 883543401 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17101] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17101/stat : 17101 (java) S 17090 17092 14185 0 -1 4202560 290 0 0 0 0 0 0 0 18 0 19 0 883543401 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17102] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17102/stat : 17102 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 883543401 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17103] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17103/stat : 17103 (java) S 17090 17092 14185 0 -1 4202560 969 0 0 0 1 0 0 0 16 0 19 0 883543402 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 0 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17104] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17104/stat : 17104 (java) S 17090 17092 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883543402 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17105] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17105/stat : 17105 (java) S 17090 17092 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883543402 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17106] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17106/stat : 17106 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 883543404 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273440177 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17107] ppid=17090 vsize=10549424 CPUtime=0.5 cores=1,3,5,7
/proc/17092/task/17107/stat : 17107 (java) R 17090 17092 14185 0 -1 4202560 3499 0 0 0 50 0 0 0 15 0 19 0 883543404 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254261310445 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17092/tid=17108] ppid=17090 vsize=10549424 CPUtime=0.44 cores=1,3,5,7
/proc/17092/task/17108/stat : 17108 (java) R 17090 17092 14185 0 -1 4202560 4401 0 0 0 44 0 0 0 15 0 19 0 883543404 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 47845451000053 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17092/tid=17109] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17109/stat : 17109 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883543404 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17110] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17110/stat : 17110 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883543404 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17111] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17111/stat : 17111 (java) S 17090 17092 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883543434 10802610176 25818 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 10549424

[startup+6.30114 s]
/proc/loadavg: 2.18 2.06 2.01 3/214 17111
/proc/meminfo: memFree=401056/32951124 swapFree=67057920/67111528
[pid=17092] ppid=17090 vsize=10549424 CPUtime=7.73 cores=1,3,5,7
/proc/17092/stat : 17092 (java) S 17090 17092 14185 0 -1 4202496 38471 0 1 0 768 5 0 0 25 0 19 0 883543398 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17092/statm: 2637356 30454 2264 9 0 2628090 0
[pid=17092/tid=17094] ppid=17090 vsize=10549424 CPUtime=6.12 cores=1,3,5,7
/proc/17092/task/17094/stat : 17094 (java) R 17090 17092 14185 0 -1 4202560 18951 0 1 0 610 2 0 0 25 0 19 0 883543399 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 46912505680096 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=17092/tid=17095] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17095/stat : 17095 (java) S 17090 17092 14185 0 -1 4202560 311 0 0 0 0 0 0 0 15 0 19 0 883543401 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17096] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17096/stat : 17096 (java) S 17090 17092 14185 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 883543401 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17097] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17097/stat : 17097 (java) S 17090 17092 14185 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883543401 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17098] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17098/stat : 17098 (java) S 17090 17092 14185 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 883543401 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17099] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17099/stat : 17099 (java) S 17090 17092 14185 0 -1 4202560 228 0 0 0 0 0 0 0 16 0 19 0 883543401 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17100] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17100/stat : 17100 (java) S 17090 17092 14185 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 19 0 883543401 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17101] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17101/stat : 17101 (java) S 17090 17092 14185 0 -1 4202560 422 0 0 0 0 0 0 0 15 0 19 0 883543401 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17102] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17102/stat : 17102 (java) S 17090 17092 14185 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 19 0 883543401 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17103] ppid=17090 vsize=10549424 CPUtime=0.13 cores=1,3,5,7
/proc/17092/task/17103/stat : 17103 (java) S 17090 17092 14185 0 -1 4202560 1168 0 0 0 13 0 0 0 15 0 19 0 883543402 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 0 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17104] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17104/stat : 17104 (java) S 17090 17092 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883543402 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17105] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17105/stat : 17105 (java) S 17090 17092 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883543402 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17106] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17106/stat : 17106 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 883543404 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273440177 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17107] ppid=17090 vsize=10549424 CPUtime=0.95 cores=1,3,5,7
/proc/17092/task/17107/stat : 17107 (java) S 17090 17092 14185 0 -1 4202560 11456 0 0 0 94 1 0 0 15 0 19 0 883543404 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17108] ppid=17090 vsize=10549424 CPUtime=0.45 cores=1,3,5,7
/proc/17092/task/17108/stat : 17108 (java) S 17090 17092 14185 0 -1 4202560 4418 0 0 0 45 0 0 0 15 0 19 0 883543404 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17109] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17109/stat : 17109 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883543404 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17110] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17110/stat : 17110 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883543404 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17111] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17111/stat : 17111 (java) S 17090 17092 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883543434 10802610176 30454 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 10549424

[startup+12.701 s]

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

/proc/17092/task/17095/stat : 17095 (java) S 17090 17092 14185 0 -1 4202560 316 0 0 0 2 0 0 0 15 0 19 0 883543401 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17096] ppid=17090 vsize=10549424 CPUtime=0.02 cores=1,3,5,7
/proc/17092/task/17096/stat : 17096 (java) S 17090 17092 14185 0 -1 4202560 38 0 0 0 2 0 0 0 15 0 19 0 883543401 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17097] ppid=17090 vsize=10549424 CPUtime=0.02 cores=1,3,5,7
/proc/17092/task/17097/stat : 17097 (java) S 17090 17092 14185 0 -1 4202560 31 0 0 0 2 0 0 0 16 0 19 0 883543401 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17098] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17098/stat : 17098 (java) S 17090 17092 14185 0 -1 4202560 37 0 0 0 1 0 0 0 15 0 19 0 883543401 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17099] ppid=17090 vsize=10549424 CPUtime=0.02 cores=1,3,5,7
/proc/17092/task/17099/stat : 17099 (java) S 17090 17092 14185 0 -1 4202560 287 0 0 0 2 0 0 0 16 0 19 0 883543401 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17100] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17100/stat : 17100 (java) S 17090 17092 14185 0 -1 4202560 166 0 0 0 1 0 0 0 15 0 19 0 883543401 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17101] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17101/stat : 17101 (java) S 17090 17092 14185 0 -1 4202560 426 0 0 0 1 0 0 0 15 0 19 0 883543401 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17102] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17102/stat : 17102 (java) S 17090 17092 14185 0 -1 4202560 167 0 0 0 1 0 0 0 15 0 19 0 883543401 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17103] ppid=17090 vsize=10549424 CPUtime=1.04 cores=1,3,5,7
/proc/17092/task/17103/stat : 17103 (java) S 17090 17092 14185 0 -1 4202560 1380 0 0 0 103 1 0 0 16 0 19 0 883543402 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 0 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17104] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17104/stat : 17104 (java) S 17090 17092 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883543402 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17105] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17105/stat : 17105 (java) S 17090 17092 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883543402 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17106] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17106/stat : 17106 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 883543404 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273440177 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17107] ppid=17090 vsize=10549424 CPUtime=0.97 cores=1,3,5,7
/proc/17092/task/17107/stat : 17107 (java) S 17090 17092 14185 0 -1 4202560 11456 0 0 0 96 1 0 0 15 0 19 0 883543404 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17108] ppid=17090 vsize=10549424 CPUtime=0.5 cores=1,3,5,7
/proc/17092/task/17108/stat : 17108 (java) S 17090 17092 14185 0 -1 4202560 4419 0 0 0 50 0 0 0 15 0 19 0 883543404 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17109] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17109/stat : 17109 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883543404 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17110] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17110/stat : 17110 (java) S 17090 17092 14185 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883543404 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17111] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17111/stat : 17111 (java) S 17090 17092 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883543434 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 38.26
Current children cumulated vsize (KiB) 10549424

[startup+37.5006 s]
/proc/loadavg: 2.10 2.05 2.01 3/214 17112
/proc/meminfo: memFree=343024/32951124 swapFree=67057920/67111528
[pid=17092] ppid=17090 vsize=10549424 CPUtime=39.06 cores=1,3,5,7
/proc/17092/stat : 17092 (java) S 17090 17092 14185 0 -1 4202496 38883 0 1 0 3899 7 0 0 25 0 19 0 883543398 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17092/statm: 2637356 26641 2265 9 0 2628090 0
[pid=17092/tid=17094] ppid=17090 vsize=10549424 CPUtime=36.32 cores=1,3,5,7
/proc/17092/task/17094/stat : 17094 (java) R 17090 17092 14185 0 -1 4202560 19007 0 1 0 3630 2 0 0 17 0 19 0 883543399 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 46912505786894 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17092/tid=17095] ppid=17090 vsize=10549424 CPUtime=0.02 cores=1,3,5,7
/proc/17092/task/17095/stat : 17095 (java) S 17090 17092 14185 0 -1 4202560 316 0 0 0 2 0 0 0 15 0 19 0 883543401 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17096] ppid=17090 vsize=10549424 CPUtime=0.02 cores=1,3,5,7
/proc/17092/task/17096/stat : 17096 (java) S 17090 17092 14185 0 -1 4202560 38 0 0 0 2 0 0 0 15 0 19 0 883543401 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17097] ppid=17090 vsize=10549424 CPUtime=0.02 cores=1,3,5,7
/proc/17092/task/17097/stat : 17097 (java) S 17090 17092 14185 0 -1 4202560 31 0 0 0 2 0 0 0 15 0 19 0 883543401 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17098] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17098/stat : 17098 (java) S 17090 17092 14185 0 -1 4202560 37 0 0 0 1 0 0 0 15 0 19 0 883543401 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17099] ppid=17090 vsize=10549424 CPUtime=0.02 cores=1,3,5,7
/proc/17092/task/17099/stat : 17099 (java) S 17090 17092 14185 0 -1 4202560 287 0 0 0 2 0 0 0 15 0 19 0 883543401 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17100] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17100/stat : 17100 (java) S 17090 17092 14185 0 -1 4202560 166 0 0 0 1 0 0 0 15 0 19 0 883543401 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17101] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17101/stat : 17101 (java) S 17090 17092 14185 0 -1 4202560 426 0 0 0 1 0 0 0 15 0 19 0 883543401 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17102] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17102/stat : 17102 (java) S 17090 17092 14185 0 -1 4202560 167 0 0 0 1 0 0 0 15 0 19 0 883543401 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17103] ppid=17090 vsize=10549424 CPUtime=1.06 cores=1,3,5,7
/proc/17092/task/17103/stat : 17103 (java) S 17090 17092 14185 0 -1 4202560 1380 0 0 0 105 1 0 0 16 0 19 0 883543402 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 0 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17104] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17104/stat : 17104 (java) S 17090 17092 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883543402 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17105] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17105/stat : 17105 (java) S 17090 17092 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883543402 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17106] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17106/stat : 17106 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 883543404 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273440177 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17107] ppid=17090 vsize=10549424 CPUtime=0.97 cores=1,3,5,7
/proc/17092/task/17107/stat : 17107 (java) S 17090 17092 14185 0 -1 4202560 11456 0 0 0 96 1 0 0 15 0 19 0 883543404 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17108] ppid=17090 vsize=10549424 CPUtime=0.5 cores=1,3,5,7
/proc/17092/task/17108/stat : 17108 (java) S 17090 17092 14185 0 -1 4202560 4419 0 0 0 50 0 0 0 15 0 19 0 883543404 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17109] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17109/stat : 17109 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883543404 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17110] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17110/stat : 17110 (java) S 17090 17092 14185 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883543404 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17111] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17111/stat : 17111 (java) S 17090 17092 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883543434 10802610176 26641 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39.06
Current children cumulated vsize (KiB) 10549424

[startup+38.3015 s]
/proc/loadavg: 2.10 2.05 2.01 3/214 17112
/proc/meminfo: memFree=343024/32951124 swapFree=67057920/67111528
[pid=17092] ppid=17090 vsize=10549424 CPUtime=39.86 cores=1,3,5,7
/proc/17092/stat : 17092 (java) S 17090 17092 14185 0 -1 4202496 38893 0 1 0 3979 7 0 0 25 0 19 0 883543398 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17092/statm: 2637356 26646 2265 9 0 2628090 0
[pid=17092/tid=17094] ppid=17090 vsize=10549424 CPUtime=37.11 cores=1,3,5,7
/proc/17092/task/17094/stat : 17094 (java) R 17090 17092 14185 0 -1 4202560 19008 0 1 0 3709 2 0 0 18 0 19 0 883543399 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 46912505709953 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17092/tid=17095] ppid=17090 vsize=10549424 CPUtime=0.02 cores=1,3,5,7
/proc/17092/task/17095/stat : 17095 (java) S 17090 17092 14185 0 -1 4202560 316 0 0 0 2 0 0 0 15 0 19 0 883543401 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17096] ppid=17090 vsize=10549424 CPUtime=0.02 cores=1,3,5,7
/proc/17092/task/17096/stat : 17096 (java) S 17090 17092 14185 0 -1 4202560 38 0 0 0 2 0 0 0 15 0 19 0 883543401 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17097] ppid=17090 vsize=10549424 CPUtime=0.02 cores=1,3,5,7
/proc/17092/task/17097/stat : 17097 (java) S 17090 17092 14185 0 -1 4202560 31 0 0 0 2 0 0 0 16 0 19 0 883543401 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17098] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17098/stat : 17098 (java) S 17090 17092 14185 0 -1 4202560 37 0 0 0 1 0 0 0 15 0 19 0 883543401 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17099] ppid=17090 vsize=10549424 CPUtime=0.02 cores=1,3,5,7
/proc/17092/task/17099/stat : 17099 (java) S 17090 17092 14185 0 -1 4202560 287 0 0 0 2 0 0 0 15 0 19 0 883543401 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17100] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17100/stat : 17100 (java) S 17090 17092 14185 0 -1 4202560 166 0 0 0 1 0 0 0 16 0 19 0 883543401 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17101] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17101/stat : 17101 (java) S 17090 17092 14185 0 -1 4202560 426 0 0 0 1 0 0 0 15 0 19 0 883543401 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17102] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17102/stat : 17102 (java) S 17090 17092 14185 0 -1 4202560 167 0 0 0 1 0 0 0 15 0 19 0 883543401 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17103] ppid=17090 vsize=10549424 CPUtime=1.08 cores=1,3,5,7
/proc/17092/task/17103/stat : 17103 (java) S 17090 17092 14185 0 -1 4202560 1387 0 0 0 107 1 0 0 16 0 19 0 883543402 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 0 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17104] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17104/stat : 17104 (java) S 17090 17092 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883543402 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17105] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17105/stat : 17105 (java) S 17090 17092 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883543402 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17106] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17106/stat : 17106 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 883543404 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273440177 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17107] ppid=17090 vsize=10549424 CPUtime=0.97 cores=1,3,5,7
/proc/17092/task/17107/stat : 17107 (java) S 17090 17092 14185 0 -1 4202560 11456 0 0 0 96 1 0 0 15 0 19 0 883543404 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17108] ppid=17090 vsize=10549424 CPUtime=0.5 cores=1,3,5,7
/proc/17092/task/17108/stat : 17108 (java) S 17090 17092 14185 0 -1 4202560 4419 0 0 0 50 0 0 0 15 0 19 0 883543404 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17109] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17109/stat : 17109 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883543404 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17110] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17110/stat : 17110 (java) S 17090 17092 14185 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883543404 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17111] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17111/stat : 17111 (java) S 17090 17092 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883543434 10802610176 26646 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39.86
Current children cumulated vsize (KiB) 10549424

[startup+38.7014 s]
/proc/loadavg: 2.10 2.05 2.01 3/214 17112
/proc/meminfo: memFree=343244/32951124 swapFree=67057920/67111528
[pid=17092] ppid=17090 vsize=10549424 CPUtime=40.26 cores=1,3,5,7
/proc/17092/stat : 17092 (java) S 17090 17092 14185 0 -1 4202496 38904 0 1 0 4019 7 0 0 25 0 19 0 883543398 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17092/statm: 2637356 26656 2265 9 0 2628090 0
[pid=17092/tid=17094] ppid=17090 vsize=10549424 CPUtime=37.49 cores=1,3,5,7
/proc/17092/task/17094/stat : 17094 (java) R 17090 17092 14185 0 -1 4202560 19011 0 1 0 3747 2 0 0 17 0 19 0 883543399 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 46912505709906 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17092/tid=17095] ppid=17090 vsize=10549424 CPUtime=0.02 cores=1,3,5,7
/proc/17092/task/17095/stat : 17095 (java) S 17090 17092 14185 0 -1 4202560 316 0 0 0 2 0 0 0 16 0 19 0 883543401 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17096] ppid=17090 vsize=10549424 CPUtime=0.02 cores=1,3,5,7
/proc/17092/task/17096/stat : 17096 (java) S 17090 17092 14185 0 -1 4202560 38 0 0 0 2 0 0 0 16 0 19 0 883543401 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17097] ppid=17090 vsize=10549424 CPUtime=0.02 cores=1,3,5,7
/proc/17092/task/17097/stat : 17097 (java) S 17090 17092 14185 0 -1 4202560 31 0 0 0 2 0 0 0 15 0 19 0 883543401 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17098] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17098/stat : 17098 (java) S 17090 17092 14185 0 -1 4202560 37 0 0 0 1 0 0 0 16 0 19 0 883543401 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 7 0 0 0
[pid=17092/tid=17099] ppid=17090 vsize=10549424 CPUtime=0.02 cores=1,3,5,7
/proc/17092/task/17099/stat : 17099 (java) S 17090 17092 14185 0 -1 4202560 287 0 0 0 2 0 0 0 16 0 19 0 883543401 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17100] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17100/stat : 17100 (java) S 17090 17092 14185 0 -1 4202560 166 0 0 0 1 0 0 0 15 0 19 0 883543401 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17101] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17101/stat : 17101 (java) S 17090 17092 14185 0 -1 4202560 426 0 0 0 1 0 0 0 15 0 19 0 883543401 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17102] ppid=17090 vsize=10549424 CPUtime=0.01 cores=1,3,5,7
/proc/17092/task/17102/stat : 17102 (java) S 17090 17092 14185 0 -1 4202560 167 0 0 0 1 0 0 0 15 0 19 0 883543401 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17103] ppid=17090 vsize=10549424 CPUtime=1.09 cores=1,3,5,7
/proc/17092/task/17103/stat : 17103 (java) S 17090 17092 14185 0 -1 4202560 1395 0 0 0 108 1 0 0 16 0 19 0 883543402 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 0 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17104] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17104/stat : 17104 (java) S 17090 17092 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883543402 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17105] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17105/stat : 17105 (java) S 17090 17092 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883543402 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17106] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17106/stat : 17106 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 883543404 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273440177 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17107] ppid=17090 vsize=10549424 CPUtime=0.97 cores=1,3,5,7
/proc/17092/task/17107/stat : 17107 (java) S 17090 17092 14185 0 -1 4202560 11456 0 0 0 96 1 0 0 15 0 19 0 883543404 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17108] ppid=17090 vsize=10549424 CPUtime=0.5 cores=1,3,5,7
/proc/17092/task/17108/stat : 17108 (java) S 17090 17092 14185 0 -1 4202560 4419 0 0 0 50 0 0 0 15 0 19 0 883543404 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 5 0 0 0
[pid=17092/tid=17109] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17109/stat : 17109 (java) S 17090 17092 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883543404 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273432473 0 4 0 16800975 18446604454331642240 0 0 -1 3 0 0 0
[pid=17092/tid=17110] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17110/stat : 17110 (java) S 17090 17092 14185 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883543404 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
[pid=17092/tid=17111] ppid=17090 vsize=10549424 CPUtime=0 cores=1,3,5,7
/proc/17092/task/17111/stat : 17111 (java) S 17090 17092 14185 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883543434 10802610176 26656 33554432000 1073741824 1073778376 140735635852160 18446744073709551615 254273433088 0 4 0 16800975 18446604454331642240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40.26
Current children cumulated vsize (KiB) 10549424

Child status: 30
Real time (s): 38.7991
CPU time (s): 40.3689
CPU user time (s): 40.2919
CPU system time (s): 0.076988
CPU usage (%): 104.046
Max. virtual memory (cumulated for all children) (KiB): 10552396

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

runsolver used 0.071989 second user time and 0.149977 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-12 22:41:21
IDJOB=3492095
IDBENCH=79280
IDSOLVER=1982
FILE ID=node140/3492095-1307911281
RUNJOBID= node140-1307908248-16323
PBS_JOBID= 13559568
Free space on /var/tmp= 2904 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900544484--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-3492095-1307911281/watcher-3492095-1307911281 -o /var/tmp/evaluation-result-3492095-1307911281/solver-3492095-1307911281 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492095-1307911281.wbo

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

MD5SUM BENCH= e3f6753fad3114c64a2e1439cb62c0aa
RANDOM SEED=1609117208

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:        515696 kB
Buffers:         65320 kB
Cached:       30185704 kB
SwapCached:       7412 kB
Active:       17084616 kB
Inactive:     14399412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:        515696 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:              72 kB
Writeback:           0 kB
AnonPages:     1230440 kB
Mapped:          21556 kB
Slab:           885440 kB
PageTables:       7208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10551356 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= 2900 MiB
End job on node140 at 2011-06-12 22:42:00