Trace number 4110424

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 39.238 38.202

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900557362--soft-0-100-0.wbo
MD5SUM72eb8aad8ccea22a443211b3b107df93
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark39.238
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 136843
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136842
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 709
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4110424-1466343915.wbo
0.10/0.10	c reading problem ... 
0.51/0.31	c ... done. Wall clock time 0.204s.
0.51/0.31	c declared #vars     231
0.51/0.31	c internal #vars     2938
0.51/0.31	c #constraints  2707
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.51/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.51/0.31	c 2707 constraints processed.
0.51/0.31	c objective function length is 2707 literals
0.80/0.48	c SATISFIABLE
0.80/0.48	c OPTIMIZING...
0.80/0.48	c Got one! Elapsed wall clock time (in seconds):0.381
0.80/0.49	o 669
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.42
1.07/0.52	o 488
1.07/0.54	c Got one! Elapsed wall clock time (in seconds):0.438
1.07/0.54	o 405
1.07/0.58	c Got one! Elapsed wall clock time (in seconds):0.475
1.07/0.58	o 194
1.29/0.63	c Got one! Elapsed wall clock time (in seconds):0.529
1.29/0.63	o 192
2.32/1.57	c Got one! Elapsed wall clock time (in seconds):1.465
2.32/1.57	o 187
2.32/1.58	c Got one! Elapsed wall clock time (in seconds):1.475
2.32/1.58	o 156
2.46/1.66	c Got one! Elapsed wall clock time (in seconds):1.555
2.46/1.66	o 146
2.46/1.68	c Got one! Elapsed wall clock time (in seconds):1.574
2.46/1.68	o 128
2.46/1.69	c Got one! Elapsed wall clock time (in seconds):1.587
2.46/1.69	o 126
2.55/1.79	c Got one! Elapsed wall clock time (in seconds):1.686
2.55/1.79	o 123
2.97/2.13	c Got one! Elapsed wall clock time (in seconds):2.03
2.97/2.13	o 120
2.97/2.17	c Got one! Elapsed wall clock time (in seconds):2.069
2.97/2.17	o 114
3.18/2.34	c cleaning 4524 clauses out of 9048 with flag 4900/9048
4.03/3.13	c cleaning 5256 clauses out of 10525 with flag 42717/15049
4.93/4.05	c cleaning 6132 clauses out of 12268 with flag 98925/22048
5.48/4.54	c Got one! Elapsed wall clock time (in seconds):4.437
5.48/4.54	o 112
5.88/4.91	c cleaning 5858 clauses out of 11729 with flag 12304/27641
6.50/5.52	c Got one! Elapsed wall clock time (in seconds):5.417
6.50/5.52	o 109
6.50/5.55	c Got one! Elapsed wall clock time (in seconds):5.445
6.50/5.55	o 106
6.50/5.56	c Got one! Elapsed wall clock time (in seconds):5.452
6.50/5.56	o 99
6.60/5.62	c Got one! Elapsed wall clock time (in seconds):5.52
6.60/5.62	o 90
7.00/6.02	c cleaning 5687 clauses out of 11379 with flag 11983/33149
8.00/7.04	c cleaning 5833 clauses out of 11690 with flag 59600/39147
8.10/7.17	c Got one! Elapsed wall clock time (in seconds):7.068
8.10/7.17	o 89
8.31/7.39	c Got one! Elapsed wall clock time (in seconds):7.282
8.31/7.39	o 81
8.71/7.78	c cleaning 5505 clauses out of 11031 with flag 21389/44321
9.81/8.82	c cleaning 5747 clauses out of 11526 with flag 76604/50321
10.51/9.55	c Got one! Elapsed wall clock time (in seconds):9.449
10.51/9.55	o 80
10.71/9.76	c Got one! Elapsed wall clock time (in seconds):9.657
10.71/9.76	o 68
10.92/9.90	c cleaning 6037 clauses out of 12093 with flag 7836/56635
11.61/10.62	c cleaning 6008 clauses out of 12054 with flag 57606/62633
12.12/11.13	c Got one! Elapsed wall clock time (in seconds):11.024
12.12/11.13	o 67
12.21/11.20	c Got one! Elapsed wall clock time (in seconds):11.096
12.21/11.20	o 62
12.31/11.31	c cleaning 5758 clauses out of 11555 with flag 6749/68142
12.81/11.87	c cleaning 5892 clauses out of 11797 with flag 54704/74142
13.51/12.54	c Got one! Elapsed wall clock time (in seconds):12.433
13.51/12.54	o 61
13.61/12.69	c Got one! Elapsed wall clock time (in seconds):12.585
13.61/12.69	o 55
14.32/13.36	c cleaning 8715 clauses out of 17434 with flag 43144/85671
14.72/13.71	c Got one! Elapsed wall clock time (in seconds):13.609
14.72/13.71	o 54
15.02/14.06	c cleaning 6860 clauses out of 13740 with flag 16730/90692
15.42/14.42	c Got one! Elapsed wall clock time (in seconds):14.317
15.42/14.42	o 53
15.52/14.52	c Got one! Elapsed wall clock time (in seconds):14.411
15.52/14.52	o 40
15.52/14.56	c Got one! Elapsed wall clock time (in seconds):14.454
15.52/14.56	o 39
15.95/14.96	c cleaning 6605 clauses out of 13229 with flag 24453/97041
16.25/15.25	c Got one! Elapsed wall clock time (in seconds):15.149
16.25/15.25	o 37
16.65/15.65	c cleaning 6033 clauses out of 12088 with flag 26104/102505
17.25/16.30	c Got one! Elapsed wall clock time (in seconds):16.192
17.25/16.30	o 30
17.85/16.87	c cleaning 8079 clauses out of 16165 with flag 42550/112615
18.55/17.50	c cleaning 7032 clauses out of 14086 with flag 97577/118615
19.25/18.23	c Got one! Elapsed wall clock time (in seconds):18.125
19.25/18.23	o 29
19.86/18.86	c cleaning 9413 clauses out of 18828 with flag 54013/130389
20.65/19.63	c cleaning 7704 clauses out of 15414 with flag 131405/136388
20.96/19.98	c Got one! Elapsed wall clock time (in seconds):19.873
20.96/19.98	o 28
21.35/20.37	c cleaning 6734 clauses out of 13479 with flag 33500/142157
21.85/20.88	c Got one! Elapsed wall clock time (in seconds):20.773
21.85/20.88	o 27
21.96/20.98	c cleaning 5999 clauses out of 12018 with flag 9090/147430
22.25/21.24	c Got one! Elapsed wall clock time (in seconds):21.136
22.25/21.24	o 26
22.45/21.48	c cleaning 5545 clauses out of 11101 with flag 20841/152512
22.75/21.71	c Got one! Elapsed wall clock time (in seconds):21.605
22.75/21.71	o 25
23.06/22.05	c cleaning 5418 clauses out of 10848 with flag 30258/157804
23.25/22.22	c Got one! Elapsed wall clock time (in seconds):22.117
23.25/22.22	o 24
23.65/22.66	c cleaning 5502 clauses out of 11027 with flag 38718/163401
23.95/22.96	c Got one! Elapsed wall clock time (in seconds):22.86
23.95/22.96	o 23
24.35/23.34	c cleaning 5656 clauses out of 11347 with flag 29281/169223
24.55/23.50	c Got one! Elapsed wall clock time (in seconds):23.4
24.55/23.50	o 20
24.87/23.85	c Got one! Elapsed wall clock time (in seconds):23.75
24.87/23.85	o 19
24.97/23.95	c cleaning 5921 clauses out of 11857 with flag 10075/175389
25.57/24.53	c cleaning 5953 clauses out of 11936 with flag 66656/181389
26.07/25.04	c Got one! Elapsed wall clock time (in seconds):24.932
26.07/25.04	o 18
26.17/25.15	c cleaning 5874 clauses out of 11786 with flag 8972/187192
26.77/25.79	c cleaning 5956 clauses out of 11911 with flag 73685/193191
27.58/26.52	c cleaning 6477 clauses out of 12956 with flag 148199/200192
28.27/27.29	c Got one! Elapsed wall clock time (in seconds):27.183
28.27/27.29	o 17
28.58/27.55	c Got one! Elapsed wall clock time (in seconds):27.442
28.58/27.55	o 16
28.98/27.91	c cleaning 9218 clauses out of 18438 with flag 29096/212151
29.28/28.22	c Got one! Elapsed wall clock time (in seconds):28.115
29.28/28.22	o 13
29.59/28.55	c cleaning 7461 clauses out of 14928 with flag 29210/217859
29.71/28.64	c Got one! Elapsed wall clock time (in seconds):28.54
29.71/28.64	o 12
30.10/29.04	c Got one! Elapsed wall clock time (in seconds):28.931
30.10/29.04	o 11
30.20/29.14	c cleaning 6708 clauses out of 13418 with flag 9446/223810
30.81/29.71	c cleaning 6346 clauses out of 12710 with flag 70126/229810
31.20/30.12	c Got one! Elapsed wall clock time (in seconds):30.018
31.20/30.12	o 10
31.30/30.22	c cleaning 6087 clauses out of 12195 with flag 9182/235641
31.80/30.76	c cleaning 6045 clauses out of 12108 with flag 65410/241641
32.01/30.98	c Got one! Elapsed wall clock time (in seconds):30.878
32.01/30.98	o 9
32.30/31.20	c cleaning 5847 clauses out of 11716 with flag 22585/247294
32.70/31.65	c cleaning 5935 clauses out of 11871 with flag 68934/253296
32.70/31.69	c Got one! Elapsed wall clock time (in seconds):31.59
32.70/31.69	o 8
33.10/32.08	c cleaning 5750 clauses out of 11533 with flag 41892/258893
33.50/32.44	c Got one! Elapsed wall clock time (in seconds):32.337
33.50/32.44	o 7
33.70/32.62	c cleaning 5832 clauses out of 11677 with flag 16173/264787
34.30/33.21	c cleaning 5920 clauses out of 11844 with flag 73612/270786
34.90/33.82	c cleaning 6460 clauses out of 12925 with flag 131420/277787
35.60/34.55	c cleaning 7231 clauses out of 14463 with flag 203419/285786
36.32/35.20	c Got one! Elapsed wall clock time (in seconds):35.101
36.32/35.20	o 6
36.82/35.75	c cleaning 9805 clauses out of 19609 with flag 40647/298167
37.43/36.34	c cleaning 7893 clauses out of 15799 with flag 92118/304165
37.82/36.72	c Got one! Elapsed wall clock time (in seconds):36.619
37.82/36.72	o 5
37.92/36.80	c cleaning 6763 clauses out of 13534 with flag 5233/309794
38.32/37.26	c cleaning 6377 clauses out of 12767 with flag 49671/315792
38.92/37.84	c cleaning 6683 clauses out of 13386 with flag 97219/322792
39.22/38.18	c starts		: 420
39.22/38.18	c conflicts		: 327208
39.22/38.18	c decisions		: 652451
39.22/38.18	c propagations		: 49956494
39.22/38.18	c inspects		: 346898638
39.22/38.18	c shortcuts		: 0
39.22/38.18	c learnt literals	: 23
39.22/38.18	c learnt binary clauses	: 77
39.22/38.18	c learnt ternary clauses	: 343
39.22/38.18	c learnt constraints	: 327184
39.22/38.18	c ignored constraints	: 0
39.22/38.18	c root simplifications	: 0
39.22/38.18	c removed literals (reason simplification)	: 0
39.22/38.18	c reason swapping (by a shorter reason)	: 0
39.22/38.18	c Calls to reduceDB	: 49
39.22/38.18	c Number of update (reduction) of LBD	: 155323
39.22/38.18	c Imported unit clauses	: 0
39.22/38.18	c number of reductions to clauses (during analyze)	: 0
39.22/38.18	c number of learned constraints concerned by reduction	: 0
39.22/38.18	c number of learning phase by resolution	: 0
39.22/38.18	c number of learning phase by cutting planes	: 0
39.22/38.18	c speed (assignments/second)	: 1319540.7696980902
39.22/38.18	c non guided choices	7485
39.22/38.18	c learnt constraints type 
39.22/38.18	s OPTIMUM FOUND
39.22/38.18	c Found 53 solution(s)
39.22/38.18	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 
39.22/38.18	c objective function=5
39.22/38.18	c Total wall clock time (in seconds): 38.081

