Trace number 3689484

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.16 933.169

General information on the benchmark

Name/OPT-SMALLINT-LIN/
heinz/normalized-ns894244.opb
MD5SUMcdfac8cd93d8a1de6ab1cef68bd1ac7c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark1783.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21856
Total number of constraints12129
Number of constraints which are clauses4095
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints7696
Minimum length of a constraint1
Maximum length of a constraint211
Number of terms in the objective function 16
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 16
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 211
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689484-1337882456.opb
0.08/0.13	c reading problem ... 
1.55/0.98	c ... done. Wall clock time 0.852s.
1.55/0.98	c declared #vars     21856
1.55/0.98	c #constraints  14296
1.55/0.98	c constraints type 
1.55/0.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3188
1.55/0.98	c org.sat4j.minisat.constraints.cnf.UnitClauses => 828
1.55/0.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 6837
1.55/0.98	c ignored satisfied constraints => 2011
1.55/0.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3094
1.55/0.98	c org.sat4j.minisat.constraints.cnf.UnitClause => 349
1.55/0.98	c 16307 constraints processed.
1.55/0.98	c constraints type 
1.55/0.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3094
1.55/0.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3188
1.55/0.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6837
1.55/0.98	c ignored satisfied constraints => 2011
1.55/0.98	c org.sat4j.pb.constraints.pb.UnitClausesPB => 828
1.55/0.98	c org.sat4j.pb.constraints.pb.UnitClausePB => 349
1.55/0.98	c 16307 constraints processed.
1.55/0.98	c objective function length is 16 literals
4.31/1.77	c cleaning 2465 clauses out of 5000 with flag 5000/5000
5.82/2.46	c cleaning 4240 clauses out of 8534 with flag 11001/11001
7.68/3.31	c cleaning 5625 clauses out of 11295 with flag 18002/18002
9.03/4.02	c cleaning 6784 clauses out of 13668 with flag 26000/26000
11.03/5.02	c cleaning 7898 clauses out of 15884 with flag 35001/35001
12.98/6.05	c cleaning 8904 clauses out of 17984 with flag 45000/45000
15.10/7.14	c cleaning 9981 clauses out of 20077 with flag 56000/56000
17.66/8.47	c cleaning 10990 clauses out of 22096 with flag 68000/68000
20.57/9.97	c cleaning 11956 clauses out of 24107 with flag 81002/81002
23.48/11.50	c cleaning 12977 clauses out of 26148 with flag 95001/95001
26.99/13.21	c cleaning 13991 clauses out of 28170 with flag 110002/110002
30.87/15.20	c cleaning 14985 clauses out of 30176 with flag 126000/126000
34.72/17.26	c cleaning 16047 clauses out of 32189 with flag 143000/143000
38.60/19.27	c cleaning 16949 clauses out of 34141 with flag 161000/161000
43.08/21.50	c cleaning 17911 clauses out of 36192 with flag 180000/180000
47.75/23.93	c cleaning 19095 clauses out of 38280 with flag 200001/200001
53.00/26.65	c cleaning 19996 clauses out of 40182 with flag 221000/221000
60.66/30.53	c cleaning 21035 clauses out of 42184 with flag 243001/243001
66.73/33.62	c cleaning 21996 clauses out of 44149 with flag 266002/266002
72.57/36.67	c cleaning 22930 clauses out of 46153 with flag 290002/290002
78.74/39.86	c cleaning 24040 clauses out of 48222 with flag 315003/315003
85.19/43.15	c cleaning 24938 clauses out of 50178 with flag 341001/341001
91.64/46.41	c cleaning 26037 clauses out of 52239 with flag 368002/368002
99.27/50.38	c cleaning 26952 clauses out of 54201 with flag 396001/396001
105.80/53.75	c cleaning 28024 clauses out of 56248 with flag 425001/425001
112.03/56.97	c cleaning 29076 clauses out of 58214 with flag 455000/455000
121.26/61.69	c cleaning 30032 clauses out of 60117 with flag 486000/486000
128.44/65.33	c cleaning 31008 clauses out of 62080 with flag 518001/518001
137.14/69.81	c cleaning 32013 clauses out of 64064 with flag 551001/551001
145.52/74.14	c cleaning 32884 clauses out of 66048 with flag 585001/585001
155.10/79.10	c cleaning 33975 clauses out of 68163 with flag 620000/620000
164.64/83.93	c cleaning 34880 clauses out of 70187 with flag 656001/656001
177.82/90.73	c cleaning 36053 clauses out of 72307 with flag 693001/693001
187.91/95.90	c cleaning 37012 clauses out of 74250 with flag 731001/731001
201.98/103.11	c cleaning 37931 clauses out of 76240 with flag 770003/770003
213.43/109.04	c cleaning 39141 clauses out of 78306 with flag 810002/810002
225.50/115.37	c cleaning 40000 clauses out of 80159 with flag 851000/851000
237.76/121.62	c cleaning 40902 clauses out of 82158 with flag 893001/893001
249.03/127.42	c cleaning 42087 clauses out of 84254 with flag 936001/936001
264.84/135.59	c cleaning 42919 clauses out of 86166 with flag 980001/980001
277.07/141.95	c cleaning 44009 clauses out of 88246 with flag 1025001/1025001
292.48/149.85	c cleaning 45034 clauses out of 90234 with flag 1071000/1071000
306.45/157.04	c cleaning 45906 clauses out of 92197 with flag 1118000/1118000
322.96/165.50	c cleaning 46983 clauses out of 94292 with flag 1166001/1166001
336.72/172.82	c cleaning 48038 clauses out of 96307 with flag 1215000/1215000
352.60/181.05	c cleaning 48971 clauses out of 98268 with flag 1265000/1265000
367.85/188.98	c cleaning 49926 clauses out of 100299 with flag 1316002/1316002
381.71/196.20	c cleaning 51094 clauses out of 102372 with flag 1368001/1368001
396.96/204.24	c cleaning 52047 clauses out of 104277 with flag 1421000/1421000
411.97/212.06	c cleaning 52996 clauses out of 106228 with flag 1475000/1475000
426.82/219.72	c cleaning 53967 clauses out of 108231 with flag 1530001/1530001
445.06/229.11	c cleaning 55094 clauses out of 110262 with flag 1586000/1586000
463.92/239.09	c cleaning 55954 clauses out of 112168 with flag 1643001/1643001
481.13/247.95	c cleaning 56995 clauses out of 114213 with flag 1701000/1701000
499.93/257.62	c cleaning 57891 clauses out of 116219 with flag 1760001/1760001
516.94/266.48	c cleaning 59063 clauses out of 118327 with flag 1820001/1820001
534.40/275.67	c cleaning 59968 clauses out of 120262 with flag 1881000/1881000
550.59/284.07	c cleaning 60906 clauses out of 122292 with flag 1943000/1943000
569.22/293.69	c cleaning 61932 clauses out of 124386 with flag 2006000/2006000
588.79/303.78	c cleaning 63149 clauses out of 126454 with flag 2070001/2070001
608.45/314.08	c cleaning 64002 clauses out of 128304 with flag 2135000/2135000
645.81/333.09	c cleaning 65086 clauses out of 130302 with flag 2201000/2201000
665.21/343.06	c cleaning 65882 clauses out of 132215 with flag 2268001/2268001
685.88/353.74	c cleaning 67154 clauses out of 134332 with flag 2336001/2336001
706.24/364.53	c cleaning 68033 clauses out of 136177 with flag 2405000/2405000
726.84/375.32	c cleaning 68924 clauses out of 138147 with flag 2475003/2475003
749.98/387.30	c cleaning 69982 clauses out of 140218 with flag 2546000/2546000
771.92/398.75	c cleaning 70888 clauses out of 142238 with flag 2618002/2618002
796.61/411.73	c cleaning 72027 clauses out of 144348 with flag 2691000/2691000
837.31/432.57	c cleaning 73010 clauses out of 146321 with flag 2765000/2765000
869.23/449.04	c cleaning 74068 clauses out of 148310 with flag 2840001/2840001
906.42/468.19	c cleaning 74894 clauses out of 150240 with flag 2916000/2916000
930.21/480.82	c cleaning 76082 clauses out of 152346 with flag 2993000/2993000
956.32/494.40	c cleaning 76975 clauses out of 154264 with flag 3071000/3071000
984.12/508.91	c cleaning 77886 clauses out of 156287 with flag 3150000/3150000
1007.86/521.34	c cleaning 79077 clauses out of 158401 with flag 3230000/3230000
1033.51/535.04	c cleaning 80082 clauses out of 160323 with flag 3311000/3311000
1060.54/549.17	c cleaning 80960 clauses out of 162241 with flag 3393000/3393000
1092.40/565.67	c cleaning 81967 clauses out of 164281 with flag 3476000/3476000
1120.58/580.34	c cleaning 82949 clauses out of 166314 with flag 3560000/3560000
1148.25/595.02	c cleaning 84100 clauses out of 168365 with flag 3645000/3645000
1183.08/613.06	c cleaning 85127 clauses out of 170265 with flag 3731000/3731000
1214.49/629.34	c cleaning 85879 clauses out of 172137 with flag 3818000/3818000
1246.12/645.73	c cleaning 86787 clauses out of 174257 with flag 3906000/3906000
1295.17/671.87	c cleaning 88018 clauses out of 176470 with flag 3995000/3995000
1324.42/686.78	c cleaning 89000 clauses out of 178452 with flag 4085000/4085000
1357.41/703.80	c cleaning 90142 clauses out of 180454 with flag 4176002/4176002
1387.13/719.60	c cleaning 90936 clauses out of 182312 with flag 4268003/4268003
1414.98/734.21	c cleaning 91984 clauses out of 184374 with flag 4361001/4361001
1464.48/760.40	c cleaning 93006 clauses out of 186390 with flag 4455001/4455001
1499.78/778.86	c cleaning 94043 clauses out of 188383 with flag 4550000/4550000
1534.01/796.53	c cleaning 94871 clauses out of 190340 with flag 4646001/4646001
1599.43/829.87	c cleaning 96107 clauses out of 192469 with flag 4743001/4743001
1634.54/847.99	c cleaning 96965 clauses out of 194362 with flag 4841001/4841001
1705.28/884.28	c cleaning 98096 clauses out of 196397 with flag 4940001/4940001
1757.72/911.00	c cleaning 99077 clauses out of 198301 with flag 5040001/5040001
1800.16/933.11	c starts		: 251
1800.16/933.11	c conflicts		: 5113715
1800.16/933.11	c decisions		: 17162330
1800.16/933.11	c propagations		: 1274900254
1800.16/933.11	c inspects		: 6587754351
1800.16/933.11	c shortcuts		: 0
1800.16/933.11	c learnt literals	: 129
1800.16/933.11	c learnt binary clauses	: 3723
1800.16/933.11	c learnt ternary clauses	: 31091
1800.16/933.11	c learnt constraints	: 5113586
1800.16/933.11	c ignored constraints	: 0
1800.16/933.11	c root simplifications	: 0
1800.16/933.11	c removed literals (reason simplification)	: 19365206
1800.16/933.11	c reason swapping (by a shorter reason)	: 0
1800.16/933.11	c Calls to reduceDB	: 96
1800.16/933.11	c number of reductions to clauses (during analyze)	: 0
1800.16/933.11	c number of learned constraints concerned by reduction	: 0
1800.16/933.11	c number of learning phase by resolution	: 0
1800.16/933.11	c number of learning phase by cutting planes	: 0
1800.16/933.11	c speed (assignments/second)	: 1367779.3808571014
1800.16/933.11	c non guided choices	143724
1800.16/933.15	c learnt constraints type 
1800.16/933.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3723
1800.16/933.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169271
1800.16/933.15	c constraints type 
1800.16/933.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3188
1800.16/933.15	c org.sat4j.minisat.constraints.cnf.UnitClauses => 828
1800.16/933.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 6837
1800.16/933.15	c ignored satisfied constraints => 2011
1800.16/933.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3094
1800.16/933.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 349
1800.16/933.15	c 16307 constraints processed.
1800.16/933.15	c constraints type 
1800.16/933.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3094
1800.16/933.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3188
1800.16/933.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6837
1800.16/933.15	c ignored satisfied constraints => 2011
1800.16/933.15	c org.sat4j.pb.constraints.pb.UnitClausesPB => 828
1800.16/933.15	c org.sat4j.pb.constraints.pb.UnitClausePB => 349
1800.16/933.15	c 16307 constraints processed.
1800.16/933.15	s UNKNOWN
1800.16/933.15	c Total wall clock time (in seconds): 933.017

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-3689484-1337882456/watcher-3689484-1337882456 -o /tmp/evaluation-result-3689484-1337882456/solver-3689484-1337882456 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689484-1337882456.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.96 3.77 3.72 4/198 28288
/proc/meminfo: memFree=26402796/32873844 swapFree=7616/7616
[pid=28288] ppid=28286 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28288/stat : 28288 (java) D 28286 28288 23801 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 254371214 9515008 176 33554432000 1073741824 1073778376 140737220803872 140737220786600 214369649552 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/28288/statm: 2323 176 133 9 0 71 0

