Trace number 4090581

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 90.54 88.572

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576927--soft-33-100-0.wbo
MD5SUMb0bcd9e760e7f0ffa9653d41066a148b
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 benchmark39.9479
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 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090581-1466065275.wbo
0.10/0.11	c reading problem ... 
0.47/0.31	c ... done. Wall clock time 0.206s.
0.47/0.31	c declared #vars     231
0.47/0.31	c internal #vars     2016
0.47/0.31	c #constraints  2707
0.47/0.31	c constraints type 
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2589
0.47/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 95
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.47/0.31	c 2707 constraints processed.
0.47/0.31	c objective function length is 1785 literals
1.02/0.53	c SATISFIABLE
1.02/0.53	c OPTIMIZING...
1.02/0.53	c Got one! Elapsed wall clock time (in seconds):0.42
1.02/0.53	o 662
1.02/0.56	c Got one! Elapsed wall clock time (in seconds):0.452
1.02/0.56	o 395
1.02/0.58	c Got one! Elapsed wall clock time (in seconds):0.47
1.02/0.58	o 385
1.02/0.59	c Got one! Elapsed wall clock time (in seconds):0.486
1.02/0.59	o 381
1.28/0.61	c Got one! Elapsed wall clock time (in seconds):0.503
1.28/0.61	o 354
1.57/0.71	c Got one! Elapsed wall clock time (in seconds):0.604
1.57/0.71	o 265
1.57/0.72	c Got one! Elapsed wall clock time (in seconds):0.615
1.57/0.72	o 250
1.57/0.73	c Got one! Elapsed wall clock time (in seconds):0.627
1.57/0.73	o 223
1.57/0.75	c Got one! Elapsed wall clock time (in seconds):0.637
1.57/0.75	o 204
1.57/0.78	c Got one! Elapsed wall clock time (in seconds):0.672
1.57/0.78	o 186
1.85/0.81	c Got one! Elapsed wall clock time (in seconds):0.699
1.85/0.81	o 185
1.85/0.84	c Got one! Elapsed wall clock time (in seconds):0.736
1.85/0.84	o 184
1.85/0.85	c Got one! Elapsed wall clock time (in seconds):0.742
1.85/0.85	o 172
1.85/0.86	c Got one! Elapsed wall clock time (in seconds):0.751
1.85/0.86	o 162
1.85/0.88	c Got one! Elapsed wall clock time (in seconds):0.773
1.85/0.88	o 141
1.85/0.89	c Got one! Elapsed wall clock time (in seconds):0.779
1.85/0.89	o 127
1.96/0.90	c Got one! Elapsed wall clock time (in seconds):0.788
1.96/0.90	o 122
1.96/0.93	c Got one! Elapsed wall clock time (in seconds):0.818
1.96/0.93	o 121
1.96/0.94	c Got one! Elapsed wall clock time (in seconds):0.834
1.96/0.94	o 112
1.96/0.99	c Got one! Elapsed wall clock time (in seconds):0.885
1.96/0.99	o 109
2.06/1.08	c Got one! Elapsed wall clock time (in seconds):0.975
2.06/1.08	o 107
2.16/1.17	c Got one! Elapsed wall clock time (in seconds):1.063
2.16/1.17	o 106
2.27/1.27	c Got one! Elapsed wall clock time (in seconds):1.164
2.27/1.27	o 70
2.46/1.46	c Got one! Elapsed wall clock time (in seconds):1.35
2.46/1.46	o 69
2.66/1.66	c cleaning 5148 clauses out of 10296 with flag 15010/10296
2.66/1.66	c Got one! Elapsed wall clock time (in seconds):1.556
2.66/1.66	o 65
2.81/1.72	c Got one! Elapsed wall clock time (in seconds):1.615
2.81/1.72	o 63
2.81/1.78	c Got one! Elapsed wall clock time (in seconds):1.671
2.81/1.78	o 61
2.91/1.80	c Got one! Elapsed wall clock time (in seconds):1.689
2.91/1.80	o 56
2.91/1.84	c Got one! Elapsed wall clock time (in seconds):1.731
2.91/1.84	o 52
2.91/1.87	c Got one! Elapsed wall clock time (in seconds):1.763
2.91/1.87	o 48
2.91/1.89	c Got one! Elapsed wall clock time (in seconds):1.786
2.91/1.89	o 45
3.01/1.95	c Got one! Elapsed wall clock time (in seconds):1.842
3.01/1.95	o 42
3.01/1.98	c Got one! Elapsed wall clock time (in seconds):1.868
3.01/1.98	o 41
3.11/2.01	c Got one! Elapsed wall clock time (in seconds):1.907
3.11/2.01	o 40
3.11/2.04	c Got one! Elapsed wall clock time (in seconds):1.933
3.11/2.04	o 34
3.11/2.05	c Got one! Elapsed wall clock time (in seconds):1.945
3.11/2.05	o 33
3.11/2.09	c Got one! Elapsed wall clock time (in seconds):1.987
3.11/2.09	o 28
3.64/2.53	c Got one! Elapsed wall clock time (in seconds):2.425
3.64/2.53	o 26
3.74/2.60	c Got one! Elapsed wall clock time (in seconds):2.493
3.74/2.60	o 25
3.84/2.73	c cleaning 7542 clauses out of 15096 with flag 8093/20244
3.95/2.89	c Got one! Elapsed wall clock time (in seconds):2.787
3.95/2.89	o 19
4.05/2.93	c Got one! Elapsed wall clock time (in seconds):2.825
4.05/2.93	o 18
4.05/2.99	c Got one! Elapsed wall clock time (in seconds):2.881
4.05/2.99	o 17
4.26/3.12	c Got one! Elapsed wall clock time (in seconds):3.008
4.26/3.12	o 12
4.36/3.21	c Got one! Elapsed wall clock time (in seconds):3.098
4.36/3.21	o 11
4.36/3.28	c Got one! Elapsed wall clock time (in seconds):3.175
4.36/3.28	o 10
4.48/3.34	c Got one! Elapsed wall clock time (in seconds):3.233
4.48/3.34	o 9
4.68/3.52	c cleaning 8615 clauses out of 17230 with flag 16661/29920
4.68/3.56	c Got one! Elapsed wall clock time (in seconds):3.452
4.68/3.56	o 8
5.01/3.89	c cleaning 7088 clauses out of 14192 with flag 42814/35497
5.01/3.89	c Got one! Elapsed wall clock time (in seconds):3.787
5.01/3.89	o 5
5.41/4.20	c cleaning 6060 clauses out of 12139 with flag 41278/40532
5.72/4.56	c cleaning 6028 clauses out of 12079 with flag 93193/46532
6.21/5.00	c cleaning 6522 clauses out of 13053 with flag 158814/53534
6.51/5.34	c Got one! Elapsed wall clock time (in seconds):5.228
6.51/5.34	o 4
6.51/5.36	c Got one! Elapsed wall clock time (in seconds):5.25
6.51/5.36	o 1
6.91/5.71	c cleaning 8561 clauses out of 17143 with flag 48527/64146
7.31/6.11	c cleaning 7281 clauses out of 14579 with flag 115046/70143
7.71/6.57	c cleaning 7135 clauses out of 14298 with flag 193182/77143
8.21/7.08	c cleaning 7569 clauses out of 15164 with flag 285785/85144
8.81/7.68	c cleaning 8294 clauses out of 16594 with flag 388764/94143
9.52/8.35	c cleaning 9143 clauses out of 18301 with flag 498891/104144
10.34/9.14	c cleaning 10068 clauses out of 20157 with flag 628137/115143
11.24/10.06	c cleaning 11020 clauses out of 22089 with flag 774676/127143
12.24/11.08	c cleaning 12027 clauses out of 24069 with flag 907027/140143
13.44/12.23	c cleaning 13002 clauses out of 26042 with flag 1048170/154143
14.73/13.56	c cleaning 13996 clauses out of 28040 with flag 1215129/169143
16.24/15.00	c cleaning 15012 clauses out of 30049 with flag 1399177/185148
17.85/16.64	c cleaning 15994 clauses out of 32034 with flag 1616806/202145
19.74/18.50	c cleaning 16985 clauses out of 34038 with flag 1842561/220143
21.64/20.41	c cleaning 18001 clauses out of 36053 with flag 2068026/239143
23.74/22.51	c cleaning 19015 clauses out of 38053 with flag 2311420/259144
26.04/24.85	c cleaning 20003 clauses out of 40037 with flag 2561923/280143
29.14/27.85	c cleaning 21015 clauses out of 42036 with flag 2817935/302146
32.93/31.21	c cleaning 22007 clauses out of 44020 with flag 3049176/325145
36.72/34.70	c cleaning 23002 clauses out of 46011 with flag 3276340/349143
40.33/38.33	c cleaning 23987 clauses out of 48009 with flag 3505952/374144
44.14/42.13	c cleaning 25005 clauses out of 50020 with flag 3715281/400143
48.44/46.47	c cleaning 26001 clauses out of 52017 with flag 3933092/427145
53.24/51.26	c cleaning 27004 clauses out of 54014 with flag 4143787/455143
57.94/55.94	c cleaning 28004 clauses out of 56010 with flag 4356254/484144
63.24/61.21	c cleaning 29002 clauses out of 58004 with flag 4580585/514143
68.64/66.62	c cleaning 29993 clauses out of 60002 with flag 4805602/545143
74.74/72.76	c cleaning 30998 clauses out of 62010 with flag 5045952/577145
81.24/79.24	c cleaning 32002 clauses out of 64009 with flag 5277692/610143
88.44/86.43	c cleaning 32999 clauses out of 66006 with flag 5506554/644145
90.54/88.56	c starts		: 307
90.54/88.56	c conflicts		: 656765
90.54/88.56	c decisions		: 927021
90.54/88.56	c propagations		: 28249722
90.54/88.56	c inspects		: 1617442878
90.54/88.56	c shortcuts		: 0
90.54/88.56	c learnt literals	: 19
90.54/88.56	c learnt binary clauses	: 32
90.54/88.56	c learnt ternary clauses	: 221
90.54/88.56	c learnt constraints	: 656745
90.54/88.56	c ignored constraints	: 0
90.54/88.56	c root simplifications	: 0
90.54/88.56	c removed literals (reason simplification)	: 0
90.54/88.56	c reason swapping (by a shorter reason)	: 0
90.54/88.56	c Calls to reduceDB	: 37
90.54/88.56	c Number of update (reduction) of LBD	: 206075
90.54/88.56	c Imported unit clauses	: 0
90.54/88.56	c number of reductions to clauses (during analyze)	: 0
90.54/88.56	c number of learned constraints concerned by reduction	: 0
90.54/88.56	c number of learning phase by resolution	: 0
90.54/88.56	c number of learning phase by cutting planes	: 0
90.54/88.56	c speed (assignments/second)	: 320157.3262916917
90.54/88.56	c non guided choices	5765
90.54/88.56	c learnt constraints type 
90.54/88.56	s OPTIMUM FOUND
90.54/88.56	c Found 50 solution(s)
90.54/88.56	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 
90.54/88.56	c objective function=1
90.54/88.56	c Total wall clock time (in seconds): 88.456

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-4090581-1466065275/watcher-4090581-1466065275 -o /tmp/evaluation-result-4090581-1466065275/solver-4090581-1466065275 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8045 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090581-1466065275.wbo 