Verifier Data

OK	5

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-4110424-1466343915/watcher-4110424-1466343915 -o /tmp/evaluation-result-4110424-1466343915/solver-4110424-1466343915 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18888 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110424-1466343915.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.24 2.13 1.85 4/194 21452
/proc/meminfo: memFree=31124108/32872528 swapFree=526336/559040
[pid=21452] ppid=21449 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/21452/stat : 21452 (java) S 21449 21452 18872 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 36441583 98570240 978 33554432000 1073741824 1073778376 140736364430320 140736364421456 270121599037 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21452/statm: 24065 978 744 9 0 16771 0
[pid=21452/tid=21453] ppid=21449 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21453/stat : 21453 (java) R 21449 21452 18872 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36441583 98570240 978 33554432000 1073741824 1073778376 140736364430320 139683248967208 270118241664 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100204 s]
/proc/loadavg: 2.24 2.13 1.85 4/194 21452
/proc/meminfo: memFree=31124108/32872528 swapFree=526336/559040
[pid=21452] ppid=21449 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/21452/stat : 21452 (java) S 21449 21452 18872 0 -1 4202496 4436 0 1 0 9 1 0 0 20 0 18 0 36441583 9787879424 6065 33554432000 1073741824 1073778376 140736364430320 140736364421456 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21452/statm: 2389619 6065 2141 9 0 2380296 0
[pid=21452/tid=21453] ppid=21449 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/21452/task/21453/stat : 21453 (java) R 21449 21452 18872 0 -1 4202560 2383 0 1 0 6 1 0 0 20 0 18 0 36441583 9787879424 6065 33554432000 1073741824 1073778376 140736364430320 139683248970656 270121624845 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 2.24 2.13 1.85 4/194 21452
/proc/meminfo: memFree=31124108/32872528 swapFree=526336/559040
[pid=21452] ppid=21449 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/21452/stat : 21452 (java) S 21449 21452 18872 0 -1 4202496 4733 0 1 0 25 1 0 0 20 0 18 0 36441583 9787879424 6813 33554432000 1073741824 1073778376 140736364430320 140736364421456 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21452/statm: 2389619 6813 2212 9 0 2380296 0
[pid=21452/tid=21453] ppid=21449 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/21452/task/21453/stat : 21453 (java) R 21449 21452 18872 0 -1 4202560 2400 0 1 0 16 1 0 0 20 0 18 0 36441583 9787879424 6813 33554432000 1073741824 1073778376 140736364430320 139683248970656 139683090785583 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300259 s]
/proc/loadavg: 2.24 2.13 1.85 4/194 21452
/proc/meminfo: memFree=31124108/32872528 swapFree=526336/559040
[pid=21452] ppid=21449 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/21452/stat : 21452 (java) S 21449 21452 18872 0 -1 4202496 6485 0 1 0 49 2 0 0 20 0 18 0 36441583 9787879424 8874 33554432000 1073741824 1073778376 140736364430320 140736364421456 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21452/statm: 2389619 8874 2236 9 0 2380296 0
[pid=21452/tid=21453] ppid=21449 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/21452/task/21453/stat : 21453 (java) R 21449 21452 18872 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 18 0 36441583 9787879424 8874 33554432000 1073741824 1073778376 140736364430320 139683248971240 139683091145888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700305 s]
/proc/loadavg: 2.24 2.13 1.85 4/194 21452
/proc/meminfo: memFree=31124108/32872528 swapFree=526336/559040
[pid=21452] ppid=21449 vsize=9625040 CPUtime=1.51 cores=0,2,4,6
/proc/21452/stat : 21452 (java) S 21449 21452 18872 0 -1 4202496 9909 0 1 0 148 3 0 0 20 0 19 0 36441583 9856040960 12313 33554432000 1073741824 1073778376 140736364430320 140736364421456 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21452/statm: 2406260 12313 2270 9 0 2396937 0
[pid=21452/tid=21453] ppid=21449 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/21452/task/21453/stat : 21453 (java) R 21449 21452 18872 0 -1 4202560 2419 0 1 0 66 1 0 0 20 0 19 0 36441583 9856040960 12313 33554432000 1073741824 1073778376 140736364430320 139683248972088 139683091313566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.24 2.13 1.85 4/213 21536
/proc/meminfo: memFree=31171932/32872528 swapFree=526336/559040
[pid=21452] ppid=21449 vsize=9625040 CPUtime=2.32 cores=0,2,4,6
/proc/21452/stat : 21452 (java) S 21449 21452 18872 0 -1 4202496 9913 0 1 0 229 3 0 0 20 0 19 0 36441583 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 140736364421456 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21452/statm: 2406260 12316 2272 9 0 2396937 0
[pid=21452/tid=21453] ppid=21449 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/21452/task/21453/stat : 21453 (java) R 21449 21452 18872 0 -1 4202560 2420 0 1 0 146 1 0 0 20 0 19 0 36441583 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139683248970728 139683091313600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21455] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21455/stat : 21455 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139683210463784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21456] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21456/stat : 21456 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139683209410984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21457] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21457/stat : 21457 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139683090655528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21458] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21458/stat : 21458 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139683089602728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21459] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21459/stat : 21459 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139683088550952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21460] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21460/stat : 21460 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139683087498152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21461] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21461/stat : 21461 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139683086445352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21462] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21462/stat : 21462 (java) S 21449 21452 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139683085392552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21463] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21463/stat : 21463 (java) S 21449 21452 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36441585 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139682603063784 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21452/tid=21464] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21464/stat : 21464 (java) S 21449 21452 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36441586 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139682602009848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21465] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21465/stat : 21465 (java) S 21449 21452 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36441586 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139682600956936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21466] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21466/stat : 21466 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139682599905424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21467] ppid=21449 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21452/task/21467/stat : 21467 (java) S 21449 21452 18872 0 -1 4202560 2788 0 0 0 40 0 0 0 20 0 19 0 36441588 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139682598853560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21468] ppid=21449 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/21452/task/21468/stat : 21468 (java) S 21449 21452 18872 0 -1 4202560 3428 0 0 0 40 1 0 0 20 0 19 0 36441588 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139682597800760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21469] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21469/stat : 21469 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139682596748152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21470] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21470/stat : 21470 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139682595695560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21452/tid=21486] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21486/stat : 21486 (java) S 21449 21452 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36441616 9856040960 12316 33554432000 1073741824 1073778376 140736364430320 139682594641064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.22 2.13 1.85 3/213 21536
/proc/meminfo: memFree=31144068/32872528 swapFree=526336/559040
[pid=21452] ppid=21449 vsize=9625040 CPUtime=4.03 cores=0,2,4,6
/proc/21452/stat : 21452 (java) S 21449 21452 18872 0 -1 4202496 9925 0 1 0 400 3 0 0 20 0 19 0 36441583 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 140736364421456 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21452/statm: 2406260 15392 2276 9 0 2396937 0
[pid=21452/tid=21453] ppid=21449 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/21452/task/21453/stat : 21453 (java) R 21449 21452 18872 0 -1 4202560 2427 0 1 0 306 1 0 0 20 0 19 0 36441583 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139683248970184 139683091321307 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21455] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21455/stat : 21455 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139683210463784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21456] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21456/stat : 21456 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139683209410984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21457] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21457/stat : 21457 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139683090655528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21458] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21458/stat : 21458 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139683089602728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21459] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21459/stat : 21459 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139683088550952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21460] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21460/stat : 21460 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139683087498152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21461] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21461/stat : 21461 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139683086445352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21462] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21462/stat : 21462 (java) S 21449 21452 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139683085392552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21463] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21463/stat : 21463 (java) S 21449 21452 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36441585 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139682603063784 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21452/tid=21464] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21464/stat : 21464 (java) S 21449 21452 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36441586 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139682602009848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21465] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21465/stat : 21465 (java) S 21449 21452 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36441586 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139682600956936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21466] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21466/stat : 21466 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139682599905424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21467] ppid=21449 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/21452/task/21467/stat : 21467 (java) S 21449 21452 18872 0 -1 4202560 2789 0 0 0 47 0 0 0 20 0 19 0 36441588 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139682598853560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21468] ppid=21449 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/21452/task/21468/stat : 21468 (java) S 21449 21452 18872 0 -1 4202560 3432 0 0 0 44 1 0 0 20 0 19 0 36441588 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139682597800760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21469] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21469/stat : 21469 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139682596748152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21470] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21470/stat : 21470 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139682595695560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21452/tid=21486] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21486/stat : 21486 (java) S 21449 21452 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36441616 9856040960 15392 33554432000 1073741824 1073778376 140736364430320 139682594641064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.22 2.13 1.85 4/213 21536
/proc/meminfo: memFree=31104128/32872528 swapFree=526336/559040
[pid=21452] ppid=21449 vsize=9625040 CPUtime=7.3 cores=0,2,4,6
/proc/21452/stat : 21452 (java) S 21449 21452 18872 0 -1 4202496 10495 0 1 0 726 4 0 0 20 0 19 0 36441583 9856040960 19021 33554432000 1073741824 1073778376 140736364430320 140736364421456 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21452/statm: 2406260 19021 2277 9 0 2396937 0
[pid=21452/tid=21453] ppid=21449 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/21452/task/21453/stat : 21453 (java) R 21449 21452 18872 0 -1 4202560 2438 0 1 0 625 1 0 0 20 0 19 0 36441583 9856040960 19021 33554432000 1073741824 1073778376 140736364430320 139683248972360 139683091265582 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21455] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21455/stat : 21455 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 19021 33554432000 1073741824 1073778376 140736364430320 139683210463784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21456] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21456/stat : 21456 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 19021 33554432000 1073741824 1073778376 140736364430320 139683209410984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21457] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21457/stat : 21457 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 19021 33554432000 1073741824 1073778376 140736364430320 139683090655528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21458] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21458/stat : 21458 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 19021 33554432000 1073741824 1073778376 140736364430320 139683089602728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21459] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21459/stat : 21459 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 19021 33554432000 1073741824 1073778376 140736364430320 139683088550952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21460] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21460/stat : 21460 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 19021 33554432000 1073741824 1073778376 140736364430320 139683087498152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21461] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21461/stat : 21461 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 19021 33554432000 1073741824 1073778376 140736364430320 139683086445352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21462] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21462/stat : 21462 (java) S 21449 21452 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 19021 33554432000 1073741824 1073778376 140736364430320 139683085392552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21463] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21463/stat : 21463 (java) S 21449 21452 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36441585 9856040960 19021 33554432000 1073741824 1073778376 140736364430320 139682603063784 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21452/tid=21464] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21464/stat : 21464 (java) S 21449 21452 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36441586 9856040960 19021 33554432000 1073741824 1073778376 140736364430320 139682602009848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21465] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21465/stat : 21465 (java) S 21449 21452 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36441586 9856040960 19021 33554432000 1073741824 1073778376 140736364430320 139682600956936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21466] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21466/stat : 21466 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 19021 33554432000 1073741824 1073778376 140736364430320 139682599905424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21467] ppid=21449 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/21452/task/21467/stat : 21467 (java) S 21449 21452 18872 0 -1 4202560 2789 0 0 0 48 0 0 0 20 0 19 0 36441588 9856040960 19021 33554432000 1073741824 1073778376 140736364430320 139682598853560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21468] ppid=21449 vsize=9625040 CPUtime=0.51 cores=0,2,4,6

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

