Trace number 3729052

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
PB11: Sat4j Res//CP 2.3.0SAT 97.6502 49.7751

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.06/0.49	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.49	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.49	c See www.sat4j.org for details.
0.06/0.49	c version 2.3.1.v20110525
0.06/0.49	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.49	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.49	c java.vm.version	19.1-b02
0.06/0.49	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.49	c sun.arch.data.model	64
0.06/0.49	c java.version		1.6.0_24
0.06/0.49	c os.name		Linux
0.06/0.49	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.49	c os.arch		amd64
0.06/0.49	c Free memory 		9996466904
0.06/0.49	c Max memory 		10048897024
0.06/0.49	c Total memory 		10048897024
0.06/0.49	c Number of processors 	8
0.11/0.54	c Pseudo Boolean Optimization
0.11/0.54	c ManyCore solver with 2 solvers running in parallel
0.11/0.54	c --- Begin Solver configuration ---
0.11/0.54	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.54	c Learn all clauses as in MiniSAT
0.11/0.54	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.54	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.54	c Expensive reason simplification
0.11/0.54	c Armin Biere (Picosat) restarts strategy
0.11/0.54	c Glucose learned constraints deletion strategy
0.11/0.54	c timeout=2147483s
0.11/0.54	c DB Simplification allowed=false
0.11/0.54	c --- End Solver configuration ---
0.11/0.54	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.54	c --- Begin Solver configuration ---
0.11/0.54	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.54	c Learn all clauses as in MiniSAT
0.11/0.54	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.54	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.54	c No reason simplification
0.11/0.54	c Armin Biere (Picosat) restarts strategy
0.11/0.54	c Glucose learned constraints deletion strategy
0.11/0.54	c timeout=2147483s
0.11/0.54	c DB Simplification allowed=false
0.11/0.54	c --- End Solver configuration ---
0.11/0.54	c solving HOME/instance-3729052-1338678630.opb
0.11/0.54	c reading problem ... 
0.21/0.65	c ... done. Wall clock time 0.103s.
0.21/0.65	c #vars     316
0.21/0.65	c #constraints  476
0.21/0.65	c constraints type 
0.21/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108
0.21/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.21/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 166
0.21/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 200
0.21/0.65	c constraints type 
0.21/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 166
0.21/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108
0.21/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.21/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 200
2.85/1.34	c cleaning 2497 clauses out of 5002 with flag 5002/5002
4.32/1.85	c cleaning 4254 clauses out of 8507 with flag 11004/11004
5.69/2.52	c cleaning 5624 clauses out of 11249 with flag 18000/18000
7.71/3.50	c cleaning 6811 clauses out of 13625 with flag 26000/26000
9.90/4.69	c cleaning 7906 clauses out of 15815 with flag 35001/35001
13.06/6.29	c cleaning 8954 clauses out of 17910 with flag 45002/45002
16.21/7.90	c cleaning 9475 clauses out of 18954 with flag 55000/55000
19.18/9.39	c cleaning 9739 clauses out of 19481 with flag 65002/65002
22.14/10.83	c cleaning 9869 clauses out of 19740 with flag 75000/75000
25.49/12.52	c cleaning 9935 clauses out of 19871 with flag 85000/85000
28.86/14.29	c cleaning 9968 clauses out of 19938 with flag 95002/95002
32.00/15.88	c cleaning 9984 clauses out of 19969 with flag 105001/105001
35.33/17.58	c cleaning 9989 clauses out of 19984 with flag 115000/115000
38.66/19.30	c cleaning 9995 clauses out of 19998 with flag 125003/125003
42.62/21.30	c cleaning 9999 clauses out of 20001 with flag 135001/135001
45.95/22.91	c cleaning 9999 clauses out of 20004 with flag 145003/145003
49.06/24.59	c cleaning 9997 clauses out of 20002 with flag 155000/155000
52.61/26.38	c cleaning 9999 clauses out of 20009 with flag 165004/165004
55.74/27.90	c cleaning 10000 clauses out of 20007 with flag 175001/175001
58.28/29.27	c cleaning 9999 clauses out of 20006 with flag 185000/185000
61.40/30.82	c cleaning 10000 clauses out of 20008 with flag 195001/195001
64.32/32.38	c cleaning 9998 clauses out of 20007 with flag 205000/205000
67.46/33.99	c cleaning 9997 clauses out of 20011 with flag 215002/215002
70.79/35.62	c cleaning 10002 clauses out of 20013 with flag 225001/225001
74.14/37.31	c cleaning 10001 clauses out of 20014 with flag 235004/235004
77.46/39.08	c cleaning 10001 clauses out of 20009 with flag 245000/245000
80.81/40.77	c cleaning 9994 clauses out of 20008 with flag 255000/255000
83.92/42.35	c cleaning 10005 clauses out of 20016 with flag 265002/265002
86.61/43.76	c cleaning 9999 clauses out of 20011 with flag 275002/275002
89.16/45.08	c cleaning 10002 clauses out of 20013 with flag 285003/285003
92.08/46.57	c cleaning 9988 clauses out of 20010 with flag 295002/295002
95.00/48.04	c cleaning 10000 clauses out of 20022 with flag 305002/305002
97.48/49.35	c  And the winner is Resolution
97.48/49.74	c starts		: 134
97.48/49.74	c conflicts		: 314201
97.48/49.74	c decisions		: 542690
97.48/49.74	c propagations		: 10700421
97.48/49.74	c inspects		: 410743856
97.48/49.74	c shortcuts		: 0
97.48/49.74	c learnt literals	: 0
97.48/49.74	c learnt binary clauses	: 0
97.48/49.74	c learnt ternary clauses	: 2
97.48/49.74	c learnt constraints	: 314201
97.48/49.74	c ignored constraints	: 0
97.48/49.74	c root simplifications	: 0
97.48/49.74	c removed literals (reason simplification)	: 10554583
97.48/49.74	c reason swapping (by a shorter reason)	: 0
97.48/49.74	c Calls to reduceDB	: 32
97.48/49.74	c number of reductions to clauses (during analyze)	: 0
97.48/49.74	c number of learned constraints concerned by reduction	: 0
97.48/49.74	c number of learning phase by resolution	: 0
97.48/49.74	c number of learning phase by cutting planes	: 0
97.48/49.74	c speed (assignments/second)	: 217971.13523863844
97.48/49.74	c non guided choices	44
97.48/49.75	c learnt constraints type 
97.48/49.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19221
97.48/49.75	c constraints type 
97.48/49.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108
97.48/49.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
97.48/49.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 166
97.48/49.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 200
97.48/49.75	c constraints type 
97.48/49.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 166
97.48/49.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108
97.48/49.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
97.48/49.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 200
97.48/49.75	s SATISFIABLE
97.48/49.75	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 
97.48/49.75	c Total wall clock time (in seconds): 49.212

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-3729052-1338678630/watcher-3729052-1338678630 -o /tmp/evaluation-result-3729052-1338678630/solver-3729052-1338678630 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729052-1338678630.opb 

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: 0.00 0.03 0.44 4/176 2981
/proc/meminfo: memFree=29094744/32873844 swapFree=7644/7644
[pid=2981] ppid=2979 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/2981/stat : 2981 (java) D 2979 2981 2935 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 333987468 278528 33 33554432000 1073741824 1073778376 140737021626784 140737021623960 239228513575 0 0 4096 0 18446744071580397875 0 0 17 5 0 0 0 0 0
/proc/2981/statm: 68 33 25 9 0 25 0

