Trace number 4090878

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 26.87 25.2247

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900552288--soft-0-100-0.wbo
MD5SUMca8c0bf53108e4446976d449224bf298
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark26.87
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136368
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136367
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 727
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.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@2b21cc40
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@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4090878-1466067907.wbo
0.09/0.12	c reading problem ... 
0.47/0.32	c ... done. Wall clock time 0.203s.
0.47/0.32	c declared #vars     231
0.47/0.32	c internal #vars     2938
0.47/0.32	c #constraints  2707
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.47/0.32	c 2707 constraints processed.
0.47/0.32	c objective function length is 2707 literals
0.75/0.46	c SATISFIABLE
0.75/0.46	c OPTIMIZING...
0.75/0.46	c Got one! Elapsed wall clock time (in seconds):0.344
0.75/0.46	o 887
1.05/0.53	c Got one! Elapsed wall clock time (in seconds):0.415
1.05/0.53	o 399
1.05/0.57	c Got one! Elapsed wall clock time (in seconds):0.456
1.05/0.57	o 396
1.35/0.60	c Got one! Elapsed wall clock time (in seconds):0.484
1.35/0.60	o 386
1.35/0.62	c Got one! Elapsed wall clock time (in seconds):0.504
1.35/0.62	o 349
1.35/0.63	c Got one! Elapsed wall clock time (in seconds):0.516
1.35/0.63	o 343
1.35/0.65	c Got one! Elapsed wall clock time (in seconds):0.528
1.35/0.65	o 325
1.35/0.66	c Got one! Elapsed wall clock time (in seconds):0.542
1.35/0.66	o 298
1.35/0.67	c Got one! Elapsed wall clock time (in seconds):0.553
1.35/0.67	o 270
1.35/0.68	c Got one! Elapsed wall clock time (in seconds):0.562
1.35/0.68	o 210
1.77/0.84	c Got one! Elapsed wall clock time (in seconds):0.72
1.77/0.84	o 207
1.77/0.84	c Got one! Elapsed wall clock time (in seconds):0.726
1.77/0.84	o 205
1.77/0.87	c Got one! Elapsed wall clock time (in seconds):0.751
1.77/0.87	o 191
1.77/0.89	c Got one! Elapsed wall clock time (in seconds):0.769
1.77/0.89	o 159
1.77/0.89	c Got one! Elapsed wall clock time (in seconds):0.776
1.77/0.89	o 152
1.90/0.90	c Got one! Elapsed wall clock time (in seconds):0.785
1.90/0.90	o 137
2.00/1.09	c Got one! Elapsed wall clock time (in seconds):0.971
2.00/1.09	o 134
2.00/1.10	c Got one! Elapsed wall clock time (in seconds):0.978
2.00/1.10	o 128
2.44/1.43	c Got one! Elapsed wall clock time (in seconds):1.312
2.44/1.43	o 124
2.54/1.50	c Got one! Elapsed wall clock time (in seconds):1.382
2.54/1.50	o 123
2.54/1.50	c Got one! Elapsed wall clock time (in seconds):1.388
2.54/1.50	o 121
2.54/1.57	c Got one! Elapsed wall clock time (in seconds):1.448
2.54/1.57	o 117
2.64/1.60	c Got one! Elapsed wall clock time (in seconds):1.48
2.64/1.60	o 109
2.74/1.71	c Got one! Elapsed wall clock time (in seconds):1.589
2.74/1.71	o 108
2.94/1.91	c Got one! Elapsed wall clock time (in seconds):1.792
2.94/1.91	o 101
2.94/1.94	c Got one! Elapsed wall clock time (in seconds):1.821
2.94/1.94	o 76
3.54/2.56	c Got one! Elapsed wall clock time (in seconds):2.447
3.54/2.56	o 70
3.76/2.78	c cleaning 5463 clauses out of 10932 with flag 6634/10932
3.91/2.87	c Got one! Elapsed wall clock time (in seconds):2.754
3.91/2.87	o 68
4.01/2.94	c Got one! Elapsed wall clock time (in seconds):2.825
4.01/2.94	o 60
4.01/2.97	c Got one! Elapsed wall clock time (in seconds):2.852
4.01/2.97	o 58
4.11/3.06	c Got one! Elapsed wall clock time (in seconds):2.941
4.11/3.06	o 56
4.11/3.07	c Got one! Elapsed wall clock time (in seconds):2.95
4.11/3.07	o 13
4.22/3.13	c Got one! Elapsed wall clock time (in seconds):3.009
4.22/3.13	o 12
4.22/3.13	c Got one! Elapsed wall clock time (in seconds):3.016
4.22/3.13	o 11
4.45/3.33	c Got one! Elapsed wall clock time (in seconds):3.215
4.45/3.33	o 10
4.65/3.59	c cleaning 7013 clauses out of 14036 with flag 21882/19499
4.79/3.61	c Got one! Elapsed wall clock time (in seconds):3.497
4.79/3.61	o 8
4.79/3.67	c Got one! Elapsed wall clock time (in seconds):3.55
4.79/3.67	o 6
5.19/3.81	c Got one! Elapsed wall clock time (in seconds):3.696
5.19/3.81	o 5
5.40/3.92	c Got one! Elapsed wall clock time (in seconds):3.807
5.40/3.92	o 3
5.60/4.08	c cleaning 7021 clauses out of 14062 with flag 15579/26538
6.04/4.44	c cleaning 6501 clauses out of 13041 with flag 68779/32538
6.43/4.88	c cleaning 6759 clauses out of 13541 with flag 135964/39539
6.53/4.97	c Got one! Elapsed wall clock time (in seconds):4.855
6.53/4.97	o 2
6.63/5.09	c Got one! Elapsed wall clock time (in seconds):4.974
6.63/5.09	o 1
6.92/5.31	c cleaning 6706 clauses out of 13439 with flag 27835/46196
7.33/5.73	c cleaning 6352 clauses out of 12733 with flag 91084/52196
7.72/6.19	c cleaning 6678 clauses out of 13381 with flag 167179/59196
8.33/6.72	c cleaning 7343 clauses out of 14703 with flag 256100/67196
8.92/7.32	c cleaning 8161 clauses out of 16360 with flag 354198/76196
9.63/8.01	c cleaning 9088 clauses out of 18199 with flag 453182/86196
10.32/8.78	c cleaning 10044 clauses out of 20111 with flag 567976/97196
11.23/9.69	c cleaning 11014 clauses out of 22068 with flag 706920/109197
12.33/10.73	c cleaning 12017 clauses out of 24055 with flag 854731/122198
13.43/11.84	c cleaning 13013 clauses out of 26040 with flag 1013173/136200
14.73/13.16	c cleaning 14008 clauses out of 28025 with flag 1188521/151198
16.13/14.55	c cleaning 14992 clauses out of 30017 with flag 1368289/167198
17.73/16.16	c cleaning 15999 clauses out of 32024 with flag 1575359/184197
19.43/17.88	c cleaning 17005 clauses out of 34025 with flag 1784302/202197
21.33/19.73	c cleaning 18005 clauses out of 36022 with flag 2003985/221199
23.44/21.82	c cleaning 19004 clauses out of 38012 with flag 2172952/241196
25.46/23.85	c cleaning 19994 clauses out of 40005 with flag 2323555/262197
26.87/25.22	c starts		: 94
26.87/25.22	c conflicts		: 278569
26.87/25.22	c decisions		: 503415
26.87/25.22	c propagations		: 18343975
26.87/25.22	c inspects		: 367466430
26.87/25.22	c shortcuts		: 0
26.87/25.22	c learnt literals	: 27
26.87/25.22	c learnt binary clauses	: 27
26.87/25.22	c learnt ternary clauses	: 160
26.87/25.22	c learnt constraints	: 278541
26.87/25.22	c ignored constraints	: 0
26.87/25.22	c root simplifications	: 0
26.87/25.22	c removed literals (reason simplification)	: 0
26.87/25.22	c reason swapping (by a shorter reason)	: 0
26.87/25.22	c Calls to reduceDB	: 22
26.87/25.22	c Number of update (reduction) of LBD	: 94644
26.87/25.22	c Imported unit clauses	: 0
26.87/25.22	c number of reductions to clauses (during analyze)	: 0
26.87/25.22	c number of learned constraints concerned by reduction	: 0
26.87/25.22	c number of learning phase by resolution	: 0
26.87/25.22	c number of learning phase by cutting planes	: 0
26.87/25.22	c speed (assignments/second)	: 737298.0305466239
26.87/25.22	c non guided choices	4891
26.87/25.22	c learnt constraints type 
26.87/25.22	s OPTIMUM FOUND
26.87/25.22	c Found 41 solution(s)
26.87/25.22	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 
26.87/25.22	c objective function=1
26.87/25.22	c Total wall clock time (in seconds): 25.1

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-4090878-1466067907/watcher-4090878-1466067907 -o /tmp/evaluation-result-4090878-1466067907/solver-4090878-1466067907 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466062116-12425 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090878-1466067907.wbo 

