Trace number 3687193

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
Sat 4j PB Resolution 2.3.2 SnapshotSAT 291.65 290.425

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army10.14ls.opb
MD5SUM8999d4ddd4825a5d620fe0a3c798bc24
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.3408
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables316
Total number of constraints476
Number of constraints which are clauses274
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.12	c See www.sat4j.org for details.
0.03/0.12	c version 2.3.2.v20120418
0.03/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.12	c java.vm.version	19.1-b02
0.03/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.12	c sun.arch.data.model	64
0.03/0.12	c java.version		1.6.0_24
0.03/0.12	c os.name		Linux
0.03/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.12	c os.arch		amd64
0.03/0.12	c Free memory 		501472288
0.03/0.12	c Max memory 		7480803328
0.03/0.12	c Total memory 		504102912
0.03/0.12	c Number of processors 	8
0.03/0.14	c Pseudo Boolean Optimization by upper bound
0.03/0.14	c --- Begin Solver configuration ---
0.03/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.03/0.14	c Learn all clauses as in MiniSAT
0.03/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.14	c No reason simplification
0.03/0.14	c Armin Biere (Picosat) restarts strategy
0.03/0.14	c Glucose learned constraints deletion strategy
0.03/0.14	c timeout=2147483s
0.03/0.14	c DB Simplification allowed=false
0.03/0.14	c c --- End Solver configuration ---
0.03/0.14	c solving HOME/instance-3687193-1337871882.opb
0.03/0.14	c reading problem ... 
0.19/0.23	c ... done. Wall clock time 0.082s.
0.19/0.23	c declared #vars     316
0.19/0.23	c #constraints  476
0.19/0.23	c constraints type 
0.19/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108
0.19/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.19/0.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 166
0.19/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 200
0.19/0.23	c 476 constraints processed.
0.90/0.65	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.24/0.99	c cleaning 4251 clauses out of 8504 with flag 11002/11002
1.76/1.46	c cleaning 5625 clauses out of 11251 with flag 18000/18000
2.37/2.02	c cleaning 6810 clauses out of 13626 with flag 26000/26000
3.09/2.79	c cleaning 7897 clauses out of 15817 with flag 35001/35001
4.10/3.79	c cleaning 8958 clauses out of 17920 with flag 45001/45001
5.21/4.84	c cleaning 9981 clauses out of 19963 with flag 56002/56002
6.41/6.09	c cleaning 10989 clauses out of 21981 with flag 68001/68001
7.93/7.53	c cleaning 11990 clauses out of 23993 with flag 81002/81002
9.55/9.16	c cleaning 12995 clauses out of 26002 with flag 95001/95001
11.15/10.77	c cleaning 13998 clauses out of 28006 with flag 110000/110000
13.27/12.80	c cleaning 15001 clauses out of 30008 with flag 126000/126000
15.38/14.94	c cleaning 15999 clauses out of 32007 with flag 143000/143000
18.01/17.51	c cleaning 16999 clauses out of 34009 with flag 161001/161001
20.63/20.17	c cleaning 17983 clauses out of 36010 with flag 180001/180001
23.15/22.63	c cleaning 19006 clauses out of 38026 with flag 200000/200000
26.28/25.70	c cleaning 20005 clauses out of 40021 with flag 221001/221001
29.90/29.34	c cleaning 21004 clauses out of 42017 with flag 243002/243002
33.82/33.27	c cleaning 22002 clauses out of 44011 with flag 266000/266000
37.55/36.95	c cleaning 22995 clauses out of 46009 with flag 290000/290000
41.56/40.96	c cleaning 24001 clauses out of 48014 with flag 315000/315000
46.08/45.45	c cleaning 24994 clauses out of 50013 with flag 341000/341000
51.02/50.39	c cleaning 26001 clauses out of 52020 with flag 368001/368001
56.43/55.79	c cleaning 27006 clauses out of 54020 with flag 396002/396002
62.54/61.89	c cleaning 27996 clauses out of 56012 with flag 425000/425000
69.27/68.54	c cleaning 29003 clauses out of 58016 with flag 455000/455000
76.50/75.79	c cleaning 30002 clauses out of 60013 with flag 486000/486000
84.01/83.25	c cleaning 30994 clauses out of 62011 with flag 518000/518000
91.93/91.12	c cleaning 32006 clauses out of 64018 with flag 551001/551001
99.86/99.10	c cleaning 33001 clauses out of 66013 with flag 585002/585002
109.19/108.33	c cleaning 33996 clauses out of 68010 with flag 620000/620000
118.32/117.45	c cleaning 35002 clauses out of 70014 with flag 656000/656000
127.36/126.41	c cleaning 36000 clauses out of 72012 with flag 693000/693000
136.88/135.96	c cleaning 37002 clauses out of 74012 with flag 731000/731000
148.32/147.39	c cleaning 38000 clauses out of 76010 with flag 770000/770000
160.23/159.24	c cleaning 39000 clauses out of 78010 with flag 810000/810000
174.96/173.96	c cleaning 40003 clauses out of 80011 with flag 851001/851001
189.28/188.28	c cleaning 40999 clauses out of 82008 with flag 893001/893001
202.20/201.20	c cleaning 41992 clauses out of 84008 with flag 936000/936000
217.61/216.60	c cleaning 43005 clauses out of 86019 with flag 980003/980003
235.13/234.06	c cleaning 43996 clauses out of 88013 with flag 1025002/1025002
252.46/251.32	c cleaning 45006 clauses out of 90017 with flag 1071002/1071002
269.20/268.04	c cleaning 45997 clauses out of 92009 with flag 1118000/1118000
288.12/286.91	c cleaning 46990 clauses out of 94013 with flag 1166001/1166001
291.54/290.39	c starts		: 190
291.54/290.39	c conflicts		: 1181978
291.54/290.39	c decisions		: 2061668
291.54/290.39	c propagations		: 37517230
291.54/290.39	c inspects		: 4125021731
291.54/290.39	c shortcuts		: 0
291.54/290.39	c learnt literals	: 0
291.54/290.39	c learnt binary clauses	: 0
291.54/290.39	c learnt ternary clauses	: 0
291.54/290.39	c learnt constraints	: 1181978
291.54/290.39	c ignored constraints	: 0
291.54/290.39	c root simplifications	: 0
291.54/290.39	c removed literals (reason simplification)	: 0
291.54/290.39	c reason swapping (by a shorter reason)	: 0
291.54/290.39	c Calls to reduceDB	: 44
291.54/290.39	c number of reductions to clauses (during analyze)	: 0
291.54/290.39	c number of learned constraints concerned by reduction	: 0
291.54/290.39	c number of learning phase by resolution	: 0
291.54/290.39	c number of learning phase by cutting planes	: 0
291.54/290.39	c speed (assignments/second)	: 129297.97595128222
291.54/290.39	c non guided choices	44
291.65/290.42	c learnt constraints type 
291.65/290.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 63000
291.65/290.42	c constraints type 
291.65/290.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108
291.65/290.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
291.65/290.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 166
291.65/290.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 200
291.65/290.42	c 476 constraints processed.
291.65/290.42	s SATISFIABLE
291.65/290.42	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 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 -x241 x242 x243 -x244 x245 -x246 -x247 x248 x249 -x250 -x251 x252 -x253 x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 x262 -x263 x264 -x265 x266 -x267 x268 -x269 x270 -x271 x272 -x273 x274 -x275 x276 -x277 x278 -x279 x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 -x313 x314 -x315 x316 
291.65/290.42	c Total wall clock time (in seconds): 290.273

