Trace number 3718088

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 2012-05-28OPTIMUM 67.68 66.0424

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900556231--soft-33-100-0.wbo
MD5SUM32bdb0ca9ee10d9e7c56deff56e319ba
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark31.1803
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 constraints1777
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 90281
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90280
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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-2012 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 2.3.2.v20120528
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@4a913fe2
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 Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3718088-1338251786.wbo
0.10/0.11	c reading problem ... 
0.47/0.31	c ... done. Wall clock time 0.2s.
0.47/0.31	c declared #vars     231
0.47/0.31	c internal #vars     2008
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 => 2606
0.47/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.47/0.31	c ignored satisfied constraints => 1
0.47/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78
0.47/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.47/0.31	c 2708 constraints processed.
0.47/0.31	c objective function length is 1777 literals
0.77/0.45	c SATISFIABLE
0.77/0.45	c OPTIMIZING...
0.77/0.45	c Got one! Elapsed wall clock time (in seconds):0.344
0.77/0.45	o 432
1.07/0.50	c Got one! Elapsed wall clock time (in seconds):0.393
1.07/0.50	o 405
1.07/0.53	c Got one! Elapsed wall clock time (in seconds):0.424
1.07/0.53	o 367
1.07/0.56	c Got one! Elapsed wall clock time (in seconds):0.446
1.07/0.56	o 350
1.07/0.57	c Got one! Elapsed wall clock time (in seconds):0.464
1.07/0.57	o 342
1.37/0.60	c Got one! Elapsed wall clock time (in seconds):0.485
1.37/0.60	o 330
1.37/0.61	c Got one! Elapsed wall clock time (in seconds):0.499
1.37/0.61	o 312
1.37/0.62	c Got one! Elapsed wall clock time (in seconds):0.511
1.37/0.62	o 266
1.37/0.65	c Got one! Elapsed wall clock time (in seconds):0.54
1.37/0.65	o 265
1.37/0.67	c Got one! Elapsed wall clock time (in seconds):0.561
1.37/0.67	o 231
1.37/0.68	c Got one! Elapsed wall clock time (in seconds):0.572
1.37/0.68	o 165
1.62/0.71	c Got one! Elapsed wall clock time (in seconds):0.601
1.62/0.71	o 157
1.62/0.72	c Got one! Elapsed wall clock time (in seconds):0.612
1.62/0.72	o 146
1.62/0.76	c Got one! Elapsed wall clock time (in seconds):0.645
1.62/0.76	o 136
1.62/0.79	c Got one! Elapsed wall clock time (in seconds):0.677
1.62/0.79	o 126
1.74/0.81	c Got one! Elapsed wall clock time (in seconds):0.704
1.74/0.81	o 124
1.74/0.82	c Got one! Elapsed wall clock time (in seconds):0.711
1.74/0.82	o 119
1.74/0.86	c Got one! Elapsed wall clock time (in seconds):0.746
1.74/0.86	o 116
1.84/0.94	c Got one! Elapsed wall clock time (in seconds):0.827
1.84/0.94	o 115
1.84/0.96	c Got one! Elapsed wall clock time (in seconds):0.85
1.84/0.96	o 92
2.06/1.20	c Got one! Elapsed wall clock time (in seconds):1.092
2.06/1.20	o 88
2.16/1.30	c Got one! Elapsed wall clock time (in seconds):1.186
2.16/1.30	o 87
2.25/1.38	c Got one! Elapsed wall clock time (in seconds):1.27
2.25/1.38	o 63
2.25/1.39	c Got one! Elapsed wall clock time (in seconds):1.28
2.25/1.39	o 15
2.73/1.70	c cleaning 6196 clauses out of 12392 with flag 20894/12392
2.85/1.80	c Got one! Elapsed wall clock time (in seconds):1.687
2.85/1.80	o 13
2.95/1.98	c Got one! Elapsed wall clock time (in seconds):1.869
2.95/1.98	o 9
3.05/2.06	c cleaning 5700 clauses out of 11404 with flag 11628/17600
3.48/2.45	c cleaning 5847 clauses out of 11701 with flag 54973/23597
4.06/2.91	c cleaning 6421 clauses out of 12854 with flag 103558/30597
4.16/3.05	c Got one! Elapsed wall clock time (in seconds):2.936
4.16/3.05	o 7
4.36/3.28	c cleaning 6204 clauses out of 12421 with flag 27569/36585
4.79/3.66	c cleaning 6108 clauses out of 12216 with flag 69422/42584
5.19/4.01	c Got one! Elapsed wall clock time (in seconds):3.897
5.19/4.01	o 6
5.60/4.44	c cleaning 8242 clauses out of 16490 with flag 55912/52967
6.00/4.82	c Got one! Elapsed wall clock time (in seconds):4.711
6.00/4.82	o 5
6.30/5.19	c cleaning 9532 clauses out of 19082 with flag 43768/63801
6.71/5.57	c cleaning 7766 clauses out of 15549 with flag 88766/69800
6.94/5.76	c Got one! Elapsed wall clock time (in seconds):5.647
6.94/5.76	o 4
7.27/6.02	c cleaning 6733 clauses out of 13490 with flag 38332/75507
7.77/6.50	c cleaning 6378 clauses out of 12757 with flag 101754/81507
8.19/6.94	c cleaning 6682 clauses out of 13380 with flag 155281/88508
8.69/7.48	c cleaning 7349 clauses out of 14697 with flag 218118/96507
9.00/7.71	c Got one! Elapsed wall clock time (in seconds):7.601
9.00/7.71	o 3
9.10/7.81	c cleaning 6189 clauses out of 12395 with flag 12909/101555
9.61/8.34	c cleaning 6096 clauses out of 12207 with flag 83403/107556
10.01/8.76	c cleaning 6552 clauses out of 13110 with flag 134704/114555
10.52/9.24	c cleaning 7271 clauses out of 14559 with flag 192072/122556
10.72/9.47	c Got one! Elapsed wall clock time (in seconds):9.36
10.72/9.47	o 1
10.92/9.68	c cleaning 6636 clauses out of 13280 with flag 28405/128548
11.42/10.12	c cleaning 6311 clauses out of 12647 with flag 81488/134551
11.83/10.56	c cleaning 6653 clauses out of 13333 with flag 138286/141548
12.45/11.14	c cleaning 7338 clauses out of 14682 with flag 208744/149550
13.17/11.80	c cleaning 8162 clauses out of 16343 with flag 283588/158549
13.89/12.55	c cleaning 9088 clauses out of 18183 with flag 366480/168551
14.71/13.39	c cleaning 10046 clauses out of 20093 with flag 455511/179549
15.71/14.33	c cleaning 11018 clauses out of 22049 with flag 546248/191551
16.71/15.40	c cleaning 12014 clauses out of 24029 with flag 647523/204549
17.82/16.48	c cleaning 13006 clauses out of 26015 with flag 751465/218550
19.04/17.67	c cleaning 13983 clauses out of 28008 with flag 862631/233549
20.34/18.99	c cleaning 15007 clauses out of 30025 with flag 990756/249549
21.84/20.48	c cleaning 16003 clauses out of 32017 with flag 1129977/266548
23.45/22.09	c cleaning 16997 clauses out of 34014 with flag 1267717/284548
25.15/23.73	c cleaning 17996 clauses out of 36018 with flag 1406525/303549
26.96/25.58	c cleaning 19007 clauses out of 38022 with flag 1551044/323549
28.99/27.53	c cleaning 19992 clauses out of 40015 with flag 1705283/344549
30.89/29.48	c cleaning 21003 clauses out of 42021 with flag 1857688/366548
32.91/31.49	c cleaning 22003 clauses out of 44019 with flag 2014552/389549
35.73/34.21	c cleaning 23003 clauses out of 46018 with flag 2212843/413551
38.53/37.00	c cleaning 24000 clauses out of 48011 with flag 2413254/438548
41.04/39.51	c cleaning 24995 clauses out of 50011 with flag 2600884/464549
43.75/42.24	c cleaning 25999 clauses out of 52015 with flag 2798241/491549
46.46/44.96	c cleaning 26998 clauses out of 54015 with flag 2994864/519549
49.88/48.36	c cleaning 28006 clauses out of 56017 with flag 3213677/548549
53.30/51.79	c cleaning 28984 clauses out of 58010 with flag 3435753/578549
56.90/55.31	c cleaning 30011 clauses out of 60024 with flag 3657483/609548
60.61/59.02	c cleaning 30996 clauses out of 62010 with flag 3886289/641548
64.44/62.80	c cleaning 32002 clauses out of 64014 with flag 4113081/674549
67.68/66.03	c starts		: 184
67.68/66.03	c conflicts		: 703040
67.68/66.03	c decisions		: 967137
67.68/66.03	c propagations		: 28395404
67.68/66.03	c inspects		: 908450570
67.68/66.03	c shortcuts		: 0
67.68/66.03	c learnt literals	: 29
67.68/66.03	c learnt binary clauses	: 28
67.68/66.03	c learnt ternary clauses	: 147
67.68/66.03	c learnt constraints	: 703010
67.68/66.03	c ignored constraints	: 0
67.68/66.03	c root simplifications	: 0
67.68/66.03	c removed literals (reason simplification)	: 0
67.68/66.03	c reason swapping (by a shorter reason)	: 0
67.68/66.03	c Calls to reduceDB	: 46
67.68/66.03	c Number of update (reduction) of LBD	: 216833
67.68/66.03	c number of reductions to clauses (during analyze)	: 0
67.68/66.03	c number of learned constraints concerned by reduction	: 0
67.68/66.03	c number of learning phase by resolution	: 0
67.68/66.03	c number of learning phase by cutting planes	: 0
67.68/66.03	c speed (assignments/second)	: 432197.9299847793
67.68/66.03	c non guided choices	3535
67.68/66.03	c learnt constraints type 
67.68/66.03	c constraints type 
67.68/66.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2606
67.68/66.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
67.68/66.03	c ignored satisfied constraints => 1
67.68/66.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78
67.68/66.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
67.68/66.03	c 2708 constraints processed.
67.68/66.03	s OPTIMUM FOUND
67.68/66.03	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 
67.68/66.03	c objective function=1
67.68/66.03	c Total wall clock time (in seconds): 65.924

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3718088-1338251786/watcher-3718088-1338251786 -o /tmp/evaluation-result-3718088-1338251786/solver-3718088-1338251786 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718088-1338251786.wbo 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.19 2.20 2.08 3/194 16834
/proc/meminfo: memFree=31895472/32873844 swapFree=6872/6872
[pid=16834] ppid=16832 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/16834/stat : 16834 (java) R 16832 16834 13427 0 -1 4202496 1057 0 0 0 0 0 0 0 20 0 1 0 291307049 23793664 785 33554432000 1073741824 1073778376 140735088200368 140735088189432 140385023106064 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16834/statm: 5809 803 597 9 0 128 0

