Trace number 3710020

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.57 1795.27

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K164.opb
MD5SUM57b7e746b37944d021e8febe16059957
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19516
Total number of constraints19846
Number of constraints which are clauses19682
Number of constraints which are cardinality constraints (but not clauses)164
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint164
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 165
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3710020-1338217093.opb
0.08/0.12	c reading problem ... 
0.91/0.57	c ... done. Wall clock time 0.446s.
0.91/0.57	c declared #vars     19516
0.91/0.57	c #constraints  19846
0.91/0.57	c constraints type 
0.91/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17561
0.91/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 164
0.91/0.57	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.91/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2119
0.91/0.57	c 19846 constraints processed.
4.66/3.75	c cleaning 2458 clauses out of 4992 with flag 5000/5000
8.42/7.00	c cleaning 4156 clauses out of 8525 with flag 11000/11000
11.74/10.37	c cleaning 5587 clauses out of 11367 with flag 18000/18000
15.95/14.59	c cleaning 6787 clauses out of 13774 with flag 26000/26000
20.60/19.10	c cleaning 7959 clauses out of 15986 with flag 35000/35000
25.81/24.32	c cleaning 8177 clauses out of 18027 with flag 45002/45002
31.83/30.32	c cleaning 8698 clauses out of 20846 with flag 56000/56000
37.93/36.49	c cleaning 9987 clauses out of 24146 with flag 68000/68000
44.45/42.93	c cleaning 10676 clauses out of 27157 with flag 81000/81000
51.49/49.97	c cleaning 11408 clauses out of 30479 with flag 95000/95000
59.51/57.95	c cleaning 12261 clauses out of 34068 with flag 110000/110000
68.22/66.62	c cleaning 13025 clauses out of 37808 with flag 126001/126001
76.95/75.36	c cleaning 14302 clauses out of 41781 with flag 143000/143000
86.41/84.77	c cleaning 14800 clauses out of 45477 with flag 161000/161000
95.71/94.03	c cleaning 15982 clauses out of 49676 with flag 180000/180000
106.03/104.36	c cleaning 17315 clauses out of 53694 with flag 200000/200000
116.87/115.16	c cleaning 17536 clauses out of 57381 with flag 221003/221003
127.87/126.18	c cleaning 18340 clauses out of 61846 with flag 243004/243004
139.30/137.59	c cleaning 19742 clauses out of 66498 with flag 266000/266000
150.91/149.16	c cleaning 21293 clauses out of 70754 with flag 290000/290000
164.22/162.47	c cleaning 22086 clauses out of 74461 with flag 315000/315000
178.76/176.90	c cleaning 22200 clauses out of 78374 with flag 341002/341002
193.11/191.28	c cleaning 23032 clauses out of 83171 with flag 368000/368000
207.42/205.54	c cleaning 25023 clauses out of 88137 with flag 396000/396000
222.17/220.24	c cleaning 26396 clauses out of 92114 with flag 425000/425000
236.41/234.47	c cleaning 25535 clauses out of 95718 with flag 455000/455000
251.83/249.82	c cleaning 27489 clauses out of 101183 with flag 486000/486000
267.56/265.53	c cleaning 28453 clauses out of 105694 with flag 518000/518000
285.08/283.07	c cleaning 29220 clauses out of 110241 with flag 551000/551000
311.73/309.64	c cleaning 31082 clauses out of 115021 with flag 585000/585000
330.72/328.50	c cleaning 31165 clauses out of 118938 with flag 620000/620000
349.35/347.10	c cleaning 31956 clauses out of 123771 with flag 656000/656000
369.28/367.05	c cleaning 32578 clauses out of 128815 with flag 693000/693000
390.01/387.70	c cleaning 33779 clauses out of 134237 with flag 731000/731000
410.42/408.10	c cleaning 35242 clauses out of 139458 with flag 770000/770000
433.18/430.89	c cleaning 35839 clauses out of 144217 with flag 810001/810001
454.72/452.33	c cleaning 36841 clauses out of 149380 with flag 851003/851003
476.65/474.22	c cleaning 38581 clauses out of 154536 with flag 893000/893000
501.92/499.44	c cleaning 39409 clauses out of 158954 with flag 936001/936001
542.56/540.10	c cleaning 41255 clauses out of 163545 with flag 980001/980001
582.38/579.79	c cleaning 42572 clauses out of 167289 with flag 1025000/1025000
608.48/605.73	c cleaning 41379 clauses out of 170717 with flag 1071000/1071000
635.10/632.40	c cleaning 42592 clauses out of 176339 with flag 1118001/1118001
662.63/659.90	c cleaning 44222 clauses out of 181746 with flag 1166000/1166000
691.97/689.16	c cleaning 45197 clauses out of 186526 with flag 1215002/1215002
723.93/721.09	c cleaning 46704 clauses out of 191327 with flag 1265000/1265000
755.48/752.56	c cleaning 47645 clauses out of 195623 with flag 1316000/1316000
786.44/783.48	c cleaning 48388 clauses out of 199978 with flag 1368000/1368000
817.31/814.24	c cleaning 48834 clauses out of 204588 with flag 1421000/1421000
849.95/846.80	c cleaning 50299 clauses out of 209753 with flag 1475000/1475000
888.53/885.31	c cleaning 50335 clauses out of 214454 with flag 1530000/1530000
937.31/934.04	c cleaning 53029 clauses out of 220119 with flag 1586000/1586000
972.12/968.76	c cleaning 52369 clauses out of 224090 with flag 1643000/1643000
1004.50/1001.05	c cleaning 53342 clauses out of 229719 with flag 1701000/1701000
1041.14/1037.61	c cleaning 54161 clauses out of 235376 with flag 1760000/1760000
1084.30/1080.70	c cleaning 55569 clauses out of 241213 with flag 1820000/1820000
1124.20/1120.60	c cleaning 55983 clauses out of 246650 with flag 1881006/1881006
1170.37/1166.61	c cleaning 58653 clauses out of 252661 with flag 1943000/1943000
1206.04/1202.22	c cleaning 58249 clauses out of 257009 with flag 2006001/2006001
1243.10/1239.22	c cleaning 60136 clauses out of 262760 with flag 2070001/2070001
1282.97/1279.00	c cleaning 60258 clauses out of 267623 with flag 2135002/2135002
1326.45/1322.45	c cleaning 62978 clauses out of 273364 with flag 2201001/2201001
1379.62/1375.50	c cleaning 64881 clauses out of 277386 with flag 2268001/2268001
1427.83/1423.64	c cleaning 65279 clauses out of 280504 with flag 2336000/2336000
1473.40/1469.19	c cleaning 65059 clauses out of 284226 with flag 2405001/2405001
1516.37/1512.01	c cleaning 66574 clauses out of 289167 with flag 2475001/2475001
1562.43/1558.07	c cleaning 67311 clauses out of 293593 with flag 2546001/2546001
1617.49/1613.08	c cleaning 69300 clauses out of 298281 with flag 2618000/2618000
1674.68/1670.10	c cleaning 69775 clauses out of 301981 with flag 2691000/2691000
1722.97/1718.31	c cleaning 70221 clauses out of 306206 with flag 2765000/2765000
1780.77/1776.04	c cleaning 72098 clauses out of 310985 with flag 2840000/2840000
1800.09/1795.22	c starts		: 230
1800.09/1795.22	c conflicts		: 2871376
1800.09/1795.22	c decisions		: 17231353
1800.09/1795.22	c propagations		: 2826304368
1800.09/1795.22	c inspects		: 5959868187
1800.09/1795.22	c shortcuts		: 0
1800.09/1795.22	c learnt literals	: 41
1800.09/1795.22	c learnt binary clauses	: 204256
1800.09/1795.22	c learnt ternary clauses	: 230275
1800.09/1795.22	c learnt constraints	: 2871335
1800.09/1795.22	c ignored constraints	: 0
1800.09/1795.22	c root simplifications	: 271
1800.09/1795.22	c removed literals (reason simplification)	: 45389236
1800.09/1795.22	c reason swapping (by a shorter reason)	: 0
1800.09/1795.22	c Calls to reduceDB	: 71
1800.09/1795.22	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.22	c number of learned constraints concerned by reduction	: 0
1800.09/1795.22	c number of learning phase by resolution	: 0
1800.09/1795.22	c number of learning phase by cutting planes	: 0
1800.09/1795.22	c speed (assignments/second)	: 1574872.947202311
1800.09/1795.22	c non guided choices	4586
1800.09/1795.27	c learnt constraints type 
1800.09/1795.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 204251
1800.09/1795.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66071
1800.09/1795.27	c constraints type 
1800.09/1795.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17561
1800.09/1795.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 164
1800.09/1795.27	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1795.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2119
1800.09/1795.27	c 19846 constraints processed.
1800.09/1795.27	s UNKNOWN
1800.09/1795.27	c Total wall clock time (in seconds): 1795.142

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-3710020-1338217093/watcher-3710020-1338217093 -o /tmp/evaluation-result-3710020-1338217093/solver-3710020-1338217093 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710020-1338217093.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: 2.00 2.00 2.00 3/194 6078
/proc/meminfo: memFree=27562448/32873648 swapFree=7104/7104
[pid=6078] ppid=6076 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/6078/stat : 6078 (runsolver) D 6076 6078 32675 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 287834796 12095488 50 33554432000 4194304 5436572 140735014249872 140735014246168 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/6078/statm: 2953 50 31 304 0 2645 0

