Trace number 3718094

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 34.3878 32.4513

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900567135--soft-33-100-0.wbo
MD5SUM98ba7b6540ae93cc2daebc624abceb03
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 benchmark19.0901
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 761
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.2.v20120528
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5f934ad
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-3718094-1338251868.wbo
0.10/0.11	c reading problem ... 
0.48/0.30	c ... done. Wall clock time 0.198s.
0.48/0.30	c declared #vars     231
0.48/0.30	c internal #vars     2008
0.48/0.30	c #constraints  2707
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2606
0.48/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
0.48/0.31	c ignored satisfied constraints => 1
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78
0.48/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.48/0.31	c 2708 constraints processed.
0.48/0.31	c objective function length is 1777 literals
0.78/0.45	c SATISFIABLE
0.78/0.45	c OPTIMIZING...
0.78/0.45	c Got one! Elapsed wall clock time (in seconds):0.338
0.78/0.45	o 499
0.78/0.49	c Got one! Elapsed wall clock time (in seconds):0.387
0.78/0.49	o 463
1.08/0.54	c Got one! Elapsed wall clock time (in seconds):0.435
1.08/0.54	o 460
1.08/0.56	c Got one! Elapsed wall clock time (in seconds):0.455
1.08/0.56	o 407
1.08/0.58	c Got one! Elapsed wall clock time (in seconds):0.476
1.08/0.58	o 393
1.38/0.60	c Got one! Elapsed wall clock time (in seconds):0.489
1.38/0.60	o 391
1.38/0.61	c Got one! Elapsed wall clock time (in seconds):0.501
1.38/0.61	o 363
1.38/0.63	c Got one! Elapsed wall clock time (in seconds):0.52
1.38/0.63	o 349
1.38/0.65	c Got one! Elapsed wall clock time (in seconds):0.544
1.38/0.65	o 336
1.38/0.66	c Got one! Elapsed wall clock time (in seconds):0.554
1.38/0.66	o 296
1.38/0.67	c Got one! Elapsed wall clock time (in seconds):0.567
1.38/0.67	o 289
1.59/0.70	c Got one! Elapsed wall clock time (in seconds):0.59
1.59/0.70	o 239
1.59/0.72	c Got one! Elapsed wall clock time (in seconds):0.613
1.59/0.72	o 224
1.59/0.76	c Got one! Elapsed wall clock time (in seconds):0.658
1.59/0.76	o 222
1.59/0.77	c Got one! Elapsed wall clock time (in seconds):0.665
1.59/0.77	o 213
1.59/0.79	c Got one! Elapsed wall clock time (in seconds):0.679
1.59/0.79	o 182
1.70/0.80	c Got one! Elapsed wall clock time (in seconds):0.694
1.70/0.80	o 174
1.70/0.83	c Got one! Elapsed wall clock time (in seconds):0.726
1.70/0.83	o 164
1.70/0.87	c Got one! Elapsed wall clock time (in seconds):0.764
1.70/0.87	o 163
1.80/0.92	c Got one! Elapsed wall clock time (in seconds):0.817
1.80/0.92	o 139
1.80/0.94	c Got one! Elapsed wall clock time (in seconds):0.833
1.80/0.94	o 131
1.80/0.99	c Got one! Elapsed wall clock time (in seconds):0.887
1.80/0.99	o 121
1.90/1.03	c Got one! Elapsed wall clock time (in seconds):0.921
1.90/1.03	o 115
1.90/1.07	c Got one! Elapsed wall clock time (in seconds):0.964
1.90/1.07	o 79
2.00/1.14	c Got one! Elapsed wall clock time (in seconds):1.028
2.00/1.14	o 77
2.11/1.23	c Got one! Elapsed wall clock time (in seconds):1.126
2.11/1.23	o 72
2.21/1.36	c Got one! Elapsed wall clock time (in seconds):1.253
2.21/1.36	o 69
2.31/1.41	c Got one! Elapsed wall clock time (in seconds):1.301
2.31/1.41	o 66
2.46/1.55	c Got one! Elapsed wall clock time (in seconds):1.44
2.46/1.55	o 61
2.56/1.68	c Got one! Elapsed wall clock time (in seconds):1.569
2.56/1.68	o 45
2.87/1.92	c cleaning 7086 clauses out of 14172 with flag 14678/14172
3.21/2.28	c Got one! Elapsed wall clock time (in seconds):2.174
3.21/2.28	o 43
3.41/2.41	c Got one! Elapsed wall clock time (in seconds):2.298
3.41/2.41	o 23
3.51/2.51	c cleaning 6539 clauses out of 13089 with flag 11304/20175
4.11/2.80	c Got one! Elapsed wall clock time (in seconds):2.693
4.11/2.80	o 22
4.31/2.95	c Got one! Elapsed wall clock time (in seconds):2.839
4.31/2.95	o 19
4.46/3.04	c cleaning 6710 clauses out of 13440 with flag 11024/27065
4.72/3.23	c Got one! Elapsed wall clock time (in seconds):3.121
4.72/3.23	o 16
4.91/3.41	c Got one! Elapsed wall clock time (in seconds):3.3
4.91/3.41	o 15
4.91/3.43	c Got one! Elapsed wall clock time (in seconds):3.321
4.91/3.43	o 14
4.91/3.48	c Got one! Elapsed wall clock time (in seconds):3.368
4.91/3.48	o 10
5.04/3.55	c cleaning 7130 clauses out of 14264 with flag 8460/34599
5.44/3.96	c cleaning 6562 clauses out of 13132 with flag 51709/40597
5.95/4.43	c cleaning 6782 clauses out of 13571 with flag 104782/47598
6.55/5.05	c cleaning 7391 clauses out of 14787 with flag 173423/55596
7.25/5.79	c cleaning 8198 clauses out of 16396 with flag 256083/64596
7.35/5.89	c Got one! Elapsed wall clock time (in seconds):5.783
7.35/5.89	o 4
7.76/6.22	c cleaning 6749 clauses out of 13509 with flag 45572/69908
7.97/6.44	c Got one! Elapsed wall clock time (in seconds):6.337
7.97/6.44	o 1
8.18/6.61	c cleaning 5976 clauses out of 11963 with flag 22792/75111
8.60/7.01	c cleaning 5986 clauses out of 11988 with flag 77840/81112
9.00/7.47	c cleaning 6492 clauses out of 13000 with flag 132517/88110
9.62/8.05	c cleaning 7249 clauses out of 14509 with flag 198523/96111
10.23/8.61	c cleaning 8124 clauses out of 16259 with flag 266258/105111
10.93/9.33	c cleaning 9056 clauses out of 18135 with flag 346968/115111
11.56/9.99	c cleaning 10035 clauses out of 20078 with flag 425810/126111
12.46/10.85	c cleaning 11014 clauses out of 22043 with flag 519954/138111
13.48/11.82	c cleaning 12010 clauses out of 24029 with flag 620106/151111
14.50/12.89	c cleaning 13001 clauses out of 26018 with flag 729167/165110
15.81/14.11	c cleaning 13997 clauses out of 28020 with flag 851703/180114
17.12/15.49	c cleaning 15009 clauses out of 30024 with flag 979866/196115
18.53/16.83	c cleaning 15989 clauses out of 32010 with flag 1105062/213110
20.03/18.31	c cleaning 17001 clauses out of 34022 with flag 1240632/231112
21.56/19.83	c cleaning 17995 clauses out of 36019 with flag 1377876/250110
23.27/21.50	c cleaning 19001 clauses out of 38024 with flag 1521538/270111
24.99/23.25	c cleaning 20006 clauses out of 40021 with flag 1674478/291111
27.13/25.33	c cleaning 20998 clauses out of 42014 with flag 1845402/313111
29.33/27.51	c cleaning 22000 clauses out of 44016 with flag 2020425/336112
31.54/29.78	c cleaning 23002 clauses out of 46014 with flag 2190739/360112
34.26/32.44	c starts		: 174
34.26/32.44	c conflicts		: 384457
34.26/32.44	c decisions		: 586815
34.26/32.44	c propagations		: 16872734
34.26/32.44	c inspects		: 403162852
34.26/32.44	c shortcuts		: 0
34.26/32.44	c learnt literals	: 19
34.26/32.44	c learnt binary clauses	: 24
34.26/32.44	c learnt ternary clauses	: 128
34.26/32.44	c learnt constraints	: 384437
34.26/32.44	c ignored constraints	: 0
34.26/32.44	c root simplifications	: 0
34.26/32.44	c removed literals (reason simplification)	: 0
34.26/32.44	c reason swapping (by a shorter reason)	: 0
34.26/32.44	c Calls to reduceDB	: 29
34.26/32.44	c Number of update (reduction) of LBD	: 139096
34.26/32.44	c number of reductions to clauses (during analyze)	: 0
34.26/32.44	c number of learned constraints concerned by reduction	: 0
34.26/32.44	c number of learning phase by resolution	: 0
34.26/32.44	c number of learning phase by cutting planes	: 0
34.26/32.44	c speed (assignments/second)	: 525384.8357465358
34.26/32.44	c non guided choices	4829
34.26/32.44	c learnt constraints type 
34.26/32.44	c constraints type 
34.26/32.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2606
34.26/32.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
34.26/32.44	c ignored satisfied constraints => 1
34.26/32.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78
34.26/32.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
34.26/32.44	c 2708 constraints processed.
34.26/32.44	s OPTIMUM FOUND
34.26/32.44	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 
34.26/32.44	c objective function=1
34.26/32.44	c Total wall clock time (in seconds): 32.335

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-3718094-1338251868/watcher-3718094-1338251868 -o /tmp/evaluation-result-3718094-1338251868/solver-3718094-1338251868 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718094-1338251868.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: 1.93 1.98 1.99 3/194 403
/proc/meminfo: memFree=30993984/32873648 swapFree=6852/6852
[pid=403] ppid=401 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/403/stat : 403 (java) R 401 403 28718 0 -1 4202496 344 0 0 0 0 0 0 0 20 0 1 0 291313622 9445376 92 33554432000 1073741824 1073778376 140735648603104 140735648600232 271778356518 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/403/statm: 2306 93 75 9 0 38 0

