Trace number 3718401

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28OPTIMUM 75.67 74.0815

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552288--soft-0-100-0.wbo
MD5SUMca8c0bf53108e4446976d449224bf298
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 benchmark56.5404
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 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 727
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.2.v20120528
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5f934ad
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3718401-1338254298.wbo
0.07/0.13	c reading problem ... 
0.45/0.34	c ... done. Wall clock time 0.208s.
0.45/0.34	c declared #vars     231
0.45/0.34	c internal #vars     2938
0.45/0.34	c #constraints  2707
0.45/0.34	c constraints type 
0.45/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.45/0.34	c ignored satisfied constraints => 1
0.45/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.45/0.34	c 2708 constraints processed.
0.45/0.34	c objective function length is 2707 literals
1.03/0.51	c SATISFIABLE
1.03/0.51	c OPTIMIZING...
1.03/0.51	c Got one! Elapsed wall clock time (in seconds):0.38
1.03/0.51	o 493
1.03/0.56	c Got one! Elapsed wall clock time (in seconds):0.435
1.03/0.56	o 447
1.03/0.59	c Got one! Elapsed wall clock time (in seconds):0.464
1.03/0.59	o 442
1.33/0.61	c Got one! Elapsed wall clock time (in seconds):0.484
1.33/0.61	o 439
1.33/0.63	c Got one! Elapsed wall clock time (in seconds):0.501
1.33/0.63	o 418
1.95/1.01	c Got one! Elapsed wall clock time (in seconds):0.875
1.95/1.01	o 396
1.95/1.01	c Got one! Elapsed wall clock time (in seconds):0.884
1.95/1.01	o 357
1.95/1.03	c Got one! Elapsed wall clock time (in seconds):0.905
1.95/1.03	o 345
1.95/1.06	c Got one! Elapsed wall clock time (in seconds):0.931
1.95/1.06	o 331
1.95/1.09	c Got one! Elapsed wall clock time (in seconds):0.963
1.95/1.09	o 314
2.06/1.14	c Got one! Elapsed wall clock time (in seconds):1.011
2.06/1.14	o 267
2.06/1.17	c Got one! Elapsed wall clock time (in seconds):1.037
2.06/1.17	o 266
2.06/1.19	c Got one! Elapsed wall clock time (in seconds):1.058
2.06/1.19	o 257
2.16/1.21	c Got one! Elapsed wall clock time (in seconds):1.08
2.16/1.21	o 245
2.16/1.25	c Got one! Elapsed wall clock time (in seconds):1.12
2.16/1.25	o 240
2.16/1.28	c Got one! Elapsed wall clock time (in seconds):1.155
2.16/1.28	o 239
2.26/1.38	c Got one! Elapsed wall clock time (in seconds):1.246
2.26/1.38	o 231
2.36/1.47	c Got one! Elapsed wall clock time (in seconds):1.34
2.36/1.47	o 229
2.36/1.47	c Got one! Elapsed wall clock time (in seconds):1.344
2.36/1.47	o 196
2.36/1.49	c Got one! Elapsed wall clock time (in seconds):1.357
2.36/1.49	o 195
2.56/1.62	c Got one! Elapsed wall clock time (in seconds):1.494
2.56/1.62	o 194
2.56/1.65	c Got one! Elapsed wall clock time (in seconds):1.523
2.56/1.65	o 183
2.68/1.72	c Got one! Elapsed wall clock time (in seconds):1.595
2.68/1.72	o 180
2.80/1.83	c Got one! Elapsed wall clock time (in seconds):1.701
2.80/1.83	o 164
2.90/1.96	c cleaning 6274 clauses out of 12555 with flag 8843/12555
3.28/2.25	c Got one! Elapsed wall clock time (in seconds):2.122
3.28/2.25	o 158
3.47/2.42	c Got one! Elapsed wall clock time (in seconds):2.294
3.47/2.42	o 156
3.57/2.53	c Got one! Elapsed wall clock time (in seconds):2.402
3.57/2.53	o 143
3.77/2.77	c cleaning 6254 clauses out of 12522 with flag 14411/18796
3.99/2.98	c Got one! Elapsed wall clock time (in seconds):2.855
3.99/2.98	o 140
4.09/3.05	c Got one! Elapsed wall clock time (in seconds):2.92
4.09/3.05	o 116
4.29/3.23	c Got one! Elapsed wall clock time (in seconds):3.104
4.29/3.23	o 115
4.89/3.89	c cleaning 6606 clauses out of 13214 with flag 24582/25742
5.01/3.96	c Got one! Elapsed wall clock time (in seconds):3.831
5.01/3.96	o 103
5.34/4.26	c Got one! Elapsed wall clock time (in seconds):4.134
5.34/4.26	o 67
5.65/4.51	c cleaning 6407 clauses out of 12831 with flag 33279/31965
5.65/4.54	c Got one! Elapsed wall clock time (in seconds):4.414
5.65/4.54	o 61
5.65/4.56	c Got one! Elapsed wall clock time (in seconds):4.429
5.65/4.56	o 53
5.75/4.68	c Got one! Elapsed wall clock time (in seconds):4.546
5.75/4.68	o 52
5.85/4.71	c Got one! Elapsed wall clock time (in seconds):4.583
5.85/4.71	o 44
6.05/4.92	c Got one! Elapsed wall clock time (in seconds):4.788
6.05/4.92	o 30
6.15/5.02	c Got one! Elapsed wall clock time (in seconds):4.894
6.15/5.02	o 29
6.25/5.10	c cleaning 6368 clauses out of 12754 with flag 10484/38295
6.25/5.20	c Got one! Elapsed wall clock time (in seconds):5.066
6.25/5.20	o 28
6.60/5.45	c cleaning 5859 clauses out of 11729 with flag 37917/43638
6.71/5.54	c Got one! Elapsed wall clock time (in seconds):5.412
6.71/5.54	o 27
7.00/5.88	c Got one! Elapsed wall clock time (in seconds):5.754
7.00/5.88	o 24
7.10/5.97	c cleaning 6217 clauses out of 12441 with flag 6991/50209
7.32/6.18	c Got one! Elapsed wall clock time (in seconds):6.047
7.32/6.18	o 18
7.42/6.27	c Got one! Elapsed wall clock time (in seconds):6.142
7.42/6.27	o 6
7.62/6.43	c cleaning 6077 clauses out of 12166 with flag 26786/56151
7.84/6.69	c Got one! Elapsed wall clock time (in seconds):6.561
7.84/6.69	o 2
7.94/6.77	c cleaning 5779 clauses out of 11572 with flag 13377/61634
8.36/7.15	c cleaning 5891 clauses out of 11793 with flag 78557/67634
8.77/7.52	c cleaning 6447 clauses out of 12902 with flag 130177/74634
9.29/8.01	c cleaning 7226 clauses out of 14455 with flag 198815/82634
9.80/8.58	c cleaning 8115 clauses out of 16229 with flag 281945/91634
10.51/9.24	c cleaning 9050 clauses out of 18117 with flag 372831/101637
11.32/10.04	c cleaning 10024 clauses out of 20065 with flag 479478/112635
12.23/10.94	c cleaning 11010 clauses out of 22040 with flag 593318/124634
13.23/11.95	c cleaning 12009 clauses out of 24030 with flag 712576/137634
13.36/12.09	c Got one! Elapsed wall clock time (in seconds):11.958
13.36/12.09	o 1
13.75/12.45	c cleaning 8924 clauses out of 17871 with flag 57038/143484
14.27/12.94	c cleaning 7456 clauses out of 14946 with flag 132273/149483
14.78/13.40	c cleaning 7239 clauses out of 14490 with flag 200362/156483
15.29/13.90	c cleaning 7607 clauses out of 15252 with flag 270493/164484
15.79/14.49	c cleaning 8317 clauses out of 16644 with flag 350195/173483
16.73/15.35	c cleaning 9157 clauses out of 18327 with flag 455784/183483
17.54/16.12	c cleaning 10084 clauses out of 20170 with flag 550630/194483
18.44/17.01	c cleaning 11027 clauses out of 22087 with flag 660958/206484
19.34/17.90	c cleaning 12025 clauses out of 24062 with flag 774080/219486
20.25/18.87	c cleaning 13010 clauses out of 26034 with flag 899470/233483
21.46/20.01	c cleaning 13998 clauses out of 28025 with flag 1046335/248484
22.76/21.30	c cleaning 15003 clauses out of 30026 with flag 1200705/264483
24.36/22.96	c cleaning 16008 clauses out of 32024 with flag 1365733/281484
26.08/24.64	c cleaning 17001 clauses out of 34015 with flag 1537788/299483
27.79/26.34	c cleaning 17999 clauses out of 36013 with flag 1710955/318483
29.50/28.04	c cleaning 19003 clauses out of 38015 with flag 1874139/338484
31.61/30.11	c cleaning 19991 clauses out of 40011 with flag 2063675/359483
33.52/32.06	c cleaning 21000 clauses out of 42019 with flag 2243851/381483
35.42/33.99	c cleaning 22000 clauses out of 44018 with flag 2421236/404483
37.83/36.38	c cleaning 22991 clauses out of 46018 with flag 2617241/428483
40.42/38.98	c cleaning 24009 clauses out of 48027 with flag 2817413/453483
43.54/42.06	c cleaning 24998 clauses out of 50019 with flag 3043540/479484
46.17/44.67	c cleaning 26008 clauses out of 52020 with flag 3254638/506484
49.07/47.53	c cleaning 26993 clauses out of 54011 with flag 3471390/534484
52.40/50.84	c cleaning 27994 clauses out of 56017 with flag 3713275/563484
55.91/54.39	c cleaning 29004 clauses out of 58025 with flag 3961491/593488
59.31/57.70	c cleaning 30004 clauses out of 60014 with flag 4207039/624483
63.03/61.44	c cleaning 30997 clauses out of 62007 with flag 4464080/656483
67.13/65.52	c cleaning 31991 clauses out of 64010 with flag 4745002/689483
71.04/69.48	c cleaning 33005 clauses out of 66020 with flag 5022874/723484
75.46/73.89	c cleaning 34000 clauses out of 68012 with flag 5314650/758483
75.67/74.07	c starts		: 198
75.67/74.07	c conflicts		: 759421
75.67/74.07	c decisions		: 1084163
75.67/74.07	c propagations		: 42003056
75.67/74.07	c inspects		: 1006640391
75.67/74.07	c shortcuts		: 0
75.67/74.07	c learnt literals	: 24
75.67/74.07	c learnt binary clauses	: 30
75.67/74.07	c learnt ternary clauses	: 179
75.67/74.07	c learnt constraints	: 759396
75.67/74.07	c ignored constraints	: 0
75.67/74.07	c root simplifications	: 0
75.67/74.07	c removed literals (reason simplification)	: 0
75.67/74.07	c reason swapping (by a shorter reason)	: 0
75.67/74.07	c Calls to reduceDB	: 48
75.67/74.07	c Number of update (reduction) of LBD	: 230556
75.67/74.07	c number of reductions to clauses (during analyze)	: 0
75.67/74.07	c number of learned constraints concerned by reduction	: 0
75.67/74.07	c number of learning phase by resolution	: 0
75.67/74.07	c number of learning phase by cutting planes	: 0
75.67/74.07	c speed (assignments/second)	: 569996.6888315919
75.67/74.07	c non guided choices	7232
75.67/74.07	c learnt constraints type 
75.67/74.07	c constraints type 
75.67/74.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
75.67/74.07	c ignored satisfied constraints => 1
75.67/74.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
75.67/74.07	c 2708 constraints processed.
75.67/74.07	s OPTIMUM FOUND
75.67/74.07	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 
75.67/74.07	c objective function=1
75.67/74.07	c Total wall clock time (in seconds): 73.944

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 /tmp/evaluation-result-3718401-1338254298/watcher-3718401-1338254298 -o /tmp/evaluation-result-3718401-1338254298/solver-3718401-1338254298 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718401-1338254298.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.15 2.08 2.02 3/195 3840
/proc/meminfo: memFree=29501284/32873844 swapFree=7628/7628
[pid=3840] ppid=3838 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/3840/stat : 3840 (java) R 3838 3840 31640 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 291554150 278528 33 33554432000 1073741824 1073778376 140733325709248 140733325706424 254741146919 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3840/statm: 68 33 25 9 0 25 0

