Trace number 3718052

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 686.97 684.224

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_11_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM0b915fd051dbce2f3b4ec1d342cdefca
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.116981
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 constraints30
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 1595
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1594
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.04/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.36	c See www.sat4j.org for details.
0.04/0.36	c version 2.3.2.v20120528
0.04/0.36	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.36	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.36	c java.vm.version	19.1-b02
0.04/0.36	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.36	c sun.arch.data.model	64
0.04/0.36	c java.version		1.6.0_24
0.04/0.36	c os.name		Linux
0.04/0.36	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.36	c os.arch		amd64
0.04/0.36	c Free memory 		501472288
0.04/0.36	c Max memory 		7480803328
0.04/0.36	c Total memory 		504102912
0.04/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-3718052-1338248797.wbo
0.13/0.40	c reading problem ... 
0.13/0.43	c ... done. Wall clock time 0.03s.
0.13/0.43	c declared #vars     220
0.13/0.43	c internal #vars     250
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 => 4
0.13/0.43	c ignored satisfied constraints => 1
0.13/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.13/0.43	c 43 constraints processed.
0.13/0.43	c objective function length is 30 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.092
0.13/0.49	o 34
0.33/0.57	c Got one! Elapsed wall clock time (in seconds):0.171
0.33/0.57	o 15
0.33/0.58	c Got one! Elapsed wall clock time (in seconds):0.186
0.33/0.58	o 9
0.79/0.87	c cleaning 2956 clauses out of 5922 with flag 26208/5922
0.92/0.98	c Got one! Elapsed wall clock time (in seconds):0.581
0.92/0.98	o 3
1.16/1.15	c cleaning 4096 clauses out of 8203 with flag 21758/11159
1.45/1.49	c cleaning 5051 clauses out of 10105 with flag 69635/17157
1.97/1.97	c cleaning 6023 clauses out of 12053 with flag 124207/24156
2.59/2.59	c cleaning 7013 clauses out of 14030 with flag 189097/32156
3.40/3.38	c cleaning 8006 clauses out of 16019 with flag 264578/41158
4.40/4.32	c cleaning 8999 clauses out of 18013 with flag 344618/51158
5.70/5.65	c cleaning 10004 clauses out of 20013 with flag 448191/62157
7.02/6.98	c cleaning 11001 clauses out of 22008 with flag 562724/74156
8.12/8.07	c cleaning 11999 clauses out of 24007 with flag 667284/87156
9.43/9.37	c cleaning 12996 clauses out of 26008 with flag 797489/101156
11.04/10.99	c cleaning 14001 clauses out of 28012 with flag 935357/116156
13.06/12.99	c cleaning 15004 clauses out of 30012 with flag 1078559/132157
15.27/15.14	c cleaning 15999 clauses out of 32007 with flag 1253784/149156
17.87/17.76	c cleaning 16999 clauses out of 34009 with flag 1425426/167157
20.00/19.82	c cleaning 18001 clauses out of 36009 with flag 1577855/186156
22.60/22.41	c cleaning 18992 clauses out of 38008 with flag 1737198/206156
25.31/25.15	c cleaning 19983 clauses out of 40017 with flag 1921631/227157
28.12/27.94	c cleaning 21008 clauses out of 42035 with flag 2116728/249158
31.95/31.77	c cleaning 21997 clauses out of 44025 with flag 2314838/272156
35.16/34.94	c cleaning 23012 clauses out of 46030 with flag 2509319/296158
39.57/39.39	c cleaning 24005 clauses out of 48016 with flag 2749624/321156
44.50/44.20	c cleaning 24999 clauses out of 50011 with flag 3002445/347156
48.94/48.62	c cleaning 26001 clauses out of 52012 with flag 3275860/374156
53.17/52.83	c cleaning 27002 clauses out of 54011 with flag 3529399/402156
59.19/58.85	c cleaning 27984 clauses out of 56010 with flag 3798898/431157
64.52/64.15	c cleaning 28997 clauses out of 58025 with flag 4064076/461156
70.04/69.69	c cleaning 30003 clauses out of 60029 with flag 4351194/492157
78.36/77.97	c cleaning 31000 clauses out of 62026 with flag 4648715/524157
86.29/85.88	c cleaning 32007 clauses out of 64025 with flag 4981728/557156
94.90/94.41	c cleaning 33000 clauses out of 66018 with flag 5318588/591156
102.43/101.95	c cleaning 34003 clauses out of 68019 with flag 5661150/626157
111.04/110.58	c cleaning 35006 clauses out of 70017 with flag 6019389/662158
117.35/116.89	c cleaning 36000 clauses out of 72010 with flag 6346864/699157
124.96/124.42	c cleaning 36991 clauses out of 74009 with flag 6706920/737156
137.10/136.57	c cleaning 37997 clauses out of 76018 with flag 7068311/776156
145.04/144.46	c cleaning 38996 clauses out of 78023 with flag 7424814/816158
154.16/153.57	c cleaning 39999 clauses out of 80027 with flag 7867474/857158
163.09/162.44	c cleaning 41003 clauses out of 82026 with flag 8285998/899156
172.95/172.21	c cleaning 41995 clauses out of 84025 with flag 8686056/942158
181.39/180.62	c cleaning 42996 clauses out of 86032 with flag 9104248/986160
192.81/192.05	c cleaning 44008 clauses out of 88032 with flag 9495607/1031156
202.74/201.93	c cleaning 45003 clauses out of 90027 with flag 9941814/1077159
216.99/216.12	c cleaning 46001 clauses out of 92021 with flag 10340273/1124156
229.52/228.64	c cleaning 47000 clauses out of 94021 with flag 10709550/1172157
239.96/239.04	c cleaning 47996 clauses out of 96020 with flag 11166493/1221156
254.00/253.05	c cleaning 49000 clauses out of 98025 with flag 11698932/1271157
268.02/267.03	c cleaning 50003 clauses out of 100027 with flag 12208037/1322159
278.94/277.98	c cleaning 51004 clauses out of 102021 with flag 12661616/1374156
290.17/289.11	c cleaning 52001 clauses out of 104019 with flag 13164028/1427158
302.90/301.86	c cleaning 53001 clauses out of 106018 with flag 13692901/1481158
317.62/316.53	c cleaning 53994 clauses out of 108015 with flag 14267210/1536156
335.66/334.57	c cleaning 55001 clauses out of 110024 with flag 14756377/1592159
350.11/348.93	c cleaning 55998 clauses out of 112021 with flag 15282067/1649157
369.54/368.40	c cleaning 57005 clauses out of 114024 with flag 15876996/1707158
391.58/390.36	c cleaning 58001 clauses out of 116019 with flag 16497645/1766158
412.14/410.86	c cleaning 59001 clauses out of 118017 with flag 17042430/1826157
433.70/432.32	c cleaning 60004 clauses out of 120015 with flag 17635026/1887156
456.24/454.85	c cleaning 61003 clauses out of 122013 with flag 18282273/1949158
481.39/479.49	c cleaning 62001 clauses out of 124009 with flag 18972949/2012157
501.27/498.87	c cleaning 62995 clauses out of 126008 with flag 19657438/2076157
528.10/525.63	c cleaning 64001 clauses out of 128014 with flag 20363781/2141159
552.83/550.31	c cleaning 64997 clauses out of 130011 with flag 21120040/2207157
578.75/576.21	c cleaning 65998 clauses out of 132013 with flag 21971049/2274156
601.99/599.46	c cleaning 67000 clauses out of 134015 with flag 22732888/2342156
630.14/627.50	c cleaning 68003 clauses out of 136015 with flag 23394243/2411156
660.99/658.32	c cleaning 69003 clauses out of 138012 with flag 24050873/2481156
686.97/684.21	c starts		: 234
686.97/684.21	c conflicts		: 2547221
686.97/684.21	c decisions		: 2914110
686.97/684.21	c propagations		: 35588521
686.97/684.21	c inspects		: 11149907677
686.97/684.21	c shortcuts		: 0
686.97/684.21	c learnt literals	: 8
686.97/684.21	c learnt binary clauses	: 5
686.97/684.21	c learnt ternary clauses	: 11
686.97/684.21	c learnt constraints	: 2547212
686.97/684.21	c ignored constraints	: 0
686.97/684.21	c root simplifications	: 0
686.97/684.21	c removed literals (reason simplification)	: 0
686.97/684.21	c reason swapping (by a shorter reason)	: 0
686.97/684.22	c Calls to reduceDB	: 67
686.97/684.22	c Number of update (reduction) of LBD	: 1386959
686.97/684.22	c number of reductions to clauses (during analyze)	: 0
686.97/684.22	c number of learned constraints concerned by reduction	: 0
686.97/684.22	c number of learning phase by resolution	: 0
686.97/684.22	c number of learning phase by cutting planes	: 0
686.97/684.22	c speed (assignments/second)	: 52046.58941007514
686.97/684.22	c non guided choices	2757
686.97/684.22	c learnt constraints type 
686.97/684.22	c constraints type 
686.97/684.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
686.97/684.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 4
686.97/684.22	c ignored satisfied constraints => 1
686.97/684.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
686.97/684.22	c 43 constraints processed.
686.97/684.22	s OPTIMUM FOUND
686.97/684.22	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 
686.97/684.22	c objective function=3
686.97/684.22	c Total wall clock time (in seconds): 683.819