[startup+0.0556569 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 403
/proc/meminfo: memFree=30993984/32873648 swapFree=6852/6852
[pid=403] ppid=401 vsize=9558380 CPUtime=0.03 cores=1,3,5,7
/proc/403/stat : 403 (java) S 401 403 28718 0 -1 4202496 3212 0 1 0 3 0 0 0 20 0 18 0 291313622 9787781120 3910 33554432000 1073741824 1073778376 140735648603104 140735648594240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/403/statm: 2389595 3910 1745 9 0 2380296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558380

[startup+0.100258 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 403
/proc/meminfo: memFree=30993984/32873648 swapFree=6852/6852
[pid=403] ppid=401 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/403/stat : 403 (java) S 401 403 28718 0 -1 4202496 4423 0 1 0 9 1 0 0 20 0 18 0 291313622 9787817984 5111 33554432000 1073741824 1073778376 140735648603104 140735648594240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/403/statm: 2389604 5111 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300171 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 403
/proc/meminfo: memFree=30993984/32873648 swapFree=6852/6852
[pid=403] ppid=401 vsize=9558416 CPUtime=0.48 cores=1,3,5,7
/proc/403/stat : 403 (java) S 401 403 28718 0 -1 4202496 5985 0 1 0 47 1 0 0 20 0 18 0 291313622 9787817984 7988 33554432000 1073741824 1073778376 140735648603104 140735648594240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/403/statm: 2389604 7988 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558416

[startup+0.700235 s]
/proc/loadavg: 1.93 1.98 1.99 3/194 403
/proc/meminfo: memFree=30993984/32873648 swapFree=6852/6852
[pid=403] ppid=401 vsize=9624980 CPUtime=1.59 cores=1,3,5,7
/proc/403/stat : 403 (java) S 401 403 28718 0 -1 4202496 12076 0 1 0 157 2 0 0 20 0 19 0 291313622 9855979520 13175 33554432000 1073741824 1073778376 140735648603104 140735648594240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/403/statm: 2406245 13175 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9624980

[startup+1.5007 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 422
/proc/meminfo: memFree=30939092/32873648 swapFree=6852/6852
[pid=403] ppid=401 vsize=9624980 CPUtime=2.46 cores=1,3,5,7
/proc/403/stat : 403 (java) S 401 403 28718 0 -1 4202496 12100 0 1 0 244 2 0 0 20 0 19 0 291313622 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140735648594240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/403/statm: 2406245 17285 2254 9 0 2396937 0
[pid=403/tid=405] ppid=401 vsize=9624980 CPUtime=1.48 cores=1,3,5,7
/proc/403/task/405/stat : 405 (java) R 401 403 28718 0 -1 4202560 2533 0 1 0 146 2 0 0 20 0 19 0 291313623 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570989003400 140570929276753 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=403/tid=406] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/406/stat : 406 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570927733416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=407] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/407/stat : 407 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570926680872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=408] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/408/stat : 408 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570925628328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=403/tid=409] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/409/stat : 409 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570829470760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=403/tid=410] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/410/stat : 410 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570828417192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=411] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/411/stat : 411 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570827364648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=403/tid=412] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/412/stat : 412 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570826312104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=403/tid=413] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/413/stat : 413 (java) S 401 403 28718 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570825259560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=414] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/414/stat : 414 (java) S 401 403 28718 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291313625 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570813061736 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=415] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/415/stat : 415 (java) S 401 403 28718 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291313625 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570812008056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=416] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/416/stat : 416 (java) S 401 403 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291313625 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570810955400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=417] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/417/stat : 417 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313627 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570809904144 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=418] ppid=401 vsize=9624980 CPUtime=0.46 cores=1,3,5,7
/proc/403/task/418/stat : 418 (java) S 401 403 28718 0 -1 4202560 3800 0 0 0 46 0 0 0 20 0 19 0 291313628 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570808850488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=419] ppid=401 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/403/task/419/stat : 419 (java) S 401 403 28718 0 -1 4202560 4567 0 0 0 49 0 0 0 20 0 19 0 291313628 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570807797944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=420] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/420/stat : 420 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313628 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570806745592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=421] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/421/stat : 421 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313628 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570805693256 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=422] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/422/stat : 422 (java) S 401 403 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313655 9855979520 17285 33554432000 1073741824 1073778376 140735648603104 140570804639016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9624980

