Trace number 3687520

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotOPT307 1293.12 651.356

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-mod008.opb
MD5SUM4dd9ac2644c29d272d2675c7fc366ed6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark0.305953
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 307
Optimality of the best value was proved YES
Number of variables319
Total number of constraints6
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint186
Maximum length of a constraint231
Number of terms in the objective function 319
Biggest coefficient in the objective function 87
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 23554
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 22000
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 1027256
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.02/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.14	c See www.sat4j.org for details.
0.02/0.14	c version 2.3.2.v20120418
0.02/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.14	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.14	c java.vm.version	19.1-b02
0.02/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.14	c sun.arch.data.model	64
0.02/0.14	c java.version		1.6.0_24
0.02/0.14	c os.name		Linux
0.02/0.14	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.14	c os.arch		amd64
0.02/0.14	c Free memory 		501472288
0.02/0.14	c Max memory 		7480803328
0.02/0.14	c Total memory 		504102912
0.02/0.14	c Number of processors 	8
0.02/0.17	c Pseudo Boolean Optimization by upper bound
0.02/0.17	c ManyCore solver with 2 solvers running in parallel
0.02/0.17	c --- Begin Solver configuration ---
0.02/0.17	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.02/0.17	c Learn all clauses as in MiniSAT
0.02/0.17	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.02/0.17	c Expensive reason simplification
0.02/0.17	c Armin Biere (Picosat) restarts strategy
0.02/0.17	c Glucose learned constraints deletion strategy
0.02/0.17	c timeout=2147483s
0.02/0.17	c DB Simplification allowed=false
0.02/0.17	c c --- End Solver configuration ---
0.02/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.02/0.17	c --- Begin Solver configuration ---
0.02/0.17	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.02/0.17	c Learn all clauses as in MiniSAT
0.02/0.17	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.02/0.17	c No reason simplification
0.02/0.17	c Armin Biere (Picosat) restarts strategy
0.02/0.17	c Glucose learned constraints deletion strategy
0.02/0.17	c timeout=2147483s
0.02/0.17	c DB Simplification allowed=false
0.02/0.17	c c --- End Solver configuration ---
0.02/0.17	c solving HOME/instance-3687520-1337871928.opb
0.02/0.17	c reading problem ... 
0.16/0.24	c ... done. Wall clock time 0.067s.
0.16/0.24	c declared #vars     319
0.16/0.24	c #constraints  6
0.16/0.24	c constraints type 
0.16/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6
0.16/0.24	c 6 constraints processed.
0.16/0.24	c constraints type 
0.16/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6
0.16/0.24	c 6 constraints processed.
0.16/0.24	c objective function length is 319 literals
0.16/0.26	c  And the winner is solver0
0.30/0.74	c SATISFIABLE
0.30/0.74	c OPTIMIZING...
0.30/0.74	c Got one! Elapsed wall clock time (in seconds):0.569
0.30/0.74	o 359
2.46/1.33	c  And the winner is solver0
2.79/1.75	c Got one! Elapsed wall clock time (in seconds):1.579
2.79/1.75	o 333
3.80/2.12	c cleaning 2748 clauses out of 5567 with flag 3000/5567
4.29/2.40	c  And the winner is solver1
4.65/2.76	c Got one! Elapsed wall clock time (in seconds):2.582
4.65/2.76	o 307
5.62/3.22	c cleaning 4310 clauses out of 8620 with flag 4028/11368
7.60/4.27	c cleaning 5162 clauses out of 10323 with flag 10041/17381
10.61/5.77	c cleaning 6107 clauses out of 12213 with flag 17093/24433
13.84/7.15	c cleaning 6984 clauses out of 14013 with flag 25000/32340
17.47/8.77	c cleaning 8018 clauses out of 16036 with flag 34007/41347
27.32/13.69	c cleaning 9021 clauses out of 18042 with flag 44031/51371
33.89/16.93	c cleaning 9995 clauses out of 19991 with flag 55001/62341
40.56/20.36	c cleaning 10966 clauses out of 21997 with flag 67002/74342
53.15/26.65	c cleaning 12015 clauses out of 24029 with flag 80000/87340
59.86/30.06	c cleaning 12971 clauses out of 26016 with flag 94002/101342
76.21/38.27	c cleaning 14038 clauses out of 28075 with flag 109032/116372
87.06/43.71	c cleaning 14999 clauses out of 30007 with flag 125002/132342
100.54/50.55	c cleaning 15994 clauses out of 32007 with flag 142001/149341
135.08/67.88	c cleaning 16971 clauses out of 34031 with flag 160019/167359
160.89/80.84	c cleaning 18027 clauses out of 36054 with flag 179013/186353
185.35/93.14	c cleaning 18999 clauses out of 38014 with flag 199000/206340
205.06/102.97	c cleaning 20018 clauses out of 40037 with flag 220022/227362
217.92/109.26	c cleaning 20980 clauses out of 41998 with flag 242001/249341
234.52/117.69	c cleaning 22007 clauses out of 44018 with flag 265001/272341
271.42/136.20	c cleaning 22984 clauses out of 46011 with flag 289001/296341
291.03/146.16	c cleaning 23982 clauses out of 48026 with flag 314000/321340
341.54/171.40	c cleaning 25001 clauses out of 50046 with flag 340002/347342
361.70/181.63	c cleaning 26010 clauses out of 52044 with flag 367001/374341
390.91/196.41	c cleaning 27010 clauses out of 54044 with flag 395011/402351
407.83/205.07	c cleaning 28017 clauses out of 56033 with flag 424010/431350
426.04/214.25	c cleaning 28996 clauses out of 58006 with flag 454000/461340
468.31/235.45	c cleaning 29915 clauses out of 60010 with flag 485000/492340
493.44/248.29	c cleaning 31019 clauses out of 62095 with flag 517000/524340
551.27/277.34	c cleaning 32026 clauses out of 64078 with flag 550002/557342
592.29/297.93	c cleaning 32978 clauses out of 66050 with flag 584000/591340
620.42/312.25	c cleaning 34017 clauses out of 68073 with flag 619001/626341
641.53/322.95	c cleaning 35018 clauses out of 70055 with flag 655000/662340
702.67/353.58	c cleaning 35997 clauses out of 72037 with flag 692000/699340
733.79/369.20	c cleaning 37025 clauses out of 74049 with flag 730009/737349
804.75/404.92	c cleaning 38000 clauses out of 76015 with flag 769000/776340
832.91/419.18	c cleaning 38975 clauses out of 78018 with flag 809003/816343
875.23/440.43	c cleaning 40009 clauses out of 80040 with flag 850000/857340
911.58/458.88	c cleaning 41016 clauses out of 82031 with flag 892000/899340
981.75/494.19	c cleaning 42034 clauses out of 84067 with flag 935052/942392
1038.34/522.41	c cleaning 0 clauses out of 5143 with flag 0/5143
1059.08/532.98	c cleaning 42953 clauses out of 85981 with flag 979000/986340
1092.81/549.91	c cleaning 44016 clauses out of 88032 with flag 1024004/1031344
1172.72/590.05	c cleaning 44972 clauses out of 90016 with flag 1070004/1077344
1251.25/629.32	c cleaning 46018 clauses out of 92045 with flag 1117005/1124345
1291.14/649.41	c  And the winner is solver1
1289.97/651.34	c starts		: 8
1289.97/651.34	c conflicts		: 5591
1289.97/651.34	c decisions		: 33735
1289.97/651.34	c propagations		: 153683
1289.97/651.34	c inspects		: 184892495
1289.97/651.34	c shortcuts		: 0
1289.97/651.34	c learnt literals	: 0
1289.97/651.34	c learnt binary clauses	: 0
1289.97/651.34	c learnt ternary clauses	: 0
1289.97/651.34	c learnt constraints	: 5590
1289.97/651.34	c ignored constraints	: 0
1289.97/651.34	c root simplifications	: 0
1289.97/651.34	c removed literals (reason simplification)	: 0
1289.97/651.34	c reason swapping (by a shorter reason)	: 0
1289.97/651.34	c Calls to reduceDB	: 1
1289.97/651.34	c number of reductions to clauses (during analyze)	: 0
1289.97/651.34	c number of learned constraints concerned by reduction	: 0
1289.97/651.34	c number of learning phase by resolution	: 0
1289.97/651.34	c number of learning phase by cutting planes	: 0
1289.97/651.34	c speed (assignments/second)	: 236.5889854644092
1289.97/651.34	c non guided choices	0
1289.97/651.34	c learnt constraints type 
1289.97/651.34	c constraints type 
1289.97/651.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6
1289.97/651.34	c 6 constraints processed.
1289.97/651.34	c constraints type 
1289.97/651.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6
1289.97/651.34	c 6 constraints processed.
1289.97/651.34	s OPTIMUM FOUND
1289.97/651.34	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 -x317 -x318 -x319 
1289.97/651.34	c objective function=307
1289.97/651.34	c Total wall clock time (in seconds): 651.163

