Trace number 3709834

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 specific settings 2.3.2 snapshot? (TO) 1800.07 1784.26

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUMf17e31cb6762bd0e8d3e659d7bd1050c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.13	c --- Begin Solver configuration ---
0.10/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.13	c Learn all clauses as in MiniSAT
0.10/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.13	c Expensive reason simplification
0.10/0.13	c Armin Biere (Picosat) restarts strategy
0.10/0.13	c Glucose learned constraints deletion strategy
0.10/0.13	c timeout=2147483s
0.10/0.13	c DB Simplification allowed=true
0.10/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.13	c --- End Solver configuration ---
0.10/0.13	c solving HOME/instance-3709834-1338124632.opb
0.10/0.13	c reading problem ... 
0.96/0.68	c ... done. Wall clock time 0.554s.
0.96/0.68	c declared #vars     23409
0.96/0.68	c #constraints  1386
0.96/0.68	c constraints type 
0.96/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 612
0.96/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 774
0.96/0.68	c 1386 constraints processed.
2.75/1.99	c cleaning 2499 clauses out of 5000 with flag 5000/5000
4.33/3.43	c cleaning 4247 clauses out of 8501 with flag 11000/11000
6.06/5.10	c cleaning 5615 clauses out of 11254 with flag 18000/18000
7.99/7.08	c cleaning 6812 clauses out of 13643 with flag 26004/26004
10.31/9.22	c cleaning 7904 clauses out of 15827 with flag 35000/35000
13.34/12.29	c cleaning 8940 clauses out of 17924 with flag 45001/45001
16.72/15.50	c cleaning 9953 clauses out of 19983 with flag 56000/56000
19.80/18.58	c cleaning 10990 clauses out of 22030 with flag 68000/68000
23.52/22.27	c cleaning 11953 clauses out of 24040 with flag 81000/81000
27.35/26.00	c cleaning 13006 clauses out of 26088 with flag 95001/95001
33.60/32.20	c cleaning 14000 clauses out of 28082 with flag 110001/110001
39.02/37.54	c cleaning 15016 clauses out of 30081 with flag 126000/126000
44.01/42.41	c cleaning 15961 clauses out of 32065 with flag 143000/143000
50.16/48.52	c cleaning 17031 clauses out of 34104 with flag 161000/161000
56.61/54.92	c cleaning 18029 clauses out of 36074 with flag 180001/180001
63.09/61.38	c cleaning 19001 clauses out of 38044 with flag 200000/200000
71.47/69.65	c cleaning 19941 clauses out of 40043 with flag 221000/221000
82.97/81.02	c cleaning 21017 clauses out of 42103 with flag 243001/243001
92.58/90.54	c cleaning 22010 clauses out of 44087 with flag 266002/266002
100.68/98.55	c cleaning 22989 clauses out of 46076 with flag 290001/290001
109.57/107.39	c cleaning 23962 clauses out of 48086 with flag 315000/315000
123.63/121.38	c cleaning 25006 clauses out of 50124 with flag 341000/341000
134.96/132.46	c cleaning 25895 clauses out of 52119 with flag 368001/368001
161.45/158.64	c cleaning 27089 clauses out of 54224 with flag 396001/396001
170.56/167.67	c cleaning 27989 clauses out of 56134 with flag 425000/425000
183.92/180.89	c cleaning 28996 clauses out of 58147 with flag 455002/455002
199.15/195.90	c cleaning 30013 clauses out of 60149 with flag 486000/486000
212.65/209.31	c cleaning 31036 clauses out of 62136 with flag 518000/518000
240.86/237.44	c cleaning 31944 clauses out of 64100 with flag 551000/551000
284.39/280.31	c cleaning 32990 clauses out of 66156 with flag 585000/585000
294.80/290.61	c cleaning 34032 clauses out of 68166 with flag 620000/620000
312.91/308.63	c cleaning 35028 clauses out of 70134 with flag 656000/656000
338.84/334.43	c cleaning 35980 clauses out of 72106 with flag 693000/693000
366.80/362.27	c cleaning 36997 clauses out of 74127 with flag 731001/731001
402.72/397.92	c cleaning 37908 clauses out of 76129 with flag 770000/770000
419.81/414.89	c cleaning 39002 clauses out of 78221 with flag 810000/810000
441.31/436.27	c cleaning 40014 clauses out of 80221 with flag 851002/851002
462.66/457.40	c cleaning 41072 clauses out of 82205 with flag 893000/893000
482.03/476.65	c cleaning 41911 clauses out of 84133 with flag 936000/936000
500.96/495.47	c cleaning 43049 clauses out of 86222 with flag 980000/980000
530.90/525.28	c cleaning 43989 clauses out of 88174 with flag 1025001/1025001
562.30/556.42	c cleaning 44952 clauses out of 90184 with flag 1071000/1071000
595.97/589.90	c cleaning 45993 clauses out of 92232 with flag 1118000/1118000
645.67/639.41	c cleaning 46992 clauses out of 94242 with flag 1166003/1166003
688.15/681.66	c cleaning 48094 clauses out of 96249 with flag 1215002/1215002
740.04/733.30	c cleaning 48944 clauses out of 98153 with flag 1265000/1265000
808.40/801.45	c cleaning 50043 clauses out of 100210 with flag 1316001/1316001
833.50/825.82	c cleaning 51027 clauses out of 102166 with flag 1368000/1368000
867.58/859.72	c cleaning 52031 clauses out of 104141 with flag 1421002/1421002
895.41/887.30	c cleaning 52975 clauses out of 106108 with flag 1475000/1475000
947.49/939.30	c cleaning 54016 clauses out of 108134 with flag 1530001/1530001
1007.26/998.71	c cleaning 54912 clauses out of 110117 with flag 1586000/1586000
1059.54/1050.79	c cleaning 56031 clauses out of 112207 with flag 1643002/1643002
1113.65/1104.58	c cleaning 56911 clauses out of 114174 with flag 1701000/1701000
1188.38/1178.43	c cleaning 58025 clauses out of 116264 with flag 1760001/1760001
1235.96/1225.91	c cleaning 59061 clauses out of 118238 with flag 1820000/1820000
1299.33/1288.65	c cleaning 59912 clauses out of 120177 with flag 1881000/1881000
1371.87/1360.24	c cleaning 60955 clauses out of 122265 with flag 1943000/1943000
1428.15/1415.84	c cleaning 62122 clauses out of 124311 with flag 2006001/2006001
1464.34/1451.58	c cleaning 62979 clauses out of 126190 with flag 2070002/2070002
1503.59/1490.46	c cleaning 63999 clauses out of 128210 with flag 2135001/2135001
1563.63/1550.28	c cleaning 65048 clauses out of 130213 with flag 2201003/2201003
1631.80/1618.03	c cleaning 66000 clauses out of 132163 with flag 2268001/2268001
1685.55/1671.54	c cleaning 66812 clauses out of 134162 with flag 2336000/2336000
1794.27/1779.13	c cleaning 67931 clauses out of 136350 with flag 2405000/2405000
1800.07/1784.22	c starts		: 229
1800.07/1784.22	c conflicts		: 2410424
1800.07/1784.22	c decisions		: 4640414
1800.07/1784.22	c propagations		: 290644995
1800.07/1784.22	c inspects		: 5529142751
1800.07/1784.22	c shortcuts		: 0
1800.07/1784.22	c learnt literals	: 0
1800.07/1784.22	c learnt binary clauses	: 0
1800.07/1784.22	c learnt ternary clauses	: 0
1800.07/1784.22	c learnt constraints	: 2410423
1800.07/1784.22	c ignored constraints	: 0
1800.07/1784.22	c root simplifications	: 229
1800.07/1784.22	c removed literals (reason simplification)	: 14429001
1800.07/1784.22	c reason swapping (by a shorter reason)	: 0
1800.07/1784.22	c Calls to reduceDB	: 65
1800.07/1784.22	c number of reductions to clauses (during analyze)	: 0
1800.07/1784.22	c number of learned constraints concerned by reduction	: 0
1800.07/1784.22	c number of learning phase by resolution	: 0
1800.07/1784.22	c number of learning phase by cutting planes	: 0
1800.07/1784.22	c speed (assignments/second)	: 162962.26656297606
1800.07/1784.22	c non guided choices	34290
1800.07/1784.24	c learnt constraints type 
1800.07/1784.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73847
1800.07/1784.24	c constraints type 
1800.07/1784.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 612
1800.07/1784.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 774
1800.07/1784.24	c 1386 constraints processed.
1800.07/1784.24	s UNKNOWN
1800.07/1784.24	c Total wall clock time (in seconds): 1784.116

