Trace number 3689687

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.07 1780.08

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K160.opb
MD5SUM4be3ef5c0a6baf670611a9fd5e5deae8
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 variables19040
Total number of constraints19362
Number of constraints which are clauses19202
Number of constraints which are cardinality constraints (but not clauses)160
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint160
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 161
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.2.v20120418
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		501472288
0.06/0.08	c Max memory 		7480803328
0.06/0.08	c Total memory 		504102912
0.06/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689687-1337892412.opb
0.10/0.11	c reading problem ... 
0.96/0.59	c ... done. Wall clock time 0.48s.
0.96/0.59	c declared #vars     19040
0.96/0.59	c #constraints  19362
0.96/0.59	c constraints type 
0.96/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17133
0.96/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
0.96/0.59	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.96/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2067
0.96/0.59	c 19362 constraints processed.
3.30/2.35	c cleaning 2443 clauses out of 4997 with flag 5002/5002
5.18/4.18	c cleaning 4249 clauses out of 8542 with flag 11000/11000
7.13/6.10	c cleaning 5552 clauses out of 11288 with flag 18000/18000
9.77/8.69	c cleaning 6722 clauses out of 13734 with flag 26000/26000
12.63/11.46	c cleaning 7878 clauses out of 16010 with flag 35000/35000
15.75/14.56	c cleaning 8910 clauses out of 18130 with flag 45000/45000
18.87/17.63	c cleaning 9991 clauses out of 20219 with flag 56001/56001
22.47/21.26	c cleaning 11024 clauses out of 22227 with flag 68000/68000
26.38/25.17	c cleaning 11964 clauses out of 24202 with flag 81000/81000
30.42/29.13	c cleaning 12984 clauses out of 26234 with flag 95001/95001
34.57/33.20	c cleaning 14010 clauses out of 28249 with flag 110003/110003
39.11/37.77	c cleaning 14942 clauses out of 30235 with flag 126000/126000
43.55/42.16	c cleaning 15980 clauses out of 32293 with flag 143001/143001
48.96/47.59	c cleaning 17047 clauses out of 34312 with flag 161000/161000
54.47/53.00	c cleaning 17815 clauses out of 36264 with flag 180001/180001
60.23/58.75	c cleaning 19045 clauses out of 38446 with flag 200001/200001
66.56/65.05	c cleaning 19314 clauses out of 40398 with flag 221000/221000
73.17/71.63	c cleaning 20178 clauses out of 43085 with flag 243001/243001
79.60/78.04	c cleaning 21188 clauses out of 45908 with flag 266002/266002
86.23/84.68	c cleaning 22047 clauses out of 48717 with flag 290000/290000
92.96/91.38	c cleaning 23390 clauses out of 51670 with flag 315000/315000
100.12/98.45	c cleaning 23982 clauses out of 54281 with flag 341002/341002
107.96/106.20	c cleaning 24859 clauses out of 57297 with flag 368000/368000
117.31/115.51	c cleaning 25629 clauses out of 60440 with flag 396002/396002
125.74/123.96	c cleaning 27004 clauses out of 63809 with flag 425000/425000
135.06/133.30	c cleaning 27575 clauses out of 66805 with flag 455001/455001
146.58/144.65	c cleaning 29672 clauses out of 70230 with flag 486001/486001
157.81/155.73	c cleaning 29835 clauses out of 72557 with flag 518000/518000
168.14/166.06	c cleaning 30503 clauses out of 75724 with flag 551002/551002
179.10/176.92	c cleaning 31446 clauses out of 79219 with flag 585000/585000
190.15/187.96	c cleaning 32727 clauses out of 82772 with flag 620000/620000
204.65/202.23	c cleaning 34631 clauses out of 86047 with flag 656002/656002
217.01/214.51	c cleaning 33834 clauses out of 88414 with flag 693000/693000
229.65/227.19	c cleaning 35014 clauses out of 92580 with flag 731000/731000
242.58/240.09	c cleaning 36065 clauses out of 96567 with flag 770001/770001
256.61/254.09	c cleaning 36875 clauses out of 100499 with flag 810000/810000
270.47/267.85	c cleaning 38568 clauses out of 104625 with flag 851001/851001
284.40/281.70	c cleaning 39020 clauses out of 108054 with flag 893000/893000
298.29/295.57	c cleaning 40003 clauses out of 112034 with flag 936001/936001
314.26/311.47	c cleaning 41216 clauses out of 116029 with flag 980000/980000
329.01/326.10	c cleaning 41866 clauses out of 119814 with flag 1025001/1025001
345.89/342.99	c cleaning 42887 clauses out of 123948 with flag 1071001/1071001
362.12/359.16	c cleaning 43647 clauses out of 128062 with flag 1118004/1118004
377.55/374.58	c cleaning 45700 clauses out of 132411 with flag 1166000/1166000
395.75/392.67	c cleaning 45308 clauses out of 135712 with flag 1215001/1215001
414.09/410.97	c cleaning 46114 clauses out of 140402 with flag 1265000/1265000
431.34/428.16	c cleaning 47775 clauses out of 145290 with flag 1316002/1316002
450.61/447.34	c cleaning 49324 clauses out of 149514 with flag 1368001/1368001
469.91/466.56	c cleaning 49256 clauses out of 153189 with flag 1421000/1421000
490.55/487.19	c cleaning 50330 clauses out of 157937 with flag 1475004/1475004
510.81/507.33	c cleaning 51874 clauses out of 162603 with flag 1530000/1530000
538.57/534.98	c cleaning 53412 clauses out of 166731 with flag 1586002/1586002
568.06/564.30	c cleaning 55073 clauses out of 170317 with flag 1643000/1643000
589.64/585.73	c cleaning 54839 clauses out of 173243 with flag 1701000/1701000
609.94/605.97	c cleaning 54806 clauses out of 177404 with flag 1760000/1760000
631.20/627.16	c cleaning 56182 clauses out of 182598 with flag 1820000/1820000
653.19/649.06	c cleaning 57793 clauses out of 187416 with flag 1881000/1881000
679.03/674.81	c cleaning 58782 clauses out of 191623 with flag 1943000/1943000
702.84/698.52	c cleaning 59377 clauses out of 195841 with flag 2006000/2006000
727.91/723.56	c cleaning 59758 clauses out of 200465 with flag 2070001/2070001
752.55/747.95	c cleaning 62455 clauses out of 205706 with flag 2135000/2135000
780.71/775.58	c cleaning 62637 clauses out of 209251 with flag 2201000/2201000
808.06/802.25	c cleaning 64029 clauses out of 213615 with flag 2268001/2268001
839.09/832.79	c cleaning 64871 clauses out of 217585 with flag 2336000/2336000
865.88/859.11	c cleaning 64992 clauses out of 221714 with flag 2405001/2405001
893.26/886.19	c cleaning 66051 clauses out of 226722 with flag 2475002/2475002
923.31/915.89	c cleaning 66331 clauses out of 231669 with flag 2546000/2546000
953.08/945.15	c cleaning 68466 clauses out of 237338 with flag 2618000/2618000
983.46/975.10	c cleaning 69684 clauses out of 241872 with flag 2691000/2691000
1016.24/1007.55	c cleaning 70055 clauses out of 246189 with flag 2765001/2765001
1044.72/1035.63	c cleaning 70932 clauses out of 251133 with flag 2840000/2840000
1077.93/1068.12	c cleaning 73338 clauses out of 256203 with flag 2916002/2916002
1118.19/1107.41	c cleaning 74018 clauses out of 259864 with flag 2993001/2993001
1150.49/1139.36	c cleaning 73626 clauses out of 263847 with flag 3071002/3071002
1183.34/1171.82	c cleaning 75099 clauses out of 269222 with flag 3150003/3150003
1216.74/1204.87	c cleaning 75945 clauses out of 274119 with flag 3230000/3230000
1252.70/1240.30	c cleaning 76277 clauses out of 279174 with flag 3311000/3311000
1290.75/1277.97	c cleaning 79043 clauses out of 284897 with flag 3393000/3393000
1330.99/1317.62	c cleaning 80669 clauses out of 288856 with flag 3476002/3476002
1367.35/1353.53	c cleaning 80778 clauses out of 292187 with flag 3560002/3560002
1404.52/1390.22	c cleaning 80512 clauses out of 296407 with flag 3645000/3645000
1439.47/1424.55	c cleaning 83375 clauses out of 301895 with flag 3731000/3731000
1485.68/1469.83	c cleaning 83279 clauses out of 305521 with flag 3818001/3818001
1526.43/1510.00	c cleaning 83565 clauses out of 310243 with flag 3906002/3906002
1567.83/1550.56	c cleaning 84913 clauses out of 315676 with flag 3995000/3995000
1604.94/1587.08	c cleaning 86770 clauses out of 320763 with flag 4085000/4085000
1644.59/1626.45	c cleaning 86500 clauses out of 324997 with flag 4176004/4176004
1683.83/1665.32	c cleaning 87608 clauses out of 330494 with flag 4268001/4268001
1729.35/1710.59	c cleaning 89014 clauses out of 335884 with flag 4361000/4361000
1775.76/1756.17	c cleaning 90674 clauses out of 340870 with flag 4455000/4455000
1800.07/1780.01	c starts		: 252
1800.07/1780.01	c conflicts		: 4504518
1800.07/1780.01	c decisions		: 81752693
1800.07/1780.01	c propagations		: 3420921782
1800.07/1780.01	c inspects		: 8133832186
1800.07/1780.01	c shortcuts		: 0
1800.07/1780.01	c learnt literals	: 64
1800.07/1780.01	c learnt binary clauses	: 218577
1800.07/1780.01	c learnt ternary clauses	: 235106
1800.07/1780.01	c learnt constraints	: 4504454
1800.07/1780.01	c ignored constraints	: 0
1800.07/1780.01	c root simplifications	: 0
1800.07/1780.01	c removed literals (reason simplification)	: 0
1800.07/1780.01	c reason swapping (by a shorter reason)	: 0
1800.07/1780.01	c Calls to reduceDB	: 90
1800.07/1780.01	c number of reductions to clauses (during analyze)	: 0
1800.07/1780.01	c number of learned constraints concerned by reduction	: 0
1800.07/1780.01	c number of learning phase by resolution	: 0
1800.07/1780.01	c number of learning phase by cutting planes	: 0
1800.07/1780.01	c speed (assignments/second)	: 1922514.373946274
1800.07/1780.01	c non guided choices	48057
1800.07/1780.06	c learnt constraints type 
1800.07/1780.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 218578
1800.07/1780.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81166
1800.07/1780.06	c constraints type 
1800.07/1780.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17133
1800.07/1780.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 160
1800.07/1780.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.07/1780.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2067
1800.07/1780.06	c 19362 constraints processed.
1800.07/1780.06	s UNKNOWN
1800.07/1780.06	c Total wall clock time (in seconds): 1779.957

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-3689687-1337892412/watcher-3689687-1337892412 -o /tmp/evaluation-result-3689687-1337892412/solver-3689687-1337892412 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689687-1337892412.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: 1.99 1.99 2.05 2/194 26199
/proc/meminfo: memFree=29808780/32873844 swapFree=6868/6868
[pid=26199] ppid=26197 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/26199/stat : 26199 (java) R 26197 26199 20082 0 -1 4202496 1046 0 0 0 0 0 0 0 20 0 1 0 255308218 23793664 774 33554432000 1073741824 1073778376 140734705402160 140734705391224 140548589890368 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26199/statm: 5809 794 590 9 0 128 0

