Trace number 4090588

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 14.9627 13.5138

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670675--soft-33-100-0.wbo
MD5SUM1266a85a20696deb0d7aee67f4c2d0a0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark18.9021
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 constraints1802
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 91108
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91107
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.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-4090588-1466065175.wbo
0.10/0.11	c reading problem ... 
0.47/0.31	c ... done. Wall clock time 0.198s.
0.47/0.31	c declared #vars     231
0.47/0.31	c internal #vars     2033
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 => 2594
0.47/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 9
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.47/0.31	c 2707 constraints processed.
0.47/0.31	c objective function length is 1802 literals
0.73/0.42	c SATISFIABLE
0.73/0.42	c OPTIMIZING...
0.73/0.42	c Got one! Elapsed wall clock time (in seconds):0.306
0.73/0.42	o 580
0.73/0.48	c Got one! Elapsed wall clock time (in seconds):0.364
0.73/0.48	o 345
1.02/0.58	c Got one! Elapsed wall clock time (in seconds):0.472
1.02/0.58	o 286
1.24/0.61	c Got one! Elapsed wall clock time (in seconds):0.494
1.24/0.61	o 285
1.24/0.66	c Got one! Elapsed wall clock time (in seconds):0.547
1.24/0.66	o 283
1.44/0.74	c Got one! Elapsed wall clock time (in seconds):0.629
1.44/0.74	o 278
1.44/0.76	c Got one! Elapsed wall clock time (in seconds):0.644
1.44/0.76	o 277
1.44/0.76	c Got one! Elapsed wall clock time (in seconds):0.652
1.44/0.76	o 273
1.44/0.77	c Got one! Elapsed wall clock time (in seconds):0.661
1.44/0.77	o 270
1.44/0.78	c Got one! Elapsed wall clock time (in seconds):0.668
1.44/0.78	o 165
1.44/0.79	c Got one! Elapsed wall clock time (in seconds):0.678
1.44/0.79	o 154
1.66/0.80	c Got one! Elapsed wall clock time (in seconds):0.69
1.66/0.80	o 151
1.79/0.96	c Got one! Elapsed wall clock time (in seconds):0.846
1.79/0.96	o 142
1.79/0.97	c Got one! Elapsed wall clock time (in seconds):0.858
1.79/0.97	o 133
1.79/0.98	c Got one! Elapsed wall clock time (in seconds):0.868
1.79/0.98	o 132
2.10/1.26	c Got one! Elapsed wall clock time (in seconds):1.146
2.10/1.26	o 130
2.19/1.32	c Got one! Elapsed wall clock time (in seconds):1.211
2.19/1.32	o 123
2.29/1.44	c Got one! Elapsed wall clock time (in seconds):1.325
2.29/1.44	o 111
2.29/1.45	c Got one! Elapsed wall clock time (in seconds):1.341
2.29/1.45	o 107
2.29/1.49	c Got one! Elapsed wall clock time (in seconds):1.382
2.29/1.49	o 97
2.71/1.85	c cleaning 4872 clauses out of 9756 with flag 10366/9756
2.88/1.93	c Got one! Elapsed wall clock time (in seconds):1.816
2.88/1.93	o 96
2.88/1.93	c Got one! Elapsed wall clock time (in seconds):1.821
2.88/1.93	o 91
3.00/2.01	c Got one! Elapsed wall clock time (in seconds):1.897
3.00/2.01	o 87
3.00/2.09	c Got one! Elapsed wall clock time (in seconds):1.976
3.00/2.09	o 83
3.20/2.26	c Got one! Elapsed wall clock time (in seconds):2.147
3.20/2.26	o 81
3.39/2.49	c Got one! Elapsed wall clock time (in seconds):2.374
3.39/2.49	o 78
3.49/2.51	c Got one! Elapsed wall clock time (in seconds):2.398
3.49/2.51	o 76
3.59/2.66	c Got one! Elapsed wall clock time (in seconds):2.552
3.59/2.66	o 72
3.69/2.70	c Got one! Elapsed wall clock time (in seconds):2.588
3.69/2.70	o 68
3.89/2.98	c cleaning 6773 clauses out of 13559 with flag 12328/18431
4.20/3.26	c Got one! Elapsed wall clock time (in seconds):3.149
4.20/3.26	o 63
4.30/3.32	c Got one! Elapsed wall clock time (in seconds):3.209
4.30/3.32	o 61
4.30/3.36	c Got one! Elapsed wall clock time (in seconds):3.252
4.30/3.36	o 45
4.30/3.39	c Got one! Elapsed wall clock time (in seconds):3.283
4.30/3.39	o 44
4.40/3.41	c Got one! Elapsed wall clock time (in seconds):3.302
4.40/3.41	o 39
4.59/3.66	c cleaning 6857 clauses out of 13726 with flag 17567/25371
4.98/3.83	c Got one! Elapsed wall clock time (in seconds):3.722
4.98/3.83	o 37
5.34/4.09	c cleaning 6150 clauses out of 12327 with flag 21410/30829
5.44/4.13	c Got one! Elapsed wall clock time (in seconds):4.021
5.44/4.13	o 34
5.44/4.16	c Got one! Elapsed wall clock time (in seconds):4.051
5.44/4.16	o 33
5.67/4.32	c Got one! Elapsed wall clock time (in seconds):4.209
5.67/4.32	o 31
5.67/4.34	c Got one! Elapsed wall clock time (in seconds):4.23
5.67/4.34	o 29
5.67/4.39	c Got one! Elapsed wall clock time (in seconds):4.277
5.67/4.39	o 27
5.78/4.41	c Got one! Elapsed wall clock time (in seconds):4.302
5.78/4.41	o 26
5.78/4.48	c Got one! Elapsed wall clock time (in seconds):4.372
5.78/4.48	o 22
5.89/4.55	c Got one! Elapsed wall clock time (in seconds):4.438
5.89/4.55	o 21
5.89/4.58	c Got one! Elapsed wall clock time (in seconds):4.472
5.89/4.58	o 20
6.10/4.76	c Got one! Elapsed wall clock time (in seconds):4.652
6.10/4.76	o 18
6.20/4.83	c Got one! Elapsed wall clock time (in seconds):4.719
6.20/4.83	o 16
6.40/5.02	c cleaning 8764 clauses out of 17539 with flag 14651/42191
6.51/5.18	c Got one! Elapsed wall clock time (in seconds):5.069
6.51/5.18	o 15
6.61/5.25	c Got one! Elapsed wall clock time (in seconds):5.142
6.61/5.25	o 14
6.70/5.30	c Got one! Elapsed wall clock time (in seconds):5.187
6.70/5.30	o 12
6.70/5.35	c Got one! Elapsed wall clock time (in seconds):5.24
6.70/5.35	o 8
6.80/5.50	c cleaning 7801 clauses out of 15612 with flag 16287/49028
7.20/5.89	c cleaning 6901 clauses out of 13811 with flag 68114/55028
7.70/6.34	c cleaning 6945 clauses out of 13909 with flag 129500/62027
8.20/6.86	c cleaning 7470 clauses out of 14965 with flag 200880/70028
8.80/7.49	c cleaning 8240 clauses out of 16494 with flag 286582/79027
9.60/8.23	c cleaning 9119 clauses out of 18254 with flag 382398/89027
10.41/9.06	c cleaning 10064 clauses out of 20137 with flag 488350/100029
11.32/10.00	c Got one! Elapsed wall clock time (in seconds):9.888
11.32/10.00	o 6
11.53/10.16	c Got one! Elapsed wall clock time (in seconds):10.047
11.53/10.16	o 5
11.93/10.54	c cleaning 12935 clauses out of 25872 with flag 30315/115828
12.23/10.81	c Got one! Elapsed wall clock time (in seconds):10.698
12.23/10.81	o 4
12.33/10.98	c cleaning 9182 clauses out of 18388 with flag 14437/121280
12.73/11.39	c cleaning 7603 clauses out of 15206 with flag 54848/127280
13.23/11.89	c cleaning 7296 clauses out of 14605 with flag 103888/134282
13.64/12.22	c Got one! Elapsed wall clock time (in seconds):12.105
13.64/12.22	o 2
14.03/12.61	c cleaning 8776 clauses out of 17572 with flag 34741/144548
14.45/13.01	c cleaning 7396 clauses out of 14794 with flag 71242/150548
14.85/13.45	c cleaning 7191 clauses out of 14390 with flag 113407/157548
14.95/13.50	c starts		: 119
14.95/13.50	c conflicts		: 158507
14.95/13.50	c decisions		: 320656
14.95/13.50	c propagations		: 15449372
14.95/13.50	c inspects		: 157670973
14.95/13.50	c shortcuts		: 0
14.95/13.50	c learnt literals	: 26
14.95/13.50	c learnt binary clauses	: 29
14.95/13.50	c learnt ternary clauses	: 175
14.95/13.50	c learnt constraints	: 158480
14.95/13.50	c ignored constraints	: 0
14.95/13.50	c root simplifications	: 0
14.95/13.50	c removed literals (reason simplification)	: 0
14.95/13.50	c reason swapping (by a shorter reason)	: 0
14.95/13.50	c Calls to reduceDB	: 19
14.95/13.50	c Number of update (reduction) of LBD	: 65891
14.95/13.50	c Imported unit clauses	: 0
14.95/13.50	c number of reductions to clauses (during analyze)	: 0
14.95/13.50	c number of learned constraints concerned by reduction	: 0
14.95/13.50	c number of learning phase by resolution	: 0
14.95/13.50	c number of learning phase by cutting planes	: 0
14.95/13.50	c speed (assignments/second)	: 1171916.2557839642
14.95/13.50	c non guided choices	6578
14.95/13.50	c learnt constraints type 
14.95/13.50	s OPTIMUM FOUND
14.95/13.50	c Found 54 solution(s)
14.95/13.51	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
14.95/13.51	c objective function=2
14.95/13.51	c Total wall clock time (in seconds): 13.394

