Trace number 3688886

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.08 911.454

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx30.opb
MD5SUMa013c9210a7cfe037db9246041ce6240
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3688886-1337880273.opb
0.09/0.11	c reading problem ... 
0.51/0.30	c ... done. Wall clock time 0.192s.
0.51/0.30	c declared #vars     774
0.51/0.30	c #constraints  1024
0.51/0.30	c constraints type 
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.51/0.31	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
0.51/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 771
0.51/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 192
0.51/0.31	c 1024 constraints processed.
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 771
0.51/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.51/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.51/0.31	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.51/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 192
0.51/0.31	c 1024 constraints processed.
0.51/0.31	c objective function length is 3 literals
3.71/1.16	c cleaning 2500 clauses out of 5000 with flag 5000/5000
5.63/1.90	c cleaning 4251 clauses out of 8503 with flag 11003/11003
6.62/2.48	c cleaning 5618 clauses out of 11252 with flag 18003/18003
8.61/3.43	c cleaning 6816 clauses out of 13631 with flag 26000/26000
10.48/4.34	c cleaning 7908 clauses out of 15816 with flag 35001/35001
12.44/5.38	c cleaning 8936 clauses out of 17908 with flag 45001/45001
14.35/6.36	c cleaning 9987 clauses out of 19974 with flag 56003/56003
16.47/7.49	c cleaning 10988 clauses out of 21985 with flag 68001/68001
18.97/8.75	c cleaning 11996 clauses out of 23996 with flag 81000/81000
21.87/10.30	c cleaning 12992 clauses out of 26000 with flag 95000/95000
24.59/11.68	c cleaning 13998 clauses out of 28009 with flag 110001/110001
27.89/13.33	c cleaning 14988 clauses out of 30010 with flag 126000/126000
31.34/15.13	c cleaning 15986 clauses out of 32022 with flag 143000/143000
35.83/17.48	c cleaning 17012 clauses out of 34037 with flag 161001/161001
40.15/19.64	c cleaning 18006 clauses out of 36024 with flag 180000/180000
45.24/22.20	c cleaning 18989 clauses out of 38019 with flag 200001/200001
50.06/24.78	c cleaning 20002 clauses out of 40029 with flag 221000/221000
54.74/27.16	c cleaning 21008 clauses out of 42030 with flag 243003/243003
60.21/29.92	c cleaning 21993 clauses out of 44019 with flag 266000/266000
65.67/32.75	c cleaning 23002 clauses out of 46027 with flag 290001/290001
71.85/35.95	c cleaning 23999 clauses out of 48026 with flag 315002/315002
78.30/39.26	c cleaning 24989 clauses out of 50027 with flag 341002/341002
84.34/42.34	c cleaning 26010 clauses out of 52036 with flag 368000/368000
91.80/46.11	c cleaning 27005 clauses out of 54028 with flag 396002/396002
99.16/49.94	c cleaning 28003 clauses out of 56024 with flag 425003/425003
108.43/54.62	c cleaning 28998 clauses out of 58018 with flag 455000/455000
118.11/59.59	c cleaning 30003 clauses out of 60022 with flag 486002/486002
126.95/64.02	c cleaning 30994 clauses out of 62018 with flag 518001/518001
136.66/69.02	c cleaning 32008 clauses out of 64025 with flag 551002/551002
146.87/74.25	c cleaning 32992 clauses out of 66015 with flag 585000/585000
158.67/80.21	c cleaning 34004 clauses out of 68023 with flag 620000/620000
169.87/85.91	c cleaning 35000 clauses out of 70020 with flag 656001/656001
179.35/90.80	c cleaning 35992 clauses out of 72020 with flag 693001/693001
188.54/95.59	c cleaning 37004 clauses out of 74027 with flag 731000/731000
190.32/96.55	c cleaning 0 clauses out of 5001 with flag 0/5001
201.11/101.66	c cleaning 38002 clauses out of 76025 with flag 770002/770002
213.95/108.05	c cleaning 39005 clauses out of 78022 with flag 810001/810001
228.33/115.32	c cleaning 39996 clauses out of 80016 with flag 851000/851000
242.30/122.45	c cleaning 41000 clauses out of 82021 with flag 893001/893001
255.89/129.37	c cleaning 42004 clauses out of 84027 with flag 936007/936007
270.71/136.97	c cleaning 43004 clauses out of 86019 with flag 980003/980003
285.67/144.54	c cleaning 43999 clauses out of 88013 with flag 1025001/1025001
303.43/153.55	c cleaning 44995 clauses out of 90014 with flag 1071001/1071001
319.96/161.98	c cleaning 45970 clauses out of 92019 with flag 1118001/1118001
341.41/172.83	c cleaning 47016 clauses out of 94049 with flag 1166001/1166001
360.35/182.40	c cleaning 48007 clauses out of 96032 with flag 1215000/1215000
378.25/191.58	c cleaning 48996 clauses out of 98028 with flag 1265003/1265003
397.56/201.31	c cleaning 50003 clauses out of 100029 with flag 1316000/1316000
414.91/210.22	c cleaning 50997 clauses out of 102027 with flag 1368001/1368001
432.39/219.18	c cleaning 52006 clauses out of 104030 with flag 1421001/1421001
453.27/229.76	c cleaning 53004 clauses out of 106023 with flag 1475000/1475000
472.75/239.69	c cleaning 53970 clauses out of 108019 with flag 1530000/1530000
491.26/249.11	c cleaning 55007 clauses out of 110049 with flag 1586000/1586000
508.74/258.00	c cleaning 56023 clauses out of 112045 with flag 1643003/1643003
527.01/267.33	c cleaning 56990 clauses out of 114020 with flag 1701001/1701001
544.66/276.30	c cleaning 58005 clauses out of 116029 with flag 1760000/1760000
564.12/286.38	c cleaning 58949 clauses out of 118025 with flag 1820001/1820001
582.80/295.87	c cleaning 59967 clauses out of 120077 with flag 1881002/1881002
605.31/307.27	c cleaning 61046 clauses out of 122109 with flag 1943001/1943001
624.75/317.17	c cleaning 62007 clauses out of 124062 with flag 2006000/2006000
646.88/328.47	c cleaning 63006 clauses out of 126056 with flag 2070001/2070001
673.58/341.93	c cleaning 64014 clauses out of 128049 with flag 2135000/2135000
700.27/355.49	c cleaning 64999 clauses out of 130035 with flag 2201000/2201000
725.77/368.32	c cleaning 65988 clauses out of 132036 with flag 2268000/2268000
754.04/382.73	c cleaning 67014 clauses out of 134051 with flag 2336003/2336003
782.91/397.30	c cleaning 68003 clauses out of 136034 with flag 2405000/2405000
816.84/414.42	c cleaning 69003 clauses out of 138032 with flag 2475001/2475001
843.44/427.97	c cleaning 69993 clauses out of 140028 with flag 2546000/2546000
871.69/442.36	c cleaning 70999 clauses out of 142036 with flag 2618001/2618001
910.65/461.95	c cleaning 72011 clauses out of 144036 with flag 2691000/2691000
943.98/478.72	c cleaning 72997 clauses out of 146027 with flag 2765002/2765002
977.45/495.65	c cleaning 73986 clauses out of 148028 with flag 2840000/2840000
1011.31/512.86	c cleaning 75018 clauses out of 150044 with flag 2916002/2916002
1047.52/531.08	c cleaning 75998 clauses out of 152024 with flag 2993000/2993000
1083.09/548.95	c cleaning 77006 clauses out of 154031 with flag 3071005/3071005
1087.98/551.69	c cleaning 0 clauses out of 11001 with flag 0/11001
1118.31/567.04	c cleaning 78004 clauses out of 156022 with flag 3150002/3150002
1156.85/586.43	c cleaning 78971 clauses out of 158016 with flag 3230000/3230000
1199.97/608.11	c cleaning 80019 clauses out of 160045 with flag 3311000/3311000
1246.80/631.68	c cleaning 80998 clauses out of 162026 with flag 3393000/3393000
1286.69/651.88	c cleaning 82007 clauses out of 164029 with flag 3476001/3476001
1327.86/672.57	c cleaning 83000 clauses out of 166026 with flag 3560005/3560005
1365.03/691.29	c cleaning 83996 clauses out of 168021 with flag 3645000/3645000
1403.33/710.56	c cleaning 84989 clauses out of 170025 with flag 3731000/3731000
1444.49/731.43	c cleaning 86003 clauses out of 172037 with flag 3818001/3818001
1485.00/751.87	c cleaning 87009 clauses out of 174036 with flag 3906003/3906003
1526.25/772.60	c cleaning 88008 clauses out of 176025 with flag 3995001/3995001
1576.58/798.40	c cleaning 89002 clauses out of 178017 with flag 4085001/4085001
1623.13/821.85	c cleaning 89963 clauses out of 180014 with flag 4176000/4176000
1665.38/843.14	c cleaning 90987 clauses out of 182052 with flag 4268001/4268001
1714.81/867.99	c cleaning 92016 clauses out of 184067 with flag 4361003/4361003
1758.51/890.18	c cleaning 93018 clauses out of 186049 with flag 4455001/4455001
1797.47/909.81	c cleaning 94005 clauses out of 188030 with flag 4550000/4550000
1800.08/911.41	c starts		: 268
1800.08/911.41	c conflicts		: 4556497
1800.08/911.41	c decisions		: 7164467
1800.08/911.41	c propagations		: 318748215
1800.08/911.41	c inspects		: 9239753488
1800.08/911.41	c shortcuts		: 0
1800.08/911.41	c learnt literals	: 0
1800.08/911.41	c learnt binary clauses	: 0
1800.08/911.41	c learnt ternary clauses	: 0
1800.08/911.41	c learnt constraints	: 4556497
1800.08/911.41	c ignored constraints	: 0
1800.08/911.41	c root simplifications	: 0
1800.08/911.41	c removed literals (reason simplification)	: 17771427
1800.08/911.41	c reason swapping (by a shorter reason)	: 0
1800.08/911.41	c Calls to reduceDB	: 91
1800.08/911.41	c number of reductions to clauses (during analyze)	: 0
1800.08/911.41	c number of learned constraints concerned by reduction	: 0
1800.08/911.41	c number of learning phase by resolution	: 0
1800.08/911.41	c number of learning phase by cutting planes	: 0
1800.08/911.41	c speed (assignments/second)	: 349849.97914608713
1800.08/911.41	c non guided choices	371
1800.08/911.44	c learnt constraints type 
1800.08/911.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100670
1800.08/911.44	c constraints type 
1800.08/911.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
1800.08/911.44	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.08/911.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
1800.08/911.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 771
1800.08/911.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 192
1800.08/911.44	c 1024 constraints processed.
1800.08/911.44	c constraints type 
1800.08/911.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 771
1800.08/911.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
1800.08/911.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
1800.08/911.44	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1800.08/911.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 192
1800.08/911.44	c 1024 constraints processed.
1800.08/911.44	s UNKNOWN
1800.08/911.44	c Total wall clock time (in seconds): 911.33

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-3688886-1337880273/watcher-3688886-1337880273 -o /tmp/evaluation-result-3688886-1337880273/solver-3688886-1337880273 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688886-1337880273.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.82 3.94 3.90 4/197 25649
/proc/meminfo: memFree=25591140/32873844 swapFree=7356/7356
[pid=25649] ppid=25647 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25647 25649 23457 0 -1 4202496 1159 0 0 0 0 0 0 0 20 0 2 0 254155832 91889664 879 33554432000 1073741824 1073778376 140735792418272 140735792409408 245297610813 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25649/statm: 22434 882 668 9 0 16769 0
[pid=25649/tid=25650] ppid=25647 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25650/stat : 25650 (java) R 25647 25649 23457 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 2 0 254155833 91889664 892 33554432000 1073741824 1073778376 140735792418272 140735792407336 139996422794336 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.090841 s]
/proc/loadavg: 3.82 3.94 3.90 4/197 25649
/proc/meminfo: memFree=25591140/32873844 swapFree=7356/7356
[pid=25649] ppid=25647 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25647 25649 23457 0 -1 4202496 4260 0 1 0 9 0 0 0 20 0 18 0 254155832 9787813888 5456 33554432000 1073741824 1073778376 140735792418272 140735792409408 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25649/statm: 2389603 5456 2109 9 0 2380296 0
[pid=25649/tid=25650] ppid=25647 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/25649/task/25650/stat : 25650 (java) R 25647 25649 23457 0 -1 4202560 2315 0 1 0 6 0 0 0 20 0 18 0 254155833 9787813888 5456 33554432000 1073741824 1073778376 140735792418272 139996416241896 139996419066579 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.100304 s]
/proc/loadavg: 3.82 3.94 3.90 4/197 25649
/proc/meminfo: memFree=25591140/32873844 swapFree=7356/7356
[pid=25649] ppid=25647 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25647 25649 23457 0 -1 4202496 4323 0 1 0 9 0 0 0 20 0 18 0 254155832 9787813888 6030 33554432000 1073741824 1073778376 140735792418272 140735792409408 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25649/statm: 2389603 6031 2109 9 0 2380296 0
[pid=25649/tid=25650] ppid=25647 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/25649/task/25650/stat : 25650 (java) R 25647 25649 23457 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 254155833 9787813888 6033 33554432000 1073741824 1073778376 140735792418272 139996416241896 245293879115 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300223 s]
/proc/loadavg: 3.82 3.94 3.90 4/197 25649
/proc/meminfo: memFree=25591140/32873844 swapFree=7356/7356
[pid=25649] ppid=25647 vsize=9558412 CPUtime=0.51 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25647 25649 23457 0 -1 4202496 5447 0 1 0 50 1 0 0 20 0 18 0 254155832 9787813888 8830 33554432000 1073741824 1073778376 140735792418272 140735792409408 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25649/statm: 2389603 8830 2225 9 0 2380296 0
[pid=25649/tid=25650] ppid=25647 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/25649/task/25650/stat : 25650 (java) R 25647 25649 23457 0 -1 4202560 2455 0 1 0 27 0 0 0 20 0 18 0 254155833 9787813888 8831 33554432000 1073741824 1073778376 140735792418272 139996416239960 139996288138428 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558412