[startup+0.0614939 s]
/proc/loadavg: 3.96 3.77 3.72 4/198 28288
/proc/meminfo: memFree=26402796/32873844 swapFree=7616/7616
[pid=28288] ppid=28286 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/28288/stat : 28288 (java) S 28286 28288 23801 0 -1 4202496 3112 0 1 0 3 1 0 0 20 0 13 0 254371214 9446973440 3298 33554432000 1073741824 1073778376 140736658139632 140736658130768 214373007421 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28288/statm: 2306390 3298 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100248 s]
/proc/loadavg: 3.96 3.77 3.72 4/198 28288
/proc/meminfo: memFree=26402796/32873844 swapFree=7616/7616
[pid=28288] ppid=28286 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/28288/stat : 28288 (java) S 28286 28288 23801 0 -1 4202496 3928 0 1 0 7 1 0 0 20 0 18 0 254371214 9787813888 4618 33554432000 1073741824 1073778376 140736658139632 140736658130768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28288/statm: 2389603 4632 2029 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300254 s]
/proc/loadavg: 3.96 3.77 3.72 4/198 28288
/proc/meminfo: memFree=26402796/32873844 swapFree=7616/7616
[pid=28288] ppid=28286 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/28288/stat : 28288 (java) S 28286 28288 23801 0 -1 4202496 5465 0 1 0 37 3 0 0 20 0 18 0 254371214 9787813888 36579 33554432000 1073741824 1073778376 140736658139632 140736658130768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28288/statm: 2389603 36579 2210 9 0 2380296 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 9558412

