Trace number 3718053

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28OPTIMUM 431.2 429.878

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_11_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMc780377f89ccbb35442bcce6ab556752
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.114981
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables220
Total number of constraints42
Number of soft constraints14
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
Top cost 689
Min constraint cost 1
Max constraint cost 85
Sum of constraints costs 688
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
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.05/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.35	c See www.sat4j.org for details.
0.05/0.36	c version 2.3.2.v20120528
0.05/0.36	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.36	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.36	c java.vm.version	19.1-b02
0.05/0.36	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.36	c sun.arch.data.model	64
0.05/0.36	c java.version		1.6.0_24
0.05/0.36	c os.name		Linux
0.05/0.36	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.36	c os.arch		amd64
0.05/0.36	c Free memory 		501472288
0.05/0.36	c Max memory 		7480803328
0.05/0.36	c Total memory 		504102912
0.05/0.36	c Number of processors 	8
0.13/0.40	c Pseudo Boolean Optimization by upper bound
0.13/0.40	c --- Begin Solver configuration ---
0.13/0.40	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.13/0.40	c Learn all clauses as in MiniSAT
0.13/0.40	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.40	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.40	c No reason simplification
0.13/0.40	c Armin Biere (Picosat) restarts strategy
0.13/0.40	c Glucose 2 learned constraints deletion strategy
0.13/0.40	c timeout=2147483s
0.13/0.40	c DB Simplification allowed=false
0.13/0.40	c --- End Solver configuration ---
0.13/0.40	c solving HOME/instance-3718053-1338248781.wbo
0.13/0.40	c reading problem ... 
0.13/0.43	c ... done. Wall clock time 0.033s.
0.13/0.43	c declared #vars     220
0.13/0.43	c internal #vars     234
0.13/0.43	c #constraints  42
0.13/0.43	c constraints type 
0.13/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
0.13/0.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 13
0.13/0.43	c ignored satisfied constraints => 1
0.13/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7
0.13/0.43	c 43 constraints processed.
0.13/0.43	c objective function length is 14 literals
0.13/0.49	c SATISFIABLE
0.13/0.49	c OPTIMIZING...
0.13/0.49	c Got one! Elapsed wall clock time (in seconds):0.09
0.13/0.49	o 79
0.31/0.52	c Got one! Elapsed wall clock time (in seconds):0.122
0.31/0.52	o 71
0.31/0.54	c Got one! Elapsed wall clock time (in seconds):0.145
0.31/0.54	o 57
0.31/0.56	c Got one! Elapsed wall clock time (in seconds):0.162
0.31/0.56	o 36
0.79/0.83	c Got one! Elapsed wall clock time (in seconds):0.427
0.79/0.83	o 15
0.89/0.92	c cleaning 3435 clauses out of 6869 with flag 5636/6869
1.25/1.26	c cleaning 4711 clauses out of 9429 with flag 51542/12864
1.75/1.71	c cleaning 5856 clauses out of 11718 with flag 104979/19864
2.36/2.40	c cleaning 6927 clauses out of 13863 with flag 175123/27865
3.40/3.38	c cleaning 7968 clauses out of 15936 with flag 243141/36865
4.51/4.42	c cleaning 8977 clauses out of 17968 with flag 336213/46865
5.30/5.29	c cleaning 9993 clauses out of 19994 with flag 435952/57868
6.61/6.54	c cleaning 10995 clauses out of 21997 with flag 534060/69864
8.30/8.24	c cleaning 11996 clauses out of 24002 with flag 631875/82864
9.91/9.80	c cleaning 12997 clauses out of 26006 with flag 745632/96864
11.52/11.42	c cleaning 13994 clauses out of 28010 with flag 864028/111865
13.12/13.03	c cleaning 15000 clauses out of 30015 with flag 992634/127864
15.13/15.03	c cleaning 16003 clauses out of 32016 with flag 1140683/144865
17.44/17.39	c cleaning 17003 clauses out of 34013 with flag 1301908/162865
20.54/20.42	c cleaning 17996 clauses out of 36009 with flag 1449224/181864
23.45/23.38	c cleaning 19004 clauses out of 38013 with flag 1594706/201864
27.17/27.00	c cleaning 20003 clauses out of 40010 with flag 1749373/222865
31.09/30.91	c cleaning 21004 clauses out of 42009 with flag 1894219/244867
35.20/35.00	c cleaning 21995 clauses out of 44002 with flag 2066149/267864
40.30/40.16	c cleaning 23001 clauses out of 46007 with flag 2247087/291864
46.12/45.96	c cleaning 23999 clauses out of 48007 with flag 2431436/316865
51.95/51.73	c cleaning 25000 clauses out of 50007 with flag 2602475/342864
59.28/59.00	c cleaning 26001 clauses out of 52008 with flag 2785870/369865
67.11/66.89	c cleaning 27002 clauses out of 54010 with flag 2994600/397868
75.94/75.67	c cleaning 28006 clauses out of 56011 with flag 3216490/426871
81.45/80.94	c cleaning 28993 clauses out of 57998 with flag 3461438/456865
86.91/86.16	c cleaning 29991 clauses out of 60004 with flag 3684985/487864
93.54/92.71	c cleaning 31002 clauses out of 62013 with flag 3938662/519864
102.25/101.41	c cleaning 32002 clauses out of 64014 with flag 4237553/552867
110.68/109.90	c cleaning 32999 clauses out of 66011 with flag 4577269/586866
119.62/118.75	c cleaning 33994 clauses out of 68012 with flag 4895912/621866
128.42/127.54	c cleaning 35003 clauses out of 70016 with flag 5249335/657864
138.64/137.76	c cleaning 35996 clauses out of 72013 with flag 5588892/694864
149.75/148.87	c cleaning 37008 clauses out of 74021 with flag 5978931/732868
162.87/161.99	c cleaning 37997 clauses out of 76009 with flag 6407884/771864
175.60/174.67	c cleaning 39001 clauses out of 78013 with flag 6880223/811865
188.41/187.42	c cleaning 40000 clauses out of 80011 with flag 7274000/852864
203.84/202.89	c cleaning 41003 clauses out of 82011 with flag 7699963/894864
219.05/218.01	c cleaning 42001 clauses out of 84010 with flag 8183350/937866
232.86/231.83	c cleaning 43001 clauses out of 86007 with flag 8595572/981864
249.96/248.94	c cleaning 43999 clauses out of 88006 with flag 9059847/1026864
265.49/264.47	c cleaning 44996 clauses out of 90007 with flag 9525259/1072864
281.71/280.68	c cleaning 46001 clauses out of 92011 with flag 9970510/1119864
297.32/296.28	c cleaning 47000 clauses out of 94010 with flag 10413940/1167864
314.46/313.33	c cleaning 47999 clauses out of 96011 with flag 10886167/1216866
331.29/330.19	c cleaning 48992 clauses out of 98010 with flag 11407337/1266864
349.70/348.56	c cleaning 50002 clauses out of 100018 with flag 11979124/1317864
369.35/368.13	c cleaning 51001 clauses out of 102018 with flag 12525083/1369866
391.18/389.98	c cleaning 52002 clauses out of 104016 with flag 13075806/1422865
409.51/408.25	c cleaning 53004 clauses out of 106013 with flag 13520134/1476864
428.24/426.90	c cleaning 54001 clauses out of 108010 with flag 14019557/1531865
431.20/429.86	c starts		: 212
431.20/429.86	c conflicts		: 1544048
431.20/429.86	c decisions		: 1781336
431.20/429.86	c propagations		: 21698068
431.20/429.86	c inspects		: 6941347665
431.20/429.86	c shortcuts		: 0
431.20/429.86	c learnt literals	: 8
431.20/429.86	c learnt binary clauses	: 7
431.20/429.86	c learnt ternary clauses	: 7
431.20/429.86	c learnt constraints	: 1544039
431.20/429.86	c ignored constraints	: 0
431.20/429.86	c root simplifications	: 0
431.20/429.86	c removed literals (reason simplification)	: 0
431.20/429.86	c reason swapping (by a shorter reason)	: 0
431.20/429.86	c Calls to reduceDB	: 51
431.20/429.86	c Number of update (reduction) of LBD	: 852020
431.20/429.86	c number of reductions to clauses (during analyze)	: 0
431.20/429.86	c number of learned constraints concerned by reduction	: 0
431.20/429.86	c number of learning phase by resolution	: 0
431.20/429.86	c number of learning phase by cutting planes	: 0
431.20/429.86	c speed (assignments/second)	: 50528.66068496883
431.20/429.86	c non guided choices	1136
431.20/429.86	c learnt constraints type 
431.20/429.86	c constraints type 
431.20/429.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
431.20/429.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 13
431.20/429.86	c ignored satisfied constraints => 1
431.20/429.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7
431.20/429.86	c 43 constraints processed.
431.20/429.86	s OPTIMUM FOUND
431.20/429.86	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 
431.20/429.86	c objective function=15
431.20/429.86	c Total wall clock time (in seconds): 429.462

