Trace number 3718262

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 474.1 472.14

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-5_wcsp.wbo
MD5SUM02dbb62de02783c13bf2d3c63ea9332f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark37.5703
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables235
Total number of constraints1227
Number of soft constraints1180
Number of constraints which are clauses1180
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 1180
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120528
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3718262-1338254573.wbo
0.10/0.11	c reading problem ... 
0.25/0.23	c ... done. Wall clock time 0.119s.
0.25/0.23	c declared #vars     235
0.25/0.23	c internal #vars     1415
0.25/0.23	c #constraints  1275
0.25/0.23	c constraints type 
0.25/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1227
0.25/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 48
0.25/0.23	c 1275 constraints processed.
0.25/0.23	c objective function length is 1180 literals
0.47/0.32	c SATISFIABLE
0.47/0.32	c OPTIMIZING...
0.47/0.32	c Got one! Elapsed wall clock time (in seconds):0.208
0.47/0.32	o 6
0.47/0.36	c Got one! Elapsed wall clock time (in seconds):0.254
0.47/0.36	o 5
0.78/0.40	c Got one! Elapsed wall clock time (in seconds):0.291
0.78/0.40	o 4
0.78/0.42	c Got one! Elapsed wall clock time (in seconds):0.309
0.78/0.42	o 3
0.78/0.43	c Got one! Elapsed wall clock time (in seconds):0.325
0.78/0.43	o 1
1.39/0.80	c cleaning 2798 clauses out of 5603 with flag 24875/5603
1.84/1.27	c cleaning 4399 clauses out of 8806 with flag 64329/11604
2.54/1.90	c cleaning 5700 clauses out of 11407 with flag 110349/18604
3.45/2.82	c cleaning 6847 clauses out of 13706 with flag 172377/26603
4.47/3.86	c cleaning 7925 clauses out of 15859 with flag 241737/35603
5.89/5.20	c cleaning 8964 clauses out of 17935 with flag 330777/45604
7.40/6.75	c cleaning 9980 clauses out of 19971 with flag 435608/56604
9.21/8.52	c cleaning 10991 clauses out of 21993 with flag 545870/68606
11.21/10.54	c cleaning 11989 clauses out of 23999 with flag 675380/81603
13.41/12.76	c cleaning 13001 clauses out of 26010 with flag 805543/95603
16.03/15.35	c cleaning 13998 clauses out of 28010 with flag 949090/110604
18.95/18.27	c cleaning 15001 clauses out of 30011 with flag 1136820/126603
22.05/21.39	c cleaning 16001 clauses out of 32010 with flag 1325620/143603
25.67/24.97	c cleaning 17002 clauses out of 34009 with flag 1531107/161603
29.47/28.73	c cleaning 18001 clauses out of 36009 with flag 1735260/180605
33.59/32.82	c cleaning 18993 clauses out of 38007 with flag 1957512/200604
38.40/37.62	c cleaning 19999 clauses out of 40013 with flag 2220247/221603
43.61/42.84	c cleaning 20998 clauses out of 42014 with flag 2501337/243603
49.31/48.54	c cleaning 22000 clauses out of 44016 with flag 2768163/266603
55.34/54.57	c cleaning 23002 clauses out of 46018 with flag 3007186/290605
61.47/60.65	c cleaning 24001 clauses out of 48015 with flag 3264860/315604
69.00/68.13	c cleaning 24998 clauses out of 50013 with flag 3544121/341603
76.52/75.63	c cleaning 26003 clauses out of 52015 with flag 3860516/368603
84.32/83.48	c cleaning 27002 clauses out of 54012 with flag 4173247/396603
92.82/91.94	c cleaning 27998 clauses out of 56011 with flag 4520734/425604
102.24/101.31	c cleaning 29000 clauses out of 58014 with flag 4891536/455605
111.85/110.97	c cleaning 30000 clauses out of 60012 with flag 5268826/486603
122.25/121.39	c cleaning 31001 clauses out of 62014 with flag 5667019/518605
133.10/132.17	c cleaning 31994 clauses out of 64012 with flag 6018405/551604
144.30/143.36	c cleaning 33001 clauses out of 66017 with flag 6381269/585603
157.02/156.01	c cleaning 33998 clauses out of 68016 with flag 6809708/620603
170.24/169.27	c cleaning 35001 clauses out of 70018 with flag 7218280/656603
185.26/184.28	c cleaning 36000 clauses out of 72018 with flag 7660109/693604
201.19/200.19	c cleaning 36999 clauses out of 74018 with flag 8117254/731604
215.81/214.76	c cleaning 38007 clauses out of 76019 with flag 8543104/770604
232.50/231.28	c cleaning 38999 clauses out of 78013 with flag 8912388/810605
249.93/248.25	c cleaning 39997 clauses out of 80011 with flag 9294094/851603
268.15/266.47	c cleaning 41001 clauses out of 82014 with flag 9706445/893603
288.06/286.30	c cleaning 42002 clauses out of 84014 with flag 10136026/936604
308.68/306.96	c cleaning 43002 clauses out of 86013 with flag 10598710/980605
329.28/327.53	c cleaning 44001 clauses out of 88009 with flag 11066805/1025603
350.30/348.56	c cleaning 44998 clauses out of 90008 with flag 11571306/1071603
372.60/370.86	c cleaning 45999 clauses out of 92011 with flag 12054679/1118604
394.72/392.94	c cleaning 46998 clauses out of 94013 with flag 12576719/1166605
417.88/416.03	c cleaning 48000 clauses out of 96013 with flag 13092091/1215604
444.61/442.70	c cleaning 48996 clauses out of 98013 with flag 13584116/1265604
469.96/468.06	c cleaning 50002 clauses out of 100013 with flag 14080994/1316603
474.10/472.12	c starts		: 195
474.10/472.12	c conflicts		: 1328825
474.10/472.12	c decisions		: 1656002
474.10/472.12	c propagations		: 44910477
474.10/472.12	c inspects		: 8332324010
474.10/472.12	c shortcuts		: 0
474.10/472.12	c learnt literals	: 14
474.10/472.12	c learnt binary clauses	: 9
474.10/472.12	c learnt ternary clauses	: 15
474.10/472.12	c learnt constraints	: 1328810
474.10/472.12	c ignored constraints	: 0
474.10/472.12	c root simplifications	: 0
474.10/472.12	c removed literals (reason simplification)	: 0
474.10/472.12	c reason swapping (by a shorter reason)	: 0
474.10/472.12	c Calls to reduceDB	: 47
474.10/472.12	c Number of update (reduction) of LBD	: 576495
474.10/472.12	c number of reductions to clauses (during analyze)	: 0
474.10/472.12	c number of learned constraints concerned by reduction	: 0
474.10/472.12	c number of learning phase by resolution	: 0
474.10/472.12	c number of learning phase by cutting planes	: 0
474.10/472.12	c speed (assignments/second)	: 95174.31910078072
474.10/472.12	c non guided choices	417
474.10/472.12	c learnt constraints type 
474.10/472.12	c constraints type 
474.10/472.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1227
474.10/472.12	c org.sat4j.minisat.constraints.cnf.UnitClauses => 0
474.10/472.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 48
474.10/472.12	c 1275 constraints processed.
474.10/472.12	s OPTIMUM FOUND
474.10/472.12	v x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 x215 -x216 x217 -x218 -x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 x234 -x235 
474.10/472.12	c objective function=1
474.10/472.12	c Total wall clock time (in seconds): 472.012