[startup+3.10075 s]
/proc/loadavg: 1.94 1.98 1.99 3/213 422
/proc/meminfo: memFree=30916440/32873648 swapFree=6852/6852
[pid=403] ppid=401 vsize=9624980 CPUtime=4.61 cores=1,3,5,7
/proc/403/stat : 403 (java) S 401 403 28718 0 -1 4202496 20415 0 1 0 457 4 0 0 20 0 19 0 291313622 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140735648594240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/403/statm: 2406245 27277 2279 9 0 2396937 0
[pid=403/tid=405] ppid=401 vsize=9624980 CPUtime=3.02 cores=1,3,5,7
/proc/403/task/405/stat : 405 (java) R 401 403 28718 0 -1 4202560 2538 0 1 0 300 2 0 0 20 0 19 0 291313623 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570989003160 140570929376768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=403/tid=406] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/406/stat : 406 (java) S 401 403 28718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570927733416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=403/tid=407] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/407/stat : 407 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570926680872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=403/tid=408] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/408/stat : 408 (java) S 401 403 28718 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570925628328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=409] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/409/stat : 409 (java) S 401 403 28718 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570829470760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=410] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/410/stat : 410 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570828417192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=411] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/411/stat : 411 (java) S 401 403 28718 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570827364648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=403/tid=412] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/412/stat : 412 (java) S 401 403 28718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570826312104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=403/tid=413] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/413/stat : 413 (java) S 401 403 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570825259560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=414] ppid=401 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/403/task/414/stat : 414 (java) S 401 403 28718 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 19 0 291313625 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570813061736 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=403/tid=415] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/415/stat : 415 (java) S 401 403 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313625 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570812008056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=416] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/416/stat : 416 (java) S 401 403 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313625 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570810955400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=417] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/417/stat : 417 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313627 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570809904144 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=418] ppid=401 vsize=9624980 CPUtime=0.98 cores=1,3,5,7
/proc/403/task/418/stat : 418 (java) S 401 403 28718 0 -1 4202560 12029 0 0 0 96 2 0 0 20 0 19 0 291313628 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570808850488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=419] ppid=401 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/403/task/419/stat : 419 (java) S 401 403 28718 0 -1 4202560 4585 0 0 0 51 0 0 0 20 0 19 0 291313628 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570807797944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=420] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/420/stat : 420 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313628 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570806745592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=421] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/421/stat : 421 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313628 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570805693256 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=422] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/422/stat : 422 (java) S 401 403 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313655 9855979520 27277 33554432000 1073741824 1073778376 140735648603104 140570804639016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 9624980

