Trace number 3688892

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.09 931.256

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx97.opb
MD5SUM22116bd56344f7c7bb7157cc5841f631
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 variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
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 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3688892-1337880305.opb
0.10/0.12	c reading problem ... 
1.98/0.82	c ... done. Wall clock time 0.706s.
1.98/0.82	c declared #vars     8424
1.98/0.82	c #constraints  9186
1.98/0.82	c constraints type 
1.98/0.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97
1.98/0.82	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.98/0.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
1.98/0.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8415
1.98/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 576
1.98/0.83	c 9186 constraints processed.
1.98/0.83	c constraints type 
1.98/0.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8415
1.98/0.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97
1.98/0.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
1.98/0.83	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1.98/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
1.98/0.83	c 9186 constraints processed.
1.98/0.83	c objective function length is 9 literals
5.32/2.08	c cleaning 2484 clauses out of 5001 with flag 5001/5001
7.81/3.15	c cleaning 4227 clauses out of 8516 with flag 11000/11000
10.42/4.45	c cleaning 5634 clauses out of 11291 with flag 18002/18002
13.52/6.07	c cleaning 6787 clauses out of 13655 with flag 26000/26000
17.07/7.81	c cleaning 7910 clauses out of 15869 with flag 35001/35001
20.17/9.46	c cleaning 8956 clauses out of 17958 with flag 45000/45000
23.94/11.39	c cleaning 9928 clauses out of 20002 with flag 56000/56000
29.49/14.15	c cleaning 11002 clauses out of 22074 with flag 68000/68000
34.93/16.90	c cleaning 12008 clauses out of 24072 with flag 81000/81000
41.57/20.35	c cleaning 13007 clauses out of 26064 with flag 95000/95000
47.41/23.39	c cleaning 14000 clauses out of 28058 with flag 110001/110001
52.62/26.08	c cleaning 15009 clauses out of 30059 with flag 126002/126002
60.12/29.93	c cleaning 15957 clauses out of 32049 with flag 143001/143001
67.33/33.69	c cleaning 16967 clauses out of 34091 with flag 161000/161000
75.11/37.65	c cleaning 18028 clauses out of 36125 with flag 180001/180001
85.65/43.08	c cleaning 19016 clauses out of 38097 with flag 200001/200001
94.40/47.64	c cleaning 20017 clauses out of 40082 with flag 221002/221002
105.48/53.30	c cleaning 20993 clauses out of 42064 with flag 243001/243001
118.63/60.02	c cleaning 22008 clauses out of 44070 with flag 266000/266000
129.47/65.61	c cleaning 23002 clauses out of 46063 with flag 290001/290001
141.92/72.12	c cleaning 24016 clauses out of 48064 with flag 315004/315004
159.18/80.96	c cleaning 24968 clauses out of 50044 with flag 341000/341000
172.59/87.82	c cleaning 25978 clauses out of 52077 with flag 368001/368001
185.70/94.65	c cleaning 27041 clauses out of 54098 with flag 396000/396000
198.78/101.53	c cleaning 27960 clauses out of 56061 with flag 425004/425004
215.62/110.43	c cleaning 29027 clauses out of 58098 with flag 455001/455001
231.10/118.47	c cleaning 30001 clauses out of 60077 with flag 486007/486007
250.09/128.31	c cleaning 31015 clauses out of 62073 with flag 518004/518004
269.66/138.30	c cleaning 32005 clauses out of 64056 with flag 551002/551002
294.91/151.29	c cleaning 33006 clauses out of 66052 with flag 585003/585003
309.32/158.76	c cleaning 33997 clauses out of 68045 with flag 620002/620002
325.77/167.42	c cleaning 34963 clauses out of 70047 with flag 656001/656001
348.79/179.26	c cleaning 35940 clauses out of 72085 with flag 693002/693002
369.04/189.69	c cleaning 36937 clauses out of 74144 with flag 731001/731001
398.01/204.31	c cleaning 37900 clauses out of 76207 with flag 770001/770001
421.27/216.49	c cleaning 38999 clauses out of 78307 with flag 810001/810001
449.58/230.94	c cleaning 40063 clauses out of 80307 with flag 851000/851000
485.12/249.04	c cleaning 41067 clauses out of 82245 with flag 893001/893001
510.25/261.99	c cleaning 42044 clauses out of 84177 with flag 936000/936000
533.58/274.21	c cleaning 43029 clauses out of 86134 with flag 980001/980001
562.49/289.18	c cleaning 44005 clauses out of 88104 with flag 1025000/1025000
585.76/301.28	c cleaning 44994 clauses out of 90100 with flag 1071001/1071001
608.34/313.00	c cleaning 45975 clauses out of 92106 with flag 1118001/1118001
636.75/328.01	c cleaning 46984 clauses out of 94130 with flag 1166000/1166000
662.49/341.48	c cleaning 48051 clauses out of 96148 with flag 1215002/1215002
703.05/362.24	c cleaning 49026 clauses out of 98096 with flag 1265001/1265001
746.00/384.22	c cleaning 50019 clauses out of 100070 with flag 1316001/1316001
774.37/399.43	c cleaning 0 clauses out of 5000 with flag 0/5000
776.42/401.08	c cleaning 50918 clauses out of 102050 with flag 1368000/1368000
805.34/415.95	c cleaning 52033 clauses out of 104132 with flag 1421000/1421000
842.33/436.12	c cleaning 53018 clauses out of 106099 with flag 1475000/1475000
885.79/458.39	c cleaning 54023 clauses out of 108081 with flag 1530000/1530000
946.98/489.41	c cleaning 55016 clauses out of 110059 with flag 1586001/1586001
987.91/510.53	c cleaning 56008 clauses out of 112042 with flag 1643000/1643000
1034.58/534.86	c cleaning 56996 clauses out of 114039 with flag 1701005/1701005
1083.38/559.85	c cleaning 57987 clauses out of 116038 with flag 1760000/1760000
1144.87/591.17	c cleaning 58995 clauses out of 118051 with flag 1820000/1820000
1219.61/629.19	c cleaning 59997 clauses out of 120058 with flag 1881002/1881002
1302.89/671.98	c cleaning 60999 clauses out of 122060 with flag 1943001/1943001
1353.33/698.05	c cleaning 62000 clauses out of 124061 with flag 2006001/2006001
1409.85/727.00	c cleaning 62981 clauses out of 126060 with flag 2070000/2070000
1464.56/757.14	c cleaning 64035 clauses out of 128080 with flag 2135001/2135001
1513.07/782.28	c cleaning 64983 clauses out of 130045 with flag 2201001/2201001
1585.14/819.14	c cleaning 66005 clauses out of 132061 with flag 2268000/2268000
1625.26/840.25	c cleaning 67006 clauses out of 134056 with flag 2336000/2336000
1684.62/871.53	c cleaning 67996 clauses out of 136051 with flag 2405001/2405001
1728.00/894.28	c cleaning 68962 clauses out of 138058 with flag 2475004/2475004
1800.09/931.21	c starts		: 230
1800.09/931.21	c conflicts		: 2536348
1800.09/931.21	c decisions		: 5344109
1800.09/931.21	c propagations		: 513053372
1800.09/931.21	c inspects		: 5367993627
1800.09/931.21	c shortcuts		: 0
1800.09/931.21	c learnt literals	: 0
1800.09/931.21	c learnt binary clauses	: 0
1800.09/931.21	c learnt ternary clauses	: 0
1800.09/931.21	c learnt constraints	: 2536348
1800.09/931.21	c ignored constraints	: 0
1800.09/931.21	c root simplifications	: 0
1800.09/931.21	c removed literals (reason simplification)	: 9560003
1800.09/931.21	c reason swapping (by a shorter reason)	: 0
1800.09/931.21	c Calls to reduceDB	: 66
1800.09/931.21	c number of reductions to clauses (during analyze)	: 0
1800.09/931.21	c number of learned constraints concerned by reduction	: 0
1800.09/931.21	c number of learning phase by resolution	: 0
1800.09/931.21	c number of learning phase by cutting planes	: 0
1800.09/931.21	c speed (assignments/second)	: 551459.1962646557
1800.09/931.21	c non guided choices	113676
1800.09/931.24	c learnt constraints type 
1800.09/931.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130466
1800.09/931.24	c constraints type 
1800.09/931.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97
1800.09/931.24	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.09/931.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 97
1800.09/931.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8415
1800.09/931.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 576
1800.09/931.24	c 9186 constraints processed.
1800.09/931.24	c constraints type 
1800.09/931.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8415
1800.09/931.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97
1800.09/931.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
1800.09/931.24	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1800.09/931.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 576
1800.09/931.24	c 9186 constraints processed.
1800.09/931.24	s UNKNOWN
1800.09/931.24	c Total wall clock time (in seconds): 931.119

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

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

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