pid=10075
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.38 2.30 2.13 4/194 10078
/proc/meminfo: memFree=30610032/32872528 swapFree=1190796/1305260
[pid=10078] ppid=10075 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 8029 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8574093 98570240 977 33554432000 1073741824 1073778376 140734870188992 140734870180128 214540779581 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10078/statm: 24065 977 743 9 0 16771 0
[pid=10078/tid=10079] ppid=10075 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10079/stat : 10079 (java) R 10075 10078 8029 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8574093 98570240 977 33554432000 1073741824 1073778376 140734870188992 140473750261288 214537422208 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.38 2.30 2.13 4/194 10078
/proc/meminfo: memFree=30610032/32872528 swapFree=1190796/1305260
[pid=10078] ppid=10075 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 8029 0 -1 4202496 4484 0 1 0 9 1 0 0 20 0 18 0 8574093 9787879424 5603 33554432000 1073741824 1073778376 140734870188992 140734870180128 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10078/statm: 2389619 5603 2140 9 0 2380296 0
[pid=10078/tid=10079] ppid=10075 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10078/task/10079/stat : 10079 (java) R 10075 10078 8029 0 -1 4202560 2432 0 1 0 7 0 0 0 20 0 18 0 8574093 9787879424 5603 33554432000 1073741824 1073778376 140734870188992 140473750264736 214536768731 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.20031 s]
/proc/loadavg: 2.38 2.30 2.13 4/194 10078
/proc/meminfo: memFree=30610032/32872528 swapFree=1190796/1305260
[pid=10078] ppid=10075 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 8029 0 -1 4202496 4803 0 1 0 25 1 0 0 20 0 18 0 8574093 9787879424 6377 33554432000 1073741824 1073778376 140734870188992 140734870180128 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10078/statm: 2389619 6377 2202 9 0 2380296 0
[pid=10078/tid=10079] ppid=10075 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/10078/task/10079/stat : 10079 (java) R 10075 10078 8029 0 -1 4202560 2450 0 1 0 17 0 0 0 20 0 18 0 8574093 9787879424 6377 33554432000 1073741824 1073778376 140734870188992 140473750266072 140473689979177 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30031 s]
/proc/loadavg: 2.38 2.30 2.13 4/194 10078
/proc/meminfo: memFree=30610032/32872528 swapFree=1190796/1305260
[pid=10078] ppid=10075 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 8029 0 -1 4202496 5684 0 1 0 46 1 0 0 20 0 18 0 8574093 9787879424 7843 33554432000 1073741824 1073778376 140734870188992 140734870180128 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10078/statm: 2389619 7843 2232 9 0 2380296 0
[pid=10078/tid=10079] ppid=10075 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/10078/task/10079/stat : 10079 (java) R 10075 10078 8029 0 -1 4202560 2452 0 1 0 27 0 0 0 20 0 18 0 8574093 9787879424 7843 33554432000 1073741824 1073778376 140734870188992 140473750266072 140473689980465 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700261 s]
/proc/loadavg: 2.38 2.30 2.13 4/194 10078
/proc/meminfo: memFree=30610032/32872528 swapFree=1190796/1305260
[pid=10078] ppid=10075 vsize=9625040 CPUtime=1.57 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 8029 0 -1 4202496 12444 0 1 0 155 2 0 0 20 0 19 0 8574093 9856040960 13189 33554432000 1073741824 1073778376 140734870188992 140734870180128 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10078/statm: 2406260 13189 2257 9 0 2396937 0
[pid=10078/tid=10079] ppid=10075 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/10078/task/10079/stat : 10079 (java) R 10075 10078 8029 0 -1 4202560 2470 0 1 0 67 0 0 0 20 0 19 0 8574093 9856040960 13189 33554432000 1073741824 1073778376 140734870188992 140473750266136 140473690607052 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.38 2.30 2.13 3/213 10097
/proc/meminfo: memFree=30553404/32872528 swapFree=1190796/1305260
[pid=10078] ppid=10075 vsize=9625040 CPUtime=2.56 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 8029 0 -1 4202496 13179 0 1 0 254 2 0 0 20 0 19 0 8574093 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140734870180128 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10078/statm: 2406260 17349 2264 9 0 2396937 0
[pid=10078/tid=10079] ppid=10075 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/10078/task/10079/stat : 10079 (java) R 10075 10078 8029 0 -1 4202560 2480 0 1 0 146 1 0 0 20 0 19 0 8574093 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473750264376 140473690486725 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10081] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10081/stat : 10081 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473688996136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10082] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10082/stat : 10082 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473687943336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10083] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10083/stat : 10083 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473686891048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10084] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10084/stat : 10084 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473685838248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10085] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10085/stat : 10085 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473684785960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10086] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10086/stat : 10086 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473588726440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10087] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10087/stat : 10087 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473587674152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10088] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10088/stat : 10088 (java) S 10075 10078 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473586621352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10089] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10089/stat : 10089 (java) S 10075 10078 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8574095 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473574422760 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10090] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10090/stat : 10090 (java) S 10075 10078 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8574095 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473573368824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10091] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10091/stat : 10091 (java) S 10075 10078 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8574096 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473572316424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10092] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10092/stat : 10092 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574098 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473571264912 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10093] ppid=10075 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/10078/task/10093/stat : 10093 (java) S 10075 10078 8029 0 -1 4202560 4221 0 0 0 51 0 0 0 20 0 19 0 8574098 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473570212536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10094] ppid=10075 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/10078/task/10094/stat : 10094 (java) S 10075 10078 8029 0 -1 4202560 5201 0 0 0 54 0 0 0 20 0 19 0 8574098 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473569159736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10095] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10095/stat : 10095 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574098 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473568107640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10096] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10096/stat : 10096 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574098 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473567055048 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10097] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10097/stat : 10097 (java) S 10075 10078 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8574126 9856040960 17349 33554432000 1073741824 1073778376 140734870188992 140473566000040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.35 2.29 2.13 3/213 10097
/proc/meminfo: memFree=30538448/32872528 swapFree=1190796/1305260
[pid=10078] ppid=10075 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 8029 0 -1 4202496 13212 0 1 0 423 3 0 0 20 0 19 0 8574093 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140734870180128 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10078/statm: 2406260 21466 2268 9 0 2396937 0
[pid=10078/tid=10079] ppid=10075 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/10078/task/10079/stat : 10079 (java) R 10075 10078 8029 0 -1 4202560 2490 0 1 0 306 1 0 0 20 0 19 0 8574093 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473750266456 140473690550913 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10081] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10081/stat : 10081 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473688996136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10082] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10082/stat : 10082 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473687943336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10083] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10083/stat : 10083 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473686891048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10084] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10084/stat : 10084 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473685838248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10085] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10085/stat : 10085 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473684785960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10086] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10086/stat : 10086 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473588726440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10087] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10087/stat : 10087 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473587674152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10088] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10088/stat : 10088 (java) S 10075 10078 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473586621352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10089] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10089/stat : 10089 (java) S 10075 10078 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8574095 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473574422760 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10090] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10090/stat : 10090 (java) S 10075 10078 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8574095 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473573368824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10091] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10091/stat : 10091 (java) S 10075 10078 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8574096 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473572316424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10092] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10092/stat : 10092 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574098 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473571264912 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10093] ppid=10075 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/10078/task/10093/stat : 10093 (java) S 10075 10078 8029 0 -1 4202560 4235 0 0 0 56 0 0 0 20 0 19 0 8574098 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473570212536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10094] ppid=10075 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/10078/task/10094/stat : 10094 (java) S 10075 10078 8029 0 -1 4202560 5210 0 0 0 58 0 0 0 20 0 19 0 8574098 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473569159736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10095] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10095/stat : 10095 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574098 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473568107640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10096] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10096/stat : 10096 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574098 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473567055048 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10097] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10097/stat : 10097 (java) S 10075 10078 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8574126 9856040960 21466 33554432000 1073741824 1073778376 140734870188992 140473566000040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.35 2.29 2.13 3/213 10097
/proc/meminfo: memFree=30522196/32872528 swapFree=1190796/1305260
[pid=10078] ppid=10075 vsize=9625040 CPUtime=7.51 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 8029 0 -1 4202496 13232 0 1 0 748 3 0 0 20 0 19 0 8574093 9856040960 24890 33554432000 1073741824 1073778376 140734870188992 140734870180128 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10078/statm: 2406260 24890 2269 9 0 2396937 0
[pid=10078/tid=10079] ppid=10075 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/10078/task/10079/stat : 10079 (java) R 10075 10078 8029 0 -1 4202560 2500 0 1 0 625 1 0 0 20 0 19 0 8574093 9856040960 24890 33554432000 1073741824 1073778376 140734870188992 140473750257392 140473690600915 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10081] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10081/stat : 10081 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 24890 33554432000 1073741824 1073778376 140734870188992 140473688996136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10082] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10082/stat : 10082 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 24890 33554432000 1073741824 1073778376 140734870188992 140473687943336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10083] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10083/stat : 10083 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 24890 33554432000 1073741824 1073778376 140734870188992 140473686891048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10084] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10084/stat : 10084 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 24890 33554432000 1073741824 1073778376 140734870188992 140473685838248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10085] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10085/stat : 10085 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 24890 33554432000 1073741824 1073778376 140734870188992 140473684785960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10086] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10086/stat : 10086 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 24890 33554432000 1073741824 1073778376 140734870188992 140473588726440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10087] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10087/stat : 10087 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 24890 33554432000 1073741824 1073778376 140734870188992 140473587674152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10088] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10088/stat : 10088 (java) S 10075 10078 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 24890 33554432000 1073741824 1073778376 140734870188992 140473586621352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10089] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10089/stat : 10089 (java) S 10075 10078 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8574095 9856040960 24890 33554432000 1073741824 1073778376 140734870188992 140473574422760 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10090] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10090/stat : 10090 (java) S 10075 10078 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8574095 9856040960 24890 33554432000 1073741824 1073778376 140734870188992 140473573368824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10091] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10091/stat : 10091 (java) S 10075 10078 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8574096 9856040960 24890 33554432000 1073741824 1073778376 140734870188992 140473572316424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10092] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10092/stat : 10092 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574098 9856040960 24890 33554432000 1073741824 1073778376 140734870188992 140473571264912 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10093] ppid=10075 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/10078/task/10093/stat : 10093 (java) S 10075 10078 8029 0 -1 4202560 4235 0 0 0 56 0 0 0 20 0 19 0 8574098 9856040960 24890 33554432000 1073741824 1073778376 140734870188992 140473570212536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10094] ppid=10075 vsize=9625040 CPUtime=0.63 cores=0,2,4,6

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