Verifier Data

OK	3

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.00 1.02 1.44 2/176 9509
/proc/meminfo: memFree=31382040/32873844 swapFree=7632/7632
[pid=9509] ppid=9507 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9509/stat : 9509 (java) R 9507 9509 6647 0 -1 4202496 235 0 0 0 0 0 0 0 20 0 1 0 291004037 9515008 170 33554432000 1073741824 1073778376 140733918498032 140733918485112 209883842103 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9509/statm: 2323 170 128 9 0 71 0

[startup+0.0105121 s]
/proc/loadavg: 1.00 1.02 1.44 2/176 9509
/proc/meminfo: memFree=31382040/32873844 swapFree=7632/7632
[pid=9509] ppid=9507 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/9509/stat : 9509 (java) D 9507 9509 6647 0 -1 4202496 285 0 0 0 0 0 0 0 20 0 1 0 291004037 278528 33 33554432000 1073741824 1073778376 140733877132224 140733877129400 209874677031 0 0 4096 0 18446744071580397875 0 0 17 7 0 0 0 0 0
/proc/9509/statm: 68 33 25 9 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.100266 s]
/proc/loadavg: 1.00 1.02 1.44 2/176 9509
/proc/meminfo: memFree=31382040/32873844 swapFree=7632/7632
[pid=9509] ppid=9507 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/9509/stat : 9509 (java) D 9507 9509 6647 0 -1 4202496 1040 0 10 0 0 0 0 0 20 0 1 0 291004037 23793664 777 33554432000 1073741824 1073778376 140733877132224 140733877122216 139718160304608 0 0 4096 0 18446744071579943789 0 0 17 7 0 0 7 0 0
/proc/9509/statm: 5809 777 574 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.300209 s]
/proc/loadavg: 1.00 1.02 1.44 2/176 9509
/proc/meminfo: memFree=31382040/32873844 swapFree=7632/7632
[pid=9509] ppid=9507 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/9509/stat : 9509 (java) S 9507 9509 6647 0 -1 4202496 3055 0 22 0 3 1 0 0 20 0 13 0 291004037 9446973440 3773 33554432000 1073741824 1073778376 140733877132224 140733877123360 209887199293 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 10 0 0
/proc/9509/statm: 2306390 3773 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.700207 s]
/proc/loadavg: 1.00 1.02 1.44 2/176 9509
/proc/meminfo: memFree=31382040/32873844 swapFree=7632/7632
[pid=9509] ppid=9507 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/9509/stat : 9509 (java) S 9507 9509 6647 0 -1 4202496 6744 0 22 0 67 2 0 0 20 0 19 0 291004037 9855979520 7858 33554432000 1073741824 1073778376 140733877132224 140733877123360 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 10 0 0
/proc/9509/statm: 2406245 7858 2219 9 0 2396937 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9624980