[startup+0 s]
/proc/loadavg: 3.65 3.89 3.89 4/197 25771
/proc/meminfo: memFree=28269184/32873844 swapFree=7356/7356
[pid=25771] ppid=25769 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/25771/stat : 25771 (java) R 25769 25771 23457 0 -1 4202496 985 0 0 0 0 0 0 0 20 0 1 0 254159035 23793664 714 33554432000 1073741824 1073778376 140736829362208 140736829351272 245285041512 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/25771/statm: 5809 715 530 9 0 128 0

[startup+0.022684 s]
/proc/loadavg: 3.65 3.89 3.89 4/197 25771
/proc/meminfo: memFree=28269184/32873844 swapFree=7356/7356
[pid=25771] ppid=25769 vsize=9016616 CPUtime=0.01 cores=0,2,4,6
/proc/25771/stat : 25771 (java) S 25769 25771 23457 0 -1 4202496 2806 0 1 0 1 0 0 0 20 0 10 0 254159035 9233014784 2996 33554432000 1073741824 1073778376 140736829362208 140736829353344 245297610813 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25771/statm: 2254154 2996 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100249 s]
/proc/loadavg: 3.65 3.89 3.89 4/197 25771
/proc/meminfo: memFree=28269184/32873844 swapFree=7356/7356
[pid=25771] ppid=25769 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25771/stat : 25771 (java) S 25769 25771 23457 0 -1 4202496 4340 0 1 0 10 0 0 0 20 0 18 0 254159035 9787813888 5027 33554432000 1073741824 1073778376 140736829362208 140736829353344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25771/statm: 2389603 5027 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300233 s]
/proc/loadavg: 3.65 3.89 3.89 4/197 25771
/proc/meminfo: memFree=28269184/32873844 swapFree=7356/7356
[pid=25771] ppid=25769 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/25771/stat : 25771 (java) S 25769 25771 23457 0 -1 4202496 7011 0 1 0 49 1 0 0 20 0 18 0 254159035 9787813888 9698 33554432000 1073741824 1073778376 140736829362208 140736829353344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25771/statm: 2389603 9698 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.70025 s]
/proc/loadavg: 3.65 3.89 3.89 4/197 25771
/proc/meminfo: memFree=28269184/32873844 swapFree=7356/7356
[pid=25771] ppid=25769 vsize=9558412 CPUtime=1.68 cores=0,2,4,6
/proc/25771/stat : 25771 (java) S 25769 25771 23457 0 -1 4202496 19441 0 1 0 164 4 0 0 20 0 18 0 254159035 9787813888 29658 33554432000 1073741824 1073778376 140736829362208 140736829353344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25771/statm: 2389603 29658 2239 9 0 2380296 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 9558412

