Trace number 4109880

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 43.51 42.3596

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900550006--soft-33-100-0.wbo
MD5SUM12371feb76f2c231a6dc5b657286b6d5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark54.2178
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 constraints1785
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 88246
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 88245
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 665
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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109880-1466343763.wbo
0.09/0.12	c reading problem ... 
0.44/0.33	c ... done. Wall clock time 0.208s.
0.44/0.33	c declared #vars     231
0.44/0.33	c internal #vars     2016
0.44/0.33	c #constraints  2707
0.44/0.33	c constraints type 
0.44/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2589
0.44/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.44/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 95
0.44/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.44/0.33	c 2707 constraints processed.
0.44/0.33	c objective function length is 1785 literals
0.98/0.51	c SATISFIABLE
0.98/0.51	c OPTIMIZING...
0.98/0.51	c Got one! Elapsed wall clock time (in seconds):0.396
0.98/0.51	o 447
0.98/0.54	c Got one! Elapsed wall clock time (in seconds):0.425
0.98/0.54	o 371
0.98/0.56	c Got one! Elapsed wall clock time (in seconds):0.442
0.98/0.56	o 332
0.98/0.58	c Got one! Elapsed wall clock time (in seconds):0.459
0.98/0.58	o 301
0.98/0.60	c Got one! Elapsed wall clock time (in seconds):0.477
0.98/0.60	o 281
1.25/0.62	c Got one! Elapsed wall clock time (in seconds):0.504
1.25/0.62	o 273
1.25/0.64	c Got one! Elapsed wall clock time (in seconds):0.517
1.25/0.64	o 238
1.25/0.65	c Got one! Elapsed wall clock time (in seconds):0.535
1.25/0.65	o 231
1.25/0.68	c Got one! Elapsed wall clock time (in seconds):0.562
1.25/0.68	o 222
1.25/0.69	c Got one! Elapsed wall clock time (in seconds):0.569
1.25/0.69	o 190
1.55/0.70	c Got one! Elapsed wall clock time (in seconds):0.585
1.55/0.70	o 187
1.55/0.72	c Got one! Elapsed wall clock time (in seconds):0.599
1.55/0.72	o 185
1.55/0.77	c Got one! Elapsed wall clock time (in seconds):0.651
1.55/0.77	o 183
1.75/0.84	c Got one! Elapsed wall clock time (in seconds):0.722
1.75/0.84	o 174
1.75/0.85	c Got one! Elapsed wall clock time (in seconds):0.736
1.75/0.85	o 165
1.75/0.87	c Got one! Elapsed wall clock time (in seconds):0.75
1.75/0.87	o 164
1.75/0.88	c Got one! Elapsed wall clock time (in seconds):0.763
1.75/0.88	o 157
1.95/1.08	c Got one! Elapsed wall clock time (in seconds):0.963
1.95/1.08	o 155
2.17/1.21	c Got one! Elapsed wall clock time (in seconds):1.088
2.17/1.21	o 151
2.17/1.21	c Got one! Elapsed wall clock time (in seconds):1.095
2.17/1.21	o 146
2.17/1.22	c Got one! Elapsed wall clock time (in seconds):1.106
2.17/1.22	o 141
2.17/1.25	c Got one! Elapsed wall clock time (in seconds):1.131
2.17/1.25	o 132
2.17/1.27	c Got one! Elapsed wall clock time (in seconds):1.148
2.17/1.27	o 127
2.17/1.29	c Got one! Elapsed wall clock time (in seconds):1.167
2.17/1.29	o 125
2.17/1.30	c Got one! Elapsed wall clock time (in seconds):1.177
2.17/1.30	o 119
2.26/1.31	c Got one! Elapsed wall clock time (in seconds):1.188
2.26/1.31	o 109
2.26/1.33	c Got one! Elapsed wall clock time (in seconds):1.209
2.26/1.33	o 92
2.26/1.34	c Got one! Elapsed wall clock time (in seconds):1.22
2.26/1.34	o 87
2.26/1.35	c Got one! Elapsed wall clock time (in seconds):1.233
2.26/1.35	o 78
2.36/1.40	c Got one! Elapsed wall clock time (in seconds):1.284
2.36/1.40	o 73
2.36/1.44	c Got one! Elapsed wall clock time (in seconds):1.321
2.36/1.44	o 72
2.36/1.45	c Got one! Elapsed wall clock time (in seconds):1.33
2.36/1.45	o 71
2.36/1.49	c Got one! Elapsed wall clock time (in seconds):1.37
2.36/1.49	o 67
2.46/1.58	c Got one! Elapsed wall clock time (in seconds):1.463
2.46/1.58	o 62
2.56/1.61	c Got one! Elapsed wall clock time (in seconds):1.491
2.56/1.61	o 57
2.67/1.75	c Got one! Elapsed wall clock time (in seconds):1.636
2.67/1.75	o 56
2.67/1.77	c Got one! Elapsed wall clock time (in seconds):1.649
2.67/1.77	o 38
2.67/1.78	c Got one! Elapsed wall clock time (in seconds):1.659
2.67/1.78	o 36
2.87/1.99	c Got one! Elapsed wall clock time (in seconds):1.874
2.87/1.99	o 30
3.00/2.00	c Got one! Elapsed wall clock time (in seconds):1.881
3.00/2.00	o 26
3.10/2.13	c cleaning 6045 clauses out of 12096 with flag 6559/12096
3.10/2.14	c Got one! Elapsed wall clock time (in seconds):2.026
3.10/2.14	o 25
3.10/2.18	c Got one! Elapsed wall clock time (in seconds):2.062
3.10/2.18	o 19
3.10/2.19	c Got one! Elapsed wall clock time (in seconds):2.072
3.10/2.19	o 17
3.29/2.28	c Got one! Elapsed wall clock time (in seconds):2.158
3.29/2.28	o 14
3.29/2.28	c Got one! Elapsed wall clock time (in seconds):2.165
3.29/2.28	o 13
3.29/2.29	c Got one! Elapsed wall clock time (in seconds):2.174
3.29/2.29	o 12
3.29/2.30	c Got one! Elapsed wall clock time (in seconds):2.185
3.29/2.30	o 11
3.61/2.59	c cleaning 6095 clauses out of 12195 with flag 24671/18240
3.71/2.61	c Got one! Elapsed wall clock time (in seconds):2.493
3.71/2.61	o 5
3.81/2.70	c Got one! Elapsed wall clock time (in seconds):2.581
3.81/2.70	o 4
3.91/2.88	c Got one! Elapsed wall clock time (in seconds):2.765
3.91/2.88	o 3
4.01/2.96	c cleaning 6076 clauses out of 12163 with flag 7792/24303
4.44/3.33	c cleaning 6037 clauses out of 12087 with flag 61411/30303
4.83/3.78	c cleaning 6510 clauses out of 13049 with flag 123076/37302
5.44/4.32	c cleaning 7265 clauses out of 14539 with flag 196664/45302
6.03/4.91	c Got one! Elapsed wall clock time (in seconds):4.789
6.03/4.91	o 1
6.43/5.30	c cleaning 9726 clauses out of 19470 with flag 51885/57498
6.83/5.72	c cleaning 7860 clauses out of 15744 with flag 115176/63498
7.33/6.21	c cleaning 7434 clauses out of 14886 with flag 186960/70500
7.84/6.79	c cleaning 7712 clauses out of 15450 with flag 271250/78498
8.53/7.48	c cleaning 8355 clauses out of 16742 with flag 363632/87502
9.33/8.26	c cleaning 9180 clauses out of 18384 with flag 469446/97499
10.25/9.14	c cleaning 10088 clauses out of 20203 with flag 581818/108498
11.27/10.19	c cleaning 11035 clauses out of 22115 with flag 708682/120498
12.47/11.33	c cleaning 12014 clauses out of 24080 with flag 853695/133498
13.77/12.69	c cleaning 13018 clauses out of 26067 with flag 1008428/147499
15.37/14.25	c cleaning 14005 clauses out of 28049 with flag 1180915/162499
16.97/15.82	c cleaning 15008 clauses out of 30043 with flag 1351966/178498
18.97/17.81	c cleaning 16012 clauses out of 32035 with flag 1534047/195498
20.97/19.89	c cleaning 17003 clauses out of 34023 with flag 1692488/213498
23.46/22.38	c cleaning 18004 clauses out of 36021 with flag 1893117/232499
26.36/25.23	c cleaning 19000 clauses out of 38016 with flag 2100983/252498
29.17/28.01	c cleaning 20008 clauses out of 40016 with flag 2271361/273498
32.27/31.12	c cleaning 20999 clauses out of 42009 with flag 2461494/295499
35.48/34.37	c cleaning 21999 clauses out of 44008 with flag 2630989/318499
39.40/38.21	c cleaning 22992 clauses out of 46008 with flag 2807770/342498
42.31/41.18	c cleaning 23998 clauses out of 48015 with flag 2956084/367499
43.51/42.35	c starts		: 182
43.51/42.35	c conflicts		: 382511
43.51/42.35	c decisions		: 601504
43.51/42.35	c propagations		: 19401423
43.51/42.35	c inspects		: 688210215
43.51/42.35	c shortcuts		: 0
43.51/42.35	c learnt literals	: 23
43.51/42.35	c learnt binary clauses	: 39
43.51/42.35	c learnt ternary clauses	: 354
43.51/42.35	c learnt constraints	: 382487
43.51/42.35	c ignored constraints	: 0
43.51/42.35	c root simplifications	: 0
43.51/42.35	c removed literals (reason simplification)	: 0
43.51/42.35	c reason swapping (by a shorter reason)	: 0
43.51/42.35	c Calls to reduceDB	: 27
43.51/42.35	c Number of update (reduction) of LBD	: 123462
43.51/42.35	c Imported unit clauses	: 0
43.51/42.35	c number of reductions to clauses (during analyze)	: 0
43.51/42.35	c number of learned constraints concerned by reduction	: 0
43.51/42.35	c number of learning phase by resolution	: 0
43.51/42.35	c number of learning phase by cutting planes	: 0
43.51/42.35	c speed (assignments/second)	: 461806.69808626105
43.51/42.35	c non guided choices	5976
43.51/42.35	c learnt constraints type 
43.51/42.35	s OPTIMUM FOUND
43.51/42.35	c Found 51 solution(s)
43.51/42.35	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 
43.51/42.35	c objective function=1
43.51/42.35	c Total wall clock time (in seconds): 42.234

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-4109880-1466343763/watcher-4109880-1466343763 -o /tmp/evaluation-result-4109880-1466343763/solver-4109880-1466343763 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12126 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109880-1466343763.wbo 