[startup+0.0718259 s]
/proc/loadavg: 1.99 1.99 2.05 2/194 26199
/proc/meminfo: memFree=29808780/32873844 swapFree=6868/6868
[pid=26199] ppid=26197 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/26199/stat : 26199 (java) S 26197 26199 20082 0 -1 4202496 3331 0 1 0 5 1 0 0 20 0 18 0 255308218 9787813888 4539 33554432000 1073741824 1073778376 140734705402160 140734705393296 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26199/statm: 2389603 4539 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.10031 s]
/proc/loadavg: 1.99 1.99 2.05 2/194 26199
/proc/meminfo: memFree=29808780/32873844 swapFree=6868/6868
[pid=26199] ppid=26197 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/26199/stat : 26199 (java) S 26197 26199 20082 0 -1 4202496 4383 0 1 0 9 1 0 0 20 0 18 0 255308218 9787813888 5583 33554432000 1073741824 1073778376 140734705402160 140734705393296 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26199/statm: 2389603 5583 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300278 s]
/proc/loadavg: 1.99 1.99 2.05 2/194 26199
/proc/meminfo: memFree=29808780/32873844 swapFree=6868/6868
[pid=26199] ppid=26197 vsize=9558412 CPUtime=0.57 cores=0,2,4,6
/proc/26199/stat : 26199 (java) S 26197 26199 20082 0 -1 4202496 7287 0 1 0 55 2 0 0 20 0 18 0 255308218 9787813888 11938 33554432000 1073741824 1073778376 140734705402160 140734705393296 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26199/statm: 2389603 11938 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558412