[pid=21452/tid=21467] ppid=21449 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/21452/task/21467/stat : 21467 (java) S 21449 21452 18872 0 -1 4202560 2789 0 0 0 48 0 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682598853560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21468] ppid=21449 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/21452/task/21468/stat : 21468 (java) S 21449 21452 18872 0 -1 4202560 4427 0 0 0 60 1 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682597800760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21469] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21469/stat : 21469 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682596748152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21470] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21470/stat : 21470 (java) S 21449 21452 18872 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682595695560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21452/tid=21486] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21486/stat : 21486 (java) S 21449 21452 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36441616 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682594641064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 36.32
Current children cumulated vsize (KiB) 9625040

[startup+36.8008 s]
/proc/loadavg: 2.19 2.13 1.86 3/213 21602
/proc/meminfo: memFree=30722472/32872528 swapFree=526336/559040
[pid=21452] ppid=21449 vsize=9625040 CPUtime=37.92 cores=0,2,4,6
/proc/21452/stat : 21452 (java) S 21449 21452 18872 0 -1 4202496 11007 0 1 0 3787 5 0 0 20 0 19 0 36441583 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 140736364421456 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21452/statm: 2406260 41241 2291 9 0 2396937 0
[pid=21452/tid=21453] ppid=21449 vsize=9625040 CPUtime=36.67 cores=0,2,4,6
/proc/21452/task/21453/stat : 21453 (java) R 21449 21452 18872 0 -1 4202560 2488 0 1 0 3665 2 0 0 20 0 19 0 36441583 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683248972224 139683091568067 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21455] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21455/stat : 21455 (java) S 21449 21452 18872 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683210463784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21456] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21456/stat : 21456 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683209410984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21457] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21457/stat : 21457 (java) S 21449 21452 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683090655528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21458] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21458/stat : 21458 (java) S 21449 21452 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683089602728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21459] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21459/stat : 21459 (java) S 21449 21452 18872 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683088550952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21452/tid=21460] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21460/stat : 21460 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683087498152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21461] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21461/stat : 21461 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683086445352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21462] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21462/stat : 21462 (java) S 21449 21452 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683085392552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21463] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21463/stat : 21463 (java) S 21449 21452 18872 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36441585 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682603063784 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21452/tid=21464] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21464/stat : 21464 (java) S 21449 21452 18872 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36441586 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682602009848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21465] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21465/stat : 21465 (java) S 21449 21452 18872 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36441586 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682600956936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21466] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21466/stat : 21466 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682599905424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21467] ppid=21449 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/21452/task/21467/stat : 21467 (java) S 21449 21452 18872 0 -1 4202560 2789 0 0 0 48 0 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682598853560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21468] ppid=21449 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/21452/task/21468/stat : 21468 (java) S 21449 21452 18872 0 -1 4202560 4427 0 0 0 60 1 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682597800760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21469] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21469/stat : 21469 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682596748152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21470] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21470/stat : 21470 (java) S 21449 21452 18872 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682595695560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21452/tid=21486] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21486/stat : 21486 (java) S 21449 21452 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36441616 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682594641064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 37.92
Current children cumulated vsize (KiB) 9625040