Verifier Data

OK	0

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/175 21540
/proc/meminfo: memFree=29502532/32873624 swapFree=7104/7104
[pid=21540] ppid=21538 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/21540/stat : 21540 (runsolver) D 21538 21540 21495 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 253313697 12095488 50 33554432000 4194304 5436572 140735584487056 140735584483352 4883175 0 0 4096 24578 18446744072101258628 0 0 17 2 0 0 0 0 0
/proc/21540/statm: 2953 50 31 304 0 2645 0

[startup+0.0578411 s]
/proc/loadavg: 0.00 0.00 0.00 2/175 21540
/proc/meminfo: memFree=29502532/32873624 swapFree=7104/7104
[pid=21540] ppid=21538 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21495 0 -1 4202496 2675 0 1 0 0 0 0 0 20 0 10 0 253313697 9233014784 3376 33554432000 1073741824 1073778376 140735128608480 140735128599616 227515859005 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2254154 3387 1477 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100256 s]
/proc/loadavg: 0.00 0.00 0.00 2/175 21540
/proc/meminfo: memFree=29502532/32873624 swapFree=7104/7104
[pid=21540] ppid=21538 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21495 0 -1 4202496 3207 0 1 0 3 0 0 0 20 0 18 0 253313697 9787813888 4417 33554432000 1073741824 1073778376 140735128608480 140735128599616 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2389603 4417 1758 9 0 2380296 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9558412

