Trace number 3718145

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 504.04 502.717

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-15-10--soft-33-100-0.wbo
MD5SUMf8d5ed276152247cc0d8dd0253710bfc
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.019996
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables150
Total number of constraints25
Number of soft constraints21
Number of constraints which are clauses15
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Top cost 877
Min constraint cost 1
Max constraint cost 83
Sum of constraints costs 876
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120528
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3718145-1338250382.wbo
0.09/0.11	c reading problem ... 
0.09/0.13	c ... done. Wall clock time 0.021s.
0.09/0.13	c declared #vars     150
0.09/0.13	c internal #vars     171
0.09/0.13	c #constraints  25
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15
0.09/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 4
0.09/0.13	c ignored satisfied constraints => 1
0.09/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6
0.09/0.13	c 26 constraints processed.
0.09/0.13	c objective function length is 21 literals
0.09/0.17	c SATISFIABLE
0.09/0.17	c OPTIMIZING...
0.09/0.17	c Got one! Elapsed wall clock time (in seconds):0.061
0.09/0.17	o 83
0.09/0.19	c Got one! Elapsed wall clock time (in seconds):0.085
0.09/0.19	o 18
0.30/0.21	c Got one! Elapsed wall clock time (in seconds):0.1
0.30/0.21	o 2
0.75/0.59	c cleaning 2685 clauses out of 5377 with flag 35640/5377
1.42/1.14	c cleaning 4345 clauses out of 8692 with flag 80883/11377
2.11/1.88	c cleaning 5669 clauses out of 11348 with flag 143145/18378
3.03/2.78	c cleaning 6837 clauses out of 13679 with flag 233050/26378
4.26/3.99	c cleaning 7915 clauses out of 15842 with flag 332100/35378
5.87/5.57	c cleaning 8961 clauses out of 17926 with flag 434628/45377
7.46/7.10	c cleaning 9977 clauses out of 19965 with flag 547030/56377
9.07/8.70	c cleaning 10990 clauses out of 21989 with flag 665631/68378
10.77/10.48	c cleaning 11993 clauses out of 23998 with flag 794633/81377
13.18/12.82	c cleaning 13001 clauses out of 26005 with flag 937909/95377
15.20/14.89	c cleaning 14001 clauses out of 28006 with flag 1091622/110379
18.04/17.63	c cleaning 14996 clauses out of 30004 with flag 1229635/126378
21.54/21.10	c cleaning 16004 clauses out of 32011 with flag 1379228/143381
24.75/24.39	c cleaning 16998 clauses out of 34003 with flag 1547763/161377
28.86/28.40	c cleaning 18002 clauses out of 36007 with flag 1722427/180379
33.16/32.75	c cleaning 18999 clauses out of 38003 with flag 1898995/200377
38.07/37.66	c cleaning 19995 clauses out of 40004 with flag 2083755/221377
43.50/43.05	c cleaning 21002 clauses out of 42009 with flag 2282473/243377
50.31/49.85	c cleaning 22000 clauses out of 44009 with flag 2485446/266379
57.13/56.63	c cleaning 22994 clauses out of 46007 with flag 2697547/290377
63.53/63.09	c cleaning 24003 clauses out of 48015 with flag 2906685/315379
70.04/69.56	c cleaning 24997 clauses out of 50010 with flag 3186842/341377
77.56/77.05	c cleaning 26004 clauses out of 52013 with flag 3490573/368377
85.46/84.91	c cleaning 27003 clauses out of 54013 with flag 3791193/396381
93.10/92.55	c cleaning 27999 clauses out of 56007 with flag 4078332/425378
99.93/99.35	c cleaning 28998 clauses out of 58007 with flag 4384458/455377
107.34/106.74	c cleaning 29998 clauses out of 60009 with flag 4761568/486377
114.77/114.18	c cleaning 31003 clauses out of 62011 with flag 5102602/518377
122.48/121.89	c cleaning 32000 clauses out of 64011 with flag 5426542/551380
131.29/130.65	c cleaning 33003 clauses out of 66009 with flag 5765124/585378
141.30/140.69	c cleaning 33986 clauses out of 68006 with flag 6120886/620378
151.42/150.79	c cleaning 35004 clauses out of 70019 with flag 6484802/656377
163.07/162.37	c cleaning 36000 clauses out of 72015 with flag 6879084/693377
174.02/173.29	c cleaning 37004 clauses out of 74018 with flag 7266076/731380
184.74/183.99	c cleaning 38000 clauses out of 76011 with flag 7682709/770377
196.34/195.57	c cleaning 39002 clauses out of 78013 with flag 8098992/810379
208.16/207.30	c cleaning 39995 clauses out of 80010 with flag 8502986/851378
220.39/219.57	c cleaning 40990 clauses out of 82014 with flag 8930193/893377
233.42/232.56	c cleaning 42007 clauses out of 84024 with flag 9407918/936377
246.43/245.51	c cleaning 43004 clauses out of 86017 with flag 9880784/980377
263.05/262.19	c cleaning 44002 clauses out of 88015 with flag 10370074/1025379
277.48/276.54	c cleaning 45000 clauses out of 90011 with flag 10863107/1071377
290.11/289.19	c cleaning 46000 clauses out of 92011 with flag 11376422/1118377
305.51/304.53	c cleaning 46995 clauses out of 94011 with flag 11908426/1166377
322.96/321.94	c cleaning 48003 clauses out of 96017 with flag 12503486/1215378
338.59/337.52	c cleaning 49001 clauses out of 98013 with flag 13053005/1265377
355.92/354.87	c cleaning 49999 clauses out of 100013 with flag 13634631/1316378
378.86/377.74	c cleaning 51004 clauses out of 102013 with flag 14241727/1368377
401.47/400.32	c cleaning 52004 clauses out of 104013 with flag 14834855/1421381
423.78/422.60	c cleaning 52992 clauses out of 106006 with flag 15432853/1475378
444.81/443.66	c cleaning 53995 clauses out of 108016 with flag 16004273/1530380
465.74/464.51	c cleaning 55006 clauses out of 110021 with flag 16627578/1586380
489.16/487.95	c cleaning 56002 clauses out of 112017 with flag 17223450/1643382
504.04/502.71	c starts		: 212
504.04/502.71	c conflicts		: 1684320
504.04/502.71	c decisions		: 1971100
504.04/502.71	c propagations		: 30648792
504.04/502.71	c inspects		: 8081338533
504.04/502.71	c shortcuts		: 0
504.04/502.71	c learnt literals	: 6
504.04/502.71	c learnt binary clauses	: 5
504.04/502.71	c learnt ternary clauses	: 6
504.04/502.71	c learnt constraints	: 1684313
504.04/502.71	c ignored constraints	: 0
504.04/502.71	c root simplifications	: 0
504.04/502.71	c removed literals (reason simplification)	: 0
504.04/502.71	c reason swapping (by a shorter reason)	: 0
504.04/502.71	c Calls to reduceDB	: 53
504.04/502.71	c Number of update (reduction) of LBD	: 964873
504.04/502.71	c number of reductions to clauses (during analyze)	: 0
504.04/502.71	c number of learned constraints concerned by reduction	: 0
504.04/502.71	c number of learning phase by resolution	: 0
504.04/502.71	c number of learning phase by cutting planes	: 0
504.04/502.71	c speed (assignments/second)	: 60983.51887777944
504.04/502.71	c non guided choices	203
504.04/502.71	c learnt constraints type 
504.04/502.71	c constraints type 
504.04/502.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15
504.04/502.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 4
504.04/502.71	c ignored satisfied constraints => 1
504.04/502.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6
504.04/502.71	c 26 constraints processed.
504.04/502.71	s OPTIMUM FOUND
504.04/502.71	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 
504.04/502.71	c objective function=2
504.04/502.71	c Total wall clock time (in seconds): 502.6