Verifier Data

OK	2

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

pid=9550
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.39 2.26 2.11 3/194 9553
/proc/meminfo: memFree=30445552/32872528 swapFree=1190796/1305260
[pid=9553] ppid=9550 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9553/stat : 9553 (java) D 9550 9553 8029 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 8564157 9515008 176 33554432000 1073741824 1073778376 140737413903232 140737413885960 214537421712 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/9553/statm: 2323 176 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.39 2.26 2.11 3/194 9553
/proc/meminfo: memFree=30445552/32872528 swapFree=1190796/1305260
[pid=9553] ppid=9550 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9553/stat : 9553 (java) S 9550 9553 8029 0 -1 4202496 4400 0 1 0 9 1 0 0 20 0 18 0 8564157 9787879424 6030 33554432000 1073741824 1073778376 140737413903232 140737413894368 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9553/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200212 s]
/proc/loadavg: 2.39 2.26 2.11 3/194 9553
/proc/meminfo: memFree=30445552/32872528 swapFree=1190796/1305260
[pid=9553] ppid=9550 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/9553/stat : 9553 (java) S 9550 9553 8029 0 -1 4202496 4750 0 1 0 24 1 0 0 20 0 18 0 8564157 9787879424 6841 33554432000 1073741824 1073778376 140737413903232 140737413894368 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9553/statm: 2389619 6841 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 2.39 2.26 2.11 3/194 9553
/proc/meminfo: memFree=30445552/32872528 swapFree=1190796/1305260
[pid=9553] ppid=9550 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/9553/stat : 9553 (java) S 9550 9553 8029 0 -1 4202496 5701 0 1 0 46 1 0 0 20 0 18 0 8564157 9787879424 8318 33554432000 1073741824 1073778376 140737413903232 140737413894368 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9553/statm: 2389619 8318 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700176 s]
/proc/loadavg: 2.39 2.26 2.11 3/194 9553
/proc/meminfo: memFree=30445552/32872528 swapFree=1190796/1305260
[pid=9553] ppid=9550 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/9553/stat : 9553 (java) S 9550 9553 8029 0 -1 4202496 12929 0 1 0 142 2 0 0 20 0 19 0 8564157 9856040960 13280 33554432000 1073741824 1073778376 140737413903232 140737413894368 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9553/statm: 2406260 13280 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.36 2.26 2.11 3/213 9572
/proc/meminfo: memFree=30392276/32872528 swapFree=1190796/1305260
[pid=9553] ppid=9550 vsize=9625040 CPUtime=2.39 cores=0,2,4,6
/proc/9553/stat : 9553 (java) S 9550 9553 8029 0 -1 4202496 14022 0 1 0 236 3 0 0 20 0 19 0 8564157 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140737413894368 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9553/statm: 2406260 16362 2266 9 0 2396937 0
[pid=9553/tid=9555] ppid=9550 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (java) R 9550 9553 8029 0 -1 4202560 2438 0 1 0 145 1 0 0 20 0 19 0 8564158 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414504882480 140414376518093 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9556] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414348377000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9557] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (java) S 9550 9553 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414347324456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9558] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9558/stat : 9558 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414346271400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9553/tid=9559] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9559/stat : 9559 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414345218856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9553/tid=9560] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9560/stat : 9560 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414344165800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9561] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9561/stat : 9561 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414343113256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9553/tid=9562] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9562/stat : 9562 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414342060200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9563] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9563/stat : 9563 (java) S 9550 9553 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414341007656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9564] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9564/stat : 9564 (java) S 9550 9553 8029 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414328810344 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9565] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9565/stat : 9565 (java) S 9550 9553 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414327756664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9566] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9566/stat : 9566 (java) S 9550 9553 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414326703496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9567] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9567/stat : 9567 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414325652240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9568] ppid=9550 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/9553/task/9568/stat : 9568 (java) S 9550 9553 8029 0 -1 4202560 4847 0 0 0 42 0 0 0 20 0 19 0 8564163 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414324599096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9553/tid=9569] ppid=9550 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/9553/task/9569/stat : 9569 (java) S 9550 9553 8029 0 -1 4202560 5458 0 0 0 46 2 0 0 20 0 19 0 8564163 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414323546552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9570] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9570/stat : 9570 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414322493688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9571] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9571/stat : 9571 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414321441352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9572] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9572/stat : 9572 (java) S 9550 9553 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8564190 9856040960 16362 33554432000 1073741824 1073778376 140737413903232 140414320387624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.36 2.26 2.11 3/213 9572
/proc/meminfo: memFree=30383604/32872528 swapFree=1190796/1305260
[pid=9553] ppid=9550 vsize=9625040 CPUtime=4.1 cores=0,2,4,6
/proc/9553/stat : 9553 (java) S 9550 9553 8029 0 -1 4202496 14324 0 1 0 407 3 0 0 20 0 19 0 8564157 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140737413894368 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9553/statm: 2406260 18926 2270 9 0 2396937 0
[pid=9553/tid=9555] ppid=9550 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (java) R 9550 9553 8029 0 -1 4202560 2444 0 1 0 304 1 0 0 20 0 19 0 8564158 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414504881856 140414376516226 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9556] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414348377000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9557] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (java) S 9550 9553 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414347324456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9558] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9558/stat : 9558 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414346271400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9553/tid=9559] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9559/stat : 9559 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414345218856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9553/tid=9560] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9560/stat : 9560 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414344165800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9561] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9561/stat : 9561 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414343113256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9553/tid=9562] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9562/stat : 9562 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414342060200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9563] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9563/stat : 9563 (java) S 9550 9553 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414341007656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9564] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9564/stat : 9564 (java) S 9550 9553 8029 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414328810344 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9565] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9565/stat : 9565 (java) S 9550 9553 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414327756664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9566] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9566/stat : 9566 (java) S 9550 9553 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414326703496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9567] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9567/stat : 9567 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414325652240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9568] ppid=9550 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/9553/task/9568/stat : 9568 (java) S 9550 9553 8029 0 -1 4202560 4849 0 0 0 45 0 0 0 20 0 19 0 8564163 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414324599096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9553/tid=9569] ppid=9550 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/9553/task/9569/stat : 9569 (java) S 9550 9553 8029 0 -1 4202560 5752 0 0 0 54 2 0 0 20 0 19 0 8564163 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414323546552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9570] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9570/stat : 9570 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414322493688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9571] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9571/stat : 9571 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414321441352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9572] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9572/stat : 9572 (java) S 9550 9553 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8564190 9856040960 18926 33554432000 1073741824 1073778376 140737413903232 140414320387624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.36 2.26 2.11 3/213 9572
/proc/meminfo: memFree=30347812/32872528 swapFree=1190796/1305260
[pid=9553] ppid=9550 vsize=9625040 CPUtime=7.7 cores=0,2,4,6
/proc/9553/stat : 9553 (java) S 9550 9553 8029 0 -1 4202496 18481 0 1 0 765 5 0 0 20 0 19 0 8564157 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140737413894368 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9553/statm: 2406260 27146 2270 9 0 2396937 0
[pid=9553/tid=9555] ppid=9550 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (java) R 9550 9553 8029 0 -1 4202560 2459 0 1 0 622 1 0 0 20 0 19 0 8564158 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414504881904 140414376501749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9556] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414348377000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9557] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (java) S 9550 9553 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414347324456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9558] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9558/stat : 9558 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414346271400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9553/tid=9559] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9559/stat : 9559 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414345218856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9553/tid=9560] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9560/stat : 9560 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414344165800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9561] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9561/stat : 9561 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414343113256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9553/tid=9562] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9562/stat : 9562 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414342060200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9563] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9563/stat : 9563 (java) S 9550 9553 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414341007656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9564] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9564/stat : 9564 (java) S 9550 9553 8029 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414328810344 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9565] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9565/stat : 9565 (java) S 9550 9553 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414327756664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9566] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9566/stat : 9566 (java) S 9550 9553 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414326703496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9567] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9567/stat : 9567 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414325652240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9568] ppid=9550 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/9553/task/9568/stat : 9568 (java) S 9550 9553 8029 0 -1 4202560 8953 0 0 0 81 2 0 0 20 0 19 0 8564163 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414324599096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9553/tid=9569] ppid=9550 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/9553/task/9569/stat : 9569 (java) S 9550 9553 8029 0 -1 4202560 5790 0 0 0 57 2 0 0 20 0 19 0 8564163 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414323546552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9570] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9570/stat : 9570 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414322493688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9571] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9571/stat : 9571 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414321441352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9572] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9572/stat : 9572 (java) S 9550 9553 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8564190 9856040960 27146 33554432000 1073741824 1073778376 140737413903232 140414320387624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 9625040


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