Verifier Data

ERROR: no interpretation found !

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-3709834-1338124632/watcher-3709834-1338124632 -o /tmp/evaluation-result-3709834-1338124632/solver-3709834-1338124632 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709834-1338124632.opb 

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: 1.91 2.02 1.99 3/194 19237
/proc/meminfo: memFree=30808920/32873844 swapFree=7116/7116
[pid=19237] ppid=19235 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/19237/stat : 19237 (java) R 19235 19237 19004 0 -1 4202496 940 0 0 0 0 0 0 0 20 0 1 0 278588153 23793664 667 33554432000 1073741824 1073778376 140736751058144 140736751047208 240555964993 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/19237/statm: 5809 680 500 9 0 128 0

[startup+0.030307 s]
/proc/loadavg: 1.91 2.02 1.99 3/194 19237
/proc/meminfo: memFree=30808920/32873844 swapFree=7116/7116
[pid=19237] ppid=19235 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/19237/stat : 19237 (java) S 19235 19237 19004 0 -1 4202496 2893 0 1 0 1 0 0 0 20 0 11 0 278588153 9310650368 3592 33554432000 1073741824 1073778376 140736751058144 140736751049280 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19237/statm: 2273108 3592 1623 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100251 s]
/proc/loadavg: 1.91 2.02 1.99 3/194 19237
/proc/meminfo: memFree=30808920/32873844 swapFree=7116/7116
[pid=19237] ppid=19235 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/19237/stat : 19237 (java) S 19235 19237 19004 0 -1 4202496 4192 0 1 0 9 1 0 0 20 0 18 0 278588153 9787842560 5399 33554432000 1073741824 1073778376 140736751058144 140736751049280 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19237/statm: 2389610 5400 2113 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300231 s]
/proc/loadavg: 1.91 2.02 1.99 3/194 19237
/proc/meminfo: memFree=30808920/32873844 swapFree=7116/7116
[pid=19237] ppid=19235 vsize=9558440 CPUtime=0.51 cores=0,2,4,6
/proc/19237/stat : 19237 (java) S 19235 19237 19004 0 -1 4202496 7428 0 1 0 49 2 0 0 20 0 18 0 278588153 9787842560 11723 33554432000 1073741824 1073778376 140736751058144 140736751049280 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19237/statm: 2389610 11725 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.700236 s]
/proc/loadavg: 1.91 2.02 1.99 3/194 19237
/proc/meminfo: memFree=30808920/32873844 swapFree=7116/7116
[pid=19237] ppid=19235 vsize=9558440 CPUtime=1.1 cores=0,2,4,6
/proc/19237/stat : 19237 (java) S 19235 19237 19004 0 -1 4202496 7765 0 1 0 105 5 0 0 20 0 18 0 278588153 9787842560 43630 33554432000 1073741824 1073778376 140736751058144 140736751049280 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19237/statm: 2389610 43630 2252 9 0 2380296 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9558440