Verifier Data

OK	15

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

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

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


[startup+0 s]
/proc/loadavg: 0.95 1.13 1.61 3/174 16358
/proc/meminfo: memFree=31617964/32873844 swapFree=7632/7632
[pid=16358] ppid=16356 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/16358/stat : 16358 (java) D 16356 16358 14287 0 -1 4202496 78 0 1 0 0 0 0 0 20 0 1 0 291003746 278528 33 33554432000 1073741824 1073778376 140733571750208 140733571747384 214360485159 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/16358/statm: 68 33 25 9 0 25 0

[startup+0.086264 s]
/proc/loadavg: 0.95 1.13 1.61 3/174 16358
/proc/meminfo: memFree=31617964/32873844 swapFree=7632/7632
[pid=16358] ppid=16356 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/16358/stat : 16358 (java) D 16356 16358 14287 0 -1 4202496 1020 0 9 0 0 0 0 0 20 0 1 0 291003746 23793664 758 33554432000 1073741824 1073778376 140737135225168 140737135215160 139792429812544 0 0 4096 0 18446744071579943789 0 0 17 0 0 0 4 0 0
/proc/16358/statm: 5809 758 556 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.100277 s]
/proc/loadavg: 0.95 1.13 1.61 3/174 16358
/proc/meminfo: memFree=31617964/32873844 swapFree=7632/7632
[pid=16358] ppid=16356 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/16358/stat : 16358 (java) D 16356 16358 14287 0 -1 4202496 1051 0 13 0 0 0 0 0 20 0 1 0 291003746 23793664 793 33554432000 1073741824 1073778376 140737135225168 140737135215160 139792428612864 0 0 4096 0 18446744071579943789 0 0 17 0 0 0 6 0 0
/proc/16358/statm: 5809 793 588 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.300196 s]
/proc/loadavg: 0.95 1.13 1.61 3/174 16358
/proc/meminfo: memFree=31617964/32873844 swapFree=7632/7632
[pid=16358] ppid=16356 vsize=9558416 CPUtime=0.05 cores=0,2,4,6
/proc/16358/stat : 16358 (java) S 16356 16358 14287 0 -1 4202496 3145 0 24 0 4 1 0 0 20 0 18 0 291003746 9787817984 4378 33554432000 1073741824 1073778376 140737135225168 140737135216304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8 0 0
/proc/16358/statm: 2389604 4378 1754 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558416