[startup+0.700255 s]
/proc/loadavg: 3.82 3.94 3.90 4/197 25649
/proc/meminfo: memFree=25591140/32873844 swapFree=7356/7356
[pid=25649] ppid=25647 vsize=9824668 CPUtime=2.08 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25647 25649 23457 0 -1 4202496 19546 0 1 0 203 5 0 0 20 0 22 0 254155832 10060460032 17029 33554432000 1073741824 1073778376 140735792418272 140735792409408 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25649/statm: 2456167 17029 2234 9 0 2446860 0
[pid=25649/tid=25650] ppid=25647 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/25649/task/25650/stat : 25650 (java) S 25647 25649 23457 0 -1 4202560 2477 0 1 0 28 0 0 0 20 0 22 0 254155833 10060460032 17029 33554432000 1073741824 1073778376 140735792418272 139996416242680 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9824668

[startup+1.50086 s]
/proc/loadavg: 3.82 3.94 3.90 7/219 25671
/proc/meminfo: memFree=25494216/32873844 swapFree=7356/7356
[pid=25649] ppid=25647 vsize=9824668 CPUtime=4.76 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25647 25649 23457 0 -1 4202496 25681 0 1 0 468 8 0 0 20 0 22 0 254155832 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 140735792409408 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25649/statm: 2456167 43721 2277 9 0 2446860 0
[pid=25649/tid=25650] ppid=25647 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/25649/task/25650/stat : 25650 (java) S 25647 25649 23457 0 -1 4202560 2477 0 1 0 28 0 0 0 20 0 22 0 254155833 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996416242680 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25652] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25652/stat : 25652 (java) S 25647 25649 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254155833 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996260154280 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25653] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25653/stat : 25653 (java) S 25647 25649 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254155833 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996259101736 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25654] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25654/stat : 25654 (java) S 25647 25649 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254155833 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996258048680 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25655] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25655/stat : 25655 (java) S 25647 25649 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254155833 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996256996136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25656] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25656/stat : 25656 (java) S 25647 25649 23457 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254155833 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996255943080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25657] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25657/stat : 25657 (java) S 25647 25649 23457 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254155833 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996254890536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25658] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25658/stat : 25658 (java) S 25647 25649 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254155833 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996253837480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25659] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25659/stat : 25659 (java) S 25647 25649 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254155833 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996252784936 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25660] ppid=25647 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25649/task/25660/stat : 25660 (java) S 25647 25649 23457 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 22 0 254155835 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996240374632 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25661] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25661/stat : 25661 (java) S 25647 25649 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254155835 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996239320952 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25662] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25662/stat : 25662 (java) S 25647 25649 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254155835 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996238267784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25663] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25663/stat : 25663 (java) S 25647 25649 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254155838 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996237216528 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25664] ppid=25647 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/25649/task/25664/stat : 25664 (java) S 25647 25649 23457 0 -1 4202560 6837 0 0 0 101 2 0 0 20 0 22 0 254155838 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996236163384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25665] ppid=25647 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/25649/task/25665/stat : 25665 (java) S 25647 25649 23457 0 -1 4202560 14899 0 0 0 101 3 0 0 20 0 22 0 254155838 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996235110840 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25666] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25666/stat : 25666 (java) S 25647 25649 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254155838 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996234057976 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25667] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25667/stat : 25667 (java) S 25647 25649 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254155838 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996233005640 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25668] ppid=25647 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/25649/task/25668/stat : 25668 (java) R 25647 25649 23457 0 -1 4202560 51 0 0 0 113 0 0 0 20 0 22 0 254155863 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996231951288 139996288434733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25669] ppid=25647 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/25649/task/25669/stat : 25669 (java) R 25647 25649 23457 0 -1 4202560 161 0 0 0 111 2 0 0 20 0 22 0 254155863 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996230112008 139996288606817 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25670] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25670/stat : 25670 (java) S 25647 25649 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254155864 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996228244776 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25671] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25671/stat : 25671 (java) S 25647 25649 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254155864 10060460032 43721 33554432000 1073741824 1073778376 140735792418272 139996227192232 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 9824668