[startup+0.0700999 s]
/proc/loadavg: 2.15 2.08 2.02 3/195 3840
/proc/meminfo: memFree=29501284/32873844 swapFree=7628/7628
[pid=3840] ppid=3838 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/3840/stat : 3840 (java) S 3838 3840 31640 0 -1 4202496 3130 0 1 0 3 1 0 0 20 0 13 0 291554150 9446973440 3317 33554432000 1073741824 1073778376 140737079487760 140737079478896 254753669181 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3840/statm: 2306390 3317 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.10028 s]
/proc/loadavg: 2.15 2.08 2.02 3/195 3840
/proc/meminfo: memFree=29501284/32873844 swapFree=7628/7628
[pid=3840] ppid=3838 vsize=9558416 CPUtime=0.07 cores=1,3,5,7
/proc/3840/stat : 3840 (java) S 3838 3840 31640 0 -1 4202496 3438 0 1 0 6 1 0 0 20 0 18 0 291554150 9787817984 4136 33554432000 1073741824 1073778376 140737079487760 140737079478896 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3840/statm: 2389604 4136 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558416

[startup+0.300247 s]
/proc/loadavg: 2.15 2.08 2.02 3/195 3840
/proc/meminfo: memFree=29501284/32873844 swapFree=7628/7628
[pid=3840] ppid=3838 vsize=9558416 CPUtime=0.45 cores=1,3,5,7
/proc/3840/stat : 3840 (java) S 3838 3840 31640 0 -1 4202496 6457 0 1 0 43 2 0 0 20 0 18 0 291554150 9787817984 7901 33554432000 1073741824 1073778376 140737079487760 140737079478896 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3840/statm: 2389604 7901 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558416