[startup+0.0506589 s]
/proc/loadavg: 0.00 0.03 0.44 4/176 2981
/proc/meminfo: memFree=29094744/32873844 swapFree=7644/7644
[pid=2981] ppid=2979 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/2981/stat : 2981 (java) D 2979 2981 2935 0 -1 4202496 716 0 3 0 0 0 0 0 20 0 1 0 333987468 23793664 447 33554432000 1073741824 1073778376 140735975589120 140735975579112 239228467777 0 0 4096 0 18446744071579943789 0 0 17 7 0 0 1 0 0
/proc/2981/statm: 5809 447 340 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.100291 s]
/proc/loadavg: 0.00 0.03 0.44 4/176 2981
/proc/meminfo: memFree=29094744/32873844 swapFree=7644/7644
[pid=2981] ppid=2979 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/2981/stat : 2981 (java) D 2979 2981 2935 0 -1 4202496 1057 0 12 0 0 0 0 0 20 0 1 0 333987468 23793664 797 33554432000 1073741824 1073778376 140735975589120 140735975579112 139890447222441 0 0 4096 0 18446744071579943789 0 0 17 7 0 0 6 0 0
/proc/2981/statm: 5809 797 592 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.300265 s]
/proc/loadavg: 0.00 0.03 0.44 4/176 2981
/proc/meminfo: memFree=29094744/32873844 swapFree=7644/7644
[pid=2981] ppid=2979 vsize=11044572 CPUtime=0.01 cores=1,3,5,7
/proc/2981/stat : 2981 (java) S 2979 2981 2935 0 -1 4202496 3613 0 23 0 0 1 0 0 20 0 10 0 333987468 11309641728 10467 33554432000 1073741824 1073778376 140735975589120 140735975580256 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/2981/statm: 2761143 10473 1169 9 0 2751844 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11044572