[startup+3.10088 s]
/proc/loadavg: 3.82 3.94 3.90 5/219 25671
/proc/meminfo: memFree=25387472/32873844 swapFree=7356/7356
[pid=25649] ppid=25647 vsize=9824668 CPUtime=7.99 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25647 25649 23457 0 -1 4202496 25867 0 1 0 785 14 0 0 20 0 22 0 254155832 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 140735792409408 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25649/statm: 2456167 83737 2277 9 0 2446860 0
[pid=25649/tid=25650] ppid=25647 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/25649/task/25650/stat : 25650 (java) S 25647 25649 23457 0 -1 4202560 2477 0 1 0 28 0 0 0 20 0 22 0 254155833 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996416242680 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25652] ppid=25647 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25649/task/25652/stat : 25652 (java) S 25647 25649 23457 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254155833 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996260154280 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25653] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25653/stat : 25653 (java) S 25647 25649 23457 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254155833 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996259101736 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25654] ppid=25647 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25649/task/25654/stat : 25654 (java) S 25647 25649 23457 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 254155833 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996258048680 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25655] ppid=25647 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25649/task/25655/stat : 25655 (java) S 25647 25649 23457 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254155833 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996256996136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25656] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25656/stat : 25656 (java) S 25647 25649 23457 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254155833 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996255943080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25657] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25657/stat : 25657 (java) S 25647 25649 23457 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254155833 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996254890536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25658] ppid=25647 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25649/task/25658/stat : 25658 (java) S 25647 25649 23457 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254155833 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996253837480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25659] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25659/stat : 25659 (java) S 25647 25649 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254155833 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996252784936 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25660] ppid=25647 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/25649/task/25660/stat : 25660 (java) S 25647 25649 23457 0 -1 4202560 102 0 0 0 10 0 0 0 20 0 22 0 254155835 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996240374632 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25661] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25661/stat : 25661 (java) S 25647 25649 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254155835 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996239320952 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25662] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25662/stat : 25662 (java) S 25647 25649 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254155835 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996238267784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25663] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25663/stat : 25663 (java) S 25647 25649 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254155838 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996237216528 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25664] ppid=25647 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/25649/task/25664/stat : 25664 (java) S 25647 25649 23457 0 -1 4202560 6838 0 0 0 105 2 0 0 20 0 22 0 254155838 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996236163384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25665] ppid=25647 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/25649/task/25665/stat : 25665 (java) S 25647 25649 23457 0 -1 4202560 14899 0 0 0 105 3 0 0 20 0 22 0 254155838 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996235110840 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25666] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25666/stat : 25666 (java) S 25647 25649 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254155838 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996234057976 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25667] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25667/stat : 25667 (java) S 25647 25649 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254155838 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996233005640 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25668] ppid=25647 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/25649/task/25668/stat : 25668 (java) R 25647 25649 23457 0 -1 4202560 55 0 0 0 259 0 0 0 20 0 22 0 254155863 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996231951200 139996288502134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25669] ppid=25647 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/25649/task/25669/stat : 25669 (java) R 25647 25649 23457 0 -1 4202560 220 0 0 0 255 4 0 0 20 0 22 0 254155863 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996230110368 139996288752853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25670] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25670/stat : 25670 (java) S 25647 25649 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254155864 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996228244776 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25671] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25671/stat : 25671 (java) S 25647 25649 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254155864 10060460032 83737 33554432000 1073741824 1073778376 140735792418272 139996227192232 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 9824668