Verifier Data

OK	1

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-3718262-1338254573/watcher-3718262-1338254573 -o /tmp/evaluation-result-3718262-1338254573/solver-3718262-1338254573 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718262-1338254573.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.93 1.98 1.99 2/193 11892
/proc/meminfo: memFree=26960376/32873852 swapFree=6848/6848
[pid=11892] ppid=11890 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/11892/stat : 11892 (java) R 11890 11892 6990 0 -1 4202496 1093 0 0 0 0 0 0 0 20 0 1 0 291582727 23793664 821 33554432000 1073741824 1073778376 140736909718816 140736909707880 140605463894400 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11892/statm: 5809 838 630 9 0 128 0

[startup+0.017353 s]
/proc/loadavg: 1.93 1.98 1.99 2/193 11892
/proc/meminfo: memFree=26960376/32873852 swapFree=6848/6848
[pid=11892] ppid=11890 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 6990 0 -1 4202496 2399 0 1 0 0 0 0 0 20 0 10 0 291582727 9233014784 3099 33554432000 1073741824 1073778376 140736909718816 140736909709952 229359255613 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11892/statm: 2254154 3108 1231 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.10032 s]
/proc/loadavg: 1.93 1.98 1.99 2/193 11892
/proc/meminfo: memFree=26960376/32873852 swapFree=6848/6848
[pid=11892] ppid=11890 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 6990 0 -1 4202496 4354 0 1 0 9 1 0 0 20 0 18 0 291582727 9787817984 5548 33554432000 1073741824 1073778376 140736909718816 140736909709952 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11892/statm: 2389604 5551 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300311 s]
/proc/loadavg: 1.93 1.98 1.99 2/193 11892
/proc/meminfo: memFree=26960376/32873852 swapFree=6848/6848
[pid=11892] ppid=11890 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 6990 0 -1 4202496 6446 0 1 0 45 2 0 0 20 0 19 0 291582727 9855979520 7828 33554432000 1073741824 1073778376 140736909718816 140736909709952 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11892/statm: 2406245 7828 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9624980

