Trace number 4110384

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 2.3.6 Resolution PB16OPTIMUM 85.81 84.5164

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900561288--soft-0-100-0.wbo
MD5SUM6ba4b4283c00d7202a0c09683aff0663
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 benchmark85.81
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 625
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
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.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4110384-1466343892.wbo
0.10/0.12	c reading problem ... 
0.46/0.33	c ... done. Wall clock time 0.215s.
0.46/0.33	c declared #vars     231
0.46/0.33	c internal #vars     2938
0.46/0.33	c #constraints  2707
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.46/0.33	c 2707 constraints processed.
0.46/0.33	c objective function length is 2707 literals
0.74/0.48	c SATISFIABLE
0.74/0.48	c OPTIMIZING...
0.74/0.48	c Got one! Elapsed wall clock time (in seconds):0.366
0.74/0.48	o 217
1.04/0.59	c Got one! Elapsed wall clock time (in seconds):0.468
1.04/0.59	o 216
1.31/0.61	c Got one! Elapsed wall clock time (in seconds):0.491
1.31/0.61	o 203
1.31/0.64	c Got one! Elapsed wall clock time (in seconds):0.523
1.31/0.64	o 197
1.31/0.66	c Got one! Elapsed wall clock time (in seconds):0.54
1.31/0.66	o 194
1.61/0.70	c Got one! Elapsed wall clock time (in seconds):0.581
1.61/0.70	o 192
1.61/0.74	c Got one! Elapsed wall clock time (in seconds):0.62
1.61/0.74	o 185
1.61/0.75	c Got one! Elapsed wall clock time (in seconds):0.628
1.61/0.75	o 151
2.01/1.10	c Got one! Elapsed wall clock time (in seconds):0.985
2.01/1.10	o 149
2.12/1.16	c Got one! Elapsed wall clock time (in seconds):1.04
2.12/1.16	o 134
2.12/1.18	c Got one! Elapsed wall clock time (in seconds):1.062
2.12/1.18	o 84
2.23/1.25	c Got one! Elapsed wall clock time (in seconds):1.134
2.23/1.25	o 78
2.23/1.26	c Got one! Elapsed wall clock time (in seconds):1.142
2.23/1.26	o 76
2.23/1.27	c Got one! Elapsed wall clock time (in seconds):1.148
2.23/1.27	o 73
2.23/1.28	c Got one! Elapsed wall clock time (in seconds):1.162
2.23/1.28	o 68
2.23/1.29	c Got one! Elapsed wall clock time (in seconds):1.174
2.23/1.29	o 66
2.34/1.30	c Got one! Elapsed wall clock time (in seconds):1.186
2.34/1.30	o 42
2.34/1.34	c Got one! Elapsed wall clock time (in seconds):1.218
2.34/1.34	o 40
2.34/1.37	c Got one! Elapsed wall clock time (in seconds):1.256
2.34/1.37	o 37
2.44/1.40	c Got one! Elapsed wall clock time (in seconds):1.287
2.44/1.40	o 36
2.44/1.45	c Got one! Elapsed wall clock time (in seconds):1.337
2.44/1.45	o 33
2.87/1.81	c Got one! Elapsed wall clock time (in seconds):1.693
2.87/1.81	o 31
3.08/2.02	c Got one! Elapsed wall clock time (in seconds):1.905
3.08/2.02	o 30
3.08/2.04	c Got one! Elapsed wall clock time (in seconds):1.924
3.08/2.04	o 29
3.08/2.09	c Got one! Elapsed wall clock time (in seconds):1.97
3.08/2.09	o 28
3.18/2.17	c Got one! Elapsed wall clock time (in seconds):2.052
3.18/2.17	o 27
3.30/2.24	c Got one! Elapsed wall clock time (in seconds):2.121
3.30/2.24	o 25
3.30/2.28	c Got one! Elapsed wall clock time (in seconds):2.165
3.30/2.28	o 24
3.40/2.34	c Got one! Elapsed wall clock time (in seconds):2.226
3.40/2.34	o 18
3.49/2.48	c cleaning 6740 clauses out of 13488 with flag 5917/13488
3.64/2.59	c Got one! Elapsed wall clock time (in seconds):2.47
3.64/2.59	o 17
3.84/2.77	c Got one! Elapsed wall clock time (in seconds):2.652
3.84/2.77	o 16
3.95/2.81	c Got one! Elapsed wall clock time (in seconds):2.691
3.95/2.81	o 15
3.95/2.83	c Got one! Elapsed wall clock time (in seconds):2.716
3.95/2.83	o 14
4.15/3.04	c cleaning 6269 clauses out of 12553 with flag 12738/19293
4.46/3.39	c Got one! Elapsed wall clock time (in seconds):3.276
4.46/3.39	o 11
4.56/3.46	c Got one! Elapsed wall clock time (in seconds):3.344
4.56/3.46	o 10
4.76/3.63	c cleaning 6472 clauses out of 12952 with flag 14081/25961
5.17/4.07	c cleaning 6237 clauses out of 12479 with flag 60169/31960
5.27/4.17	c Got one! Elapsed wall clock time (in seconds):4.052
5.27/4.17	o 8
5.58/4.44	c cleaning 5846 clauses out of 11711 with flag 28618/37429
5.58/4.44	c Got one! Elapsed wall clock time (in seconds):4.325
5.58/4.44	o 5
5.87/4.73	c cleaning 5439 clauses out of 10903 with flag 35625/42467
6.28/5.11	c cleaning 5724 clauses out of 11463 with flag 82208/48466
6.38/5.22	c Got one! Elapsed wall clock time (in seconds):5.1
6.38/5.22	o 4
6.58/5.42	c Got one! Elapsed wall clock time (in seconds):5.299
6.58/5.42	o 3
6.58/5.50	c cleaning 5942 clauses out of 11903 with flag 9253/54630
7.08/5.99	c cleaning 5978 clauses out of 11960 with flag 73983/60629
7.68/6.52	c cleaning 6492 clauses out of 12983 with flag 135788/67630
8.28/7.14	c cleaning 7235 clauses out of 14490 with flag 208359/75629
9.08/7.91	c cleaning 8118 clauses out of 16255 with flag 298942/84629
9.99/8.86	c cleaning 9066 clauses out of 18138 with flag 403043/94630
11.19/10.01	c Got one! Elapsed wall clock time (in seconds):9.889
11.19/10.01	o 2
11.58/10.47	c cleaning 12477 clauses out of 24972 with flag 43206/110531
12.08/10.90	c cleaning 9237 clauses out of 18495 with flag 94946/116531
12.29/11.11	c Got one! Elapsed wall clock time (in seconds):10.989
12.29/11.11	o 1
12.39/11.25	c cleaning 7268 clauses out of 14557 with flag 16191/121830
12.89/11.74	c cleaning 6633 clauses out of 13288 with flag 71323/127829
13.39/12.24	c cleaning 6820 clauses out of 13655 with flag 127095/134829
14.09/12.97	c cleaning 7411 clauses out of 14836 with flag 205778/142830
14.99/13.82	c cleaning 8210 clauses out of 16424 with flag 296892/151829
15.79/14.67	c cleaning 9105 clauses out of 18215 with flag 387473/161830
16.79/15.66	c cleaning 10054 clauses out of 20110 with flag 484410/172830
18.09/16.90	c cleaning 11023 clauses out of 22057 with flag 594573/184831
19.60/18.42	c cleaning 12014 clauses out of 24032 with flag 720777/197829
21.20/20.02	c cleaning 13000 clauses out of 26017 with flag 846554/211829
23.00/21.81	c cleaning 14005 clauses out of 28023 with flag 973079/226835
24.92/23.70	c cleaning 14998 clauses out of 30013 with flag 1098019/242830
27.01/25.85	c cleaning 15997 clauses out of 32014 with flag 1225375/259829
29.52/28.37	c cleaning 17001 clauses out of 34018 with flag 1373436/277830
32.22/31.03	c cleaning 18000 clauses out of 36018 with flag 1512628/296831
35.26/34.03	c cleaning 19007 clauses out of 38018 with flag 1659563/316831
38.07/36.89	c cleaning 20004 clauses out of 40011 with flag 1807323/337831
41.58/40.31	c cleaning 20997 clauses out of 42006 with flag 1963549/359830
45.18/43.93	c cleaning 21993 clauses out of 44008 with flag 2127162/382829
48.68/47.48	c cleaning 23006 clauses out of 46016 with flag 2280349/406830
52.78/51.55	c cleaning 23994 clauses out of 48009 with flag 2452809/431829
57.08/55.88	c cleaning 25007 clauses out of 50015 with flag 2624083/457830
61.88/60.68	c cleaning 26002 clauses out of 52007 with flag 2807256/484829
66.98/65.74	c cleaning 26997 clauses out of 54006 with flag 3001457/512830
72.38/71.19	c cleaning 27994 clauses out of 56010 with flag 3202770/541831
77.21/75.95	c cleaning 29004 clauses out of 58017 with flag 3390323/571836
81.72/80.42	c cleaning 30000 clauses out of 60001 with flag 3550857/602829
85.81/84.51	c starts		: 974
85.81/84.51	c conflicts		: 624448
85.81/84.51	c decisions		: 912788
85.81/84.51	c propagations		: 30172961
85.81/84.51	c inspects		: 1453381464
85.81/84.51	c shortcuts		: 0
85.81/84.51	c learnt literals	: 24
85.81/84.51	c learnt binary clauses	: 51
85.81/84.51	c learnt ternary clauses	: 497
85.81/84.51	c learnt constraints	: 624423
85.81/84.51	c ignored constraints	: 0
85.81/84.51	c root simplifications	: 0
85.81/84.51	c removed literals (reason simplification)	: 0
85.81/84.51	c reason swapping (by a shorter reason)	: 0
85.81/84.51	c Calls to reduceDB	: 42
85.81/84.51	c Number of update (reduction) of LBD	: 202371
85.81/84.51	c Imported unit clauses	: 0
85.81/84.51	c number of reductions to clauses (during analyze)	: 0
85.81/84.51	c number of learned constraints concerned by reduction	: 0
85.81/84.51	c number of learning phase by resolution	: 0
85.81/84.51	c number of learning phase by cutting planes	: 0
85.81/84.51	c speed (assignments/second)	: 358527.5434302146
85.81/84.51	c non guided choices	5174
85.81/84.51	c learnt constraints type 
85.81/84.51	s OPTIMUM FOUND
85.81/84.51	c Found 41 solution(s)
85.81/84.51	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 
85.81/84.51	c objective function=1
85.81/84.51	c Total wall clock time (in seconds): 84.392

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4110384-1466343892/watcher-4110384-1466343892 -o /tmp/evaluation-result-4110384-1466343892/solver-4110384-1466343892 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5530 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110384-1466343892.wbo 