[pid=9553/tid=9558] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9558/stat : 9558 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 32787 33554432000 1073741824 1073778376 140737413903232 140414346271400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9553/tid=9559] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9559/stat : 9559 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 32787 33554432000 1073741824 1073778376 140737413903232 140414345218856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9553/tid=9560] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9560/stat : 9560 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 32787 33554432000 1073741824 1073778376 140737413903232 140414344165800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9561] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9561/stat : 9561 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 32787 33554432000 1073741824 1073778376 140737413903232 140414343113256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9553/tid=9562] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9562/stat : 9562 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 32787 33554432000 1073741824 1073778376 140737413903232 140414342060200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9563] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9563/stat : 9563 (java) S 9550 9553 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 32787 33554432000 1073741824 1073778376 140737413903232 140414341007656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9564] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9564/stat : 9564 (java) S 9550 9553 8029 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 32787 33554432000 1073741824 1073778376 140737413903232 140414328810344 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9565] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9565/stat : 9565 (java) S 9550 9553 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 32787 33554432000 1073741824 1073778376 140737413903232 140414327756664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9566] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9566/stat : 9566 (java) S 9550 9553 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 32787 33554432000 1073741824 1073778376 140737413903232 140414326703496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9567] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9567/stat : 9567 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 32787 33554432000 1073741824 1073778376 140737413903232 140414325652240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9568] ppid=9550 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/9553/task/9568/stat : 9568 (java) S 9550 9553 8029 0 -1 4202560 8962 0 0 0 85 2 0 0 20 0 19 0 8564163 9856040960 32787 33554432000 1073741824 1073778376 140737413903232 140414324599096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9553/tid=9569] ppid=9550 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/9553/task/9569/stat : 9569 (java) S 9550 9553 8029 0 -1 4202560 5790 0 0 0 57 2 0 0 20 0 19 0 8564163 9856040960 32787 33554432000 1073741824 1073778376 140737413903232 140414323546552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9570] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9570/stat : 9570 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 32787 33554432000 1073741824 1073778376 140737413903232 140414322493688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9571] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9571/stat : 9571 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 32787 33554432000 1073741824 1073778376 140737413903232 140414321441352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9572] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9572/stat : 9572 (java) S 9550 9553 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8564190 9856040960 32787 33554432000 1073741824 1073778376 140737413903232 140414320387624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.23
Current children cumulated vsize (KiB) 9625040