[startup+0.700159 s]
/proc/loadavg: 0.00 0.03 0.44 4/176 2981
/proc/meminfo: memFree=29094744/32873844 swapFree=7644/7644
[pid=2981] ppid=2979 vsize=11852648 CPUtime=0.46 cores=1,3,5,7
/proc/2981/stat : 2981 (java) S 2979 2981 2935 0 -1 4202496 7436 0 23 0 43 3 0 0 20 0 22 0 333987468 12137111552 16678 33554432000 1073741824 1073778376 140735975589120 140735975580256 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/2981/statm: 2963162 16678 2233 9 0 2953849 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 11852648

[startup+1.50078 s]
/proc/loadavg: 0.00 0.03 0.44 10/220 3025
/proc/meminfo: memFree=28916080/32873844 swapFree=7644/7644
[pid=2981] ppid=2979 vsize=11852648 CPUtime=3.59 cores=1,3,5,7
/proc/2981/stat : 2981 (java) S 2979 2981 2935 0 -1 4202496 23439 0 23 0 350 9 0 0 20 0 22 0 333987468 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 140735975580256 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/2981/statm: 2963162 56462 2280 9 0 2953849 0
[pid=2981/tid=2985] ppid=2979 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/2981/task/2985/stat : 2985 (java) S 2979 2981 2935 0 -1 4202560 3429 0 6 0 19 2 0 0 20 0 22 0 333987479 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890441094296 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 15 0 0
[pid=2981/tid=2994] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/2994/stat : 2994 (java) S 2979 2981 2935 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890379823528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=2995] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/2995/stat : 2995 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890378770984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=2996] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/2996/stat : 2996 (java) S 2979 2981 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890377717928 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=2997] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/2997/stat : 2997 (java) S 2979 2981 2935 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890376665384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=2998] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/2998/stat : 2998 (java) S 2979 2981 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890375613352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=2999] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/2999/stat : 2999 (java) S 2979 2981 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890374560808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3000] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3000/stat : 3000 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890271742632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=3001] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3001/stat : 3001 (java) S 2979 2981 2935 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890270690088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3003] ppid=2979 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/2981/task/3003/stat : 3003 (java) S 2979 2981 2935 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 22 0 333987500 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890258491752 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3005] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3005/stat : 3005 (java) S 2979 2981 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333987502 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890257438072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3007] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3007/stat : 3007 (java) S 2979 2981 2935 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333987502 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890256384904 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3008] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3008/stat : 3008 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987509 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890255333648 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3011] ppid=2979 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/2981/task/3011/stat : 3011 (java) R 2979 2981 2935 0 -1 4202560 12372 0 0 0 85 2 0 0 20 0 22 0 333987509 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890254258776 139890442648776 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=3013] ppid=2979 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/2981/task/3013/stat : 3013 (java) R 2979 2981 2935 0 -1 4202560 6239 0 0 0 83 0 0 0 20 0 22 0 333987509 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890253228824 139890444671405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3015] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3015/stat : 3015 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987509 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890252176120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3017] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3017/stat : 3017 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987509 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890251123784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=3018] ppid=2979 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/2981/task/3018/stat : 3018 (java) R 2979 2981 2935 0 -1 4202560 32 0 0 0 78 0 0 0 20 0 22 0 333987533 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890250068240 139890381260096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3019] ppid=2979 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/2981/task/3019/stat : 3019 (java) R 2979 2981 2935 0 -1 4202560 126 0 0 0 75 3 0 0 20 0 22 0 333987533 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890249014208 139890380846496 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0
[pid=2981/tid=3020] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3020/stat : 3020 (java) S 2979 2981 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987533 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890247963432 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=3021] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3021/stat : 3021 (java) S 2979 2981 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987533 12137111552 56462 33554432000 1073741824 1073778376 140735975589120 139890246910888 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 11852648