[startup+0.700209 s]
/proc/loadavg: 0.95 1.13 1.61 3/174 16358
/proc/meminfo: memFree=31617964/32873844 swapFree=7632/7632
[pid=16358] ppid=16356 vsize=9624980 CPUtime=0.69 cores=0,2,4,6
/proc/16358/stat : 16358 (java) S 16356 16358 14287 0 -1 4202496 7163 0 25 0 67 2 0 0 20 0 19 0 291003746 9855979520 7909 33554432000 1073741824 1073778376 140737135225168 140737135216304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8 0 0
/proc/16358/statm: 2406245 7909 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9624980

[startup+1.5006 s]
/proc/loadavg: 0.95 1.13 1.61 3/213 16400
/proc/meminfo: memFree=31538236/32873844 swapFree=7632/7632
[pid=16358] ppid=16356 vsize=9624980 CPUtime=1.55 cores=0,2,4,6
/proc/16358/stat : 16358 (java) S 16356 16358 14287 0 -1 4202496 7234 0 25 0 153 2 0 0 20 0 19 0 291003746 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 140737135216304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8 0 0
/proc/16358/statm: 2406245 10528 2253 9 0 2396937 0
[pid=16358/tid=16365] ppid=16356 vsize=9624980 CPUtime=1.17 cores=0,2,4,6
/proc/16358/task/16365/stat : 16365 (java) R 16356 16358 14287 0 -1 4202560 2451 0 4 0 115 2 0 0 20 0 19 0 291003758 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139792422388000 139792277244323 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0
[pid=16358/tid=16369] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16369/stat : 16369 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139792265816360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16371] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16371/stat : 16371 (java) S 16356 16358 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139792264763560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16373] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16373/stat : 16373 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139792263711272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16374] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16374/stat : 16374 (java) S 16356 16358 14287 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139792262658472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16376] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16376/stat : 16376 (java) S 16356 16358 14287 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139792261606184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16378] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16378/stat : 16378 (java) S 16356 16358 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139791924456104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16380] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16380/stat : 16380 (java) S 16356 16358 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139791923403816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16381] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16381/stat : 16381 (java) S 16356 16358 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139791922351016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16383] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16383/stat : 16383 (java) S 16356 16358 14287 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 291003767 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139791910152424 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16385] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16385/stat : 16385 (java) S 16356 16358 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291003769 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139791909098488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16387] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16387/stat : 16387 (java) S 16356 16358 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291003769 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139791908046088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16390] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16390/stat : 16390 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003775 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139791906994576 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16393] ppid=16356 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/16358/task/16393/stat : 16393 (java) S 16356 16358 14287 0 -1 4202560 1844 0 0 0 16 0 0 0 20 0 19 0 291003775 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139791905942200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16395] ppid=16356 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/16358/task/16395/stat : 16395 (java) S 16356 16358 14287 0 -1 4202560 1710 0 1 0 16 0 0 0 20 0 19 0 291003775 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139791904889400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16396] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16396/stat : 16396 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003776 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139791903837304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16398] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16398/stat : 16398 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003776 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139791902784712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16399] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16399/stat : 16399 (java) S 16356 16358 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291003790 9855979520 10528 33554432000 1073741824 1073778376 140737135225168 139791901692840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9624980