[startup+0.700259 s]
/proc/loadavg: 2.15 2.08 2.02 3/195 3840
/proc/meminfo: memFree=29501284/32873844 swapFree=7628/7628
[pid=3840] ppid=3838 vsize=9624980 CPUtime=1.62 cores=1,3,5,7
/proc/3840/stat : 3840 (java) S 3838 3840 31640 0 -1 4202496 12979 0 1 0 159 3 0 0 20 0 19 0 291554150 9855979520 12252 33554432000 1073741824 1073778376 140737079487760 140737079478896 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3840/statm: 2406245 12252 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9624980

[startup+1.50073 s]
/proc/loadavg: 2.15 2.08 2.02 3/214 3859
/proc/meminfo: memFree=29460688/32873844 swapFree=7628/7628
[pid=3840] ppid=3838 vsize=9624980 CPUtime=2.46 cores=1,3,5,7
/proc/3840/stat : 3840 (java) S 3838 3840 31640 0 -1 4202496 13037 0 1 0 242 4 0 0 20 0 19 0 291554150 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140737079478896 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3840/statm: 2406245 16867 2259 9 0 2396937 0
[pid=3840/tid=3842] ppid=3838 vsize=9624980 CPUtime=1.45 cores=1,3,5,7
/proc/3840/task/3842/stat : 3842 (java) R 3838 3840 31640 0 -1 4202560 2524 0 1 0 144 1 0 0 20 0 19 0 291554152 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488318212880 140488190886307 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3843] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3843/stat : 3843 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488161917992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3844] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3844/stat : 3844 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488160865192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3845] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3845/stat : 3845 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488159812392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3846] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3846/stat : 3846 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488158759592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3847] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3847/stat : 3847 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488157706792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3848] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3848/stat : 3848 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488156653992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3849] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3849/stat : 3849 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488155601192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3850] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3850/stat : 3850 (java) S 3838 3840 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488154548392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3851] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3851/stat : 3851 (java) S 3838 3840 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291554155 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488142351336 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3852] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3852/stat : 3852 (java) S 3838 3840 31640 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291554155 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488141297400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3853] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3853/stat : 3853 (java) S 3838 3840 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291554155 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488140244488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3854] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3854/stat : 3854 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488139192976 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3855] ppid=3838 vsize=9624980 CPUtime=0.46 cores=1,3,5,7
/proc/3840/task/3855/stat : 3855 (java) S 3838 3840 31640 0 -1 4202560 5092 0 0 0 45 1 0 0 20 0 19 0 291554158 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488138140088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3856] ppid=3838 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/3840/task/3856/stat : 3856 (java) S 3838 3840 31640 0 -1 4202560 4221 0 0 0 49 0 0 0 20 0 19 0 291554158 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488137087288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3857] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3857/stat : 3857 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488136034680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3858] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3858/stat : 3858 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488134982088 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3859] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3859/stat : 3859 (java) S 3838 3840 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291554189 9855979520 16867 33554432000 1073741824 1073778376 140737079487760 140488133928616 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9624980