[startup+0.700167 s]
/proc/loadavg: 1.99 1.99 2.05 2/194 26199
/proc/meminfo: memFree=29808780/32873844 swapFree=6868/6868
[pid=26199] ppid=26197 vsize=9624976 CPUtime=1.52 cores=0,2,4,6
/proc/26199/stat : 26199 (java) S 26197 26199 20082 0 -1 4202496 10514 0 1 0 148 4 0 0 20 0 19 0 255308218 9855975424 34979 33554432000 1073741824 1073778376 140734705402160 140734705393296 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26199/statm: 2406244 34979 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9624976

[startup+1.50074 s]
/proc/loadavg: 1.99 1.99 2.05 3/213 26218
/proc/meminfo: memFree=29676272/32873844 swapFree=6868/6868
[pid=26199] ppid=26197 vsize=9624976 CPUtime=2.48 cores=0,2,4,6
/proc/26199/stat : 26199 (java) S 26197 26199 20082 0 -1 4202496 10600 0 1 0 244 4 0 0 20 0 19 0 255308218 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140734705393296 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26199/statm: 2406244 35225 2251 9 0 2396937 0
[pid=26199/tid=26201] ppid=26197 vsize=9624976 CPUtime=1.48 cores=0,2,4,6
/proc/26199/task/26201/stat : 26201 (java) R 26197 26199 20082 0 -1 4202560 2529 0 1 0 145 3 0 0 20 0 19 0 255308219 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548583342392 140548455933351 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26202] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26202/stat : 26202 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548427425960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26203] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26203/stat : 26203 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548426373416 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26204] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26204/stat : 26204 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548425320872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26205] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26205/stat : 26205 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548424268328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26206] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26206/stat : 26206 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548423215784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26207] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26207/stat : 26207 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548422163240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26208] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26208/stat : 26208 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548421110696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26209] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26209/stat : 26209 (java) S 26197 26199 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548420058152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26210] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26210/stat : 26210 (java) S 26197 26199 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255308221 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548407646312 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26211] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26211/stat : 26211 (java) S 26197 26199 20082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255308221 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548406592632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26212] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26212/stat : 26212 (java) S 26197 26199 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255308221 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548405539976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26213] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26213/stat : 26213 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308224 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548404488720 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26214] ppid=26197 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/26199/task/26214/stat : 26214 (java) S 26197 26199 20082 0 -1 4202560 4257 0 0 0 49 0 0 0 20 0 19 0 255308224 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548403436088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26215] ppid=26197 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/26199/task/26215/stat : 26215 (java) S 26197 26199 20082 0 -1 4202560 2620 0 0 0 47 1 0 0 20 0 19 0 255308224 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548402383544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26216] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26216/stat : 26216 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308224 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548401331192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26217] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26217/stat : 26217 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308224 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548400278856 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26218] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26218/stat : 26218 (java) S 26197 26199 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255308280 9855975424 35225 33554432000 1073741824 1073778376 140734705402160 140548399223592 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9624976