[startup+0.300152 s]
/proc/loadavg: 0.00 0.00 0.00 2/175 21540
/proc/meminfo: memFree=29502532/32873624 swapFree=7104/7104
[pid=21540] ppid=21538 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21495 0 -1 4202496 6929 0 1 0 42 1 0 0 20 0 19 0 253313697 9855975424 8169 33554432000 1073741824 1073778376 140735128608480 140735128599616 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2406244 8169 2230 9 0 2396937 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9624976

[startup+0.700174 s]
/proc/loadavg: 0.00 0.00 0.00 2/175 21540
/proc/meminfo: memFree=29502532/32873624 swapFree=7104/7104
[pid=21540] ppid=21538 vsize=9624976 CPUtime=1.04 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21495 0 -1 4202496 7048 0 1 0 102 2 0 0 20 0 19 0 253313697 9855975424 10301 33554432000 1073741824 1073778376 140735128608480 140735128599616 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2406244 10301 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9624976

[startup+1.50058 s]
/proc/loadavg: 0.00 0.00 0.00 8/188 21601
/proc/meminfo: memFree=29467224/32873624 swapFree=7104/7104
[pid=21540] ppid=21538 vsize=9624976 CPUtime=1.87 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21495 0 -1 4202496 7066 0 1 0 185 2 0 0 20 0 19 0 253313697 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 140735128599616 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2406244 12870 2267 9 0 2396937 0
[pid=21540/tid=21550] ppid=21538 vsize=9624976 CPUtime=1.39 cores=0,2,4,6
/proc/21540/task/21550/stat : 21550 (java) R 21538 21540 21495 0 -1 4202560 2456 0 1 0 139 0 0 0 20 0 19 0 253313700 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828390019480 139828247678357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21554] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21554/stat : 21554 (java) S 21538 21540 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828368120360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21555] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21555/stat : 21555 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828367067560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21556] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21556/stat : 21556 (java) S 21538 21540 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828366014760 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21557] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21557/stat : 21557 (java) S 21538 21540 21495 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828029024424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21558] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21558/stat : 21558 (java) S 21538 21540 21495 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828027972648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21559] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21559/stat : 21559 (java) S 21538 21540 21495 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828026919848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21560] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21560/stat : 21560 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828025867048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21561] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21561/stat : 21561 (java) S 21538 21540 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828024814248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21562] ppid=21538 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21540/task/21562/stat : 21562 (java) S 21538 21540 21495 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 253313704 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828012616168 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21563] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21563/stat : 21563 (java) S 21538 21540 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253313704 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828011562232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21564] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21564/stat : 21564 (java) S 21538 21540 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313704 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828010509320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21570] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21570/stat : 21570 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313706 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828009457808 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21571] ppid=21538 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/21540/task/21571/stat : 21571 (java) S 21538 21540 21495 0 -1 4202560 1770 0 0 0 20 0 0 0 20 0 19 0 253313706 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828008405944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21572] ppid=21538 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/21540/task/21572/stat : 21572 (java) S 21538 21540 21495 0 -1 4202560 1589 0 0 0 20 0 0 0 20 0 19 0 253313706 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828007353144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21573] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21573/stat : 21573 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313707 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828006300536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21574] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21574/stat : 21574 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313707 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828005247944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21576] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21576/stat : 21576 (java) S 21538 21540 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313721 9855975424 12870 33554432000 1073741824 1073778376 140735128608480 139828004160680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9624976