pid=12931
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.31 2.30 2.01 3/194 12934
/proc/meminfo: memFree=29249680/32872528 swapFree=1556504/1720024
[pid=12934] ppid=12931 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/12934/stat : 12934 (java) D 12931 12934 12110 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 36424970 9515008 176 33554432000 1073741824 1073778376 140734082424976 140734082407704 270330053520 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/12934/statm: 2323 176 133 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 2.31 2.30 2.01 3/194 12934
/proc/meminfo: memFree=29249680/32872528 swapFree=1556504/1720024
[pid=12934] ppid=12931 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/12934/stat : 12934 (java) S 12931 12934 12110 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 36424970 9787879424 6035 33554432000 1073741824 1073778376 140734082424976 140734082416112 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12934/statm: 2389619 6035 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200277 s]
/proc/loadavg: 2.31 2.30 2.01 3/194 12934
/proc/meminfo: memFree=29249680/32872528 swapFree=1556504/1720024
[pid=12934] ppid=12931 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/12934/stat : 12934 (java) S 12931 12934 12110 0 -1 4202496 4714 0 1 0 23 1 0 0 20 0 18 0 36424970 9787879424 6802 33554432000 1073741824 1073778376 140734082424976 140734082416112 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12934/statm: 2389619 6802 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300253 s]
/proc/loadavg: 2.31 2.30 2.01 3/194 12934
/proc/meminfo: memFree=29249680/32872528 swapFree=1556504/1720024
[pid=12934] ppid=12931 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/12934/stat : 12934 (java) S 12931 12934 12110 0 -1 4202496 5337 0 1 0 43 1 0 0 20 0 18 0 36424970 9787879424 7942 33554432000 1073741824 1073778376 140734082424976 140734082416112 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12934/statm: 2389619 7942 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700181 s]
/proc/loadavg: 2.31 2.30 2.01 3/194 12934
/proc/meminfo: memFree=29249680/32872528 swapFree=1556504/1720024
[pid=12934] ppid=12931 vsize=9625040 CPUtime=1.55 cores=0,2,4,6
/proc/12934/stat : 12934 (java) S 12931 12934 12110 0 -1 4202496 13091 0 1 0 152 3 0 0 20 0 19 0 36424970 9856040960 13912 33554432000 1073741824 1073778376 140734082424976 140734082416112 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12934/statm: 2406260 13912 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.31 2.30 2.01 3/213 12953
/proc/meminfo: memFree=29182672/32872528 swapFree=1556504/1720024
[pid=12934] ppid=12931 vsize=9625040 CPUtime=2.46 cores=0,2,4,6
/proc/12934/stat : 12934 (java) S 12931 12934 12110 0 -1 4202496 13233 0 1 0 243 3 0 0 20 0 19 0 36424970 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 140734082416112 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12934/statm: 2406260 18526 2266 9 0 2396937 0
[pid=12934/tid=12936] ppid=12931 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/12934/task/12936/stat : 12936 (java) R 12931 12934 12110 0 -1 4202560 2429 0 1 0 145 1 0 0 20 0 19 0 36424971 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791581801608 139791405006974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12937/stat : 12937 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791543294248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12938] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12938/stat : 12938 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791542241448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12939] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12939/stat : 12939 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791541189160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12934/tid=12940] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12940/stat : 12940 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791540136360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12934/tid=12941] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12941/stat : 12941 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791539084072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12942] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12942/stat : 12942 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791538031272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12934/tid=12943] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12943/stat : 12943 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791536978984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12944] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12944/stat : 12944 (java) S 12931 12934 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791535926184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12945] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12945/stat : 12945 (java) S 12931 12934 12110 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36424973 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791523514600 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12946] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12946/stat : 12946 (java) S 12931 12934 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36424974 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791404360696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12947] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12947/stat : 12947 (java) S 12931 12934 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36424974 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791403308296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12948] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12948/stat : 12948 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791402256784 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12949] ppid=12931 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/12934/task/12949/stat : 12949 (java) S 12931 12934 12110 0 -1 4202560 4091 0 0 0 44 0 0 0 20 0 19 0 36424976 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791401204408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12934/tid=12950] ppid=12931 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12934/task/12950/stat : 12950 (java) S 12931 12934 12110 0 -1 4202560 5440 0 0 0 50 1 0 0 20 0 19 0 36424976 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791400151608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12951] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12951/stat : 12951 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791399099512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12952] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12952/stat : 12952 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791398046920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12953] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12953/stat : 12953 (java) S 12931 12934 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36425004 9856040960 18526 33554432000 1073741824 1073778376 140734082424976 139791396991912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.31 2.30 2.01 4/213 12953
/proc/meminfo: memFree=29161820/32872528 swapFree=1556504/1720024
[pid=12934] ppid=12931 vsize=9625040 CPUtime=4.23 cores=0,2,4,6
/proc/12934/stat : 12934 (java) S 12931 12934 12110 0 -1 4202496 13257 0 1 0 420 3 0 0 20 0 19 0 36424970 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 140734082416112 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12934/statm: 2406260 22632 2270 9 0 2396937 0
[pid=12934/tid=12936] ppid=12931 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/12934/task/12936/stat : 12936 (java) R 12931 12934 12110 0 -1 4202560 2439 0 1 0 305 1 0 0 20 0 19 0 36424971 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791581802928 139791404960336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12937/stat : 12937 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791543294248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12938] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12938/stat : 12938 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791542241448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12939] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12939/stat : 12939 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791541189160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12934/tid=12940] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12940/stat : 12940 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791540136360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12934/tid=12941] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12941/stat : 12941 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791539084072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12942] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12942/stat : 12942 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791538031272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12934/tid=12943] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12943/stat : 12943 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791536978984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12944] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12944/stat : 12944 (java) S 12931 12934 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791535926184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12945] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12945/stat : 12945 (java) S 12931 12934 12110 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36424973 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791523514600 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12946] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12946/stat : 12946 (java) S 12931 12934 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36424974 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791404360696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12947] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12947/stat : 12947 (java) S 12931 12934 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36424974 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791403308296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12948] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12948/stat : 12948 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791402256784 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12949] ppid=12931 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/12934/task/12949/stat : 12949 (java) S 12931 12934 12110 0 -1 4202560 4096 0 0 0 53 0 0 0 20 0 19 0 36424976 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791401204408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12950] ppid=12931 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12934/task/12950/stat : 12950 (java) S 12931 12934 12110 0 -1 4202560 5449 0 0 0 57 1 0 0 20 0 19 0 36424976 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791400151608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12951] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12951/stat : 12951 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791399099512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12952] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12952/stat : 12952 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791398046920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12953] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12953/stat : 12953 (java) S 12931 12934 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36425004 9856040960 22632 33554432000 1073741824 1073778376 140734082424976 139791396991912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.29 2.29 2.01 3/213 12953
/proc/meminfo: memFree=29143308/32872528 swapFree=1556504/1720024
[pid=12934] ppid=12931 vsize=9625040 CPUtime=7.43 cores=0,2,4,6
/proc/12934/stat : 12934 (java) S 12931 12934 12110 0 -1 4202496 13264 0 1 0 740 3 0 0 20 0 19 0 36424970 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 140734082416112 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12934/statm: 2406260 25421 2270 9 0 2396937 0
[pid=12934/tid=12936] ppid=12931 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/12934/task/12936/stat : 12936 (java) R 12931 12934 12110 0 -1 4202560 2446 0 1 0 624 1 0 0 20 0 19 0 36424971 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791581794048 139791404960432 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12937/stat : 12937 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791543294248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12938] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12938/stat : 12938 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791542241448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12939] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12939/stat : 12939 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791541189160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12934/tid=12940] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12940/stat : 12940 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791540136360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12934/tid=12941] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12941/stat : 12941 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791539084072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12942] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12942/stat : 12942 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791538031272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12934/tid=12943] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12943/stat : 12943 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791536978984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12944] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12944/stat : 12944 (java) S 12931 12934 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791535926184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12945] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12945/stat : 12945 (java) S 12931 12934 12110 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36424973 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791523514600 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12946] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12946/stat : 12946 (java) S 12931 12934 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36424974 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791404360696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12947] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12947/stat : 12947 (java) S 12931 12934 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36424974 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791403308296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12948] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12948/stat : 12948 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791402256784 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12949] ppid=12931 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/12934/task/12949/stat : 12949 (java) S 12931 12934 12110 0 -1 4202560 4096 0 0 0 54 0 0 0 20 0 19 0 36424976 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791401204408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12950] ppid=12931 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12934/task/12950/stat : 12950 (java) S 12931 12934 12110 0 -1 4202560 5449 0 0 0 57 1 0 0 20 0 19 0 36424976 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791400151608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12951] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12951/stat : 12951 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791399099512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12952] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12952/stat : 12952 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791398046920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12953] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12953/stat : 12953 (java) S 12931 12934 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36425004 9856040960 25421 33554432000 1073741824 1073778376 140734082424976 139791396991912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 9625040


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