[startup+0.0631259 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 6078
/proc/meminfo: memFree=27562448/32873648 swapFree=7104/7104
[pid=6078] ppid=6076 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/6078/stat : 6078 (java) S 6076 6078 32675 0 -1 4202496 3083 0 1 0 2 1 0 0 20 0 13 0 287834796 9446973440 4292 33554432000 1073741824 1073778376 140734741033104 140734741024240 214540779581 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6078/statm: 2306390 4292 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100205 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 6078
/proc/meminfo: memFree=27562448/32873648 swapFree=7104/7104
[pid=6078] ppid=6076 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/6078/stat : 6078 (java) S 6076 6078 32675 0 -1 4202496 4213 0 1 0 7 1 0 0 20 0 18 0 287834796 9787842560 5421 33554432000 1073741824 1073778376 140734741033104 140734741024240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6078/statm: 2389610 5421 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300172 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 6078
/proc/meminfo: memFree=27562448/32873648 swapFree=7104/7104
[pid=6078] ppid=6076 vsize=9558440 CPUtime=0.53 cores=0,2,4,6
/proc/6078/stat : 6078 (java) S 6076 6078 32675 0 -1 4202496 7185 0 1 0 51 2 0 0 20 0 18 0 287834796 9787842560 10910 33554432000 1073741824 1073778376 140734741033104 140734741024240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6078/statm: 2389610 10910 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558440

[startup+0.700166 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 6078
/proc/meminfo: memFree=27562448/32873648 swapFree=7104/7104
[pid=6078] ppid=6076 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/6078/stat : 6078 (java) S 6076 6078 32675 0 -1 4202496 9489 0 1 0 140 4 0 0 20 0 19 0 287834796 9856004096 36272 33554432000 1073741824 1073778376 140734741033104 140734741024240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6078/statm: 2406251 36272 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6097
/proc/meminfo: memFree=27425788/32873648 swapFree=7104/7104
[pid=6078] ppid=6076 vsize=9625004 CPUtime=2.41 cores=0,2,4,6
/proc/6078/stat : 6078 (java) S 6076 6078 32675 0 -1 4202496 9961 0 1 0 237 4 0 0 20 0 19 0 287834796 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140734741024240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6078/statm: 2406251 36275 2259 9 0 2396937 0
[pid=6078/tid=6080] ppid=6076 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/6078/task/6080/stat : 6080 (java) R 6076 6078 32675 0 -1 4202560 2556 0 1 0 143 3 0 0 20 0 19 0 287834797 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316303503488 140316129418458 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6081] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6081/stat : 6081 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316264995112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6082] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6082/stat : 6082 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316263942312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6078/tid=6083] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6083/stat : 6083 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316262890024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6084] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6084/stat : 6084 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316261837224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6085] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6085/stat : 6085 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316260784936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6086] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6086/stat : 6086 (java) S 6076 6078 32675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316259732136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6087] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6087/stat : 6087 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316258679848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6088] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6088/stat : 6088 (java) S 6076 6078 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316257627048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6089] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6089/stat : 6089 (java) S 6076 6078 32675 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287834799 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316127516904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6090] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6090/stat : 6090 (java) S 6076 6078 32675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287834800 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316126462968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6091] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6091/stat : 6091 (java) S 6076 6078 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287834800 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316125410568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6092] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6092/stat : 6092 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316124359056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6093] ppid=6076 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6078/task/6093/stat : 6093 (java) S 6076 6078 32675 0 -1 4202560 3451 0 0 0 47 0 0 0 20 0 19 0 287834802 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316123306680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6094] ppid=6076 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/6078/task/6094/stat : 6094 (java) S 6076 6078 32675 0 -1 4202560 2759 0 0 0 45 0 0 0 20 0 19 0 287834802 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316122253880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6095] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6095/stat : 6095 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316121201784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6096] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6096/stat : 6096 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316120149192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6078/tid=6097] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6097/stat : 6097 (java) S 6076 6078 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287834855 9856004096 36275 33554432000 1073741824 1073778376 140734741033104 140316119094184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9625004

