Trace number 3689625

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) 1801.01 1770.47

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K89.opb
MD5SUM30c9df0e6d94fba856558f98ad1383d9
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 variables6052
Total number of constraints6232
Number of constraints which are clauses6143
Number of constraints which are cardinality constraints (but not clauses)89
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint89
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 90
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3689625-1337891805.opb
0.07/0.12	c reading problem ... 
0.51/0.40	c ... done. Wall clock time 0.271s.
0.51/0.40	c declared #vars     6052
0.51/0.40	c #constraints  6232
0.51/0.40	c constraints type 
0.72/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4997
0.72/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 89
0.72/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.72/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1144
0.72/0.40	c 6232 constraints processed.
1.86/1.24	c cleaning 2497 clauses out of 4994 with flag 5000/5000
2.66/1.99	c cleaning 4233 clauses out of 8492 with flag 11000/11000
3.67/2.97	c cleaning 5593 clauses out of 11253 with flag 18000/18000
4.78/4.03	c cleaning 6744 clauses out of 13657 with flag 26003/26003
6.03/5.22	c cleaning 7944 clauses out of 15905 with flag 35000/35000
7.47/6.62	c cleaning 8931 clauses out of 17962 with flag 45001/45001
8.97/8.12	c cleaning 9976 clauses out of 20029 with flag 56000/56000
10.80/9.96	c cleaning 10967 clauses out of 22051 with flag 68001/68001
12.72/11.82	c cleaning 11943 clauses out of 24083 with flag 81001/81001
14.74/13.90	c cleaning 12973 clauses out of 26140 with flag 95001/95001
17.17/16.26	c cleaning 13895 clauses out of 28166 with flag 110000/110000
19.48/18.53	c cleaning 14966 clauses out of 30271 with flag 126000/126000
22.01/21.04	c cleaning 15967 clauses out of 32304 with flag 143000/143000
24.95/23.94	c cleaning 16987 clauses out of 34337 with flag 161000/161000
27.97/26.97	c cleaning 18101 clauses out of 36353 with flag 180004/180004
30.99/29.93	c cleaning 18993 clauses out of 38248 with flag 200000/200000
34.11/33.07	c cleaning 19937 clauses out of 40257 with flag 221002/221002
38.12/37.03	c cleaning 21019 clauses out of 42319 with flag 243001/243001
42.07/40.93	c cleaning 21943 clauses out of 44301 with flag 266002/266002
46.00/44.86	c cleaning 23154 clauses out of 46356 with flag 290000/290000
50.01/48.80	c cleaning 24045 clauses out of 48201 with flag 315000/315000
54.82/53.68	c cleaning 24803 clauses out of 50156 with flag 341000/341000
59.48/58.25	c cleaning 26040 clauses out of 52353 with flag 368000/368000
65.10/63.88	c cleaning 26889 clauses out of 54313 with flag 396000/396000
72.63/71.34	c cleaning 27983 clauses out of 56424 with flag 425000/425000
78.08/76.76	c cleaning 29076 clauses out of 58441 with flag 455000/455000
84.00/82.62	c cleaning 30032 clauses out of 60365 with flag 486001/486001
89.85/88.49	c cleaning 30900 clauses out of 62332 with flag 518000/518000
97.77/96.31	c cleaning 32051 clauses out of 64432 with flag 551000/551000
104.20/102.74	c cleaning 32860 clauses out of 66382 with flag 585002/585002
110.82/109.40	c cleaning 33890 clauses out of 68520 with flag 620000/620000
118.07/116.51	c cleaning 35099 clauses out of 70631 with flag 656001/656001
124.48/122.92	c cleaning 36089 clauses out of 72531 with flag 693000/693000
131.43/129.86	c cleaning 36964 clauses out of 74443 with flag 731001/731001
140.37/138.75	c cleaning 37763 clauses out of 76478 with flag 770000/770000
150.55/148.84	c cleaning 38991 clauses out of 78717 with flag 810002/810002
160.73/158.94	c cleaning 39802 clauses out of 80724 with flag 851000/851000
172.61/170.75	c cleaning 41057 clauses out of 82924 with flag 893002/893002
185.55/183.41	c cleaning 42307 clauses out of 84866 with flag 936001/936001
194.08/191.90	c cleaning 43023 clauses out of 86559 with flag 980001/980001
203.81/201.60	c cleaning 43710 clauses out of 88537 with flag 1025002/1025002
215.46/213.28	c cleaning 44972 clauses out of 90825 with flag 1071000/1071000
227.85/225.58	c cleaning 45942 clauses out of 92853 with flag 1118000/1118000
243.94/241.40	c cleaning 46938 clauses out of 94911 with flag 1166000/1166000
258.67/256.06	c cleaning 47234 clauses out of 96973 with flag 1215000/1215000
270.79/268.19	c cleaning 48599 clauses out of 99739 with flag 1265000/1265000
287.40/284.56	c cleaning 49825 clauses out of 102140 with flag 1316000/1316000
303.19/299.97	c cleaning 51424 clauses out of 104315 with flag 1368001/1368001
317.43/313.80	c cleaning 51940 clauses out of 105889 with flag 1421000/1421000
333.74/329.82	c cleaning 53083 clauses out of 107951 with flag 1475002/1475002
347.55/343.43	c cleaning 53650 clauses out of 109866 with flag 1530000/1530000
360.14/355.81	c cleaning 53673 clauses out of 112217 with flag 1586001/1586001
376.06/371.45	c cleaning 56208 clauses out of 115543 with flag 1643000/1643000
393.64/388.78	c cleaning 56288 clauses out of 117335 with flag 1701000/1701000
409.18/404.08	c cleaning 57788 clauses out of 120051 with flag 1760004/1760004
426.82/421.34	c cleaning 58961 clauses out of 122261 with flag 1820002/1820002
441.45/435.75	c cleaning 59521 clauses out of 124298 with flag 1881000/1881000
463.15/457.03	c cleaning 61218 clauses out of 126778 with flag 1943001/1943001
480.95/474.50	c cleaning 61639 clauses out of 128559 with flag 2006000/2006000
502.45/495.69	c cleaning 63071 clauses out of 130920 with flag 2070000/2070000
524.28/517.07	c cleaning 64541 clauses out of 132850 with flag 2135001/2135001
544.36/536.71	c cleaning 64710 clauses out of 134314 with flag 2201006/2201006
562.12/554.11	c cleaning 65314 clauses out of 136599 with flag 2268001/2268001
581.25/572.84	c cleaning 66363 clauses out of 139285 with flag 2336001/2336001
606.67/597.77	c cleaning 67882 clauses out of 141924 with flag 2405004/2405004
629.00/619.66	c cleaning 68665 clauses out of 144038 with flag 2475000/2475000
652.60/642.84	c cleaning 69933 clauses out of 146375 with flag 2546002/2546002
686.56/676.28	c cleaning 70453 clauses out of 148450 with flag 2618010/2618010
706.92/696.30	c cleaning 71812 clauses out of 150987 with flag 2691000/2691000
731.50/720.39	c cleaning 72848 clauses out of 153176 with flag 2765001/2765001
760.79/749.09	c cleaning 74328 clauses out of 155328 with flag 2840001/2840001
784.13/771.98	c cleaning 74669 clauses out of 156999 with flag 2916000/2916000
820.14/807.36	c cleaning 76226 clauses out of 159332 with flag 2993002/2993002
845.54/832.13	c cleaning 76651 clauses out of 161106 with flag 3071002/3071002
885.06/870.91	c cleaning 78159 clauses out of 163454 with flag 3150001/3150001
914.63/899.81	c cleaning 79200 clauses out of 165297 with flag 3230003/3230003
943.26/927.82	c cleaning 79631 clauses out of 167094 with flag 3311000/3311000
971.10/955.17	c cleaning 80724 clauses out of 169461 with flag 3393000/3393000
1001.63/985.06	c cleaning 81597 clauses out of 171738 with flag 3476001/3476001
1039.08/1021.85	c cleaning 82836 clauses out of 174140 with flag 3560000/3560000
1071.19/1053.22	c cleaning 84507 clauses out of 176306 with flag 3645002/3645002
1105.39/1086.72	c cleaning 84925 clauses out of 177798 with flag 3731001/3731001
1142.97/1123.54	c cleaning 85841 clauses out of 179872 with flag 3818000/3818000
1176.03/1155.92	c cleaning 87303 clauses out of 182032 with flag 3906001/3906001
1219.50/1198.71	c cleaning 87894 clauses out of 183731 with flag 3995003/3995003
1269.45/1247.86	c cleaning 89089 clauses out of 185838 with flag 4085004/4085004
1306.96/1284.69	c cleaning 90593 clauses out of 187747 with flag 4176002/4176002
1337.56/1314.55	c cleaning 90471 clauses out of 189155 with flag 4268003/4268003
1391.35/1367.53	c cleaning 92122 clauses out of 191686 with flag 4361005/4361005
1439.01/1414.38	c cleaning 92987 clauses out of 193560 with flag 4455001/4455001
1489.05/1463.41	c cleaning 94077 clauses out of 195572 with flag 4550000/4550000
1544.63/1518.23	c cleaning 95516 clauses out of 197497 with flag 4646002/4646002
1580.64/1553.73	c cleaning 95895 clauses out of 198981 with flag 4743002/4743002
1612.73/1585.39	c cleaning 96890 clauses out of 201085 with flag 4841001/4841001
1654.35/1626.38	c cleaning 97954 clauses out of 203194 with flag 4940000/4940000
1690.42/1661.84	c cleaning 98965 clauses out of 205240 with flag 5040000/5040000
1746.66/1717.57	c cleaning 100618 clauses out of 207276 with flag 5141001/5141001
1800.09/1770.41	c starts		: 273
1800.09/1770.41	c conflicts		: 5234635
1800.09/1770.41	c decisions		: 31646314
1800.09/1770.41	c propagations		: 1683966986
1800.09/1770.41	c inspects		: 11393525220
1800.09/1770.41	c shortcuts		: 0
1800.09/1770.41	c learnt literals	: 43
1800.09/1770.41	c learnt binary clauses	: 90479
1800.09/1770.41	c learnt ternary clauses	: 120785
1800.09/1770.41	c learnt constraints	: 5234592
1800.09/1770.41	c ignored constraints	: 0
1800.09/1770.41	c root simplifications	: 0
1800.09/1770.41	c removed literals (reason simplification)	: 0
1800.09/1770.41	c reason swapping (by a shorter reason)	: 0
1800.09/1770.41	c Calls to reduceDB	: 97
1800.09/1770.41	c number of reductions to clauses (during analyze)	: 0
1800.09/1770.41	c number of learned constraints concerned by reduction	: 0
1800.09/1770.41	c number of learning phase by resolution	: 0
1800.09/1770.41	c number of learning phase by cutting planes	: 0
1800.09/1770.41	c speed (assignments/second)	: 951392.7029460984
1800.09/1770.41	c non guided choices	6252
1800.09/1770.46	c learnt constraints type 
1800.09/1770.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 90479
1800.09/1770.46	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109842
1800.09/1770.46	c constraints type 
1800.09/1770.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4997
1800.09/1770.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 89
1800.09/1770.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1770.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1144
1800.09/1770.46	c 6232 constraints processed.
1800.09/1770.46	s UNKNOWN
1800.09/1770.46	c Total wall clock time (in seconds): 1770.337

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-3689625-1337891805/watcher-3689625-1337891805 -o /tmp/evaluation-result-3689625-1337891805/solver-3689625-1337891805 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689625-1337891805.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.01 2.00 2.23 2/195 29456
/proc/meminfo: memFree=25952948/32873844 swapFree=7900/7900
[pid=29456] ppid=29454 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/29456/stat : 29456 (java) D 29454 29456 23987 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 255305014 2560000 46 33554432000 1073741824 1073778376 140733285573616 140733285570744 225435544871 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/29456/statm: 625 46 37 9 0 29 0