[startup+0.100298 s]
/proc/loadavg: 2.19 2.20 2.08 3/194 16834
/proc/meminfo: memFree=31895472/32873844 swapFree=6872/6872
[pid=16834] ppid=16832 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/16834/stat : 16834 (java) S 16832 16834 13427 0 -1 4202496 4355 0 1 0 9 1 0 0 20 0 18 0 291307049 9787817984 5549 33554432000 1073741824 1073778376 140735088200368 140735088191504 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16834/statm: 2389604 5549 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.200346 s]
/proc/loadavg: 2.19 2.20 2.08 3/194 16834
/proc/meminfo: memFree=31895472/32873844 swapFree=6872/6872
[pid=16834] ppid=16832 vsize=9558416 CPUtime=0.25 cores=1,3,5,7
/proc/16834/stat : 16834 (java) S 16832 16834 13427 0 -1 4202496 4729 0 1 0 24 1 0 0 20 0 18 0 291307049 9787817984 6850 33554432000 1073741824 1073778376 140735088200368 140735088191504 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16834/statm: 2389604 6850 2187 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558416

[startup+0.300338 s]
/proc/loadavg: 2.19 2.20 2.08 3/194 16834
/proc/meminfo: memFree=31895472/32873844 swapFree=6872/6872
[pid=16834] ppid=16832 vsize=9558416 CPUtime=0.47 cores=1,3,5,7
/proc/16834/stat : 16834 (java) S 16832 16834 13427 0 -1 4202496 5799 0 1 0 46 1 0 0 20 0 18 0 291307049 9787817984 8354 33554432000 1073741824 1073778376 140735088200368 140735088191504 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16834/statm: 2389604 8354 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558416