[startup+3.10061 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6097
/proc/meminfo: memFree=27423244/32873648 swapFree=7104/7104
[pid=6078] ppid=6076 vsize=9625004 CPUtime=4.04 cores=0,2,4,6
/proc/6078/stat : 6078 (java) S 6076 6078 32675 0 -1 4202496 9967 0 1 0 400 4 0 0 20 0 19 0 287834796 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140734741024240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6078/statm: 2406251 36791 2262 9 0 2396937 0
[pid=6078/tid=6080] ppid=6076 vsize=9625004 CPUtime=3.06 cores=0,2,4,6
/proc/6078/task/6080/stat : 6080 (java) R 6076 6078 32675 0 -1 4202560 2558 0 1 0 303 3 0 0 20 0 19 0 287834797 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316303503560 140316129418154 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6081] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6081/stat : 6081 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316264995112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6082] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6082/stat : 6082 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316263942312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6078/tid=6083] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6083/stat : 6083 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316262890024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6084] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6084/stat : 6084 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316261837224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6085] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6085/stat : 6085 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316260784936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6086] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6086/stat : 6086 (java) S 6076 6078 32675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316259732136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6087] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6087/stat : 6087 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316258679848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6088] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6088/stat : 6088 (java) S 6076 6078 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316257627048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6089] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6089/stat : 6089 (java) S 6076 6078 32675 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287834799 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316127516904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6078/tid=6090] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6090/stat : 6090 (java) S 6076 6078 32675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287834800 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316126462968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6091] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6091/stat : 6091 (java) S 6076 6078 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287834800 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316125410568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6092] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6092/stat : 6092 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316124359056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6093] ppid=6076 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6078/task/6093/stat : 6093 (java) S 6076 6078 32675 0 -1 4202560 3451 0 0 0 47 0 0 0 20 0 19 0 287834802 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316123306680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6094] ppid=6076 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/6078/task/6094/stat : 6094 (java) S 6076 6078 32675 0 -1 4202560 2762 0 0 0 48 0 0 0 20 0 19 0 287834802 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316122253880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6095] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6095/stat : 6095 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316121201784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6096] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6096/stat : 6096 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316120149192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6078/tid=6097] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6097/stat : 6097 (java) S 6076 6078 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287834855 9856004096 36791 33554432000 1073741824 1073778376 140734741033104 140316119094184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9625004