[startup+3.10084 s]
/proc/loadavg: 0.00 0.03 0.44 8/220 3025
/proc/meminfo: memFree=28419468/32873844 swapFree=7644/7644
[pid=2981] ppid=2979 vsize=11852648 CPUtime=6.88 cores=1,3,5,7
/proc/2981/stat : 2981 (java) S 2979 2981 2935 0 -1 4202496 23537 0 23 0 675 13 0 0 20 0 22 0 333987468 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 140735975580256 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/2981/statm: 2963162 90140 2280 9 0 2953849 0
[pid=2981/tid=2985] ppid=2979 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/2981/task/2985/stat : 2985 (java) S 2979 2981 2935 0 -1 4202560 3429 0 6 0 19 2 0 0 20 0 22 0 333987479 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890441094296 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 15 0 0
[pid=2981/tid=2994] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/2994/stat : 2994 (java) S 2979 2981 2935 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890379823528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=2995] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/2995/stat : 2995 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890378770984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=2996] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/2996/stat : 2996 (java) S 2979 2981 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890377717928 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=2997] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/2997/stat : 2997 (java) S 2979 2981 2935 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890376665384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=2998] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/2998/stat : 2998 (java) S 2979 2981 2935 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890375613352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=2999] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/2999/stat : 2999 (java) S 2979 2981 2935 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890374560808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=3000] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3000/stat : 3000 (java) S 2979 2981 2935 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890271742632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=3001] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3001/stat : 3001 (java) S 2979 2981 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890270690088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=3003] ppid=2979 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/2981/task/3003/stat : 3003 (java) S 2979 2981 2935 0 -1 4202560 35 0 0 0 7 0 0 0 20 0 22 0 333987500 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890258491752 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3005] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3005/stat : 3005 (java) S 2979 2981 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333987502 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890257438072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3007] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3007/stat : 3007 (java) S 2979 2981 2935 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333987502 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890256384904 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3008] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3008/stat : 3008 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987509 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890255333648 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3011] ppid=2979 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/2981/task/3011/stat : 3011 (java) S 2979 2981 2935 0 -1 4202560 12379 0 0 0 92 3 0 0 20 0 22 0 333987509 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890254281528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=3013] ppid=2979 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/2981/task/3013/stat : 3013 (java) S 2979 2981 2935 0 -1 4202560 6247 0 0 0 88 0 0 0 20 0 22 0 333987509 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890253228984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3015] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3015/stat : 3015 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987509 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890252176120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3017] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3017/stat : 3017 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987509 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890251123784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=3018] ppid=2979 vsize=11852648 CPUtime=2.3 cores=1,3,5,7
/proc/2981/task/3018/stat : 3018 (java) R 2979 2981 2935 0 -1 4202560 33 0 0 0 230 0 0 0 20 0 22 0 333987533 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890250068304 139890381260505 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3019] ppid=2979 vsize=11852648 CPUtime=2.3 cores=1,3,5,7
/proc/2981/task/3019/stat : 3019 (java) R 2979 2981 2935 0 -1 4202560 184 0 0 0 225 5 0 0 20 0 22 0 333987533 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890249013728 139890381382482 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0
[pid=2981/tid=3020] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3020/stat : 3020 (java) S 2979 2981 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987533 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890247963432 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=3021] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3021/stat : 3021 (java) S 2979 2981 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987533 12137111552 90140 33554432000 1073741824 1073778376 140735975589120 139890246910888 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 11852648