Verifier Data

OK	307

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-3687520-1337871928/watcher-3687520-1337871928 -o /tmp/evaluation-result-3687520-1337871928/solver-3687520-1337871928 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687520-1337871928.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: 1.28 0.33 0.11 4/197 25950
/proc/meminfo: memFree=28302412/32873844 swapFree=7612/7612
[pid=25950] ppid=25948 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/25950/stat : 25950 (java) R 25948 25950 25404 0 -1 4202496 389 0 0 0 0 0 0 0 20 0 1 0 253317199 9379840 122 33554432000 1073741824 1073778376 140733393500192 140733393497320 251048006112 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25950/statm: 2323 128 99 9 0 71 0

[startup+0.074641 s]
/proc/loadavg: 1.28 0.33 0.11 4/197 25950
/proc/meminfo: memFree=28302412/32873844 swapFree=7612/7612
[pid=25950] ppid=25948 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/25950/stat : 25950 (java) S 25948 25950 25404 0 -1 4202496 2987 0 1 0 2 0 0 0 20 0 13 0 253317199 9446973440 3686 33554432000 1073741824 1073778376 140733393500192 140733393491328 251048001597 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25950/statm: 2306390 3686 1661 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100346 s]
/proc/loadavg: 1.28 0.33 0.11 4/197 25950
/proc/meminfo: memFree=28302412/32873844 swapFree=7612/7612
[pid=25950] ppid=25948 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/25950/stat : 25950 (java) S 25948 25950 25404 0 -1 4202496 3053 0 1 0 2 0 0 0 20 0 13 0 253317199 9446973440 3751 33554432000 1073741824 1073778376 140733393500192 140733393491328 251048001597 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25950/statm: 2306390 3752 1701 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.30028 s]
/proc/loadavg: 1.28 0.33 0.11 4/197 25950
/proc/meminfo: memFree=28302412/32873844 swapFree=7612/7612
[pid=25950] ppid=25948 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25950/stat : 25950 (java) S 25948 25950 25404 0 -1 4202496 4786 0 1 0 27 3 0 0 20 0 19 0 253317199 10060460032 7406 33554432000 1073741824 1073778376 140733393500192 140733393491328 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25950/statm: 2456167 7406 2216 9 0 2446860 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824668