Verifier Data

OK	2

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.87 3/194 16087
/proc/meminfo: memFree=30359192/32873648 swapFree=6852/6852
[pid=16087] ppid=16085 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16087/stat : 16087 (java) D 16085 16087 15870 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 291164040 9515008 183 33554432000 1073741824 1073778376 140734352752384 140734352743416 259112386229 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/16087/statm: 2323 183 140 9 0 71 0

[startup+0.0565501 s]
/proc/loadavg: 2.00 2.00 1.87 3/194 16087
/proc/meminfo: memFree=30359192/32873648 swapFree=6852/6852
[pid=16087] ppid=16085 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/16087/stat : 16087 (java) S 16085 16087 15870 0 -1 4202496 3133 0 1 0 2 0 0 0 20 0 13 0 291164040 9446973440 3830 33554432000 1073741824 1073778376 140735109527216 140735109518352 259115745341 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16087/statm: 2306390 3830 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100291 s]
/proc/loadavg: 2.00 2.00 1.87 3/194 16087
/proc/meminfo: memFree=30359192/32873648 swapFree=6852/6852
[pid=16087] ppid=16085 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/16087/stat : 16087 (java) S 16085 16087 15870 0 -1 4202496 4370 0 1 0 8 1 0 0 20 0 18 0 291164040 9787817984 5066 33554432000 1073741824 1073778376 140735109527216 140735109518352 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16087/statm: 2389604 5066 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300152 s]
/proc/loadavg: 2.00 2.00 1.87 3/194 16087
/proc/meminfo: memFree=30359192/32873648 swapFree=6852/6852
[pid=16087] ppid=16085 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/16087/stat : 16087 (java) S 16085 16087 15870 0 -1 4202496 6687 0 1 0 46 1 0 0 20 0 19 0 291164040 9855979520 6908 33554432000 1073741824 1073778376 140735109527216 140735109518352 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16087/statm: 2406245 6908 2211 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9624980