pid=8482
running on 4 cores: 0,2,4,6

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.24 2.21 1.94 3/194 8485
/proc/meminfo: memFree=31187452/32872528 swapFree=338416/354768
[pid=8485] ppid=8482 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 5514 0 -1 4202496 1347 0 0 0 0 0 0 0 20 0 2 0 36435942 98570240 970 33554432000 1073741824 1073778376 140733451297824 140733451288960 242170757181 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8485/statm: 24065 970 738 9 0 16771 0
[pid=8485/tid=8486] ppid=8482 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8486/stat : 8486 (java) R 8482 8485 5514 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 36435942 98570240 977 33554432000 1073741824 1073778376 140733451297824 140634873347624 242167399808 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100118 s]
/proc/loadavg: 2.24 2.21 1.94 3/194 8485
/proc/meminfo: memFree=31187452/32872528 swapFree=338416/354768
[pid=8485] ppid=8482 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 5514 0 -1 4202496 4456 0 1 0 9 1 0 0 20 0 18 0 36435942 9787879424 5570 33554432000 1073741824 1073778376 140733451297824 140733451288960 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8485/statm: 2389619 5570 2125 9 0 2380296 0
[pid=8485/tid=8486] ppid=8482 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8485/task/8486/stat : 8486 (java) R 8482 8485 5514 0 -1 4202560 2425 0 1 0 7 0 0 0 20 0 18 0 36435942 9787879424 5570 33554432000 1073741824 1073778376 140733451297824 140634873351072 140634813105701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200314 s]
/proc/loadavg: 2.24 2.21 1.94 3/194 8485
/proc/meminfo: memFree=31187452/32872528 swapFree=338416/354768
[pid=8485] ppid=8482 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 5514 0 -1 4202496 4787 0 1 0 23 1 0 0 20 0 18 0 36435942 9787879424 6357 33554432000 1073741824 1073778376 140733451297824 140733451288960 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8485/statm: 2389619 6357 2197 9 0 2380296 0
[pid=8485/tid=8486] ppid=8482 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/8485/task/8486/stat : 8486 (java) R 8482 8485 5514 0 -1 4202560 2442 0 1 0 17 0 0 0 20 0 18 0 36435942 9787879424 6357 33554432000 1073741824 1073778376 140733451297824 140634873336432 140634813166368 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300318 s]
/proc/loadavg: 2.24 2.21 1.94 3/194 8485
/proc/meminfo: memFree=31187452/32872528 swapFree=338416/354768
[pid=8485] ppid=8482 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 5514 0 -1 4202496 6119 0 1 0 45 1 0 0 20 0 18 0 36435942 9787879424 8250 33554432000 1073741824 1073778376 140733451297824 140733451288960 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8485/statm: 2389619 8250 2234 9 0 2380296 0
[pid=8485/tid=8486] ppid=8482 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/8485/task/8486/stat : 8486 (java) R 8482 8485 5514 0 -1 4202560 2444 0 1 0 27 0 0 0 20 0 18 0 36435942 9787879424 8250 33554432000 1073741824 1073778376 140733451297824 140634873351752 140634813133892 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700288 s]
/proc/loadavg: 2.24 2.21 1.94 3/194 8485
/proc/meminfo: memFree=31187452/32872528 swapFree=338416/354768
[pid=8485] ppid=8482 vsize=9625040 CPUtime=1.61 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 5514 0 -1 4202496 12342 0 1 0 158 3 0 0 20 0 19 0 36435942 9856040960 12394 33554432000 1073741824 1073778376 140733451297824 140733451288960 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8485/statm: 2406260 12394 2268 9 0 2396937 0
[pid=8485/tid=8486] ppid=8482 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/8485/task/8486/stat : 8486 (java) R 8482 8485 5514 0 -1 4202560 2461 0 1 0 66 1 0 0 20 0 19 0 36435942 9856040960 12394 33554432000 1073741824 1073778376 140733451297824 140634873344304 140634813655880 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.24 2.21 1.94 3/213 8504
/proc/meminfo: memFree=31137772/32872528 swapFree=338416/354768
[pid=8485] ppid=8482 vsize=9625040 CPUtime=2.57 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 5514 0 -1 4202496 12506 0 1 0 254 3 0 0 20 0 19 0 36435942 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140733451288960 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8485/statm: 2406260 16518 2272 9 0 2396937 0
[pid=8485/tid=8486] ppid=8482 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/8485/task/8486/stat : 8486 (java) R 8482 8485 5514 0 -1 4202560 2470 0 1 0 146 2 0 0 20 0 19 0 36435942 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634873344304 140634813711633 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8485/tid=8488] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8488/stat : 8488 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634717108648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8489] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8489/stat : 8489 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634716056104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8490] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8490/stat : 8490 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634715003048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8485/tid=8491] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8491/stat : 8491 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634713950504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8485/tid=8492] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8492/stat : 8492 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634712898472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8493] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8493/stat : 8493 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634711845928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8485/tid=8494] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8494/stat : 8494 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634710792872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8495] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8495/stat : 8495 (java) S 8482 8485 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634709740328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8496] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8496/stat : 8496 (java) S 8482 8485 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36435944 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634697541992 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8497] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8497/stat : 8497 (java) S 8482 8485 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36435945 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634696488312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8498] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8498/stat : 8498 (java) S 8482 8485 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36435945 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634695435144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8499] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8499/stat : 8499 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634694383888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8500] ppid=8482 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/8485/task/8500/stat : 8500 (java) S 8482 8485 5514 0 -1 4202560 5253 0 0 0 54 1 0 0 20 0 19 0 36435947 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634693331768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8501] ppid=8482 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/8485/task/8501/stat : 8501 (java) S 8482 8485 5514 0 -1 4202560 3510 0 0 0 51 0 0 0 20 0 19 0 36435947 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634692279224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8502] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8502/stat : 8502 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634691226360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8503] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8503/stat : 8503 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634690174024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8504] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8504/stat : 8504 (java) S 8482 8485 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36435977 9856040960 16518 33554432000 1073741824 1073778376 140733451297824 140634689119272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.24 2.21 1.94 3/213 8504
/proc/meminfo: memFree=31112468/32872528 swapFree=338416/354768
[pid=8485] ppid=8482 vsize=9625040 CPUtime=4.25 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 5514 0 -1 4202496 12536 0 1 0 421 4 0 0 20 0 19 0 36435942 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140733451288960 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8485/statm: 2406260 20632 2276 9 0 2396937 0
[pid=8485/tid=8486] ppid=8482 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/8485/task/8486/stat : 8486 (java) R 8482 8485 5514 0 -1 4202560 2480 0 1 0 306 2 0 0 20 0 19 0 36435942 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634873350760 140634813711494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8485/tid=8488] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8488/stat : 8488 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634717108648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8489] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8489/stat : 8489 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634716056104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8490] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8490/stat : 8490 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634715003048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8485/tid=8491] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8491/stat : 8491 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634713950504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8485/tid=8492] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8492/stat : 8492 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634712898472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8493] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8493/stat : 8493 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634711845928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8485/tid=8494] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8494/stat : 8494 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634710792872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8495] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8495/stat : 8495 (java) S 8482 8485 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634709740328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8496] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8496/stat : 8496 (java) S 8482 8485 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36435944 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634697541992 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8497] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8497/stat : 8497 (java) S 8482 8485 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36435945 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634696488312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8498] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8498/stat : 8498 (java) S 8482 8485 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36435945 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634695435144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8499] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8499/stat : 8499 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634694383888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8500] ppid=8482 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/8485/task/8500/stat : 8500 (java) S 8482 8485 5514 0 -1 4202560 5263 0 0 0 59 2 0 0 20 0 19 0 36435947 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634693331768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8501] ppid=8482 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/8485/task/8501/stat : 8501 (java) S 8482 8485 5514 0 -1 4202560 3520 0 0 0 54 0 0 0 20 0 19 0 36435947 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634692279224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8502] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8502/stat : 8502 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634691226360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8503] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8503/stat : 8503 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634690174024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8504] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8504/stat : 8504 (java) S 8482 8485 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36435977 9856040960 20632 33554432000 1073741824 1073778376 140733451297824 140634689119272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.22 2.21 1.94 4/213 8504
/proc/meminfo: memFree=31071968/32872528 swapFree=338416/354768
[pid=8485] ppid=8482 vsize=9625040 CPUtime=7.48 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 5514 0 -1 4202496 12550 0 1 0 744 4 0 0 20 0 19 0 36435942 9856040960 23975 33554432000 1073741824 1073778376 140733451297824 140733451288960 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8485/statm: 2406260 23975 2277 9 0 2396937 0
[pid=8485/tid=8486] ppid=8482 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/8485/task/8486/stat : 8486 (java) R 8482 8485 5514 0 -1 4202560 2490 0 1 0 625 3 0 0 20 0 19 0 36435942 9856040960 23975 33554432000 1073741824 1073778376 140733451297824 140634873352848 140634813596438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8485/tid=8488] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8488/stat : 8488 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 23975 33554432000 1073741824 1073778376 140733451297824 140634717108648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8489] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8489/stat : 8489 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 23975 33554432000 1073741824 1073778376 140733451297824 140634716056104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8490] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8490/stat : 8490 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 23975 33554432000 1073741824 1073778376 140733451297824 140634715003048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8485/tid=8491] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8491/stat : 8491 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 23975 33554432000 1073741824 1073778376 140733451297824 140634713950504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8485/tid=8492] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8492/stat : 8492 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 23975 33554432000 1073741824 1073778376 140733451297824 140634712898472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8493] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8493/stat : 8493 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 23975 33554432000 1073741824 1073778376 140733451297824 140634711845928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8485/tid=8494] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8494/stat : 8494 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 23975 33554432000 1073741824 1073778376 140733451297824 140634710792872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8495] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8495/stat : 8495 (java) S 8482 8485 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 23975 33554432000 1073741824 1073778376 140733451297824 140634709740328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8496] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8496/stat : 8496 (java) S 8482 8485 5514 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36435944 9856040960 23975 33554432000 1073741824 1073778376 140733451297824 140634697541992 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8497] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8497/stat : 8497 (java) S 8482 8485 5514 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36435945 9856040960 23975 33554432000 1073741824 1073778376 140733451297824 140634696488312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8498] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8498/stat : 8498 (java) S 8482 8485 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36435945 9856040960 23975 33554432000 1073741824 1073778376 140733451297824 140634695435144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8499] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8499/stat : 8499 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 23975 33554432000 1073741824 1073778376 140733451297824 140634694383888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8500] ppid=8482 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/8485/task/8500/stat : 8500 (java) S 8482 8485 5514 0 -1 4202560 5263 0 0 0 59 2 0 0 20 0 19 0 36435947 9856040960 23975 33554432000 1073741824 1073778376 140733451297824 140634693331768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8501] ppid=8482 vsize=9625040 CPUtime=0.56 cores=0,2,4,6

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