[startup+0.700265 s]
/proc/loadavg: 1.28 0.33 0.11 4/197 25950
/proc/meminfo: memFree=28302412/32873844 swapFree=7612/7612
[pid=25950] ppid=25948 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25950/stat : 25950 (java) S 25948 25950 25404 0 -1 4202496 4786 0 1 0 27 3 0 0 20 0 19 0 253317199 10060460032 7406 33554432000 1073741824 1073778376 140733393500192 140733393491328 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25950/statm: 2456167 7406 2216 9 0 2446860 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824668

[startup+1.50083 s]
/proc/loadavg: 1.28 0.33 0.11 7/219 25975
/proc/meminfo: memFree=28241508/32873844 swapFree=7612/7612
[pid=25950] ppid=25948 vsize=9824668 CPUtime=2.79 cores=1,3,5,7
/proc/25950/stat : 25950 (java) S 25948 25950 25404 0 -1 4202496 18576 0 1 0 271 8 0 0 20 0 19 0 253317199 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140733393491328 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25950/statm: 2456167 33047 2250 9 0 2446860 0
[pid=25950/tid=25952] ppid=25948 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/25950/task/25952/stat : 25952 (java) S 25948 25950 25404 0 -1 4202560 2484 0 1 0 17 0 0 0 20 0 19 0 253317200 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225185752056 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25953] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25953/stat : 25953 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317205 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225029810472 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25954] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25954/stat : 25954 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317205 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225028757672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25955] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25955/stat : 25955 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317205 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225027705384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25956] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25956/stat : 25956 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317205 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225026652584 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25950/tid=25957] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25957/stat : 25957 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317205 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225025600296 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25958] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25958/stat : 25958 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317205 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225024547496 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25950/tid=25959] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25959/stat : 25959 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317205 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225023495208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25960] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25960/stat : 25960 (java) S 25948 25950 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253317205 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225022442408 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25961] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25961/stat : 25961 (java) S 25948 25950 25404 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253317206 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225010030824 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25962] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25962/stat : 25962 (java) S 25948 25950 25404 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253317206 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225008976888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25963] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25963/stat : 25963 (java) S 25948 25950 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317206 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225007924488 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25964] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25964/stat : 25964 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317211 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225006872976 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25965] ppid=25948 vsize=9824668 CPUtime=0.7 cores=1,3,5,7
/proc/25950/task/25965/stat : 25965 (java) S 25948 25950 25404 0 -1 4202560 7949 0 0 0 68 2 0 0 20 0 19 0 253317211 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225005820600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25966] ppid=25948 vsize=9824668 CPUtime=0.7 cores=1,3,5,7
/proc/25950/task/25966/stat : 25966 (java) S 25948 25950 25404 0 -1 4202560 6792 0 0 0 69 1 0 0 20 0 19 0 253317211 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225004767800 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25967] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25967/stat : 25967 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317211 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225003715704 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25968] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25968/stat : 25968 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317211 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140225002663112 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25972] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25972/stat : 25972 (java) S 25948 25950 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317225 10060460032 33047 33554432000 1073741824 1073778376 140733393500192 140224998450216 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 9824668