[startup+37.6009 s]
/proc/loadavg: 2.18 2.13 1.86 3/213 21602
/proc/meminfo: memFree=30722472/32872528 swapFree=526336/559040
[pid=21452] ppid=21449 vsize=9625040 CPUtime=38.72 cores=0,2,4,6
/proc/21452/stat : 21452 (java) S 21449 21452 18872 0 -1 4202496 11007 0 1 0 3867 5 0 0 20 0 19 0 36441583 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 140736364421456 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21452/statm: 2406260 41241 2291 9 0 2396937 0
[pid=21452/tid=21453] ppid=21449 vsize=9625040 CPUtime=37.47 cores=0,2,4,6
/proc/21452/task/21453/stat : 21453 (java) R 21449 21452 18872 0 -1 4202560 2488 0 1 0 3745 2 0 0 20 0 19 0 36441583 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683248963328 139683090929571 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21455] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21455/stat : 21455 (java) S 21449 21452 18872 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683210463784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21456] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21456/stat : 21456 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683209410984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21457] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21457/stat : 21457 (java) S 21449 21452 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683090655528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21458] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21458/stat : 21458 (java) S 21449 21452 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683089602728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21459] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21459/stat : 21459 (java) S 21449 21452 18872 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683088550952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21452/tid=21460] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21460/stat : 21460 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683087498152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21461] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21461/stat : 21461 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683086445352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21462] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21462/stat : 21462 (java) S 21449 21452 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683085392552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21463] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21463/stat : 21463 (java) S 21449 21452 18872 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36441585 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682603063784 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21452/tid=21464] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21464/stat : 21464 (java) S 21449 21452 18872 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36441586 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682602009848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21465] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21465/stat : 21465 (java) S 21449 21452 18872 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36441586 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682600956936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21466] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21466/stat : 21466 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682599905424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21467] ppid=21449 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/21452/task/21467/stat : 21467 (java) S 21449 21452 18872 0 -1 4202560 2789 0 0 0 48 0 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682598853560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21468] ppid=21449 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/21452/task/21468/stat : 21468 (java) S 21449 21452 18872 0 -1 4202560 4427 0 0 0 60 1 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682597800760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21469] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21469/stat : 21469 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682596748152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21470] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21470/stat : 21470 (java) S 21449 21452 18872 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682595695560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21452/tid=21486] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21486/stat : 21486 (java) S 21449 21452 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36441616 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682594641064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 38.72
Current children cumulated vsize (KiB) 9625040