[startup+3.10072 s]
/proc/loadavg: 1.99 1.99 2.05 3/213 26218
/proc/meminfo: memFree=29670004/32873844 swapFree=6868/6868
[pid=26199] ppid=26197 vsize=9624976 CPUtime=4.16 cores=0,2,4,6
/proc/26199/stat : 26199 (java) S 26197 26199 20082 0 -1 4202496 10668 0 1 0 411 5 0 0 20 0 19 0 255308218 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140734705393296 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26199/statm: 2406244 40394 2281 9 0 2396937 0
[pid=26199/tid=26201] ppid=26197 vsize=9624976 CPUtime=3.04 cores=0,2,4,6
/proc/26199/task/26201/stat : 26201 (java) R 26197 26199 20082 0 -1 4202560 2533 0 1 0 301 3 0 0 20 0 19 0 255308219 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548583350776 140548455924916 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26202] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26202/stat : 26202 (java) S 26197 26199 20082 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548427425960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26203] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26203/stat : 26203 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548426373416 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26204] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26204/stat : 26204 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548425320872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26205] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26205/stat : 26205 (java) S 26197 26199 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548424268328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26206] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26206/stat : 26206 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548423215784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26207] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26207/stat : 26207 (java) S 26197 26199 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548422163240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26208] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26208/stat : 26208 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548421110696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26209] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26209/stat : 26209 (java) S 26197 26199 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548420058152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26210] ppid=26197 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/26199/task/26210/stat : 26210 (java) S 26197 26199 20082 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 255308221 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548407646312 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26211] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26211/stat : 26211 (java) S 26197 26199 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255308221 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548406592632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26212] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26212/stat : 26212 (java) S 26197 26199 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255308221 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548405539976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26213] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26213/stat : 26213 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308224 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548404488720 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26214] ppid=26197 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/26199/task/26214/stat : 26214 (java) S 26197 26199 20082 0 -1 4202560 4264 0 0 0 52 0 0 0 20 0 19 0 255308224 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548403436088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26215] ppid=26197 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/26199/task/26215/stat : 26215 (java) S 26197 26199 20082 0 -1 4202560 2624 0 0 0 50 1 0 0 20 0 19 0 255308224 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548402383544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26216] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26216/stat : 26216 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308224 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548401331192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26217] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26217/stat : 26217 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308224 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548400278856 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26218] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26218/stat : 26218 (java) S 26197 26199 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255308280 9855975424 40394 33554432000 1073741824 1073778376 140734705402160 140548399223592 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9624976