[startup+6.30088 s]
/proc/loadavg: 3.83 3.94 3.90 4/219 25671
/proc/meminfo: memFree=25167592/32873844 swapFree=7356/7356
[pid=25649] ppid=25647 vsize=9824668 CPUtime=14.35 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25647 25649 23457 0 -1 4202496 26252 0 1 0 1418 17 0 0 20 0 22 0 254155832 10060460032 108790 33554432000 1073741824 1073778376 140735792418272 140735792409408 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25649/statm: 2456167 108790 2278 9 0 2446860 0
[pid=25649/tid=25650] ppid=25647 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/25649/task/25650/stat : 25650 (java) S 25647 25649 23457 0 -1 4202560 2477 0 1 0 28 0 0 0 20 0 22 0 254155833 10060460032 108790 33554432000 1073741824 1073778376 140735792418272 139996416242680 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25652] ppid=25647 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25649/task/25652/stat : 25652 (java) S 25647 25649 23457 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 254155833 10060460032 108790 33554432000 1073741824 1073778376 140735792418272 139996260154280 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25653] ppid=25647 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25649/task/25653/stat : 25653 (java) S 25647 25649 23457 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 22 0 254155833 10060460032 108790 33554432000 1073741824 1073778376 140735792418272 139996259101736 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25654] ppid=25647 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25649/task/25654/stat : 25654 (java) S 25647 25649 23457 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 22 0 254155833 10060460032 108790 33554432000 1073741824 1073778376 140735792418272 139996258048680 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25655] ppid=25647 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25649/task/25655/stat : 25655 (java) S 25647 25649 23457 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 254155833 10060460032 108790 33554432000 1073741824 1073778376 140735792418272 139996256996136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25656] ppid=25647 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25649/task/25656/stat : 25656 (java) S 25647 25649 23457 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 254155833 10060460032 108790 33554432000 1073741824 1073778376 140735792418272 139996255943080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25657] ppid=25647 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25649/task/25657/stat : 25657 (java) S 25647 25649 23457 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 254155833 10060460032 108790 33554432000 1073741824 1073778376 140735792418272 139996254890536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25658] ppid=25647 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25649/task/25658/stat : 25658 (java) S 25647 25649 23457 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 22 0 254155833 10060460032 108790 33554432000 1073741824 1073778376 140735792418272 139996253837480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25659] ppid=25647 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25649/task/25659/stat : 25659 (java) S 25647 25649 23457 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 22 0 254155833 10060460032 108790 33554432000 1073741824 1073778376 140735792418272 139996252784936 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/25649/statm: 2456167 291814 2279 9 0 2446860 0
[pid=25649/tid=25650] ppid=25647 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/25649/task/25650/stat : 25650 (java) S 25647 25649 23457 0 -1 4202560 2523 0 1 0 30 3 0 0 20 0 22 0 254155833 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996416242392 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25652] ppid=25647 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/25649/task/25652/stat : 25652 (java) S 25647 25649 23457 0 -1 4202560 333 0 0 0 230 6 0 0 20 0 22 0 254155833 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996260154280 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25653] ppid=25647 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/25649/task/25653/stat : 25653 (java) S 25647 25649 23457 0 -1 4202560 582 0 0 0 249 6 0 0 20 0 22 0 254155833 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996259101736 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25654] ppid=25647 vsize=9824668 CPUtime=2.24 cores=1,3,5,7
/proc/25649/task/25654/stat : 25654 (java) S 25647 25649 23457 0 -1 4202560 699 0 0 0 218 6 0 0 20 0 22 0 254155833 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996258048680 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25655] ppid=25647 vsize=9824668 CPUtime=2.45 cores=1,3,5,7
/proc/25649/task/25655/stat : 25655 (java) S 25647 25649 23457 0 -1 4202560 683 0 0 0 239 6 0 0 20 0 22 0 254155833 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996256996136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25656] ppid=25647 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/25649/task/25656/stat : 25656 (java) S 25647 25649 23457 0 -1 4202560 916 0 0 0 240 8 0 0 20 0 22 0 254155833 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996255943080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25657] ppid=25647 vsize=9824668 CPUtime=2.33 cores=1,3,5,7
/proc/25649/task/25657/stat : 25657 (java) S 25647 25649 23457 0 -1 4202560 650 0 0 0 227 6 0 0 20 0 22 0 254155833 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996254890536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25658] ppid=25647 vsize=9824668 CPUtime=2.31 cores=1,3,5,7
/proc/25649/task/25658/stat : 25658 (java) S 25647 25649 23457 0 -1 4202560 432 0 0 0 225 6 0 0 20 0 22 0 254155833 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996253837480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25659] ppid=25647 vsize=9824668 CPUtime=2.32 cores=1,3,5,7
/proc/25649/task/25659/stat : 25659 (java) S 25647 25649 23457 0 -1 4202560 488 0 0 0 226 6 0 0 20 0 22 0 254155833 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996252784936 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25660] ppid=25647 vsize=9824668 CPUtime=32.44 cores=1,3,5,7
/proc/25649/task/25660/stat : 25660 (java) R 25647 25649 23457 0 -1 4202560 1377 0 0 0 3227 17 0 0 20 0 22 0 254155835 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996240373480 139996423096543 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25661] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25661/stat : 25661 (java) S 25647 25649 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254155835 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996239320952 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25662] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25662/stat : 25662 (java) S 25647 25649 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254155835 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996238267784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25663] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25663/stat : 25663 (java) S 25647 25649 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254155838 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996237216528 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25664] ppid=25647 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/25649/task/25664/stat : 25664 (java) S 25647 25649 23457 0 -1 4202560 18929 0 0 0 234 4 0 0 20 0 22 0 254155838 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996236163384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25665] ppid=25647 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/25649/task/25665/stat : 25665 (java) S 25647 25649 23457 0 -1 4202560 14909 0 0 0 115 3 0 0 20 0 22 0 254155838 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996235110840 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25666] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25666/stat : 25666 (java) S 25647 25649 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254155838 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996234057976 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25667] ppid=25647 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/25649/task/25667/stat : 25667 (java) S 25647 25649 23457 0 -1 4202560 49 0 0 0 21 19 0 0 20 0 22 0 254155838 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996233005640 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25668] ppid=25647 vsize=9824668 CPUtime=781.97 cores=1,3,5,7
/proc/25649/task/25668/stat : 25668 (java) S 25647 25649 23457 0 -1 4202560 264 0 0 0 78183 14 0 0 20 0 22 0 254155863 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996231951320 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25669] ppid=25647 vsize=9824668 CPUtime=781.97 cores=1,3,5,7
/proc/25649/task/25669/stat : 25669 (java) S 25647 25649 23457 0 -1 4202560 1899 0 0 0 78147 50 0 0 20 0 22 0 254155863 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996230110456 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25670] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25670/stat : 25670 (java) S 25647 25649 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254155864 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996228244776 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25671] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25671/stat : 25671 (java) S 25647 25649 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254155864 10060460032 291814 33554432000 1073741824 1073778376 140735792418272 139996227192232 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1623.78
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.88 3.93 3.90 5/219 25800
/proc/meminfo: memFree=24600488/32873844 swapFree=7356/7356
[pid=25649] ppid=25647 vsize=9824668 CPUtime=1742.75 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25647 25649 23457 0 -1 4202496 48037 0 1 0 174121 154 0 0 20 0 22 0 254155832 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 140735792409408 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25649/statm: 2456167 328189 2279 9 0 2446860 0
[pid=25649/tid=25650] ppid=25647 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/25649/task/25650/stat : 25650 (java) S 25647 25649 23457 0 -1 4202560 2524 0 1 0 30 4 0 0 20 0 22 0 254155833 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996416242680 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25652] ppid=25647 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/25649/task/25652/stat : 25652 (java) S 25647 25649 23457 0 -1 4202560 581 0 0 0 251 8 0 0 20 0 22 0 254155833 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996260154280 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25653] ppid=25647 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/25649/task/25653/stat : 25653 (java) S 25647 25649 23457 0 -1 4202560 761 0 0 0 270 8 0 0 20 0 22 0 254155833 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996259101736 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25654] ppid=25647 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/25649/task/25654/stat : 25654 (java) S 25647 25649 23457 0 -1 4202560 790 0 0 0 237 7 0 0 20 0 22 0 254155833 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996258048680 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25655] ppid=25647 vsize=9824668 CPUtime=2.77 cores=1,3,5,7
/proc/25649/task/25655/stat : 25655 (java) S 25647 25649 23457 0 -1 4202560 901 0 0 0 268 9 0 0 20 0 22 0 254155833 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996256996136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25656] ppid=25647 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/25649/task/25656/stat : 25656 (java) S 25647 25649 23457 0 -1 4202560 1137 0 0 0 260 9 0 0 20 0 22 0 254155833 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996255943080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25657] ppid=25647 vsize=9824668 CPUtime=2.54 cores=1,3,5,7
/proc/25649/task/25657/stat : 25657 (java) S 25647 25649 23457 0 -1 4202560 1098 0 0 0 247 7 0 0 20 0 22 0 254155833 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996254890536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25658] ppid=25647 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/25649/task/25658/stat : 25658 (java) S 25647 25649 23457 0 -1 4202560 793 0 0 0 246 7 0 0 20 0 22 0 254155833 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996253837480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25659] ppid=25647 vsize=9824668 CPUtime=2.63 cores=1,3,5,7
/proc/25649/task/25659/stat : 25659 (java) S 25647 25649 23457 0 -1 4202560 731 0 0 0 255 8 0 0 20 0 22 0 254155833 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996252784936 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25660] ppid=25647 vsize=9824668 CPUtime=34.34 cores=1,3,5,7
/proc/25649/task/25660/stat : 25660 (java) S 25647 25649 23457 0 -1 4202560 1470 0 0 0 3416 18 0 0 20 0 22 0 254155835 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996240374632 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25661] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25661/stat : 25661 (java) S 25647 25649 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254155835 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996239320952 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25662] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25662/stat : 25662 (java) S 25647 25649 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254155835 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996238267784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25663] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25663/stat : 25663 (java) S 25647 25649 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254155838 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996237216528 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25664] ppid=25647 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/25649/task/25664/stat : 25664 (java) S 25647 25649 23457 0 -1 4202560 18929 0 0 0 234 4 0 0 20 0 22 0 254155838 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996236163384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25665] ppid=25647 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/25649/task/25665/stat : 25665 (java) S 25647 25649 23457 0 -1 4202560 14909 0 0 0 115 3 0 0 20 0 22 0 254155838 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996235110840 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25666] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25666/stat : 25666 (java) S 25647 25649 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254155838 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996234057976 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25667] ppid=25647 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/25649/task/25667/stat : 25667 (java) S 25647 25649 23457 0 -1 4202560 51 0 0 0 23 20 0 0 20 0 22 0 254155838 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996233005640 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25668] ppid=25647 vsize=9824668 CPUtime=839.38 cores=1,3,5,7
/proc/25649/task/25668/stat : 25668 (java) R 25647 25649 23457 0 -1 4202560 267 0 0 0 83923 15 0 0 20 0 22 0 254155863 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996231949424 139996288482113 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25669] ppid=25647 vsize=9824668 CPUtime=839.38 cores=1,3,5,7
/proc/25649/task/25669/stat : 25669 (java) R 25647 25649 23457 0 -1 4202560 1908 0 0 0 83887 51 0 0 20 0 22 0 254155863 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996230111152 139996288336343 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25670] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25670/stat : 25670 (java) S 25647 25649 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254155864 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996228244776 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25671] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25671/stat : 25671 (java) S 25647 25649 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254155864 10060460032 328189 33554432000 1073741824 1073778376 140735792418272 139996227192232 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1742.75
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.401 s]
/proc/loadavg: 3.77 3.90 3.90 5/219 25800
/proc/meminfo: memFree=24425852/32873844 swapFree=7356/7356
[pid=25649] ppid=25647 vsize=9824668 CPUtime=1800.08 cores=1,3,5,7
/proc/25649/stat : 25649 (java) S 25647 25649 23457 0 -1 4202496 48203 0 1 0 179848 160 0 0 20 0 22 0 254155832 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 140735792409408 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25649/statm: 2456167 341558 2279 9 0 2446860 0
[pid=25649/tid=25650] ppid=25647 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/25649/task/25650/stat : 25650 (java) S 25647 25649 23457 0 -1 4202560 2526 0 1 0 30 4 0 0 20 0 22 0 254155833 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996416242680 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25652] ppid=25647 vsize=9824668 CPUtime=2.66 cores=1,3,5,7
/proc/25649/task/25652/stat : 25652 (java) S 25647 25649 23457 0 -1 4202560 585 0 0 0 258 8 0 0 20 0 22 0 254155833 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996260154280 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25653] ppid=25647 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/25649/task/25653/stat : 25653 (java) S 25647 25649 23457 0 -1 4202560 769 0 0 0 279 9 0 0 20 0 22 0 254155833 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996259101736 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25654] ppid=25647 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/25649/task/25654/stat : 25654 (java) S 25647 25649 23457 0 -1 4202560 812 0 0 0 250 8 0 0 20 0 22 0 254155833 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996258048680 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25655] ppid=25647 vsize=9824668 CPUtime=2.86 cores=1,3,5,7
/proc/25649/task/25655/stat : 25655 (java) S 25647 25649 23457 0 -1 4202560 916 0 0 0 277 9 0 0 20 0 22 0 254155833 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996256996136 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25656] ppid=25647 vsize=9824668 CPUtime=2.82 cores=1,3,5,7
/proc/25649/task/25656/stat : 25656 (java) S 25647 25649 23457 0 -1 4202560 1164 0 0 0 272 10 0 0 20 0 22 0 254155833 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996255943080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25657] ppid=25647 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/25649/task/25657/stat : 25657 (java) S 25647 25649 23457 0 -1 4202560 1112 0 0 0 261 8 0 0 20 0 22 0 254155833 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996254890536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25658] ppid=25647 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/25649/task/25658/stat : 25658 (java) S 25647 25649 23457 0 -1 4202560 810 0 0 0 259 8 0 0 20 0 22 0 254155833 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996253837480 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25659] ppid=25647 vsize=9824668 CPUtime=2.79 cores=1,3,5,7
/proc/25649/task/25659/stat : 25659 (java) S 25647 25649 23457 0 -1 4202560 752 0 0 0 270 9 0 0 20 0 22 0 254155833 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996252784936 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25660] ppid=25647 vsize=9824668 CPUtime=35.65 cores=1,3,5,7
/proc/25649/task/25660/stat : 25660 (java) S 25647 25649 23457 0 -1 4202560 1499 0 0 0 3547 18 0 0 20 0 22 0 254155835 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996240374632 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25661] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25661/stat : 25661 (java) S 25647 25649 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254155835 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996239320952 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25662] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25662/stat : 25662 (java) S 25647 25649 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254155835 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996238267784 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25663] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25663/stat : 25663 (java) S 25647 25649 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254155838 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996237216528 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25649/tid=25664] ppid=25647 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/25649/task/25664/stat : 25664 (java) S 25647 25649 23457 0 -1 4202560 18929 0 0 0 234 4 0 0 20 0 22 0 254155838 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996236163384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25665] ppid=25647 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/25649/task/25665/stat : 25665 (java) S 25647 25649 23457 0 -1 4202560 14909 0 0 0 115 3 0 0 20 0 22 0 254155838 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996235110840 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25666] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25666/stat : 25666 (java) S 25647 25649 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254155838 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996234057976 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25649/tid=25667] ppid=25647 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/25649/task/25667/stat : 25667 (java) S 25647 25649 23457 0 -1 4202560 53 0 0 0 24 20 0 0 20 0 22 0 254155838 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996233005640 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25668] ppid=25647 vsize=9824668 CPUtime=866.84 cores=1,3,5,7
/proc/25649/task/25668/stat : 25668 (java) R 25647 25649 23457 0 -1 4202560 270 0 0 0 86668 16 0 0 20 0 22 0 254155863 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996231951200 139996288482113 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25669] ppid=25647 vsize=9824668 CPUtime=866.84 cores=1,3,5,7
/proc/25649/task/25669/stat : 25669 (java) R 25647 25649 23457 0 -1 4202560 1910 0 0 0 86632 52 0 0 20 0 22 0 254155863 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996230110336 139996288650961 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25649/tid=25670] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25670/stat : 25670 (java) S 25647 25649 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254155864 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996228244776 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25649/tid=25671] ppid=25647 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25649/task/25671/stat : 25671 (java) S 25647 25649 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254155864 10060460032 341558 33554432000 1073741824 1073778376 140735792418272 139996227192232 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824668

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 25649 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=30265
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=19692
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 911.454
CPU time (s): 1800.08
CPU user time (s): 1798.48
CPU system time (s): 1.6
CPU usage (%): 197.495
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.03
system time used= 2.01969
maximum resident set size= 2341996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48243
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28264
involuntary context switches= 50220