[startup+0.700273 s]
/proc/loadavg: 1.93 1.98 1.99 2/193 11892
/proc/meminfo: memFree=26960376/32873852 swapFree=6848/6848
[pid=11892] ppid=11890 vsize=9624980 CPUtime=1.27 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 6990 0 -1 4202496 9513 0 1 0 124 3 0 0 20 0 19 0 291582727 9855979520 9620 33554432000 1073741824 1073778376 140736909718816 140736909709952 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11892/statm: 2406245 9620 2240 9 0 2396937 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9624980

[startup+1.5007 s]
/proc/loadavg: 1.94 1.98 1.99 3/212 11911
/proc/meminfo: memFree=26923912/32873852 swapFree=6848/6848
[pid=11892] ppid=11890 vsize=9624980 CPUtime=2.14 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 6990 0 -1 4202496 9600 0 1 0 211 3 0 0 20 0 19 0 291582727 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140736909709952 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11892/statm: 2406245 12252 2268 9 0 2396937 0
[pid=11892/tid=11893] ppid=11890 vsize=9624980 CPUtime=1.44 cores=1,3,5,7
/proc/11892/task/11893/stat : 11893 (java) R 11890 11892 6990 0 -1 4202560 2467 0 1 0 143 1 0 0 20 0 19 0 291582727 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140605460013264 140605301142367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11895] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11895/stat : 11895 (java) S 11890 11892 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140605421505064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11896] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11896/stat : 11896 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140605420452264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11897] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11897/stat : 11897 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140605419399464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11892/tid=11898] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11898/stat : 11898 (java) S 11890 11892 6990 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140605300664488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11899] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11899/stat : 11899 (java) S 11890 11892 6990 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140605299612712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11900] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11900/stat : 11900 (java) S 11890 11892 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140605298559912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11892/tid=11901] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11901/stat : 11901 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140605297507112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11902] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11902/stat : 11902 (java) S 11890 11892 6990 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140605296454312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11903] ppid=11890 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/11892/task/11903/stat : 11903 (java) S 11890 11892 6990 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 291582729 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140604814125544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11904] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11904/stat : 11904 (java) S 11890 11892 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291582730 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140604813071608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11905] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11905/stat : 11905 (java) S 11890 11892 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582730 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140604812018696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11906] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11906/stat : 11906 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140604810967184 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11907] ppid=11890 vsize=9624980 CPUtime=0.3 cores=1,3,5,7
/proc/11892/task/11907/stat : 11907 (java) S 11890 11892 6990 0 -1 4202560 2809 0 0 0 28 2 0 0 20 0 19 0 291582732 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140604809915320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11908] ppid=11890 vsize=9624980 CPUtime=0.33 cores=1,3,5,7
/proc/11892/task/11908/stat : 11908 (java) S 11890 11892 6990 0 -1 4202560 3076 0 0 0 33 0 0 0 20 0 19 0 291582732 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140604808862520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11909] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11909/stat : 11909 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140604807809912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11910] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11910/stat : 11910 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140604806757320 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11911] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11911/stat : 11911 (java) S 11890 11892 6990 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291582751 9855979520 12252 33554432000 1073741824 1073778376 140736909718816 140604805702824 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9624980