[startup+6.30075 s]
/proc/loadavg: 1.99 1.99 2.05 3/213 26218
/proc/meminfo: memFree=29644932/32873844 swapFree=6868/6868
[pid=26199] ppid=26197 vsize=9624976 CPUtime=7.47 cores=0,2,4,6
/proc/26199/stat : 26199 (java) S 26197 26199 20082 0 -1 4202496 10708 0 1 0 741 6 0 0 20 0 19 0 255308218 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140734705393296 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26199/statm: 2406244 41907 2281 9 0 2396937 0
[pid=26199/tid=26201] ppid=26197 vsize=9624976 CPUtime=6.15 cores=0,2,4,6
/proc/26199/task/26201/stat : 26201 (java) R 26197 26199 20082 0 -1 4202560 2536 0 1 0 612 3 0 0 20 0 19 0 255308219 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548583350680 140548455951365 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26202] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26202/stat : 26202 (java) S 26197 26199 20082 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548427425960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26203] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26203/stat : 26203 (java) S 26197 26199 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548426373416 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26204] ppid=26197 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/26199/task/26204/stat : 26204 (java) S 26197 26199 20082 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 255308220 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548425320872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26205] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26205/stat : 26205 (java) S 26197 26199 20082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548424268328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26206] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26206/stat : 26206 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548423215784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26207] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26207/stat : 26207 (java) S 26197 26199 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548422163240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26208] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26208/stat : 26208 (java) S 26197 26199 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255308220 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548421110696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26209] ppid=26197 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/26199/task/26209/stat : 26209 (java) S 26197 26199 20082 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 255308220 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548420058152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26210] ppid=26197 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/26199/task/26210/stat : 26210 (java) S 26197 26199 20082 0 -1 4202560 44 0 0 0 7 0 0 0 20 0 19 0 255308221 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548407646312 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26211] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26211/stat : 26211 (java) S 26197 26199 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255308221 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548406592632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26212] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26212/stat : 26212 (java) S 26197 26199 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255308221 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548405539976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26213] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26213/stat : 26213 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308224 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548404488720 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26214] ppid=26197 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/26199/task/26214/stat : 26214 (java) S 26197 26199 20082 0 -1 4202560 4270 0 0 0 53 0 0 0 20 0 19 0 255308224 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548403436088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26215] ppid=26197 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/26199/task/26215/stat : 26215 (java) S 26197 26199 20082 0 -1 4202560 2624 0 0 0 52 1 0 0 20 0 19 0 255308224 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548402383544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26216] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26216/stat : 26216 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308224 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548401331192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26217] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26217/stat : 26217 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308224 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548400278856 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26218] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26218/stat : 26218 (java) S 26197 26199 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255308280 9855975424 41907 33554432000 1073741824 1073778376 140734705402160 140548399223592 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=26199/tid=26214] ppid=26197 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/26199/task/26214/stat : 26214 (java) S 26197 26199 20082 0 -1 4202560 4278 0 0 0 58 0 0 0 20 0 19 0 255308224 9855975424 129781 33554432000 1073741824 1073778376 140734705402160 140548403436088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26215] ppid=26197 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/26199/task/26215/stat : 26215 (java) S 26197 26199 20082 0 -1 4202560 2645 0 0 0 65 2 0 0 20 0 19 0 255308224 9855975424 129781 33554432000 1073741824 1073778376 140734705402160 140548402383544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26216] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26216/stat : 26216 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308224 9855975424 129781 33554432000 1073741824 1073778376 140734705402160 140548401331192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26217] ppid=26197 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/26199/task/26217/stat : 26217 (java) S 26197 26199 20082 0 -1 4202560 93 0 0 0 28 25 0 0 20 0 19 0 255308224 9855975424 129781 33554432000 1073741824 1073778376 140734705402160 140548400278856 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26218] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26218/stat : 26218 (java) S 26197 26199 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255308280 9855975424 129781 33554432000 1073741824 1073778376 140734705402160 140548399223592 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1620.37
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 26256
/proc/meminfo: memFree=28305032/32873844 swapFree=6868/6868
[pid=26199] ppid=26197 vsize=9624976 CPUtime=1680.72 cores=0,2,4,6
/proc/26199/stat : 26199 (java) S 26197 26199 20082 0 -1 4202496 23014 0 1 0 167974 98 0 0 20 0 19 0 255308218 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140734705393296 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26199/statm: 2406244 134974 2282 9 0 2396937 0
[pid=26199/tid=26201] ppid=26197 vsize=9624976 CPUtime=1644.85 cores=0,2,4,6
/proc/26199/task/26201/stat : 26201 (java) R 26197 26199 20082 0 -1 4202560 2896 0 1 0 164455 30 0 0 20 0 19 0 255308219 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548583349648 140548456083619 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26202] ppid=26197 vsize=9624976 CPUtime=3 cores=0,2,4,6
/proc/26199/task/26202/stat : 26202 (java) S 26197 26199 20082 0 -1 4202560 1982 0 0 0 291 9 0 0 20 0 19 0 255308220 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548427425960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26203] ppid=26197 vsize=9624976 CPUtime=2.88 cores=0,2,4,6
/proc/26199/task/26203/stat : 26203 (java) S 26197 26199 20082 0 -1 4202560 1481 0 0 0 278 10 0 0 20 0 19 0 255308220 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548426373416 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26204] ppid=26197 vsize=9624976 CPUtime=3.13 cores=0,2,4,6
/proc/26199/task/26204/stat : 26204 (java) S 26197 26199 20082 0 -1 4202560 1596 0 0 0 301 12 0 0 20 0 19 0 255308220 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548425320872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26205] ppid=26197 vsize=9624976 CPUtime=2.94 cores=0,2,4,6
/proc/26199/task/26205/stat : 26205 (java) S 26197 26199 20082 0 -1 4202560 1325 0 0 0 286 8 0 0 20 0 19 0 255308220 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548424268328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26206] ppid=26197 vsize=9624976 CPUtime=2.93 cores=0,2,4,6
/proc/26199/task/26206/stat : 26206 (java) S 26197 26199 20082 0 -1 4202560 1281 0 0 0 284 9 0 0 20 0 19 0 255308220 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548423215784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26207] ppid=26197 vsize=9624976 CPUtime=2.92 cores=0,2,4,6
/proc/26199/task/26207/stat : 26207 (java) S 26197 26199 20082 0 -1 4202560 1227 0 0 0 285 7 0 0 20 0 19 0 255308220 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548422163240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26208] ppid=26197 vsize=9624976 CPUtime=3.13 cores=0,2,4,6
/proc/26199/task/26208/stat : 26208 (java) S 26197 26199 20082 0 -1 4202560 1362 0 0 0 304 9 0 0 20 0 19 0 255308220 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548421110696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26209] ppid=26197 vsize=9624976 CPUtime=2.99 cores=0,2,4,6
/proc/26199/task/26209/stat : 26209 (java) S 26197 26199 20082 0 -1 4202560 949 0 0 0 293 6 0 0 20 0 19 0 255308220 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548420058152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26210] ppid=26197 vsize=9624976 CPUtime=6.09 cores=0,2,4,6
/proc/26199/task/26210/stat : 26210 (java) S 26197 26199 20082 0 -1 4202560 717 0 0 0 604 5 0 0 20 0 19 0 255308221 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548407646312 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26211] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26211/stat : 26211 (java) S 26197 26199 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255308221 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548406592632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26212] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26212/stat : 26212 (java) S 26197 26199 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255308221 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548405539976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26213] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26213/stat : 26213 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308224 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548404488720 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26214] ppid=26197 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/26199/task/26214/stat : 26214 (java) S 26197 26199 20082 0 -1 4202560 4278 0 0 0 58 0 0 0 20 0 19 0 255308224 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548403436088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26215] ppid=26197 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/26199/task/26215/stat : 26215 (java) S 26197 26199 20082 0 -1 4202560 2645 0 0 0 65 2 0 0 20 0 19 0 255308224 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548402383544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26216] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26216/stat : 26216 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308224 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548401331192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26217] ppid=26197 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/26199/task/26217/stat : 26217 (java) S 26197 26199 20082 0 -1 4202560 95 0 0 0 29 26 0 0 20 0 19 0 255308224 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548400278856 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26218] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26218/stat : 26218 (java) S 26197 26199 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255308280 9855975424 134974 33554432000 1073741824 1073778376 140734705402160 140548399223592 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1680.72
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.52 2.11 2.04 3/213 26257
/proc/meminfo: memFree=28235652/32873844 swapFree=6868/6868
[pid=26199] ppid=26197 vsize=9624976 CPUtime=1741.37 cores=0,2,4,6
/proc/26199/stat : 26199 (java) S 26197 26199 20082 0 -1 4202496 23470 0 1 0 174036 101 0 0 20 0 19 0 255308218 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140734705393296 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26199/statm: 2406244 140490 2282 9 0 2396937 0
[pid=26199/tid=26201] ppid=26197 vsize=9624976 CPUtime=1704.21 cores=0,2,4,6
/proc/26199/task/26201/stat : 26201 (java) R 26197 26199 20082 0 -1 4202560 2904 0 1 0 170391 30 0 0 20 0 19 0 255308219 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548583349648 140548455963705 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26202] ppid=26197 vsize=9624976 CPUtime=3.08 cores=0,2,4,6
/proc/26199/task/26202/stat : 26202 (java) S 26197 26199 20082 0 -1 4202560 2124 0 0 0 299 9 0 0 20 0 19 0 255308220 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548427425960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26203] ppid=26197 vsize=9624976 CPUtime=2.97 cores=0,2,4,6
/proc/26199/task/26203/stat : 26203 (java) S 26197 26199 20082 0 -1 4202560 1570 0 0 0 287 10 0 0 20 0 19 0 255308220 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548426373416 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26204] ppid=26197 vsize=9624976 CPUtime=3.29 cores=0,2,4,6
/proc/26199/task/26204/stat : 26204 (java) S 26197 26199 20082 0 -1 4202560 1702 0 0 0 317 12 0 0 20 0 19 0 255308220 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548425320872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26205] ppid=26197 vsize=9624976 CPUtime=3.05 cores=0,2,4,6
/proc/26199/task/26205/stat : 26205 (java) S 26197 26199 20082 0 -1 4202560 1326 0 0 0 297 8 0 0 20 0 19 0 255308220 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548424268328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26206] ppid=26197 vsize=9624976 CPUtime=3.03 cores=0,2,4,6
/proc/26199/task/26206/stat : 26206 (java) S 26197 26199 20082 0 -1 4202560 1282 0 0 0 294 9 0 0 20 0 19 0 255308220 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548423215784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26207] ppid=26197 vsize=9624976 CPUtime=3.03 cores=0,2,4,6
/proc/26199/task/26207/stat : 26207 (java) S 26197 26199 20082 0 -1 4202560 1228 0 0 0 296 7 0 0 20 0 19 0 255308220 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548422163240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26208] ppid=26197 vsize=9624976 CPUtime=3.25 cores=0,2,4,6
/proc/26199/task/26208/stat : 26208 (java) S 26197 26199 20082 0 -1 4202560 1368 0 0 0 316 9 0 0 20 0 19 0 255308220 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548421110696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26209] ppid=26197 vsize=9624976 CPUtime=3.11 cores=0,2,4,6
/proc/26199/task/26209/stat : 26209 (java) S 26197 26199 20082 0 -1 4202560 1024 0 0 0 304 7 0 0 20 0 19 0 255308220 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548420058152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26210] ppid=26197 vsize=9624976 CPUtime=6.3 cores=0,2,4,6
/proc/26199/task/26210/stat : 26210 (java) S 26197 26199 20082 0 -1 4202560 740 0 0 0 625 5 0 0 20 0 19 0 255308221 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548407646312 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26211] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26211/stat : 26211 (java) S 26197 26199 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255308221 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548406592632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26212] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26212/stat : 26212 (java) S 26197 26199 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255308221 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548405539976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26213] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26213/stat : 26213 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308224 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548404488720 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26214] ppid=26197 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/26199/task/26214/stat : 26214 (java) S 26197 26199 20082 0 -1 4202560 4278 0 0 0 58 0 0 0 20 0 19 0 255308224 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548403436088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26215] ppid=26197 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/26199/task/26215/stat : 26215 (java) S 26197 26199 20082 0 -1 4202560 2645 0 0 0 65 2 0 0 20 0 19 0 255308224 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548402383544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26216] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26216/stat : 26216 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308224 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548401331192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26217] ppid=26197 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/26199/task/26217/stat : 26217 (java) S 26197 26199 20082 0 -1 4202560 99 0 0 0 30 27 0 0 20 0 19 0 255308224 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548400278856 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26218] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26218/stat : 26218 (java) S 26197 26199 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255308280 9855975424 140490 33554432000 1073741824 1073778376 140734705402160 140548399223592 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1741.37
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780 s]
/proc/loadavg: 2.26 2.11 2.04 3/213 26316
/proc/meminfo: memFree=29099136/32873844 swapFree=6868/6868
[pid=26199] ppid=26197 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/26199/stat : 26199 (java) S 26197 26199 20082 0 -1 4202496 23691 0 1 0 179902 105 0 0 20 0 19 0 255308218 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140734705393296 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26199/statm: 2406244 125808 2282 9 0 2396937 0
[pid=26199/tid=26201] ppid=26197 vsize=9624976 CPUtime=1761.21 cores=0,2,4,6
/proc/26199/task/26201/stat : 26201 (java) R 26197 26199 20082 0 -1 4202560 2923 0 1 0 176089 32 0 0 20 0 19 0 255308219 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548583349648 140548455951254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26202] ppid=26197 vsize=9624976 CPUtime=3.27 cores=0,2,4,6
/proc/26199/task/26202/stat : 26202 (java) S 26197 26199 20082 0 -1 4202560 2124 0 0 0 317 10 0 0 20 0 19 0 255308220 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548427425960 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26203] ppid=26197 vsize=9624976 CPUtime=3.15 cores=0,2,4,6
/proc/26199/task/26203/stat : 26203 (java) S 26197 26199 20082 0 -1 4202560 1624 0 0 0 304 11 0 0 20 0 19 0 255308220 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548426373416 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26204] ppid=26197 vsize=9624976 CPUtime=3.45 cores=0,2,4,6
/proc/26199/task/26204/stat : 26204 (java) S 26197 26199 20082 0 -1 4202560 1702 0 0 0 333 12 0 0 20 0 19 0 255308220 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548425320872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26205] ppid=26197 vsize=9624976 CPUtime=3.21 cores=0,2,4,6
/proc/26199/task/26205/stat : 26205 (java) S 26197 26199 20082 0 -1 4202560 1372 0 0 0 313 8 0 0 20 0 19 0 255308220 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548424268328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26206] ppid=26197 vsize=9624976 CPUtime=3.21 cores=0,2,4,6
/proc/26199/task/26206/stat : 26206 (java) S 26197 26199 20082 0 -1 4202560 1282 0 0 0 312 9 0 0 20 0 19 0 255308220 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548423215784 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26207] ppid=26197 vsize=9624976 CPUtime=3.25 cores=0,2,4,6
/proc/26199/task/26207/stat : 26207 (java) S 26197 26199 20082 0 -1 4202560 1255 0 0 0 318 7 0 0 20 0 19 0 255308220 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548422163240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26208] ppid=26197 vsize=9624976 CPUtime=3.39 cores=0,2,4,6
/proc/26199/task/26208/stat : 26208 (java) S 26197 26199 20082 0 -1 4202560 1370 0 0 0 330 9 0 0 20 0 19 0 255308220 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548421110696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26209] ppid=26197 vsize=9624976 CPUtime=3.32 cores=0,2,4,6
/proc/26199/task/26209/stat : 26209 (java) S 26197 26199 20082 0 -1 4202560 1076 0 0 0 325 7 0 0 20 0 19 0 255308220 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548420058152 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26210] ppid=26197 vsize=9624976 CPUtime=6.42 cores=0,2,4,6
/proc/26199/task/26210/stat : 26210 (java) S 26197 26199 20082 0 -1 4202560 757 0 0 0 637 5 0 0 20 0 19 0 255308221 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548407646312 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26199/tid=26211] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26211/stat : 26211 (java) S 26197 26199 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255308221 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548406592632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26212] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26212/stat : 26212 (java) S 26197 26199 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255308221 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548405539976 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26213] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26213/stat : 26213 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308224 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548404488720 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26214] ppid=26197 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/26199/task/26214/stat : 26214 (java) S 26197 26199 20082 0 -1 4202560 4278 0 0 0 58 0 0 0 20 0 19 0 255308224 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548403436088 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26215] ppid=26197 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/26199/task/26215/stat : 26215 (java) S 26197 26199 20082 0 -1 4202560 2645 0 0 0 65 2 0 0 20 0 19 0 255308224 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548402383544 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26199/tid=26216] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26216/stat : 26216 (java) S 26197 26199 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255308224 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548401331192 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26199/tid=26217] ppid=26197 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/26199/task/26217/stat : 26217 (java) S 26197 26199 20082 0 -1 4202560 103 0 0 0 31 28 0 0 20 0 19 0 255308224 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548400278856 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26199/tid=26218] ppid=26197 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26199/task/26218/stat : 26218 (java) S 26197 26199 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255308280 9855975424 125808 33554432000 1073741824 1073778376 140734705402160 140548399223592 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

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

