Trace number 3739603

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.13 898.689

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1206_6-sat.opb
MD5SUM138289002292e7c474e0d36dbcddf060
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables37752
Total number of constraints120373
Number of constraints which are clauses119753
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
Minimum length of a constraint1
Maximum length of a constraint63
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 342
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-3739603-1338757982.opb
0.10/0.11	c reading problem ... 
2.11/1.18	c ... done. Wall clock time 1.077s.
2.11/1.18	c #vars     37752
2.11/1.18	c #constraints  111646
2.11/1.18	c constraints type 
2.11/1.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15799
2.11/1.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 92086
2.11/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
2.11/1.19	c constraints type 
2.11/1.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 92086
2.11/1.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15799
2.11/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
9.95/4.26	c cleaning 2495 clauses out of 4997 with flag 5000/5000
16.64/7.50	c cleaning 4245 clauses out of 8502 with flag 11000/11000
23.83/11.16	c cleaning 5628 clauses out of 11257 with flag 18000/18000
34.01/16.22	c cleaning 6815 clauses out of 13629 with flag 26000/26000
44.73/21.65	c cleaning 7873 clauses out of 15813 with flag 35000/35000
55.87/27.26	c cleaning 8958 clauses out of 17941 with flag 45002/45002
69.28/33.93	c cleaning 9981 clauses out of 19984 with flag 56003/56003
74.20/36.43	c cleaning 0 clauses out of 5002 with flag 0/5002
85.82/42.23	c cleaning 10993 clauses out of 22000 with flag 68000/68000
101.39/50.01	c cleaning 11996 clauses out of 24007 with flag 81000/81000
118.70/58.76	c cleaning 12979 clauses out of 26011 with flag 95000/95000
140.85/69.85	c cleaning 13996 clauses out of 28032 with flag 110000/110000
164.15/81.59	c cleaning 15001 clauses out of 30036 with flag 126000/126000
187.76/93.39	c cleaning 15990 clauses out of 32034 with flag 143000/143000
214.51/106.77	c cleaning 16996 clauses out of 34044 with flag 161000/161000
242.02/120.57	c cleaning 18006 clauses out of 36048 with flag 180000/180000
265.40/132.31	c cleaning 19011 clauses out of 38043 with flag 200001/200001
298.61/148.93	c cleaning 19998 clauses out of 40031 with flag 221000/221000
337.76/168.56	c cleaning 0 clauses out of 11000 with flag 0/11000
338.48/169.09	c cleaning 20990 clauses out of 42034 with flag 243001/243001
385.16/192.50	c cleaning 22017 clauses out of 44043 with flag 266000/266000
425.76/212.75	c cleaning 22998 clauses out of 46026 with flag 290000/290000
463.35/231.51	c cleaning 23951 clauses out of 48028 with flag 315000/315000
515.08/257.38	c cleaning 25026 clauses out of 50077 with flag 341000/341000
567.05/283.43	c cleaning 25986 clauses out of 52051 with flag 368000/368000
620.85/310.30	c cleaning 27031 clauses out of 54066 with flag 396001/396001
670.33/335.01	c cleaning 27996 clauses out of 56035 with flag 425001/425001
731.18/365.30	c cleaning 28975 clauses out of 58038 with flag 455000/455000
797.23/398.29	c cleaning 29987 clauses out of 60063 with flag 486000/486000
865.59/432.36	c cleaning 30999 clauses out of 62076 with flag 518000/518000
928.11/463.54	c cleaning 32010 clauses out of 64077 with flag 551000/551000
998.05/498.47	c cleaning 33006 clauses out of 66067 with flag 585000/585000
1053.26/526.12	c cleaning 0 clauses out of 18000 with flag 0/18000
1059.01/529.26	c cleaning 33999 clauses out of 68061 with flag 620000/620000
1119.09/559.26	c cleaning 35002 clauses out of 70066 with flag 656004/656004
1188.78/593.92	c cleaning 36021 clauses out of 72061 with flag 693001/693001
1262.36/630.73	c cleaning 36973 clauses out of 74039 with flag 731000/731000
1356.86/677.79	c cleaning 37975 clauses out of 76066 with flag 770000/770000
1447.38/722.72	c cleaning 39032 clauses out of 78092 with flag 810001/810001
1551.46/774.66	c cleaning 40013 clauses out of 80059 with flag 851000/851000
1654.51/826.02	c cleaning 41013 clauses out of 82047 with flag 893001/893001
1735.37/866.30	c cleaning 41953 clauses out of 84034 with flag 936001/936001
1800.13/898.62	c starts		: 186
1800.13/898.62	c conflicts		: 969855
1800.13/898.62	c decisions		: 1323676
1800.13/898.62	c propagations		: 1153669196
1800.13/898.62	c inspects		: 3819248707
1800.13/898.62	c learnt literals	: 6
1800.13/898.62	c learnt binary clauses	: 162
1800.13/898.62	c learnt ternary clauses	: 1989
1800.13/898.62	c learnt clauses	: 969849
1800.13/898.62	c ignored clauses	: 0
1800.13/898.62	c root simplifications	: 0
1800.13/898.62	c removed literals (reason simplification)	: 26393481
1800.13/898.62	c reason swapping (by a shorter reason)	: 0
1800.13/898.62	c Calls to reduceDB	: 39
1800.13/898.62	c number of reductions to clauses (during analyze)	: 0
1800.13/898.62	c number of learned constraints concerned by reduction	: 0
1800.13/898.62	c number of learning phase by resolution	: 0
1800.13/898.62	c number of learning phase by cutting planes	: 0
1800.13/898.62	c speed (assignments/second)	: 1285524.5339195994
1800.13/898.63	c non guided choices	861
1800.13/898.68	c learnt constraints type 
1800.13/898.68	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 75808
1800.13/898.68	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 162
1800.13/898.68	c constraints type 
1800.13/898.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15799
1800.13/898.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 92086
1800.13/898.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
1800.13/898.68	c constraints type 
1800.13/898.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 92086
1800.13/898.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15799
1800.13/898.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
1800.13/898.68	s UNKNOWN
1800.13/898.68	c Total wall clock time (in seconds): 898.569

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-3739603-1338757982/watcher-3739603-1338757982 -o /tmp/evaluation-result-3739603-1338757982/solver-3739603-1338757982 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3739603-1338757982.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.44 3.74 3.66 4/199 23820
/proc/meminfo: memFree=28224328/32873844 swapFree=7620/7620
[pid=23820] ppid=23818 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/23820/stat : 23820 (java) S 23818 23820 19811 0 -1 4202496 1201 0 0 0 0 0 0 0 20 0 2 0 341922957 94019584 912 33554432000 1073741824 1073778376 140735911621200 140735911612336 215127982141 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23820/statm: 22954 913 693 9 0 16769 0
[pid=23820/tid=23821] ppid=23818 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23821/stat : 23821 (java) D 23818 23820 19811 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 341922957 94019584 917 33554432000 1073741824 1073778376 140735911621200 140110743485992 215115459879 0 0 4096 0 18446744072100748580 0 0 -1 3 0 0 0 0 0