[pid=10078/tid=10090] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10090/stat : 10090 (java) S 10075 10078 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8574095 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473573368824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10091] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10091/stat : 10091 (java) S 10075 10078 8029 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8574096 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473572316424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10092] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10092/stat : 10092 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473571264912 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10093] ppid=10075 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/10078/task/10093/stat : 10093 (java) S 10075 10078 8029 0 -1 4202560 4238 0 0 0 59 0 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473570212536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10094] ppid=10075 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/10078/task/10094/stat : 10094 (java) S 10075 10078 8029 0 -1 4202560 15297 0 0 0 138 2 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473569159736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10095] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10095/stat : 10095 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473568107640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10096] ppid=10075 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10078/task/10096/stat : 10096 (java) S 10075 10078 8029 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473567055048 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10097] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10097/stat : 10097 (java) S 10075 10078 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8574126 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473566000040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 89.24
Current children cumulated vsize (KiB) 9625040

[startup+88.0008 s]
/proc/loadavg: 2.14 2.24 2.12 4/213 10292
/proc/meminfo: memFree=30479000/32872528 swapFree=1190800/1305264
[pid=10078] ppid=10075 vsize=9625040 CPUtime=90.04 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 8029 0 -1 4202496 23396 0 1 0 8997 7 0 0 20 0 19 0 8574093 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140734870180128 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10078/statm: 2406260 46201 2284 9 0 2396937 0
[pid=10078/tid=10079] ppid=10075 vsize=9625040 CPUtime=87.75 cores=0,2,4,6
/proc/10078/task/10079/stat : 10079 (java) R 10075 10078 8029 0 -1 4202560 2541 0 1 0 8771 4 0 0 20 0 19 0 8574093 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473750257392 140473690589244 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10081] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10081/stat : 10081 (java) S 10075 10078 8029 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473688996136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10082] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10082/stat : 10082 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473687943336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10083] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10083/stat : 10083 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473686891048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10084] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10084/stat : 10084 (java) S 10075 10078 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473685838248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10085] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10085/stat : 10085 (java) S 10075 10078 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473684785960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10086] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10086/stat : 10086 (java) S 10075 10078 8029 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473588726440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10087] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10087/stat : 10087 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473587674152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10088] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10088/stat : 10088 (java) S 10075 10078 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473586621352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10089] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10089/stat : 10089 (java) S 10075 10078 8029 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8574095 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473574422760 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10090] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10090/stat : 10090 (java) S 10075 10078 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8574095 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473573368824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10091] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10091/stat : 10091 (java) S 10075 10078 8029 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8574096 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473572316424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10092] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10092/stat : 10092 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473571264912 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10093] ppid=10075 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/10078/task/10093/stat : 10093 (java) S 10075 10078 8029 0 -1 4202560 4238 0 0 0 59 0 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473570212536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10094] ppid=10075 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/10078/task/10094/stat : 10094 (java) S 10075 10078 8029 0 -1 4202560 15297 0 0 0 138 2 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473569159736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10095] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10095/stat : 10095 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473568107640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10096] ppid=10075 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10078/task/10096/stat : 10096 (java) S 10075 10078 8029 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473567055048 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10097] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10097/stat : 10097 (java) S 10075 10078 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8574126 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473566000040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 90.04
Current children cumulated vsize (KiB) 9625040