[startup+3.10057 s]
/proc/loadavg: 0.00 0.00 0.00 2/188 21601
/proc/meminfo: memFree=29460460/32873624 swapFree=7104/7104
[pid=21540] ppid=21538 vsize=9624976 CPUtime=3.5 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21495 0 -1 4202496 7083 0 1 0 348 2 0 0 20 0 19 0 253313697 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 140735128599616 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2406244 13394 2267 9 0 2396937 0
[pid=21540/tid=21550] ppid=21538 vsize=9624976 CPUtime=2.95 cores=0,2,4,6
/proc/21540/task/21550/stat : 21550 (java) R 21538 21540 21495 0 -1 4202560 2457 0 1 0 295 0 0 0 20 0 19 0 253313700 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828390019480 139828247656108 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21554] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21554/stat : 21554 (java) S 21538 21540 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828368120360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21555] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21555/stat : 21555 (java) S 21538 21540 21495 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828367067560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21556] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21556/stat : 21556 (java) S 21538 21540 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828366014760 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21557] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21557/stat : 21557 (java) S 21538 21540 21495 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828029024424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21558] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21558/stat : 21558 (java) S 21538 21540 21495 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828027972648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21540/tid=21559] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21559/stat : 21559 (java) S 21538 21540 21495 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828026919848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21560] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21560/stat : 21560 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828025867048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21561] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21561/stat : 21561 (java) S 21538 21540 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828024814248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21562] ppid=21538 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/21540/task/21562/stat : 21562 (java) S 21538 21540 21495 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 253313704 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828012616168 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21563] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21563/stat : 21563 (java) S 21538 21540 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253313704 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828011562232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21564] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21564/stat : 21564 (java) S 21538 21540 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313704 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828010509320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21570] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21570/stat : 21570 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313706 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828009457808 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21571] ppid=21538 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21540/task/21571/stat : 21571 (java) S 21538 21540 21495 0 -1 4202560 1771 0 0 0 22 0 0 0 20 0 19 0 253313706 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828008405944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21572] ppid=21538 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/21540/task/21572/stat : 21572 (java) S 21538 21540 21495 0 -1 4202560 1589 0 0 0 20 0 0 0 20 0 19 0 253313706 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828007353144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21573] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21573/stat : 21573 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313707 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828006300536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21574] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21574/stat : 21574 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313707 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828005247944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21576] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21576/stat : 21576 (java) S 21538 21540 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313721 9855975424 13394 33554432000 1073741824 1073778376 140735128608480 139828004160680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9624976

[startup+6.30067 s]
/proc/loadavg: 0.08 0.02 0.01 2/188 21601
/proc/meminfo: memFree=29453888/32873624 swapFree=7104/7104
[pid=21540] ppid=21538 vsize=9624976 CPUtime=6.73 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21495 0 -1 4202496 7101 0 1 0 671 2 0 0 20 0 19 0 253313697 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 140735128599616 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2406244 14306 2267 9 0 2396937 0
[pid=21540/tid=21550] ppid=21538 vsize=9624976 CPUtime=6.1 cores=0,2,4,6
/proc/21540/task/21550/stat : 21550 (java) R 21538 21540 21495 0 -1 4202560 2461 0 1 0 610 0 0 0 20 0 19 0 253313700 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828390019360 139828247579019 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21554] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21554/stat : 21554 (java) S 21538 21540 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828368120360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21555] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21555/stat : 21555 (java) S 21538 21540 21495 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828367067560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21556] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21556/stat : 21556 (java) S 21538 21540 21495 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828366014760 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21557] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21557/stat : 21557 (java) S 21538 21540 21495 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828029024424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21540/tid=21558] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21558/stat : 21558 (java) S 21538 21540 21495 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828027972648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21559] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21559/stat : 21559 (java) S 21538 21540 21495 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828026919848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21560] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21560/stat : 21560 (java) S 21538 21540 21495 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828025867048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21561] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21561/stat : 21561 (java) S 21538 21540 21495 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253313702 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828024814248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21562] ppid=21538 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/21540/task/21562/stat : 21562 (java) S 21538 21540 21495 0 -1 4202560 32 0 0 0 7 0 0 0 20 0 19 0 253313704 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828012616168 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21563] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21563/stat : 21563 (java) S 21538 21540 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253313704 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828011562232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21564] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21564/stat : 21564 (java) S 21538 21540 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313704 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828010509320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21570] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21570/stat : 21570 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313706 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828009457808 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21571] ppid=21538 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21540/task/21571/stat : 21571 (java) S 21538 21540 21495 0 -1 4202560 1771 0 0 0 22 0 0 0 20 0 19 0 253313706 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828008405944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21572] ppid=21538 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/21540/task/21572/stat : 21572 (java) S 21538 21540 21495 0 -1 4202560 1589 0 0 0 20 0 0 0 20 0 19 0 253313706 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828007353144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21573] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21573/stat : 21573 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313707 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828006300536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21574] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21574/stat : 21574 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313707 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828005247944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21576] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21576/stat : 21576 (java) S 21538 21540 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313721 9855975424 14306 33554432000 1073741824 1073778376 140735128608480 139828004160680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