[startup+0.0103911 s]
/proc/loadavg: 2.01 2.00 2.23 2/195 29456
/proc/meminfo: memFree=25952948/32873844 swapFree=7900/7900
[pid=29456] ppid=29454 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/29456/stat : 29456 (java) D 29454 29456 23987 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 255305014 9515008 185 33554432000 1073741824 1073778376 140733285573616 140733285564840 225444523447 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/29456/statm: 2323 185 142 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.100254 s]
/proc/loadavg: 2.01 2.00 2.23 2/195 29456
/proc/meminfo: memFree=25952948/32873844 swapFree=7900/7900
[pid=29456] ppid=29454 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/29456/stat : 29456 (java) S 29454 29456 23987 0 -1 4202496 3724 0 1 0 6 1 0 0 20 0 18 0 255305014 9787813888 4421 33554432000 1073741824 1073778376 140737154100992 140737154092128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29456/statm: 2389603 4422 1933 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300252 s]
/proc/loadavg: 2.01 2.00 2.23 2/195 29456
/proc/meminfo: memFree=25952948/32873844 swapFree=7900/7900
[pid=29456] ppid=29454 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/29456/stat : 29456 (java) S 29454 29456 23987 0 -1 4202496 7596 0 1 0 50 1 0 0 20 0 18 0 255305014 9787813888 8863 33554432000 1073741824 1073778376 140737154100992 140737154092128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29456/statm: 2389603 8863 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558412