[startup+1.5043 s]
/proc/loadavg: 3.65 3.89 3.89 7/219 25793
/proc/meminfo: memFree=28095224/32873844 swapFree=7356/7356
[pid=25771] ppid=25769 vsize=9824668 CPUtime=4.24 cores=0,2,4,6
/proc/25771/stat : 25771 (java) S 25769 25771 23457 0 -1 4202496 25255 0 1 0 416 8 0 0 20 0 22 0 254159035 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 140736829353344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25771/statm: 2456167 49763 2267 9 0 2446860 0
[pid=25771/tid=25773] ppid=25769 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/25771/task/25773/stat : 25773 (java) S 25769 25771 23457 0 -1 4202560 2557 0 1 0 78 2 0 0 20 0 22 0 254159036 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785551717368 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25774] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25774/stat : 25774 (java) R 25769 25771 23457 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 254159037 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785395559256 139785555892399 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25775] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25775/stat : 25775 (java) R 25769 25771 23457 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254159037 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785394506536 245294206087 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25776] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25776/stat : 25776 (java) R 25769 25771 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254159037 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785393454168 139785555469312 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25777] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25777/stat : 25777 (java) R 25769 25771 23457 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254159037 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785392401448 245294206087 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25778] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25778/stat : 25778 (java) R 25769 25771 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254159037 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785391348056 139785558615293 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25779] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25779/stat : 25779 (java) R 25769 25771 23457 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254159037 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785390295512 139785555878528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25780] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25780/stat : 25780 (java) R 25769 25771 23457 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254159037 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785389242920 245294206087 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25781] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25781/stat : 25781 (java) R 25769 25771 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254159037 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785388190248 245294206087 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25782] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25782/stat : 25782 (java) S 25769 25771 23457 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254159038 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785375991304 245297624124 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25783] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25783/stat : 25783 (java) S 25769 25771 23457 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254159038 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785374938744 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25784] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25784/stat : 25784 (java) S 25769 25771 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254159039 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785373886088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25785] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25785/stat : 25785 (java) S 25769 25771 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254159041 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785372834832 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25786] ppid=25769 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/25771/task/25786/stat : 25786 (java) S 25769 25771 23457 0 -1 4202560 7354 0 0 0 97 1 0 0 20 0 22 0 254159041 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785371781176 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25787] ppid=25769 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/25771/task/25787/stat : 25787 (java) S 25769 25771 23457 0 -1 4202560 13988 0 0 0 112 3 0 0 20 0 22 0 254159041 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785370728632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25788] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25788/stat : 25788 (java) S 25769 25771 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254159041 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785369676280 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25789] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25789/stat : 25789 (java) S 25769 25771 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254159041 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785368623944 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25790] ppid=25769 vsize=9824668 CPUtime=0.55 cores=0,2,4,6
/proc/25771/task/25790/stat : 25790 (java) S 25769 25771 23457 0 -1 4202560 22 0 0 0 55 0 0 0 20 0 22 0 254159118 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785367567352 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25791] ppid=25769 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/25771/task/25791/stat : 25791 (java) S 25769 25771 23457 0 -1 4202560 88 0 0 0 62 0 0 0 20 0 22 0 254159118 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785366515160 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25792] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25792/stat : 25792 (java) S 25769 25771 23457 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254159120 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785365464616 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25793] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25793/stat : 25793 (java) S 25769 25771 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254159121 10060460032 49763 33554432000 1073741824 1073778376 140736829362208 139785364412072 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9824668