[startup+0.0872081 s]
/proc/loadavg: 3.44 3.74 3.66 4/199 23820
/proc/meminfo: memFree=28224328/32873844 swapFree=7620/7620
[pid=23820] ppid=23818 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/23820/stat : 23820 (java) S 23818 23820 19811 0 -1 4202496 4187 0 1 0 6 1 0 0 20 0 18 0 341922957 2764726272 5906 33554432000 1073741824 1073778376 140735911621200 140735911612336 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23820/statm: 674982 5906 1961 9 0 665676 0
[pid=23820/tid=23821] ppid=23818 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/23820/task/23821/stat : 23821 (java) D 23818 23820 19811 0 -1 4202560 2706 0 1 0 6 0 0 0 20 0 18 0 341922957 2764726272 5906 33554432000 1073741824 1073778376 140735911621200 140110743482200 215124665319 0 4 0 16800975 18446744071581355491 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.100303 s]
/proc/loadavg: 3.44 3.74 3.66 4/199 23820
/proc/meminfo: memFree=28224328/32873844 swapFree=7620/7620
[pid=23820] ppid=23818 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/23820/stat : 23820 (java) S 23818 23820 19811 0 -1 4202496 4734 0 1 0 9 1 0 0 20 0 18 0 341922957 2764726272 6443 33554432000 1073741824 1073778376 140735911621200 140735911612336 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23820/statm: 674982 6443 2109 9 0 665676 0
[pid=23820/tid=23821] ppid=23818 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/23820/task/23821/stat : 23821 (java) R 23818 23820 19811 0 -1 4202560 2774 0 1 0 7 0 0 0 20 0 18 0 341922957 2764726272 6443 33554432000 1073741824 1073778376 140735911621200 140110743465968 215128007949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300281 s]
/proc/loadavg: 3.44 3.74 3.66 4/199 23820
/proc/meminfo: memFree=28224328/32873844 swapFree=7620/7620
[pid=23820] ppid=23818 vsize=2699928 CPUtime=0.5 cores=1,3,5,7
/proc/23820/stat : 23820 (java) S 23818 23820 19811 0 -1 4202496 6500 0 1 0 48 2 0 0 20 0 18 0 341922957 2764726272 10234 33554432000 1073741824 1073778376 140735911621200 140735911612336 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23820/statm: 674982 10234 2217 9 0 665676 0
[pid=23820/tid=23821] ppid=23818 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/23820/task/23821/stat : 23821 (java) R 23818 23820 19811 0 -1 4202560 2791 0 1 0 26 1 0 0 20 0 18 0 341922957 2764726272 10234 33554432000 1073741824 1073778376 140735911621200 140110743490712 140110574148226 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2699928