[startup+0.700187 s]
/proc/loadavg: 3.96 3.77 3.72 4/198 28288
/proc/meminfo: memFree=26402796/32873844 swapFree=7616/7616
[pid=28288] ppid=28286 vsize=9558412 CPUtime=1.23 cores=0,2,4,6
/proc/28288/stat : 28288 (java) S 28286 28288 23801 0 -1 4202496 8247 0 1 0 111 12 0 0 20 0 18 0 254371214 9787813888 139738 33554432000 1073741824 1073778376 140736658139632 140736658130768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28288/statm: 2389603 139738 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558412

[startup+1.50067 s]
/proc/loadavg: 3.96 3.77 3.72 6/218 28308
/proc/meminfo: memFree=25708472/32873844 swapFree=7616/7616
[pid=28288] ppid=28286 vsize=9824668 CPUtime=3.66 cores=0,2,4,6
/proc/28288/stat : 28288 (java) S 28286 28288 23801 0 -1 4202496 20865 0 1 0 346 20 0 0 20 0 22 0 254371214 10060460032 187307 33554432000 1073741824 1073778376 140736658139632 140736658130768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28288/statm: 2456167 187307 2269 9 0 2446860 0
[pid=28288/tid=28290] ppid=28286 vsize=9824668 CPUtime=0.88 cores=0,2,4,6
/proc/28288/task/28290/stat : 28290 (java) S 28286 28288 23801 0 -1 4202560 2817 0 1 0 77 11 0 0 20 0 22 0 254371215 10060460032 187307 33554432000 1073741824 1073778376 140736658139632 140331412890616 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28291] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28291/stat : 28291 (java) S 28286 28288 23801 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 254371216 10060460032 187307 33554432000 1073741824 1073778376 140736658139632 140331351620648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28292] ppid=28286 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28288/task/28292/stat : 28292 (java) S 28286 28288 23801 0 -1 4202560 39 0 0 0 1 0 0 0 20 0 22 0 254371216 10060460032 187307 33554432000 1073741824 1073778376 140736658139632 140331350567848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28293] ppid=28286 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28288/task/28293/stat : 28293 (java) S 28286 28288 23801 0 -1 4202560 42 0 0 0 1 0 0 0 20 0 22 0 254371216 10060460032 187308 33554432000 1073741824 1073778376 140736658139632 140331349515048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28294] ppid=28286 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28288/task/28294/stat : 28294 (java) S 28286 28288 23801 0 -1 4202560 36 0 0 0 2 0 0 0 20 0 22 0 254371216 10060460032 187309 33554432000 1073741824 1073778376 140736658139632 140331348462248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28295] ppid=28286 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28288/task/28295/stat : 28295 (java) S 28286 28288 23801 0 -1 4202560 62 0 0 0 3 0 0 0 20 0 22 0 254371216 10060460032 187309 33554432000 1073741824 1073778376 140736658139632 140331347409448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28296] ppid=28286 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28288/task/28296/stat : 28296 (java) S 28286 28288 23801 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 254371216 10060460032 187309 33554432000 1073741824 1073778376 140736658139632 140331250825640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28297] ppid=28286 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28288/task/28297/stat : 28297 (java) S 28286 28288 23801 0 -1 4202560 57 0 0 0 1 0 0 0 20 0 22 0 254371216 10060460032 187309 33554432000 1073741824 1073778376 140736658139632 140331249772840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28298] ppid=28286 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28288/task/28298/stat : 28298 (java) S 28286 28288 23801 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254371216 10060460032 187309 33554432000 1073741824 1073778376 140736658139632 140331248720040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28299] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28299/stat : 28299 (java) S 28286 28288 23801 0 -1 4202560 439 0 0 0 0 0 0 0 20 0 22 0 254371217 10060460032 187309 33554432000 1073741824 1073778376 140736658139632 140331236522984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28300] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28300/stat : 28300 (java) S 28286 28288 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254371218 10060460032 187309 33554432000 1073741824 1073778376 140736658139632 140331235469048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28301] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28301/stat : 28301 (java) S 28286 28288 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254371218 10060460032 187309 33554432000 1073741824 1073778376 140736658139632 140331234416136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28302] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28302/stat : 28302 (java) S 28286 28288 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254371221 10060460032 187309 33554432000 1073741824 1073778376 140736658139632 140331233364624 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28303] ppid=28286 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/28288/task/28303/stat : 28303 (java) R 28286 28288 23801 0 -1 4202560 9045 0 0 0 70 2 0 0 20 0 22 0 254371221 10060460032 187309 33554432000 1073741824 1073778376 140736658139632 140331232298816 140331419864420 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28288/tid=28304] ppid=28286 vsize=9824668 CPUtime=0.78 cores=0,2,4,6
/proc/28288/task/28304/stat : 28304 (java) R 28286 28288 23801 0 -1 4202560 6987 0 0 0 77 1 0 0 20 0 22 0 254371221 10060460032 187309 33554432000 1073741824 1073778376 140736658139632 140331231256208 140331415908211 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28305] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28305/stat : 28305 (java) S 28286 28288 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254371221 10060460032 187309 33554432000 1073741824 1073778376 140736658139632 140331230206328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28306] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28306/stat : 28306 (java) S 28286 28288 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254371221 10060460032 187310 33554432000 1073741824 1073778376 140736658139632 140331229153736 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28307] ppid=28286 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/28288/task/28307/stat : 28307 (java) R 28286 28288 23801 0 -1 4202560 27 0 0 0 49 0 0 0 20 0 22 0 254371313 10060460032 187311 33554432000 1073741824 1073778376 140736658139632 140331228099936 140331353292192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28308] ppid=28286 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/28288/task/28308/stat : 28308 (java) R 28286 28288 23801 0 -1 4202560 80 0 0 0 49 0 0 0 20 0 22 0 254371313 10060460032 187311 33554432000 1073741824 1073778376 140736658139632 140331227046592 140331353320781 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 9824668