[startup+3.1007 s]
/proc/loadavg: 3.65 3.89 3.89 12/219 25793
/proc/meminfo: memFree=28022280/32873844 swapFree=7356/7356
[pid=25771] ppid=25769 vsize=9824668 CPUtime=7.81 cores=0,2,4,6
/proc/25771/stat : 25771 (java) S 25769 25771 23457 0 -1 4202496 27428 0 1 0 769 12 0 0 20 0 22 0 254159035 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 140736829353344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25771/statm: 2456167 59119 2285 9 0 2446860 0
[pid=25771/tid=25773] ppid=25769 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/25771/task/25773/stat : 25773 (java) S 25769 25771 23457 0 -1 4202560 2557 0 1 0 78 2 0 0 20 0 22 0 254159036 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785551717368 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25774] ppid=25769 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25771/task/25774/stat : 25774 (java) S 25769 25771 23457 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 22 0 254159037 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785395559080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25775] ppid=25769 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25771/task/25775/stat : 25775 (java) S 25769 25771 23457 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254159037 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785394506536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25776] ppid=25769 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25771/task/25776/stat : 25776 (java) S 25769 25771 23457 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254159037 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785393453992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25777] ppid=25769 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25771/task/25777/stat : 25777 (java) S 25769 25771 23457 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254159037 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785392401448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25778] ppid=25769 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25771/task/25778/stat : 25778 (java) S 25769 25771 23457 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254159037 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785391347880 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25779] ppid=25769 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25771/task/25779/stat : 25779 (java) S 25769 25771 23457 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254159037 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785390295336 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25780] ppid=25769 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25771/task/25780/stat : 25780 (java) S 25769 25771 23457 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254159037 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785389242792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25781] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25781/stat : 25781 (java) S 25769 25771 23457 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254159037 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785388190248 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25782] ppid=25769 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25771/task/25782/stat : 25782 (java) S 25769 25771 23457 0 -1 4202560 100 0 0 0 4 0 0 0 20 0 22 0 254159038 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785375992424 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25783] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25783/stat : 25783 (java) S 25769 25771 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254159038 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785374938744 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25784] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25784/stat : 25784 (java) S 25769 25771 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254159039 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785373886088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25785] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25785/stat : 25785 (java) S 25769 25771 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254159041 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785372834832 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25786] ppid=25769 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/25771/task/25786/stat : 25786 (java) S 25769 25771 23457 0 -1 4202560 7370 0 0 0 112 2 0 0 20 0 22 0 254159041 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785371781176 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25787] ppid=25769 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/25771/task/25787/stat : 25787 (java) S 25769 25771 23457 0 -1 4202560 16002 0 0 0 132 3 0 0 20 0 22 0 254159041 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785370728632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25788] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25788/stat : 25788 (java) S 25769 25771 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254159041 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785369676280 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25789] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25789/stat : 25789 (java) S 25769 25771 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254159041 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785368623944 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25790] ppid=25769 vsize=9824668 CPUtime=2.04 cores=0,2,4,6
/proc/25771/task/25790/stat : 25790 (java) R 25769 25771 23457 0 -1 4202560 23 0 0 0 204 0 0 0 20 0 22 0 254159118 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785367569176 139785424924732 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25791] ppid=25769 vsize=9824668 CPUtime=2.11 cores=0,2,4,6
/proc/25771/task/25791/stat : 25791 (java) R 25769 25771 23457 0 -1 4202560 89 0 0 0 211 0 0 0 20 0 22 0 254159118 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785366516808 139785424987834 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25792] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25792/stat : 25792 (java) S 25769 25771 23457 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254159120 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785365464616 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25793] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25793/stat : 25793 (java) S 25769 25771 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254159121 10060460032 59119 33554432000 1073741824 1073778376 140736829362208 139785364412072 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 9824668