pid=14094
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.51 2.35 2.24 4/196 14097
/proc/meminfo: memFree=29985812/32872528 swapFree=1504664/1684536
[pid=14097] ppid=14094 vsize=9488 CPUtime=0 cores=1,3,5,7
/proc/14097/stat : 14097 (java) R 14094 14097 12407 0 -1 4202496 479 0 0 0 0 0 0 0 20 0 1 0 8836594 9715712 133 33554432000 1073741824 1073778376 140733197496240 140733197493368 215128007920 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2323 142 104 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.51 2.35 2.24 4/196 14097
/proc/meminfo: memFree=29985812/32872528 swapFree=1504664/1684536
[pid=14097] ppid=14094 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 12407 0 -1 4202496 4393 0 1 0 8 1 0 0 20 0 18 0 8836594 9787879424 6015 33554432000 1073741824 1073778376 140733197496240 140733197487376 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2389619 6015 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200237 s]
/proc/loadavg: 2.51 2.35 2.24 4/196 14097
/proc/meminfo: memFree=29985812/32872528 swapFree=1504664/1684536
[pid=14097] ppid=14094 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 12407 0 -1 4202496 4731 0 1 0 22 1 0 0 20 0 18 0 8836594 9787879424 6813 33554432000 1073741824 1073778376 140733197496240 140733197487376 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2389619 6813 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300238 s]
/proc/loadavg: 2.51 2.35 2.24 4/196 14097
/proc/meminfo: memFree=29985812/32872528 swapFree=1504664/1684536
[pid=14097] ppid=14094 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 12407 0 -1 4202496 6496 0 1 0 46 1 0 0 20 0 18 0 8836594 9787879424 8777 33554432000 1073741824 1073778376 140733197496240 140733197487376 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2389619 8777 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700203 s]
/proc/loadavg: 2.51 2.35 2.24 4/196 14097
/proc/meminfo: memFree=29985812/32872528 swapFree=1504664/1684536
[pid=14097] ppid=14094 vsize=9625040 CPUtime=1.65 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 12407 0 -1 4202496 12188 0 1 0 163 2 0 0 20 0 19 0 8836594 9856040960 14954 33554432000 1073741824 1073778376 140733197496240 140733197487376 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2406260 14954 2270 9 0 2396937 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.51 2.35 2.24 3/215 14116
/proc/meminfo: memFree=29928460/32872528 swapFree=1504664/1684536
[pid=14097] ppid=14094 vsize=9625040 CPUtime=2.54 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 12407 0 -1 4202496 12199 0 1 0 251 3 0 0 20 0 19 0 8836594 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 140733197487376 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2406260 17519 2272 9 0 2396937 0
[pid=14097/tid=14099] ppid=14094 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/14097/task/14099/stat : 14099 (java) R 14094 14097 12407 0 -1 4202560 2431 0 1 0 145 2 0 0 20 0 19 0 8836595 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139938399138344 139938239171486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14100] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14100/stat : 14100 (java) S 14094 14097 12407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139938360630184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14101] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14101/stat : 14101 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139938359577640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14102] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14102/stat : 14102 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139938358524584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14103] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14103/stat : 14103 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139938357472040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14104] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14104/stat : 14104 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139938238556584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14105] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14105/stat : 14105 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139938237504040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14106] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14106/stat : 14106 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139938236450984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14107] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14107/stat : 14107 (java) S 14094 14097 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139938235398440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14108] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14108/stat : 14108 (java) S 14094 14097 12407 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139938223201128 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14109] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14109/stat : 14109 (java) S 14094 14097 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139937617799032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14110] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14110/stat : 14110 (java) S 14094 14097 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139937616745864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14111] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14111/stat : 14111 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139937615694608 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14112] ppid=14094 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/14097/task/14112/stat : 14112 (java) S 14094 14097 12407 0 -1 4202560 2921 0 0 0 53 0 0 0 20 0 19 0 8836601 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139937614641464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14113] ppid=14094 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/14097/task/14113/stat : 14113 (java) S 14094 14097 12407 0 -1 4202560 5568 0 0 0 51 0 0 0 20 0 19 0 8836601 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139937613588920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14114] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14114/stat : 14114 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139937612536056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14115] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14115/stat : 14115 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139937611483720 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14116] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14116/stat : 14116 (java) S 14094 14097 12407 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836628 9856040960 17519 33554432000 1073741824 1073778376 140733197496240 139937610429992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.47 2.34 2.24 3/215 14116
/proc/meminfo: memFree=29917848/32872528 swapFree=1504664/1684536
[pid=14097] ppid=14094 vsize=9625040 CPUtime=4.22 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 12407 0 -1 4202496 12290 0 1 0 419 3 0 0 20 0 19 0 8836594 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 140733197487376 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2406260 21135 2276 9 0 2396937 0
[pid=14097/tid=14099] ppid=14094 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14097/task/14099/stat : 14099 (java) R 14094 14097 12407 0 -1 4202560 2440 0 1 0 304 2 0 0 20 0 19 0 8836595 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139938399136280 139938239180049 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14100] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14100/stat : 14100 (java) S 14094 14097 12407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139938360630184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14101] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14101/stat : 14101 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139938359577640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14102] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14102/stat : 14102 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139938358524584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14103] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14103/stat : 14103 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139938357472040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14104] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14104/stat : 14104 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139938238556584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14105] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14105/stat : 14105 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139938237504040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14106] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14106/stat : 14106 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139938236450984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14107] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14107/stat : 14107 (java) S 14094 14097 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139938235398440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14108] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14108/stat : 14108 (java) S 14094 14097 12407 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139938223201128 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14109] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14109/stat : 14109 (java) S 14094 14097 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139937617799032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14110] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14110/stat : 14110 (java) S 14094 14097 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139937616745864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14111] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14111/stat : 14111 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139937615694608 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14112] ppid=14094 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/14097/task/14112/stat : 14112 (java) S 14094 14097 12407 0 -1 4202560 2999 0 0 0 58 0 0 0 20 0 19 0 8836601 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139937614641464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14113] ppid=14094 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/14097/task/14113/stat : 14113 (java) S 14094 14097 12407 0 -1 4202560 5572 0 0 0 53 0 0 0 20 0 19 0 8836601 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139937613588920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14114] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14114/stat : 14114 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139937612536056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14115] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14115/stat : 14115 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139937611483720 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14116] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14116/stat : 14116 (java) S 14094 14097 12407 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836628 9856040960 21135 33554432000 1073741824 1073778376 140733197496240 139937610429992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.47 2.34 2.24 3/215 14116
/proc/meminfo: memFree=29876976/32872528 swapFree=1504664/1684536
[pid=14097] ppid=14094 vsize=9625040 CPUtime=7.92 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 12407 0 -1 4202496 19837 0 1 0 787 5 0 0 20 0 19 0 8836594 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 140733197487376 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2406260 29573 2277 9 0 2396937 0
[pid=14097/tid=14099] ppid=14094 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/14097/task/14099/stat : 14099 (java) R 14094 14097 12407 0 -1 4202560 2452 0 1 0 622 2 0 0 20 0 19 0 8836595 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139938399129344 139938239194052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14100] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14100/stat : 14100 (java) S 14094 14097 12407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139938360630184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14101] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14101/stat : 14101 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139938359577640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14102] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14102/stat : 14102 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139938358524584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14103] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14103/stat : 14103 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139938357472040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14104] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14104/stat : 14104 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139938238556584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14105] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14105/stat : 14105 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139938237504040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14106] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14106/stat : 14106 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139938236450984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14107] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14107/stat : 14107 (java) S 14094 14097 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139938235398440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14108] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14108/stat : 14108 (java) S 14094 14097 12407 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139938223201128 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14109] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14109/stat : 14109 (java) S 14094 14097 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139937617799032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14110] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14110/stat : 14110 (java) S 14094 14097 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139937616745864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14111] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14111/stat : 14111 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139937615694608 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14112] ppid=14094 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/14097/task/14112/stat : 14112 (java) S 14094 14097 12407 0 -1 4202560 10533 0 0 0 105 2 0 0 20 0 19 0 8836601 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139937614641464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14113] ppid=14094 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/14097/task/14113/stat : 14113 (java) S 14094 14097 12407 0 -1 4202560 5572 0 0 0 56 0 0 0 20 0 19 0 8836601 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139937613588920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14114] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14114/stat : 14114 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139937612536056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14115] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14115/stat : 14115 (java) S 14094 14097 12407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139937611483720 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14116] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14116/stat : 14116 (java) S 14094 14097 12407 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836628 9856040960 29573 33554432000 1073741824 1073778376 140733197496240 139937610429992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 9625040


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