[pid=12934/tid=12946] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12946/stat : 12946 (java) S 12931 12934 12110 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36424974 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791404360696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12947] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12947/stat : 12947 (java) S 12931 12934 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36424974 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791403308296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12948] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12948/stat : 12948 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791402256784 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12949] ppid=12931 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/12934/task/12949/stat : 12949 (java) S 12931 12934 12110 0 -1 4202560 4098 0 0 0 59 0 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791401204408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12950] ppid=12931 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12934/task/12950/stat : 12950 (java) S 12931 12934 12110 0 -1 4202560 5449 0 0 0 57 1 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791400151608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12951] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12951/stat : 12951 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791399099512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12952] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12952/stat : 12952 (java) S 12931 12934 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791398046920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12953] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12953/stat : 12953 (java) S 12931 12934 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36425004 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791396991912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 42.81
Current children cumulated vsize (KiB) 9625040

[startup+42.0007 s]
/proc/loadavg: 2.29 2.29 2.02 3/213 12953
/proc/meminfo: memFree=29061772/32872528 swapFree=1556504/1720024
[pid=12934] ppid=12931 vsize=9625040 CPUtime=43.21 cores=0,2,4,6
/proc/12934/stat : 12934 (java) S 12931 12934 12110 0 -1 4202496 13344 0 1 0 4316 5 0 0 20 0 19 0 36424970 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 140734082416112 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12934/statm: 2406260 43874 2284 9 0 2396937 0
[pid=12934/tid=12936] ppid=12931 vsize=9625040 CPUtime=41.84 cores=0,2,4,6
/proc/12934/task/12936/stat : 12936 (java) R 12931 12934 12110 0 -1 4202560 2484 0 1 0 4182 2 0 0 20 0 19 0 36424971 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791581800960 139791404898245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12937/stat : 12937 (java) S 12931 12934 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791543294248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12938] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12938/stat : 12938 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791542241448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12939] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12939/stat : 12939 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791541189160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12934/tid=12940] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12940/stat : 12940 (java) S 12931 12934 12110 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791540136360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12934/tid=12941] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12941/stat : 12941 (java) S 12931 12934 12110 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791539084072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12942] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12942/stat : 12942 (java) S 12931 12934 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791538031272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12934/tid=12943] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12943/stat : 12943 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791536978984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12944] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12944/stat : 12944 (java) S 12931 12934 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791535926184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12945] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12945/stat : 12945 (java) S 12931 12934 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36424973 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791523514600 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12946] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12946/stat : 12946 (java) S 12931 12934 12110 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36424974 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791404360696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12947] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12947/stat : 12947 (java) S 12931 12934 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36424974 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791403308296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12948] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12948/stat : 12948 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791402256784 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12949] ppid=12931 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/12934/task/12949/stat : 12949 (java) S 12931 12934 12110 0 -1 4202560 4098 0 0 0 59 0 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791401204408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12950] ppid=12931 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12934/task/12950/stat : 12950 (java) S 12931 12934 12110 0 -1 4202560 5449 0 0 0 57 1 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791400151608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12951] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12951/stat : 12951 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791399099512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12952] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12952/stat : 12952 (java) S 12931 12934 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791398046920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12953] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12953/stat : 12953 (java) S 12931 12934 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36425004 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791396991912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 43.21
Current children cumulated vsize (KiB) 9625040