runsolver used 3.50147 second user time and 9.09362 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-24 19:24:33
IDJOB=3688886
IDBENCH=71846
IDSOLVER=2268
FILE ID=node109/3688886-1337880273
RUNJOBID= node109-1337871881-23474
PBS_JOBID= 14620095
Free space on /tmp= 71680 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx30.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688886-1337880273/watcher-3688886-1337880273 -o /tmp/evaluation-result-3688886-1337880273/solver-3688886-1337880273 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688886-1337880273.opb

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

MD5SUM BENCH= a013c9210a7cfe037db9246041ce6240
RANDOM SEED=2031815144

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25591660 kB
Buffers:          204616 kB
Cached:          2787592 kB
SwapCached:            0 kB
Active:          3892932 kB
Inactive:        2617020 kB
Active(anon):    3520088 kB
Inactive(anon):        0 kB
Active(file):     372844 kB
Inactive(file):  2617020 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               272 kB
Writeback:             0 kB
AnonPages:       3609328 kB
Mapped:            22616 kB
Shmem:               200 kB
Slab:             626552 kB
SReclaimable:      68820 kB
SUnreclaim:       557732 kB
KernelStack:        1808 kB
PageTables:        11244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4027268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3502080 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= 71680 MiB
End job on node109 at 2012-05-24 19:39:46