[startup+0.700206 s]
/proc/loadavg: 2.00 2.00 1.87 3/194 16087
/proc/meminfo: memFree=30359192/32873648 swapFree=6852/6852
[pid=16087] ppid=16085 vsize=9624980 CPUtime=0.98 cores=0,2,4,6
/proc/16087/stat : 16087 (java) S 16085 16087 15870 0 -1 4202496 6861 0 1 0 97 1 0 0 20 0 19 0 291164040 9855979520 9045 33554432000 1073741824 1073778376 140735109527216 140735109518352 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16087/statm: 2406245 9045 2252 9 0 2396937 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9624980

[startup+1.5006 s]
/proc/loadavg: 2.00 2.00 1.87 3/213 16106
/proc/meminfo: memFree=30295012/32873648 swapFree=6852/6852
[pid=16087] ppid=16085 vsize=9624980 CPUtime=1.81 cores=0,2,4,6
/proc/16087/stat : 16087 (java) S 16085 16087 15870 0 -1 4202496 6880 0 1 0 180 1 0 0 20 0 19 0 291164040 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140735109518352 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16087/statm: 2406245 10082 2254 9 0 2396937 0
[pid=16087/tid=16089] ppid=16085 vsize=9624980 CPUtime=1.44 cores=0,2,4,6
/proc/16087/task/16089/stat : 16089 (java) R 16085 16087 15870 0 -1 4202560 2514 0 1 0 144 0 0 0 20 0 19 0 291164041 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140315100922144 140315041026087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16090] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16090/stat : 16090 (java) S 16085 16087 15870 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140315039652008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16091] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16091/stat : 16091 (java) S 16085 16087 15870 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140314943371560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16087/tid=16092] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16092/stat : 16092 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140314942319016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16093] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16093/stat : 16093 (java) S 16085 16087 15870 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140314941266472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16094] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16094/stat : 16094 (java) S 16085 16087 15870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140314940213928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16095] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16095/stat : 16095 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140314939161384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16087/tid=16096] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16096/stat : 16096 (java) S 16085 16087 15870 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140314938108840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16097] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16097/stat : 16097 (java) S 16085 16087 15870 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140314937056296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16098] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16098/stat : 16098 (java) S 16085 16087 15870 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 291164044 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140314924857448 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16099] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16099/stat : 16099 (java) S 16085 16087 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291164044 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140314923803768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16100] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16100/stat : 16100 (java) S 16085 16087 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291164044 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140314922751112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16101] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16101/stat : 16101 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140314921699856 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16102] ppid=16085 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/16087/task/16102/stat : 16102 (java) S 16085 16087 15870 0 -1 4202560 1961 0 0 0 18 0 0 0 20 0 19 0 291164046 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140314920647224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16087/tid=16103] ppid=16085 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/16087/task/16103/stat : 16103 (java) S 16085 16087 15870 0 -1 4202560 1148 0 0 0 13 0 0 0 20 0 19 0 291164046 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140314919594680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16104] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16104/stat : 16104 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140314918542328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16105] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16105/stat : 16105 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140314917489992 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16106] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16106/stat : 16106 (java) S 16085 16087 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291164054 9855979520 10082 33554432000 1073741824 1073778376 140735109527216 140314916434728 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9624980