/proc/21540/task/21561/stat : 21561 (java) S 21538 21540 21495 0 -1 4202560 113 0 0 0 12 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828024814248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21562] ppid=21538 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/21540/task/21562/stat : 21562 (java) S 21538 21540 21495 0 -1 4202560 63 0 0 0 87 2 0 0 20 0 19 0 253313704 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828012616168 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21563] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21563/stat : 21563 (java) S 21538 21540 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253313704 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828011562232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21564] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21564/stat : 21564 (java) S 21538 21540 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313704 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828010509320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21570] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21570/stat : 21570 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313706 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828009457808 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21571] ppid=21538 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21540/task/21571/stat : 21571 (java) S 21538 21540 21495 0 -1 4202560 1771 0 0 0 22 0 0 0 20 0 19 0 253313706 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828008405944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21572] ppid=21538 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/21540/task/21572/stat : 21572 (java) S 21538 21540 21495 0 -1 4202560 1590 0 0 0 21 0 0 0 20 0 19 0 253313706 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828007353144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21573] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21573/stat : 21573 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313707 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828006300536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21574] ppid=21538 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/21540/task/21574/stat : 21574 (java) S 21538 21540 21495 0 -1 4202560 17 0 0 0 4 4 0 0 20 0 19 0 253313707 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828005247944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21576] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21576/stat : 21576 (java) S 21538 21540 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313721 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828004160680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 290.74
Current children cumulated vsize (KiB) 9624976

[startup+289.901 s]
/proc/loadavg: 1.98 1.20 0.50 3/210 21747
/proc/meminfo: memFree=29103812/32873624 swapFree=7104/7104
[pid=21540] ppid=21538 vsize=9624976 CPUtime=291.14 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21495 0 -1 4202496 7993 0 1 0 29103 11 0 0 20 0 19 0 253313697 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 140735128599616 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2406244 33500 2267 9 0 2396937 0
[pid=21540/tid=21550] ppid=21538 vsize=9624976 CPUtime=287.79 cores=0,2,4,6
/proc/21540/task/21550/stat : 21550 (java) R 21538 21540 21495 0 -1 4202560 2507 0 1 0 28774 5 0 0 20 0 19 0 253313700 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828390019360 139828247579086 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21554] ppid=21538 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/21540/task/21554/stat : 21554 (java) S 21538 21540 21495 0 -1 4202560 43 0 0 0 12 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828368120360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21555] ppid=21538 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/21540/task/21555/stat : 21555 (java) S 21538 21540 21495 0 -1 4202560 31 0 0 0 12 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828367067560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21556] ppid=21538 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/21540/task/21556/stat : 21556 (java) S 21538 21540 21495 0 -1 4202560 237 0 0 0 15 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828366014760 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21540/tid=21557] ppid=21538 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/21540/task/21557/stat : 21557 (java) S 21538 21540 21495 0 -1 4202560 169 0 0 0 15 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828029024424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21558] ppid=21538 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/21540/task/21558/stat : 21558 (java) S 21538 21540 21495 0 -1 4202560 62 0 0 0 13 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828027972648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21559] ppid=21538 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/21540/task/21559/stat : 21559 (java) S 21538 21540 21495 0 -1 4202560 167 0 0 0 15 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828026919848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21560] ppid=21538 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/21540/task/21560/stat : 21560 (java) S 21538 21540 21495 0 -1 4202560 44 0 0 0 13 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828025867048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21540/tid=21561] ppid=21538 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/21540/task/21561/stat : 21561 (java) S 21538 21540 21495 0 -1 4202560 113 0 0 0 12 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828024814248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21562] ppid=21538 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/21540/task/21562/stat : 21562 (java) S 21538 21540 21495 0 -1 4202560 63 0 0 0 87 2 0 0 20 0 19 0 253313704 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828012616168 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21563] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21563/stat : 21563 (java) S 21538 21540 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253313704 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828011562232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21564] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21564/stat : 21564 (java) S 21538 21540 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313704 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828010509320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21570] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21570/stat : 21570 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313706 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828009457808 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21571] ppid=21538 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21540/task/21571/stat : 21571 (java) S 21538 21540 21495 0 -1 4202560 1771 0 0 0 22 0 0 0 20 0 19 0 253313706 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828008405944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21572] ppid=21538 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/21540/task/21572/stat : 21572 (java) S 21538 21540 21495 0 -1 4202560 1590 0 0 0 21 0 0 0 20 0 19 0 253313706 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828007353144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21573] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21573/stat : 21573 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313707 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828006300536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21574] ppid=21538 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/21540/task/21574/stat : 21574 (java) S 21538 21540 21495 0 -1 4202560 17 0 0 0 4 4 0 0 20 0 19 0 253313707 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828005247944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21576] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21576/stat : 21576 (java) S 21538 21540 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313721 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828004160680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 291.14
Current children cumulated vsize (KiB) 9624976