[startup+3.1006 s]
/proc/loadavg: 0.95 1.13 1.61 3/213 16400
/proc/meminfo: memFree=31529240/32873844 swapFree=7632/7632
[pid=16358] ppid=16356 vsize=9624980 CPUtime=3.2 cores=0,2,4,6
/proc/16358/stat : 16358 (java) S 16356 16358 14287 0 -1 4202496 7328 0 25 0 318 2 0 0 20 0 19 0 291003746 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 140737135216304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8 0 0
/proc/16358/statm: 2406245 10561 2264 9 0 2396937 0
[pid=16358/tid=16365] ppid=16356 vsize=9624980 CPUtime=2.74 cores=0,2,4,6
/proc/16358/task/16365/stat : 16365 (java) R 16356 16358 14287 0 -1 4202560 2451 0 4 0 272 2 0 0 20 0 19 0 291003758 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139792422388216 139792277193927 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0
[pid=16358/tid=16369] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16369/stat : 16369 (java) S 16356 16358 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139792265816360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16371] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16371/stat : 16371 (java) S 16356 16358 14287 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139792264763560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16373] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16373/stat : 16373 (java) S 16356 16358 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139792263711272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16374] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16374/stat : 16374 (java) S 16356 16358 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139792262658472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16376] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16376/stat : 16376 (java) S 16356 16358 14287 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139792261606184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16378] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16378/stat : 16378 (java) S 16356 16358 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139791924456104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16380] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16380/stat : 16380 (java) S 16356 16358 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139791923403816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16381] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16381/stat : 16381 (java) S 16356 16358 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139791922351016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16383] ppid=16356 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/16358/task/16383/stat : 16383 (java) S 16356 16358 14287 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 291003767 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139791910152424 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16385] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16385/stat : 16385 (java) S 16356 16358 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291003769 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139791909098488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16387] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16387/stat : 16387 (java) S 16356 16358 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291003769 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139791908046088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16390] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16390/stat : 16390 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003775 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139791906994576 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16393] ppid=16356 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/16358/task/16393/stat : 16393 (java) S 16356 16358 14287 0 -1 4202560 1845 0 0 0 16 0 0 0 20 0 19 0 291003775 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139791905942200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16395] ppid=16356 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/16358/task/16395/stat : 16395 (java) S 16356 16358 14287 0 -1 4202560 1781 0 1 0 20 0 0 0 20 0 19 0 291003775 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139791904889400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16396] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16396/stat : 16396 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003776 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139791903837304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16398] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16398/stat : 16398 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003776 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139791902784712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16399] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16399/stat : 16399 (java) S 16356 16358 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291003790 9855979520 10561 33554432000 1073741824 1073778376 140737135225168 139791901692840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 9624980