[startup+3.10061 s]
/proc/loadavg: 2.00 2.00 1.87 3/213 16106
/proc/meminfo: memFree=30288248/32873648 swapFree=6852/6852
[pid=16087] ppid=16085 vsize=9624980 CPUtime=3.46 cores=0,2,4,6
/proc/16087/stat : 16087 (java) S 16085 16087 15870 0 -1 4202496 6908 0 1 0 344 2 0 0 20 0 19 0 291164040 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140735109518352 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16087/statm: 2406245 10618 2264 9 0 2396937 0
[pid=16087/tid=16089] ppid=16085 vsize=9624980 CPUtime=3.01 cores=0,2,4,6
/proc/16087/task/16089/stat : 16089 (java) R 16085 16087 15870 0 -1 4202560 2515 0 1 0 301 0 0 0 20 0 19 0 291164041 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140315100922144 140315041051255 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16090] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16090/stat : 16090 (java) S 16085 16087 15870 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140315039652008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16087/tid=16091] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16091/stat : 16091 (java) S 16085 16087 15870 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140314943371560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16092] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16092/stat : 16092 (java) S 16085 16087 15870 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140314942319016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16093] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16093/stat : 16093 (java) S 16085 16087 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140314941266472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16094] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16094/stat : 16094 (java) S 16085 16087 15870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140314940213928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16095] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16095/stat : 16095 (java) S 16085 16087 15870 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140314939161384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16087/tid=16096] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16096/stat : 16096 (java) S 16085 16087 15870 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140314938108840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16087/tid=16097] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16097/stat : 16097 (java) S 16085 16087 15870 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140314937056296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16087/tid=16098] ppid=16085 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/16087/task/16098/stat : 16098 (java) S 16085 16087 15870 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 291164044 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140314924857448 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16099] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16099/stat : 16099 (java) S 16085 16087 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291164044 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140314923803768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16100] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16100/stat : 16100 (java) S 16085 16087 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291164044 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140314922751112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16101] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16101/stat : 16101 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140314921699856 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16102] ppid=16085 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/16087/task/16102/stat : 16102 (java) S 16085 16087 15870 0 -1 4202560 1978 0 0 0 20 0 0 0 20 0 19 0 291164046 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140314920647224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16103] ppid=16085 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/16087/task/16103/stat : 16103 (java) S 16085 16087 15870 0 -1 4202560 1149 0 0 0 13 0 0 0 20 0 19 0 291164046 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140314919594680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16104] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16104/stat : 16104 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140314918542328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16105] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16105/stat : 16105 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140314917489992 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16106] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16106/stat : 16106 (java) S 16085 16087 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291164054 9855979520 10618 33554432000 1073741824 1073778376 140735109527216 140314916434728 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9624980