[startup+290.301 s]
/proc/loadavg: 1.98 1.21 0.51 3/210 21747
/proc/meminfo: memFree=29103812/32873624 swapFree=7104/7104
[pid=21540] ppid=21538 vsize=9624976 CPUtime=291.54 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21495 0 -1 4202496 7993 0 1 0 29143 11 0 0 20 0 19 0 253313697 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 140735128599616 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2406244 33500 2267 9 0 2396937 0
[pid=21540/tid=21550] ppid=21538 vsize=9624976 CPUtime=288.19 cores=0,2,4,6
/proc/21540/task/21550/stat : 21550 (java) R 21538 21540 21495 0 -1 4202560 2507 0 1 0 28814 5 0 0 20 0 19 0 253313700 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828390019360 139828247652962 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21554] ppid=21538 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/21540/task/21554/stat : 21554 (java) S 21538 21540 21495 0 -1 4202560 43 0 0 0 12 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828368120360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21555] ppid=21538 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/21540/task/21555/stat : 21555 (java) S 21538 21540 21495 0 -1 4202560 31 0 0 0 12 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828367067560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21556] ppid=21538 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/21540/task/21556/stat : 21556 (java) S 21538 21540 21495 0 -1 4202560 237 0 0 0 15 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828366014760 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21540/tid=21557] ppid=21538 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/21540/task/21557/stat : 21557 (java) S 21538 21540 21495 0 -1 4202560 169 0 0 0 15 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828029024424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21558] ppid=21538 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/21540/task/21558/stat : 21558 (java) S 21538 21540 21495 0 -1 4202560 62 0 0 0 13 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828027972648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21559] ppid=21538 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/21540/task/21559/stat : 21559 (java) S 21538 21540 21495 0 -1 4202560 167 0 0 0 15 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828026919848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21560] ppid=21538 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/21540/task/21560/stat : 21560 (java) S 21538 21540 21495 0 -1 4202560 44 0 0 0 13 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828025867048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21540/tid=21561] ppid=21538 vsize=9624976 CPUtime=0.12 cores=0,2,4,6
/proc/21540/task/21561/stat : 21561 (java) S 21538 21540 21495 0 -1 4202560 113 0 0 0 12 0 0 0 20 0 19 0 253313702 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828024814248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21562] ppid=21538 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/21540/task/21562/stat : 21562 (java) S 21538 21540 21495 0 -1 4202560 63 0 0 0 87 2 0 0 20 0 19 0 253313704 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828012616168 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21563] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21563/stat : 21563 (java) S 21538 21540 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253313704 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828011562232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21564] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21564/stat : 21564 (java) S 21538 21540 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313704 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828010509320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21570] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21570/stat : 21570 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313706 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828009457808 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21571] ppid=21538 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21540/task/21571/stat : 21571 (java) S 21538 21540 21495 0 -1 4202560 1771 0 0 0 22 0 0 0 20 0 19 0 253313706 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828008405944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21572] ppid=21538 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/21540/task/21572/stat : 21572 (java) S 21538 21540 21495 0 -1 4202560 1590 0 0 0 21 0 0 0 20 0 19 0 253313706 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828007353144 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21573] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21573/stat : 21573 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313707 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828006300536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21574] ppid=21538 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/21540/task/21574/stat : 21574 (java) S 21538 21540 21495 0 -1 4202560 17 0 0 0 4 4 0 0 20 0 19 0 253313707 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828005247944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21576] ppid=21538 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21576/stat : 21576 (java) S 21538 21540 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313721 9855975424 33500 33554432000 1073741824 1073778376 140735128608480 139828004160680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 291.54
Current children cumulated vsize (KiB) 9624976