[startup+6.3006 s]
/proc/loadavg: 0.95 1.13 1.61 3/213 16400
/proc/meminfo: memFree=31513664/32873844 swapFree=7632/7632
[pid=16358] ppid=16356 vsize=9624980 CPUtime=6.41 cores=0,2,4,6
/proc/16358/stat : 16358 (java) S 16356 16358 14287 0 -1 4202496 7339 0 25 0 639 2 0 0 20 0 19 0 291003746 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 140737135216304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8 0 0
/proc/16358/statm: 2406245 11507 2264 9 0 2396937 0
[pid=16358/tid=16365] ppid=16356 vsize=9624980 CPUtime=5.89 cores=0,2,4,6
/proc/16358/task/16365/stat : 16365 (java) R 16356 16358 14287 0 -1 4202560 2455 0 4 0 587 2 0 0 20 0 19 0 291003758 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139792422388000 139792277193909 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0
[pid=16358/tid=16369] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16369/stat : 16369 (java) S 16356 16358 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139792265816360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16371] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16371/stat : 16371 (java) S 16356 16358 14287 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139792264763560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16373] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16373/stat : 16373 (java) S 16356 16358 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139792263711272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16374] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16374/stat : 16374 (java) S 16356 16358 14287 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139792262658472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16376] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16376/stat : 16376 (java) S 16356 16358 14287 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139792261606184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16378] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16378/stat : 16378 (java) S 16356 16358 14287 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139791924456104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16380] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16380/stat : 16380 (java) S 16356 16358 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139791923403816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16381] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16381/stat : 16381 (java) S 16356 16358 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291003763 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139791922351016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16383] ppid=16356 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/16358/task/16383/stat : 16383 (java) S 16356 16358 14287 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 291003767 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139791910152424 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16385] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16385/stat : 16385 (java) S 16356 16358 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291003769 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139791909098488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16387] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16387/stat : 16387 (java) S 16356 16358 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291003769 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139791908046088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16390] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16390/stat : 16390 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003775 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139791906994576 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16393] ppid=16356 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/16358/task/16393/stat : 16393 (java) S 16356 16358 14287 0 -1 4202560 1845 0 0 0 16 0 0 0 20 0 19 0 291003775 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139791905942200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16395] ppid=16356 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/16358/task/16395/stat : 16395 (java) S 16356 16358 14287 0 -1 4202560 1781 0 1 0 20 0 0 0 20 0 19 0 291003775 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139791904889400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16396] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16396/stat : 16396 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003776 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139791903837304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16398] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16398/stat : 16398 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003776 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139791902784712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16399] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16399/stat : 16399 (java) S 16356 16358 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291003790 9855979520 11507 33554432000 1073741824 1073778376 140737135225168 139791901692840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/16358/task/16381/stat : 16381 (java) S 16356 16358 14287 0 -1 4202560 119 0 0 0 14 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791922351016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16383] ppid=16356 vsize=9624980 CPUtime=1.07 cores=0,2,4,6
/proc/16358/task/16383/stat : 16383 (java) S 16356 16358 14287 0 -1 4202560 81 0 0 0 107 0 0 0 20 0 19 0 291003767 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791910152424 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16385] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16385/stat : 16385 (java) S 16356 16358 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291003769 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791909098488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16387] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16387/stat : 16387 (java) S 16356 16358 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291003769 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791908046088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16390] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16390/stat : 16390 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003775 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791906994576 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16393] ppid=16356 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/16358/task/16393/stat : 16393 (java) S 16356 16358 14287 0 -1 4202560 1845 0 0 0 18 0 0 0 20 0 19 0 291003775 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791905942200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16395] ppid=16356 vsize=9624980 CPUtime=0.63 cores=0,2,4,6
/proc/16358/task/16395/stat : 16395 (java) S 16356 16358 14287 0 -1 4202560 9422 0 1 0 60 3 0 0 20 0 19 0 291003775 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791904889400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16396] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16396/stat : 16396 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003776 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791903837304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16398] ppid=16356 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/16358/task/16398/stat : 16398 (java) S 16356 16358 14287 0 -1 4202560 25 0 0 0 4 7 0 0 20 0 19 0 291003776 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791902784712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16399] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16399/stat : 16399 (java) S 16356 16358 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291003790 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791901692840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 430.08
Current children cumulated vsize (KiB) 9624980