[startup+3.1007 s]
/proc/loadavg: 1.94 1.98 1.99 3/212 11911
/proc/meminfo: memFree=26913176/32873852 swapFree=6848/6848
[pid=11892] ppid=11890 vsize=9624980 CPUtime=3.77 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 6990 0 -1 4202496 9606 0 1 0 374 3 0 0 20 0 19 0 291582727 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140736909709952 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11892/statm: 2406245 12256 2269 9 0 2396937 0
[pid=11892/tid=11893] ppid=11890 vsize=9624980 CPUtime=3.01 cores=1,3,5,7
/proc/11892/task/11893/stat : 11893 (java) R 11890 11892 6990 0 -1 4202560 2469 0 1 0 300 1 0 0 20 0 19 0 291582727 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140605460013224 140605301380830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11895] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11895/stat : 11895 (java) S 11890 11892 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140605421505064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11896] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11896/stat : 11896 (java) S 11890 11892 6990 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140605420452264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11892/tid=11897] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11897/stat : 11897 (java) S 11890 11892 6990 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140605419399464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11898] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11898/stat : 11898 (java) S 11890 11892 6990 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140605300664488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11899] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11899/stat : 11899 (java) S 11890 11892 6990 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140605299612712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11900] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11900/stat : 11900 (java) S 11890 11892 6990 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140605298559912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11901] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11901/stat : 11901 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140605297507112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11902] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11902/stat : 11902 (java) S 11890 11892 6990 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140605296454312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11903] ppid=11890 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/11892/task/11903/stat : 11903 (java) S 11890 11892 6990 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 291582729 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140604814125544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11892/tid=11904] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11904/stat : 11904 (java) S 11890 11892 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291582730 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140604813071608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11905] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11905/stat : 11905 (java) S 11890 11892 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582730 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140604812018696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11906] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11906/stat : 11906 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140604810967184 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11907] ppid=11890 vsize=9624980 CPUtime=0.3 cores=1,3,5,7
/proc/11892/task/11907/stat : 11907 (java) S 11890 11892 6990 0 -1 4202560 2809 0 0 0 28 2 0 0 20 0 19 0 291582732 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140604809915320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11908] ppid=11890 vsize=9624980 CPUtime=0.35 cores=1,3,5,7
/proc/11892/task/11908/stat : 11908 (java) S 11890 11892 6990 0 -1 4202560 3077 0 0 0 35 0 0 0 20 0 19 0 291582732 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140604808862520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11892/tid=11909] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11909/stat : 11909 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140604807809912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11910] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11910/stat : 11910 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140604806757320 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11911] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11911/stat : 11911 (java) S 11890 11892 6990 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291582751 9855979520 12256 33554432000 1073741824 1073778376 140736909718816 140604805702824 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9624980