[startup+3.10061 s]
/proc/loadavg: 2.14 2.08 2.02 3/214 3859
/proc/meminfo: memFree=29423204/32873844 swapFree=7628/7628
[pid=3840] ppid=3838 vsize=9624980 CPUtime=4.19 cores=1,3,5,7
/proc/3840/stat : 3840 (java) S 3838 3840 31640 0 -1 4202496 13246 0 1 0 414 5 0 0 20 0 19 0 291554150 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140737079478896 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3840/statm: 2406245 22561 2285 9 0 2396937 0
[pid=3840/tid=3842] ppid=3838 vsize=9624980 CPUtime=3 cores=1,3,5,7
/proc/3840/task/3842/stat : 3842 (java) R 3838 3840 31640 0 -1 4202560 2531 0 1 0 299 1 0 0 20 0 19 0 291554152 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488318226720 140488190902211 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3843] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3843/stat : 3843 (java) S 3838 3840 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488161917992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3844] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3844/stat : 3844 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488160865192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3845] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3845/stat : 3845 (java) S 3838 3840 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488159812392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3846] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3846/stat : 3846 (java) S 3838 3840 31640 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488158759592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3847] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3847/stat : 3847 (java) S 3838 3840 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488157706792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3848] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3848/stat : 3848 (java) S 3838 3840 31640 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488156653992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3849] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3849/stat : 3849 (java) S 3838 3840 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488155601192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3850] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3850/stat : 3850 (java) S 3838 3840 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488154548392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3851] ppid=3838 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/3840/task/3851/stat : 3851 (java) S 3838 3840 31640 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 291554155 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488142351336 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3852] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3852/stat : 3852 (java) S 3838 3840 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291554155 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488141297400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3853] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3853/stat : 3853 (java) S 3838 3840 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291554155 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488140244488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3854] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3854/stat : 3854 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488139192976 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3855] ppid=3838 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/3840/task/3855/stat : 3855 (java) S 3838 3840 31640 0 -1 4202560 5103 0 0 0 49 2 0 0 20 0 19 0 291554158 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488138140088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3856] ppid=3838 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/3840/task/3856/stat : 3856 (java) S 3838 3840 31640 0 -1 4202560 4355 0 0 0 55 0 0 0 20 0 19 0 291554158 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488137087288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3857] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3857/stat : 3857 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488136034680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3858] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3858/stat : 3858 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488134982088 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3859] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3859/stat : 3859 (java) S 3838 3840 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291554189 9855979520 22561 33554432000 1073741824 1073778376 140737079487760 140488133928616 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9624980