[pid=14097/tid=14109] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14109/stat : 14109 (java) S 14094 14097 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 41349 33554432000 1073741824 1073778376 140733197496240 139937617799032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14110] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14110/stat : 14110 (java) S 14094 14097 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 41349 33554432000 1073741824 1073778376 140733197496240 139937616745864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14111] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14111/stat : 14111 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 41349 33554432000 1073741824 1073778376 140733197496240 139937615694608 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14112] ppid=14094 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/14097/task/14112/stat : 14112 (java) S 14094 14097 12407 0 -1 4202560 10533 0 0 0 105 2 0 0 20 0 19 0 8836601 9856040960 41349 33554432000 1073741824 1073778376 140733197496240 139937614641464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14113] ppid=14094 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/14097/task/14113/stat : 14113 (java) S 14094 14097 12407 0 -1 4202560 5572 0 0 0 56 0 0 0 20 0 19 0 8836601 9856040960 41349 33554432000 1073741824 1073778376 140733197496240 139937613588920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14114] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14114/stat : 14114 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 41349 33554432000 1073741824 1073778376 140733197496240 139937612536056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14115] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14115/stat : 14115 (java) S 14094 14097 12407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 41349 33554432000 1073741824 1073778376 140733197496240 139937611483720 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14116] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14116/stat : 14116 (java) S 14094 14097 12407 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836628 9856040960 41349 33554432000 1073741824 1073778376 140733197496240 139937610429992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 24.04
Current children cumulated vsize (KiB) 9625040