[startup+290.406 s]
/proc/loadavg: 1.98 1.21 0.51 3/210 21747
/proc/meminfo: memFree=29103812/32873624 swapFree=7104/7104
[pid=21540] ppid=21538 vsize=9691540 CPUtime=291.65 cores=0,2,4,6
/proc/21540/stat : 21540 (java) S 21538 21540 21495 0 -1 4202496 8011 0 1 0 29154 11 0 0 20 0 20 0 253313697 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 140735128599616 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/21540/statm: 2422885 33517 2274 9 0 2413578 0
[pid=21540/tid=21550] ppid=21538 vsize=9691540 CPUtime=288.28 cores=0,2,4,6
/proc/21540/task/21550/stat : 21550 (java) S 21538 21540 21495 0 -1 4202560 2509 0 1 0 28823 5 0 0 20 0 20 0 253313700 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828390019800 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21554] ppid=21538 vsize=9691540 CPUtime=0.12 cores=0,2,4,6
/proc/21540/task/21554/stat : 21554 (java) S 21538 21540 21495 0 -1 4202560 43 0 0 0 12 0 0 0 20 0 20 0 253313702 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828368120360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21555] ppid=21538 vsize=9691540 CPUtime=0.12 cores=0,2,4,6
/proc/21540/task/21555/stat : 21555 (java) S 21538 21540 21495 0 -1 4202560 31 0 0 0 12 0 0 0 20 0 20 0 253313702 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828367067560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21556] ppid=21538 vsize=9691540 CPUtime=0.15 cores=0,2,4,6
/proc/21540/task/21556/stat : 21556 (java) S 21538 21540 21495 0 -1 4202560 237 0 0 0 15 0 0 0 20 0 20 0 253313702 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828366014760 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21540/tid=21557] ppid=21538 vsize=9691540 CPUtime=0.15 cores=0,2,4,6
/proc/21540/task/21557/stat : 21557 (java) S 21538 21540 21495 0 -1 4202560 169 0 0 0 15 0 0 0 20 0 20 0 253313702 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828029024424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21558] ppid=21538 vsize=9691540 CPUtime=0.13 cores=0,2,4,6
/proc/21540/task/21558/stat : 21558 (java) S 21538 21540 21495 0 -1 4202560 62 0 0 0 13 0 0 0 20 0 20 0 253313702 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828027972648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21559] ppid=21538 vsize=9691540 CPUtime=0.15 cores=0,2,4,6
/proc/21540/task/21559/stat : 21559 (java) S 21538 21540 21495 0 -1 4202560 167 0 0 0 15 0 0 0 20 0 20 0 253313702 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828026919848 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21560] ppid=21538 vsize=9691540 CPUtime=0.13 cores=0,2,4,6
/proc/21540/task/21560/stat : 21560 (java) S 21538 21540 21495 0 -1 4202560 44 0 0 0 13 0 0 0 20 0 20 0 253313702 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828025867048 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21540/tid=21561] ppid=21538 vsize=9691540 CPUtime=0.12 cores=0,2,4,6
/proc/21540/task/21561/stat : 21561 (java) S 21538 21540 21495 0 -1 4202560 113 0 0 0 12 0 0 0 20 0 20 0 253313702 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828024814248 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21540/tid=21562] ppid=21538 vsize=9691540 CPUtime=0.89 cores=0,2,4,6
/proc/21540/task/21562/stat : 21562 (java) S 21538 21540 21495 0 -1 4202560 63 0 0 0 87 2 0 0 20 0 20 0 253313704 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828012616168 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21563] ppid=21538 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21563/stat : 21563 (java) S 21538 21540 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253313704 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828011562232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21564] ppid=21538 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21564/stat : 21564 (java) S 21538 21540 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 253313704 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828010509320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21570] ppid=21538 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21570/stat : 21570 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253313706 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828009457808 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21571] ppid=21538 vsize=9691540 CPUtime=0.22 cores=0,2,4,6
/proc/21540/task/21571/stat : 21571 (java) S 21538 21540 21495 0 -1 4202560 1771 0 0 0 22 0 0 0 20 0 20 0 253313706 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828008405944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21572] ppid=21538 vsize=9691540 CPUtime=0.21 cores=0,2,4,6
/proc/21540/task/21572/stat : 21572 (java) R 21538 21540 21495 0 -1 4202560 1598 0 0 0 21 0 0 0 20 0 20 0 253313706 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828007353144 139828396466568 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21573] ppid=21538 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21573/stat : 21573 (java) S 21538 21540 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253313707 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828006300536 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21540/tid=21574] ppid=21538 vsize=9691540 CPUtime=0.08 cores=0,2,4,6
/proc/21540/task/21574/stat : 21574 (java) S 21538 21540 21495 0 -1 4202560 17 0 0 0 4 4 0 0 20 0 20 0 253313707 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828005247944 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21540/tid=21576] ppid=21538 vsize=9691540 CPUtime=0 cores=0,2,4,6
/proc/21540/task/21576/stat : 21576 (java) S 21538 21540 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 253313721 9924136960 33517 33554432000 1073741824 1073778376 140735128608480 139828004160680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 291.65
Current children cumulated vsize (KiB) 9691540