[startup+6.30061 s]
/proc/loadavg: 2.14 2.08 2.02 3/214 3859
/proc/meminfo: memFree=29416688/32873844 swapFree=7628/7628
[pid=3840] ppid=3838 vsize=9624980 CPUtime=7.52 cores=1,3,5,7
/proc/3840/stat : 3840 (java) S 3838 3840 31640 0 -1 4202496 13273 0 1 0 747 5 0 0 20 0 19 0 291554150 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140737079478896 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3840/statm: 2406245 22566 2285 9 0 2396937 0
[pid=3840/tid=3842] ppid=3838 vsize=9624980 CPUtime=6.08 cores=1,3,5,7
/proc/3840/task/3842/stat : 3842 (java) R 3838 3840 31640 0 -1 4202560 2536 0 1 0 607 1 0 0 20 0 19 0 291554152 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488318218688 140488190886376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3843] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3843/stat : 3843 (java) S 3838 3840 31640 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488161917992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3844] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3844/stat : 3844 (java) S 3838 3840 31640 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488160865192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3845] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3845/stat : 3845 (java) S 3838 3840 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488159812392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3846] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3846/stat : 3846 (java) S 3838 3840 31640 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488158759592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3847] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3847/stat : 3847 (java) S 3838 3840 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488157706792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3848] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3848/stat : 3848 (java) S 3838 3840 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488156653992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3849] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3849/stat : 3849 (java) S 3838 3840 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488155601192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3850] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3850/stat : 3850 (java) S 3838 3840 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291554153 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488154548392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3851] ppid=3838 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/3840/task/3851/stat : 3851 (java) S 3838 3840 31640 0 -1 4202560 32 0 0 0 10 0 0 0 20 0 19 0 291554155 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488142351336 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3852] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3852/stat : 3852 (java) S 3838 3840 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291554155 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488141297400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3853] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3853/stat : 3853 (java) S 3838 3840 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291554155 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488140244488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3854] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3854/stat : 3854 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488139192976 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3855] ppid=3838 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/3840/task/3855/stat : 3855 (java) S 3838 3840 31640 0 -1 4202560 5113 0 0 0 55 2 0 0 20 0 19 0 291554158 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488138140088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3856] ppid=3838 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/3840/task/3856/stat : 3856 (java) S 3838 3840 31640 0 -1 4202560 4358 0 0 0 58 0 0 0 20 0 19 0 291554158 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488137087288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3857] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3857/stat : 3857 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488136034680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3858] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3858/stat : 3858 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488134982088 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3859] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3859/stat : 3859 (java) S 3838 3840 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291554189 9855979520 22566 33554432000 1073741824 1073778376 140737079487760 140488133928616 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/3840/task/3850/stat : 3850 (java) S 3838 3840 31640 0 -1 4202560 14 0 0 0 9 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488154548392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3851] ppid=3838 vsize=9624980 CPUtime=1.13 cores=1,3,5,7
/proc/3840/task/3851/stat : 3851 (java) S 3838 3840 31640 0 -1 4202560 41 0 0 0 113 0 0 0 20 0 19 0 291554155 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488142351336 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3852] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3852/stat : 3852 (java) S 3838 3840 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291554155 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488141297400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3853] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3853/stat : 3853 (java) S 3838 3840 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291554155 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488140244488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3854] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3854/stat : 3854 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488139192976 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3855] ppid=3838 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/3840/task/3855/stat : 3855 (java) S 3838 3840 31640 0 -1 4202560 5113 0 0 0 55 2 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488138140088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3856] ppid=3838 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/3840/task/3856/stat : 3856 (java) S 3838 3840 31640 0 -1 4202560 4364 0 0 0 62 0 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488137087288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3857] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3857/stat : 3857 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488136034680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3858] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3858/stat : 3858 (java) S 3838 3840 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488134982088 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3859] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3859/stat : 3859 (java) S 3838 3840 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291554189 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488133928616 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 74.36
Current children cumulated vsize (KiB) 9624980