[startup+24.0009 s]
/proc/loadavg: 2.40 2.33 2.24 3/215 14116
/proc/meminfo: memFree=29725528/32872528 swapFree=1504664/1684536
[pid=14097] ppid=14094 vsize=9625040 CPUtime=25.66 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 12407 0 -1 4202496 19864 0 1 0 2559 7 0 0 20 0 19 0 8836594 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 140733197487376 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2406260 42373 2277 9 0 2396937 0
[pid=14097/tid=14099] ppid=14094 vsize=9625040 CPUtime=23.9 cores=1,3,5,7
/proc/14097/task/14099/stat : 14099 (java) R 14094 14097 12407 0 -1 4202560 2479 0 1 0 2388 2 0 0 20 0 19 0 8836595 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139938399138104 139938239195248 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14100] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14100/stat : 14100 (java) S 14094 14097 12407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139938360630184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14101] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14101/stat : 14101 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139938359577640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14102] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14102/stat : 14102 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139938358524584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14103] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14103/stat : 14103 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139938357472040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14104] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14104/stat : 14104 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139938238556584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14105] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14105/stat : 14105 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139938237504040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14106] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14106/stat : 14106 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139938236450984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14107] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14107/stat : 14107 (java) S 14094 14097 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139938235398440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14108] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14108/stat : 14108 (java) S 14094 14097 12407 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139938223201128 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14109] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14109/stat : 14109 (java) S 14094 14097 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139937617799032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14110] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14110/stat : 14110 (java) S 14094 14097 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139937616745864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14111] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14111/stat : 14111 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139937615694608 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14112] ppid=14094 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/14097/task/14112/stat : 14112 (java) S 14094 14097 12407 0 -1 4202560 10533 0 0 0 105 2 0 0 20 0 19 0 8836601 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139937614641464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14113] ppid=14094 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/14097/task/14113/stat : 14113 (java) S 14094 14097 12407 0 -1 4202560 5572 0 0 0 58 0 0 0 20 0 19 0 8836601 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139937613588920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14114] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14114/stat : 14114 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139937612536056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14115] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14115/stat : 14115 (java) S 14094 14097 12407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139937611483720 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14116] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14116/stat : 14116 (java) S 14094 14097 12407 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836628 9856040960 42373 33554432000 1073741824 1073778376 140733197496240 139937610429992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.66
Current children cumulated vsize (KiB) 9625040