[startup+6.3007 s]
/proc/loadavg: 1.94 1.98 1.99 3/212 11911
/proc/meminfo: memFree=26911128/32873852 swapFree=6848/6848
[pid=11892] ppid=11890 vsize=9624980 CPUtime=7 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 6990 0 -1 4202496 9615 0 1 0 696 4 0 0 20 0 19 0 291582727 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140736909709952 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11892/statm: 2406245 12562 2269 9 0 2396937 0
[pid=11892/tid=11893] ppid=11890 vsize=9624980 CPUtime=6.17 cores=1,3,5,7
/proc/11892/task/11893/stat : 11893 (java) R 11890 11892 6990 0 -1 4202560 2472 0 1 0 616 1 0 0 20 0 19 0 291582727 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140605460013264 140605301148650 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11895] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11895/stat : 11895 (java) S 11890 11892 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140605421505064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11896] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11896/stat : 11896 (java) S 11890 11892 6990 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140605420452264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11892/tid=11897] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11897/stat : 11897 (java) S 11890 11892 6990 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140605419399464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11898] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11898/stat : 11898 (java) S 11890 11892 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140605300664488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11899] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11899/stat : 11899 (java) S 11890 11892 6990 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140605299612712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11900] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11900/stat : 11900 (java) S 11890 11892 6990 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140605298559912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11901] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11901/stat : 11901 (java) S 11890 11892 6990 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140605297507112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11902] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11902/stat : 11902 (java) S 11890 11892 6990 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291582728 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140605296454312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11903] ppid=11890 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/11892/task/11903/stat : 11903 (java) S 11890 11892 6990 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 291582729 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140604814125544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11904] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11904/stat : 11904 (java) S 11890 11892 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291582730 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140604813071608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11905] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11905/stat : 11905 (java) S 11890 11892 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582730 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140604812018696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11906] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11906/stat : 11906 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140604810967184 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11907] ppid=11890 vsize=9624980 CPUtime=0.31 cores=1,3,5,7
/proc/11892/task/11907/stat : 11907 (java) S 11890 11892 6990 0 -1 4202560 2809 0 0 0 29 2 0 0 20 0 19 0 291582732 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140604809915320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11908] ppid=11890 vsize=9624980 CPUtime=0.35 cores=1,3,5,7
/proc/11892/task/11908/stat : 11908 (java) S 11890 11892 6990 0 -1 4202560 3077 0 0 0 35 0 0 0 20 0 19 0 291582732 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140604808862520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11892/tid=11909] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11909/stat : 11909 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140604807809912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11910] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11910/stat : 11910 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140604806757320 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11911] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11911/stat : 11911 (java) S 11890 11892 6990 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291582751 9855979520 12562 33554432000 1073741824 1073778376 140736909718816 140604805702824 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/11892/task/11902/stat : 11902 (java) S 11890 11892 6990 0 -1 4202560 100 0 0 0 13 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605296454312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11903] ppid=11890 vsize=9624980 CPUtime=1.02 cores=1,3,5,7
/proc/11892/task/11903/stat : 11903 (java) S 11890 11892 6990 0 -1 4202560 86 0 0 0 101 1 0 0 20 0 19 0 291582729 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604814125544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11904] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11904/stat : 11904 (java) S 11890 11892 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291582730 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604813071608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11905] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11905/stat : 11905 (java) S 11890 11892 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582730 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604812018696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11906] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11906/stat : 11906 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604810967184 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11907] ppid=11890 vsize=9624980 CPUtime=0.91 cores=1,3,5,7
/proc/11892/task/11907/stat : 11907 (java) S 11890 11892 6990 0 -1 4202560 12237 0 0 0 87 4 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604809915320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11908] ppid=11890 vsize=9624980 CPUtime=0.4 cores=1,3,5,7
/proc/11892/task/11908/stat : 11908 (java) S 11890 11892 6990 0 -1 4202560 3087 0 0 0 40 0 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604808862520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11909] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11909/stat : 11909 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604807809912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11910] ppid=11890 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/11892/task/11910/stat : 11910 (java) S 11890 11892 6990 0 -1 4202560 27 0 0 0 8 8 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604806757320 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11911] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11911/stat : 11911 (java) S 11890 11892 6990 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291582751 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604805702824 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 472.3
Current children cumulated vsize (KiB) 9624980