[startup+429.501 s]
/proc/loadavg: 2.03 1.79 1.74 3/213 16404
/proc/meminfo: memFree=31331100/32873844 swapFree=7632/7632
[pid=16358] ppid=16356 vsize=9624980 CPUtime=430.88 cores=0,2,4,6
/proc/16358/stat : 16358 (java) S 16356 16358 14287 0 -1 4202496 15558 0 25 0 43072 16 0 0 20 0 19 0 291003746 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 140737135216304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8 0 0
/proc/16358/statm: 2406245 26804 2268 9 0 2396937 0
[pid=16358/tid=16365] ppid=16356 vsize=9624980 CPUtime=426.53 cores=0,2,4,6
/proc/16358/task/16365/stat : 16365 (java) R 16356 16358 14287 0 -1 4202560 2510 0 4 0 42646 7 0 0 20 0 19 0 291003758 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792422386224 139792277293215 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0
[pid=16358/tid=16369] ppid=16356 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/16358/task/16369/stat : 16369 (java) S 16356 16358 14287 0 -1 4202560 68 0 0 0 14 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792265816360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16371] ppid=16356 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/16358/task/16371/stat : 16371 (java) S 16356 16358 14287 0 -1 4202560 46 0 0 0 17 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792264763560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16373] ppid=16356 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/16358/task/16373/stat : 16373 (java) S 16356 16358 14287 0 -1 4202560 53 0 0 0 16 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792263711272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16374] ppid=16356 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/16358/task/16374/stat : 16374 (java) S 16356 16358 14287 0 -1 4202560 40 0 0 0 14 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792262658472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16376] ppid=16356 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/16358/task/16376/stat : 16376 (java) S 16356 16358 14287 0 -1 4202560 61 0 0 0 12 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792261606184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16378] ppid=16356 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/16358/task/16378/stat : 16378 (java) S 16356 16358 14287 0 -1 4202560 66 0 0 0 14 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791924456104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16380] ppid=16356 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/16358/task/16380/stat : 16380 (java) S 16356 16358 14287 0 -1 4202560 63 0 0 0 16 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791923403816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16381] ppid=16356 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/16358/task/16381/stat : 16381 (java) S 16356 16358 14287 0 -1 4202560 119 0 0 0 14 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791922351016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16383] ppid=16356 vsize=9624980 CPUtime=1.07 cores=0,2,4,6
/proc/16358/task/16383/stat : 16383 (java) S 16356 16358 14287 0 -1 4202560 81 0 0 0 107 0 0 0 20 0 19 0 291003767 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791910152424 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16385] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16385/stat : 16385 (java) S 16356 16358 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291003769 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791909098488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16387] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16387/stat : 16387 (java) S 16356 16358 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291003769 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791908046088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16390] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16390/stat : 16390 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003775 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791906994576 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16393] ppid=16356 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/16358/task/16393/stat : 16393 (java) S 16356 16358 14287 0 -1 4202560 1845 0 0 0 18 0 0 0 20 0 19 0 291003775 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791905942200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16395] ppid=16356 vsize=9624980 CPUtime=0.63 cores=0,2,4,6
/proc/16358/task/16395/stat : 16395 (java) S 16356 16358 14287 0 -1 4202560 9422 0 1 0 60 3 0 0 20 0 19 0 291003775 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791904889400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16396] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16396/stat : 16396 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003776 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791903837304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16398] ppid=16356 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/16358/task/16398/stat : 16398 (java) S 16356 16358 14287 0 -1 4202560 25 0 0 0 4 7 0 0 20 0 19 0 291003776 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791902784712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16399] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16399/stat : 16399 (java) S 16356 16358 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291003790 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791901692840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 430.88
Current children cumulated vsize (KiB) 9624980