[startup+24.8009 s]
/proc/loadavg: 2.40 2.33 2.24 3/215 14116
/proc/meminfo: memFree=29723484/32872528 swapFree=1504664/1684536
[pid=14097] ppid=14094 vsize=9625040 CPUtime=26.46 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 12407 0 -1 4202496 19866 0 1 0 2639 7 0 0 20 0 19 0 8836594 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 140733197487376 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2406260 42885 2277 9 0 2396937 0
[pid=14097/tid=14099] ppid=14094 vsize=9625040 CPUtime=24.7 cores=1,3,5,7
/proc/14097/task/14099/stat : 14099 (java) R 14094 14097 12407 0 -1 4202560 2481 0 1 0 2468 2 0 0 20 0 19 0 8836595 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139938399138288 139938239179180 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14100] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14100/stat : 14100 (java) S 14094 14097 12407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139938360630184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14101] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14101/stat : 14101 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139938359577640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14102] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14102/stat : 14102 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139938358524584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14103] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14103/stat : 14103 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139938357472040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14104] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14104/stat : 14104 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139938238556584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14105] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14105/stat : 14105 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139938237504040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14106] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14106/stat : 14106 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139938236450984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14107] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14107/stat : 14107 (java) S 14094 14097 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139938235398440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14108] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14108/stat : 14108 (java) S 14094 14097 12407 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139938223201128 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14109] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14109/stat : 14109 (java) S 14094 14097 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139937617799032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14110] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14110/stat : 14110 (java) S 14094 14097 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139937616745864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14111] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14111/stat : 14111 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139937615694608 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14112] ppid=14094 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/14097/task/14112/stat : 14112 (java) S 14094 14097 12407 0 -1 4202560 10533 0 0 0 105 2 0 0 20 0 19 0 8836601 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139937614641464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14113] ppid=14094 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/14097/task/14113/stat : 14113 (java) S 14094 14097 12407 0 -1 4202560 5572 0 0 0 58 0 0 0 20 0 19 0 8836601 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139937613588920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14114] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14114/stat : 14114 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139937612536056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14115] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14115/stat : 14115 (java) S 14094 14097 12407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139937611483720 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14116] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14116/stat : 14116 (java) S 14094 14097 12407 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836628 9856040960 42885 33554432000 1073741824 1073778376 140733197496240 139937610429992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 26.46
Current children cumulated vsize (KiB) 9625040