[startup+1.502 s]
/proc/loadavg: 1.00 1.02 1.44 3/213 9546
/proc/meminfo: memFree=31310496/32873844 swapFree=7632/7632
[pid=9509] ppid=9507 vsize=9624980 CPUtime=1.56 cores=1,3,5,7
/proc/9509/stat : 9509 (java) S 9507 9509 6647 0 -1 4202496 6817 0 22 0 154 2 0 0 20 0 19 0 291004037 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 140733877123360 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 10 0 0
/proc/9509/statm: 2406245 10479 2254 9 0 2396937 0
[pid=9509/tid=9511] ppid=9507 vsize=9624980 CPUtime=1.15 cores=1,3,5,7
/proc/9509/task/9511/stat : 9511 (java) S 9507 9509 6647 0 -1 4202560 2444 0 5 0 115 0 0 0 20 0 19 0 291004049 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139718157066648 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 10 0 0
[pid=9509/tid=9515] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 6647 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139718118558120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9509/tid=9518] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9518/stat : 9518 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139718117505576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9521] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9521/stat : 9521 (java) S 9507 9509 6647 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139718116452520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9509/tid=9524] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9524/stat : 9524 (java) S 9507 9509 6647 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139718115399976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9509/tid=9525] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9525/stat : 9525 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139718114347912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9509/tid=9526] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9526/stat : 9526 (java) R 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139718113295528 209883794567 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9509/tid=9527] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9527/stat : 9527 (java) S 9507 9509 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139718112242344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9528] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9528/stat : 9528 (java) S 9507 9509 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139718111189800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9529] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9529/stat : 9529 (java) S 9507 9509 6647 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 291004060 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139717980947816 209887212604 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9532] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9532/stat : 9532 (java) S 9507 9509 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139717979895160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9534] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9534/stat : 9534 (java) S 9507 9509 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139717978841992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9535] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9535/stat : 9535 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139717977790736 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9536] ppid=9507 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/9509/task/9536/stat : 9536 (java) S 9507 9509 6647 0 -1 4202560 1393 0 0 0 19 0 0 0 20 0 19 0 291004068 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139717976715192 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9537] ppid=9507 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/9509/task/9537/stat : 9537 (java) S 9507 9509 6647 0 -1 4202560 1747 0 0 0 14 0 0 0 20 0 19 0 291004068 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139717975686072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9540] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9540/stat : 9540 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139717974633208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9543] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9543/stat : 9543 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139717973580872 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9545] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9545/stat : 9545 (java) S 9507 9509 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004081 9855979520 10479 33554432000 1073741824 1073778376 140733877132224 139717972526120 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9624980