[startup+429.701 s]
/proc/loadavg: 2.03 1.79 1.74 3/213 16404
/proc/meminfo: memFree=31331100/32873844 swapFree=7632/7632
[pid=16358] ppid=16356 vsize=9624980 CPUtime=431.1 cores=0,2,4,6
/proc/16358/stat : 16358 (java) S 16356 16358 14287 0 -1 4202496 15559 0 25 0 43094 16 0 0 20 0 19 0 291003746 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 140737135216304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8 0 0
/proc/16358/statm: 2406245 26804 2268 9 0 2396937 0
[pid=16358/tid=16365] ppid=16356 vsize=9624980 CPUtime=426.73 cores=0,2,4,6
/proc/16358/task/16365/stat : 16365 (java) R 16356 16358 14287 0 -1 4202560 2510 0 4 0 42666 7 0 0 20 0 19 0 291003758 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792422388232 139792277391123 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0
[pid=16358/tid=16369] ppid=16356 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/16358/task/16369/stat : 16369 (java) S 16356 16358 14287 0 -1 4202560 68 0 0 0 14 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792265816360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16371] ppid=16356 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/16358/task/16371/stat : 16371 (java) S 16356 16358 14287 0 -1 4202560 46 0 0 0 17 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792264763560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16373] ppid=16356 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/16358/task/16373/stat : 16373 (java) S 16356 16358 14287 0 -1 4202560 53 0 0 0 16 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792263711272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16374] ppid=16356 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/16358/task/16374/stat : 16374 (java) S 16356 16358 14287 0 -1 4202560 40 0 0 0 14 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792262658472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16376] ppid=16356 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/16358/task/16376/stat : 16376 (java) S 16356 16358 14287 0 -1 4202560 61 0 0 0 12 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792261606184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16378] ppid=16356 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/16358/task/16378/stat : 16378 (java) S 16356 16358 14287 0 -1 4202560 66 0 0 0 14 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791924456104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16380] ppid=16356 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/16358/task/16380/stat : 16380 (java) S 16356 16358 14287 0 -1 4202560 63 0 0 0 16 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791923403816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16381] ppid=16356 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/16358/task/16381/stat : 16381 (java) S 16356 16358 14287 0 -1 4202560 119 0 0 0 14 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791922351016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16383] ppid=16356 vsize=9624980 CPUtime=1.07 cores=0,2,4,6
/proc/16358/task/16383/stat : 16383 (java) S 16356 16358 14287 0 -1 4202560 81 0 0 0 107 0 0 0 20 0 19 0 291003767 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791910152424 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16385] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16385/stat : 16385 (java) S 16356 16358 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291003769 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791909098488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16387] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16387/stat : 16387 (java) S 16356 16358 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291003769 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791908046088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16390] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16390/stat : 16390 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003775 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791906994576 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16393] ppid=16356 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/16358/task/16393/stat : 16393 (java) S 16356 16358 14287 0 -1 4202560 1845 0 0 0 18 0 0 0 20 0 19 0 291003775 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791905942200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16395] ppid=16356 vsize=9624980 CPUtime=0.65 cores=0,2,4,6
/proc/16358/task/16395/stat : 16395 (java) S 16356 16358 14287 0 -1 4202560 9423 0 1 0 62 3 0 0 20 0 19 0 291003775 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791904889400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16396] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16396/stat : 16396 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003776 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791903837304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16398] ppid=16356 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/16358/task/16398/stat : 16398 (java) S 16356 16358 14287 0 -1 4202560 25 0 0 0 4 7 0 0 20 0 19 0 291003776 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791902784712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16399] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16399/stat : 16399 (java) S 16356 16358 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291003790 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791901692840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 431.1
Current children cumulated vsize (KiB) 9624980