[startup+6.30072 s]
/proc/loadavg: 3.76 3.91 3.89 5/219 25793
/proc/meminfo: memFree=27871100/32873844 swapFree=7356/7356
[pid=25771] ppid=25769 vsize=9824668 CPUtime=14.07 cores=0,2,4,6
/proc/25771/stat : 25771 (java) S 25769 25771 23457 0 -1 4202496 27539 0 1 0 1391 16 0 0 20 0 22 0 254159035 10060460032 91486 33554432000 1073741824 1073778376 140736829362208 140736829353344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25771/statm: 2456167 91486 2285 9 0 2446860 0
[pid=25771/tid=25773] ppid=25769 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/25771/task/25773/stat : 25773 (java) S 25769 25771 23457 0 -1 4202560 2557 0 1 0 78 2 0 0 20 0 22 0 254159036 10060460032 91486 33554432000 1073741824 1073778376 140736829362208 139785551717368 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25774] ppid=25769 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25771/task/25774/stat : 25774 (java) S 25769 25771 23457 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 254159037 10060460032 91486 33554432000 1073741824 1073778376 140736829362208 139785395559080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25775] ppid=25769 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25771/task/25775/stat : 25775 (java) S 25769 25771 23457 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 22 0 254159037 10060460032 91486 33554432000 1073741824 1073778376 140736829362208 139785394506536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25776] ppid=25769 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25771/task/25776/stat : 25776 (java) S 25769 25771 23457 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 22 0 254159037 10060460032 91486 33554432000 1073741824 1073778376 140736829362208 139785393453992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25777] ppid=25769 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25771/task/25777/stat : 25777 (java) S 25769 25771 23457 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 254159037 10060460032 91486 33554432000 1073741824 1073778376 140736829362208 139785392401448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25778] ppid=25769 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25771/task/25778/stat : 25778 (java) S 25769 25771 23457 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 22 0 254159037 10060460032 91486 33554432000 1073741824 1073778376 140736829362208 139785391347880 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25779] ppid=25769 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25771/task/25779/stat : 25779 (java) S 25769 25771 23457 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 22 0 254159037 10060460032 91486 33554432000 1073741824 1073778376 140736829362208 139785390295336 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25780] ppid=25769 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25771/task/25780/stat : 25780 (java) S 25769 25771 23457 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 254159037 10060460032 91486 33554432000 1073741824 1073778376 140736829362208 139785389242792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25781] ppid=25769 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25771/task/25781/stat : 25781 (java) S 25769 25771 23457 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 254159037 10060460032 91486 33554432000 1073741824 1073778376 140736829362208 139785388190248 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25782] ppid=25769 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/25771/task/25782/stat : 25782 (java) S 25769 25771 23457 0 -1 4202560 114 0 0 0 36 0 0 0 20 0 22 0 254159038 10060460032 91486 33554432000 1073741824 1073778376 140736829362208 139785375992424 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25783] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25783/stat : 25783 (java) S 25769 25771 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254159038 10060460032 91486 33554432000 1073741824 1073778376 140736829362208 139785374938744 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25784] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25784/stat : 25784 (java) S 25769 25771 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254159039 10060460032 91486 33554432000 1073741824 1073778376 140736829362208 139785373886088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25785] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25785/stat : 25785 (java) S 25769 25771 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254159041 10060460032 91486 33554432000 1073741824 1073778376 140736829362208 139785372834832 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25786] ppid=25769 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/25771/task/25786/stat : 25786 (java) R 25769 25771 23457 0 -1 4202560 7371 0 0 0 119 2 0 0 20 0 22 0 254159041 10060460032 91486 33554432000 1073741824 1073778376 140736829362208 139785371757224 139785555834284 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0

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