[startup+0.700307 s]
/proc/loadavg: 3.44 3.74 3.66 4/199 23820
/proc/meminfo: memFree=28224328/32873844 swapFree=7620/7620
[pid=23820] ppid=23818 vsize=2699928 CPUtime=1.47 cores=1,3,5,7
/proc/23820/stat : 23820 (java) S 23818 23820 19811 0 -1 4202496 14317 0 1 0 142 5 0 0 20 0 18 0 341922957 2764726272 37819 33554432000 1073741824 1073778376 140735911621200 140735911612336 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23820/statm: 674982 37819 2241 9 0 665676 0
[pid=23820/tid=23821] ppid=23818 vsize=2699928 CPUtime=0.67 cores=1,3,5,7
/proc/23820/task/23821/stat : 23821 (java) R 23818 23820 19811 0 -1 4202560 2846 0 1 0 64 3 0 0 20 0 18 0 341922957 2764726272 37819 33554432000 1073741824 1073778376 140735911621200 140110743490712 140110574592908 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 2699928

[startup+1.50062 s]
/proc/loadavg: 3.44 3.74 3.66 4/217 23838
/proc/meminfo: memFree=27946296/32873844 swapFree=7620/7620
[pid=23820] ppid=23818 vsize=2966184 CPUtime=3.53 cores=1,3,5,7
/proc/23820/stat : 23820 (java) S 23818 23820 19811 0 -1 4202496 20462 0 1 0 343 10 0 0 20 0 22 0 341922957 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140735911612336 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23820/statm: 741546 89208 2253 9 0 732240 0
[pid=23820/tid=23821] ppid=23818 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/23820/task/23821/stat : 23821 (java) S 23818 23820 19811 0 -1 4202560 2943 0 1 0 110 6 0 0 20 0 22 0 341922957 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110743491736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23823] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23823/stat : 23823 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922958 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110727772712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23824] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23824/stat : 23824 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922958 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110726719912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23825] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23825/stat : 23825 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922958 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110725667112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23826] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23826/stat : 23826 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922958 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110724614312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23827] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23827/stat : 23827 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922958 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110723562536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23828] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23828/stat : 23828 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922958 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110722509736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23829] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23829/stat : 23829 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922958 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110721456936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23830] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23830/stat : 23830 (java) S 23818 23820 19811 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341922958 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110720404136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23831] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23831/stat : 23831 (java) S 23818 23820 19811 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341922959 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110707993064 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23832] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23832/stat : 23832 (java) S 23818 23820 19811 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341922960 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110706939128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23833] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23833/stat : 23833 (java) S 23818 23820 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341922960 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110705886216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23834] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23834/stat : 23834 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922962 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110704834704 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23835] ppid=23818 vsize=2966184 CPUtime=0.87 cores=1,3,5,7
/proc/23820/task/23835/stat : 23835 (java) R 23818 23820 19811 0 -1 4202560 10437 0 0 0 85 2 0 0 20 0 22 0 341922962 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110703770248 140110746097735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23836] ppid=23818 vsize=2966184 CPUtime=0.83 cores=1,3,5,7
/proc/23820/task/23836/stat : 23836 (java) R 23818 23820 19811 0 -1 4202560 5782 0 0 0 82 1 0 0 20 0 22 0 341922962 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110702715872 140110749953764 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23837] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23837/stat : 23837 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922962 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110701677432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23838] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23838/stat : 23838 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922962 3037372416 89208 33554432000 1073741824 1073778376 140735911621200 140110700624840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 2966184