[startup+429.801 s]
/proc/loadavg: 2.03 1.79 1.74 3/213 16404
/proc/meminfo: memFree=31331100/32873844 swapFree=7632/7632
[pid=16358] ppid=16356 vsize=9624980 CPUtime=431.2 cores=0,2,4,6
/proc/16358/stat : 16358 (java) S 16356 16358 14287 0 -1 4202496 15559 0 25 0 43104 16 0 0 20 0 19 0 291003746 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 140737135216304 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 8 0 0
/proc/16358/statm: 2406245 26804 2268 9 0 2396937 0
[pid=16358/tid=16365] ppid=16356 vsize=9624980 CPUtime=426.82 cores=0,2,4,6
/proc/16358/task/16365/stat : 16365 (java) R 16356 16358 14287 0 -1 4202560 2510 0 4 0 42675 7 0 0 20 0 19 0 291003758 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792422388632 139792277391088 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0
[pid=16358/tid=16369] ppid=16356 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/16358/task/16369/stat : 16369 (java) S 16356 16358 14287 0 -1 4202560 68 0 0 0 14 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792265816360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16371] ppid=16356 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/16358/task/16371/stat : 16371 (java) S 16356 16358 14287 0 -1 4202560 46 0 0 0 17 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792264763560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16373] ppid=16356 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/16358/task/16373/stat : 16373 (java) S 16356 16358 14287 0 -1 4202560 53 0 0 0 16 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792263711272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16374] ppid=16356 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/16358/task/16374/stat : 16374 (java) S 16356 16358 14287 0 -1 4202560 40 0 0 0 14 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792262658472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16376] ppid=16356 vsize=9624980 CPUtime=0.12 cores=0,2,4,6
/proc/16358/task/16376/stat : 16376 (java) S 16356 16358 14287 0 -1 4202560 61 0 0 0 12 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139792261606184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16378] ppid=16356 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/16358/task/16378/stat : 16378 (java) S 16356 16358 14287 0 -1 4202560 66 0 0 0 14 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791924456104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16380] ppid=16356 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/16358/task/16380/stat : 16380 (java) S 16356 16358 14287 0 -1 4202560 63 0 0 0 16 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791923403816 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16358/tid=16381] ppid=16356 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/16358/task/16381/stat : 16381 (java) S 16356 16358 14287 0 -1 4202560 119 0 0 0 14 0 0 0 20 0 19 0 291003763 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791922351016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16383] ppid=16356 vsize=9624980 CPUtime=1.07 cores=0,2,4,6
/proc/16358/task/16383/stat : 16383 (java) S 16356 16358 14287 0 -1 4202560 81 0 0 0 107 0 0 0 20 0 19 0 291003767 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791910152424 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16385] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16385/stat : 16385 (java) S 16356 16358 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291003769 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791909098488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16387] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16387/stat : 16387 (java) S 16356 16358 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291003769 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791908046088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16390] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16390/stat : 16390 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003775 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791906994576 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16393] ppid=16356 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/16358/task/16393/stat : 16393 (java) S 16356 16358 14287 0 -1 4202560 1845 0 0 0 18 0 0 0 20 0 19 0 291003775 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791905942200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16395] ppid=16356 vsize=9624980 CPUtime=0.65 cores=0,2,4,6
/proc/16358/task/16395/stat : 16395 (java) S 16356 16358 14287 0 -1 4202560 9423 0 1 0 62 3 0 0 20 0 19 0 291003775 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791904889400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16358/tid=16396] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16396/stat : 16396 (java) S 16356 16358 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291003776 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791903837304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16358/tid=16398] ppid=16356 vsize=9624980 CPUtime=0.11 cores=0,2,4,6
/proc/16358/task/16398/stat : 16398 (java) S 16356 16358 14287 0 -1 4202560 25 0 0 0 4 7 0 0 20 0 19 0 291003776 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791902784712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16358/tid=16399] ppid=16356 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16358/task/16399/stat : 16399 (java) S 16356 16358 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291003790 9855979520 26804 33554432000 1073741824 1073778376 140737135225168 139791901692840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 431.2
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16358 and gives
#  childrusage.ru_utime.tv_sec=430
#  childrusage.ru_utime.tv_usec=27625
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=305953
# CPU time returned by wait4() is 430.334
# while last known CPU time is 431.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 429.878
CPU time (s): 431.2
CPU user time (s): 431.04
CPU system time (s): 0.16
CPU usage (%): 100.308
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 430.028
system time used= 0.305953
maximum resident set size= 107260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15572
page faults= 25
swaps= 0
block input operations= 18608
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10919
involuntary context switches= 7406

runsolver used 0.774882 second user time and 1.76573 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-29 01:46:21
IDJOB=3718053
IDBENCH=78683
IDSOLVER=2301
FILE ID=node130/3718053-1338248781
RUNJOBID= node130-1338248781-16335
PBS_JOBID= 14624629
Free space on /tmp= 71472 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_11_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718053-1338248781/watcher-3718053-1338248781 -o /tmp/evaluation-result-3718053-1338248781/solver-3718053-1338248781 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718053-1338248781.wbo

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

MD5SUM BENCH= c780377f89ccbb35442bcce6ab556752
RANDOM SEED=244381359

node130.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.875
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.75
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.875
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.875
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.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31618128 kB
Buffers:          299188 kB
Cached:           112080 kB
SwapCached:         4176 kB
Active:           392484 kB
Inactive:          28932 kB
Active(anon):       1612 kB
Inactive(anon):     9240 kB
Active(file):     390872 kB
Inactive(file):    19692 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099920 kB
Dirty:               408 kB
Writeback:            16 kB
AnonPages:         12852 kB
Mapped:             8612 kB
Shmem:                 8 kB
Slab:             692848 kB
SReclaimable:     134684 kB
SUnreclaim:       558164 kB
KernelStack:        1392 kB
PageTables:         3148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104820 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= 71472 MiB
End job on node130 at 2012-05-29 01:53:31