[startup+88.4008 s]
/proc/loadavg: 2.14 2.24 2.12 4/213 10292
/proc/meminfo: memFree=30479000/32872528 swapFree=1190800/1305264
[pid=10078] ppid=10075 vsize=9625040 CPUtime=90.44 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 8029 0 -1 4202496 23396 0 1 0 9037 7 0 0 20 0 19 0 8574093 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140734870180128 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10078/statm: 2406260 46201 2284 9 0 2396937 0
[pid=10078/tid=10079] ppid=10075 vsize=9625040 CPUtime=88.14 cores=0,2,4,6
/proc/10078/task/10079/stat : 10079 (java) R 10075 10078 8029 0 -1 4202560 2541 0 1 0 8810 4 0 0 20 0 19 0 8574093 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473750257392 140473690589138 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10081] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10081/stat : 10081 (java) S 10075 10078 8029 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473688996136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10082] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10082/stat : 10082 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473687943336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10083] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10083/stat : 10083 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473686891048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10084] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10084/stat : 10084 (java) S 10075 10078 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473685838248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10085] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10085/stat : 10085 (java) S 10075 10078 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473684785960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10086] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10086/stat : 10086 (java) S 10075 10078 8029 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473588726440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10087] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10087/stat : 10087 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473587674152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10088] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10088/stat : 10088 (java) S 10075 10078 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473586621352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10089] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10089/stat : 10089 (java) S 10075 10078 8029 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8574095 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473574422760 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10090] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10090/stat : 10090 (java) S 10075 10078 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8574095 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473573368824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10091] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10091/stat : 10091 (java) S 10075 10078 8029 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8574096 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473572316424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10092] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10092/stat : 10092 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473571264912 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10093] ppid=10075 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/10078/task/10093/stat : 10093 (java) S 10075 10078 8029 0 -1 4202560 4238 0 0 0 59 0 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473570212536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10094] ppid=10075 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/10078/task/10094/stat : 10094 (java) S 10075 10078 8029 0 -1 4202560 15297 0 0 0 138 2 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473569159736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10095] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10095/stat : 10095 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473568107640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10096] ppid=10075 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10078/task/10096/stat : 10096 (java) S 10075 10078 8029 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473567055048 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10097] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10097/stat : 10097 (java) S 10075 10078 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8574126 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473566000040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 90.44
Current children cumulated vsize (KiB) 9625040