[startup+6.30054 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6097
/proc/meminfo: memFree=27351640/32873648 swapFree=7104/7104
[pid=6078] ppid=6076 vsize=9625004 CPUtime=7.7 cores=0,2,4,6
/proc/6078/stat : 6078 (java) S 6076 6078 32675 0 -1 4202496 15896 0 1 0 765 5 0 0 20 0 19 0 287834796 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140734741024240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6078/statm: 2406251 44724 2289 9 0 2396937 0
[pid=6078/tid=6080] ppid=6076 vsize=9625004 CPUtime=6.23 cores=0,2,4,6
/proc/6078/task/6080/stat : 6080 (java) R 6076 6078 32675 0 -1 4202560 2561 0 1 0 620 3 0 0 20 0 19 0 287834797 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316303503688 140316129417993 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6081] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6081/stat : 6081 (java) S 6076 6078 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316264995112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6082] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6082/stat : 6082 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316263942312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6083] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6083/stat : 6083 (java) S 6076 6078 32675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316262890024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6084] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6084/stat : 6084 (java) S 6076 6078 32675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316261837224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6085] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6085/stat : 6085 (java) S 6076 6078 32675 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316260784936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6086] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6086/stat : 6086 (java) S 6076 6078 32675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316259732136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6087] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6087/stat : 6087 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316258679848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6088] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6088/stat : 6088 (java) S 6076 6078 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287834798 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316257627048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6089] ppid=6076 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/6078/task/6089/stat : 6089 (java) S 6076 6078 32675 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 287834799 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316127516904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6078/tid=6090] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6090/stat : 6090 (java) S 6076 6078 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287834800 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316126462968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6091] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6091/stat : 6091 (java) S 6076 6078 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287834800 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316125410568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6092] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6092/stat : 6092 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316124359056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6093] ppid=6076 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/6078/task/6093/stat : 6093 (java) S 6076 6078 32675 0 -1 4202560 3457 0 0 0 48 0 0 0 20 0 19 0 287834802 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316123306680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6094] ppid=6076 vsize=9625004 CPUtime=0.9 cores=0,2,4,6
/proc/6078/task/6094/stat : 6094 (java) S 6076 6078 32675 0 -1 4202560 8622 0 0 0 88 2 0 0 20 0 19 0 287834802 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316122253880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6095] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6095/stat : 6095 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316121201784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6096] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6096/stat : 6096 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316120149192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6097] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6097/stat : 6097 (java) S 6076 6078 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287834855 9856004096 44724 33554432000 1073741824 1073778376 140734741033104 140316119094184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=6078/tid=6086] ppid=6076 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/6078/task/6086/stat : 6086 (java) S 6076 6078 32675 0 -1 4202560 61 0 0 0 51 3 0 0 20 0 19 0 287834798 9856004096 90081 33554432000 1073741824 1073778376 140734741033104 140316259732136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6087] ppid=6076 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/6078/task/6087/stat : 6087 (java) S 6076 6078 32675 0 -1 4202560 117 0 0 0 46 2 0 0 20 0 19 0 287834798 9856004096 90081 33554432000 1073741824 1073778376 140734741033104 140316258679848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6088] ppid=6076 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6078/task/6088/stat : 6088 (java) S 6076 6078 32675 0 -1 4202560 74 0 0 0 45 2 0 0 20 0 19 0 287834798 9856004096 90081 33554432000 1073741824 1073778376 140734741033104 140316257627048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6089] ppid=6076 vsize=9625004 CPUtime=3.86 cores=0,2,4,6
/proc/6078/task/6089/stat : 6089 (java) S 6076 6078 32675 0 -1 4202560 148 0 0 0 384 2 0 0 20 0 19 0 287834799 9856004096 90081 33554432000 1073741824 1073778376 140734741033104 140316127516904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6078/tid=6090] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6090/stat : 6090 (java) S 6076 6078 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287834800 9856004096 90081 33554432000 1073741824 1073778376 140734741033104 140316126462968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6091] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6091/stat : 6091 (java) S 6076 6078 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287834800 9856004096 90081 33554432000 1073741824 1073778376 140734741033104 140316125410568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6092] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6092/stat : 6092 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 90081 33554432000 1073741824 1073778376 140734741033104 140316124359056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6093] ppid=6076 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/6078/task/6093/stat : 6093 (java) S 6076 6078 32675 0 -1 4202560 3502 0 0 0 65 0 0 0 20 0 19 0 287834802 9856004096 90081 33554432000 1073741824 1073778376 140734741033104 140316123306680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6094] ppid=6076 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/6078/task/6094/stat : 6094 (java) S 6076 6078 32675 0 -1 4202560 8622 0 0 0 89 2 0 0 20 0 19 0 287834802 9856004096 90081 33554432000 1073741824 1073778376 140734741033104 140316122253880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6095] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6095/stat : 6095 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 90081 33554432000 1073741824 1073778376 140734741033104 140316121201784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6096] ppid=6076 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/6078/task/6096/stat : 6096 (java) S 6076 6078 32675 0 -1 4202560 97 0 0 0 18 19 0 0 20 0 19 0 287834802 9856004096 90081 33554432000 1073741824 1073778376 140734741033104 140316120149192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6097] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6097/stat : 6097 (java) S 6076 6078 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287834855 9856004096 90081 33554432000 1073741824 1073778376 140734741033104 140316119094184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1666.88
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/214 6196
/proc/meminfo: memFree=27174472/32873648 swapFree=7104/7104
[pid=6078] ppid=6076 vsize=9625004 CPUtime=1727.06 cores=0,2,4,6
/proc/6078/stat : 6078 (java) S 6076 6078 32675 0 -1 4202496 17322 0 1 0 172654 52 0 0 20 0 19 0 287834796 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140734741024240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6078/statm: 2406251 90085 2290 9 0 2396937 0
[pid=6078/tid=6080] ppid=6076 vsize=9625004 CPUtime=1716.91 cores=0,2,4,6
/proc/6078/task/6080/stat : 6080 (java) R 6076 6078 32675 0 -1 4202560 2631 0 1 0 171661 30 0 0 20 0 19 0 287834797 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316303503664 140316129348727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6081] ppid=6076 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/6078/task/6081/stat : 6081 (java) S 6076 6078 32675 0 -1 4202560 220 0 0 0 46 3 0 0 20 0 19 0 287834798 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316264995112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6078/tid=6082] ppid=6076 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/6078/task/6082/stat : 6082 (java) S 6076 6078 32675 0 -1 4202560 55 0 0 0 48 2 0 0 20 0 19 0 287834798 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316263942312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6083] ppid=6076 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/6078/task/6083/stat : 6083 (java) S 6076 6078 32675 0 -1 4202560 245 0 0 0 52 4 0 0 20 0 19 0 287834798 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316262890024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6078/tid=6084] ppid=6076 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/6078/task/6084/stat : 6084 (java) S 6076 6078 32675 0 -1 4202560 187 0 0 0 52 4 0 0 20 0 19 0 287834798 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316261837224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6078/tid=6085] ppid=6076 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/6078/task/6085/stat : 6085 (java) S 6076 6078 32675 0 -1 4202560 173 0 0 0 51 4 0 0 20 0 19 0 287834798 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316260784936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6086] ppid=6076 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/6078/task/6086/stat : 6086 (java) S 6076 6078 32675 0 -1 4202560 61 0 0 0 55 3 0 0 20 0 19 0 287834798 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316259732136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6078/tid=6087] ppid=6076 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/6078/task/6087/stat : 6087 (java) S 6076 6078 32675 0 -1 4202560 117 0 0 0 48 2 0 0 20 0 19 0 287834798 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316258679848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6088] ppid=6076 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/6078/task/6088/stat : 6088 (java) S 6076 6078 32675 0 -1 4202560 78 0 0 0 47 2 0 0 20 0 19 0 287834798 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316257627048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6089] ppid=6076 vsize=9625004 CPUtime=4.04 cores=0,2,4,6
/proc/6078/task/6089/stat : 6089 (java) S 6076 6078 32675 0 -1 4202560 152 0 0 0 402 2 0 0 20 0 19 0 287834799 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316127516904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6078/tid=6090] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6090/stat : 6090 (java) S 6076 6078 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287834800 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316126462968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6091] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6091/stat : 6091 (java) S 6076 6078 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287834800 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316125410568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6092] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6092/stat : 6092 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316124359056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6093] ppid=6076 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/6078/task/6093/stat : 6093 (java) S 6076 6078 32675 0 -1 4202560 3502 0 0 0 65 0 0 0 20 0 19 0 287834802 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316123306680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6094] ppid=6076 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/6078/task/6094/stat : 6094 (java) S 6076 6078 32675 0 -1 4202560 8622 0 0 0 89 2 0 0 20 0 19 0 287834802 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316122253880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6095] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6095/stat : 6095 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316121201784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6096] ppid=6076 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/6078/task/6096/stat : 6096 (java) S 6076 6078 32675 0 -1 4202560 99 0 0 0 18 20 0 0 20 0 19 0 287834802 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316120149192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6078/tid=6097] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6097/stat : 6097 (java) S 6076 6078 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287834855 9856004096 90085 33554432000 1073741824 1073778376 140734741033104 140316119094184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.06
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6196
/proc/meminfo: memFree=27172316/32873648 swapFree=7104/7104
[pid=6078] ppid=6076 vsize=9625004 CPUtime=1787.18 cores=0,2,4,6
/proc/6078/stat : 6078 (java) S 6076 6078 32675 0 -1 4202496 17333 0 1 0 178665 53 0 0 20 0 19 0 287834796 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140734741024240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6078/statm: 2406251 90600 2290 9 0 2396937 0
[pid=6078/tid=6080] ppid=6076 vsize=9625004 CPUtime=1776.78 cores=0,2,4,6
/proc/6078/task/6080/stat : 6080 (java) R 6076 6078 32675 0 -1 4202560 2633 0 1 0 177647 31 0 0 20 0 19 0 287834797 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316303503664 140316129349116 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6081] ppid=6076 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/6078/task/6081/stat : 6081 (java) S 6076 6078 32675 0 -1 4202560 220 0 0 0 48 3 0 0 20 0 19 0 287834798 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316264995112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6082] ppid=6076 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/6078/task/6082/stat : 6082 (java) S 6076 6078 32675 0 -1 4202560 55 0 0 0 51 2 0 0 20 0 19 0 287834798 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316263942312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6083] ppid=6076 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/6078/task/6083/stat : 6083 (java) S 6076 6078 32675 0 -1 4202560 245 0 0 0 54 4 0 0 20 0 19 0 287834798 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316262890024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6084] ppid=6076 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/6078/task/6084/stat : 6084 (java) S 6076 6078 32675 0 -1 4202560 187 0 0 0 53 4 0 0 20 0 19 0 287834798 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316261837224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6085] ppid=6076 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/6078/task/6085/stat : 6085 (java) S 6076 6078 32675 0 -1 4202560 173 0 0 0 52 4 0 0 20 0 19 0 287834798 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316260784936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6086] ppid=6076 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/6078/task/6086/stat : 6086 (java) S 6076 6078 32675 0 -1 4202560 61 0 0 0 56 3 0 0 20 0 19 0 287834798 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316259732136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6087] ppid=6076 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/6078/task/6087/stat : 6087 (java) S 6076 6078 32675 0 -1 4202560 120 0 0 0 52 2 0 0 20 0 19 0 287834798 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316258679848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6088] ppid=6076 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/6078/task/6088/stat : 6088 (java) S 6076 6078 32675 0 -1 4202560 78 0 0 0 48 2 0 0 20 0 19 0 287834798 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316257627048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6089] ppid=6076 vsize=9625004 CPUtime=4.13 cores=0,2,4,6
/proc/6078/task/6089/stat : 6089 (java) S 6076 6078 32675 0 -1 4202560 154 0 0 0 411 2 0 0 20 0 19 0 287834799 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316127516904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6078/tid=6090] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6090/stat : 6090 (java) S 6076 6078 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287834800 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316126462968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6091] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6091/stat : 6091 (java) S 6076 6078 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287834800 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316125410568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6092] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6092/stat : 6092 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316124359056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6093] ppid=6076 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/6078/task/6093/stat : 6093 (java) S 6076 6078 32675 0 -1 4202560 3502 0 0 0 65 0 0 0 20 0 19 0 287834802 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316123306680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6094] ppid=6076 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/6078/task/6094/stat : 6094 (java) S 6076 6078 32675 0 -1 4202560 8622 0 0 0 89 2 0 0 20 0 19 0 287834802 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316122253880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6095] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6095/stat : 6095 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316121201784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6096] ppid=6076 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/6078/task/6096/stat : 6096 (java) S 6076 6078 32675 0 -1 4202560 103 0 0 0 19 21 0 0 20 0 19 0 287834802 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316120149192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6097] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6097/stat : 6097 (java) S 6076 6078 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287834855 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316119094184 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1787.18
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.21 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 6196
/proc/meminfo: memFree=27172320/32873648 swapFree=7104/7104
[pid=6078] ppid=6076 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/6078/stat : 6078 (java) S 6076 6078 32675 0 -1 4202496 17333 0 1 0 179956 53 0 0 20 0 19 0 287834796 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140734741024240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6078/statm: 2406251 90600 2290 9 0 2396937 0
[pid=6078/tid=6080] ppid=6076 vsize=9625004 CPUtime=1789.69 cores=0,2,4,6
/proc/6078/task/6080/stat : 6080 (java) R 6076 6078 32675 0 -1 4202560 2633 0 1 0 178938 31 0 0 20 0 19 0 287834797 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316303503664 140316129335128 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6081] ppid=6076 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/6078/task/6081/stat : 6081 (java) S 6076 6078 32675 0 -1 4202560 220 0 0 0 48 3 0 0 20 0 19 0 287834798 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316264995112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6082] ppid=6076 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/6078/task/6082/stat : 6082 (java) S 6076 6078 32675 0 -1 4202560 55 0 0 0 51 2 0 0 20 0 19 0 287834798 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316263942312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6083] ppid=6076 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/6078/task/6083/stat : 6083 (java) S 6076 6078 32675 0 -1 4202560 245 0 0 0 54 4 0 0 20 0 19 0 287834798 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316262890024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6084] ppid=6076 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/6078/task/6084/stat : 6084 (java) S 6076 6078 32675 0 -1 4202560 187 0 0 0 53 4 0 0 20 0 19 0 287834798 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316261837224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6085] ppid=6076 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/6078/task/6085/stat : 6085 (java) S 6076 6078 32675 0 -1 4202560 173 0 0 0 52 4 0 0 20 0 19 0 287834798 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316260784936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6086] ppid=6076 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/6078/task/6086/stat : 6086 (java) S 6076 6078 32675 0 -1 4202560 61 0 0 0 56 3 0 0 20 0 19 0 287834798 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316259732136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6087] ppid=6076 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/6078/task/6087/stat : 6087 (java) S 6076 6078 32675 0 -1 4202560 120 0 0 0 52 2 0 0 20 0 19 0 287834798 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316258679848 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6088] ppid=6076 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/6078/task/6088/stat : 6088 (java) S 6076 6078 32675 0 -1 4202560 78 0 0 0 48 2 0 0 20 0 19 0 287834798 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316257627048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6089] ppid=6076 vsize=9625004 CPUtime=4.13 cores=0,2,4,6
/proc/6078/task/6089/stat : 6089 (java) S 6076 6078 32675 0 -1 4202560 154 0 0 0 411 2 0 0 20 0 19 0 287834799 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316127516904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6078/tid=6090] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6090/stat : 6090 (java) S 6076 6078 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287834800 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316126462968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6091] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6091/stat : 6091 (java) S 6076 6078 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287834800 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316125410568 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6092] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6092/stat : 6092 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316124359056 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6093] ppid=6076 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/6078/task/6093/stat : 6093 (java) S 6076 6078 32675 0 -1 4202560 3502 0 0 0 65 0 0 0 20 0 19 0 287834802 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316123306680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6078/tid=6094] ppid=6076 vsize=9625004 CPUtime=0.91 cores=0,2,4,6
/proc/6078/task/6094/stat : 6094 (java) S 6076 6078 32675 0 -1 4202560 8622 0 0 0 89 2 0 0 20 0 19 0 287834802 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316122253880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6095] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6095/stat : 6095 (java) S 6076 6078 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287834802 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316121201784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6078/tid=6096] ppid=6076 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/6078/task/6096/stat : 6096 (java) S 6076 6078 32675 0 -1 4202560 103 0 0 0 19 21 0 0 20 0 19 0 287834802 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316120149192 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6078/tid=6097] ppid=6076 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6078/task/6097/stat : 6097 (java) S 6076 6078 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287834855 9856004096 90600 33554432000 1073741824 1073778376 140734741033104 140316119094184 214540793769 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) 9625004

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

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