[startup+3.10086 s]
/proc/loadavg: 3.44 3.74 3.66 5/221 23842
/proc/meminfo: memFree=27807064/32873844 swapFree=7620/7620
[pid=23820] ppid=23818 vsize=2966184 CPUtime=7.63 cores=1,3,5,7
/proc/23820/stat : 23820 (java) S 23818 23820 19811 0 -1 4202496 23034 0 1 0 740 23 0 0 20 0 22 0 341922957 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140735911612336 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23820/statm: 741546 116391 2271 9 0 732240 0
[pid=23820/tid=23821] ppid=23818 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/23820/task/23821/stat : 23821 (java) S 23818 23820 19811 0 -1 4202560 2943 0 1 0 110 6 0 0 20 0 22 0 341922957 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110743491736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23823] ppid=23818 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/23820/task/23823/stat : 23823 (java) S 23818 23820 19811 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 341922958 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110727772712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23824] ppid=23818 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/23820/task/23824/stat : 23824 (java) S 23818 23820 19811 0 -1 4202560 20 0 0 0 4 2 0 0 20 0 22 0 341922958 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110726719912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23825] ppid=23818 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/23820/task/23825/stat : 23825 (java) S 23818 23820 19811 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 341922958 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110725667112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23826] ppid=23818 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/23820/task/23826/stat : 23826 (java) S 23818 23820 19811 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 22 0 341922958 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110724614312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23827] ppid=23818 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/23820/task/23827/stat : 23827 (java) S 23818 23820 19811 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 22 0 341922958 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110723562536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23828] ppid=23818 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/23820/task/23828/stat : 23828 (java) S 23818 23820 19811 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 22 0 341922958 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110722509736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23829] ppid=23818 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/23820/task/23829/stat : 23829 (java) R 23818 23820 19811 0 -1 4202560 17 0 0 0 3 1 0 0 20 0 22 0 341922958 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110721456936 215127995452 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23830] ppid=23818 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/23820/task/23830/stat : 23830 (java) S 23818 23820 19811 0 -1 4202560 20 0 0 0 5 1 0 0 20 0 22 0 341922958 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110720404136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23831] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23831/stat : 23831 (java) S 23818 23820 19811 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341922959 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110707993064 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23832] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23832/stat : 23832 (java) S 23818 23820 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341922960 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110706939128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23833] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23833/stat : 23833 (java) S 23818 23820 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341922960 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110705886216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23834] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23834/stat : 23834 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922962 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110704834704 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23835] ppid=23818 vsize=2966184 CPUtime=1.12 cores=1,3,5,7
/proc/23820/task/23835/stat : 23835 (java) S 23818 23820 19811 0 -1 4202560 11898 0 0 0 110 2 0 0 20 0 22 0 341922962 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110703782840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23836] ppid=23818 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/23820/task/23836/stat : 23836 (java) S 23818 23820 19811 0 -1 4202560 6683 0 0 0 119 1 0 0 20 0 22 0 341922962 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110702730040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23837] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23837/stat : 23837 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922962 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110701677432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23838] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23838/stat : 23838 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922962 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110700624840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23839] ppid=23818 vsize=2966184 CPUtime=1.74 cores=1,3,5,7
/proc/23820/task/23839/stat : 23839 (java) R 23818 23820 19811 0 -1 4202560 30 0 0 0 174 0 0 0 20 0 22 0 341923076 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110699570280 140110575060000 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23840] ppid=23818 vsize=2966184 CPUtime=1.74 cores=1,3,5,7
/proc/23820/task/23840/stat : 23840 (java) R 23818 23820 19811 0 -1 4202560 86 0 0 0 174 0 0 0 20 0 22 0 341923076 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110698515560 140110575195374 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23841] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23841/stat : 23841 (java) S 23818 23820 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341923082 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110697464744 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23842] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23842/stat : 23842 (java) S 23818 23820 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341923083 3037372416 116391 33554432000 1073741824 1073778376 140735911621200 140110696411944 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 2966184