[startup+88.5008 s]
/proc/loadavg: 2.14 2.24 2.12 4/213 10292
/proc/meminfo: memFree=30479000/32872528 swapFree=1190800/1305264
[pid=10078] ppid=10075 vsize=9625040 CPUtime=90.54 cores=0,2,4,6
/proc/10078/stat : 10078 (java) S 10075 10078 8029 0 -1 4202496 23396 0 1 0 9047 7 0 0 20 0 19 0 8574093 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140734870180128 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10078/statm: 2406260 46201 2284 9 0 2396937 0
[pid=10078/tid=10079] ppid=10075 vsize=9625040 CPUtime=88.24 cores=0,2,4,6
/proc/10078/task/10079/stat : 10079 (java) R 10075 10078 8029 0 -1 4202560 2541 0 1 0 8820 4 0 0 20 0 19 0 8574093 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473750257392 140473690552211 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10078/tid=10081] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10081/stat : 10081 (java) S 10075 10078 8029 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473688996136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10082] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10082/stat : 10082 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473687943336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10083] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10083/stat : 10083 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473686891048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10084] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10084/stat : 10084 (java) S 10075 10078 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473685838248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10085] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10085/stat : 10085 (java) S 10075 10078 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473684785960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10086] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10086/stat : 10086 (java) S 10075 10078 8029 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473588726440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10087] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10087/stat : 10087 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473587674152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10078/tid=10088] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10088/stat : 10088 (java) S 10075 10078 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8574094 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473586621352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10089] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10089/stat : 10089 (java) S 10075 10078 8029 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8574095 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473574422760 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10090] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10090/stat : 10090 (java) S 10075 10078 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8574095 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473573368824 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10091] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10091/stat : 10091 (java) S 10075 10078 8029 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8574096 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473572316424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10092] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10092/stat : 10092 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473571264912 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10093] ppid=10075 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/10078/task/10093/stat : 10093 (java) S 10075 10078 8029 0 -1 4202560 4238 0 0 0 59 0 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473570212536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10094] ppid=10075 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/10078/task/10094/stat : 10094 (java) S 10075 10078 8029 0 -1 4202560 15297 0 0 0 138 2 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473569159736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10095] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10095/stat : 10095 (java) S 10075 10078 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473568107640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10078/tid=10096] ppid=10075 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10078/task/10096/stat : 10096 (java) S 10075 10078 8029 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 8574098 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473567055048 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10078/tid=10097] ppid=10075 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10078/task/10097/stat : 10097 (java) S 10075 10078 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8574126 9856040960 46201 33554432000 1073741824 1073778376 140734870188992 140473566000040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 90.54
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10078 and gives
#  childrusage.ru_utime.tv_sec=90
#  childrusage.ru_utime.tv_usec=287274
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=101984
# CPU time returned by wait4() is 90.3893
# while last known CPU time is 90.54
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 88.572
CPU time (s): 90.54
CPU user time (s): 90.47
CPU system time (s): 0.07
CPU usage (%): 102.222
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.2873
system time used= 0.101984
maximum resident set size= 191328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23415
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2179
involuntary context switches= 230

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.567913 second user time and 0.85487 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-16 10:21:15
IDJOB=4090581
IDBENCH=78946
IDSOLVER=2551
FILE ID=node127/4090581-1466065275
RUNJOBID= node127-1466062123-8045
PBS_JOBID= 19904012
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.1900576927--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090581-1466065275/watcher-4090581-1466065275 -o /tmp/evaluation-result-4090581-1466065275/solver-4090581-1466065275 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8045 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090581-1466065275.wbo

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

MD5SUM BENCH= b0bcd9e760e7f0ffa9653d41066a148b
RANDOM SEED=599395052

node127.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.769
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.53
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.769
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.769
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.56
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.769
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.56
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.769
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.769
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.769
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.56
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.769
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:        30610560 kB
Buffers:            7016 kB
Cached:            41272 kB
SwapCached:        34620 kB
Active:           190136 kB
Inactive:          60732 kB
Active(anon):     169048 kB
Inactive(anon):    35536 kB
Active(file):      21088 kB
Inactive(file):    25196 kB
Unevictable:     1305260 kB
Mlocked:         1190796 kB
SwapTotal:      67108856 kB
SwapFree:       67066068 kB
Dirty:               700 kB
Writeback:             0 kB
AnonPages:       1483700 kB
Mapped:            15272 kB
Shmem:                 0 kB
Slab:             564476 kB
SReclaimable:       8512 kB
SUnreclaim:       555964 kB
KernelStack:        1600 kB
PageTables:         7304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1994780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    258048 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= 71736 MiB
End job on node127 at 2016-06-16 10:22:43