[startup+73.5008 s]
/proc/loadavg: 2.13 2.09 2.03 3/214 3859
/proc/meminfo: memFree=29379228/32873844 swapFree=7628/7628
[pid=3840] ppid=3838 vsize=9624980 CPUtime=75.16 cores=1,3,5,7
/proc/3840/stat : 3840 (java) S 3838 3840 31640 0 -1 4202496 13460 0 1 0 7508 8 0 0 20 0 19 0 291554150 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140737079478896 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3840/statm: 2406245 25764 2286 9 0 2396937 0
[pid=3840/tid=3842] ppid=3838 vsize=9624980 CPUtime=71.84 cores=1,3,5,7
/proc/3840/task/3842/stat : 3842 (java) R 3838 3840 31640 0 -1 4202560 2576 0 1 0 7182 2 0 0 20 0 19 0 291554152 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488318226784 140488190886241 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3843] ppid=3838 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/3840/task/3843/stat : 3843 (java) S 3838 3840 31640 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488161917992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3844] ppid=3838 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3840/task/3844/stat : 3844 (java) S 3838 3840 31640 0 -1 4202560 16 0 0 0 8 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488160865192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3845] ppid=3838 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/3840/task/3845/stat : 3845 (java) S 3838 3840 31640 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488159812392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3846] ppid=3838 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3840/task/3846/stat : 3846 (java) S 3838 3840 31640 0 -1 4202560 27 0 0 0 8 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488158759592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3847] ppid=3838 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/3840/task/3847/stat : 3847 (java) S 3838 3840 31640 0 -1 4202560 45 0 0 0 7 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488157706792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3848] ppid=3838 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/3840/task/3848/stat : 3848 (java) S 3838 3840 31640 0 -1 4202560 11 0 0 0 10 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488156653992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3849] ppid=3838 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/3840/task/3849/stat : 3849 (java) S 3838 3840 31640 0 -1 4202560 29 0 0 0 7 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488155601192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3850] ppid=3838 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/3840/task/3850/stat : 3850 (java) S 3838 3840 31640 0 -1 4202560 14 0 0 0 9 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488154548392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3851] ppid=3838 vsize=9624980 CPUtime=1.13 cores=1,3,5,7
/proc/3840/task/3851/stat : 3851 (java) S 3838 3840 31640 0 -1 4202560 41 0 0 0 113 0 0 0 20 0 19 0 291554155 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488142351336 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3852] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3852/stat : 3852 (java) S 3838 3840 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291554155 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488141297400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3853] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3853/stat : 3853 (java) S 3838 3840 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291554155 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488140244488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3854] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3854/stat : 3854 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488139192976 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3855] ppid=3838 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/3840/task/3855/stat : 3855 (java) S 3838 3840 31640 0 -1 4202560 5113 0 0 0 55 2 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488138140088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3856] ppid=3838 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/3840/task/3856/stat : 3856 (java) S 3838 3840 31640 0 -1 4202560 4364 0 0 0 62 0 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488137087288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3857] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3857/stat : 3857 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488136034680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3858] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3858/stat : 3858 (java) S 3838 3840 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488134982088 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3859] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3859/stat : 3859 (java) S 3838 3840 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291554189 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488133928616 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 75.16
Current children cumulated vsize (KiB) 9624980