[startup+3.1006 s]
/proc/loadavg: 1.08 1.04 1.44 3/213 9546
/proc/meminfo: memFree=31292748/32873844 swapFree=7632/7632
[pid=9509] ppid=9507 vsize=9624980 CPUtime=3.19 cores=1,3,5,7
/proc/9509/stat : 9509 (java) S 9507 9509 6647 0 -1 4202496 6839 0 22 0 316 3 0 0 20 0 19 0 291004037 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 140733877123360 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 10 0 0
/proc/9509/statm: 2406245 11007 2264 9 0 2396937 0
[pid=9509/tid=9511] ppid=9507 vsize=9624980 CPUtime=2.71 cores=1,3,5,7
/proc/9509/task/9511/stat : 9511 (java) R 9507 9509 6647 0 -1 4202560 2445 0 5 0 271 0 0 0 20 0 19 0 291004049 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139718157066648 139717987717344 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0
[pid=9509/tid=9515] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139718118558120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9509/tid=9518] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9518/stat : 9518 (java) S 9507 9509 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139718117505576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9521] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9521/stat : 9521 (java) S 9507 9509 6647 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139718116452520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9524] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9524/stat : 9524 (java) S 9507 9509 6647 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139718115399976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9509/tid=9525] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9525/stat : 9525 (java) S 9507 9509 6647 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139718114347944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9509/tid=9526] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9526/stat : 9526 (java) S 9507 9509 6647 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139718113295400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9509/tid=9527] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9527/stat : 9527 (java) S 9507 9509 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139718112242344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9528] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9528/stat : 9528 (java) S 9507 9509 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139718111189800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9529] ppid=9507 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/9509/task/9529/stat : 9529 (java) S 9507 9509 6647 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 19 0 291004060 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139717980948840 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9532] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9532/stat : 9532 (java) S 9507 9509 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139717979895160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9534] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9534/stat : 9534 (java) S 9507 9509 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139717978841992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9535] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9535/stat : 9535 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139717977790736 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9536] ppid=9507 vsize=9624980 CPUtime=0.21 cores=1,3,5,7
/proc/9509/task/9536/stat : 9536 (java) S 9507 9509 6647 0 -1 4202560 1404 0 0 0 21 0 0 0 20 0 19 0 291004068 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139717976738616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9537] ppid=9507 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/9509/task/9537/stat : 9537 (java) S 9507 9509 6647 0 -1 4202560 1747 0 0 0 14 0 0 0 20 0 19 0 291004068 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139717975686072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9540] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9540/stat : 9540 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139717974633208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9543] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9543/stat : 9543 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139717973580872 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9545] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9545/stat : 9545 (java) S 9507 9509 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004081 9855979520 11007 33554432000 1073741824 1073778376 140733877132224 139717972526120 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 9624980