[startup+0.700307 s]
/proc/loadavg: 2.19 2.20 2.08 3/194 16834
/proc/meminfo: memFree=31895472/32873844 swapFree=6872/6872
[pid=16834] ppid=16832 vsize=9624980 CPUtime=1.62 cores=1,3,5,7
/proc/16834/stat : 16834 (java) S 16832 16834 13427 0 -1 4202496 10982 0 1 0 160 2 0 0 20 0 19 0 291307049 9855979520 13486 33554432000 1073741824 1073778376 140735088200368 140735088191504 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16834/statm: 2406245 13486 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9624980

[startup+1.50079 s]
/proc/loadavg: 2.19 2.20 2.08 3/213 16853
/proc/meminfo: memFree=31841596/32873844 swapFree=6872/6872
[pid=16834] ppid=16832 vsize=9624980 CPUtime=2.46 cores=1,3,5,7
/proc/16834/stat : 16834 (java) S 16832 16834 13427 0 -1 4202496 10992 0 1 0 243 3 0 0 20 0 19 0 291307049 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140735088191504 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16834/statm: 2406245 16561 2252 9 0 2396937 0
[pid=16834/tid=16836] ppid=16832 vsize=9624980 CPUtime=1.47 cores=1,3,5,7
/proc/16834/task/16836/stat : 16836 (java) R 16832 16834 13427 0 -1 4202560 2471 0 1 0 146 1 0 0 20 0 19 0 291307050 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140385016480216 140384848655116 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16837] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16837/stat : 16837 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140384977972008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16838] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16838/stat : 16838 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140384976919208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16839] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16839/stat : 16839 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140384975866920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16834/tid=16840] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16840/stat : 16840 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140384974814120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16841] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16841/stat : 16841 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140384973760808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16842] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16842/stat : 16842 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140384972708008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16843] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16843/stat : 16843 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140384971655720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16844] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16844/stat : 16844 (java) S 16832 16834 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140384970602920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16845] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16845/stat : 16845 (java) S 16832 16834 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291307052 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140384840678120 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16846] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16846/stat : 16846 (java) S 16832 16834 13427 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291307052 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140384839624184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16847] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16847/stat : 16847 (java) S 16832 16834 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291307052 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140384838571784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16848] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16848/stat : 16848 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140384837520272 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16849] ppid=16832 vsize=9624980 CPUtime=0.43 cores=1,3,5,7
/proc/16834/task/16849/stat : 16849 (java) S 16832 16834 13427 0 -1 4202560 2893 0 0 0 43 0 0 0 20 0 19 0 291307055 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140384836466872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16850] ppid=16832 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/16834/task/16850/stat : 16850 (java) S 16832 16834 13427 0 -1 4202560 4434 0 0 0 50 0 0 0 20 0 19 0 291307055 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140384835414072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16851] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16851/stat : 16851 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140384834361976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16852] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16852/stat : 16852 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140384833309384 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16853] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16853/stat : 16853 (java) S 16832 16834 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291307083 9855979520 16561 33554432000 1073741824 1073778376 140735088200368 140383824635304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9624980