[startup+6.30057 s]
/proc/loadavg: 1.94 1.98 1.99 3/213 422
/proc/meminfo: memFree=30893196/32873648 swapFree=6852/6852
[pid=403] ppid=401 vsize=9624980 CPUtime=7.87 cores=1,3,5,7
/proc/403/stat : 403 (java) S 401 403 28718 0 -1 4202496 20438 0 1 0 783 4 0 0 20 0 19 0 291313622 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140735648594240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/403/statm: 2406245 27145 2279 9 0 2396937 0
[pid=403/tid=405] ppid=401 vsize=9624980 CPUtime=6.1 cores=1,3,5,7
/proc/403/task/405/stat : 405 (java) R 401 403 28718 0 -1 4202560 2545 0 1 0 608 2 0 0 20 0 19 0 291313623 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570989003224 140570929276761 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=403/tid=406] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/406/stat : 406 (java) S 401 403 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570927733416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=403/tid=407] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/407/stat : 407 (java) S 401 403 28718 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570926680872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=403/tid=408] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/408/stat : 408 (java) S 401 403 28718 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570925628328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=409] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/409/stat : 409 (java) S 401 403 28718 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570829470760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=410] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/410/stat : 410 (java) S 401 403 28718 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570828417192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=411] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/411/stat : 411 (java) S 401 403 28718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570827364648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=403/tid=412] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/412/stat : 412 (java) S 401 403 28718 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570826312104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=413] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/413/stat : 413 (java) S 401 403 28718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291313623 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570825259560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=403/tid=414] ppid=401 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/403/task/414/stat : 414 (java) S 401 403 28718 0 -1 4202560 37 0 0 0 14 0 0 0 20 0 19 0 291313625 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570813061736 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=415] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/415/stat : 415 (java) S 401 403 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313625 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570812008056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=416] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/416/stat : 416 (java) S 401 403 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313625 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570810955400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=417] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/417/stat : 417 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313627 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570809904144 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=418] ppid=401 vsize=9624980 CPUtime=0.99 cores=1,3,5,7
/proc/403/task/418/stat : 418 (java) S 401 403 28718 0 -1 4202560 12029 0 0 0 97 2 0 0 20 0 19 0 291313628 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570808850488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=419] ppid=401 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/403/task/419/stat : 419 (java) S 401 403 28718 0 -1 4202560 4588 0 0 0 55 0 0 0 20 0 19 0 291313628 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570807797944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=420] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/420/stat : 420 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313628 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570806745592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=421] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/421/stat : 421 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313628 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570805693256 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=422] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/422/stat : 422 (java) S 401 403 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313655 9855979520 27145 33554432000 1073741824 1073778376 140735648603104 140570804639016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/403/task/406/stat : 406 (java) S 401 403 28718 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570927733416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=403/tid=407] ppid=401 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/403/task/407/stat : 407 (java) S 401 403 28718 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570926680872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=408] ppid=401 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/403/task/408/stat : 408 (java) S 401 403 28718 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570925628328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=409] ppid=401 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/403/task/409/stat : 409 (java) S 401 403 28718 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570829470760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=410] ppid=401 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/403/task/410/stat : 410 (java) S 401 403 28718 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570828417192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=403/tid=411] ppid=401 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/403/task/411/stat : 411 (java) S 401 403 28718 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570827364648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=403/tid=412] ppid=401 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/403/task/412/stat : 412 (java) S 401 403 28718 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570826312104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=403/tid=413] ppid=401 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/403/task/413/stat : 413 (java) S 401 403 28718 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570825259560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=414] ppid=401 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/403/task/414/stat : 414 (java) S 401 403 28718 0 -1 4202560 40 0 0 0 56 0 0 0 20 0 19 0 291313625 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570813061736 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=415] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/415/stat : 415 (java) S 401 403 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313625 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570812008056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=416] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/416/stat : 416 (java) S 401 403 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313625 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570810955400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=417] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/417/stat : 417 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313627 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570809904144 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=418] ppid=401 vsize=9624980 CPUtime=0.99 cores=1,3,5,7
/proc/403/task/418/stat : 418 (java) S 401 403 28718 0 -1 4202560 12029 0 0 0 97 2 0 0 20 0 19 0 291313628 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570808850488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=419] ppid=401 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/403/task/419/stat : 419 (java) S 401 403 28718 0 -1 4202560 4602 0 0 0 58 0 0 0 20 0 19 0 291313628 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570807797944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=420] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/420/stat : 420 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313628 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570806745592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=421] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/421/stat : 421 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313628 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570805693256 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=422] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/422/stat : 422 (java) S 401 403 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313655 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570804639016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 32.96
Current children cumulated vsize (KiB) 9624980