[startup+6.3006 s]
/proc/loadavg: 1.08 1.04 1.44 3/213 9546
/proc/meminfo: memFree=31277808/32873844 swapFree=7632/7632
[pid=9509] ppid=9507 vsize=9624980 CPUtime=6.42 cores=1,3,5,7
/proc/9509/stat : 9509 (java) S 9507 9509 6647 0 -1 4202496 6854 0 22 0 639 3 0 0 20 0 19 0 291004037 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 140733877123360 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 10 0 0
/proc/9509/statm: 2406245 11529 2264 9 0 2396937 0
[pid=9509/tid=9511] ppid=9507 vsize=9624980 CPUtime=5.85 cores=1,3,5,7
/proc/9509/task/9511/stat : 9511 (java) R 9507 9509 6647 0 -1 4202560 2449 0 5 0 585 0 0 0 20 0 19 0 291004049 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139718157066528 139717987681150 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0
[pid=9509/tid=9515] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 6647 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139718118558120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9509/tid=9518] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9518/stat : 9518 (java) S 9507 9509 6647 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139718117505576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9521] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9521/stat : 9521 (java) S 9507 9509 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139718116452520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9524] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9524/stat : 9524 (java) S 9507 9509 6647 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139718115399976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9509/tid=9525] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9525/stat : 9525 (java) S 9507 9509 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139718114347944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9509/tid=9526] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9526/stat : 9526 (java) S 9507 9509 6647 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139718113295400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9509/tid=9527] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9527/stat : 9527 (java) S 9507 9509 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139718112242344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9528] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9528/stat : 9528 (java) S 9507 9509 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291004056 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139718111189800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9529] ppid=9507 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/9509/task/9529/stat : 9529 (java) S 9507 9509 6647 0 -1 4202560 34 0 0 0 8 0 0 0 20 0 19 0 291004060 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139717980948840 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9532] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9532/stat : 9532 (java) S 9507 9509 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139717979895160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9534] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9534/stat : 9534 (java) S 9507 9509 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139717978841992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9535] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9535/stat : 9535 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139717977790736 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9536] ppid=9507 vsize=9624980 CPUtime=0.21 cores=1,3,5,7
/proc/9509/task/9536/stat : 9536 (java) S 9507 9509 6647 0 -1 4202560 1404 0 0 0 21 0 0 0 20 0 19 0 291004068 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139717976738616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9537] ppid=9507 vsize=9624980 CPUtime=0.14 cores=1,3,5,7
/proc/9509/task/9537/stat : 9537 (java) S 9507 9509 6647 0 -1 4202560 1747 0 0 0 14 0 0 0 20 0 19 0 291004068 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139717975686072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9540] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9540/stat : 9540 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139717974633208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9543] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9543/stat : 9543 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139717973580872 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9545] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9545/stat : 9545 (java) S 9507 9509 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004081 9855979520 11529 33554432000 1073741824 1073778376 140733877132224 139717972526120 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/9509/task/9528/stat : 9528 (java) S 9507 9509 6647 0 -1 4202560 132 0 0 0 24 1 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718111189800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9509/tid=9529] ppid=9507 vsize=9624980 CPUtime=1.99 cores=1,3,5,7
/proc/9509/task/9529/stat : 9529 (java) S 9507 9509 6647 0 -1 4202560 91 0 0 0 197 2 0 0 20 0 19 0 291004060 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717980948840 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9532] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9532/stat : 9532 (java) S 9507 9509 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717979895160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9534] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9534/stat : 9534 (java) S 9507 9509 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717978841992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9535] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9535/stat : 9535 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717977790736 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9536] ppid=9507 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/9509/task/9536/stat : 9536 (java) S 9507 9509 6647 0 -1 4202560 1409 0 0 0 23 0 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717976738616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9537] ppid=9507 vsize=9624980 CPUtime=1.12 cores=1,3,5,7
/proc/9509/task/9537/stat : 9537 (java) S 9507 9509 6647 0 -1 4202560 14176 0 0 0 109 3 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717975686072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9509/tid=9540] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9540/stat : 9540 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717974633208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9543] ppid=9507 vsize=9624980 CPUtime=0.21 cores=1,3,5,7
/proc/9509/task/9543/stat : 9543 (java) S 9507 9509 6647 0 -1 4202560 38 0 0 0 10 11 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717973580872 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9509/tid=9545] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9545/stat : 9545 (java) S 9507 9509 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004081 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717972526120 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 685.86
Current children cumulated vsize (KiB) 9624980