[startup+3.10082 s]
/proc/loadavg: 2.18 2.20 2.08 3/213 16853
/proc/meminfo: memFree=31820496/32873844 swapFree=6872/6872
[pid=16834] ppid=16832 vsize=9624980 CPUtime=4.26 cores=1,3,5,7
/proc/16834/stat : 16834 (java) S 16832 16834 13427 0 -1 4202496 11997 0 1 0 422 4 0 0 20 0 19 0 291307049 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140735088191504 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16834/statm: 2406245 20711 2278 9 0 2396937 0
[pid=16834/tid=16836] ppid=16832 vsize=9624980 CPUtime=2.97 cores=1,3,5,7
/proc/16834/task/16836/stat : 16836 (java) R 16832 16834 13427 0 -1 4202560 2477 0 1 0 296 1 0 0 20 0 19 0 291307050 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140385016480152 140384848633760 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16837] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16837/stat : 16837 (java) S 16832 16834 13427 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140384977972008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16838] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16838/stat : 16838 (java) S 16832 16834 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140384976919208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16839] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16839/stat : 16839 (java) S 16832 16834 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140384975866920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16840] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16840/stat : 16840 (java) S 16832 16834 13427 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140384974814120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16841] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16841/stat : 16841 (java) S 16832 16834 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140384973760808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16842] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16842/stat : 16842 (java) S 16832 16834 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140384972708008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16843] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16843/stat : 16843 (java) S 16832 16834 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140384971655720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16834/tid=16844] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16844/stat : 16844 (java) S 16832 16834 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140384970602920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16845] ppid=16832 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16834/task/16845/stat : 16845 (java) S 16832 16834 13427 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 19 0 291307052 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140384840678120 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16834/tid=16846] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16846/stat : 16846 (java) S 16832 16834 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307052 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140384839624184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16847] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16847/stat : 16847 (java) S 16832 16834 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307052 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140384838571784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16848] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16848/stat : 16848 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140384837520272 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16849] ppid=16832 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/16834/task/16849/stat : 16849 (java) S 16832 16834 13427 0 -1 4202560 3827 0 0 0 54 1 0 0 20 0 19 0 291307055 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140384836466872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16850] ppid=16832 vsize=9624980 CPUtime=0.54 cores=1,3,5,7
/proc/16834/task/16850/stat : 16850 (java) S 16832 16834 13427 0 -1 4202560 4436 0 0 0 54 0 0 0 20 0 19 0 291307055 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140384835414072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16851] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16851/stat : 16851 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140384834361976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16852] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16852/stat : 16852 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140384833309384 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16853] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16853/stat : 16853 (java) S 16832 16834 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291307083 9855979520 20711 33554432000 1073741824 1073778376 140735088200368 140383824635304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9624980