[startup+42.2007 s]
/proc/loadavg: 2.29 2.29 2.02 3/213 12953
/proc/meminfo: memFree=29061772/32872528 swapFree=1556504/1720024
[pid=12934] ppid=12931 vsize=9625040 CPUtime=43.41 cores=0,2,4,6
/proc/12934/stat : 12934 (java) S 12931 12934 12110 0 -1 4202496 13344 0 1 0 4336 5 0 0 20 0 19 0 36424970 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 140734082416112 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12934/statm: 2406260 43874 2284 9 0 2396937 0
[pid=12934/tid=12936] ppid=12931 vsize=9625040 CPUtime=42.04 cores=0,2,4,6
/proc/12934/task/12936/stat : 12936 (java) R 12931 12934 12110 0 -1 4202560 2484 0 1 0 4202 2 0 0 20 0 19 0 36424971 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791581800960 139791404954727 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12937/stat : 12937 (java) S 12931 12934 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791543294248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12938] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12938/stat : 12938 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791542241448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12939] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12939/stat : 12939 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791541189160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12934/tid=12940] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12940/stat : 12940 (java) S 12931 12934 12110 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791540136360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12934/tid=12941] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12941/stat : 12941 (java) S 12931 12934 12110 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791539084072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12942] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12942/stat : 12942 (java) S 12931 12934 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791538031272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12934/tid=12943] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12943/stat : 12943 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791536978984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12944] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12944/stat : 12944 (java) S 12931 12934 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791535926184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12945] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12945/stat : 12945 (java) S 12931 12934 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36424973 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791523514600 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12946] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12946/stat : 12946 (java) S 12931 12934 12110 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36424974 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791404360696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12947] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12947/stat : 12947 (java) S 12931 12934 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36424974 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791403308296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12948] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12948/stat : 12948 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791402256784 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12949] ppid=12931 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/12934/task/12949/stat : 12949 (java) S 12931 12934 12110 0 -1 4202560 4098 0 0 0 59 0 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791401204408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12950] ppid=12931 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12934/task/12950/stat : 12950 (java) S 12931 12934 12110 0 -1 4202560 5449 0 0 0 57 1 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791400151608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12951] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12951/stat : 12951 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791399099512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12952] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12952/stat : 12952 (java) S 12931 12934 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791398046920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12953] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12953/stat : 12953 (java) S 12931 12934 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36425004 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791396991912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 43.41
Current children cumulated vsize (KiB) 9625040