[startup+683.901 s]
/proc/loadavg: 2.00 1.94 1.74 3/213 9551
/proc/meminfo: memFree=31014764/32873844 swapFree=7632/7632
[pid=9509] ppid=9507 vsize=9624980 CPUtime=686.66 cores=1,3,5,7
/proc/9509/stat : 9509 (java) S 9507 9509 6647 0 -1 4202496 20173 0 22 0 68636 30 0 0 20 0 19 0 291004037 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 140733877123360 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 10 0 0
/proc/9509/statm: 2406245 31298 2269 9 0 2396937 0
[pid=9509/tid=9511] ppid=9507 vsize=9624980 CPUtime=679.06 cores=1,3,5,7
/proc/9509/task/9511/stat : 9511 (java) R 9507 9509 6647 0 -1 4202560 2519 0 5 0 67894 12 0 0 20 0 19 0 291004049 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718157065040 139717987888428 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0
[pid=9509/tid=9515] ppid=9507 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 6647 0 -1 4202560 74 0 0 0 28 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718118558120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9518] ppid=9507 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/9509/task/9518/stat : 9518 (java) S 9507 9509 6647 0 -1 4202560 85 0 0 0 25 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718117505576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9521] ppid=9507 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/9509/task/9521/stat : 9521 (java) S 9507 9509 6647 0 -1 4202560 94 0 0 0 27 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718116452520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9524] ppid=9507 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/9509/task/9524/stat : 9524 (java) S 9507 9509 6647 0 -1 4202560 108 0 0 0 28 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718115399976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9525] ppid=9507 vsize=9624980 CPUtime=0.26 cores=1,3,5,7
/proc/9509/task/9525/stat : 9525 (java) S 9507 9509 6647 0 -1 4202560 74 0 0 0 26 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718114347944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9526] ppid=9507 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/9509/task/9526/stat : 9526 (java) S 9507 9509 6647 0 -1 4202560 83 0 0 0 25 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718113295400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9509/tid=9527] ppid=9507 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/9509/task/9527/stat : 9527 (java) S 9507 9509 6647 0 -1 4202560 125 0 0 0 28 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718112242344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9528] ppid=9507 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/9509/task/9528/stat : 9528 (java) S 9507 9509 6647 0 -1 4202560 132 0 0 0 24 1 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718111189800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9509/tid=9529] ppid=9507 vsize=9624980 CPUtime=1.99 cores=1,3,5,7
/proc/9509/task/9529/stat : 9529 (java) S 9507 9509 6647 0 -1 4202560 91 0 0 0 197 2 0 0 20 0 19 0 291004060 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717980948840 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9532] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9532/stat : 9532 (java) S 9507 9509 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717979895160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9534] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9534/stat : 9534 (java) S 9507 9509 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717978841992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9535] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9535/stat : 9535 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717977790736 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9536] ppid=9507 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/9509/task/9536/stat : 9536 (java) S 9507 9509 6647 0 -1 4202560 1409 0 0 0 23 0 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717976738616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9537] ppid=9507 vsize=9624980 CPUtime=1.13 cores=1,3,5,7
/proc/9509/task/9537/stat : 9537 (java) S 9507 9509 6647 0 -1 4202560 14176 0 0 0 110 3 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717975686072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9509/tid=9540] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9540/stat : 9540 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717974633208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9543] ppid=9507 vsize=9624980 CPUtime=0.21 cores=1,3,5,7
/proc/9509/task/9543/stat : 9543 (java) S 9507 9509 6647 0 -1 4202560 38 0 0 0 10 11 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717973580872 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9509/tid=9545] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9545/stat : 9545 (java) S 9507 9509 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004081 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717972526120 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 686.66
Current children cumulated vsize (KiB) 9624980