[startup+13.2007 s]
/proc/loadavg: 2.38 2.27 2.11 3/213 9572
/proc/meminfo: memFree=30317776/32872528 swapFree=1190796/1305260
[pid=9553] ppid=9550 vsize=9625040 CPUtime=14.66 cores=0,2,4,6
/proc/9553/stat : 9553 (java) S 9550 9553 8029 0 -1 4202496 18504 0 1 0 1461 5 0 0 20 0 19 0 8564157 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140737413894368 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9553/statm: 2406260 33299 2271 9 0 2396937 0
[pid=9553/tid=9555] ppid=9550 vsize=9625040 CPUtime=13.12 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (java) R 9550 9553 8029 0 -1 4202560 2473 0 1 0 1311 1 0 0 20 0 19 0 8564158 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414504890864 140414376650144 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9556] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414348377000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9557] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (java) S 9550 9553 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414347324456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9558] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9558/stat : 9558 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414346271400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9553/tid=9559] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9559/stat : 9559 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414345218856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9553/tid=9560] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9560/stat : 9560 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414344165800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9561] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9561/stat : 9561 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414343113256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9553/tid=9562] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9562/stat : 9562 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414342060200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9563] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9563/stat : 9563 (java) S 9550 9553 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414341007656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9564] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9564/stat : 9564 (java) S 9550 9553 8029 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414328810344 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9565] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9565/stat : 9565 (java) S 9550 9553 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414327756664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9566] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9566/stat : 9566 (java) S 9550 9553 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414326703496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9567] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9567/stat : 9567 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414325652240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9568] ppid=9550 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/9553/task/9568/stat : 9568 (java) S 9550 9553 8029 0 -1 4202560 8962 0 0 0 87 2 0 0 20 0 19 0 8564163 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414324599096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9553/tid=9569] ppid=9550 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/9553/task/9569/stat : 9569 (java) S 9550 9553 8029 0 -1 4202560 5790 0 0 0 57 2 0 0 20 0 19 0 8564163 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414323546552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9570] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9570/stat : 9570 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414322493688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9571] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9571/stat : 9571 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414321441352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9572] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9572/stat : 9572 (java) S 9550 9553 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8564190 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414320387624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.66
Current children cumulated vsize (KiB) 9625040