[startup+3.10082 s]
/proc/loadavg: 1.28 0.33 0.11 5/219 25978
/proc/meminfo: memFree=28111448/32873844 swapFree=7612/7612
[pid=25950] ppid=25948 vsize=9824668 CPUtime=5.41 cores=1,3,5,7
/proc/25950/stat : 25950 (java) S 25948 25950 25404 0 -1 4202496 19877 0 1 0 528 13 0 0 20 0 22 0 253317199 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140733393491328 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25950/statm: 2456167 52620 2278 9 0 2446860 0
[pid=25950/tid=25952] ppid=25948 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/25950/task/25952/stat : 25952 (java) S 25948 25950 25404 0 -1 4202560 2484 0 1 0 18 0 0 0 20 0 22 0 253317200 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225185752056 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25953] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25953/stat : 25953 (java) S 25948 25950 25404 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 253317205 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225029810472 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25954] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25954/stat : 25954 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317205 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225028757672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25955] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25955/stat : 25955 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317205 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225027705384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25956] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25956/stat : 25956 (java) S 25948 25950 25404 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253317205 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225026652584 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25957] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25957/stat : 25957 (java) S 25948 25950 25404 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 253317205 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225025600296 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25950/tid=25958] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25958/stat : 25958 (java) S 25948 25950 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317205 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225024547496 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25959] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25959/stat : 25959 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317205 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225023495208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25960] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25960/stat : 25960 (java) S 25948 25950 25404 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317205 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225022442408 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25961] ppid=25948 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25950/task/25961/stat : 25961 (java) S 25948 25950 25404 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 22 0 253317206 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225010030824 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25962] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25962/stat : 25962 (java) S 25948 25950 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317206 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225008976888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25963] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25963/stat : 25963 (java) S 25948 25950 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317206 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225007924488 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25964] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25964/stat : 25964 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317211 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225006872976 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25965] ppid=25948 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/25950/task/25965/stat : 25965 (java) S 25948 25950 25404 0 -1 4202560 8168 0 0 0 93 2 0 0 20 0 22 0 253317211 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225005820600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25966] ppid=25948 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/25950/task/25966/stat : 25966 (java) R 25948 25950 25404 0 -1 4202560 7718 0 0 0 109 1 0 0 20 0 22 0 253317211 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225004767800 251048014908 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25967] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25967/stat : 25967 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317211 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225003715704 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25968] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25968/stat : 25968 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317211 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225002663112 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25978] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25978/stat : 25978 (java) S 25948 25950 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253317375 10060460032 52620 33554432000 1073741824 1073778376 140733393500192 140225001607976 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 9824668