[startup+6.30077 s]
/proc/loadavg: 2.18 2.20 2.08 3/213 16853
/proc/meminfo: memFree=31822372/32873844 swapFree=6872/6872
[pid=16834] ppid=16832 vsize=9624980 CPUtime=7.57 cores=1,3,5,7
/proc/16834/stat : 16834 (java) S 16832 16834 13427 0 -1 4202496 12034 0 1 0 753 4 0 0 20 0 19 0 291307049 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140735088191504 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16834/statm: 2406245 20082 2278 9 0 2396937 0
[pid=16834/tid=16836] ppid=16832 vsize=9624980 CPUtime=6.02 cores=1,3,5,7
/proc/16834/task/16836/stat : 16836 (java) R 16832 16834 13427 0 -1 4202560 2484 0 1 0 601 1 0 0 20 0 19 0 291307050 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140385016480216 140384848610399 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16837] ppid=16832 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16834/task/16837/stat : 16837 (java) S 16832 16834 13427 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 291307051 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140384977972008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16838] ppid=16832 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16834/task/16838/stat : 16838 (java) S 16832 16834 13427 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291307051 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140384976919208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16839] ppid=16832 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16834/task/16839/stat : 16839 (java) S 16832 16834 13427 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291307051 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140384975866920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16834/tid=16840] ppid=16832 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16834/task/16840/stat : 16840 (java) S 16832 16834 13427 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 291307051 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140384974814120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16841] ppid=16832 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16834/task/16841/stat : 16841 (java) S 16832 16834 13427 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 291307051 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140384973760808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16842] ppid=16832 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16834/task/16842/stat : 16842 (java) S 16832 16834 13427 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291307051 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140384972708008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16843] ppid=16832 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16834/task/16843/stat : 16843 (java) S 16832 16834 13427 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291307051 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140384971655720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16844] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16844/stat : 16844 (java) S 16832 16834 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291307051 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140384970602920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16845] ppid=16832 vsize=9624980 CPUtime=0.15 cores=1,3,5,7
/proc/16834/task/16845/stat : 16845 (java) S 16832 16834 13427 0 -1 4202560 32 0 0 0 15 0 0 0 20 0 19 0 291307052 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140384840678120 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16846] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16846/stat : 16846 (java) S 16832 16834 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307052 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140384839624184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16847] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16847/stat : 16847 (java) S 16832 16834 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307052 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140384838571784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16848] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16848/stat : 16848 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140384837520272 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16849] ppid=16832 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/16834/task/16849/stat : 16849 (java) S 16832 16834 13427 0 -1 4202560 3827 0 0 0 54 2 0 0 20 0 19 0 291307055 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140384836466872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16850] ppid=16832 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/16834/task/16850/stat : 16850 (java) S 16832 16834 13427 0 -1 4202560 4453 0 0 0 57 0 0 0 20 0 19 0 291307055 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140384835414072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16851] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16851/stat : 16851 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140384834361976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16852] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16852/stat : 16852 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140384833309384 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16853] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16853/stat : 16853 (java) S 16832 16834 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291307083 9855979520 20082 33554432000 1073741824 1073778376 140735088200368 140383824635304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 9624980