[startup+684.101 s]
/proc/loadavg: 2.00 1.94 1.74 3/213 9551
/proc/meminfo: memFree=31014764/32873844 swapFree=7632/7632
[pid=9509] ppid=9507 vsize=9624980 CPUtime=686.87 cores=1,3,5,7
/proc/9509/stat : 9509 (java) S 9507 9509 6647 0 -1 4202496 20173 0 22 0 68657 30 0 0 20 0 19 0 291004037 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 140733877123360 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 10 0 0
/proc/9509/statm: 2406245 31298 2269 9 0 2396937 0
[pid=9509/tid=9511] ppid=9507 vsize=9624980 CPUtime=679.27 cores=1,3,5,7
/proc/9509/task/9511/stat : 9511 (java) R 9507 9509 6647 0 -1 4202560 2519 0 5 0 67915 12 0 0 20 0 19 0 291004049 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718157065040 139717987888063 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0
[pid=9509/tid=9515] ppid=9507 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 6647 0 -1 4202560 74 0 0 0 28 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718118558120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9518] ppid=9507 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/9509/task/9518/stat : 9518 (java) S 9507 9509 6647 0 -1 4202560 85 0 0 0 25 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718117505576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9521] ppid=9507 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/9509/task/9521/stat : 9521 (java) S 9507 9509 6647 0 -1 4202560 94 0 0 0 27 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718116452520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9524] ppid=9507 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/9509/task/9524/stat : 9524 (java) S 9507 9509 6647 0 -1 4202560 108 0 0 0 28 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718115399976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9525] ppid=9507 vsize=9624980 CPUtime=0.26 cores=1,3,5,7
/proc/9509/task/9525/stat : 9525 (java) S 9507 9509 6647 0 -1 4202560 74 0 0 0 26 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718114347944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9526] ppid=9507 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/9509/task/9526/stat : 9526 (java) S 9507 9509 6647 0 -1 4202560 83 0 0 0 25 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718113295400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9509/tid=9527] ppid=9507 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/9509/task/9527/stat : 9527 (java) S 9507 9509 6647 0 -1 4202560 125 0 0 0 28 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718112242344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9528] ppid=9507 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/9509/task/9528/stat : 9528 (java) S 9507 9509 6647 0 -1 4202560 132 0 0 0 24 1 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718111189800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9509/tid=9529] ppid=9507 vsize=9624980 CPUtime=1.99 cores=1,3,5,7
/proc/9509/task/9529/stat : 9529 (java) S 9507 9509 6647 0 -1 4202560 91 0 0 0 197 2 0 0 20 0 19 0 291004060 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717980948840 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9532] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9532/stat : 9532 (java) S 9507 9509 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717979895160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9534] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9534/stat : 9534 (java) S 9507 9509 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717978841992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9535] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9535/stat : 9535 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717977790736 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9536] ppid=9507 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/9509/task/9536/stat : 9536 (java) S 9507 9509 6647 0 -1 4202560 1409 0 0 0 23 0 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717976738616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9537] ppid=9507 vsize=9624980 CPUtime=1.13 cores=1,3,5,7
/proc/9509/task/9537/stat : 9537 (java) S 9507 9509 6647 0 -1 4202560 14176 0 0 0 110 3 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717975686072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9509/tid=9540] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9540/stat : 9540 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717974633208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9543] ppid=9507 vsize=9624980 CPUtime=0.21 cores=1,3,5,7
/proc/9509/task/9543/stat : 9543 (java) S 9507 9509 6647 0 -1 4202560 38 0 0 0 10 11 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717973580872 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9509/tid=9545] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9545/stat : 9545 (java) S 9507 9509 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004081 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717972526120 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 686.87
Current children cumulated vsize (KiB) 9624980