[startup+42.3008 s]
/proc/loadavg: 2.29 2.29 2.02 3/213 12953
/proc/meminfo: memFree=29061772/32872528 swapFree=1556504/1720024
[pid=12934] ppid=12931 vsize=9625040 CPUtime=43.51 cores=0,2,4,6
/proc/12934/stat : 12934 (java) S 12931 12934 12110 0 -1 4202496 13344 0 1 0 4346 5 0 0 20 0 19 0 36424970 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 140734082416112 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12934/statm: 2406260 43874 2284 9 0 2396937 0
[pid=12934/tid=12936] ppid=12931 vsize=9625040 CPUtime=42.14 cores=0,2,4,6
/proc/12934/task/12936/stat : 12936 (java) R 12931 12934 12110 0 -1 4202560 2484 0 1 0 4212 2 0 0 20 0 19 0 36424971 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791581800960 139791404984432 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12934/tid=12937] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12937/stat : 12937 (java) S 12931 12934 12110 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791543294248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12938] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12938/stat : 12938 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791542241448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12939] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12939/stat : 12939 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791541189160 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12934/tid=12940] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12940/stat : 12940 (java) S 12931 12934 12110 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791540136360 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12934/tid=12941] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12941/stat : 12941 (java) S 12931 12934 12110 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791539084072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12942] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12942/stat : 12942 (java) S 12931 12934 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791538031272 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12934/tid=12943] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12943/stat : 12943 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791536978984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12944] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12944/stat : 12944 (java) S 12931 12934 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36424972 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791535926184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12945] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12945/stat : 12945 (java) S 12931 12934 12110 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36424973 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791523514600 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12946] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12946/stat : 12946 (java) S 12931 12934 12110 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36424974 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791404360696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12947] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12947/stat : 12947 (java) S 12931 12934 12110 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36424974 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791403308296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12948] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12948/stat : 12948 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791402256784 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12949] ppid=12931 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/12934/task/12949/stat : 12949 (java) S 12931 12934 12110 0 -1 4202560 4098 0 0 0 59 0 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791401204408 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12950] ppid=12931 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12934/task/12950/stat : 12950 (java) S 12931 12934 12110 0 -1 4202560 5449 0 0 0 57 1 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791400151608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12951] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12951/stat : 12951 (java) S 12931 12934 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791399099512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12934/tid=12952] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12952/stat : 12952 (java) S 12931 12934 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36424976 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791398046920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12934/tid=12953] ppid=12931 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12934/task/12953/stat : 12953 (java) S 12931 12934 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36425004 9856040960 43874 33554432000 1073741824 1073778376 140734082424976 139791396991912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 43.51
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12934 and gives
#  childrusage.ru_utime.tv_sec=43
#  childrusage.ru_utime.tv_usec=375405
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=60990
# CPU time returned by wait4() is 43.4364
# while last known CPU time is 43.51
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 42.3596
CPU time (s): 43.51
CPU user time (s): 43.46
CPU system time (s): 0.05
CPU usage (%): 102.716
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.3754
system time used= 0.06099
maximum resident set size= 175552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13365
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1220
involuntary context switches= 118

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.157975 second user time and 0.176973 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-19 15:42:43
IDJOB=4109880
IDBENCH=78954
IDSOLVER=2551
FILE ID=node117/4109880-1466343763
RUNJOBID= node117-1466341821-12126
PBS_JOBID= 19922035
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900550006--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109880-1466343763/watcher-4109880-1466343763 -o /tmp/evaluation-result-4109880-1466343763/solver-4109880-1466343763 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12126 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109880-1466343763.wbo

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

MD5SUM BENCH= 12371feb76f2c231a6dc5b657286b6d5
RANDOM SEED=2066443204

node117.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.912
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	: 5333.82
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.912
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.912
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.912
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.912
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.54
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.912
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.54
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.912
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.54
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.912
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:        29250068 kB
Buffers:          172356 kB
Cached:           592036 kB
SwapCached:            0 kB
Active:           526180 kB
Inactive:         610256 kB
Active(anon):     363852 kB
Inactive(anon):    10624 kB
Active(file):     162328 kB
Inactive(file):   599632 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               772 kB
Writeback:             0 kB
AnonPages:       2091804 kB
Mapped:            21184 kB
Shmem:               204 kB
Slab:             628432 kB
SReclaimable:      72400 kB
SUnreclaim:       556032 kB
KernelStack:        1720 kB
PageTables:         8380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2248764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    503808 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 node117 at 2016-06-19 15:43:26