[startup+12.7008 s]

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

/proc/16834/task/16844/stat : 16844 (java) S 16832 16834 13427 0 -1 4202560 10 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384970602920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16845] ppid=16832 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/16834/task/16845/stat : 16845 (java) S 16832 16834 13427 0 -1 4202560 38 0 0 0 96 0 0 0 20 0 19 0 291307052 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384840678120 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16846] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16846/stat : 16846 (java) S 16832 16834 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307052 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384839624184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16847] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16847/stat : 16847 (java) S 16832 16834 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307052 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384838571784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16848] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16848/stat : 16848 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384837520272 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16849] ppid=16832 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/16834/task/16849/stat : 16849 (java) S 16832 16834 13427 0 -1 4202560 3827 0 0 0 54 2 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384836466872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16850] ppid=16832 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/16834/task/16850/stat : 16850 (java) S 16832 16834 13427 0 -1 4202560 4468 0 0 0 60 0 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384835414072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16851] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16851/stat : 16851 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384834361976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16852] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16852/stat : 16852 (java) S 16832 16834 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384833309384 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16853] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16853/stat : 16853 (java) S 16832 16834 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291307083 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140383824635304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 65.67
Current children cumulated vsize (KiB) 9624980

[startup+64.8007 s]
/proc/loadavg: 2.12 2.18 2.08 3/213 16910
/proc/meminfo: memFree=31773612/32873844 swapFree=6872/6872
[pid=16834] ppid=16832 vsize=9624980 CPUtime=66.47 cores=1,3,5,7
/proc/16834/stat : 16834 (java) S 16832 16834 13427 0 -1 4202496 12223 0 1 0 6641 6 0 0 20 0 19 0 291307049 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140735088191504 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16834/statm: 2406245 22777 2279 9 0 2396937 0
[pid=16834/tid=16836] ppid=16832 vsize=9624980 CPUtime=63.37 cores=1,3,5,7
/proc/16834/task/16836/stat : 16836 (java) R 16832 16834 13427 0 -1 4202560 2520 0 1 0 6336 1 0 0 20 0 19 0 291307050 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140385016480096 140384848636967 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16837] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16837/stat : 16837 (java) S 16832 16834 13427 0 -1 4202560 18 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384977972008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16834/tid=16838] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16838/stat : 16838 (java) S 16832 16834 13427 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384976919208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16834/tid=16839] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16839/stat : 16839 (java) S 16832 16834 13427 0 -1 4202560 50 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384975866920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16840] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16840/stat : 16840 (java) S 16832 16834 13427 0 -1 4202560 20 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384974814120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16841] ppid=16832 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/16834/task/16841/stat : 16841 (java) S 16832 16834 13427 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384973760808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16842] ppid=16832 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16834/task/16842/stat : 16842 (java) S 16832 16834 13427 0 -1 4202560 27 0 0 0 7 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384972708008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16843] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16843/stat : 16843 (java) S 16832 16834 13427 0 -1 4202560 16 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384971655720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16844] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16844/stat : 16844 (java) S 16832 16834 13427 0 -1 4202560 10 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384970602920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16845] ppid=16832 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/16834/task/16845/stat : 16845 (java) S 16832 16834 13427 0 -1 4202560 38 0 0 0 96 0 0 0 20 0 19 0 291307052 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384840678120 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16846] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16846/stat : 16846 (java) S 16832 16834 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307052 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384839624184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16847] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16847/stat : 16847 (java) S 16832 16834 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307052 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384838571784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16848] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16848/stat : 16848 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384837520272 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16849] ppid=16832 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/16834/task/16849/stat : 16849 (java) S 16832 16834 13427 0 -1 4202560 3827 0 0 0 54 2 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384836466872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16850] ppid=16832 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/16834/task/16850/stat : 16850 (java) S 16832 16834 13427 0 -1 4202560 4468 0 0 0 60 0 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384835414072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16851] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16851/stat : 16851 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384834361976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16852] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16852/stat : 16852 (java) S 16832 16834 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384833309384 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16853] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16853/stat : 16853 (java) S 16832 16834 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291307083 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140383824635304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 66.47
Current children cumulated vsize (KiB) 9624980