[startup+6.30061 s]
/proc/loadavg: 2.00 2.00 1.87 3/213 16106
/proc/meminfo: memFree=30285832/32873648 swapFree=6852/6852
[pid=16087] ppid=16085 vsize=9624980 CPUtime=6.66 cores=0,2,4,6
/proc/16087/stat : 16087 (java) S 16085 16087 15870 0 -1 4202496 6919 0 1 0 664 2 0 0 20 0 19 0 291164040 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140735109518352 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16087/statm: 2406245 10972 2264 9 0 2396937 0
[pid=16087/tid=16089] ppid=16085 vsize=9624980 CPUtime=6.17 cores=0,2,4,6
/proc/16087/task/16089/stat : 16089 (java) R 16085 16087 15870 0 -1 4202560 2518 0 1 0 617 0 0 0 20 0 19 0 291164041 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140315100922144 140315041064385 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16090] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16090/stat : 16090 (java) S 16085 16087 15870 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140315039652008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16087/tid=16091] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16091/stat : 16091 (java) S 16085 16087 15870 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140314943371560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16092] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16092/stat : 16092 (java) S 16085 16087 15870 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140314942319016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16093] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16093/stat : 16093 (java) S 16085 16087 15870 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140314941266472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16094] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16094/stat : 16094 (java) S 16085 16087 15870 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140314940213928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16095] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16095/stat : 16095 (java) S 16085 16087 15870 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140314939161384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16087/tid=16096] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16096/stat : 16096 (java) S 16085 16087 15870 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140314938108840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16097] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16097/stat : 16097 (java) S 16085 16087 15870 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291164042 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140314937056296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16087/tid=16098] ppid=16085 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/16087/task/16098/stat : 16098 (java) S 16085 16087 15870 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 291164044 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140314924857448 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16099] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16099/stat : 16099 (java) S 16085 16087 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291164044 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140314923803768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16100] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16100/stat : 16100 (java) S 16085 16087 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291164044 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140314922751112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16101] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16101/stat : 16101 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140314921699856 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16102] ppid=16085 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/16087/task/16102/stat : 16102 (java) S 16085 16087 15870 0 -1 4202560 1978 0 0 0 20 0 0 0 20 0 19 0 291164046 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140314920647224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16103] ppid=16085 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/16087/task/16103/stat : 16103 (java) S 16085 16087 15870 0 -1 4202560 1149 0 0 0 13 0 0 0 20 0 19 0 291164046 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140314919594680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16104] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16104/stat : 16104 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140314918542328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16105] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16105/stat : 16105 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140314917489992 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16106] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16106/stat : 16106 (java) S 16085 16087 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291164054 9855979520 10972 33554432000 1073741824 1073778376 140735109527216 140314916434728 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/16087/task/16097/stat : 16097 (java) S 16085 16087 15870 0 -1 4202560 55 0 0 0 19 0 0 0 20 0 19 0 291164042 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314937056296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16098] ppid=16085 vsize=9624980 CPUtime=1.08 cores=0,2,4,6
/proc/16087/task/16098/stat : 16098 (java) S 16085 16087 15870 0 -1 4202560 74 0 0 0 106 2 0 0 20 0 19 0 291164044 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314924857448 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16099] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16099/stat : 16099 (java) S 16085 16087 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291164044 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314923803768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16100] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16100/stat : 16100 (java) S 16085 16087 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291164044 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314922751112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16101] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16101/stat : 16101 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314921699856 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16102] ppid=16085 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/16087/task/16102/stat : 16102 (java) S 16085 16087 15870 0 -1 4202560 1978 0 0 0 20 0 0 0 20 0 19 0 291164046 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314920647224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16103] ppid=16085 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/16087/task/16103/stat : 16103 (java) S 16085 16087 15870 0 -1 4202560 1150 0 0 0 14 0 0 0 20 0 19 0 291164046 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314919594680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16104] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16104/stat : 16104 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314918542328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16105] ppid=16085 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/16087/task/16105/stat : 16105 (java) S 16085 16087 15870 0 -1 4202560 29 0 0 0 6 7 0 0 20 0 19 0 291164046 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314917489992 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16106] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16106/stat : 16106 (java) S 16085 16087 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291164054 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314916434728 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 502.01
Current children cumulated vsize (KiB) 9624980