[startup+471.101 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 11975
/proc/meminfo: memFree=28212968/32873852 swapFree=6848/6848
[pid=11892] ppid=11890 vsize=9624980 CPUtime=473.1 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 6990 0 -1 4202496 19434 0 1 0 47291 19 0 0 20 0 19 0 291582727 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140736909709952 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11892/statm: 2406245 21941 2269 9 0 2396937 0
[pid=11892/tid=11893] ppid=11890 vsize=9624980 CPUtime=468.42 cores=1,3,5,7
/proc/11892/task/11893/stat : 11893 (java) R 11890 11892 6990 0 -1 4202560 2523 0 1 0 46832 10 0 0 20 0 19 0 291582727 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605460013600 140605301142341 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11895] ppid=11890 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/11892/task/11895/stat : 11895 (java) S 11890 11892 6990 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605421505064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11892/tid=11896] ppid=11890 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/11892/task/11896/stat : 11896 (java) S 11890 11892 6990 0 -1 4202560 18 0 0 0 11 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605420452264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11897] ppid=11890 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/11892/task/11897/stat : 11897 (java) S 11890 11892 6990 0 -1 4202560 41 0 0 0 9 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605419399464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11898] ppid=11890 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/11892/task/11898/stat : 11898 (java) S 11890 11892 6990 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605300664488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11892/tid=11899] ppid=11890 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/11892/task/11899/stat : 11899 (java) S 11890 11892 6990 0 -1 4202560 29 0 0 0 12 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605299612712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11900] ppid=11890 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/11892/task/11900/stat : 11900 (java) S 11890 11892 6990 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605298559912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11901] ppid=11890 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/11892/task/11901/stat : 11901 (java) S 11890 11892 6990 0 -1 4202560 21 0 0 0 10 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605297507112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11902] ppid=11890 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/11892/task/11902/stat : 11902 (java) S 11890 11892 6990 0 -1 4202560 100 0 0 0 13 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605296454312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11903] ppid=11890 vsize=9624980 CPUtime=1.02 cores=1,3,5,7
/proc/11892/task/11903/stat : 11903 (java) S 11890 11892 6990 0 -1 4202560 86 0 0 0 101 1 0 0 20 0 19 0 291582729 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604814125544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11904] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11904/stat : 11904 (java) S 11890 11892 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291582730 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604813071608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11905] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11905/stat : 11905 (java) S 11890 11892 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582730 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604812018696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11906] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11906/stat : 11906 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604810967184 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11907] ppid=11890 vsize=9624980 CPUtime=0.91 cores=1,3,5,7
/proc/11892/task/11907/stat : 11907 (java) S 11890 11892 6990 0 -1 4202560 12237 0 0 0 87 4 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604809915320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11908] ppid=11890 vsize=9624980 CPUtime=0.4 cores=1,3,5,7
/proc/11892/task/11908/stat : 11908 (java) S 11890 11892 6990 0 -1 4202560 3087 0 0 0 40 0 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604808862520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11909] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11909/stat : 11909 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604807809912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11910] ppid=11890 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/11892/task/11910/stat : 11910 (java) S 11890 11892 6990 0 -1 4202560 27 0 0 0 8 8 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604806757320 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11911] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11911/stat : 11911 (java) S 11890 11892 6990 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291582751 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604805702824 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 473.1
Current children cumulated vsize (KiB) 9624980