[startup+6.30089 s]
/proc/loadavg: 3.49 3.75 3.66 5/221 23842
/proc/meminfo: memFree=27723220/32873844 swapFree=7620/7620
[pid=23820] ppid=23818 vsize=2966184 CPUtime=14.14 cores=1,3,5,7
/proc/23820/stat : 23820 (java) S 23818 23820 19811 0 -1 4202496 23243 0 1 0 1388 26 0 0 20 0 22 0 341922957 3037372416 127125 33554432000 1073741824 1073778376 140735911621200 140735911612336 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23820/statm: 741546 127125 2283 9 0 732240 0
[pid=23820/tid=23821] ppid=23818 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/23820/task/23821/stat : 23821 (java) S 23818 23820 19811 0 -1 4202560 2943 0 1 0 110 6 0 0 20 0 22 0 341922957 3037372416 127125 33554432000 1073741824 1073778376 140735911621200 140110743491736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23823] ppid=23818 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/23820/task/23823/stat : 23823 (java) S 23818 23820 19811 0 -1 4202560 25 0 0 0 9 2 0 0 20 0 22 0 341922958 3037372416 127125 33554432000 1073741824 1073778376 140735911621200 140110727772712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23824] ppid=23818 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/23820/task/23824/stat : 23824 (java) S 23818 23820 19811 0 -1 4202560 24 0 0 0 8 2 0 0 20 0 22 0 341922958 3037372416 127125 33554432000 1073741824 1073778376 140735911621200 140110726719912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23825] ppid=23818 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/23820/task/23825/stat : 23825 (java) S 23818 23820 19811 0 -1 4202560 35 0 0 0 9 3 0 0 20 0 22 0 341922958 3037372416 127125 33554432000 1073741824 1073778376 140735911621200 140110725667112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23826] ppid=23818 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/23820/task/23826/stat : 23826 (java) S 23818 23820 19811 0 -1 4202560 42 0 0 0 11 2 0 0 20 0 22 0 341922958 3037372416 127125 33554432000 1073741824 1073778376 140735911621200 140110724614312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23827] ppid=23818 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/23820/task/23827/stat : 23827 (java) S 23818 23820 19811 0 -1 4202560 27 0 0 0 8 2 0 0 20 0 22 0 341922958 3037372416 127125 33554432000 1073741824 1073778376 140735911621200 140110723562536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23828] ppid=23818 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/23820/task/23828/stat : 23828 (java) S 23818 23820 19811 0 -1 4202560 25 0 0 0 6 2 0 0 20 0 22 0 341922958 3037372416 127125 33554432000 1073741824 1073778376 140735911621200 140110722509736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23829] ppid=23818 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/23820/task/23829/stat : 23829 (java) S 23818 23820 19811 0 -1 4202560 21 0 0 0 8 2 0 0 20 0 22 0 341922958 3037372416 127125 33554432000 1073741824 1073778376 140735911621200 140110721456936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23830] ppid=23818 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/23820/task/23830/stat : 23830 (java) S 23818 23820 19811 0 -1 4202560 23 0 0 0 8 1 0 0 20 0 22 0 341922958 3037372416 127125 33554432000 1073741824 1073778376 140735911621200 140110720404136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23831] ppid=23818 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/23820/task/23831/stat : 23831 (java) S 23818 23820 19811 0 -1 4202560 49 0 0 0 15 1 0 0 20 0 22 0 341922959 3037372416 127125 33554432000 1073741824 1073778376 140735911621200 140110707993064 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23832] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23832/stat : 23832 (java) S 23818 23820 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341922960 3037372416 127125 33554432000 1073741824 1073778376 140735911621200 140110706939128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23833] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23833/stat : 23833 (java) S 23818 23820 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341922960 3037372416 127125 33554432000 1073741824 1073778376 140735911621200 140110705886216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23834] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23834/stat : 23834 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922962 3037372416 127125 33554432000 1073741824 1073778376 140735911621200 140110704834704 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/23820/statm: 741546 213650 2283 9 0 732240 0
[pid=23820/tid=23821] ppid=23818 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/23820/task/23821/stat : 23821 (java) S 23818 23820 19811 0 -1 4202560 2958 0 1 0 112 7 0 0 20 0 22 0 341922957 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110743491736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23823] ppid=23818 vsize=2966184 CPUtime=4.87 cores=1,3,5,7
/proc/23820/task/23823/stat : 23823 (java) S 23818 23820 19811 0 -1 4202560 330 0 0 0 479 8 0 0 20 0 22 0 341922958 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110727772712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23824] ppid=23818 vsize=2966184 CPUtime=4.46 cores=1,3,5,7
/proc/23820/task/23824/stat : 23824 (java) S 23818 23820 19811 0 -1 4202560 320 0 0 0 438 8 0 0 20 0 22 0 341922958 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110726719912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23825] ppid=23818 vsize=2966184 CPUtime=4.47 cores=1,3,5,7
/proc/23820/task/23825/stat : 23825 (java) S 23818 23820 19811 0 -1 4202560 337 0 0 0 439 8 0 0 20 0 22 0 341922958 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110725667112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23826] ppid=23818 vsize=2966184 CPUtime=4.63 cores=1,3,5,7
/proc/23820/task/23826/stat : 23826 (java) S 23818 23820 19811 0 -1 4202560 344 0 0 0 455 8 0 0 20 0 22 0 341922958 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110724614312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23827] ppid=23818 vsize=2966184 CPUtime=4.77 cores=1,3,5,7
/proc/23820/task/23827/stat : 23827 (java) S 23818 23820 19811 0 -1 4202560 323 0 0 0 469 8 0 0 20 0 22 0 341922958 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110723562536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23828] ppid=23818 vsize=2966184 CPUtime=4.65 cores=1,3,5,7
/proc/23820/task/23828/stat : 23828 (java) S 23818 23820 19811 0 -1 4202560 338 0 0 0 457 8 0 0 20 0 22 0 341922958 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110722509736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23829] ppid=23818 vsize=2966184 CPUtime=4.57 cores=1,3,5,7
/proc/23820/task/23829/stat : 23829 (java) S 23818 23820 19811 0 -1 4202560 329 0 0 0 449 8 0 0 20 0 22 0 341922958 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110721456936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23830] ppid=23818 vsize=2966184 CPUtime=4.34 cores=1,3,5,7
/proc/23820/task/23830/stat : 23830 (java) S 23818 23820 19811 0 -1 4202560 327 0 0 0 427 7 0 0 20 0 22 0 341922958 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110720404136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23831] ppid=23818 vsize=2966184 CPUtime=16 cores=1,3,5,7
/proc/23820/task/23831/stat : 23831 (java) S 23818 23820 19811 0 -1 4202560 43704 0 0 0 1560 40 0 0 20 0 22 0 341922959 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110707993064 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23832] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23832/stat : 23832 (java) S 23818 23820 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341922960 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110706939128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23833] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23833/stat : 23833 (java) S 23818 23820 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341922960 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110705886216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23834] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23834/stat : 23834 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922962 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110704834704 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23835] ppid=23818 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/23820/task/23835/stat : 23835 (java) S 23818 23820 19811 0 -1 4202560 12041 0 0 0 137 3 0 0 20 0 22 0 341922962 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110703782840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23836] ppid=23818 vsize=2966184 CPUtime=1.71 cores=1,3,5,7
/proc/23820/task/23836/stat : 23836 (java) S 23818 23820 19811 0 -1 4202560 8951 0 0 0 169 2 0 0 20 0 22 0 341922962 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110702730040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23837] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23837/stat : 23837 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922962 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110701677432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23838] ppid=23818 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/23820/task/23838/stat : 23838 (java) S 23818 23820 19811 0 -1 4202560 47 0 0 0 18 23 0 0 20 0 22 0 341922962 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110700624840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23839] ppid=23818 vsize=2966184 CPUtime=792.72 cores=1,3,5,7
/proc/23820/task/23839/stat : 23839 (java) R 23818 23820 19811 0 -1 4202560 227 0 0 0 79257 15 0 0 20 0 22 0 341923076 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110699568672 140110575039604 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23840] ppid=23818 vsize=2966184 CPUtime=792.79 cores=1,3,5,7
/proc/23820/task/23840/stat : 23840 (java) R 23818 23820 19811 0 -1 4202560 346 0 0 0 79265 14 0 0 20 0 22 0 341923076 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110698515024 140110575224633 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23841] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23841/stat : 23841 (java) S 23818 23820 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341923082 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110697464744 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23842] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23842/stat : 23842 (java) S 23818 23820 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341923083 3037372416 213650 33554432000 1073741824 1073778376 140735911621200 140110696411944 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1647.05
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.03 3.97 3.82 5/221 24847
/proc/meminfo: memFree=27415956/32873844 swapFree=7620/7620
[pid=23820] ppid=23818 vsize=2966184 CPUtime=1767.12 cores=1,3,5,7
/proc/23820/stat : 23820 (java) S 23818 23820 19811 0 -1 4202496 75093 0 1 0 176566 146 0 0 20 0 22 0 341922957 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140735911612336 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23820/statm: 741546 213649 2283 9 0 732240 0
[pid=23820/tid=23821] ppid=23818 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/23820/task/23821/stat : 23821 (java) S 23818 23820 19811 0 -1 4202560 2961 0 1 0 112 7 0 0 20 0 22 0 341922957 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110743491736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23823] ppid=23818 vsize=2966184 CPUtime=5.24 cores=1,3,5,7
/proc/23820/task/23823/stat : 23823 (java) S 23818 23820 19811 0 -1 4202560 330 0 0 0 515 9 0 0 20 0 22 0 341922958 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110727772712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23824] ppid=23818 vsize=2966184 CPUtime=4.8 cores=1,3,5,7
/proc/23820/task/23824/stat : 23824 (java) S 23818 23820 19811 0 -1 4202560 320 0 0 0 472 8 0 0 20 0 22 0 341922958 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110726719912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23825] ppid=23818 vsize=2966184 CPUtime=4.8 cores=1,3,5,7
/proc/23820/task/23825/stat : 23825 (java) S 23818 23820 19811 0 -1 4202560 337 0 0 0 472 8 0 0 20 0 22 0 341922958 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110725667112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23826] ppid=23818 vsize=2966184 CPUtime=4.97 cores=1,3,5,7
/proc/23820/task/23826/stat : 23826 (java) S 23818 23820 19811 0 -1 4202560 344 0 0 0 489 8 0 0 20 0 22 0 341922958 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110724614312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23827] ppid=23818 vsize=2966184 CPUtime=5.13 cores=1,3,5,7
/proc/23820/task/23827/stat : 23827 (java) S 23818 23820 19811 0 -1 4202560 323 0 0 0 505 8 0 0 20 0 22 0 341922958 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110723562536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23828] ppid=23818 vsize=2966184 CPUtime=4.96 cores=1,3,5,7
/proc/23820/task/23828/stat : 23828 (java) S 23818 23820 19811 0 -1 4202560 338 0 0 0 488 8 0 0 20 0 22 0 341922958 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110722509736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23829] ppid=23818 vsize=2966184 CPUtime=4.87 cores=1,3,5,7
/proc/23820/task/23829/stat : 23829 (java) S 23818 23820 19811 0 -1 4202560 329 0 0 0 479 8 0 0 20 0 22 0 341922958 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110721456936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23830] ppid=23818 vsize=2966184 CPUtime=4.66 cores=1,3,5,7
/proc/23820/task/23830/stat : 23830 (java) S 23818 23820 19811 0 -1 4202560 327 0 0 0 459 7 0 0 20 0 22 0 341922958 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110720404136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23831] ppid=23818 vsize=2966184 CPUtime=17.18 cores=1,3,5,7
/proc/23820/task/23831/stat : 23831 (java) S 23818 23820 19811 0 -1 4202560 46653 0 0 0 1677 41 0 0 20 0 22 0 341922959 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110707993064 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23832] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23832/stat : 23832 (java) S 23818 23820 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341922960 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110706939128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23833] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23833/stat : 23833 (java) S 23818 23820 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341922960 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110705886216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23834] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23834/stat : 23834 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922962 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110704834704 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23835] ppid=23818 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/23820/task/23835/stat : 23835 (java) S 23818 23820 19811 0 -1 4202560 12041 0 0 0 137 3 0 0 20 0 22 0 341922962 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110703782840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23836] ppid=23818 vsize=2966184 CPUtime=1.71 cores=1,3,5,7
/proc/23820/task/23836/stat : 23836 (java) S 23818 23820 19811 0 -1 4202560 8951 0 0 0 169 2 0 0 20 0 22 0 341922962 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110702730040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23837] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23837/stat : 23837 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922962 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110701677432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23838] ppid=23818 vsize=2966184 CPUtime=0.44 cores=1,3,5,7
/proc/23820/task/23838/stat : 23838 (java) S 23818 23820 19811 0 -1 4202560 51 0 0 0 19 25 0 0 20 0 22 0 341922962 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110700624840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23839] ppid=23818 vsize=2966184 CPUtime=850.66 cores=1,3,5,7
/proc/23820/task/23839/stat : 23839 (java) R 23818 23820 19811 0 -1 4202560 241 0 0 0 85051 15 0 0 20 0 22 0 341923076 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110699567920 140110575214332 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23840] ppid=23818 vsize=2966184 CPUtime=850.73 cores=1,3,5,7
/proc/23820/task/23840/stat : 23840 (java) R 23818 23820 19811 0 -1 4202560 358 0 0 0 85059 14 0 0 20 0 22 0 341923076 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110698515840 140110575202420 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23841] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23841/stat : 23841 (java) S 23818 23820 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341923082 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110697464744 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23842] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23842/stat : 23842 (java) S 23818 23820 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341923083 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110696411944 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1767.12
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.601 s]
/proc/loadavg: 4.02 3.97 3.82 5/221 24847
/proc/meminfo: memFree=27415460/32873844 swapFree=7620/7620
[pid=23820] ppid=23818 vsize=2966184 CPUtime=1800.13 cores=1,3,5,7
/proc/23820/stat : 23820 (java) S 23818 23820 19811 0 -1 4202496 75099 0 1 0 179865 148 0 0 20 0 22 0 341922957 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140735911612336 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23820/statm: 741546 213649 2283 9 0 732240 0
[pid=23820/tid=23821] ppid=23818 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/23820/task/23821/stat : 23821 (java) S 23818 23820 19811 0 -1 4202560 2962 0 1 0 112 7 0 0 20 0 22 0 341922957 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110743491736 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23823] ppid=23818 vsize=2966184 CPUtime=5.33 cores=1,3,5,7
/proc/23820/task/23823/stat : 23823 (java) S 23818 23820 19811 0 -1 4202560 330 0 0 0 524 9 0 0 20 0 22 0 341922958 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110727772712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23824] ppid=23818 vsize=2966184 CPUtime=4.92 cores=1,3,5,7
/proc/23820/task/23824/stat : 23824 (java) S 23818 23820 19811 0 -1 4202560 320 0 0 0 484 8 0 0 20 0 22 0 341922958 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110726719912 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23825] ppid=23818 vsize=2966184 CPUtime=4.91 cores=1,3,5,7
/proc/23820/task/23825/stat : 23825 (java) S 23818 23820 19811 0 -1 4202560 337 0 0 0 483 8 0 0 20 0 22 0 341922958 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110725667112 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23826] ppid=23818 vsize=2966184 CPUtime=5.09 cores=1,3,5,7
/proc/23820/task/23826/stat : 23826 (java) S 23818 23820 19811 0 -1 4202560 344 0 0 0 501 8 0 0 20 0 22 0 341922958 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110724614312 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23827] ppid=23818 vsize=2966184 CPUtime=5.22 cores=1,3,5,7
/proc/23820/task/23827/stat : 23827 (java) S 23818 23820 19811 0 -1 4202560 323 0 0 0 514 8 0 0 20 0 22 0 341922958 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110723562536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23828] ppid=23818 vsize=2966184 CPUtime=5.02 cores=1,3,5,7
/proc/23820/task/23828/stat : 23828 (java) S 23818 23820 19811 0 -1 4202560 338 0 0 0 494 8 0 0 20 0 22 0 341922958 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110722509736 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23829] ppid=23818 vsize=2966184 CPUtime=4.95 cores=1,3,5,7
/proc/23820/task/23829/stat : 23829 (java) S 23818 23820 19811 0 -1 4202560 329 0 0 0 487 8 0 0 20 0 22 0 341922958 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110721456936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23830] ppid=23818 vsize=2966184 CPUtime=4.75 cores=1,3,5,7
/proc/23820/task/23830/stat : 23830 (java) S 23818 23820 19811 0 -1 4202560 327 0 0 0 467 8 0 0 20 0 22 0 341922958 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110720404136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23831] ppid=23818 vsize=2966184 CPUtime=17.18 cores=1,3,5,7
/proc/23820/task/23831/stat : 23831 (java) S 23818 23820 19811 0 -1 4202560 46653 0 0 0 1677 41 0 0 20 0 22 0 341922959 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110707993064 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23832] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23832/stat : 23832 (java) S 23818 23820 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341922960 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110706939128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23833] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23833/stat : 23833 (java) S 23818 23820 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341922960 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110705886216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23834] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23834/stat : 23834 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922962 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110704834704 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23835] ppid=23818 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/23820/task/23835/stat : 23835 (java) S 23818 23820 19811 0 -1 4202560 12041 0 0 0 137 3 0 0 20 0 22 0 341922962 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110703782840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23836] ppid=23818 vsize=2966184 CPUtime=1.71 cores=1,3,5,7
/proc/23820/task/23836/stat : 23836 (java) S 23818 23820 19811 0 -1 4202560 8951 0 0 0 169 2 0 0 20 0 22 0 341922962 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110702730040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23820/tid=23837] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23837/stat : 23837 (java) S 23818 23820 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341922962 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110701677432 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23820/tid=23838] ppid=23818 vsize=2966184 CPUtime=0.45 cores=1,3,5,7
/proc/23820/task/23838/stat : 23838 (java) S 23818 23820 19811 0 -1 4202560 51 0 0 0 20 25 0 0 20 0 22 0 341922962 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110700624840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23839] ppid=23818 vsize=2966184 CPUtime=866.73 cores=1,3,5,7
/proc/23820/task/23839/stat : 23839 (java) R 23818 23820 19811 0 -1 4202560 243 0 0 0 86657 16 0 0 20 0 22 0 341923076 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110699568720 140110575060049 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23820/tid=23840] ppid=23818 vsize=2966184 CPUtime=866.8 cores=1,3,5,7
/proc/23820/task/23840/stat : 23840 (java) R 23818 23820 19811 0 -1 4202560 361 0 0 0 86665 15 0 0 20 0 22 0 341923076 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110698515024 140110575195534 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23841] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23841/stat : 23841 (java) S 23818 23820 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341923082 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110697464744 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23820/tid=23842] ppid=23818 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/23820/task/23842/stat : 23842 (java) S 23818 23820 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341923083 3037372416 213649 33554432000 1073741824 1073778376 140735911621200 140110696411944 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 2966184

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 23820 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=220237
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=910709
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.689
CPU time (s): 1800.13
CPU user time (s): 1798.65
CPU system time (s): 1.48
CPU usage (%): 200.306
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.22
system time used= 1.91071
maximum resident set size= 860552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75130
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35211
involuntary context switches= 76007