[pid=8485/tid=8497] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8497/stat : 8497 (java) S 8482 8485 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36435945 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634696488312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8498] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8498/stat : 8498 (java) S 8482 8485 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36435945 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634695435144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8499] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8499/stat : 8499 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634694383888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8500] ppid=8482 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8485/task/8500/stat : 8500 (java) S 8482 8485 5514 0 -1 4202560 5265 0 0 0 60 2 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634693331768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8501] ppid=8482 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8485/task/8501/stat : 8501 (java) S 8482 8485 5514 0 -1 4202560 3526 0 0 0 60 0 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634692279224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8502] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8502/stat : 8502 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634691226360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8503] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8503/stat : 8503 (java) S 8482 8485 5514 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634690174024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8504] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8504/stat : 8504 (java) S 8482 8485 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36435977 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634689119272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 84.51
Current children cumulated vsize (KiB) 9625040

[startup+84.0008 s]
/proc/loadavg: 2.09 2.17 1.95 4/213 8571
/proc/meminfo: memFree=30984620/32872528 swapFree=338416/354768
[pid=8485] ppid=8482 vsize=9625040 CPUtime=85.31 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 5514 0 -1 4202496 12631 0 1 0 8523 8 0 0 20 0 19 0 36435942 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140733451288960 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8485/statm: 2406260 41917 2291 9 0 2396937 0
[pid=8485/tid=8486] ppid=8482 vsize=9625040 CPUtime=83.96 cores=0,2,4,6
/proc/8485/task/8486/stat : 8486 (java) R 8482 8485 5514 0 -1 4202560 2529 0 1 0 8392 4 0 0 20 0 19 0 36435942 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634873352688 140634813635020 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8485/tid=8488] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8488/stat : 8488 (java) S 8482 8485 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634717108648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8489] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8489/stat : 8489 (java) S 8482 8485 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634716056104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8490] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8490/stat : 8490 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634715003048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8485/tid=8491] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8491/stat : 8491 (java) S 8482 8485 5514 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634713950504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8492] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8492/stat : 8492 (java) S 8482 8485 5514 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634712898472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8493] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8493/stat : 8493 (java) S 8482 8485 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634711845928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8485/tid=8494] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8494/stat : 8494 (java) S 8482 8485 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634710792872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8485/tid=8495] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8495/stat : 8495 (java) S 8482 8485 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634709740328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8496] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8496/stat : 8496 (java) S 8482 8485 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36435944 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634697541992 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8497] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8497/stat : 8497 (java) S 8482 8485 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36435945 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634696488312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8498] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8498/stat : 8498 (java) S 8482 8485 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36435945 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634695435144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8499] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8499/stat : 8499 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634694383888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8500] ppid=8482 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8485/task/8500/stat : 8500 (java) S 8482 8485 5514 0 -1 4202560 5265 0 0 0 60 2 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634693331768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8501] ppid=8482 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8485/task/8501/stat : 8501 (java) S 8482 8485 5514 0 -1 4202560 3526 0 0 0 60 0 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634692279224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8502] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8502/stat : 8502 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634691226360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8503] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8503/stat : 8503 (java) S 8482 8485 5514 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634690174024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8504] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8504/stat : 8504 (java) S 8482 8485 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36435977 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634689119272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 85.31
Current children cumulated vsize (KiB) 9625040