[startup+6.30074 s]
/proc/loadavg: 1.50 0.39 0.13 5/219 25981
/proc/meminfo: memFree=28070116/32873844 swapFree=7612/7612
[pid=25950] ppid=25948 vsize=9824668 CPUtime=12.15 cores=1,3,5,7
/proc/25950/stat : 25950 (java) S 25948 25950 25404 0 -1 4202496 21965 0 1 0 1197 18 0 0 20 0 22 0 253317199 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140733393491328 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25950/statm: 2456167 66527 2279 9 0 2446860 0
[pid=25950/tid=25952] ppid=25948 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/25950/task/25952/stat : 25952 (java) S 25948 25950 25404 0 -1 4202560 2486 0 1 0 18 0 0 0 20 0 22 0 253317200 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225185752056 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25953] ppid=25948 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25950/task/25953/stat : 25953 (java) S 25948 25950 25404 0 -1 4202560 111 0 0 0 3 1 0 0 20 0 22 0 253317205 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225029810472 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25950/tid=25954] ppid=25948 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25950/task/25954/stat : 25954 (java) S 25948 25950 25404 0 -1 4202560 3 0 0 0 2 0 0 0 20 0 22 0 253317205 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225028757672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25955] ppid=25948 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25950/task/25955/stat : 25955 (java) S 25948 25950 25404 0 -1 4202560 57 0 0 0 3 0 0 0 20 0 22 0 253317205 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225027705384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25956] ppid=25948 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25950/task/25956/stat : 25956 (java) S 25948 25950 25404 0 -1 4202560 155 0 0 0 3 1 0 0 20 0 22 0 253317205 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225026652584 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25957] ppid=25948 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25950/task/25957/stat : 25957 (java) S 25948 25950 25404 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 253317205 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225025600296 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25958] ppid=25948 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25950/task/25958/stat : 25958 (java) S 25948 25950 25404 0 -1 4202560 112 0 0 0 3 1 0 0 20 0 22 0 253317205 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225024547496 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25950/tid=25959] ppid=25948 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25950/task/25959/stat : 25959 (java) S 25948 25950 25404 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 253317205 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225023495208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25960] ppid=25948 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25950/task/25960/stat : 25960 (java) S 25948 25950 25404 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 253317205 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225022442408 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25961] ppid=25948 vsize=9824668 CPUtime=0.19 cores=1,3,5,7
/proc/25950/task/25961/stat : 25961 (java) S 25948 25950 25404 0 -1 4202560 120 0 0 0 19 0 0 0 20 0 22 0 253317206 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225010030824 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25962] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25962/stat : 25962 (java) S 25948 25950 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317206 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225008976888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25963] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25963/stat : 25963 (java) S 25948 25950 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317206 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225007924488 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25964] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25964/stat : 25964 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317211 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225006872976 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25965] ppid=25948 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/25950/task/25965/stat : 25965 (java) S 25948 25950 25404 0 -1 4202560 9720 0 0 0 126 2 0 0 20 0 22 0 253317211 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225005820600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25966] ppid=25948 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/25950/task/25966/stat : 25966 (java) S 25948 25950 25404 0 -1 4202560 7727 0 0 0 119 1 0 0 20 0 22 0 253317211 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225004767800 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25967] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25967/stat : 25967 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317211 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225003715704 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25968] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25968/stat : 25968 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317211 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225002663112 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25978] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25978/stat : 25978 (java) S 25948 25950 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253317375 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225001607976 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25979] ppid=25948 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/25950/task/25979/stat : 25979 (java) R 25948 25950 25404 0 -1 4202560 11 0 0 0 321 0 0 0 20 0 22 0 253317475 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140224999502248 140225058089584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25950/tid=25980] ppid=25948 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/25950/task/25980/stat : 25980 (java) R 25948 25950 25404 0 -1 4202560 6 0 0 0 321 0 0 0 20 0 22 0 253317475 10060460032 66527 33554432000 1073741824 1073778376 140733393500192 140225000552608 140225058180238 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0

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

[pid=25950/tid=25958] ppid=25948 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/25950/task/25958/stat : 25958 (java) S 25948 25950 25404 0 -1 4202560 719 0 0 0 198 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225024547496 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25959] ppid=25948 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/25950/task/25959/stat : 25959 (java) S 25948 25950 25404 0 -1 4202560 858 0 0 0 198 16 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225023495208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25960] ppid=25948 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/25950/task/25960/stat : 25960 (java) S 25948 25950 25404 0 -1 4202560 560 0 0 0 200 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225022442408 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25961] ppid=25948 vsize=9824668 CPUtime=17.09 cores=1,3,5,7
/proc/25950/task/25961/stat : 25961 (java) S 25948 25950 25404 0 -1 4202560 2080 0 0 0 1693 16 0 0 20 0 19 0 253317206 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225010030824 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25950/tid=25962] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25962/stat : 25962 (java) S 25948 25950 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317206 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225008976888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25963] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25963/stat : 25963 (java) S 25948 25950 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317206 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225007924488 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25964] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25964/stat : 25964 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225006872976 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25965] ppid=25948 vsize=9824668 CPUtime=2.82 cores=1,3,5,7
/proc/25950/task/25965/stat : 25965 (java) S 25948 25950 25404 0 -1 4202560 20483 0 0 0 277 5 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225005820600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25966] ppid=25948 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/25950/task/25966/stat : 25966 (java) S 25948 25950 25404 0 -1 4202560 7748 0 0 0 138 1 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225004767800 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25967] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25967/stat : 25967 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225003715704 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25968] ppid=25948 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/25950/task/25968/stat : 25968 (java) S 25948 25950 25404 0 -1 4202560 37 0 0 0 18 15 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225002663112 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25978] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25978/stat : 25978 (java) S 25948 25950 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253317375 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225001607976 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1288.14
Current children cumulated vsize (KiB) 9824668