[startup+13.4008 s]
/proc/loadavg: 2.38 2.27 2.11 3/213 9572
/proc/meminfo: memFree=30317776/32872528 swapFree=1190796/1305260
[pid=9553] ppid=9550 vsize=9625040 CPUtime=14.85 cores=0,2,4,6
/proc/9553/stat : 9553 (java) S 9550 9553 8029 0 -1 4202496 18504 0 1 0 1480 5 0 0 20 0 19 0 8564157 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140737413894368 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9553/statm: 2406260 33299 2271 9 0 2396937 0
[pid=9553/tid=9555] ppid=9550 vsize=9625040 CPUtime=13.31 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (java) R 9550 9553 8029 0 -1 4202560 2473 0 1 0 1330 1 0 0 20 0 19 0 8564158 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414504890864 140414376523635 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9556] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414348377000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9557] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (java) S 9550 9553 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414347324456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9558] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9558/stat : 9558 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414346271400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9553/tid=9559] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9559/stat : 9559 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414345218856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9553/tid=9560] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9560/stat : 9560 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414344165800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9561] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9561/stat : 9561 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414343113256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9553/tid=9562] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9562/stat : 9562 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414342060200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9563] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9563/stat : 9563 (java) S 9550 9553 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414341007656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9564] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9564/stat : 9564 (java) S 9550 9553 8029 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414328810344 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9565] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9565/stat : 9565 (java) S 9550 9553 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414327756664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9566] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9566/stat : 9566 (java) S 9550 9553 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414326703496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9567] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9567/stat : 9567 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414325652240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9568] ppid=9550 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/9553/task/9568/stat : 9568 (java) S 9550 9553 8029 0 -1 4202560 8962 0 0 0 87 2 0 0 20 0 19 0 8564163 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414324599096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9553/tid=9569] ppid=9550 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/9553/task/9569/stat : 9569 (java) S 9550 9553 8029 0 -1 4202560 5790 0 0 0 57 2 0 0 20 0 19 0 8564163 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414323546552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9570] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9570/stat : 9570 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414322493688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9571] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9571/stat : 9571 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414321441352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9572] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9572/stat : 9572 (java) S 9550 9553 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8564190 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414320387624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.85
Current children cumulated vsize (KiB) 9625040