[startup+84.4008 s]
/proc/loadavg: 2.09 2.17 1.95 4/213 8571
/proc/meminfo: memFree=30984620/32872528 swapFree=338416/354768
[pid=8485] ppid=8482 vsize=9625040 CPUtime=85.71 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 5514 0 -1 4202496 12631 0 1 0 8563 8 0 0 20 0 19 0 36435942 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140733451288960 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8485/statm: 2406260 41917 2291 9 0 2396937 0
[pid=8485/tid=8486] ppid=8482 vsize=9625040 CPUtime=84.36 cores=0,2,4,6
/proc/8485/task/8486/stat : 8486 (java) R 8482 8485 5514 0 -1 4202560 2529 0 1 0 8432 4 0 0 20 0 19 0 36435942 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634873352688 140634813610023 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8485/tid=8488] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8488/stat : 8488 (java) S 8482 8485 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634717108648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8489] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8489/stat : 8489 (java) S 8482 8485 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634716056104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8490] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8490/stat : 8490 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634715003048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8485/tid=8491] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8491/stat : 8491 (java) S 8482 8485 5514 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634713950504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8492] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8492/stat : 8492 (java) S 8482 8485 5514 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634712898472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8493] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8493/stat : 8493 (java) S 8482 8485 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634711845928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8485/tid=8494] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8494/stat : 8494 (java) S 8482 8485 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634710792872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8485/tid=8495] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8495/stat : 8495 (java) S 8482 8485 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634709740328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8496] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8496/stat : 8496 (java) S 8482 8485 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36435944 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634697541992 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8497] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8497/stat : 8497 (java) S 8482 8485 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36435945 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634696488312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8498] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8498/stat : 8498 (java) S 8482 8485 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36435945 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634695435144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8499] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8499/stat : 8499 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634694383888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8500] ppid=8482 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8485/task/8500/stat : 8500 (java) S 8482 8485 5514 0 -1 4202560 5265 0 0 0 60 2 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634693331768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8501] ppid=8482 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8485/task/8501/stat : 8501 (java) S 8482 8485 5514 0 -1 4202560 3526 0 0 0 60 0 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634692279224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8502] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8502/stat : 8502 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634691226360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8503] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8503/stat : 8503 (java) S 8482 8485 5514 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634690174024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8504] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8504/stat : 8504 (java) S 8482 8485 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36435977 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634689119272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 85.71
Current children cumulated vsize (KiB) 9625040