[startup+684.207 s]
/proc/loadavg: 2.00 1.94 1.74 3/213 9551
/proc/meminfo: memFree=31014764/32873844 swapFree=7632/7632
[pid=9509] ppid=9507 vsize=9624980 CPUtime=686.97 cores=1,3,5,7
/proc/9509/stat : 9509 (java) S 9507 9509 6647 0 -1 4202496 20174 0 22 0 68667 30 0 0 20 0 19 0 291004037 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 140733877123360 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 10 0 0
/proc/9509/statm: 2406245 31298 2269 9 0 2396937 0
[pid=9509/tid=9511] ppid=9507 vsize=9624980 CPUtime=679.37 cores=1,3,5,7
/proc/9509/task/9511/stat : 9511 (java) R 9507 9509 6647 0 -1 4202560 2520 0 5 0 67925 12 0 0 20 0 19 0 291004049 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718157065040 139717987888063 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0
[pid=9509/tid=9515] ppid=9507 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/9509/task/9515/stat : 9515 (java) S 9507 9509 6647 0 -1 4202560 74 0 0 0 28 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718118558120 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9518] ppid=9507 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/9509/task/9518/stat : 9518 (java) S 9507 9509 6647 0 -1 4202560 85 0 0 0 25 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718117505576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9521] ppid=9507 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/9509/task/9521/stat : 9521 (java) S 9507 9509 6647 0 -1 4202560 94 0 0 0 27 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718116452520 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9524] ppid=9507 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/9509/task/9524/stat : 9524 (java) S 9507 9509 6647 0 -1 4202560 108 0 0 0 28 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718115399976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9525] ppid=9507 vsize=9624980 CPUtime=0.26 cores=1,3,5,7
/proc/9509/task/9525/stat : 9525 (java) S 9507 9509 6647 0 -1 4202560 74 0 0 0 26 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718114347944 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9526] ppid=9507 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/9509/task/9526/stat : 9526 (java) S 9507 9509 6647 0 -1 4202560 83 0 0 0 25 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718113295400 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9509/tid=9527] ppid=9507 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/9509/task/9527/stat : 9527 (java) S 9507 9509 6647 0 -1 4202560 125 0 0 0 28 0 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718112242344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9528] ppid=9507 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/9509/task/9528/stat : 9528 (java) S 9507 9509 6647 0 -1 4202560 132 0 0 0 24 1 0 0 20 0 19 0 291004056 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139718111189800 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9509/tid=9529] ppid=9507 vsize=9624980 CPUtime=1.99 cores=1,3,5,7
/proc/9509/task/9529/stat : 9529 (java) S 9507 9509 6647 0 -1 4202560 91 0 0 0 197 2 0 0 20 0 19 0 291004060 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717980948840 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9532] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9532/stat : 9532 (java) S 9507 9509 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717979895160 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9534] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9534/stat : 9534 (java) S 9507 9509 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291004061 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717978841992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9535] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9535/stat : 9535 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717977790736 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9536] ppid=9507 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/9509/task/9536/stat : 9536 (java) S 9507 9509 6647 0 -1 4202560 1409 0 0 0 23 0 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717976738616 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9509/tid=9537] ppid=9507 vsize=9624980 CPUtime=1.13 cores=1,3,5,7
/proc/9509/task/9537/stat : 9537 (java) S 9507 9509 6647 0 -1 4202560 14176 0 0 0 110 3 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717975686072 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9509/tid=9540] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9540/stat : 9540 (java) S 9507 9509 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717974633208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9509/tid=9543] ppid=9507 vsize=9624980 CPUtime=0.21 cores=1,3,5,7
/proc/9509/task/9543/stat : 9543 (java) S 9507 9509 6647 0 -1 4202560 38 0 0 0 10 11 0 0 20 0 19 0 291004068 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717973580872 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9509/tid=9545] ppid=9507 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/9509/task/9545/stat : 9545 (java) S 9507 9509 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291004081 9855979520 31298 33554432000 1073741824 1073778376 140733877132224 139717972526120 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 686.97
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9509 and gives
#  childrusage.ru_utime.tv_sec=684
#  childrusage.ru_utime.tv_usec=888881
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=427934
# CPU time returned by wait4() is 685.317
# while last known CPU time is 686.97
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 684.224
CPU time (s): 686.97
CPU user time (s): 686.67
CPU system time (s): 0.3
CPU usage (%): 100.401
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 684.889
system time used= 0.427934
maximum resident set size= 140300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20187
page faults= 22
swaps= 0
block input operations= 10608
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16677
involuntary context switches= 10931

runsolver used 3.64644 second user time and 5.64714 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-29 01:46:37
IDJOB=3718052
IDBENCH=78690
IDSOLVER=2301
FILE ID=node141/3718052-1338248797
RUNJOBID= node141-1338248797-9482
PBS_JOBID= 14624658
Free space on /tmp= 71232 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-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718052-1338248797/watcher-3718052-1338248797 -o /tmp/evaluation-result-3718052-1338248797/solver-3718052-1338248797 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718052-1338248797.wbo

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

MD5SUM BENCH= 0b915fd051dbce2f3b4ec1d342cdefca
RANDOM SEED=741710109

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.92
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.744
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:        31382948 kB
Buffers:          225344 kB
Cached:           384568 kB
SwapCached:          220 kB
Active:           604780 kB
Inactive:          15668 kB
Active(anon):        284 kB
Inactive(anon):    12792 kB
Active(file):     604496 kB
Inactive(file):     2876 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108636 kB
Dirty:               788 kB
Writeback:             0 kB
AnonPages:         18192 kB
Mapped:             9044 kB
Shmem:               172 kB
Slab:             728888 kB
SReclaimable:     171152 kB
SUnreclaim:       557736 kB
KernelStack:        1384 kB
PageTables:         3920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     106592 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= 71232 MiB
End job on node141 at 2012-05-29 01:58:01