[startup+6.30104 s]
/proc/loadavg: 0.56 0.15 0.47 6/220 3025
/proc/meminfo: memFree=27889348/32873844 swapFree=7644/7644
[pid=2981] ppid=2979 vsize=11852648 CPUtime=13.27 cores=1,3,5,7
/proc/2981/stat : 2981 (java) S 2979 2981 2935 0 -1 4202496 23707 0 23 0 1308 19 0 0 20 0 22 0 333987468 12137111552 162133 33554432000 1073741824 1073778376 140735975589120 140735975580256 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/2981/statm: 2963162 162133 2280 9 0 2953849 0
[pid=2981/tid=2985] ppid=2979 vsize=11852648 CPUtime=0.21 cores=1,3,5,7
/proc/2981/task/2985/stat : 2985 (java) S 2979 2981 2935 0 -1 4202560 3429 0 6 0 19 2 0 0 20 0 22 0 333987479 12137111552 162133 33554432000 1073741824 1073778376 140735975589120 139890441094296 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 15 0 0
[pid=2981/tid=2994] ppid=2979 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/2981/task/2994/stat : 2994 (java) S 2979 2981 2935 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 333987494 12137111552 162133 33554432000 1073741824 1073778376 140735975589120 139890379823528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=2995] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/2995/stat : 2995 (java) S 2979 2981 2935 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 162133 33554432000 1073741824 1073778376 140735975589120 139890378770984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=2996] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/2996/stat : 2996 (java) S 2979 2981 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 162133 33554432000 1073741824 1073778376 140735975589120 139890377717928 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=2997] ppid=2979 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/2981/task/2997/stat : 2997 (java) S 2979 2981 2935 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 333987494 12137111552 162133 33554432000 1073741824 1073778376 140735975589120 139890376665384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=2998] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/2998/stat : 2998 (java) S 2979 2981 2935 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 162133 33554432000 1073741824 1073778376 140735975589120 139890375613352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=2999] ppid=2979 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/2981/task/2999/stat : 2999 (java) S 2979 2981 2935 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 333987494 12137111552 162133 33554432000 1073741824 1073778376 140735975589120 139890374560808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=3000] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3000/stat : 3000 (java) S 2979 2981 2935 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 162133 33554432000 1073741824 1073778376 140735975589120 139890271742632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=3001] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3001/stat : 3001 (java) S 2979 2981 2935 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 333987494 12137111552 162133 33554432000 1073741824 1073778376 140735975589120 139890270690088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=3003] ppid=2979 vsize=11852648 CPUtime=0.16 cores=1,3,5,7
/proc/2981/task/3003/stat : 3003 (java) R 2979 2981 2935 0 -1 4202560 38 0 0 0 16 0 0 0 20 0 22 0 333987500 12137111552 162133 33554432000 1073741824 1073778376 140735975589120 139890258490608 139890447940116 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3005] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3005/stat : 3005 (java) S 2979 2981 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333987502 12137111552 162133 33554432000 1073741824 1073778376 140735975589120 139890257438072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3007] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3007/stat : 3007 (java) S 2979 2981 2935 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333987502 12137111552 162133 33554432000 1073741824 1073778376 140735975589120 139890256384904 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3008] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3008/stat : 3008 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987509 12137111552 162133 33554432000 1073741824 1073778376 140735975589120 139890255333648 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3011] ppid=2979 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/2981/task/3011/stat : 3011 (java) S 2979 2981 2935 0 -1 4202560 12379 0 0 0 93 3 0 0 20 0 22 0 333987509 12137111552 162133 33554432000 1073741824 1073778376 140735975589120 139890254281528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=2981/tid=3008] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3008/stat : 3008 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987509 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890255333648 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3011] ppid=2979 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/2981/task/3011/stat : 3011 (java) S 2979 2981 2935 0 -1 4202560 12379 0 0 0 94 3 0 0 20 0 22 0 333987509 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890254281528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=3013] ppid=2979 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/2981/task/3013/stat : 3013 (java) S 2979 2981 2935 0 -1 4202560 6263 0 0 0 100 0 0 0 20 0 22 0 333987509 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890253228984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3015] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3015/stat : 3015 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987509 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890252176120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3017] ppid=2979 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/2981/task/3017/stat : 3017 (java) S 2979 2981 2935 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 333987509 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890251123784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3018] ppid=2979 vsize=11852648 CPUtime=44.72 cores=1,3,5,7
/proc/2981/task/3018/stat : 3018 (java) R 2979 2981 2935 0 -1 4202560 53 0 0 0 4472 0 0 0 20 0 22 0 333987533 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890250068304 139890381313726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=3019] ppid=2979 vsize=11852648 CPUtime=44.73 cores=1,3,5,7
/proc/2981/task/3019/stat : 3019 (java) R 2979 2981 2935 0 -1 4202560 346 0 0 0 4463 10 0 0 20 0 22 0 333987533 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890249013856 139890381401970 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0
[pid=2981/tid=3020] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3020/stat : 3020 (java) S 2979 2981 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987533 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890247963432 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=3021] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3021/stat : 3021 (java) S 2979 2981 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987533 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890246910888 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 94.8
Current children cumulated vsize (KiB) 11852648