[startup+13.5008 s]
/proc/loadavg: 2.38 2.27 2.11 3/213 9572
/proc/meminfo: memFree=30317776/32872528 swapFree=1190796/1305260
[pid=9553] ppid=9550 vsize=9625040 CPUtime=14.95 cores=0,2,4,6
/proc/9553/stat : 9553 (java) S 9550 9553 8029 0 -1 4202496 18504 0 1 0 1490 5 0 0 20 0 19 0 8564157 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140737413894368 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9553/statm: 2406260 33299 2271 9 0 2396937 0
[pid=9553/tid=9555] ppid=9550 vsize=9625040 CPUtime=13.41 cores=0,2,4,6
/proc/9553/task/9555/stat : 9555 (java) R 9550 9553 8029 0 -1 4202560 2473 0 1 0 1340 1 0 0 20 0 19 0 8564158 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414504890864 140414376723056 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9556] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9556/stat : 9556 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414348377000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9557] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9557/stat : 9557 (java) S 9550 9553 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414347324456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9558] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9558/stat : 9558 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414346271400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9553/tid=9559] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9559/stat : 9559 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414345218856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9553/tid=9560] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9560/stat : 9560 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414344165800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9561] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9561/stat : 9561 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414343113256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9553/tid=9562] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9562/stat : 9562 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414342060200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9563] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9563/stat : 9563 (java) S 9550 9553 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8564160 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414341007656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9564] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9564/stat : 9564 (java) S 9550 9553 8029 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414328810344 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9565] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9565/stat : 9565 (java) S 9550 9553 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414327756664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9566] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9566/stat : 9566 (java) S 9550 9553 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8564161 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414326703496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9567] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9567/stat : 9567 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414325652240 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9568] ppid=9550 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/9553/task/9568/stat : 9568 (java) S 9550 9553 8029 0 -1 4202560 8962 0 0 0 87 2 0 0 20 0 19 0 8564163 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414324599096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9553/tid=9569] ppid=9550 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/9553/task/9569/stat : 9569 (java) S 9550 9553 8029 0 -1 4202560 5790 0 0 0 57 2 0 0 20 0 19 0 8564163 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414323546552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9570] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9570/stat : 9570 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414322493688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9553/tid=9571] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9571/stat : 9571 (java) S 9550 9553 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8564163 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414321441352 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9553/tid=9572] ppid=9550 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9553/task/9572/stat : 9572 (java) S 9550 9553 8029 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8564190 9856040960 33299 33554432000 1073741824 1073778376 140737413903232 140414320387624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.95
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 13.5138
CPU time (s): 14.9627
CPU user time (s): 14.8817
CPU system time (s): 0.080987
CPU usage (%): 110.722
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.8817
system time used= 0.080987
maximum resident set size= 135304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18528
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= 627
involuntary context switches= 145

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.092985 second user time and 0.116982 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 1266a85a20696deb0d7aee67f4c2d0a0
RANDOM SEED=782945665

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:        30446608 kB
Buffers:            6416 kB
Cached:            41500 kB
SwapCached:        34620 kB
Active:           364540 kB
Inactive:          60380 kB
Active(anon):     344112 kB
Inactive(anon):    35536 kB
Active(file):      20428 kB
Inactive(file):    24844 kB
Unevictable:     1305260 kB
Mlocked:         1190796 kB
SwapTotal:      67108856 kB
SwapFree:       67066068 kB
Dirty:              1056 kB
Writeback:             0 kB
AnonPages:       1746880 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             564264 kB
SReclaimable:       8440 kB
SUnreclaim:       555824 kB
KernelStack:        1760 kB
PageTables:         8016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1792812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    530432 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:19:49