[startup+1.5007 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 19256
/proc/meminfo: memFree=30619716/32873844 swapFree=7116/7116
[pid=19237] ppid=19235 vsize=9625004 CPUtime=2.35 cores=0,2,4,6
/proc/19237/stat : 19237 (java) S 19235 19237 19004 0 -1 4202496 9045 0 1 0 230 5 0 0 20 0 19 0 278588153 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140736751049280 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19237/statm: 2406251 43770 2264 9 0 2396937 0
[pid=19237/tid=19239] ppid=19235 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/19237/task/19239/stat : 19239 (java) R 19235 19237 19004 0 -1 4202560 2572 0 1 0 141 3 0 0 20 0 19 0 278588153 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587446194808 140587316123884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19237/tid=19240] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19240/stat : 19240 (java) S 19235 19237 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587435256232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19241] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19241/stat : 19241 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587434203688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19242] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19242/stat : 19242 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587287918760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19237/tid=19243] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19243/stat : 19243 (java) S 19235 19237 19004 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587286866216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19244] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19244/stat : 19244 (java) S 19235 19237 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587285814184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19245] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19245/stat : 19245 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587284761640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19237/tid=19246] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19246/stat : 19246 (java) S 19235 19237 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587283708584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19237/tid=19247] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19247/stat : 19247 (java) S 19235 19237 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587282656040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19248] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19248/stat : 19248 (java) S 19235 19237 19004 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 278588156 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587270457704 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19249] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19249/stat : 19249 (java) S 19235 19237 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278588156 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587269404024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19250] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19250/stat : 19250 (java) S 19235 19237 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278588156 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587268350856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19251] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19251/stat : 19251 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588159 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587267299600 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19252] ppid=19235 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/19237/task/19252/stat : 19252 (java) S 19235 19237 19004 0 -1 4202560 2564 0 0 0 41 0 0 0 20 0 19 0 278588159 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587266247480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19253] ppid=19235 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/19237/task/19253/stat : 19253 (java) S 19235 19237 19004 0 -1 4202560 2605 0 0 0 37 0 0 0 20 0 19 0 278588159 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587265194936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19254] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19254/stat : 19254 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588159 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587264142072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19255] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19255/stat : 19255 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588159 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587263089736 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19256] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19256/stat : 19256 (java) S 19235 19237 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278588224 9856004096 43770 33554432000 1073741824 1073778376 140736751058144 140587262034984 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9625004