[startup+650.301 s]
/proc/loadavg: 3.81 3.39 1.94 4/216 26076
/proc/meminfo: memFree=23732496/32873844 swapFree=7612/7612
[pid=25950] ppid=25948 vsize=9824668 CPUtime=1288.96 cores=1,3,5,7
/proc/25950/stat : 25950 (java) S 25948 25950 25404 0 -1 4202496 42124 0 1 0 128656 240 0 0 20 0 19 0 253317199 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140733393491328 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25950/statm: 2456167 660402 2279 9 0 2446860 0
[pid=25950/tid=25952] ppid=25948 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/25950/task/25952/stat : 25952 (java) R 25948 25950 25404 0 -1 4202560 2516 0 1 0 107 3 0 0 20 0 19 0 253317200 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225185751832 140225058558614 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25950/tid=25953] ppid=25948 vsize=9824668 CPUtime=2.2 cores=1,3,5,7
/proc/25950/task/25953/stat : 25953 (java) S 25948 25950 25404 0 -1 4202560 736 0 0 0 206 14 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225029810472 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25954] ppid=25948 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/25950/task/25954/stat : 25954 (java) S 25948 25950 25404 0 -1 4202560 503 0 0 0 236 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225028757672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25955] ppid=25948 vsize=9824668 CPUtime=2.3 cores=1,3,5,7
/proc/25950/task/25955/stat : 25955 (java) S 25948 25950 25404 0 -1 4202560 425 0 0 0 213 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225027705384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25956] ppid=25948 vsize=9824668 CPUtime=2.32 cores=1,3,5,7
/proc/25950/task/25956/stat : 25956 (java) S 25948 25950 25404 0 -1 4202560 723 0 0 0 215 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225026652584 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25957] ppid=25948 vsize=9824668 CPUtime=2.13 cores=1,3,5,7
/proc/25950/task/25957/stat : 25957 (java) S 25948 25950 25404 0 -1 4202560 617 0 0 0 197 16 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225025600296 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25958] ppid=25948 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/25950/task/25958/stat : 25958 (java) S 25948 25950 25404 0 -1 4202560 719 0 0 0 198 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225024547496 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25959] ppid=25948 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/25950/task/25959/stat : 25959 (java) S 25948 25950 25404 0 -1 4202560 858 0 0 0 198 16 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225023495208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25960] ppid=25948 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/25950/task/25960/stat : 25960 (java) S 25948 25950 25404 0 -1 4202560 560 0 0 0 200 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225022442408 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25961] ppid=25948 vsize=9824668 CPUtime=17.09 cores=1,3,5,7
/proc/25950/task/25961/stat : 25961 (java) S 25948 25950 25404 0 -1 4202560 2080 0 0 0 1693 16 0 0 20 0 19 0 253317206 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225010030824 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25950/tid=25962] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25962/stat : 25962 (java) S 25948 25950 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317206 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225008976888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25963] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25963/stat : 25963 (java) S 25948 25950 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317206 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225007924488 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25964] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25964/stat : 25964 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225006872976 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25965] ppid=25948 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/25950/task/25965/stat : 25965 (java) S 25948 25950 25404 0 -1 4202560 20484 0 0 0 279 5 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225005820600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25966] ppid=25948 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/25950/task/25966/stat : 25966 (java) S 25948 25950 25404 0 -1 4202560 7748 0 0 0 138 1 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225004767800 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25967] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25967/stat : 25967 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225003715704 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25968] ppid=25948 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/25950/task/25968/stat : 25968 (java) S 25948 25950 25404 0 -1 4202560 37 0 0 0 18 15 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225002663112 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25978] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25978/stat : 25978 (java) S 25948 25950 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253317375 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225001607976 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1288.96
Current children cumulated vsize (KiB) 9824668