/proc/25771/statm: 2456167 799368 2286 9 0 2446860 0
[pid=25771/tid=25773] ppid=25769 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/25771/task/25773/stat : 25773 (java) S 25769 25771 23457 0 -1 4202560 2591 0 1 0 80 4 0 0 20 0 22 0 254159036 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785551717368 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25774] ppid=25769 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/25771/task/25774/stat : 25774 (java) S 25769 25771 23457 0 -1 4202560 690 0 0 0 230 20 0 0 20 0 22 0 254159037 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785395559080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25775] ppid=25769 vsize=9824668 CPUtime=2.64 cores=0,2,4,6
/proc/25771/task/25775/stat : 25775 (java) S 25769 25771 23457 0 -1 4202560 753 0 0 0 245 19 0 0 20 0 22 0 254159037 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785394506536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25776] ppid=25769 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/25771/task/25776/stat : 25776 (java) S 25769 25771 23457 0 -1 4202560 829 0 0 0 247 18 0 0 20 0 22 0 254159037 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785393453992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25777] ppid=25769 vsize=9824668 CPUtime=2.73 cores=0,2,4,6
/proc/25771/task/25777/stat : 25777 (java) S 25769 25771 23457 0 -1 4202560 770 0 0 0 252 21 0 0 20 0 22 0 254159037 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785392401448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25778] ppid=25769 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/25771/task/25778/stat : 25778 (java) S 25769 25771 23457 0 -1 4202560 737 0 0 0 229 21 0 0 20 0 22 0 254159037 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785391347880 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25779] ppid=25769 vsize=9824668 CPUtime=2.35 cores=0,2,4,6
/proc/25771/task/25779/stat : 25779 (java) S 25769 25771 23457 0 -1 4202560 534 0 0 0 216 19 0 0 20 0 22 0 254159037 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785390295336 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25780] ppid=25769 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/25771/task/25780/stat : 25780 (java) S 25769 25771 23457 0 -1 4202560 631 0 0 0 210 16 0 0 20 0 22 0 254159037 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785389242792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25781] ppid=25769 vsize=9824668 CPUtime=2.45 cores=0,2,4,6
/proc/25771/task/25781/stat : 25781 (java) S 25769 25771 23457 0 -1 4202560 931 0 0 0 222 23 0 0 20 0 22 0 254159037 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785388190248 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25782] ppid=25769 vsize=9824668 CPUtime=67.22 cores=0,2,4,6
/proc/25771/task/25782/stat : 25782 (java) S 25769 25771 23457 0 -1 4202560 4242 0 0 0 6705 17 0 0 20 0 22 0 254159038 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785375992424 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25783] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25783/stat : 25783 (java) S 25769 25771 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254159038 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785374938744 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25784] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25784/stat : 25784 (java) S 25769 25771 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254159039 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785373886088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25785] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25785/stat : 25785 (java) S 25769 25771 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254159041 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785372834832 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25786] ppid=25769 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/25771/task/25786/stat : 25786 (java) S 25769 25771 23457 0 -1 4202560 12563 0 0 0 216 2 0 0 20 0 22 0 254159041 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785371781176 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25787] ppid=25769 vsize=9824668 CPUtime=1.46 cores=0,2,4,6
/proc/25771/task/25787/stat : 25787 (java) S 25769 25771 23457 0 -1 4202560 16003 0 0 0 143 3 0 0 20 0 22 0 254159041 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785370728632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25788] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25788/stat : 25788 (java) S 25769 25771 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254159041 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785369676280 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25789] ppid=25769 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25771/task/25789/stat : 25789 (java) S 25769 25771 23457 0 -1 4202560 47 0 0 0 17 14 0 0 20 0 22 0 254159041 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785368623944 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25790] ppid=25769 vsize=9824668 CPUtime=746.62 cores=0,2,4,6
/proc/25771/task/25790/stat : 25790 (java) R 25769 25771 23457 0 -1 4202560 108 0 0 0 74649 13 0 0 20 0 22 0 254159118 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785367568992 139785424924751 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25791] ppid=25769 vsize=9824668 CPUtime=746.59 cores=0,2,4,6
/proc/25771/task/25791/stat : 25791 (java) R 25769 25771 23457 0 -1 4202560 1108 0 0 0 74636 23 0 0 20 0 22 0 254159118 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785366514328 139785424886210 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25792] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25792/stat : 25792 (java) S 25769 25771 23457 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254159120 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785365464616 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25793] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25793/stat : 25793 (java) S 25769 25771 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254159121 10060460032 799368 33554432000 1073741824 1073778376 140736829362208 139785364412072 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1589.46
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.77 3.90 3.90 6/215 25858
/proc/meminfo: memFree=25747804/32873844 swapFree=7356/7356
[pid=25771] ppid=25769 vsize=9824668 CPUtime=1704.03 cores=0,2,4,6
/proc/25771/stat : 25771 (java) S 25769 25771 23457 0 -1 4202496 44668 0 1 0 170173 230 0 0 20 0 22 0 254159035 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 140736829353344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25771/statm: 2456167 829787 2286 9 0 2446860 0
[pid=25771/tid=25773] ppid=25769 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/25771/task/25773/stat : 25773 (java) S 25769 25771 23457 0 -1 4202560 2592 0 1 0 80 4 0 0 20 0 22 0 254159036 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785551717368 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25774] ppid=25769 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/25771/task/25774/stat : 25774 (java) S 25769 25771 23457 0 -1 4202560 708 0 0 0 237 20 0 0 20 0 22 0 254159037 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785395559080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25775] ppid=25769 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/25771/task/25775/stat : 25775 (java) S 25769 25771 23457 0 -1 4202560 957 0 0 0 268 22 0 0 20 0 22 0 254159037 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785394506536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25776] ppid=25769 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/25771/task/25776/stat : 25776 (java) S 25769 25771 23457 0 -1 4202560 1050 0 0 0 262 18 0 0 20 0 22 0 254159037 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785393453992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25777] ppid=25769 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/25771/task/25777/stat : 25777 (java) S 25769 25771 23457 0 -1 4202560 869 0 0 0 258 22 0 0 20 0 22 0 254159037 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785392401448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25778] ppid=25769 vsize=9824668 CPUtime=2.71 cores=0,2,4,6
/proc/25771/task/25778/stat : 25778 (java) S 25769 25771 23457 0 -1 4202560 879 0 0 0 247 24 0 0 20 0 22 0 254159037 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785391347880 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25779] ppid=25769 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/25771/task/25779/stat : 25779 (java) S 25769 25771 23457 0 -1 4202560 557 0 0 0 231 20 0 0 20 0 22 0 254159037 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785390295336 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25780] ppid=25769 vsize=9824668 CPUtime=2.39 cores=0,2,4,6
/proc/25771/task/25780/stat : 25780 (java) S 25769 25771 23457 0 -1 4202560 646 0 0 0 222 17 0 0 20 0 22 0 254159037 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785389242792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25781] ppid=25769 vsize=9824668 CPUtime=2.56 cores=0,2,4,6
/proc/25771/task/25781/stat : 25781 (java) S 25769 25771 23457 0 -1 4202560 997 0 0 0 232 24 0 0 20 0 22 0 254159037 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785388190248 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25782] ppid=25769 vsize=9824668 CPUtime=73.21 cores=0,2,4,6
/proc/25771/task/25782/stat : 25782 (java) S 25769 25771 23457 0 -1 4202560 4388 0 0 0 7303 18 0 0 20 0 22 0 254159038 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785375992424 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25783] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25783/stat : 25783 (java) S 25769 25771 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254159038 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785374938744 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25784] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25784/stat : 25784 (java) S 25769 25771 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254159039 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785373886088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25785] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25785/stat : 25785 (java) S 25769 25771 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254159041 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785372834832 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25786] ppid=25769 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/25771/task/25786/stat : 25786 (java) S 25769 25771 23457 0 -1 4202560 12563 0 0 0 216 2 0 0 20 0 22 0 254159041 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785371781176 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25787] ppid=25769 vsize=9824668 CPUtime=1.46 cores=0,2,4,6
/proc/25771/task/25787/stat : 25787 (java) S 25769 25771 23457 0 -1 4202560 16003 0 0 0 143 3 0 0 20 0 22 0 254159041 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785370728632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25788] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25788/stat : 25788 (java) S 25769 25771 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254159041 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785369676280 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25789] ppid=25769 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/25771/task/25789/stat : 25789 (java) S 25769 25771 23457 0 -1 4202560 51 0 0 0 18 15 0 0 20 0 22 0 254159041 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785368623944 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25790] ppid=25769 vsize=9824668 CPUtime=800.17 cores=0,2,4,6
/proc/25771/task/25790/stat : 25790 (java) R 25769 25771 23457 0 -1 4202560 110 0 0 0 80003 14 0 0 20 0 22 0 254159118 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785367568992 139785424924738 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25791] ppid=25769 vsize=9824668 CPUtime=800.12 cores=0,2,4,6
/proc/25771/task/25791/stat : 25791 (java) R 25769 25771 23457 0 -1 4202560 1108 0 0 0 79988 24 0 0 20 0 22 0 254159118 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785366514448 139785424426733 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25792] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25792/stat : 25792 (java) S 25769 25771 23457 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254159120 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785365464616 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25793] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25793/stat : 25793 (java) S 25769 25771 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254159121 10060460032 829787 33554432000 1073741824 1073778376 140736829362208 139785364412072 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1704.03
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+931.201 s]
/proc/loadavg: 3.91 3.93 3.90 5/220 25886
/proc/meminfo: memFree=24908076/32873844 swapFree=7356/7356
[pid=25771] ppid=25769 vsize=9824668 CPUtime=1800.09 cores=0,2,4,6
/proc/25771/stat : 25771 (java) S 25769 25771 23457 0 -1 4202496 45264 0 1 0 179772 237 0 0 20 0 22 0 254159035 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 140736829353344 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25771/statm: 2456167 846801 2286 9 0 2446860 0
[pid=25771/tid=25773] ppid=25769 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/25771/task/25773/stat : 25773 (java) S 25769 25771 23457 0 -1 4202560 2592 0 1 0 80 4 0 0 20 0 22 0 254159036 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785551717368 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25774] ppid=25769 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/25771/task/25774/stat : 25774 (java) S 25769 25771 23457 0 -1 4202560 917 0 0 0 253 22 0 0 20 0 22 0 254159037 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785395559080 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25775] ppid=25769 vsize=9824668 CPUtime=3.06 cores=0,2,4,6
/proc/25771/task/25775/stat : 25775 (java) S 25769 25771 23457 0 -1 4202560 982 0 0 0 284 22 0 0 20 0 22 0 254159037 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785394506536 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25776] ppid=25769 vsize=9824668 CPUtime=3.04 cores=0,2,4,6
/proc/25771/task/25776/stat : 25776 (java) S 25769 25771 23457 0 -1 4202560 1102 0 0 0 285 19 0 0 20 0 22 0 254159037 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785393453992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25777] ppid=25769 vsize=9824668 CPUtime=2.99 cores=0,2,4,6
/proc/25771/task/25777/stat : 25777 (java) S 25769 25771 23457 0 -1 4202560 934 0 0 0 276 23 0 0 20 0 22 0 254159037 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785392401448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25778] ppid=25769 vsize=9824668 CPUtime=2.86 cores=0,2,4,6
/proc/25771/task/25778/stat : 25778 (java) S 25769 25771 23457 0 -1 4202560 887 0 0 0 262 24 0 0 20 0 22 0 254159037 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785391347880 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25779] ppid=25769 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/25771/task/25779/stat : 25779 (java) S 25769 25771 23457 0 -1 4202560 600 0 0 0 244 21 0 0 20 0 22 0 254159037 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785390295336 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25780] ppid=25769 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/25771/task/25780/stat : 25780 (java) S 25769 25771 23457 0 -1 4202560 774 0 0 0 243 18 0 0 20 0 22 0 254159037 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785389242792 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25781] ppid=25769 vsize=9824668 CPUtime=2.74 cores=0,2,4,6
/proc/25771/task/25781/stat : 25781 (java) S 25769 25771 23457 0 -1 4202560 1025 0 0 0 249 25 0 0 20 0 22 0 254159037 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785388190248 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25782] ppid=25769 vsize=9824668 CPUtime=75.64 cores=0,2,4,6
/proc/25771/task/25782/stat : 25782 (java) S 25769 25771 23457 0 -1 4202560 4418 0 0 0 7546 18 0 0 20 0 22 0 254159038 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785375992424 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25783] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25783/stat : 25783 (java) S 25769 25771 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254159038 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785374938744 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25784] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25784/stat : 25784 (java) S 25769 25771 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254159039 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785373886088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25785] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25785/stat : 25785 (java) S 25769 25771 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254159041 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785372834832 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25786] ppid=25769 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/25771/task/25786/stat : 25786 (java) S 25769 25771 23457 0 -1 4202560 12563 0 0 0 216 2 0 0 20 0 22 0 254159041 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785371781176 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25787] ppid=25769 vsize=9824668 CPUtime=1.46 cores=0,2,4,6
/proc/25771/task/25787/stat : 25787 (java) S 25769 25771 23457 0 -1 4202560 16003 0 0 0 143 3 0 0 20 0 22 0 254159041 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785370728632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25771/tid=25788] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25788/stat : 25788 (java) S 25769 25771 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254159041 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785369676280 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25771/tid=25789] ppid=25769 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/25771/task/25789/stat : 25789 (java) S 25769 25771 23457 0 -1 4202560 53 0 0 0 19 16 0 0 20 0 22 0 254159041 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785368623944 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25790] ppid=25769 vsize=9824668 CPUtime=846.14 cores=0,2,4,6
/proc/25771/task/25790/stat : 25790 (java) R 25769 25771 23457 0 -1 4202560 110 0 0 0 84600 14 0 0 20 0 22 0 254159118 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785367567336 139785425040308 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25791] ppid=25769 vsize=9824668 CPUtime=846.09 cores=0,2,4,6
/proc/25771/task/25791/stat : 25791 (java) R 25769 25771 23457 0 -1 4202560 1114 0 0 0 84585 24 0 0 20 0 22 0 254159118 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785366515488 139785424426806 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25771/tid=25792] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25792/stat : 25792 (java) S 25769 25771 23457 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254159120 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785365464616 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25771/tid=25793] ppid=25769 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25771/task/25793/stat : 25793 (java) S 25769 25771 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254159121 10060460032 846801 33554432000 1073741824 1073778376 140736829362208 139785364412072 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 25771 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=89408
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=732584
# CPU time returned by wait4() is 1795.82
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 931.256
CPU time (s): 1800.09
CPU user time (s): 1797.72
CPU system time (s): 2.37
CPU usage (%): 193.297
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.09
system time used= 2.73258
maximum resident set size= 3406732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45297
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25096
involuntary context switches= 33235

runsolver used 3.50247 second user time and 7.99179 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-24 19:25:05
IDJOB=3688892
IDBENCH=71849
IDSOLVER=2268
FILE ID=node109/3688892-1337880305
RUNJOBID= node109-1337871881-23473
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-fx97.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688892-1337880305/watcher-3688892-1337880305 -o /tmp/evaluation-result-3688892-1337880305/solver-3688892-1337880305 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688892-1337880305.opb

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

MD5SUM BENCH= 22116bd56344f7c7bb7157cc5841f631
RANDOM SEED=152933317

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:        28269804 kB
Buffers:          204736 kB
Cached:          2786368 kB
SwapCached:            0 kB
Active:          1192628 kB
Inactive:        2617120 kB
Active(anon):     821076 kB
Inactive(anon):        0 kB
Active(file):     371552 kB
Inactive(file):  2617120 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1716 kB
Writeback:             0 kB
AnonPages:        901212 kB
Mapped:            22608 kB
Shmem:               200 kB
Slab:             626664 kB
SReclaimable:      68860 kB
SUnreclaim:       557804 kB
KernelStack:        1808 kB
PageTables:         5952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1602336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    849920 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= 71676 MiB
End job on node109 at 2012-05-24 19:40:38