[startup+3.10071 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 19256
/proc/meminfo: memFree=30582224/32873844 swapFree=7116/7116
[pid=19237] ppid=19235 vsize=9625004 CPUtime=4.01 cores=0,2,4,6
/proc/19237/stat : 19237 (java) S 19235 19237 19004 0 -1 4202496 9100 0 1 0 395 6 0 0 20 0 19 0 278588153 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140736751049280 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19237/statm: 2406251 49945 2276 9 0 2396937 0
[pid=19237/tid=19239] ppid=19235 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/19237/task/19239/stat : 19239 (java) R 19235 19237 19004 0 -1 4202560 2574 0 1 0 297 3 0 0 20 0 19 0 278588153 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587446192808 140587316195181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19237/tid=19240] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19240/stat : 19240 (java) S 19235 19237 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587435256232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19237/tid=19241] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19241/stat : 19241 (java) S 19235 19237 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587434203688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19242] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19242/stat : 19242 (java) S 19235 19237 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587287918760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19237/tid=19243] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19243/stat : 19243 (java) S 19235 19237 19004 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587286866216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19237/tid=19244] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19244/stat : 19244 (java) S 19235 19237 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587285814184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19237/tid=19245] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19245/stat : 19245 (java) S 19235 19237 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587284761640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19237/tid=19246] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19246/stat : 19246 (java) S 19235 19237 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587283708584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19237/tid=19247] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19247/stat : 19247 (java) S 19235 19237 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587282656040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19248] ppid=19235 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/19237/task/19248/stat : 19248 (java) S 19235 19237 19004 0 -1 4202560 97 0 0 0 2 0 0 0 20 0 19 0 278588156 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587270457704 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19249] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19249/stat : 19249 (java) S 19235 19237 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278588156 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587269404024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19250] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19250/stat : 19250 (java) S 19235 19237 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278588156 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587268350856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19251] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19251/stat : 19251 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588159 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587267299600 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19252] ppid=19235 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/19237/task/19252/stat : 19252 (java) S 19235 19237 19004 0 -1 4202560 2564 0 0 0 44 0 0 0 20 0 19 0 278588159 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587266247480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19253] ppid=19235 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/19237/task/19253/stat : 19253 (java) S 19235 19237 19004 0 -1 4202560 2609 0 0 0 38 0 0 0 20 0 19 0 278588159 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587265194936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19254] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19254/stat : 19254 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588159 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587264142072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19255] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19255/stat : 19255 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588159 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587263089736 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19256] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19256/stat : 19256 (java) S 19235 19237 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278588224 9856004096 49945 33554432000 1073741824 1073778376 140736751058144 140587262034984 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 19256
/proc/meminfo: memFree=30553716/32873844 swapFree=7116/7116
[pid=19237] ppid=19235 vsize=9625004 CPUtime=7.29 cores=0,2,4,6
/proc/19237/stat : 19237 (java) S 19235 19237 19004 0 -1 4202496 9159 0 1 0 721 8 0 0 20 0 19 0 278588153 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140736751049280 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19237/statm: 2406251 56319 2276 9 0 2396937 0
[pid=19237/tid=19239] ppid=19235 vsize=9625004 CPUtime=6.11 cores=0,2,4,6
/proc/19237/task/19239/stat : 19239 (java) R 19235 19237 19004 0 -1 4202560 2578 0 1 0 608 3 0 0 20 0 19 0 278588153 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587446194728 140587316211437 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19237/tid=19240] ppid=19235 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/19237/task/19240/stat : 19240 (java) S 19235 19237 19004 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 278588154 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587435256232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19237/tid=19241] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19241/stat : 19241 (java) S 19235 19237 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587434203688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19242] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19242/stat : 19242 (java) S 19235 19237 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587287918760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19237/tid=19243] ppid=19235 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/19237/task/19243/stat : 19243 (java) S 19235 19237 19004 0 -1 4202560 28 0 0 0 2 0 0 0 20 0 19 0 278588154 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587286866216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19244] ppid=19235 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/19237/task/19244/stat : 19244 (java) S 19235 19237 19004 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 278588154 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587285814184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19245] ppid=19235 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/19237/task/19245/stat : 19245 (java) S 19235 19237 19004 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 278588154 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587284761640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19246] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19246/stat : 19246 (java) S 19235 19237 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278588154 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587283708584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19237/tid=19247] ppid=19235 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/19237/task/19247/stat : 19247 (java) S 19235 19237 19004 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 278588154 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587282656040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19248] ppid=19235 vsize=9625004 CPUtime=0.08 cores=0,2,4,6
/proc/19237/task/19248/stat : 19248 (java) S 19235 19237 19004 0 -1 4202560 99 0 0 0 8 0 0 0 20 0 19 0 278588156 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587270457704 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19249] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19249/stat : 19249 (java) S 19235 19237 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278588156 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587269404024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19250] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19250/stat : 19250 (java) S 19235 19237 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278588156 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587268350856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19251] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19251/stat : 19251 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588159 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587267299600 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19252] ppid=19235 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/19237/task/19252/stat : 19252 (java) S 19235 19237 19004 0 -1 4202560 2564 0 0 0 45 0 0 0 20 0 19 0 278588159 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587266247480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19253] ppid=19235 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/19237/task/19253/stat : 19253 (java) S 19235 19237 19004 0 -1 4202560 2609 0 0 0 40 0 0 0 20 0 19 0 278588159 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587265194936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19254] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19254/stat : 19254 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588159 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587264142072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19255] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19255/stat : 19255 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588159 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587263089736 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19256] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19256/stat : 19256 (java) S 19235 19237 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278588224 9856004096 56319 33554432000 1073741824 1073778376 140736751058144 140587262034984 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=19237/tid=19252] ppid=19235 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/19237/task/19252/stat : 19252 (java) S 19235 19237 19004 0 -1 4202560 2564 0 0 0 46 0 0 0 20 0 19 0 278588159 9856004096 839703 33554432000 1073741824 1073778376 140736751058144 140587266247480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19253] ppid=19235 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/19237/task/19253/stat : 19253 (java) S 19235 19237 19004 0 -1 4202560 3064 0 0 0 44 0 0 0 20 0 19 0 278588159 9856004096 839703 33554432000 1073741824 1073778376 140736751058144 140587265194936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19254] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19254/stat : 19254 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588159 9856004096 839703 33554432000 1073741824 1073778376 140736751058144 140587264142072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19255] ppid=19235 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/19237/task/19255/stat : 19255 (java) S 19235 19237 19004 0 -1 4202560 95 0 0 0 40 28 0 0 20 0 19 0 278588159 9856004096 839703 33554432000 1073741824 1073778376 140736751058144 140587263089736 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19237/tid=19256] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19256/stat : 19256 (java) S 19235 19237 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278588224 9856004096 839703 33554432000 1073741824 1073778376 140736751058144 140587262034984 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1676.35
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/213 21609
/proc/meminfo: memFree=27341792/32873844 swapFree=7116/7116
[pid=19237] ppid=19235 vsize=9625004 CPUtime=1736.63 cores=0,2,4,6
/proc/19237/stat : 19237 (java) S 19235 19237 19004 0 -1 4202496 20411 0 1 0 173323 340 0 0 20 0 19 0 278588153 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140736751049280 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19237/statm: 2406251 839712 2276 9 0 2396937 0
[pid=19237/tid=19239] ppid=19235 vsize=9625004 CPUtime=1707.81 cores=0,2,4,6
/proc/19237/task/19239/stat : 19239 (java) R 19235 19237 19004 0 -1 4202560 3581 0 1 0 170742 39 0 0 20 0 19 0 278588153 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587446194480 140587316130164 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19240] ppid=19235 vsize=9625004 CPUtime=2.58 cores=0,2,4,6
/proc/19237/task/19240/stat : 19240 (java) S 19235 19237 19004 0 -1 4202560 962 0 0 0 213 45 0 0 20 0 19 0 278588154 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587435256232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19241] ppid=19235 vsize=9625004 CPUtime=2.05 cores=0,2,4,6
/proc/19237/task/19241/stat : 19241 (java) S 19235 19237 19004 0 -1 4202560 609 0 0 0 176 29 0 0 20 0 19 0 278588154 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587434203688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19242] ppid=19235 vsize=9625004 CPUtime=2.37 cores=0,2,4,6
/proc/19237/task/19242/stat : 19242 (java) S 19235 19237 19004 0 -1 4202560 837 0 0 0 191 46 0 0 20 0 19 0 278588154 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587287918760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19243] ppid=19235 vsize=9625004 CPUtime=2.22 cores=0,2,4,6
/proc/19237/task/19243/stat : 19243 (java) S 19235 19237 19004 0 -1 4202560 713 0 0 0 185 37 0 0 20 0 19 0 278588154 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587286866216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19244] ppid=19235 vsize=9625004 CPUtime=2.33 cores=0,2,4,6
/proc/19237/task/19244/stat : 19244 (java) S 19235 19237 19004 0 -1 4202560 1369 0 0 0 194 39 0 0 20 0 19 0 278588154 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587285814184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19237/tid=19245] ppid=19235 vsize=9625004 CPUtime=1.99 cores=0,2,4,6
/proc/19237/task/19245/stat : 19245 (java) S 19235 19237 19004 0 -1 4202560 710 0 0 0 170 29 0 0 20 0 19 0 278588154 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587284761640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19246] ppid=19235 vsize=9625004 CPUtime=2.16 cores=0,2,4,6
/proc/19237/task/19246/stat : 19246 (java) S 19235 19237 19004 0 -1 4202560 891 0 0 0 176 40 0 0 20 0 19 0 278588154 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587283708584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19247] ppid=19235 vsize=9625004 CPUtime=2.27 cores=0,2,4,6
/proc/19237/task/19247/stat : 19247 (java) S 19235 19237 19004 0 -1 4202560 811 0 0 0 186 41 0 0 20 0 19 0 278588154 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587282656040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19248] ppid=19235 vsize=9625004 CPUtime=5.25 cores=0,2,4,6
/proc/19237/task/19248/stat : 19248 (java) S 19235 19237 19004 0 -1 4202560 3013 0 0 0 522 3 0 0 20 0 19 0 278588156 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587270457704 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19237/tid=19249] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19249/stat : 19249 (java) S 19235 19237 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278588156 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587269404024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19250] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19250/stat : 19250 (java) S 19235 19237 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278588156 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587268350856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19251] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19251/stat : 19251 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588159 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587267299600 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19252] ppid=19235 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/19237/task/19252/stat : 19252 (java) S 19235 19237 19004 0 -1 4202560 2564 0 0 0 46 0 0 0 20 0 19 0 278588159 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587266247480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19253] ppid=19235 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/19237/task/19253/stat : 19253 (java) S 19235 19237 19004 0 -1 4202560 3064 0 0 0 44 0 0 0 20 0 19 0 278588159 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587265194936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19254] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19254/stat : 19254 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588159 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587264142072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19255] ppid=19235 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/19237/task/19255/stat : 19255 (java) S 19235 19237 19004 0 -1 4202560 99 0 0 0 41 30 0 0 20 0 19 0 278588159 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587263089736 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19237/tid=19256] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19256/stat : 19256 (java) S 19235 19237 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278588224 9856004096 839712 33554432000 1073741824 1073778376 140736751058144 140587262034984 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1736.63
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 21609
/proc/meminfo: memFree=26853128/32873844 swapFree=7116/7116
[pid=19237] ppid=19235 vsize=9625004 CPUtime=1798.16 cores=0,2,4,6
/proc/19237/stat : 19237 (java) S 19235 19237 19004 0 -1 4202496 21343 0 1 0 179428 388 0 0 20 0 19 0 278588153 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140736751049280 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19237/statm: 2406251 960135 2277 9 0 2396937 0
[pid=19237/tid=19239] ppid=19235 vsize=9625004 CPUtime=1766.98 cores=0,2,4,6
/proc/19237/task/19239/stat : 19239 (java) R 19235 19237 19004 0 -1 4202560 3672 0 1 0 176657 41 0 0 20 0 19 0 278588153 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587446194480 140587316213019 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19240] ppid=19235 vsize=9625004 CPUtime=2.77 cores=0,2,4,6
/proc/19237/task/19240/stat : 19240 (java) S 19235 19237 19004 0 -1 4202560 1037 0 0 0 228 49 0 0 20 0 19 0 278588154 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587435256232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19241] ppid=19235 vsize=9625004 CPUtime=2.22 cores=0,2,4,6
/proc/19237/task/19241/stat : 19241 (java) S 19235 19237 19004 0 -1 4202560 696 0 0 0 190 32 0 0 20 0 19 0 278588154 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587434203688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19242] ppid=19235 vsize=9625004 CPUtime=2.65 cores=0,2,4,6
/proc/19237/task/19242/stat : 19242 (java) S 19235 19237 19004 0 -1 4202560 978 0 0 0 210 55 0 0 20 0 19 0 278588154 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587287918760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19243] ppid=19235 vsize=9625004 CPUtime=2.35 cores=0,2,4,6
/proc/19237/task/19243/stat : 19243 (java) S 19235 19237 19004 0 -1 4202560 770 0 0 0 195 40 0 0 20 0 19 0 278588154 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587286866216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19244] ppid=19235 vsize=9625004 CPUtime=2.7 cores=0,2,4,6
/proc/19237/task/19244/stat : 19244 (java) S 19235 19237 19004 0 -1 4202560 1516 0 0 0 224 46 0 0 20 0 19 0 278588154 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587285814184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19237/tid=19245] ppid=19235 vsize=9625004 CPUtime=2.29 cores=0,2,4,6
/proc/19237/task/19245/stat : 19245 (java) S 19235 19237 19004 0 -1 4202560 835 0 0 0 193 36 0 0 20 0 19 0 278588154 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587284761640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19246] ppid=19235 vsize=9625004 CPUtime=2.46 cores=0,2,4,6
/proc/19237/task/19246/stat : 19246 (java) S 19235 19237 19004 0 -1 4202560 1022 0 0 0 197 49 0 0 20 0 19 0 278588154 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587283708584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19247] ppid=19235 vsize=9625004 CPUtime=2.51 cores=0,2,4,6
/proc/19237/task/19247/stat : 19247 (java) S 19235 19237 19004 0 -1 4202560 864 0 0 0 208 43 0 0 20 0 19 0 278588154 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587282656040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19248] ppid=19235 vsize=9625004 CPUtime=5.41 cores=0,2,4,6
/proc/19237/task/19248/stat : 19248 (java) S 19235 19237 19004 0 -1 4202560 3026 0 0 0 538 3 0 0 20 0 19 0 278588156 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587270457704 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19237/tid=19249] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19249/stat : 19249 (java) S 19235 19237 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278588156 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587269404024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19250] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19250/stat : 19250 (java) S 19235 19237 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278588156 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587268350856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19251] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19251/stat : 19251 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588159 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587267299600 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19252] ppid=19235 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/19237/task/19252/stat : 19252 (java) S 19235 19237 19004 0 -1 4202560 2564 0 0 0 46 0 0 0 20 0 19 0 278588159 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587266247480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19253] ppid=19235 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/19237/task/19253/stat : 19253 (java) S 19235 19237 19004 0 -1 4202560 3072 0 0 0 46 0 0 0 20 0 19 0 278588159 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587265194936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19254] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19254/stat : 19254 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588159 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587264142072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19255] ppid=19235 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/19237/task/19255/stat : 19255 (java) S 19235 19237 19004 0 -1 4202560 103 0 0 0 43 30 0 0 20 0 19 0 278588159 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587263089736 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19256] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19256/stat : 19256 (java) S 19235 19237 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278588224 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587262034984 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1798.16
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 21609
/proc/meminfo: memFree=26853128/32873844 swapFree=7116/7116
[pid=19237] ppid=19235 vsize=9625004 CPUtime=1800.07 cores=0,2,4,6
/proc/19237/stat : 19237 (java) S 19235 19237 19004 0 -1 4202496 21343 0 1 0 179619 388 0 0 20 0 19 0 278588153 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140736751049280 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19237/statm: 2406251 960135 2277 9 0 2396937 0
[pid=19237/tid=19239] ppid=19235 vsize=9625004 CPUtime=1768.89 cores=0,2,4,6
/proc/19237/task/19239/stat : 19239 (java) R 19235 19237 19004 0 -1 4202560 3672 0 1 0 176848 41 0 0 20 0 19 0 278588153 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587446194480 140587316317437 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19240] ppid=19235 vsize=9625004 CPUtime=2.77 cores=0,2,4,6
/proc/19237/task/19240/stat : 19240 (java) S 19235 19237 19004 0 -1 4202560 1037 0 0 0 228 49 0 0 20 0 19 0 278588154 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587435256232 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19241] ppid=19235 vsize=9625004 CPUtime=2.22 cores=0,2,4,6
/proc/19237/task/19241/stat : 19241 (java) S 19235 19237 19004 0 -1 4202560 696 0 0 0 190 32 0 0 20 0 19 0 278588154 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587434203688 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19242] ppid=19235 vsize=9625004 CPUtime=2.65 cores=0,2,4,6
/proc/19237/task/19242/stat : 19242 (java) S 19235 19237 19004 0 -1 4202560 978 0 0 0 210 55 0 0 20 0 19 0 278588154 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587287918760 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19243] ppid=19235 vsize=9625004 CPUtime=2.35 cores=0,2,4,6
/proc/19237/task/19243/stat : 19243 (java) S 19235 19237 19004 0 -1 4202560 770 0 0 0 195 40 0 0 20 0 19 0 278588154 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587286866216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19244] ppid=19235 vsize=9625004 CPUtime=2.7 cores=0,2,4,6
/proc/19237/task/19244/stat : 19244 (java) S 19235 19237 19004 0 -1 4202560 1516 0 0 0 224 46 0 0 20 0 19 0 278588154 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587285814184 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19237/tid=19245] ppid=19235 vsize=9625004 CPUtime=2.29 cores=0,2,4,6
/proc/19237/task/19245/stat : 19245 (java) S 19235 19237 19004 0 -1 4202560 835 0 0 0 193 36 0 0 20 0 19 0 278588154 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587284761640 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19246] ppid=19235 vsize=9625004 CPUtime=2.46 cores=0,2,4,6
/proc/19237/task/19246/stat : 19246 (java) S 19235 19237 19004 0 -1 4202560 1022 0 0 0 197 49 0 0 20 0 19 0 278588154 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587283708584 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19247] ppid=19235 vsize=9625004 CPUtime=2.51 cores=0,2,4,6
/proc/19237/task/19247/stat : 19247 (java) S 19235 19237 19004 0 -1 4202560 864 0 0 0 208 43 0 0 20 0 19 0 278588154 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587282656040 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19248] ppid=19235 vsize=9625004 CPUtime=5.41 cores=0,2,4,6
/proc/19237/task/19248/stat : 19248 (java) S 19235 19237 19004 0 -1 4202560 3026 0 0 0 538 3 0 0 20 0 19 0 278588156 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587270457704 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19237/tid=19249] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19249/stat : 19249 (java) S 19235 19237 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278588156 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587269404024 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19250] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19250/stat : 19250 (java) S 19235 19237 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278588156 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587268350856 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19251] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19251/stat : 19251 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588159 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587267299600 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19252] ppid=19235 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/19237/task/19252/stat : 19252 (java) S 19235 19237 19004 0 -1 4202560 2564 0 0 0 46 0 0 0 20 0 19 0 278588159 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587266247480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19253] ppid=19235 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/19237/task/19253/stat : 19253 (java) S 19235 19237 19004 0 -1 4202560 3072 0 0 0 46 0 0 0 20 0 19 0 278588159 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587265194936 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19254] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19254/stat : 19254 (java) S 19235 19237 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278588159 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587264142072 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19237/tid=19255] ppid=19235 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/19237/task/19255/stat : 19255 (java) S 19235 19237 19004 0 -1 4202560 103 0 0 0 43 30 0 0 20 0 19 0 278588159 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587263089736 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19237/tid=19256] ppid=19235 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/19237/task/19256/stat : 19256 (java) S 19235 19237 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278588224 9856004096 960135 33554432000 1073741824 1073778376 140736751058144 140587262034984 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19237 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=849597
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=402330
# CPU time returned by wait4() is 1796.25
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1784.26
CPU time (s): 1800.07
CPU user time (s): 1796.19
CPU system time (s): 3.88
CPU usage (%): 100.886
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.85
system time used= 4.40233
maximum resident set size= 3840724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21389
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39551
involuntary context switches= 13905