Real time (s): 1780.08
CPU time (s): 1800.07
CPU user time (s): 1799.02
CPU system time (s): 1.05
CPU usage (%): 101.123
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.59
system time used= 1.54076
maximum resident set size= 570724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23725
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49356
involuntary context switches= 57955

runsolver used 6.47202 second user time and 14.1418 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-24 22:46:52
IDJOB=3689687
IDBENCH=90187
IDSOLVER=2269
FILE ID=node105/3689687-1337892412
RUNJOBID= node105-1337890002-25501
PBS_JOBID= 14620099
Free space on /tmp= 71620 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K160.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689687-1337892412/watcher-3689687-1337892412 -o /tmp/evaluation-result-3689687-1337892412/solver-3689687-1337892412 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689687-1337892412.opb

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

MD5SUM BENCH= 4be3ef5c0a6baf670611a9fd5e5deae8
RANDOM SEED=1672882903

node105.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.882
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.76
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.882
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.882
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.882
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.882
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29809424 kB
Buffers:          194376 kB
Cached:          1908908 kB
SwapCached:         6340 kB
Active:           753188 kB
Inactive:        1546264 kB
Active(anon):     184016 kB
Inactive(anon):    14612 kB
Active(file):     569172 kB
Inactive(file):  1531652 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:              3648 kB
Writeback:             0 kB
AnonPages:        155920 kB
Mapped:            22504 kB
Shmem:                 8 kB
Slab:             625268 kB
SReclaimable:      67540 kB
SUnreclaim:       557728 kB
KernelStack:        1768 kB
PageTables:         4532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 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= 71620 MiB
End job on node105 at 2012-05-24 23:16:34