[startup+65.6008 s]
/proc/loadavg: 2.12 2.18 2.08 3/213 16910
/proc/meminfo: memFree=31773612/32873844 swapFree=6872/6872
[pid=16834] ppid=16832 vsize=9624980 CPUtime=67.27 cores=1,3,5,7
/proc/16834/stat : 16834 (java) S 16832 16834 13427 0 -1 4202496 12223 0 1 0 6721 6 0 0 20 0 19 0 291307049 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140735088191504 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16834/statm: 2406245 22777 2279 9 0 2396937 0
[pid=16834/tid=16836] ppid=16832 vsize=9624980 CPUtime=64.17 cores=1,3,5,7
/proc/16834/task/16836/stat : 16836 (java) R 16832 16834 13427 0 -1 4202560 2520 0 1 0 6416 1 0 0 20 0 19 0 291307050 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140385016480096 140384848645911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16837] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16837/stat : 16837 (java) S 16832 16834 13427 0 -1 4202560 18 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384977972008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16834/tid=16838] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16838/stat : 16838 (java) S 16832 16834 13427 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384976919208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16834/tid=16839] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16839/stat : 16839 (java) S 16832 16834 13427 0 -1 4202560 50 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384975866920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16840] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16840/stat : 16840 (java) S 16832 16834 13427 0 -1 4202560 20 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384974814120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16841] ppid=16832 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/16834/task/16841/stat : 16841 (java) S 16832 16834 13427 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384973760808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16842] ppid=16832 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16834/task/16842/stat : 16842 (java) S 16832 16834 13427 0 -1 4202560 27 0 0 0 7 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384972708008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16843] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16843/stat : 16843 (java) S 16832 16834 13427 0 -1 4202560 16 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384971655720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16844] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16844/stat : 16844 (java) S 16832 16834 13427 0 -1 4202560 10 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384970602920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16845] ppid=16832 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/16834/task/16845/stat : 16845 (java) S 16832 16834 13427 0 -1 4202560 38 0 0 0 96 0 0 0 20 0 19 0 291307052 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384840678120 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16846] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16846/stat : 16846 (java) S 16832 16834 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307052 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384839624184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16847] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16847/stat : 16847 (java) S 16832 16834 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307052 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384838571784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16848] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16848/stat : 16848 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384837520272 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16849] ppid=16832 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/16834/task/16849/stat : 16849 (java) S 16832 16834 13427 0 -1 4202560 3827 0 0 0 54 2 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384836466872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16850] ppid=16832 vsize=9624980 CPUtime=0.6 cores=1,3,5,7
/proc/16834/task/16850/stat : 16850 (java) S 16832 16834 13427 0 -1 4202560 4468 0 0 0 60 0 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384835414072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16851] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16851/stat : 16851 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384834361976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16852] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16852/stat : 16852 (java) S 16832 16834 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384833309384 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16853] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16853/stat : 16853 (java) S 16832 16834 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291307083 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140383824635304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 67.27
Current children cumulated vsize (KiB) 9624980