[startup+25.2013 s]
/proc/loadavg: 2.40 2.33 2.24 3/215 14116
/proc/meminfo: memFree=29723484/32872528 swapFree=1504664/1684536
[pid=14097] ppid=14094 vsize=9625040 CPUtime=26.87 cores=1,3,5,7
/proc/14097/stat : 14097 (java) S 14094 14097 12407 0 -1 4202496 19866 0 1 0 2680 7 0 0 20 0 19 0 8836594 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 140733197487376 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14097/statm: 2406260 39432 2277 9 0 2396937 0
[pid=14097/tid=14099] ppid=14094 vsize=9625040 CPUtime=25.1 cores=1,3,5,7
/proc/14097/task/14099/stat : 14099 (java) R 14094 14097 12407 0 -1 4202560 2481 0 1 0 2508 2 0 0 20 0 19 0 8836595 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139938399138288 139938239551817 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14100] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14100/stat : 14100 (java) S 14094 14097 12407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139938360630184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14101] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14101/stat : 14101 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139938359577640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14102] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14102/stat : 14102 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139938358524584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14103] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14103/stat : 14103 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139938357472040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14104] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14104/stat : 14104 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139938238556584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14105] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14105/stat : 14105 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139938237504040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14097/tid=14106] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14106/stat : 14106 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139938236450984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14107] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14107/stat : 14107 (java) S 14094 14097 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836597 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139938235398440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14108] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14108/stat : 14108 (java) S 14094 14097 12407 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139938223201128 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14109] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14109/stat : 14109 (java) S 14094 14097 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139937617799032 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14110] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14110/stat : 14110 (java) S 14094 14097 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836598 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139937616745864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14111] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14111/stat : 14111 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139937615694608 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14112] ppid=14094 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/14097/task/14112/stat : 14112 (java) S 14094 14097 12407 0 -1 4202560 10533 0 0 0 105 2 0 0 20 0 19 0 8836601 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139937614641464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14097/tid=14113] ppid=14094 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/14097/task/14113/stat : 14113 (java) S 14094 14097 12407 0 -1 4202560 5572 0 0 0 59 0 0 0 20 0 19 0 8836601 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139937613588920 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14114] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14114/stat : 14114 (java) S 14094 14097 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139937612536056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14097/tid=14115] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14115/stat : 14115 (java) S 14094 14097 12407 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836601 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139937611483720 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14097/tid=14116] ppid=14094 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14097/task/14116/stat : 14116 (java) S 14094 14097 12407 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836628 9856040960 39432 33554432000 1073741824 1073778376 140733197496240 139937610429992 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 26.87
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14097 and gives
#  childrusage.ru_utime.tv_sec=26
#  childrusage.ru_utime.tv_usec=765930
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=73988
# CPU time returned by wait4() is 26.8399
# while last known CPU time is 26.87
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 25.2247
CPU time (s): 26.87
CPU user time (s): 26.8
CPU system time (s): 0.07
CPU usage (%): 106.522
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.7659
system time used= 0.073988
maximum resident set size= 171540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19889
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 821
involuntary context switches= 52

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.162975 second user time and 0.238963 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-16 11:05:07
IDJOB=4090878
IDBENCH=79265
IDSOLVER=2551
FILE ID=node135/4090878-1466067907
RUNJOBID= node135-1466062116-12425
PBS_JOBID= 19904004
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= ca8c0bf53108e4446976d449224bf298
RANDOM SEED=1273593940

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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		: 2667.004
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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:        29986348 kB
Buffers:            8908 kB
Cached:            44888 kB
SwapCached:         2276 kB
Active:           472056 kB
Inactive:          30116 kB
Active(anon):     449496 kB
Inactive(anon):     1492 kB
Active(file):      22560 kB
Inactive(file):    28624 kB
Unevictable:     1684536 kB
Mlocked:         1504664 kB
SwapTotal:      67108856 kB
SwapFree:       67099236 kB
Dirty:               796 kB
Writeback:             0 kB
AnonPages:       2132092 kB
Mapped:            15196 kB
Shmem:                 0 kB
Slab:             564712 kB
SReclaimable:       8692 kB
SUnreclaim:       556020 kB
KernelStack:        1616 kB
PageTables:         8524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2628868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 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 node135 at 2016-06-16 11:05:32