[startup+31.9069 s]
/proc/loadavg: 1.96 1.98 1.99 3/213 422
/proc/meminfo: memFree=30887812/32873648 swapFree=6852/6852
[pid=403] ppid=401 vsize=9624980 CPUtime=33.77 cores=1,3,5,7
/proc/403/stat : 403 (java) S 401 403 28718 0 -1 4202496 20522 0 1 0 3372 5 0 0 20 0 19 0 291313622 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140735648594240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/403/statm: 2406245 27381 2280 9 0 2396937 0
[pid=403/tid=405] ppid=401 vsize=9624980 CPUtime=31.16 cores=1,3,5,7
/proc/403/task/405/stat : 405 (java) R 401 403 28718 0 -1 4202560 2567 0 1 0 3114 2 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570989003104 140570929278005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=403/tid=406] ppid=401 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/403/task/406/stat : 406 (java) S 401 403 28718 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570927733416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=403/tid=407] ppid=401 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/403/task/407/stat : 407 (java) S 401 403 28718 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570926680872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=408] ppid=401 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/403/task/408/stat : 408 (java) S 401 403 28718 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570925628328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=409] ppid=401 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/403/task/409/stat : 409 (java) S 401 403 28718 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570829470760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=410] ppid=401 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/403/task/410/stat : 410 (java) S 401 403 28718 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570828417192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=403/tid=411] ppid=401 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/403/task/411/stat : 411 (java) S 401 403 28718 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570827364648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=403/tid=412] ppid=401 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/403/task/412/stat : 412 (java) S 401 403 28718 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570826312104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=403/tid=413] ppid=401 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/403/task/413/stat : 413 (java) S 401 403 28718 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570825259560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=414] ppid=401 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/403/task/414/stat : 414 (java) S 401 403 28718 0 -1 4202560 40 0 0 0 56 0 0 0 20 0 19 0 291313625 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570813061736 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=415] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/415/stat : 415 (java) S 401 403 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313625 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570812008056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=416] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/416/stat : 416 (java) S 401 403 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313625 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570810955400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=417] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/417/stat : 417 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313627 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570809904144 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=418] ppid=401 vsize=9624980 CPUtime=0.99 cores=1,3,5,7
/proc/403/task/418/stat : 418 (java) S 401 403 28718 0 -1 4202560 12029 0 0 0 97 2 0 0 20 0 19 0 291313628 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570808850488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=419] ppid=401 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/403/task/419/stat : 419 (java) S 401 403 28718 0 -1 4202560 4602 0 0 0 58 0 0 0 20 0 19 0 291313628 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570807797944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=420] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/420/stat : 420 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313628 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570806745592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=421] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/421/stat : 421 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313628 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570805693256 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=422] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/422/stat : 422 (java) S 401 403 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313655 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570804639016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 33.77
Current children cumulated vsize (KiB) 9624980