[startup+3.10072 s]
/proc/loadavg: 4.12 3.81 3.73 4/220 28310
/proc/meminfo: memFree=25611528/32873844 swapFree=7616/7616
[pid=28288] ppid=28286 vsize=9824668 CPUtime=7.23 cores=0,2,4,6
/proc/28288/stat : 28288 (java) S 28286 28288 23801 0 -1 4202496 21869 0 1 0 700 23 0 0 20 0 22 0 254371214 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140736658130768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28288/statm: 2456167 199576 2283 9 0 2446860 0
[pid=28288/tid=28290] ppid=28286 vsize=9824668 CPUtime=0.88 cores=0,2,4,6
/proc/28288/task/28290/stat : 28290 (java) S 28286 28288 23801 0 -1 4202560 2818 0 1 0 77 11 0 0 20 0 22 0 254371215 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331412890616 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28291] ppid=28286 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28288/task/28291/stat : 28291 (java) S 28286 28288 23801 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 254371216 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331351620648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28292] ppid=28286 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28288/task/28292/stat : 28292 (java) S 28286 28288 23801 0 -1 4202560 39 0 0 0 1 0 0 0 20 0 22 0 254371216 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331350567848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28288/tid=28293] ppid=28286 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28288/task/28293/stat : 28293 (java) S 28286 28288 23801 0 -1 4202560 42 0 0 0 1 0 0 0 20 0 22 0 254371216 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331349515048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28294] ppid=28286 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28288/task/28294/stat : 28294 (java) S 28286 28288 23801 0 -1 4202560 44 0 0 0 2 1 0 0 20 0 22 0 254371216 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331348462248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28288/tid=28295] ppid=28286 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28288/task/28295/stat : 28295 (java) S 28286 28288 23801 0 -1 4202560 62 0 0 0 3 0 0 0 20 0 22 0 254371216 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331347409448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28296] ppid=28286 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28288/task/28296/stat : 28296 (java) S 28286 28288 23801 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 22 0 254371216 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331250825640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28297] ppid=28286 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28288/task/28297/stat : 28297 (java) S 28286 28288 23801 0 -1 4202560 60 0 0 0 2 0 0 0 20 0 22 0 254371216 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331249772840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28298] ppid=28286 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28288/task/28298/stat : 28298 (java) S 28286 28288 23801 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254371216 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331248720040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28299] ppid=28286 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/28288/task/28299/stat : 28299 (java) S 28286 28288 23801 0 -1 4202560 472 0 0 0 9 0 0 0 20 0 22 0 254371217 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331236522984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28288/tid=28300] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28300/stat : 28300 (java) S 28286 28288 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254371218 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331235469048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28301] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28301/stat : 28301 (java) S 28286 28288 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254371218 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331234416136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28302] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28302/stat : 28302 (java) S 28286 28288 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254371221 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331233364624 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28303] ppid=28286 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/28288/task/28303/stat : 28303 (java) R 28286 28288 23801 0 -1 4202560 9404 0 0 0 98 2 0 0 20 0 22 0 254371221 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331232302112 140331419679318 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28288/tid=28304] ppid=28286 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/28288/task/28304/stat : 28304 (java) R 28286 28288 23801 0 -1 4202560 7548 0 0 0 94 2 0 0 20 0 22 0 254371221 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331231258936 140331419876883 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28305] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28305/stat : 28305 (java) S 28286 28288 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254371221 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331230206328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28306] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28306/stat : 28306 (java) S 28286 28288 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254371221 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331229153736 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28307] ppid=28286 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/28288/task/28307/stat : 28307 (java) R 28286 28288 23801 0 -1 4202560 28 0 0 0 195 0 0 0 20 0 22 0 254371313 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331228099536 140331353400605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28308] ppid=28286 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/28288/task/28308/stat : 28308 (java) R 28286 28288 23801 0 -1 4202560 88 0 0 0 195 0 0 0 20 0 22 0 254371313 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331227044816 140331353458766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28309] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28309/stat : 28309 (java) S 28286 28288 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254371316 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331225994664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28310] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28310/stat : 28310 (java) S 28286 28288 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254371316 10060460032 199576 33554432000 1073741824 1073778376 140736658139632 140331224941864 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 4.12 3.81 3.73 5/220 28333
/proc/meminfo: memFree=25591484/32873844 swapFree=7616/7616
[pid=28288] ppid=28286 vsize=9824668 CPUtime=13.5 cores=0,2,4,6
/proc/28288/stat : 28288 (java) S 28286 28288 23801 0 -1 4202496 22858 0 1 0 1327 23 0 0 20 0 22 0 254371214 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140736658130768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28288/statm: 2456167 201499 2284 9 0 2446860 0
[pid=28288/tid=28290] ppid=28286 vsize=9824668 CPUtime=0.88 cores=0,2,4,6
/proc/28288/task/28290/stat : 28290 (java) S 28286 28288 23801 0 -1 4202560 2818 0 1 0 77 11 0 0 20 0 22 0 254371215 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140331412890616 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28291] ppid=28286 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28288/task/28291/stat : 28291 (java) S 28286 28288 23801 0 -1 4202560 100 0 0 0 4 0 0 0 20 0 22 0 254371216 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140331351620648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28292] ppid=28286 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28288/task/28292/stat : 28292 (java) S 28286 28288 23801 0 -1 4202560 48 0 0 0 2 0 0 0 20 0 22 0 254371216 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140331350567848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28293] ppid=28286 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28288/task/28293/stat : 28293 (java) S 28286 28288 23801 0 -1 4202560 42 0 0 0 1 0 0 0 20 0 22 0 254371216 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140331349515048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28294] ppid=28286 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28288/task/28294/stat : 28294 (java) S 28286 28288 23801 0 -1 4202560 70 0 0 0 4 1 0 0 20 0 22 0 254371216 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140331348462248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28295] ppid=28286 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28288/task/28295/stat : 28295 (java) S 28286 28288 23801 0 -1 4202560 72 0 0 0 4 0 0 0 20 0 22 0 254371216 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140331347409448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28296] ppid=28286 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28288/task/28296/stat : 28296 (java) S 28286 28288 23801 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 22 0 254371216 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140331250825640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28297] ppid=28286 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28288/task/28297/stat : 28297 (java) S 28286 28288 23801 0 -1 4202560 71 0 0 0 3 0 0 0 20 0 22 0 254371216 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140331249772840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28298] ppid=28286 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28288/task/28298/stat : 28298 (java) S 28286 28288 23801 0 -1 4202560 151 0 0 0 3 0 0 0 20 0 22 0 254371216 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140331248720040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28288/tid=28299] ppid=28286 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/28288/task/28299/stat : 28299 (java) S 28286 28288 23801 0 -1 4202560 479 0 0 0 40 0 0 0 20 0 22 0 254371217 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140331236522984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28300] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28300/stat : 28300 (java) S 28286 28288 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254371218 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140331235469048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28301] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28301/stat : 28301 (java) S 28286 28288 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254371218 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140331234416136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28302] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28302/stat : 28302 (java) S 28286 28288 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254371221 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140331233364624 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28303] ppid=28286 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/28288/task/28303/stat : 28303 (java) S 28286 28288 23801 0 -1 4202560 9411 0 0 0 103 2 0 0 20 0 22 0 254371221 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140331232311736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28288/tid=28304] ppid=28286 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/28288/task/28304/stat : 28304 (java) S 28286 28288 23801 0 -1 4202560 8251 0 0 0 103 2 0 0 20 0 22 0 254371221 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140331231258936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28305] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28305/stat : 28305 (java) S 28286 28288 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254371221 10060460032 201499 33554432000 1073741824 1073778376 140736658139632 140331230206328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/28288/statm: 2456167 653190 2285 9 0 2446860 0
[pid=28288/tid=28290] ppid=28286 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/28288/task/28290/stat : 28290 (java) S 28286 28288 23801 0 -1 4202560 2885 0 1 0 79 13 0 0 20 0 22 0 254371215 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331412890616 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28291] ppid=28286 vsize=9824668 CPUtime=0.86 cores=0,2,4,6
/proc/28288/task/28291/stat : 28291 (java) S 28286 28288 23801 0 -1 4202560 861 0 0 0 79 7 0 0 20 0 22 0 254371216 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331351620648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28292] ppid=28286 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/28288/task/28292/stat : 28292 (java) S 28286 28288 23801 0 -1 4202560 1203 0 0 0 80 7 0 0 20 0 22 0 254371216 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331350567848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28293] ppid=28286 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/28288/task/28293/stat : 28293 (java) S 28286 28288 23801 0 -1 4202560 959 0 0 0 96 7 0 0 20 0 22 0 254371216 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331349515048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28294] ppid=28286 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/28288/task/28294/stat : 28294 (java) S 28286 28288 23801 0 -1 4202560 1221 0 0 0 74 6 0 0 20 0 22 0 254371216 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331348462248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28295] ppid=28286 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/28288/task/28295/stat : 28295 (java) S 28286 28288 23801 0 -1 4202560 779 0 0 0 89 8 0 0 20 0 22 0 254371216 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331347409448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28296] ppid=28286 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/28288/task/28296/stat : 28296 (java) S 28286 28288 23801 0 -1 4202560 849 0 0 0 85 10 0 0 20 0 22 0 254371216 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331250825640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28288/tid=28297] ppid=28286 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/28288/task/28297/stat : 28297 (java) S 28286 28288 23801 0 -1 4202560 1501 0 0 0 90 10 0 0 20 0 22 0 254371216 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331249772840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28298] ppid=28286 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/28288/task/28298/stat : 28298 (java) S 28286 28288 23801 0 -1 4202560 1510 0 0 0 110 11 0 0 20 0 22 0 254371216 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331248720040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28299] ppid=28286 vsize=9824668 CPUtime=67.55 cores=0,2,4,6
/proc/28288/task/28299/stat : 28299 (java) S 28286 28288 23801 0 -1 4202560 2882 0 0 0 6745 10 0 0 20 0 22 0 254371217 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331236522984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28300] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28300/stat : 28300 (java) S 28286 28288 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254371218 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331235469048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28301] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28301/stat : 28301 (java) S 28286 28288 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254371218 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331234416136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28302] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28302/stat : 28302 (java) S 28286 28288 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254371221 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331233364624 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28303] ppid=28286 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/28288/task/28303/stat : 28303 (java) S 28286 28288 23801 0 -1 4202560 9431 0 0 0 113 2 0 0 20 0 22 0 254371221 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331232311736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28288/tid=28304] ppid=28286 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/28288/task/28304/stat : 28304 (java) S 28286 28288 23801 0 -1 4202560 8258 0 0 0 115 2 0 0 20 0 22 0 254371221 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331231258936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28305] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28305/stat : 28305 (java) S 28286 28288 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254371221 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331230206328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28306] ppid=28286 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/28288/task/28306/stat : 28306 (java) S 28286 28288 23801 0 -1 4202560 51 0 0 0 14 13 0 0 20 0 22 0 254371221 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331229153736 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28307] ppid=28286 vsize=9824668 CPUtime=809.32 cores=0,2,4,6
/proc/28288/task/28307/stat : 28307 (java) R 28286 28288 23801 0 -1 4202560 83 0 0 0 80920 12 0 0 20 0 22 0 254371313 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331228097504 140331353286163 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28308] ppid=28286 vsize=9824668 CPUtime=809.11 cores=0,2,4,6
/proc/28288/task/28308/stat : 28308 (java) R 28286 28288 23801 0 -1 4202560 842 0 0 0 80884 27 0 0 20 0 22 0 254371313 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331227045696 140331353699175 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28309] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28309/stat : 28309 (java) S 28286 28288 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254371316 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331225994664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28310] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28310/stat : 28310 (java) S 28286 28288 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254371316 10060460032 653190 33554432000 1073741824 1073778376 140736658139632 140331224941864 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1701.48
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+933.101 s]
/proc/loadavg: 3.91 3.88 3.80 5/219 28414
/proc/meminfo: memFree=23853468/32873844 swapFree=7616/7616
[pid=28288] ppid=28286 vsize=9824668 CPUtime=1800.16 cores=0,2,4,6
/proc/28288/stat : 28288 (java) S 28286 28288 23801 0 -1 4202496 34768 0 1 0 179882 134 0 0 20 0 22 0 254371214 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140736658130768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28288/statm: 2456167 687020 2285 9 0 2446860 0
[pid=28288/tid=28290] ppid=28286 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/28288/task/28290/stat : 28290 (java) S 28286 28288 23801 0 -1 4202560 2887 0 1 0 79 13 0 0 20 0 22 0 254371215 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331412890616 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28291] ppid=28286 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/28288/task/28291/stat : 28291 (java) S 28286 28288 23801 0 -1 4202560 925 0 0 0 87 11 0 0 20 0 22 0 254371216 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331351620648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28292] ppid=28286 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/28288/task/28292/stat : 28292 (java) S 28286 28288 23801 0 -1 4202560 1227 0 0 0 82 8 0 0 20 0 22 0 254371216 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331350567848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28293] ppid=28286 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/28288/task/28293/stat : 28293 (java) S 28286 28288 23801 0 -1 4202560 986 0 0 0 101 8 0 0 20 0 22 0 254371216 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331349515048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28294] ppid=28286 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/28288/task/28294/stat : 28294 (java) S 28286 28288 23801 0 -1 4202560 1270 0 0 0 78 9 0 0 20 0 22 0 254371216 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331348462248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28295] ppid=28286 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/28288/task/28295/stat : 28295 (java) S 28286 28288 23801 0 -1 4202560 799 0 0 0 90 9 0 0 20 0 22 0 254371216 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331347409448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28296] ppid=28286 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/28288/task/28296/stat : 28296 (java) S 28286 28288 23801 0 -1 4202560 902 0 0 0 93 13 0 0 20 0 22 0 254371216 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331250825640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28288/tid=28297] ppid=28286 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/28288/task/28297/stat : 28297 (java) S 28286 28288 23801 0 -1 4202560 1510 0 0 0 92 10 0 0 20 0 22 0 254371216 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331249772840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28298] ppid=28286 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/28288/task/28298/stat : 28298 (java) S 28286 28288 23801 0 -1 4202560 1519 0 0 0 112 11 0 0 20 0 22 0 254371216 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331248720040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28299] ppid=28286 vsize=9824668 CPUtime=70.69 cores=0,2,4,6
/proc/28288/task/28299/stat : 28299 (java) S 28286 28288 23801 0 -1 4202560 2888 0 0 0 7059 10 0 0 20 0 22 0 254371217 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331236522984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28300] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28300/stat : 28300 (java) S 28286 28288 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254371218 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331235469048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28301] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28301/stat : 28301 (java) S 28286 28288 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254371218 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331234416136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28302] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28302/stat : 28302 (java) S 28286 28288 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254371221 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331233364624 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28303] ppid=28286 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/28288/task/28303/stat : 28303 (java) S 28286 28288 23801 0 -1 4202560 9431 0 0 0 113 2 0 0 20 0 22 0 254371221 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331232311736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28288/tid=28304] ppid=28286 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/28288/task/28304/stat : 28304 (java) S 28286 28288 23801 0 -1 4202560 8258 0 0 0 115 2 0 0 20 0 22 0 254371221 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331231258936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28305] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28305/stat : 28305 (java) S 28286 28288 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254371221 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331230206328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28306] ppid=28286 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/28288/task/28306/stat : 28306 (java) S 28286 28288 23801 0 -1 4202560 53 0 0 0 15 13 0 0 20 0 22 0 254371221 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331229153736 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28307] ppid=28286 vsize=9824668 CPUtime=856.73 cores=0,2,4,6
/proc/28288/task/28307/stat : 28307 (java) R 28286 28288 23801 0 -1 4202560 83 0 0 0 85660 13 0 0 20 0 22 0 254371313 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331228099536 140331353332360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28308] ppid=28286 vsize=9824668 CPUtime=856.51 cores=0,2,4,6
/proc/28288/task/28308/stat : 28308 (java) R 28286 28288 23801 0 -1 4202560 842 0 0 0 85622 29 0 0 20 0 22 0 254371313 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331227044544 140331353699038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28309] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28309/stat : 28309 (java) S 28286 28288 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254371316 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331225994664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28310] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28310/stat : 28310 (java) S 28286 28288 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254371316 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331224941864 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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