runsolver used 3.83242 second user time and 8.87265 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-03 23:13:02
IDJOB=3739603
IDBENCH=73805
IDSOLVER=2324
FILE ID=node135/3739603-1338757982
RUNJOBID= node135-1338747255-19828
PBS_JOBID= 14636778
Free space on /tmp= 70972 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1206_6-sat.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739603-1338757982/watcher-3739603-1338757982 -o /tmp/evaluation-result-3739603-1338757982/solver-3739603-1338757982 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3739603-1338757982.opb

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

MD5SUM BENCH= 138289002292e7c474e0d36dbcddf060
RANDOM SEED=1619419246

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28224980 kB
Buffers:          381588 kB
Cached:          2533192 kB
SwapCached:         1672 kB
Active:          2064980 kB
Inactive:        1731324 kB
Active(anon):     871560 kB
Inactive(anon):    12036 kB
Active(file):    1193420 kB
Inactive(file):  1719288 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:              4020 kB
Writeback:             0 kB
AnonPages:        887148 kB
Mapped:            18712 kB
Shmem:               132 kB
Slab:             710052 kB
SReclaimable:     151096 kB
SUnreclaim:       558956 kB
KernelStack:        1640 kB
PageTables:         5964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1575108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    835584 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= 70972 MiB
End job on node135 at 2012-06-03 23:28:02