[startup+32.3007 s]
/proc/loadavg: 1.96 1.98 1.99 3/213 422
/proc/meminfo: memFree=30887812/32873648 swapFree=6852/6852
[pid=403] ppid=401 vsize=9624980 CPUtime=34.16 cores=1,3,5,7
/proc/403/stat : 403 (java) S 401 403 28718 0 -1 4202496 20522 0 1 0 3411 5 0 0 20 0 19 0 291313622 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140735648594240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/403/statm: 2406245 27381 2280 9 0 2396937 0
[pid=403/tid=405] ppid=401 vsize=9624980 CPUtime=31.56 cores=1,3,5,7
/proc/403/task/405/stat : 405 (java) R 401 403 28718 0 -1 4202560 2567 0 1 0 3154 2 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570989003104 140570929277008 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=403/tid=406] ppid=401 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/403/task/406/stat : 406 (java) S 401 403 28718 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570927733416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=403/tid=407] ppid=401 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/403/task/407/stat : 407 (java) S 401 403 28718 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570926680872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=408] ppid=401 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/403/task/408/stat : 408 (java) S 401 403 28718 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570925628328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=409] ppid=401 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/403/task/409/stat : 409 (java) S 401 403 28718 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570829470760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=410] ppid=401 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/403/task/410/stat : 410 (java) S 401 403 28718 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570828417192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=403/tid=411] ppid=401 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/403/task/411/stat : 411 (java) S 401 403 28718 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570827364648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=403/tid=412] ppid=401 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/403/task/412/stat : 412 (java) S 401 403 28718 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570826312104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=403/tid=413] ppid=401 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/403/task/413/stat : 413 (java) S 401 403 28718 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570825259560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=414] ppid=401 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/403/task/414/stat : 414 (java) S 401 403 28718 0 -1 4202560 40 0 0 0 56 0 0 0 20 0 19 0 291313625 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570813061736 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=415] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/415/stat : 415 (java) S 401 403 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313625 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570812008056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=416] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/416/stat : 416 (java) S 401 403 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313625 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570810955400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=417] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/417/stat : 417 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313627 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570809904144 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=418] ppid=401 vsize=9624980 CPUtime=0.99 cores=1,3,5,7
/proc/403/task/418/stat : 418 (java) S 401 403 28718 0 -1 4202560 12029 0 0 0 97 2 0 0 20 0 19 0 291313628 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570808850488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=419] ppid=401 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/403/task/419/stat : 419 (java) S 401 403 28718 0 -1 4202560 4602 0 0 0 58 0 0 0 20 0 19 0 291313628 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570807797944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=420] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/420/stat : 420 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313628 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570806745592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=421] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/421/stat : 421 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313628 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570805693256 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=422] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/422/stat : 422 (java) S 401 403 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313655 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570804639016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 34.16
Current children cumulated vsize (KiB) 9624980