[startup+73.9026 s]
/proc/loadavg: 2.13 2.09 2.03 3/214 3859
/proc/meminfo: memFree=29379228/32873844 swapFree=7628/7628
[pid=3840] ppid=3838 vsize=9624980 CPUtime=75.57 cores=1,3,5,7
/proc/3840/stat : 3840 (java) S 3838 3840 31640 0 -1 4202496 13460 0 1 0 7549 8 0 0 20 0 19 0 291554150 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140737079478896 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3840/statm: 2406245 25764 2286 9 0 2396937 0
[pid=3840/tid=3842] ppid=3838 vsize=9624980 CPUtime=72.24 cores=1,3,5,7
/proc/3840/task/3842/stat : 3842 (java) S 3838 3840 31640 0 -1 4202560 2576 0 1 0 7222 2 0 0 20 0 19 0 291554152 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488318226904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3843] ppid=3838 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/3840/task/3843/stat : 3843 (java) S 3838 3840 31640 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488161917992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3844] ppid=3838 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3840/task/3844/stat : 3844 (java) R 3838 3840 31640 0 -1 4202560 16 0 0 0 8 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488160865192 254753682492 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3845] ppid=3838 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/3840/task/3845/stat : 3845 (java) S 3838 3840 31640 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488159812392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3846] ppid=3838 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3840/task/3846/stat : 3846 (java) S 3838 3840 31640 0 -1 4202560 27 0 0 0 8 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488158759592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3847] ppid=3838 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/3840/task/3847/stat : 3847 (java) S 3838 3840 31640 0 -1 4202560 45 0 0 0 7 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488157706792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3848] ppid=3838 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/3840/task/3848/stat : 3848 (java) S 3838 3840 31640 0 -1 4202560 11 0 0 0 11 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488156653992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3849] ppid=3838 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3840/task/3849/stat : 3849 (java) S 3838 3840 31640 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488155601192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3850] ppid=3838 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/3840/task/3850/stat : 3850 (java) S 3838 3840 31640 0 -1 4202560 14 0 0 0 9 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488154548392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3851] ppid=3838 vsize=9624980 CPUtime=1.13 cores=1,3,5,7
/proc/3840/task/3851/stat : 3851 (java) R 3838 3840 31640 0 -1 4202560 41 0 0 0 113 0 0 0 20 0 19 0 291554155 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488142350192 140488324754254 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3852] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3852/stat : 3852 (java) S 3838 3840 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291554155 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488141297400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3853] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3853/stat : 3853 (java) S 3838 3840 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291554155 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488140244488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3854] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3854/stat : 3854 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488139192976 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3855] ppid=3838 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/3840/task/3855/stat : 3855 (java) S 3838 3840 31640 0 -1 4202560 5113 0 0 0 55 2 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488138140088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3856] ppid=3838 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/3840/task/3856/stat : 3856 (java) S 3838 3840 31640 0 -1 4202560 4364 0 0 0 62 0 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488137087288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3857] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3857/stat : 3857 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488136034680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3858] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3858/stat : 3858 (java) S 3838 3840 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488134982088 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3859] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3859/stat : 3859 (java) S 3838 3840 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291554189 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488133928616 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 75.57
Current children cumulated vsize (KiB) 9624980