[startup+48.7009 s]
/proc/loadavg: 2.10 0.61 0.61 5/219 3265
/proc/meminfo: memFree=28078408/32873844 swapFree=7644/7644
[pid=2981] ppid=2979 vsize=11852648 CPUtime=96.28 cores=1,3,5,7
/proc/2981/stat : 2981 (java) S 2979 2981 2935 0 -1 4202496 23851 0 23 0 9606 22 0 0 20 0 22 0 333987468 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 140735975580256 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/2981/statm: 2963162 176424 2280 9 0 2953849 0
[pid=2981/tid=2985] ppid=2979 vsize=11852648 CPUtime=0.22 cores=1,3,5,7
/proc/2981/task/2985/stat : 2985 (java) S 2979 2981 2935 0 -1 4202560 3430 0 6 0 19 3 0 0 20 0 22 0 333987479 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890441094296 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 15 0 0
[pid=2981/tid=2994] ppid=2979 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/2981/task/2994/stat : 2994 (java) S 2979 2981 2935 0 -1 4202560 27 0 0 0 9 0 0 0 20 0 22 0 333987494 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890379823528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=2995] ppid=2979 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/2981/task/2995/stat : 2995 (java) S 2979 2981 2935 0 -1 4202560 12 0 0 0 7 0 0 0 20 0 22 0 333987494 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890378770984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=2996] ppid=2979 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/2981/task/2996/stat : 2996 (java) S 2979 2981 2935 0 -1 4202560 37 0 0 0 8 0 0 0 20 0 22 0 333987494 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890377717928 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=2997] ppid=2979 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/2981/task/2997/stat : 2997 (java) S 2979 2981 2935 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 22 0 333987494 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890376665384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=2998] ppid=2979 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/2981/task/2998/stat : 2998 (java) S 2979 2981 2935 0 -1 4202560 14 0 0 0 8 0 0 0 20 0 22 0 333987494 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890375613352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=2999] ppid=2979 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/2981/task/2999/stat : 2999 (java) S 2979 2981 2935 0 -1 4202560 16 0 0 0 7 0 0 0 20 0 22 0 333987494 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890374560808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=3000] ppid=2979 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/2981/task/3000/stat : 3000 (java) S 2979 2981 2935 0 -1 4202560 14 0 0 0 6 0 0 0 20 0 22 0 333987494 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890271742632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3001] ppid=2979 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/2981/task/3001/stat : 3001 (java) S 2979 2981 2935 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 22 0 333987494 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890270690088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3003] ppid=2979 vsize=11852648 CPUtime=2.25 cores=1,3,5,7
/proc/2981/task/3003/stat : 3003 (java) S 2979 2981 2935 0 -1 4202560 53 0 0 0 223 2 0 0 20 0 22 0 333987500 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890258491752 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3005] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3005/stat : 3005 (java) S 2979 2981 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 333987502 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890257438072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3007] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3007/stat : 3007 (java) S 2979 2981 2935 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 333987502 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890256384904 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3008] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3008/stat : 3008 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987509 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890255333648 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3011] ppid=2979 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/2981/task/3011/stat : 3011 (java) S 2979 2981 2935 0 -1 4202560 12379 0 0 0 94 3 0 0 20 0 22 0 333987509 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890254281528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=3013] ppid=2979 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/2981/task/3013/stat : 3013 (java) S 2979 2981 2935 0 -1 4202560 6263 0 0 0 100 0 0 0 20 0 22 0 333987509 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890253228984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3015] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3015/stat : 3015 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 333987509 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890252176120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3017] ppid=2979 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/2981/task/3017/stat : 3017 (java) S 2979 2981 2935 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 333987509 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890251123784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3018] ppid=2979 vsize=11852648 CPUtime=45.4 cores=1,3,5,7
/proc/2981/task/3018/stat : 3018 (java) R 2979 2981 2935 0 -1 4202560 54 0 0 0 4540 0 0 0 20 0 22 0 333987533 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890250068424 139890381260688 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=3019] ppid=2979 vsize=11852648 CPUtime=45.41 cores=1,3,5,7
/proc/2981/task/3019/stat : 3019 (java) R 2979 2981 2935 0 -1 4202560 347 0 0 0 4531 10 0 0 20 0 22 0 333987533 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890249013976 139890381401960 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0
[pid=2981/tid=3020] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3020/stat : 3020 (java) S 2979 2981 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987533 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890247963432 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=3021] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3021/stat : 3021 (java) S 2979 2981 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 333987533 12137111552 176424 33554432000 1073741824 1073778376 140735975589120 139890246910888 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 96.28
Current children cumulated vsize (KiB) 11852648