[startup+651.101 s]
/proc/loadavg: 3.81 3.39 1.94 4/216 26076
/proc/meminfo: memFree=23732496/32873844 swapFree=7612/7612
[pid=25950] ppid=25948 vsize=9824668 CPUtime=1289.77 cores=1,3,5,7
/proc/25950/stat : 25950 (java) S 25948 25950 25404 0 -1 4202496 42125 0 1 0 128736 241 0 0 20 0 19 0 253317199 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140733393491328 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25950/statm: 2456167 660402 2279 9 0 2446860 0
[pid=25950/tid=25952] ppid=25948 vsize=9824668 CPUtime=1.9 cores=1,3,5,7
/proc/25950/task/25952/stat : 25952 (java) R 25948 25950 25404 0 -1 4202560 2517 0 1 0 187 3 0 0 20 0 19 0 253317200 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225185749664 140225057822646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25953] ppid=25948 vsize=9824668 CPUtime=2.2 cores=1,3,5,7
/proc/25950/task/25953/stat : 25953 (java) S 25948 25950 25404 0 -1 4202560 736 0 0 0 206 14 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225029810472 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25954] ppid=25948 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/25950/task/25954/stat : 25954 (java) S 25948 25950 25404 0 -1 4202560 503 0 0 0 236 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225028757672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25955] ppid=25948 vsize=9824668 CPUtime=2.3 cores=1,3,5,7
/proc/25950/task/25955/stat : 25955 (java) S 25948 25950 25404 0 -1 4202560 425 0 0 0 213 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225027705384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25956] ppid=25948 vsize=9824668 CPUtime=2.32 cores=1,3,5,7
/proc/25950/task/25956/stat : 25956 (java) S 25948 25950 25404 0 -1 4202560 723 0 0 0 215 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225026652584 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25957] ppid=25948 vsize=9824668 CPUtime=2.13 cores=1,3,5,7
/proc/25950/task/25957/stat : 25957 (java) S 25948 25950 25404 0 -1 4202560 617 0 0 0 197 16 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225025600296 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25958] ppid=25948 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/25950/task/25958/stat : 25958 (java) S 25948 25950 25404 0 -1 4202560 719 0 0 0 198 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225024547496 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25959] ppid=25948 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/25950/task/25959/stat : 25959 (java) S 25948 25950 25404 0 -1 4202560 858 0 0 0 198 16 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225023495208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25960] ppid=25948 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/25950/task/25960/stat : 25960 (java) S 25948 25950 25404 0 -1 4202560 560 0 0 0 200 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225022442408 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25961] ppid=25948 vsize=9824668 CPUtime=17.09 cores=1,3,5,7
/proc/25950/task/25961/stat : 25961 (java) S 25948 25950 25404 0 -1 4202560 2080 0 0 0 1693 16 0 0 20 0 19 0 253317206 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225010030824 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25950/tid=25962] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25962/stat : 25962 (java) S 25948 25950 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317206 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225008976888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25963] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25963/stat : 25963 (java) S 25948 25950 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317206 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225007924488 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25964] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25964/stat : 25964 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225006872976 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25965] ppid=25948 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/25950/task/25965/stat : 25965 (java) S 25948 25950 25404 0 -1 4202560 20484 0 0 0 279 5 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225005820600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25966] ppid=25948 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/25950/task/25966/stat : 25966 (java) S 25948 25950 25404 0 -1 4202560 7748 0 0 0 138 1 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225004767800 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25967] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25967/stat : 25967 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225003715704 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25968] ppid=25948 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/25950/task/25968/stat : 25968 (java) S 25948 25950 25404 0 -1 4202560 37 0 0 0 18 15 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225002663112 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25978] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25978/stat : 25978 (java) S 25948 25950 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253317375 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225001607976 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1289.77
Current children cumulated vsize (KiB) 9824668