[startup+66.0008 s]
/proc/loadavg: 2.12 2.18 2.08 3/213 16910
/proc/meminfo: memFree=31773612/32873844 swapFree=6872/6872
[pid=16834] ppid=16832 vsize=9624980 CPUtime=67.68 cores=1,3,5,7
/proc/16834/stat : 16834 (java) S 16832 16834 13427 0 -1 4202496 12224 0 1 0 6762 6 0 0 20 0 19 0 291307049 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140735088191504 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16834/statm: 2406245 22777 2279 9 0 2396937 0
[pid=16834/tid=16836] ppid=16832 vsize=9624980 CPUtime=64.57 cores=1,3,5,7
/proc/16834/task/16836/stat : 16836 (java) R 16832 16834 13427 0 -1 4202560 2520 0 1 0 6456 1 0 0 20 0 19 0 291307050 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140385016480096 140384848961492 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16837] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16837/stat : 16837 (java) S 16832 16834 13427 0 -1 4202560 18 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384977972008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16834/tid=16838] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16838/stat : 16838 (java) S 16832 16834 13427 0 -1 4202560 12 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384976919208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16834/tid=16839] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16839/stat : 16839 (java) S 16832 16834 13427 0 -1 4202560 50 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384975866920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16840] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16840/stat : 16840 (java) S 16832 16834 13427 0 -1 4202560 20 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384974814120 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16841] ppid=16832 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/16834/task/16841/stat : 16841 (java) S 16832 16834 13427 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384973760808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16842] ppid=16832 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16834/task/16842/stat : 16842 (java) S 16832 16834 13427 0 -1 4202560 27 0 0 0 7 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384972708008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16843] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16843/stat : 16843 (java) S 16832 16834 13427 0 -1 4202560 16 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384971655720 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16844] ppid=16832 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/16834/task/16844/stat : 16844 (java) S 16832 16834 13427 0 -1 4202560 10 0 0 0 8 0 0 0 20 0 19 0 291307051 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384970602920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16845] ppid=16832 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/16834/task/16845/stat : 16845 (java) S 16832 16834 13427 0 -1 4202560 38 0 0 0 96 0 0 0 20 0 19 0 291307052 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384840678120 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16846] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16846/stat : 16846 (java) S 16832 16834 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291307052 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384839624184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16847] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16847/stat : 16847 (java) S 16832 16834 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291307052 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384838571784 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16848] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16848/stat : 16848 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384837520272 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16849] ppid=16832 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/16834/task/16849/stat : 16849 (java) S 16832 16834 13427 0 -1 4202560 3827 0 0 0 54 2 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384836466872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16850] ppid=16832 vsize=9624980 CPUtime=0.61 cores=1,3,5,7
/proc/16834/task/16850/stat : 16850 (java) S 16832 16834 13427 0 -1 4202560 4469 0 0 0 61 0 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384835414072 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16834/tid=16851] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16851/stat : 16851 (java) S 16832 16834 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384834361976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16834/tid=16852] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16852/stat : 16852 (java) S 16832 16834 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291307055 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140384833309384 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16834/tid=16853] ppid=16832 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16834/task/16853/stat : 16853 (java) S 16832 16834 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291307083 9855979520 22777 33554432000 1073741824 1073778376 140735088200368 140383824635304 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 67.68
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16834 and gives
#  childrusage.ru_utime.tv_sec=67
#  childrusage.ru_utime.tv_usec=460744
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=163975
# CPU time returned by wait4() is 67.6247
# while last known CPU time is 67.68
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 66.0424
CPU time (s): 67.68
CPU user time (s): 67.62
CPU system time (s): 0.06
CPU usage (%): 102.48
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.4607
system time used= 0.163975
maximum resident set size= 91168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12243
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2891
involuntary context switches= 2311

runsolver used 0.211967 second user time and 0.555915 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-29 02:36:26
IDJOB=3718088
IDBENCH=78893
IDSOLVER=2301
FILE ID=node106/3718088-1338251786
RUNJOBID= node106-1338247868-15528
PBS_JOBID= 14624657
Free space on /tmp= 71332 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900556231--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718088-1338251786/watcher-3718088-1338251786 -o /tmp/evaluation-result-3718088-1338251786/solver-3718088-1338251786 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718088-1338251786.wbo

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

MD5SUM BENCH= 32bdb0ca9ee10d9e7c56deff56e319ba
RANDOM SEED=30848305

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.065
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.13
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.065
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	: 5331.91
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.065
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	: 5331.91
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.065
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	: 5331.92
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.065
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	: 5331.91
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.065
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	: 5331.91
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.065
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	: 5331.91
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.065
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31895736 kB
Buffers:           70796 kB
Cached:            50796 kB
SwapCached:         1836 kB
Active:           151044 kB
Inactive:          34612 kB
Active(anon):      63084 kB
Inactive(anon):     3012 kB
Active(file):      87960 kB
Inactive(file):    31600 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100488 kB
Dirty:               952 kB
Writeback:             0 kB
AnonPages:         93068 kB
Mapped:            15844 kB
Shmem:                 0 kB
Slab:             651256 kB
SReclaimable:      93488 kB
SUnreclaim:       557768 kB
KernelStack:        1760 kB
PageTables:         4344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71332 MiB
End job on node106 at 2012-05-29 02:37:32