[startup+471.907 s]
/proc/loadavg: 2.06 2.01 2.00 3/213 11975
/proc/meminfo: memFree=28212968/32873852 swapFree=6848/6848
[pid=11892] ppid=11890 vsize=9624980 CPUtime=473.9 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 6990 0 -1 4202496 19434 0 1 0 47371 19 0 0 20 0 19 0 291582727 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140736909709952 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11892/statm: 2406245 21941 2269 9 0 2396937 0
[pid=11892/tid=11893] ppid=11890 vsize=9624980 CPUtime=469.23 cores=1,3,5,7
/proc/11892/task/11893/stat : 11893 (java) R 11890 11892 6990 0 -1 4202560 2523 0 1 0 46913 10 0 0 20 0 19 0 291582727 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605460013600 140605301380830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11895] ppid=11890 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/11892/task/11895/stat : 11895 (java) S 11890 11892 6990 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605421505064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11892/tid=11896] ppid=11890 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/11892/task/11896/stat : 11896 (java) S 11890 11892 6990 0 -1 4202560 18 0 0 0 11 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605420452264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11897] ppid=11890 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/11892/task/11897/stat : 11897 (java) S 11890 11892 6990 0 -1 4202560 41 0 0 0 9 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605419399464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11898] ppid=11890 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/11892/task/11898/stat : 11898 (java) S 11890 11892 6990 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605300664488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11892/tid=11899] ppid=11890 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/11892/task/11899/stat : 11899 (java) S 11890 11892 6990 0 -1 4202560 29 0 0 0 12 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605299612712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11900] ppid=11890 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/11892/task/11900/stat : 11900 (java) S 11890 11892 6990 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605298559912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11901] ppid=11890 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/11892/task/11901/stat : 11901 (java) S 11890 11892 6990 0 -1 4202560 21 0 0 0 10 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605297507112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11902] ppid=11890 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/11892/task/11902/stat : 11902 (java) S 11890 11892 6990 0 -1 4202560 100 0 0 0 13 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605296454312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11903] ppid=11890 vsize=9624980 CPUtime=1.02 cores=1,3,5,7
/proc/11892/task/11903/stat : 11903 (java) S 11890 11892 6990 0 -1 4202560 86 0 0 0 101 1 0 0 20 0 19 0 291582729 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604814125544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11904] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11904/stat : 11904 (java) S 11890 11892 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291582730 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604813071608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11905] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11905/stat : 11905 (java) S 11890 11892 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582730 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604812018696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11906] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11906/stat : 11906 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604810967184 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11907] ppid=11890 vsize=9624980 CPUtime=0.91 cores=1,3,5,7
/proc/11892/task/11907/stat : 11907 (java) S 11890 11892 6990 0 -1 4202560 12237 0 0 0 87 4 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604809915320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11908] ppid=11890 vsize=9624980 CPUtime=0.4 cores=1,3,5,7
/proc/11892/task/11908/stat : 11908 (java) S 11890 11892 6990 0 -1 4202560 3087 0 0 0 40 0 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604808862520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11909] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11909/stat : 11909 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604807809912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11910] ppid=11890 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/11892/task/11910/stat : 11910 (java) S 11890 11892 6990 0 -1 4202560 27 0 0 0 8 8 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604806757320 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11911] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11911/stat : 11911 (java) S 11890 11892 6990 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291582751 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604805702824 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 473.9
Current children cumulated vsize (KiB) 9624980