[startup+501.501 s]
/proc/loadavg: 2.11 2.04 1.92 3/213 16111
/proc/meminfo: memFree=29895928/32873648 swapFree=6852/6852
[pid=16087] ppid=16085 vsize=9624980 CPUtime=502.82 cores=0,2,4,6
/proc/16087/stat : 16087 (java) S 16085 16087 15870 0 -1 4202496 7598 0 1 0 50268 14 0 0 20 0 19 0 291164040 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140735109518352 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16087/statm: 2406245 25317 2268 9 0 2396937 0
[pid=16087/tid=16089] ppid=16085 vsize=9624980 CPUtime=498.57 cores=0,2,4,6
/proc/16087/task/16089/stat : 16089 (java) R 16085 16087 15870 0 -1 4202560 2575 0 1 0 49849 8 0 0 20 0 19 0 291164041 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140315100920304 140315041022208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16090] ppid=16085 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/16087/task/16090/stat : 16090 (java) S 16085 16087 15870 0 -1 4202560 81 0 0 0 15 0 0 0 20 0 19 0 291164042 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140315039652008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16091] ppid=16085 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/16087/task/16091/stat : 16091 (java) S 16085 16087 15870 0 -1 4202560 75 0 0 0 13 0 0 0 20 0 19 0 291164042 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314943371560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16092] ppid=16085 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/16087/task/16092/stat : 16092 (java) S 16085 16087 15870 0 -1 4202560 96 0 0 0 18 0 0 0 20 0 19 0 291164042 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314942319016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16093] ppid=16085 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/16087/task/16093/stat : 16093 (java) S 16085 16087 15870 0 -1 4202560 59 0 0 0 19 0 0 0 20 0 19 0 291164042 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314941266472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16094] ppid=16085 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/16087/task/16094/stat : 16094 (java) S 16085 16087 15870 0 -1 4202560 72 0 0 0 16 0 0 0 20 0 19 0 291164042 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314940213928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16095] ppid=16085 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/16087/task/16095/stat : 16095 (java) S 16085 16087 15870 0 -1 4202560 114 0 0 0 15 0 0 0 20 0 19 0 291164042 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314939161384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16096] ppid=16085 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/16087/task/16096/stat : 16096 (java) S 16085 16087 15870 0 -1 4202560 59 0 0 0 15 0 0 0 20 0 19 0 291164042 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314938108840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16097] ppid=16085 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/16087/task/16097/stat : 16097 (java) S 16085 16087 15870 0 -1 4202560 55 0 0 0 19 0 0 0 20 0 19 0 291164042 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314937056296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16098] ppid=16085 vsize=9624980 CPUtime=1.08 cores=0,2,4,6
/proc/16087/task/16098/stat : 16098 (java) S 16085 16087 15870 0 -1 4202560 74 0 0 0 106 2 0 0 20 0 19 0 291164044 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314924857448 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16099] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16099/stat : 16099 (java) S 16085 16087 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291164044 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314923803768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16100] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16100/stat : 16100 (java) S 16085 16087 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291164044 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314922751112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16101] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16101/stat : 16101 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314921699856 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16102] ppid=16085 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/16087/task/16102/stat : 16102 (java) S 16085 16087 15870 0 -1 4202560 1978 0 0 0 20 0 0 0 20 0 19 0 291164046 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314920647224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16103] ppid=16085 vsize=9624980 CPUtime=0.14 cores=0,2,4,6
/proc/16087/task/16103/stat : 16103 (java) S 16085 16087 15870 0 -1 4202560 1150 0 0 0 14 0 0 0 20 0 19 0 291164046 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314919594680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16104] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16104/stat : 16104 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314918542328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16105] ppid=16085 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/16087/task/16105/stat : 16105 (java) S 16085 16087 15870 0 -1 4202560 29 0 0 0 6 7 0 0 20 0 19 0 291164046 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314917489992 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16106] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16106/stat : 16106 (java) S 16085 16087 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291164054 9855979520 25317 33554432000 1073741824 1073778376 140735109527216 140314916434728 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 502.82
Current children cumulated vsize (KiB) 9624980