[startup+74.0008 s]
/proc/loadavg: 2.13 2.09 2.03 3/214 3859
/proc/meminfo: memFree=29379228/32873844 swapFree=7628/7628
[pid=3840] ppid=3838 vsize=9624980 CPUtime=75.67 cores=1,3,5,7
/proc/3840/stat : 3840 (java) S 3838 3840 31640 0 -1 4202496 13461 0 1 0 7559 8 0 0 20 0 19 0 291554150 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140737079478896 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/3840/statm: 2406245 25764 2286 9 0 2396937 0
[pid=3840/tid=3842] ppid=3838 vsize=9624980 CPUtime=72.3 cores=1,3,5,7
/proc/3840/task/3842/stat : 3842 (java) R 3838 3840 31640 0 -1 4202560 2577 0 1 0 7228 2 0 0 20 0 19 0 291554152 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488318226784 140488190878332 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3843] ppid=3838 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/3840/task/3843/stat : 3843 (java) S 3838 3840 31640 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488161917992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3844] ppid=3838 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3840/task/3844/stat : 3844 (java) S 3838 3840 31640 0 -1 4202560 16 0 0 0 8 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488160865192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3845] ppid=3838 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/3840/task/3845/stat : 3845 (java) S 3838 3840 31640 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488159812392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3846] ppid=3838 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3840/task/3846/stat : 3846 (java) S 3838 3840 31640 0 -1 4202560 27 0 0 0 8 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488158759592 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3847] ppid=3838 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/3840/task/3847/stat : 3847 (java) S 3838 3840 31640 0 -1 4202560 45 0 0 0 7 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488157706792 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3848] ppid=3838 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/3840/task/3848/stat : 3848 (java) S 3838 3840 31640 0 -1 4202560 11 0 0 0 11 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488156653992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3849] ppid=3838 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/3840/task/3849/stat : 3849 (java) S 3838 3840 31640 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488155601192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3850] ppid=3838 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/3840/task/3850/stat : 3850 (java) S 3838 3840 31640 0 -1 4202560 14 0 0 0 9 0 0 0 20 0 19 0 291554153 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488154548392 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3851] ppid=3838 vsize=9624980 CPUtime=1.17 cores=1,3,5,7
/proc/3840/task/3851/stat : 3851 (java) S 3838 3840 31640 0 -1 4202560 41 0 0 0 117 0 0 0 20 0 19 0 291554155 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488142351336 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3852] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3852/stat : 3852 (java) S 3838 3840 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291554155 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488141297400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3853] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3853/stat : 3853 (java) S 3838 3840 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291554155 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488140244488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3854] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3854/stat : 3854 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488139192976 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3840/tid=3855] ppid=3838 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/3840/task/3855/stat : 3855 (java) S 3838 3840 31640 0 -1 4202560 5113 0 0 0 55 2 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488138140088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3840/tid=3856] ppid=3838 vsize=9624980 CPUtime=0.62 cores=1,3,5,7
/proc/3840/task/3856/stat : 3856 (java) S 3838 3840 31640 0 -1 4202560 4364 0 0 0 62 0 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488137087288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3857] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3857/stat : 3857 (java) S 3838 3840 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488136034680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3840/tid=3858] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3858/stat : 3858 (java) S 3838 3840 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291554158 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488134982088 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3840/tid=3859] ppid=3838 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3840/task/3859/stat : 3859 (java) S 3838 3840 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291554189 9855979520 25764 33554432000 1073741824 1073778376 140737079487760 140488133928616 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 75.67
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3840 and gives
#  childrusage.ru_utime.tv_sec=75
#  childrusage.ru_utime.tv_usec=489523
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=174973
# CPU time returned by wait4() is 75.6645
# while last known CPU time is 75.67
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 74.0815
CPU time (s): 75.67
CPU user time (s): 75.59
CPU system time (s): 0.08
CPU usage (%): 102.144
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.4895
system time used= 0.174973
maximum resident set size= 103112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13479
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3164
involuntary context switches= 3895

runsolver used 0.171973 second user time and 0.350946 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-29 03:18:18
IDJOB=3718401
IDBENCH=79265
IDSOLVER=2301
FILE ID=node145/3718401-1338254298
RUNJOBID= node145-1338246945-1113
PBS_JOBID= 14624633
Free space on /tmp= 71536 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900552288--soft-0-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718401-1338254298/watcher-3718401-1338254298 -o /tmp/evaluation-result-3718401-1338254298/solver-3718401-1338254298 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718401-1338254298.wbo

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

MD5SUM BENCH= ca8c0bf53108e4446976d449224bf298
RANDOM SEED=2076988859

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29502192 kB
Buffers:          393720 kB
Cached:          1901644 kB
SwapCached:            0 kB
Active:          1000960 kB
Inactive:        1521904 kB
Active(anon):     218340 kB
Inactive(anon):    10912 kB
Active(file):     782620 kB
Inactive(file):  1510992 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               656 kB
Writeback:             0 kB
AnonPages:        262688 kB
Mapped:            22368 kB
Shmem:               200 kB
Slab:             708472 kB
SReclaimable:     149968 kB
SUnreclaim:       558504 kB
KernelStack:        1768 kB
PageTables:         4292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     698776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71536 MiB
End job on node145 at 2012-05-29 03:19:32