runsolver used 6.09907 second user time and 14.9947 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 15:17:12
IDJOB=3709834
IDBENCH=1155
IDSOLVER=2289
FILE ID=node146/3709834-1338124632
RUNJOBID= node146-1338124629-19020
PBS_JOBID= 14624512
Free space on /tmp= 71184 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin18.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709834-1338124632/watcher-3709834-1338124632 -o /tmp/evaluation-result-3709834-1338124632/solver-3709834-1338124632 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709834-1338124632.opb

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

MD5SUM BENCH= f17e31cb6762bd0e8d3e659d7bd1050c
RANDOM SEED=907250380

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.034
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:       32873844 kB
MemFree:        30809300 kB
Buffers:          301016 kB
Cached:           751976 kB
SwapCached:         2184 kB
Active:          1068848 kB
Inactive:         154736 kB
Active(anon):     169964 kB
Inactive(anon):     2668 kB
Active(file):     898884 kB
Inactive(file):   152068 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:              5424 kB
Writeback:             0 kB
AnonPages:        171664 kB
Mapped:            17552 kB
Shmem:                 0 kB
Slab:             692444 kB
SReclaimable:     132272 kB
SUnreclaim:       560172 kB
KernelStack:        1752 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     823668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 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= 71176 MiB
End job on node146 at 2012-05-27 15:46:59