[startup+38.0008 s]
/proc/loadavg: 2.18 2.13 1.86 3/213 21602
/proc/meminfo: memFree=30722472/32872528 swapFree=526336/559040
[pid=21452] ppid=21449 vsize=9625040 CPUtime=39.12 cores=0,2,4,6
/proc/21452/stat : 21452 (java) S 21449 21452 18872 0 -1 4202496 11007 0 1 0 3907 5 0 0 20 0 19 0 36441583 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 140736364421456 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21452/statm: 2406260 41241 2291 9 0 2396937 0
[pid=21452/tid=21453] ppid=21449 vsize=9625040 CPUtime=37.87 cores=0,2,4,6
/proc/21452/task/21453/stat : 21453 (java) R 21449 21452 18872 0 -1 4202560 2488 0 1 0 3785 2 0 0 20 0 19 0 36441583 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683248963328 139683091228855 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21455] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21455/stat : 21455 (java) S 21449 21452 18872 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683210463784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21456] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21456/stat : 21456 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683209410984 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21457] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21457/stat : 21457 (java) S 21449 21452 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683090655528 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21452/tid=21458] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21458/stat : 21458 (java) S 21449 21452 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683089602728 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21459] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21459/stat : 21459 (java) S 21449 21452 18872 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683088550952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21452/tid=21460] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21460/stat : 21460 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683087498152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21461] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21461/stat : 21461 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683086445352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21462] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21462/stat : 21462 (java) S 21449 21452 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36441584 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139683085392552 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21463] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21463/stat : 21463 (java) S 21449 21452 18872 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36441585 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682603063784 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21452/tid=21464] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21464/stat : 21464 (java) S 21449 21452 18872 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36441586 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682602009848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21465] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21465/stat : 21465 (java) S 21449 21452 18872 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36441586 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682600956936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21466] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21466/stat : 21466 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682599905424 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21467] ppid=21449 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/21452/task/21467/stat : 21467 (java) S 21449 21452 18872 0 -1 4202560 2789 0 0 0 48 0 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682598853560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21452/tid=21468] ppid=21449 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/21452/task/21468/stat : 21468 (java) S 21449 21452 18872 0 -1 4202560 4427 0 0 0 60 1 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682597800760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21469] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21469/stat : 21469 (java) S 21449 21452 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682596748152 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21452/tid=21470] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21470/stat : 21470 (java) S 21449 21452 18872 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36441588 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682595695560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21452/tid=21486] ppid=21449 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21452/task/21486/stat : 21486 (java) S 21449 21452 18872 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 36441616 9856040960 41241 33554432000 1073741824 1073778376 140736364430320 139682594641064 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 39.12
Current children cumulated vsize (KiB) 9625040