[startup+84.5008 s]
/proc/loadavg: 2.09 2.17 1.95 4/213 8571
/proc/meminfo: memFree=30984620/32872528 swapFree=338416/354768
[pid=8485] ppid=8482 vsize=9625040 CPUtime=85.81 cores=0,2,4,6
/proc/8485/stat : 8485 (java) S 8482 8485 5514 0 -1 4202496 12631 0 1 0 8573 8 0 0 20 0 19 0 36435942 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140733451288960 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8485/statm: 2406260 41917 2291 9 0 2396937 0
[pid=8485/tid=8486] ppid=8482 vsize=9625040 CPUtime=84.46 cores=0,2,4,6
/proc/8485/task/8486/stat : 8486 (java) R 8482 8485 5514 0 -1 4202560 2529 0 1 0 8442 4 0 0 20 0 19 0 36435942 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634873351736 140634814016375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8485/tid=8488] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8488/stat : 8488 (java) S 8482 8485 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634717108648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8489] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8489/stat : 8489 (java) S 8482 8485 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634716056104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8490] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8490/stat : 8490 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634715003048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8485/tid=8491] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8491/stat : 8491 (java) S 8482 8485 5514 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634713950504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8492] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8492/stat : 8492 (java) S 8482 8485 5514 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634712898472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8493] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8493/stat : 8493 (java) S 8482 8485 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634711845928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8485/tid=8494] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8494/stat : 8494 (java) S 8482 8485 5514 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634710792872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8485/tid=8495] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8495/stat : 8495 (java) S 8482 8485 5514 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36435943 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634709740328 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8496] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8496/stat : 8496 (java) S 8482 8485 5514 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36435944 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634697541992 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8497] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8497/stat : 8497 (java) S 8482 8485 5514 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36435945 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634696488312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8498] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8498/stat : 8498 (java) S 8482 8485 5514 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36435945 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634695435144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8499] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8499/stat : 8499 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634694383888 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8500] ppid=8482 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/8485/task/8500/stat : 8500 (java) S 8482 8485 5514 0 -1 4202560 5265 0 0 0 60 2 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634693331768 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8501] ppid=8482 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8485/task/8501/stat : 8501 (java) S 8482 8485 5514 0 -1 4202560 3526 0 0 0 60 0 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634692279224 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8502] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8502/stat : 8502 (java) S 8482 8485 5514 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634691226360 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8485/tid=8503] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8503/stat : 8503 (java) S 8482 8485 5514 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36435947 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634690174024 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8485/tid=8504] ppid=8482 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8485/task/8504/stat : 8504 (java) S 8482 8485 5514 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36435977 9856040960 41917 33554432000 1073741824 1073778376 140733451297824 140634689119272 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 85.81
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8485 and gives
#  childrusage.ru_utime.tv_sec=85
#  childrusage.ru_utime.tv_usec=668976
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=110983
# CPU time returned by wait4() is 85.78
# while last known CPU time is 85.81
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 84.5164
CPU time (s): 85.81
CPU user time (s): 85.73
CPU system time (s): 0.08
CPU usage (%): 101.531
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.669
system time used= 0.110983
maximum resident set size= 167724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12652
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= 2099
involuntary context switches= 519

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.58691 second user time and 0.737887 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-19 15:44:52
IDJOB=4110384
IDBENCH=79287
IDSOLVER=2551
FILE ID=node126/4110384-1466343892
RUNJOBID= node126-1466341816-5530
PBS_JOBID= 19922027
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900561288--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110384-1466343892/watcher-4110384-1466343892 -o /tmp/evaluation-result-4110384-1466343892/solver-4110384-1466343892 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466341816-5530 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110384-1466343892.wbo

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

MD5SUM BENCH= 6ba4b4283c00d7202a0c09683aff0663
RANDOM SEED=679674550

node126.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		: 2666.121
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	: 5332.24
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		: 2666.121
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	: 5332.55
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		: 2666.121
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	: 5332.55
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		: 2666.121
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	: 5332.55
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		: 2666.121
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	: 5332.55
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		: 2666.121
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	: 5332.55
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		: 2666.121
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	: 5332.55
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		: 2666.121
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31187988 kB
Buffers:          174920 kB
Cached:           278312 kB
SwapCached:         1796 kB
Active:           220440 kB
Inactive:         346524 kB
Active(anon):     113784 kB
Inactive(anon):     1916 kB
Active(file):     106656 kB
Inactive(file):   344608 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100300 kB
Dirty:              1652 kB
Writeback:             0 kB
AnonPages:        591776 kB
Mapped:            17100 kB
Shmem:                 0 kB
Slab:             609660 kB
SReclaimable:      53212 kB
SUnreclaim:       556448 kB
KernelStack:        1760 kB
PageTables:         5504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1042696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node126 at 2016-06-19 15:46:17