Child status: 143
Real time (s): 1795.27
CPU time (s): 1800.57
CPU user time (s): 1799.63
CPU system time (s): 0.944856
CPU usage (%): 100.295
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.944856
maximum resident set size= 362524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17365
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39931
involuntary context switches= 20821

runsolver used 6.26105 second user time and 14.2328 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-28 16:58:13
IDJOB=3710020
IDBENCH=90170
IDSOLVER=2289
FILE ID=node127/3710020-1338217093
RUNJOBID= node127-1338206934-5254
PBS_JOBID= 14624582
Free space on /tmp= 71168 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K164.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710020-1338217093/watcher-3710020-1338217093 -o /tmp/evaluation-result-3710020-1338217093/solver-3710020-1338217093 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710020-1338217093.opb

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

MD5SUM BENCH= 57b7e746b37944d021e8febe16059957
RANDOM SEED=764370306

node127.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.348
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	: 5332.69
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.348
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.348
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.94
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.348
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		: 2666.348
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.348
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		: 2666.348
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.348
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27562604 kB
Buffers:          496372 kB
Cached:          3630300 kB
SwapCached:            0 kB
Active:          1550596 kB
Inactive:        2869696 kB
Active(anon):     295832 kB
Inactive(anon):        0 kB
Active(file):    1254764 kB
Inactive(file):  2869696 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1988 kB
Writeback:             0 kB
AnonPages:        306320 kB
Mapped:            22620 kB
Shmem:               200 kB
Slab:             745684 kB
SReclaimable:     189828 kB
SUnreclaim:       555856 kB
KernelStack:        1600 kB
PageTables:         5212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     703596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71164 MiB
End job on node127 at 2012-05-28 17:28:11