[startup+472.101 s]
/proc/loadavg: 2.06 2.01 2.00 3/213 11975
/proc/meminfo: memFree=28212968/32873852 swapFree=6848/6848
[pid=11892] ppid=11890 vsize=9624980 CPUtime=474.1 cores=1,3,5,7
/proc/11892/stat : 11892 (java) S 11890 11892 6990 0 -1 4202496 19434 0 1 0 47391 19 0 0 20 0 19 0 291582727 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140736909709952 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11892/statm: 2406245 21941 2269 9 0 2396937 0
[pid=11892/tid=11893] ppid=11890 vsize=9624980 CPUtime=469.42 cores=1,3,5,7
/proc/11892/task/11893/stat : 11893 (java) R 11890 11892 6990 0 -1 4202560 2523 0 1 0 46932 10 0 0 20 0 19 0 291582727 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605460013600 140605301438580 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11895] ppid=11890 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/11892/task/11895/stat : 11895 (java) S 11890 11892 6990 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605421505064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11892/tid=11896] ppid=11890 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/11892/task/11896/stat : 11896 (java) S 11890 11892 6990 0 -1 4202560 18 0 0 0 11 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605420452264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11897] ppid=11890 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/11892/task/11897/stat : 11897 (java) S 11890 11892 6990 0 -1 4202560 41 0 0 0 9 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605419399464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11898] ppid=11890 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/11892/task/11898/stat : 11898 (java) S 11890 11892 6990 0 -1 4202560 26 0 0 0 9 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605300664488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11892/tid=11899] ppid=11890 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/11892/task/11899/stat : 11899 (java) S 11890 11892 6990 0 -1 4202560 29 0 0 0 12 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605299612712 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11900] ppid=11890 vsize=9624980 CPUtime=0.11 cores=1,3,5,7
/proc/11892/task/11900/stat : 11900 (java) S 11890 11892 6990 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605298559912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11901] ppid=11890 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/11892/task/11901/stat : 11901 (java) S 11890 11892 6990 0 -1 4202560 21 0 0 0 10 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605297507112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11902] ppid=11890 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/11892/task/11902/stat : 11902 (java) S 11890 11892 6990 0 -1 4202560 100 0 0 0 13 0 0 0 20 0 19 0 291582728 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140605296454312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11903] ppid=11890 vsize=9624980 CPUtime=1.02 cores=1,3,5,7
/proc/11892/task/11903/stat : 11903 (java) S 11890 11892 6990 0 -1 4202560 86 0 0 0 101 1 0 0 20 0 19 0 291582729 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604814125544 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11904] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11904/stat : 11904 (java) S 11890 11892 6990 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291582730 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604813071608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11905] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11905/stat : 11905 (java) S 11890 11892 6990 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582730 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604812018696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11906] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11906/stat : 11906 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604810967184 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11892/tid=11907] ppid=11890 vsize=9624980 CPUtime=0.91 cores=1,3,5,7
/proc/11892/task/11907/stat : 11907 (java) S 11890 11892 6990 0 -1 4202560 12237 0 0 0 87 4 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604809915320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11908] ppid=11890 vsize=9624980 CPUtime=0.4 cores=1,3,5,7
/proc/11892/task/11908/stat : 11908 (java) S 11890 11892 6990 0 -1 4202560 3087 0 0 0 40 0 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604808862520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11909] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11909/stat : 11909 (java) S 11890 11892 6990 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604807809912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11892/tid=11910] ppid=11890 vsize=9624980 CPUtime=0.16 cores=1,3,5,7
/proc/11892/task/11910/stat : 11910 (java) S 11890 11892 6990 0 -1 4202560 27 0 0 0 8 8 0 0 20 0 19 0 291582732 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604806757320 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11892/tid=11911] ppid=11890 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/11892/task/11911/stat : 11911 (java) S 11890 11892 6990 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291582751 9855979520 21941 33554432000 1073741824 1073778376 140736909718816 140604805702824 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 474.1
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11892 and gives
#  childrusage.ru_utime.tv_sec=472
#  childrusage.ru_utime.tv_usec=679141
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=363944
# CPU time returned by wait4() is 473.043
# while last known CPU time is 474.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 472.14
CPU time (s): 474.1
CPU user time (s): 473.91
CPU system time (s): 0.19
CPU usage (%): 100.415
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 472.679
system time used= 0.363944
maximum resident set size= 92192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19453
page faults= 1
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11458
involuntary context switches= 8942

runsolver used 2.23666 second user time and 3.55146 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-29 03:22:53
IDJOB=3718262
IDBENCH=79440
IDSOLVER=2301
FILE ID=node129/3718262-1338254573
RUNJOBID= node129-1338248539-9231
PBS_JOBID= 14624645
Free space on /tmp= 71196 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-5_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718262-1338254573/watcher-3718262-1338254573 -o /tmp/evaluation-result-3718262-1338254573/solver-3718262-1338254573 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718262-1338254573.wbo

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

MD5SUM BENCH= 02dbb62de02783c13bf2d3c63ea9332f
RANDOM SEED=196519843

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.957
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.957
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.90
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.957
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        26960648 kB
Buffers:          445200 kB
Cached:          3174588 kB
SwapCached:            0 kB
Active:          2726476 kB
Inactive:        2306164 kB
Active(anon):    1415404 kB
Inactive(anon):        0 kB
Active(file):    1311072 kB
Inactive(file):  2306164 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1036 kB
Writeback:             0 kB
AnonPages:       1419640 kB
Mapped:            22560 kB
Shmem:               204 kB
Slab:             738928 kB
SReclaimable:     180316 kB
SUnreclaim:       558612 kB
KernelStack:        1600 kB
PageTables:         7032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1905836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1366016 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= 71196 MiB
End job on node129 at 2012-05-29 03:30:45