Child status: 10

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21540 and gives
#  childrusage.ru_utime.tv_sec=290
#  childrusage.ru_utime.tv_usec=806790
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=253961
# CPU time returned by wait4() is 291.061
# while last known CPU time is 291.65
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 290.425
CPU time (s): 291.65
CPU user time (s): 291.54
CPU system time (s): 0.11
CPU usage (%): 100.422
Max. virtual memory (cumulated for all children) (KiB): 9691540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 290.807
system time used= 0.253961
maximum resident set size= 134100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8023
page faults= 1
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7536
involuntary context switches= 2893

runsolver used 0.45993 second user time and 1.16482 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-24 17:04:42
IDJOB=3687193
IDBENCH=1163
IDSOLVER=2269
FILE ID=node121/3687193-1337871882
RUNJOBID= node121-1337871882-21511
PBS_JOBID= 14620083
Free space on /tmp= 71496 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687193-1337871882/watcher-3687193-1337871882 -o /tmp/evaluation-result-3687193-1337871882/solver-3687193-1337871882 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687193-1337871882.opb

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

MD5SUM BENCH= 8999d4ddd4825a5d620fe0a3c798bc24
RANDOM SEED=1415802339

node121.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.042
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.08
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.042
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.042
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		: 2667.042
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		: 2667.042
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.042
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.042
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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:       32873624 kB
MemFree:        29503300 kB
Buffers:          204536 kB
Cached:          2391408 kB
SwapCached:            0 kB
Active:           668520 kB
Inactive:        1938448 kB
Active(anon):      13856 kB
Inactive(anon):        0 kB
Active(file):     654664 kB
Inactive(file):  1938448 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               792 kB
Writeback:             0 kB
AnonPages:         18348 kB
Mapped:            14944 kB
Shmem:               200 kB
Slab:             627600 kB
SReclaimable:      72660 kB
SUnreclaim:       554940 kB
KernelStack:        1376 kB
PageTables:         4008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     116992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71496 MiB
End job on node121 at 2012-05-24 17:09:33