[startup+0.700213 s]
/proc/loadavg: 2.01 2.00 2.23 2/195 29456
/proc/meminfo: memFree=25952948/32873844 swapFree=7900/7900
[pid=29456] ppid=29454 vsize=9624976 CPUtime=1.35 cores=0,2,4,6
/proc/29456/stat : 29456 (java) S 29454 29456 23987 0 -1 4202496 10074 0 1 0 133 2 0 0 20 0 19 0 255305014 9855975424 15200 33554432000 1073741824 1073778376 140737154100992 140737154092128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29456/statm: 2406244 15200 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9624976

[startup+1.50062 s]
/proc/loadavg: 2.00 2.00 2.23 2/194 29478
/proc/meminfo: memFree=29245572/32873844 swapFree=7900/7900
[pid=29456] ppid=29454 vsize=9624976 CPUtime=2.24 cores=0,2,4,6
/proc/29456/stat : 29456 (java) S 29454 29456 23987 0 -1 4202496 10345 0 1 0 221 3 0 0 20 0 19 0 255305014 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 140737154092128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29456/statm: 2406244 18841 2275 9 0 2396937 0
[pid=29456/tid=29458] ppid=29454 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/29456/task/29458/stat : 29458 (java) R 29454 29456 23987 0 -1 4202560 2532 0 1 0 142 1 0 0 20 0 19 0 255305016 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953785041288 139953725354475 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29459] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29459/stat : 29459 (java) S 29454 29456 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953629080616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29460] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29460/stat : 29460 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953628027816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29461] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29461/stat : 29461 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953626975016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29456/tid=29462] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29462/stat : 29462 (java) S 29454 29456 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953625922216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29463] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29463/stat : 29463 (java) S 29454 29456 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953624869416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29456/tid=29464] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29464/stat : 29464 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953623816616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29465] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29465/stat : 29465 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953622763816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29466] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29466/stat : 29466 (java) S 29454 29456 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953621711016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29467] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29467/stat : 29467 (java) S 29454 29456 23987 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 255305018 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953609300968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29468] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29468/stat : 29468 (java) S 29454 29456 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255305019 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953608247032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29469] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29469/stat : 29469 (java) S 29454 29456 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255305019 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953607194120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29470] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29470/stat : 29470 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953606142608 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29471] ppid=29454 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/29456/task/29471/stat : 29471 (java) S 29454 29456 23987 0 -1 4202560 3366 0 0 0 43 0 0 0 20 0 19 0 255305022 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953605089720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29472] ppid=29454 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/29456/task/29472/stat : 29472 (java) S 29454 29456 23987 0 -1 4202560 3210 0 0 0 30 0 0 0 20 0 19 0 255305022 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953604036920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29473] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29473/stat : 29473 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953602984312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29474] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29474/stat : 29474 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953601931720 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29475] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29475/stat : 29475 (java) S 29454 29456 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255305056 9855975424 18841 33554432000 1073741824 1073778376 140737154100992 139953600878248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9624976