[startup+933.101 s]
/proc/loadavg: 3.91 3.88 3.80 5/219 28414
/proc/meminfo: memFree=23853468/32873844 swapFree=7616/7616
[pid=28288] ppid=28286 vsize=9824668 CPUtime=1800.16 cores=0,2,4,6
/proc/28288/stat : 28288 (java) S 28286 28288 23801 0 -1 4202496 34768 0 1 0 179882 134 0 0 20 0 22 0 254371214 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140736658130768 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28288/statm: 2456167 687020 2285 9 0 2446860 0
[pid=28288/tid=28290] ppid=28286 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/28288/task/28290/stat : 28290 (java) S 28286 28288 23801 0 -1 4202560 2887 0 1 0 79 13 0 0 20 0 22 0 254371215 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331412890616 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28291] ppid=28286 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/28288/task/28291/stat : 28291 (java) S 28286 28288 23801 0 -1 4202560 925 0 0 0 87 11 0 0 20 0 22 0 254371216 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331351620648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28292] ppid=28286 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/28288/task/28292/stat : 28292 (java) S 28286 28288 23801 0 -1 4202560 1227 0 0 0 82 8 0 0 20 0 22 0 254371216 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331350567848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28293] ppid=28286 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/28288/task/28293/stat : 28293 (java) S 28286 28288 23801 0 -1 4202560 986 0 0 0 101 8 0 0 20 0 22 0 254371216 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331349515048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28294] ppid=28286 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/28288/task/28294/stat : 28294 (java) S 28286 28288 23801 0 -1 4202560 1270 0 0 0 78 9 0 0 20 0 22 0 254371216 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331348462248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28295] ppid=28286 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/28288/task/28295/stat : 28295 (java) S 28286 28288 23801 0 -1 4202560 799 0 0 0 90 9 0 0 20 0 22 0 254371216 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331347409448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28296] ppid=28286 vsize=9824668 CPUtime=1.06 cores=0,2,4,6
/proc/28288/task/28296/stat : 28296 (java) S 28286 28288 23801 0 -1 4202560 902 0 0 0 93 13 0 0 20 0 22 0 254371216 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331250825640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28288/tid=28297] ppid=28286 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/28288/task/28297/stat : 28297 (java) S 28286 28288 23801 0 -1 4202560 1510 0 0 0 92 10 0 0 20 0 22 0 254371216 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331249772840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28298] ppid=28286 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/28288/task/28298/stat : 28298 (java) S 28286 28288 23801 0 -1 4202560 1519 0 0 0 112 11 0 0 20 0 22 0 254371216 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331248720040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28299] ppid=28286 vsize=9824668 CPUtime=70.69 cores=0,2,4,6
/proc/28288/task/28299/stat : 28299 (java) S 28286 28288 23801 0 -1 4202560 2888 0 0 0 7059 10 0 0 20 0 22 0 254371217 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331236522984 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28300] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28300/stat : 28300 (java) S 28286 28288 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254371218 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331235469048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28301] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28301/stat : 28301 (java) S 28286 28288 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254371218 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331234416136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28302] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28302/stat : 28302 (java) S 28286 28288 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254371221 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331233364624 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28303] ppid=28286 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/28288/task/28303/stat : 28303 (java) S 28286 28288 23801 0 -1 4202560 9431 0 0 0 113 2 0 0 20 0 22 0 254371221 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331232311736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28288/tid=28304] ppid=28286 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/28288/task/28304/stat : 28304 (java) S 28286 28288 23801 0 -1 4202560 8258 0 0 0 115 2 0 0 20 0 22 0 254371221 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331231258936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28305] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28305/stat : 28305 (java) S 28286 28288 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254371221 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331230206328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28306] ppid=28286 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/28288/task/28306/stat : 28306 (java) S 28286 28288 23801 0 -1 4202560 53 0 0 0 15 13 0 0 20 0 22 0 254371221 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331229153736 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28307] ppid=28286 vsize=9824668 CPUtime=856.73 cores=0,2,4,6
/proc/28288/task/28307/stat : 28307 (java) R 28286 28288 23801 0 -1 4202560 83 0 0 0 85660 13 0 0 20 0 22 0 254371313 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331228099536 140331353332360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28288/tid=28308] ppid=28286 vsize=9824668 CPUtime=856.51 cores=0,2,4,6
/proc/28288/task/28308/stat : 28308 (java) R 28286 28288 23801 0 -1 4202560 842 0 0 0 85622 29 0 0 20 0 22 0 254371313 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331227044544 140331353699038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28288/tid=28309] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28309/stat : 28309 (java) S 28286 28288 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254371316 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331225994664 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28288/tid=28310] ppid=28286 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28288/task/28310/stat : 28310 (java) S 28286 28288 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254371316 10060460032 687020 33554432000 1073741824 1073778376 140736658139632 140331224941864 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28288 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=289226
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=781729
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 933.169
CPU time (s): 1800.16
CPU user time (s): 1798.82
CPU system time (s): 1.34
CPU usage (%): 192.908
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.29
system time used= 1.78173
maximum resident set size= 2748220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34804
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24369
involuntary context switches= 28641

runsolver used 3.45047 second user time and 8.09677 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 20:00:56
IDJOB=3689484
IDBENCH=89848
IDSOLVER=2268
FILE ID=node130/3689484-1337882456
RUNJOBID= node130-1337871881-23817
PBS_JOBID= 14620074
Free space on /tmp= 71668 MiB

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

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

MD5SUM BENCH= cdfac8cd93d8a1de6ab1cef68bd1ac7c
RANDOM SEED=1314385150

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26402796 kB
Buffers:          205380 kB
Cached:          2139428 kB
SwapCached:            0 kB
Active:          3856028 kB
Inactive:        1840932 kB
Active(anon):    3354348 kB
Inactive(anon):        0 kB
Active(file):     501680 kB
Inactive(file):  1840932 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1152 kB
Writeback:             0 kB
AnonPages:       3361548 kB
Mapped:            22640 kB
Shmem:               200 kB
Slab:             627896 kB
SReclaimable:      69956 kB
SUnreclaim:       557940 kB
KernelStack:        1632 kB
PageTables:        10872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3541452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3262464 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= 71624 MiB
End job on node130 at 2012-05-24 20:16:31