[startup+49.5076 s]
/proc/loadavg: 2.10 0.61 0.61 4/217 3265
/proc/meminfo: memFree=28008280/32873844 swapFree=7644/7644
[pid=2981] ppid=2979 vsize=11852648 CPUtime=97.48 cores=1,3,5,7
/proc/2981/stat : 2981 (java) S 2979 2981 2935 0 -1 4202496 23852 0 23 0 9725 23 0 0 20 0 19 0 333987468 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 140735975580256 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/2981/statm: 2963162 176413 2281 9 0 2953849 0
[pid=2981/tid=2985] ppid=2979 vsize=11852648 CPUtime=0.22 cores=1,3,5,7
/proc/2981/task/2985/stat : 2985 (java) S 2979 2981 2935 0 -1 4202560 3430 0 6 0 19 3 0 0 20 0 19 0 333987479 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890441094296 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 15 0 0
[pid=2981/tid=2994] ppid=2979 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/2981/task/2994/stat : 2994 (java) S 2979 2981 2935 0 -1 4202560 27 0 0 0 9 0 0 0 20 0 19 0 333987494 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890379823528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=2995] ppid=2979 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/2981/task/2995/stat : 2995 (java) S 2979 2981 2935 0 -1 4202560 12 0 0 0 7 0 0 0 20 0 19 0 333987494 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890378770984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=2996] ppid=2979 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/2981/task/2996/stat : 2996 (java) S 2979 2981 2935 0 -1 4202560 37 0 0 0 8 0 0 0 20 0 19 0 333987494 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890377717928 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=2997] ppid=2979 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/2981/task/2997/stat : 2997 (java) S 2979 2981 2935 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 333987494 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890376665384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=2998] ppid=2979 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/2981/task/2998/stat : 2998 (java) S 2979 2981 2935 0 -1 4202560 14 0 0 0 8 0 0 0 20 0 19 0 333987494 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890375613352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=2999] ppid=2979 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/2981/task/2999/stat : 2999 (java) S 2979 2981 2935 0 -1 4202560 16 0 0 0 7 0 0 0 20 0 19 0 333987494 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890374560808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=3000] ppid=2979 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/2981/task/3000/stat : 3000 (java) S 2979 2981 2935 0 -1 4202560 14 0 0 0 6 0 0 0 20 0 19 0 333987494 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890271742632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3001] ppid=2979 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/2981/task/3001/stat : 3001 (java) S 2979 2981 2935 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 333987494 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890270690088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3003] ppid=2979 vsize=11852648 CPUtime=2.25 cores=1,3,5,7
/proc/2981/task/3003/stat : 3003 (java) S 2979 2981 2935 0 -1 4202560 53 0 0 0 223 2 0 0 20 0 19 0 333987500 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890258491752 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3005] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3005/stat : 3005 (java) S 2979 2981 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 333987502 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890257438072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3007] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3007/stat : 3007 (java) S 2979 2981 2935 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 333987502 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890256384904 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3008] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3008/stat : 3008 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333987509 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890255333648 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3011] ppid=2979 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/2981/task/3011/stat : 3011 (java) S 2979 2981 2935 0 -1 4202560 12379 0 0 0 94 3 0 0 20 0 19 0 333987509 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890254281528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=3013] ppid=2979 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/2981/task/3013/stat : 3013 (java) S 2979 2981 2935 0 -1 4202560 6263 0 0 0 100 0 0 0 20 0 19 0 333987509 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890253228984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3015] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3015/stat : 3015 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333987509 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890252176120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3017] ppid=2979 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/2981/task/3017/stat : 3017 (java) S 2979 2981 2935 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 333987509 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890251123784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=3021] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3021/stat : 3021 (java) S 2979 2981 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 333987533 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890246910888 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 97.48
Current children cumulated vsize (KiB) 11852648