[startup+3.10069 s]
/proc/loadavg: 2.00 2.00 2.23 2/194 29478
/proc/meminfo: memFree=29228724/32873844 swapFree=7900/7900
[pid=29456] ppid=29454 vsize=9624976 CPUtime=3.88 cores=0,2,4,6
/proc/29456/stat : 29456 (java) S 29454 29456 23987 0 -1 4202496 10371 0 1 0 385 3 0 0 20 0 19 0 255305014 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 140737154092128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29456/statm: 2406244 20905 2275 9 0 2396937 0
[pid=29456/tid=29458] ppid=29454 vsize=9624976 CPUtime=3 cores=0,2,4,6
/proc/29456/task/29458/stat : 29458 (java) R 29454 29456 23987 0 -1 4202560 2533 0 1 0 299 1 0 0 20 0 19 0 255305016 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953785041128 139953725454704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29459] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29459/stat : 29459 (java) S 29454 29456 23987 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953629080616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29460] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29460/stat : 29460 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953628027816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29461] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29461/stat : 29461 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953626975016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29456/tid=29462] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29462/stat : 29462 (java) S 29454 29456 23987 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953625922216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29456/tid=29463] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29463/stat : 29463 (java) S 29454 29456 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953624869416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29456/tid=29464] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29464/stat : 29464 (java) S 29454 29456 23987 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953623816616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29465] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29465/stat : 29465 (java) S 29454 29456 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953622763816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29466] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29466/stat : 29466 (java) S 29454 29456 23987 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953621711016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29467] ppid=29454 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/29456/task/29467/stat : 29467 (java) S 29454 29456 23987 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 255305018 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953609300968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29468] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29468/stat : 29468 (java) S 29454 29456 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255305019 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953608247032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29469] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29469/stat : 29469 (java) S 29454 29456 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255305019 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953607194120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29470] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29470/stat : 29470 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953606142608 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29471] ppid=29454 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/29456/task/29471/stat : 29471 (java) S 29454 29456 23987 0 -1 4202560 3368 0 0 0 44 0 0 0 20 0 19 0 255305022 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953605089720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29472] ppid=29454 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/29456/task/29472/stat : 29472 (java) S 29454 29456 23987 0 -1 4202560 3216 0 0 0 33 0 0 0 20 0 19 0 255305022 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953604036920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29473] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29473/stat : 29473 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953602984312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29474] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29474/stat : 29474 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953601931720 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29475] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29475/stat : 29475 (java) S 29454 29456 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255305056 9855975424 20905 33554432000 1073741824 1073778376 140737154100992 139953600878248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 2.00 2.00 2.23 3/214 29534
/proc/meminfo: memFree=29402896/32873844 swapFree=7900/7900
[pid=29456] ppid=29454 vsize=9624976 CPUtime=7.16 cores=0,2,4,6
/proc/29456/stat : 29456 (java) S 29454 29456 23987 0 -1 4202496 10408 0 1 0 712 4 0 0 20 0 19 0 255305014 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 140737154092128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29456/statm: 2406244 21359 2275 9 0 2396937 0
[pid=29456/tid=29458] ppid=29454 vsize=9624976 CPUtime=6.16 cores=0,2,4,6
/proc/29456/task/29458/stat : 29458 (java) R 29454 29456 23987 0 -1 4202560 2535 0 1 0 614 2 0 0 20 0 19 0 255305016 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953785041168 139953725364132 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29459] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29459/stat : 29459 (java) S 29454 29456 23987 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953629080616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29460] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29460/stat : 29460 (java) S 29454 29456 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953628027816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29461] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29461/stat : 29461 (java) S 29454 29456 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953626975016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29462] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29462/stat : 29462 (java) S 29454 29456 23987 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953625922216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29463] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29463/stat : 29463 (java) S 29454 29456 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953624869416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29456/tid=29464] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29464/stat : 29464 (java) S 29454 29456 23987 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953623816616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29465] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29465/stat : 29465 (java) S 29454 29456 23987 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953622763816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29466] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29466/stat : 29466 (java) S 29454 29456 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255305017 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953621711016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29467] ppid=29454 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/29456/task/29467/stat : 29467 (java) S 29454 29456 23987 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 255305018 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953609300968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29468] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29468/stat : 29468 (java) S 29454 29456 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255305019 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953608247032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29469] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29469/stat : 29469 (java) S 29454 29456 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255305019 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953607194120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29470] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29470/stat : 29470 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953606142608 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29471] ppid=29454 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/29456/task/29471/stat : 29471 (java) S 29454 29456 23987 0 -1 4202560 3369 0 0 0 44 0 0 0 20 0 19 0 255305022 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953605089720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29472] ppid=29454 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/29456/task/29472/stat : 29472 (java) S 29454 29456 23987 0 -1 4202560 3233 0 0 0 37 0 0 0 20 0 19 0 255305022 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953604036920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29473] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29473/stat : 29473 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953602984312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29474] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29474/stat : 29474 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953601931720 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29475] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29475/stat : 29475 (java) S 29454 29456 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255305056 9855975424 21359 33554432000 1073741824 1073778376 140737154100992 139953600878248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=29456/tid=29464] ppid=29454 vsize=9624976 CPUtime=4.53 cores=0,2,4,6
/proc/29456/task/29464/stat : 29464 (java) S 29454 29456 23987 0 -1 4202560 2079 0 0 0 445 8 0 0 20 0 19 0 255305017 9855975424 141273 33554432000 1073741824 1073778376 140737154100992 139953623816616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29465] ppid=29454 vsize=9624976 CPUtime=4.69 cores=0,2,4,6
/proc/29456/task/29465/stat : 29465 (java) S 29454 29456 23987 0 -1 4202560 1510 0 0 0 458 11 0 0 20 0 19 0 255305017 9855975424 141273 33554432000 1073741824 1073778376 140737154100992 139953622763816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29466] ppid=29454 vsize=9624976 CPUtime=4.87 cores=0,2,4,6
/proc/29456/task/29466/stat : 29466 (java) S 29454 29456 23987 0 -1 4202560 1699 0 0 0 475 12 0 0 20 0 19 0 255305017 9855975424 141273 33554432000 1073741824 1073778376 140737154100992 139953621711016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29467] ppid=29454 vsize=9624976 CPUtime=4.19 cores=0,2,4,6
/proc/29456/task/29467/stat : 29467 (java) S 29454 29456 23987 0 -1 4202560 680 0 0 0 411 8 0 0 20 0 19 0 255305018 9855975424 141273 33554432000 1073741824 1073778376 140737154100992 139953609300968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29468] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29468/stat : 29468 (java) S 29454 29456 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255305019 9855975424 141273 33554432000 1073741824 1073778376 140737154100992 139953608247032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29469] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29469/stat : 29469 (java) S 29454 29456 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255305019 9855975424 141273 33554432000 1073741824 1073778376 140737154100992 139953607194120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29470] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29470/stat : 29470 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 141273 33554432000 1073741824 1073778376 140737154100992 139953606142608 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29471] ppid=29454 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/29456/task/29471/stat : 29471 (java) S 29454 29456 23987 0 -1 4202560 3369 0 0 0 44 0 0 0 20 0 19 0 255305022 9855975424 141273 33554432000 1073741824 1073778376 140737154100992 139953605089720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29472] ppid=29454 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/29456/task/29472/stat : 29472 (java) S 29454 29456 23987 0 -1 4202560 3244 0 0 0 38 0 0 0 20 0 19 0 255305022 9855975424 141273 33554432000 1073741824 1073778376 140737154100992 139953604036920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29473] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29473/stat : 29473 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 141273 33554432000 1073741824 1073778376 140737154100992 139953602984312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29474] ppid=29454 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/29456/task/29474/stat : 29474 (java) S 29454 29456 23987 0 -1 4202560 90 0 0 0 24 23 0 0 20 0 19 0 255305022 9855975424 141273 33554432000 1073741824 1073778376 140737154100992 139953601931720 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29475] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29475/stat : 29475 (java) S 29454 29456 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255305056 9855975424 141273 33554432000 1073741824 1073778376 140737154100992 139953600878248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1629.96
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/213 29571
/proc/meminfo: memFree=28220232/32873844 swapFree=7900/7900
[pid=29456] ppid=29454 vsize=9624976 CPUtime=1690.97 cores=0,2,4,6
/proc/29456/stat : 29456 (java) S 29454 29456 23987 0 -1 4202496 24555 0 1 0 168980 117 0 0 20 0 19 0 255305014 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 140737154092128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29456/statm: 2406244 146910 2276 9 0 2396937 0
[pid=29456/tid=29458] ppid=29454 vsize=9624976 CPUtime=1646.53 cores=0,2,4,6
/proc/29456/task/29458/stat : 29458 (java) R 29454 29456 23987 0 -1 4202560 3239 0 1 0 164621 32 0 0 20 0 19 0 255305016 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953785041168 139953725455039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29459] ppid=29454 vsize=9624976 CPUtime=5.05 cores=0,2,4,6
/proc/29456/task/29459/stat : 29459 (java) S 29454 29456 23987 0 -1 4202560 1449 0 0 0 495 10 0 0 20 0 19 0 255305017 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953629080616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29460] ppid=29454 vsize=9624976 CPUtime=4.9 cores=0,2,4,6
/proc/29456/task/29460/stat : 29460 (java) S 29454 29456 23987 0 -1 4202560 1597 0 0 0 479 11 0 0 20 0 19 0 255305017 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953628027816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29461] ppid=29454 vsize=9624976 CPUtime=5.08 cores=0,2,4,6
/proc/29456/task/29461/stat : 29461 (java) S 29454 29456 23987 0 -1 4202560 1491 0 0 0 497 11 0 0 20 0 19 0 255305017 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953626975016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29456/tid=29462] ppid=29454 vsize=9624976 CPUtime=4.74 cores=0,2,4,6
/proc/29456/task/29462/stat : 29462 (java) S 29454 29456 23987 0 -1 4202560 1465 0 0 0 462 12 0 0 20 0 19 0 255305017 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953625922216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29463] ppid=29454 vsize=9624976 CPUtime=4.93 cores=0,2,4,6
/proc/29456/task/29463/stat : 29463 (java) S 29454 29456 23987 0 -1 4202560 1264 0 0 0 483 10 0 0 20 0 19 0 255305017 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953624869416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29464] ppid=29454 vsize=9624976 CPUtime=4.67 cores=0,2,4,6
/proc/29456/task/29464/stat : 29464 (java) S 29454 29456 23987 0 -1 4202560 2083 0 0 0 458 9 0 0 20 0 19 0 255305017 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953623816616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29456/tid=29465] ppid=29454 vsize=9624976 CPUtime=4.83 cores=0,2,4,6
/proc/29456/task/29465/stat : 29465 (java) S 29454 29456 23987 0 -1 4202560 1572 0 0 0 471 12 0 0 20 0 19 0 255305017 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953622763816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29466] ppid=29454 vsize=9624976 CPUtime=5.04 cores=0,2,4,6
/proc/29456/task/29466/stat : 29466 (java) S 29454 29456 23987 0 -1 4202560 1801 0 0 0 492 12 0 0 20 0 19 0 255305017 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953621711016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29467] ppid=29454 vsize=9624976 CPUtime=4.35 cores=0,2,4,6
/proc/29456/task/29467/stat : 29467 (java) S 29454 29456 23987 0 -1 4202560 707 0 0 0 427 8 0 0 20 0 19 0 255305018 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953609300968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29468] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29468/stat : 29468 (java) S 29454 29456 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255305019 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953608247032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29469] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29469/stat : 29469 (java) S 29454 29456 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255305019 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953607194120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29470] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29470/stat : 29470 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953606142608 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29471] ppid=29454 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/29456/task/29471/stat : 29471 (java) S 29454 29456 23987 0 -1 4202560 3369 0 0 0 44 0 0 0 20 0 19 0 255305022 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953605089720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29472] ppid=29454 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/29456/task/29472/stat : 29472 (java) S 29454 29456 23987 0 -1 4202560 3244 0 0 0 38 0 0 0 20 0 19 0 255305022 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953604036920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29473] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29473/stat : 29473 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953602984312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29474] ppid=29454 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/29456/task/29474/stat : 29474 (java) S 29454 29456 23987 0 -1 4202560 94 0 0 0 25 24 0 0 20 0 19 0 255305022 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953601931720 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29475] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29475/stat : 29475 (java) S 29454 29456 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255305056 9855975424 146910 33554432000 1073741824 1073778376 140737154100992 139953600878248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1690.97
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.07 3/213 29572
/proc/meminfo: memFree=28203596/32873844 swapFree=7900/7900
[pid=29456] ppid=29454 vsize=9624976 CPUtime=1751.55 cores=0,2,4,6
/proc/29456/stat : 29456 (java) S 29454 29456 23987 0 -1 4202496 24627 0 1 0 175035 120 0 0 20 0 19 0 255305014 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 140737154092128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29456/statm: 2406244 151028 2276 9 0 2396937 0
[pid=29456/tid=29458] ppid=29454 vsize=9624976 CPUtime=1706.22 cores=0,2,4,6
/proc/29456/task/29458/stat : 29458 (java) R 29454 29456 23987 0 -1 4202560 3246 0 1 0 170590 32 0 0 20 0 19 0 255305016 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953785041168 139953725460390 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29459] ppid=29454 vsize=9624976 CPUtime=5.16 cores=0,2,4,6
/proc/29456/task/29459/stat : 29459 (java) S 29454 29456 23987 0 -1 4202560 1472 0 0 0 506 10 0 0 20 0 19 0 255305017 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953629080616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29460] ppid=29454 vsize=9624976 CPUtime=5 cores=0,2,4,6
/proc/29456/task/29460/stat : 29460 (java) S 29454 29456 23987 0 -1 4202560 1604 0 0 0 489 11 0 0 20 0 19 0 255305017 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953628027816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29456/tid=29461] ppid=29454 vsize=9624976 CPUtime=5.18 cores=0,2,4,6
/proc/29456/task/29461/stat : 29461 (java) S 29454 29456 23987 0 -1 4202560 1494 0 0 0 507 11 0 0 20 0 19 0 255305017 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953626975016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29456/tid=29462] ppid=29454 vsize=9624976 CPUtime=4.85 cores=0,2,4,6
/proc/29456/task/29462/stat : 29462 (java) S 29454 29456 23987 0 -1 4202560 1467 0 0 0 473 12 0 0 20 0 19 0 255305017 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953625922216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29463] ppid=29454 vsize=9624976 CPUtime=5.04 cores=0,2,4,6
/proc/29456/task/29463/stat : 29463 (java) S 29454 29456 23987 0 -1 4202560 1272 0 0 0 494 10 0 0 20 0 19 0 255305017 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953624869416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29456/tid=29464] ppid=29454 vsize=9624976 CPUtime=4.75 cores=0,2,4,6
/proc/29456/task/29464/stat : 29464 (java) S 29454 29456 23987 0 -1 4202560 2086 0 0 0 466 9 0 0 20 0 19 0 255305017 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953623816616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29465] ppid=29454 vsize=9624976 CPUtime=4.95 cores=0,2,4,6
/proc/29456/task/29465/stat : 29465 (java) S 29454 29456 23987 0 -1 4202560 1579 0 0 0 483 12 0 0 20 0 19 0 255305017 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953622763816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29466] ppid=29454 vsize=9624976 CPUtime=5.14 cores=0,2,4,6
/proc/29456/task/29466/stat : 29466 (java) S 29454 29456 23987 0 -1 4202560 1801 0 0 0 502 12 0 0 20 0 19 0 255305017 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953621711016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29467] ppid=29454 vsize=9624976 CPUtime=4.42 cores=0,2,4,6
/proc/29456/task/29467/stat : 29467 (java) S 29454 29456 23987 0 -1 4202560 715 0 0 0 434 8 0 0 20 0 19 0 255305018 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953609300968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29468] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29468/stat : 29468 (java) S 29454 29456 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255305019 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953608247032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29469] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29469/stat : 29469 (java) S 29454 29456 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255305019 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953607194120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29470] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29470/stat : 29470 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953606142608 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29471] ppid=29454 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/29456/task/29471/stat : 29471 (java) S 29454 29456 23987 0 -1 4202560 3369 0 0 0 44 0 0 0 20 0 19 0 255305022 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953605089720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29472] ppid=29454 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/29456/task/29472/stat : 29472 (java) S 29454 29456 23987 0 -1 4202560 3244 0 0 0 38 0 0 0 20 0 19 0 255305022 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953604036920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29473] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29473/stat : 29473 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953602984312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29474] ppid=29454 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/29456/task/29474/stat : 29474 (java) S 29454 29456 23987 0 -1 4202560 98 0 0 0 26 25 0 0 20 0 19 0 255305022 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953601931720 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29475] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29475/stat : 29475 (java) S 29454 29456 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255305056 9855975424 151028 33554432000 1073741824 1073778376 140737154100992 139953600878248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1751.55
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.4 s]
/proc/loadavg: 2.08 2.04 2.07 3/213 29572
/proc/meminfo: memFree=28103924/32873844 swapFree=7900/7900
[pid=29456] ppid=29454 vsize=9624976 CPUtime=1800.09 cores=0,2,4,6
/proc/29456/stat : 29456 (java) S 29454 29456 23987 0 -1 4202496 24647 0 1 0 179889 120 0 0 20 0 19 0 255305014 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 140737154092128 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29456/statm: 2406244 151030 2276 9 0 2396937 0
[pid=29456/tid=29458] ppid=29454 vsize=9624976 CPUtime=1754.14 cores=0,2,4,6
/proc/29456/task/29458/stat : 29458 (java) R 29454 29456 23987 0 -1 4202560 3252 0 1 0 175381 33 0 0 20 0 19 0 255305016 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953785040224 139953725354651 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29459] ppid=29454 vsize=9624976 CPUtime=5.24 cores=0,2,4,6
/proc/29456/task/29459/stat : 29459 (java) S 29454 29456 23987 0 -1 4202560 1474 0 0 0 514 10 0 0 20 0 19 0 255305017 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953629080616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29460] ppid=29454 vsize=9624976 CPUtime=5.09 cores=0,2,4,6
/proc/29456/task/29460/stat : 29460 (java) S 29454 29456 23987 0 -1 4202560 1612 0 0 0 498 11 0 0 20 0 19 0 255305017 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953628027816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29456/tid=29461] ppid=29454 vsize=9624976 CPUtime=5.28 cores=0,2,4,6
/proc/29456/task/29461/stat : 29461 (java) S 29454 29456 23987 0 -1 4202560 1494 0 0 0 517 11 0 0 20 0 19 0 255305017 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953626975016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29456/tid=29462] ppid=29454 vsize=9624976 CPUtime=4.93 cores=0,2,4,6
/proc/29456/task/29462/stat : 29462 (java) S 29454 29456 23987 0 -1 4202560 1467 0 0 0 481 12 0 0 20 0 19 0 255305017 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953625922216 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29463] ppid=29454 vsize=9624976 CPUtime=5.09 cores=0,2,4,6
/proc/29456/task/29463/stat : 29463 (java) S 29454 29456 23987 0 -1 4202560 1272 0 0 0 499 10 0 0 20 0 19 0 255305017 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953624869416 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29464] ppid=29454 vsize=9624976 CPUtime=4.84 cores=0,2,4,6
/proc/29456/task/29464/stat : 29464 (java) S 29454 29456 23987 0 -1 4202560 2086 0 0 0 475 9 0 0 20 0 19 0 255305017 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953623816616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29465] ppid=29454 vsize=9624976 CPUtime=4.99 cores=0,2,4,6
/proc/29456/task/29465/stat : 29465 (java) S 29454 29456 23987 0 -1 4202560 1579 0 0 0 487 12 0 0 20 0 19 0 255305017 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953622763816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29466] ppid=29454 vsize=9624976 CPUtime=5.21 cores=0,2,4,6
/proc/29456/task/29466/stat : 29466 (java) S 29454 29456 23987 0 -1 4202560 1801 0 0 0 509 12 0 0 20 0 19 0 255305017 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953621711016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29467] ppid=29454 vsize=9624976 CPUtime=4.43 cores=0,2,4,6
/proc/29456/task/29467/stat : 29467 (java) S 29454 29456 23987 0 -1 4202560 717 0 0 0 435 8 0 0 20 0 19 0 255305018 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953609300968 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29468] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29468/stat : 29468 (java) S 29454 29456 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255305019 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953608247032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29469] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29469/stat : 29469 (java) S 29454 29456 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255305019 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953607194120 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29470] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29470/stat : 29470 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953606142608 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29471] ppid=29454 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/29456/task/29471/stat : 29471 (java) S 29454 29456 23987 0 -1 4202560 3369 0 0 0 44 0 0 0 20 0 19 0 255305022 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953605089720 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29472] ppid=29454 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/29456/task/29472/stat : 29472 (java) S 29454 29456 23987 0 -1 4202560 3244 0 0 0 38 0 0 0 20 0 19 0 255305022 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953604036920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29456/tid=29473] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29473/stat : 29473 (java) S 29454 29456 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255305022 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953602984312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29456/tid=29474] ppid=29454 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/29456/task/29474/stat : 29474 (java) S 29454 29456 23987 0 -1 4202560 100 0 0 0 26 27 0 0 20 0 19 0 255305022 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953601931720 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29456/tid=29475] ppid=29454 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29456/task/29475/stat : 29475 (java) S 29454 29456 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255305056 9855975424 151030 33554432000 1073741824 1073778376 140737154100992 139953600878248 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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
Real time (s): 1770.47
CPU time (s): 1801.01
CPU user time (s): 1799.32
CPU system time (s): 1.69374
CPU usage (%): 101.725
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 1.69374
maximum resident set size= 604252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24683
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58495
involuntary context switches= 80354

runsolver used 6.30204 second user time and 14.5828 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 22:36:45
IDJOB=3689625
IDBENCH=90128
IDSOLVER=2269
FILE ID=node137/3689625-1337891805
RUNJOBID= node137-1337890005-29163
PBS_JOBID= 14620067
Free space on /tmp= 71260 MiB

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

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

MD5SUM BENCH= 30c9df0e6d94fba856558f98ad1383d9
RANDOM SEED=2088335737

node137.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.600
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.20
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.600
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.600
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.92
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.600
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.600
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.600
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.90
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.600
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.600
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:       32873844 kB
MemFree:        25953856 kB
Buffers:          230112 kB
Cached:          2532000 kB
SwapCached:        22060 kB
Active:          4339152 kB
Inactive:        1789184 kB
Active(anon):    3345648 kB
Inactive(anon):    22680 kB
Active(file):     993504 kB
Inactive(file):  1766504 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       3353076 kB
Mapped:            17848 kB
Shmem:                 0 kB
Slab:             643760 kB
SReclaimable:      85348 kB
SUnreclaim:       558412 kB
KernelStack:        1608 kB
PageTables:        10760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3496672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3305472 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= 71516 MiB
End job on node137 at 2012-05-24 23:06:17