[startup+38.2007 s]
/proc/loadavg: 2.18 2.13 1.86 3/213 21602
/proc/meminfo: memFree=30722472/32872528 swapFree=526336/559040
[pid=21452] ppid=21449 vsize=0 CPUtime=39.2 cores=0,2,4,6
/proc/21452/stat : 21452 (java) Z 21449 21452 18872 0 -1 4203532 11031 0 1 0 3915 5 0 0 20 0 2 0 36441583 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21452/statm: 0 0 0 0 0 0 0
[pid=21452/tid=21468] ppid=21449 vsize=0 CPUtime=0.62 cores=0,2,4,6
/proc/21452/task/21468/stat : 21468 (java) R 21449 21452 18872 0 -1 4203588 4427 0 0 0 61 1 0 0 20 0 2 0 36441588 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 39.2
Current children cumulated vsize (KiB) 0

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0199966
#  lost CPU user time (s): 0.0199966
#  lost CPU system time (s): 0

Real time (s): 38.202
CPU time (s): 39.238
CPU user time (s): 39.175
CPU system time (s): 0.06299
CPU usage (%): 102.712
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.155
system time used= 0.06299
maximum resident set size= 165024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11031
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1157
involuntary context switches= 134

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.291955 second user time and 0.328949 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-19 15:45:15
IDJOB=4110424
IDBENCH=79307
IDSOLVER=2551
FILE ID=node106/4110424-1466343915
RUNJOBID= node106-1466341824-18888
PBS_JOBID= 19922042
Free space on /tmp= 71700 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.1900557362--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110424-1466343915/watcher-4110424-1466343915 -o /tmp/evaluation-result-4110424-1466343915/solver-4110424-1466343915 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18888 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110424-1466343915.wbo

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

MD5SUM BENCH= 72eb8aad8ccea22a443211b3b107df93
RANDOM SEED=1730461129

node106.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.073
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.14
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.073
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.073
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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		: 2667.073
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.073
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.56
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.073
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.38
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.073
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:        31124720 kB
Buffers:           72376 kB
Cached:           227764 kB
SwapCached:         1780 kB
Active:           179020 kB
Inactive:         240356 kB
Active(anon):     118664 kB
Inactive(anon):     3188 kB
Active(file):      60356 kB
Inactive(file):   237168 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099264 kB
Dirty:              1912 kB
Writeback:             0 kB
AnonPages:        690200 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             625424 kB
SReclaimable:      68816 kB
SUnreclaim:       556608 kB
KernelStack:        1600 kB
PageTables:         5808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1247452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 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= 71692 MiB
End job on node106 at 2016-06-19 15:45:53