[startup+502.301 s]
/proc/loadavg: 2.11 2.04 1.92 3/213 16111
/proc/meminfo: memFree=29895928/32873648 swapFree=6852/6852
[pid=16087] ppid=16085 vsize=9624980 CPUtime=503.63 cores=0,2,4,6
/proc/16087/stat : 16087 (java) S 16085 16087 15870 0 -1 4202496 7618 0 1 0 50349 14 0 0 20 0 19 0 291164040 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140735109518352 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16087/statm: 2406245 25318 2268 9 0 2396937 0
[pid=16087/tid=16089] ppid=16085 vsize=9624980 CPUtime=499.36 cores=0,2,4,6
/proc/16087/task/16089/stat : 16089 (java) R 16085 16087 15870 0 -1 4202560 2577 0 1 0 49928 8 0 0 20 0 19 0 291164041 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140315100922776 140315041219440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16090] ppid=16085 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/16087/task/16090/stat : 16090 (java) S 16085 16087 15870 0 -1 4202560 81 0 0 0 15 0 0 0 20 0 19 0 291164042 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140315039652008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16091] ppid=16085 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/16087/task/16091/stat : 16091 (java) S 16085 16087 15870 0 -1 4202560 75 0 0 0 13 0 0 0 20 0 19 0 291164042 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314943371560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16092] ppid=16085 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/16087/task/16092/stat : 16092 (java) S 16085 16087 15870 0 -1 4202560 96 0 0 0 18 0 0 0 20 0 19 0 291164042 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314942319016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16093] ppid=16085 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/16087/task/16093/stat : 16093 (java) S 16085 16087 15870 0 -1 4202560 59 0 0 0 19 0 0 0 20 0 19 0 291164042 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314941266472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16094] ppid=16085 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/16087/task/16094/stat : 16094 (java) S 16085 16087 15870 0 -1 4202560 72 0 0 0 16 0 0 0 20 0 19 0 291164042 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314940213928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16095] ppid=16085 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/16087/task/16095/stat : 16095 (java) S 16085 16087 15870 0 -1 4202560 114 0 0 0 15 0 0 0 20 0 19 0 291164042 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314939161384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16096] ppid=16085 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/16087/task/16096/stat : 16096 (java) S 16085 16087 15870 0 -1 4202560 59 0 0 0 15 0 0 0 20 0 19 0 291164042 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314938108840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16097] ppid=16085 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/16087/task/16097/stat : 16097 (java) S 16085 16087 15870 0 -1 4202560 55 0 0 0 19 0 0 0 20 0 19 0 291164042 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314937056296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16098] ppid=16085 vsize=9624980 CPUtime=1.08 cores=0,2,4,6
/proc/16087/task/16098/stat : 16098 (java) S 16085 16087 15870 0 -1 4202560 74 0 0 0 106 2 0 0 20 0 19 0 291164044 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314924857448 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16099] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16099/stat : 16099 (java) S 16085 16087 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291164044 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314923803768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16100] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16100/stat : 16100 (java) S 16085 16087 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291164044 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314922751112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16101] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16101/stat : 16101 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314921699856 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16102] ppid=16085 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/16087/task/16102/stat : 16102 (java) S 16085 16087 15870 0 -1 4202560 1978 0 0 0 20 0 0 0 20 0 19 0 291164046 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314920647224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16103] ppid=16085 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/16087/task/16103/stat : 16103 (java) S 16085 16087 15870 0 -1 4202560 1168 0 0 0 16 0 0 0 20 0 19 0 291164046 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314919594680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16104] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16104/stat : 16104 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314918542328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16105] ppid=16085 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/16087/task/16105/stat : 16105 (java) S 16085 16087 15870 0 -1 4202560 29 0 0 0 6 7 0 0 20 0 19 0 291164046 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314917489992 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16106] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16106/stat : 16106 (java) S 16085 16087 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291164054 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314916434728 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 503.63
Current children cumulated vsize (KiB) 9624980