[startup+49.7007 s]
/proc/loadavg: 2.10 0.61 0.61 4/217 3265
/proc/meminfo: memFree=28008280/32873844 swapFree=7644/7644
[pid=2981] ppid=2979 vsize=11852648 CPUtime=97.48 cores=1,3,5,7
/proc/2981/stat : 2981 (java) S 2979 2981 2935 0 -1 4202496 23852 0 23 0 9725 23 0 0 20 0 19 0 333987468 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 140735975580256 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 8 0 0
/proc/2981/statm: 2963162 176413 2281 9 0 2953849 0
[pid=2981/tid=2985] ppid=2979 vsize=11852648 CPUtime=0.22 cores=1,3,5,7
/proc/2981/task/2985/stat : 2985 (java) S 2979 2981 2935 0 -1 4202560 3430 0 6 0 19 3 0 0 20 0 19 0 333987479 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890441094296 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 15 0 0
[pid=2981/tid=2994] ppid=2979 vsize=11852648 CPUtime=0.09 cores=1,3,5,7
/proc/2981/task/2994/stat : 2994 (java) S 2979 2981 2935 0 -1 4202560 27 0 0 0 9 0 0 0 20 0 19 0 333987494 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890379823528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=2995] ppid=2979 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/2981/task/2995/stat : 2995 (java) S 2979 2981 2935 0 -1 4202560 12 0 0 0 7 0 0 0 20 0 19 0 333987494 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890378770984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=2996] ppid=2979 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/2981/task/2996/stat : 2996 (java) S 2979 2981 2935 0 -1 4202560 37 0 0 0 8 0 0 0 20 0 19 0 333987494 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890377717928 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=2997] ppid=2979 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/2981/task/2997/stat : 2997 (java) S 2979 2981 2935 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 333987494 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890376665384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=2998] ppid=2979 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/2981/task/2998/stat : 2998 (java) S 2979 2981 2935 0 -1 4202560 14 0 0 0 8 0 0 0 20 0 19 0 333987494 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890375613352 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=2999] ppid=2979 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/2981/task/2999/stat : 2999 (java) S 2979 2981 2935 0 -1 4202560 16 0 0 0 7 0 0 0 20 0 19 0 333987494 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890374560808 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=3000] ppid=2979 vsize=11852648 CPUtime=0.06 cores=1,3,5,7
/proc/2981/task/3000/stat : 3000 (java) S 2979 2981 2935 0 -1 4202560 14 0 0 0 6 0 0 0 20 0 19 0 333987494 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890271742632 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3001] ppid=2979 vsize=11852648 CPUtime=0.07 cores=1,3,5,7
/proc/2981/task/3001/stat : 3001 (java) S 2979 2981 2935 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 333987494 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890270690088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3003] ppid=2979 vsize=11852648 CPUtime=2.25 cores=1,3,5,7
/proc/2981/task/3003/stat : 3003 (java) S 2979 2981 2935 0 -1 4202560 53 0 0 0 223 2 0 0 20 0 19 0 333987500 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890258491752 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3005] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3005/stat : 3005 (java) S 2979 2981 2935 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 333987502 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890257438072 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3007] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3007/stat : 3007 (java) S 2979 2981 2935 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 333987502 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890256384904 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3008] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3008/stat : 3008 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333987509 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890255333648 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2981/tid=3011] ppid=2979 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/2981/task/3011/stat : 3011 (java) S 2979 2981 2935 0 -1 4202560 12379 0 0 0 94 3 0 0 20 0 19 0 333987509 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890254281528 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2981/tid=3013] ppid=2979 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/2981/task/3013/stat : 3013 (java) S 2979 2981 2935 0 -1 4202560 6263 0 0 0 100 0 0 0 20 0 19 0 333987509 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890253228984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3015] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3015/stat : 3015 (java) S 2979 2981 2935 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 333987509 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890252176120 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2981/tid=3017] ppid=2979 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/2981/task/3017/stat : 3017 (java) S 2979 2981 2935 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 333987509 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890251123784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2981/tid=3021] ppid=2979 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2981/task/3021/stat : 3021 (java) S 2979 2981 2935 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 333987533 12137111552 176413 33554432000 1073741824 1073778376 140735975589120 139890246910888 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 97.48
Current children cumulated vsize (KiB) 11852648

Child status: 10

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

Real time (s): 49.7751
CPU time (s): 97.6502
CPU user time (s): 97.2952
CPU system time (s): 0.354946
CPU usage (%): 196.183
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.2452
system time used= 0.354946
maximum resident set size= 705700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23862
page faults= 23
swaps= 0
block input operations= 10216
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2692
involuntary context switches= 2329

runsolver used 0.210967 second user time and 0.472928 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 01:10:31
IDJOB=3729052
IDBENCH=1163
IDSOLVER=2328
FILE ID=node147/3729052-1338678630
RUNJOBID= node147-1338678629-2955
PBS_JOBID= 14636666
Free space on /tmp= 70788 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army10.14ls.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729052-1338678630/watcher-3729052-1338678630 -o /tmp/evaluation-result-3729052-1338678630/solver-3729052-1338678630 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729052-1338678630.opb

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

MD5SUM BENCH= 8999d4ddd4825a5d620fe0a3c798bc24
RANDOM SEED=1955734994

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29095380 kB
Buffers:          429640 kB
Cached:          2483892 kB
SwapCached:         3380 kB
Active:          1422500 kB
Inactive:        1497068 kB
Active(anon):       2240 kB
Inactive(anon):     5920 kB
Active(file):    1420260 kB
Inactive(file):  1491148 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:               812 kB
Writeback:             0 kB
AnonPages:         11164 kB
Mapped:             8628 kB
Shmem:                 0 kB
Slab:             720024 kB
SReclaimable:     161384 kB
SUnreclaim:       558640 kB
KernelStack:        1400 kB
PageTables:         4524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     106408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70784 MiB
End job on node147 at 2012-06-03 01:11:21