[startup+651.301 s]
/proc/loadavg: 3.81 3.39 1.94 4/216 26076
/proc/meminfo: memFree=23732496/32873844 swapFree=7612/7612
[pid=25950] ppid=25948 vsize=9824668 CPUtime=1289.97 cores=1,3,5,7
/proc/25950/stat : 25950 (java) S 25948 25950 25404 0 -1 4202496 42125 0 1 0 128756 241 0 0 20 0 19 0 253317199 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140733393491328 251048001597 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25950/statm: 2456167 660402 2279 9 0 2446860 0
[pid=25950/tid=25952] ppid=25948 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/25950/task/25952/stat : 25952 (java) R 25948 25950 25404 0 -1 4202560 2517 0 1 0 207 3 0 0 20 0 19 0 253317200 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225185749664 140225057822646 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25953] ppid=25948 vsize=9824668 CPUtime=2.2 cores=1,3,5,7
/proc/25950/task/25953/stat : 25953 (java) S 25948 25950 25404 0 -1 4202560 736 0 0 0 206 14 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225029810472 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25954] ppid=25948 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/25950/task/25954/stat : 25954 (java) S 25948 25950 25404 0 -1 4202560 503 0 0 0 236 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225028757672 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25955] ppid=25948 vsize=9824668 CPUtime=2.3 cores=1,3,5,7
/proc/25950/task/25955/stat : 25955 (java) S 25948 25950 25404 0 -1 4202560 425 0 0 0 213 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225027705384 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25956] ppid=25948 vsize=9824668 CPUtime=2.32 cores=1,3,5,7
/proc/25950/task/25956/stat : 25956 (java) S 25948 25950 25404 0 -1 4202560 723 0 0 0 215 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225026652584 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25957] ppid=25948 vsize=9824668 CPUtime=2.13 cores=1,3,5,7
/proc/25950/task/25957/stat : 25957 (java) S 25948 25950 25404 0 -1 4202560 617 0 0 0 197 16 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225025600296 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25958] ppid=25948 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/25950/task/25958/stat : 25958 (java) S 25948 25950 25404 0 -1 4202560 719 0 0 0 198 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225024547496 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25959] ppid=25948 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/25950/task/25959/stat : 25959 (java) S 25948 25950 25404 0 -1 4202560 858 0 0 0 198 16 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225023495208 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25960] ppid=25948 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/25950/task/25960/stat : 25960 (java) S 25948 25950 25404 0 -1 4202560 560 0 0 0 200 17 0 0 20 0 19 0 253317205 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225022442408 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25961] ppid=25948 vsize=9824668 CPUtime=17.09 cores=1,3,5,7
/proc/25950/task/25961/stat : 25961 (java) S 25948 25950 25404 0 -1 4202560 2080 0 0 0 1693 16 0 0 20 0 19 0 253317206 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225010030824 251048015785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25950/tid=25962] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25962/stat : 25962 (java) S 25948 25950 25404 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317206 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225008976888 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25963] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25963/stat : 25963 (java) S 25948 25950 25404 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253317206 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225007924488 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25964] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25964/stat : 25964 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225006872976 251048023840 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25965] ppid=25948 vsize=9824668 CPUtime=2.84 cores=1,3,5,7
/proc/25950/task/25965/stat : 25965 (java) S 25948 25950 25404 0 -1 4202560 20484 0 0 0 279 5 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225005820600 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25966] ppid=25948 vsize=9824668 CPUtime=1.39 cores=1,3,5,7
/proc/25950/task/25966/stat : 25966 (java) S 25948 25950 25404 0 -1 4202560 7748 0 0 0 138 1 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225004767800 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25950/tid=25967] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25967/stat : 25967 (java) S 25948 25950 25404 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225003715704 251048014908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25950/tid=25968] ppid=25948 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/25950/task/25968/stat : 25968 (java) S 25948 25950 25404 0 -1 4202560 37 0 0 0 18 15 0 0 20 0 19 0 253317211 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225002663112 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25950/tid=25978] ppid=25948 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25950/task/25978/stat : 25978 (java) S 25948 25950 25404 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253317375 10060460032 660402 33554432000 1073741824 1073778376 140733393500192 140225001607976 251048015785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1289.97
Current children cumulated vsize (KiB) 9824668

Child status: 30

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

Real time (s): 651.356
CPU time (s): 1293.12
CPU user time (s): 1290.73
CPU system time (s): 2.39261
CPU usage (%): 198.527
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1287.54
system time used= 2.58261
maximum resident set size= 2943656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42129
page faults= 1
swaps= 0
block input operations= 0
block output operations= 696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20900
involuntary context switches= 37882

runsolver used 1.57276 second user time and 3.60645 second system time

The end

Launcher Data

Begin job on node143 at 2012-05-24 17:05:28
IDJOB=3687520
IDBENCH=1854
IDSOLVER=2268
FILE ID=node143/3687520-1337871928
RUNJOBID= node143-1337871881-25422
PBS_JOBID= 14620061
Free space on /tmp= 71516 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-mod008.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687520-1337871928/watcher-3687520-1337871928 -o /tmp/evaluation-result-3687520-1337871928/solver-3687520-1337871928 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687520-1337871928.opb

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

MD5SUM BENCH= 4dd9ac2644c29d272d2675c7fc366ed6
RANDOM SEED=1473233965

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.787
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.787
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.90
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.787
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	: 5298.57
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.787
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.787
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:        28302676 kB
Buffers:          215980 kB
Cached:          2553368 kB
SwapCached:            0 kB
Active:          1599688 kB
Inactive:        2179416 kB
Active(anon):    1012464 kB
Inactive(anon):        0 kB
Active(file):     587224 kB
Inactive(file):  2179416 kB
Unevictable:        7612 kB
Mlocked:            7612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1128 kB
Writeback:             0 kB
AnonPages:       1027756 kB
Mapped:            22520 kB
Shmem:               200 kB
Slab:             640104 kB
SReclaimable:      81824 kB
SUnreclaim:       558280 kB
KernelStack:        1600 kB
PageTables:         6164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1601280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    972800 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= 71516 MiB
End job on node143 at 2012-05-24 17:16:20