[startup+32.4007 s]
/proc/loadavg: 1.96 1.98 1.99 3/213 422
/proc/meminfo: memFree=30887812/32873648 swapFree=6852/6852
[pid=403] ppid=401 vsize=9624980 CPUtime=34.26 cores=1,3,5,7
/proc/403/stat : 403 (java) S 401 403 28718 0 -1 4202496 20522 0 1 0 3421 5 0 0 20 0 19 0 291313622 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140735648594240 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/403/statm: 2406245 27381 2280 9 0 2396937 0
[pid=403/tid=405] ppid=401 vsize=9624980 CPUtime=31.66 cores=1,3,5,7
/proc/403/task/405/stat : 405 (java) R 401 403 28718 0 -1 4202560 2567 0 1 0 3164 2 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570989003104 140570928961456 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=403/tid=406] ppid=401 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/403/task/406/stat : 406 (java) S 401 403 28718 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570927733416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=403/tid=407] ppid=401 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/403/task/407/stat : 407 (java) S 401 403 28718 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570926680872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=408] ppid=401 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/403/task/408/stat : 408 (java) S 401 403 28718 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570925628328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=409] ppid=401 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/403/task/409/stat : 409 (java) S 401 403 28718 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570829470760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=410] ppid=401 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/403/task/410/stat : 410 (java) S 401 403 28718 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570828417192 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=403/tid=411] ppid=401 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/403/task/411/stat : 411 (java) S 401 403 28718 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570827364648 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=403/tid=412] ppid=401 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/403/task/412/stat : 412 (java) S 401 403 28718 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570826312104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=403/tid=413] ppid=401 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/403/task/413/stat : 413 (java) S 401 403 28718 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291313623 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570825259560 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=414] ppid=401 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/403/task/414/stat : 414 (java) S 401 403 28718 0 -1 4202560 40 0 0 0 56 0 0 0 20 0 19 0 291313625 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570813061736 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=415] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/415/stat : 415 (java) S 401 403 28718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291313625 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570812008056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=416] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/416/stat : 416 (java) S 401 403 28718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291313625 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570810955400 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=417] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/417/stat : 417 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313627 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570809904144 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=418] ppid=401 vsize=9624980 CPUtime=0.99 cores=1,3,5,7
/proc/403/task/418/stat : 418 (java) S 401 403 28718 0 -1 4202560 12029 0 0 0 97 2 0 0 20 0 19 0 291313628 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570808850488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=403/tid=419] ppid=401 vsize=9624980 CPUtime=0.59 cores=1,3,5,7
/proc/403/task/419/stat : 419 (java) S 401 403 28718 0 -1 4202560 4602 0 0 0 59 0 0 0 20 0 19 0 291313628 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570807797944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=420] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/420/stat : 420 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313628 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570806745592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=421] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/421/stat : 421 (java) S 401 403 28718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291313628 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570805693256 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=403/tid=422] ppid=401 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/403/task/422/stat : 422 (java) S 401 403 28718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291313655 9855979520 27381 33554432000 1073741824 1073778376 140735648603104 140570804639016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 34.26
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 32.4513
CPU time (s): 34.3878
CPU user time (s): 34.2158
CPU system time (s): 0.171973
CPU usage (%): 105.967
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.2158
system time used= 0.171973
maximum resident set size= 110880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20538
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1713
involuntary context switches= 1705

runsolver used 0.090986 second user time and 0.265959 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-29 02:37:49
IDJOB=3718094
IDBENCH=78933
IDSOLVER=2301
FILE ID=node115/3718094-1338251868
RUNJOBID= node115-1338248169-32131
PBS_JOBID= 14624652
Free space on /tmp= 71644 MiB

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

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

MD5SUM BENCH= 98ba7b6540ae93cc2daebc624abceb03
RANDOM SEED=2020923209

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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		: 2666.462
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		: 2666.462
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:       32873648 kB
MemFree:        30994140 kB
Buffers:          496692 kB
Cached:           389844 kB
SwapCached:          972 kB
Active:           761336 kB
Inactive:         220848 kB
Active(anon):      87772 kB
Inactive(anon):     9244 kB
Active(file):     673564 kB
Inactive(file):   211604 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:               976 kB
Writeback:             0 kB
AnonPages:        108268 kB
Mapped:            19892 kB
Shmem:                96 kB
Slab:             751940 kB
SReclaimable:     196000 kB
SUnreclaim:       555940 kB
KernelStack:        1608 kB
PageTables:         4488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     697904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71644 MiB
End job on node115 at 2012-05-29 02:38:21