[startup+502.707 s]
/proc/loadavg: 2.10 2.04 1.92 3/213 16111
/proc/meminfo: memFree=29895928/32873648 swapFree=6852/6852
[pid=16087] ppid=16085 vsize=9624980 CPUtime=504.04 cores=0,2,4,6
/proc/16087/stat : 16087 (java) S 16085 16087 15870 0 -1 4202496 7618 0 1 0 50390 14 0 0 20 0 19 0 291164040 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140735109518352 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16087/statm: 2406245 25318 2268 9 0 2396937 0
[pid=16087/tid=16089] ppid=16085 vsize=9624980 CPUtime=499.77 cores=0,2,4,6
/proc/16087/task/16089/stat : 16089 (java) R 16085 16087 15870 0 -1 4202560 2577 0 1 0 49969 8 0 0 20 0 19 0 291164041 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140315100922776 140315041219455 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16090] ppid=16085 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/16087/task/16090/stat : 16090 (java) S 16085 16087 15870 0 -1 4202560 81 0 0 0 15 0 0 0 20 0 19 0 291164042 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140315039652008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16091] ppid=16085 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/16087/task/16091/stat : 16091 (java) S 16085 16087 15870 0 -1 4202560 75 0 0 0 13 0 0 0 20 0 19 0 291164042 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314943371560 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16092] ppid=16085 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/16087/task/16092/stat : 16092 (java) S 16085 16087 15870 0 -1 4202560 96 0 0 0 18 0 0 0 20 0 19 0 291164042 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314942319016 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16093] ppid=16085 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/16087/task/16093/stat : 16093 (java) S 16085 16087 15870 0 -1 4202560 59 0 0 0 19 0 0 0 20 0 19 0 291164042 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314941266472 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16094] ppid=16085 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/16087/task/16094/stat : 16094 (java) S 16085 16087 15870 0 -1 4202560 72 0 0 0 16 0 0 0 20 0 19 0 291164042 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314940213928 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16095] ppid=16085 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/16087/task/16095/stat : 16095 (java) S 16085 16087 15870 0 -1 4202560 114 0 0 0 15 0 0 0 20 0 19 0 291164042 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314939161384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16096] ppid=16085 vsize=9624980 CPUtime=0.15 cores=0,2,4,6
/proc/16087/task/16096/stat : 16096 (java) S 16085 16087 15870 0 -1 4202560 59 0 0 0 15 0 0 0 20 0 19 0 291164042 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314938108840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16097] ppid=16085 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/16087/task/16097/stat : 16097 (java) S 16085 16087 15870 0 -1 4202560 55 0 0 0 19 0 0 0 20 0 19 0 291164042 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314937056296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16098] ppid=16085 vsize=9624980 CPUtime=1.08 cores=0,2,4,6
/proc/16087/task/16098/stat : 16098 (java) S 16085 16087 15870 0 -1 4202560 74 0 0 0 106 2 0 0 20 0 19 0 291164044 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314924857448 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16099] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16099/stat : 16099 (java) S 16085 16087 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291164044 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314923803768 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16100] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16100/stat : 16100 (java) S 16085 16087 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291164044 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314922751112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16101] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16101/stat : 16101 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314921699856 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16102] ppid=16085 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/16087/task/16102/stat : 16102 (java) S 16085 16087 15870 0 -1 4202560 1978 0 0 0 20 0 0 0 20 0 19 0 291164046 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314920647224 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16103] ppid=16085 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/16087/task/16103/stat : 16103 (java) S 16085 16087 15870 0 -1 4202560 1168 0 0 0 16 0 0 0 20 0 19 0 291164046 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314919594680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16087/tid=16104] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16104/stat : 16104 (java) S 16085 16087 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291164046 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314918542328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16087/tid=16105] ppid=16085 vsize=9624980 CPUtime=0.13 cores=0,2,4,6
/proc/16087/task/16105/stat : 16105 (java) S 16085 16087 15870 0 -1 4202560 29 0 0 0 6 7 0 0 20 0 19 0 291164046 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314917489992 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16087/tid=16106] ppid=16085 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16087/task/16106/stat : 16106 (java) S 16085 16087 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291164054 9855979520 25318 33554432000 1073741824 1073778376 140735109527216 140314916434728 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 504.04
Current children cumulated vsize (KiB) 9624980

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16087 and gives
#  childrusage.ru_utime.tv_sec=502
#  childrusage.ru_utime.tv_usec=594594
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=300954
# CPU time returned by wait4() is 502.896
# while last known CPU time is 504.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 502.717
CPU time (s): 504.04
CPU user time (s): 503.9
CPU system time (s): 0.14
CPU usage (%): 100.263
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 502.595
system time used= 0.300954
maximum resident set size= 101328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7636
page faults= 1
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12243
involuntary context switches= 9467

runsolver used 2.26066 second user time and 5.37018 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-29 02:13:02
IDJOB=3718145
IDBENCH=78712
IDSOLVER=2301
FILE ID=node124/3718145-1338250382
RUNJOBID= node124-1338248599-15886
PBS_JOBID= 14624663
Free space on /tmp= 71432 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-15-10--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718145-1338250382/watcher-3718145-1338250382 -o /tmp/evaluation-result-3718145-1338250382/solver-3718145-1338250382 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718145-1338250382.wbo

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

MD5SUM BENCH= f8d5ed276152247cc0d8dd0253710bfc
RANDOM SEED=1191915853

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30359572 kB
Buffers:          431772 kB
Cached:           994340 kB
SwapCached:         2192 kB
Active:          1236372 kB
Inactive:         408856 kB
Active(anon):     208948 kB
Inactive(anon):    12184 kB
Active(file):    1027424 kB
Inactive(file):   396672 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67105464 kB
Dirty:               496 kB
Writeback:             0 kB
AnonPages:        227356 kB
Mapped:            22456 kB
Shmem:                84 kB
Slab:             722860 kB
SReclaimable:     167232 kB
SUnreclaim:       555628 kB
KernelStack:        1600 kB
PageTables:         4656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71432 MiB
End job on node124 at 2012-05-29 02:21:25