Trace number 3689699

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.1 1783.08

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K125.opb
MD5SUMd572050902dbd97a5ce685e3ceb3e01a
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 variables14875
Total number of constraints15127
Number of constraints which are clauses15002
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint125
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 126
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689699-1337892451.opb
0.09/0.11	c reading problem ... 
0.94/0.56	c ... done. Wall clock time 0.449s.
0.94/0.56	c declared #vars     14875
0.94/0.56	c #constraints  15127
0.94/0.56	c constraints type 
0.94/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13388
0.94/0.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 125
0.94/0.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.94/0.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1612
0.94/0.56	c 15127 constraints processed.
2.78/1.89	c cleaning 2482 clauses out of 4993 with flag 5000/5000
4.39/3.32	c cleaning 4251 clauses out of 8507 with flag 11000/11000
5.89/4.87	c cleaning 5586 clauses out of 11253 with flag 18001/18001
7.81/6.71	c cleaning 6735 clauses out of 13665 with flag 26000/26000
9.88/8.79	c cleaning 7876 clauses out of 15926 with flag 35000/35000
12.19/11.05	c cleaning 8907 clauses out of 18050 with flag 45000/45000
14.30/13.18	c cleaning 9998 clauses out of 20141 with flag 56000/56000
16.92/15.77	c cleaning 10931 clauses out of 22141 with flag 68000/68000
19.54/18.30	c cleaning 11884 clauses out of 24208 with flag 81001/81001
22.57/21.34	c cleaning 13036 clauses out of 26324 with flag 95001/95001
25.90/24.70	c cleaning 13965 clauses out of 28285 with flag 110000/110000
29.62/28.30	c cleaning 14895 clauses out of 30322 with flag 126002/126002
33.54/32.25	c cleaning 16027 clauses out of 32426 with flag 143001/143001
37.67/36.36	c cleaning 17129 clauses out of 34395 with flag 161000/161000
42.01/40.68	c cleaning 17981 clauses out of 36267 with flag 180002/180002
46.34/44.93	c cleaning 18919 clauses out of 38282 with flag 200000/200000
51.26/49.82	c cleaning 20005 clauses out of 40363 with flag 221000/221000
56.32/54.83	c cleaning 21055 clauses out of 42359 with flag 243001/243001
61.85/60.37	c cleaning 21952 clauses out of 44303 with flag 266000/266000
67.51/65.95	c cleaning 22936 clauses out of 46351 with flag 290001/290001
73.54/71.96	c cleaning 23942 clauses out of 48413 with flag 315001/315001
79.58/77.97	c cleaning 25146 clauses out of 50470 with flag 341000/341000
86.11/84.44	c cleaning 25873 clauses out of 52323 with flag 368000/368000
92.55/90.88	c cleaning 27026 clauses out of 54450 with flag 396000/396000
99.78/98.01	c cleaning 27598 clauses out of 56425 with flag 425002/425002
106.90/105.16	c cleaning 28222 clauses out of 58826 with flag 455003/455003
115.32/113.55	c cleaning 29554 clauses out of 61603 with flag 486002/486002
124.51/122.61	c cleaning 30406 clauses out of 64047 with flag 518000/518000
132.75/130.82	c cleaning 31195 clauses out of 66640 with flag 551001/551001
141.57/139.61	c cleaning 32501 clauses out of 69444 with flag 585000/585000
151.60/149.62	c cleaning 33325 clauses out of 71943 with flag 620000/620000
160.73/158.75	c cleaning 34215 clauses out of 74618 with flag 656000/656000
171.12/169.07	c cleaning 35334 clauses out of 77404 with flag 693001/693001
180.76/178.66	c cleaning 35784 clauses out of 80070 with flag 731001/731001
190.51/188.39	c cleaning 36315 clauses out of 83284 with flag 770000/770000
200.73/198.54	c cleaning 38218 clauses out of 86974 with flag 810005/810005
210.99/208.71	c cleaning 38336 clauses out of 89750 with flag 851000/851000
222.51/220.22	c cleaning 40147 clauses out of 93414 with flag 893000/893000
236.97/234.64	c cleaning 41101 clauses out of 96267 with flag 936000/936000
250.01/247.55	c cleaning 42033 clauses out of 99167 with flag 980001/980001
263.18/260.67	c cleaning 43421 clauses out of 102134 with flag 1025001/1025001
275.25/272.65	c cleaning 43416 clauses out of 104712 with flag 1071000/1071000
287.99/285.37	c cleaning 44268 clauses out of 108297 with flag 1118001/1118001
301.24/298.53	c cleaning 45168 clauses out of 112030 with flag 1166002/1166002
314.60/311.82	c cleaning 46538 clauses out of 115860 with flag 1215000/1215000
330.01/327.15	c cleaning 47931 clauses out of 119322 with flag 1265000/1265000
345.18/342.29	c cleaning 48367 clauses out of 122393 with flag 1316002/1316002
359.04/356.01	c cleaning 49539 clauses out of 126024 with flag 1368000/1368000
377.79/374.69	c cleaning 51017 clauses out of 129486 with flag 1421001/1421001
402.69/399.33	c cleaning 52479 clauses out of 132468 with flag 1475000/1475000
419.63/416.21	c cleaning 52496 clauses out of 134988 with flag 1530000/1530000
436.67/433.20	c cleaning 53593 clauses out of 138492 with flag 1586000/1586000
452.43/448.91	c cleaning 53980 clauses out of 141899 with flag 1643000/1643000
469.59/466.09	c cleaning 55229 clauses out of 145919 with flag 1701001/1701001
487.66/484.01	c cleaning 56278 clauses out of 149689 with flag 1760000/1760000
508.30/504.63	c cleaning 57974 clauses out of 153414 with flag 1820003/1820003
526.88/523.19	c cleaning 58918 clauses out of 156437 with flag 1881000/1881000
549.85/545.92	c cleaning 60142 clauses out of 159519 with flag 1943000/1943000
569.58/565.68	c cleaning 60691 clauses out of 162377 with flag 2006000/2006000
603.15/599.05	c cleaning 61416 clauses out of 165688 with flag 2070002/2070002
637.84/633.50	c cleaning 62846 clauses out of 169271 with flag 2135001/2135001
673.95/669.38	c cleaning 64141 clauses out of 172427 with flag 2201003/2201003
695.07/690.27	c cleaning 63911 clauses out of 175283 with flag 2268000/2268000
720.83/715.89	c cleaning 65303 clauses out of 179374 with flag 2336002/2336002
749.43/744.29	c cleaning 66672 clauses out of 183071 with flag 2405002/2405002
771.84/766.52	c cleaning 66776 clauses out of 186399 with flag 2475002/2475002
797.92/792.46	c cleaning 68313 clauses out of 190621 with flag 2546000/2546000
831.88/826.28	c cleaning 69821 clauses out of 194309 with flag 2618001/2618001
861.08/855.25	c cleaning 70139 clauses out of 197489 with flag 2691002/2691002
894.73/888.69	c cleaning 71346 clauses out of 201349 with flag 2765001/2765001
924.86/918.52	c cleaning 72475 clauses out of 205003 with flag 2840001/2840001
955.63/949.16	c cleaning 73819 clauses out of 208528 with flag 2916001/2916001
999.53/992.78	c cleaning 75116 clauses out of 211709 with flag 2993001/2993001
1031.04/1024.09	c cleaning 75364 clauses out of 214593 with flag 3071001/3071001
1076.23/1068.85	c cleaning 77350 clauses out of 218229 with flag 3150001/3150001
1112.16/1104.55	c cleaning 77811 clauses out of 220881 with flag 3230003/3230003
1143.55/1135.71	c cleaning 78037 clauses out of 224067 with flag 3311001/3311001
1173.05/1165.08	c cleaning 79134 clauses out of 228030 with flag 3393002/3393002
1210.50/1201.89	c cleaning 80435 clauses out of 231894 with flag 3476000/3476000
1242.72/1233.41	c cleaning 81073 clauses out of 235461 with flag 3560002/3560002
1278.10/1268.38	c cleaning 82368 clauses out of 239387 with flag 3645001/3645001
1311.37/1301.29	c cleaning 83357 clauses out of 243019 with flag 3731001/3731001
1361.12/1350.09	c cleaning 84548 clauses out of 246661 with flag 3818000/3818000
1405.16/1393.45	c cleaning 86415 clauses out of 250112 with flag 3906000/3906000
1447.48/1435.29	c cleaning 86763 clauses out of 252697 with flag 3995000/3995000
1508.09/1494.98	c cleaning 88295 clauses out of 255938 with flag 4085004/4085004
1550.22/1536.55	c cleaning 88658 clauses out of 258640 with flag 4176001/4176001
1590.89/1576.77	c cleaning 89542 clauses out of 261984 with flag 4268003/4268003
1627.97/1613.47	c cleaning 89985 clauses out of 265440 with flag 4361001/4361001
1685.89/1670.66	c cleaning 92477 clauses out of 269457 with flag 4455003/4455003
1738.20/1722.08	c cleaning 92168 clauses out of 271977 with flag 4550000/4550000
1797.53/1780.56	c cleaning 94563 clauses out of 275809 with flag 4646000/4646000
1800.10/1783.01	c starts		: 253
1800.10/1783.01	c conflicts		: 4652438
1800.10/1783.01	c decisions		: 42554073
1800.10/1783.01	c propagations		: 3361130387
1800.10/1783.01	c inspects		: 9723896021
1800.10/1783.01	c shortcuts		: 0
1800.10/1783.01	c learnt literals	: 51
1800.10/1783.01	c learnt binary clauses	: 152441
1800.10/1783.01	c learnt ternary clauses	: 182889
1800.10/1783.01	c learnt constraints	: 4652387
1800.10/1783.01	c ignored constraints	: 0
1800.10/1783.01	c root simplifications	: 0
1800.10/1783.01	c removed literals (reason simplification)	: 0
1800.10/1783.01	c reason swapping (by a shorter reason)	: 0
1800.10/1783.01	c Calls to reduceDB	: 92
1800.10/1783.01	c number of reductions to clauses (during analyze)	: 0
1800.10/1783.01	c number of learned constraints concerned by reduction	: 0
1800.10/1783.01	c number of learning phase by resolution	: 0
1800.10/1783.01	c number of learning phase by cutting planes	: 0
1800.10/1783.01	c speed (assignments/second)	: 1885704.599402949
1800.10/1783.01	c non guided choices	12479
1800.10/1783.06	c learnt constraints type 
1800.10/1783.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 152444
1800.10/1783.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 35368
1800.10/1783.06	c constraints type 
1800.10/1783.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13388
1800.10/1783.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 125
1800.10/1783.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.10/1783.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1612
1800.10/1783.06	c 15127 constraints processed.
1800.10/1783.06	s UNKNOWN
1800.10/1783.06	c Total wall clock time (in seconds): 1782.946

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-3689699-1337892451/watcher-3689699-1337892451 -o /tmp/evaluation-result-3689699-1337892451/solver-3689699-1337892451 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689699-1337892451.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.95 1.99 1.99 3/194 29248
/proc/meminfo: memFree=29011924/32873844 swapFree=7364/7364
[pid=29248] ppid=29246 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/29248/stat : 29248 (runsolver) D 29246 29248 24862 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 255369408 12095488 50 33554432000 4194304 5436572 140736081059616 140736081055912 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/29248/statm: 2953 50 31 304 0 2645 0

[startup+0.0567221 s]
/proc/loadavg: 1.95 1.99 1.99 3/194 29248
/proc/meminfo: memFree=29011924/32873844 swapFree=7364/7364
[pid=29248] ppid=29246 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/29248/stat : 29248 (java) S 29246 29248 24862 0 -1 4202496 3083 0 1 0 3 1 0 0 20 0 13 0 255369408 9446973440 4291 33554432000 1073741824 1073778376 140737448876432 140737448867568 254753669181 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29248/statm: 2306390 4291 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100289 s]
/proc/loadavg: 1.95 1.99 1.99 3/194 29248
/proc/meminfo: memFree=29011924/32873844 swapFree=7364/7364
[pid=29248] ppid=29246 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/29248/stat : 29248 (java) S 29246 29248 24862 0 -1 4202496 4317 0 1 0 8 1 0 0 20 0 18 0 255369408 9787813888 5509 33554432000 1073741824 1073778376 140737448876432 140737448867568 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29248/statm: 2389603 5509 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.30026 s]
/proc/loadavg: 1.95 1.99 1.99 3/194 29248
/proc/meminfo: memFree=29011924/32873844 swapFree=7364/7364
[pid=29248] ppid=29246 vsize=9558412 CPUtime=0.56 cores=0,2,4,6
/proc/29248/stat : 29248 (java) S 29246 29248 24862 0 -1 4202496 7356 0 1 0 54 2 0 0 20 0 18 0 255369408 9787813888 10841 33554432000 1073741824 1073778376 140737448876432 140737448867568 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29248/statm: 2389603 10841 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700262 s]
/proc/loadavg: 1.95 1.99 1.99 3/194 29248
/proc/meminfo: memFree=29011924/32873844 swapFree=7364/7364
[pid=29248] ppid=29246 vsize=9624976 CPUtime=1.53 cores=0,2,4,6
/proc/29248/stat : 29248 (java) S 29246 29248 24862 0 -1 4202496 10959 0 1 0 149 4 0 0 20 0 19 0 255369408 9855975424 28456 33554432000 1073741824 1073778376 140737448876432 140737448867568 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29248/statm: 2406244 28456 2250 9 0 2396937 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 9624976

[startup+1.50068 s]
/proc/loadavg: 1.95 1.99 1.99 3/213 29267
/proc/meminfo: memFree=28904312/32873844 swapFree=7364/7364
[pid=29248] ppid=29246 vsize=9624976 CPUtime=2.48 cores=0,2,4,6
/proc/29248/stat : 29248 (java) S 29246 29248 24862 0 -1 4202496 11222 0 1 0 244 4 0 0 20 0 19 0 255369408 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140737448867568 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29248/statm: 2406244 29484 2254 9 0 2396937 0
[pid=29248/tid=29250] ppid=29246 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/29248/task/29250/stat : 29250 (java) R 29246 29248 24862 0 -1 4202560 2493 0 1 0 144 2 0 0 20 0 19 0 255369410 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557422092856 140557251526631 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29251] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29251/stat : 29251 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557383584808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29252] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29252/stat : 29252 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557382532008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29253] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29253/stat : 29253 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557381479208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29248/tid=29254] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29254/stat : 29254 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557380426408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29255] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29255/stat : 29255 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557379373608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29256] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29256/stat : 29256 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557378320808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29257] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29257/stat : 29257 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557377268008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29258] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29258/stat : 29258 (java) S 29246 29248 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557376215208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29259] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29259/stat : 29259 (java) S 29246 29248 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255369411 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557245455336 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29260] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29260/stat : 29260 (java) S 29246 29248 24862 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255369412 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557244401400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29261] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29261/stat : 29261 (java) S 29246 29248 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255369412 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557243348488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29262] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29262/stat : 29262 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369414 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557242296976 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29263] ppid=29246 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/29248/task/29263/stat : 29263 (java) S 29246 29248 24862 0 -1 4202560 2908 0 0 0 46 0 0 0 20 0 19 0 255369414 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557241244088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29264] ppid=29246 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/29248/task/29264/stat : 29264 (java) S 29246 29248 24862 0 -1 4202560 4622 0 0 0 52 0 0 0 20 0 19 0 255369414 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557240191288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29265] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29265/stat : 29265 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369414 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557239138680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29266] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29266/stat : 29266 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369414 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557238086088 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29267] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29267/stat : 29267 (java) S 29246 29248 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255369468 9855975424 29484 33554432000 1073741824 1073778376 140737448876432 140557237032616 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9624976

[startup+3.10063 s]
/proc/loadavg: 1.96 1.99 1.99 4/213 29267
/proc/meminfo: memFree=28885012/32873844 swapFree=7364/7364
[pid=29248] ppid=29246 vsize=9624976 CPUtime=4.18 cores=0,2,4,6
/proc/29248/stat : 29248 (java) S 29246 29248 24862 0 -1 4202496 11294 0 1 0 413 5 0 0 20 0 19 0 255369408 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140737448867568 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29248/statm: 2406244 33628 2282 9 0 2396937 0
[pid=29248/tid=29250] ppid=29246 vsize=9624976 CPUtime=3.04 cores=0,2,4,6
/proc/29248/task/29250/stat : 29250 (java) R 29246 29248 24862 0 -1 4202560 2497 0 1 0 301 3 0 0 20 0 19 0 255369410 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557422092904 140557251526631 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29251] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29251/stat : 29251 (java) S 29246 29248 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557383584808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29252] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29252/stat : 29252 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557382532008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29253] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29253/stat : 29253 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557381479208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29254] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29254/stat : 29254 (java) S 29246 29248 24862 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557380426408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29255] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29255/stat : 29255 (java) S 29246 29248 24862 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557379373608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29256] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29256/stat : 29256 (java) S 29246 29248 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557378320808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29257] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29257/stat : 29257 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557377268008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29258] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29258/stat : 29258 (java) S 29246 29248 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557376215208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29259] ppid=29246 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/29248/task/29259/stat : 29259 (java) S 29246 29248 24862 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 255369411 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557245455336 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29260] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29260/stat : 29260 (java) S 29246 29248 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255369412 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557244401400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29261] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29261/stat : 29261 (java) S 29246 29248 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255369412 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557243348488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29262] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29262/stat : 29262 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369414 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557242296976 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29263] ppid=29246 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/29248/task/29263/stat : 29263 (java) S 29246 29248 24862 0 -1 4202560 2909 0 0 0 50 0 0 0 20 0 19 0 255369414 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557241244088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29264] ppid=29246 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/29248/task/29264/stat : 29264 (java) S 29246 29248 24862 0 -1 4202560 4629 0 0 0 55 0 0 0 20 0 19 0 255369414 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557240191288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29265] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29265/stat : 29265 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369414 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557239138680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29266] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29266/stat : 29266 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369414 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557238086088 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29267] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29267/stat : 29267 (java) S 29246 29248 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255369468 9855975424 33628 33554432000 1073741824 1073778376 140737448876432 140557237032616 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9624976

[startup+6.3006 s]
/proc/loadavg: 1.96 1.99 1.99 3/213 29267
/proc/meminfo: memFree=28874400/32873844 swapFree=7364/7364
[pid=29248] ppid=29246 vsize=9624976 CPUtime=7.41 cores=0,2,4,6
/proc/29248/stat : 29248 (java) S 29246 29248 24862 0 -1 4202496 11318 0 1 0 736 5 0 0 20 0 19 0 255369408 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140737448867568 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29248/statm: 2406244 35154 2282 9 0 2396937 0
[pid=29248/tid=29250] ppid=29246 vsize=9624976 CPUtime=6.18 cores=0,2,4,6
/proc/29248/task/29250/stat : 29250 (java) R 29246 29248 24862 0 -1 4202560 2499 0 1 0 615 3 0 0 20 0 19 0 255369410 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557422092576 140557251543235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29251] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29251/stat : 29251 (java) S 29246 29248 24862 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557383584808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29248/tid=29252] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29252/stat : 29252 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557382532008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29253] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29253/stat : 29253 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557381479208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29254] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29254/stat : 29254 (java) S 29246 29248 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557380426408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29255] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29255/stat : 29255 (java) S 29246 29248 24862 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557379373608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29256] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29256/stat : 29256 (java) S 29246 29248 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557378320808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29257] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29257/stat : 29257 (java) S 29246 29248 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557377268008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29258] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29258/stat : 29258 (java) S 29246 29248 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255369410 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557376215208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29259] ppid=29246 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/29248/task/29259/stat : 29259 (java) S 29246 29248 24862 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 255369411 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557245455336 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29260] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29260/stat : 29260 (java) S 29246 29248 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255369412 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557244401400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29261] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29261/stat : 29261 (java) S 29246 29248 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255369412 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557243348488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29262] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29262/stat : 29262 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369414 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557242296976 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29263] ppid=29246 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/29248/task/29263/stat : 29263 (java) S 29246 29248 24862 0 -1 4202560 2910 0 0 0 51 0 0 0 20 0 19 0 255369414 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557241244088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29264] ppid=29246 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/29248/task/29264/stat : 29264 (java) S 29246 29248 24862 0 -1 4202560 4629 0 0 0 56 0 0 0 20 0 19 0 255369414 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557240191288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29265] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29265/stat : 29265 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369414 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557239138680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29266] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29266/stat : 29266 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369414 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557238086088 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29267] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29267/stat : 29267 (java) S 29246 29248 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255369468 9855975424 35154 33554432000 1073741824 1073778376 140737448876432 140557237032616 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=29248/tid=29263] ppid=29246 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/29248/task/29263/stat : 29263 (java) S 29246 29248 24862 0 -1 4202560 2912 0 0 0 55 0 0 0 20 0 19 0 255369414 9855975424 158589 33554432000 1073741824 1073778376 140737448876432 140557241244088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29248/tid=29264] ppid=29246 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29248/task/29264/stat : 29264 (java) S 29246 29248 24862 0 -1 4202560 4643 0 0 0 68 0 0 0 20 0 19 0 255369414 9855975424 158589 33554432000 1073741824 1073778376 140737448876432 140557240191288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29265] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29265/stat : 29265 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369414 9855975424 158589 33554432000 1073741824 1073778376 140737448876432 140557239138680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29266] ppid=29246 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/29248/task/29266/stat : 29266 (java) S 29246 29248 24862 0 -1 4202560 97 0 0 0 23 23 0 0 20 0 19 0 255369414 9855975424 158589 33554432000 1073741824 1073778376 140737448876432 140557238086088 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29267] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29267/stat : 29267 (java) S 29246 29248 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255369468 9855975424 158589 33554432000 1073741824 1073778376 140737448876432 140557237032616 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1677.52
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.35 2.16 2.06 3/213 29304
/proc/meminfo: memFree=27933304/32873844 swapFree=7364/7364
[pid=29248] ppid=29246 vsize=9624976 CPUtime=1738.53 cores=0,2,4,6
/proc/29248/stat : 29248 (java) S 29246 29248 24862 0 -1 4202496 18356 0 1 0 173722 131 0 0 20 0 19 0 255369408 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140737448867568 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29248/statm: 2406244 157255 2283 9 0 2396937 0
[pid=29248/tid=29250] ppid=29246 vsize=9624976 CPUtime=1706.4 cores=0,2,4,6
/proc/29248/task/29250/stat : 29250 (java) R 29246 29248 24862 0 -1 4202560 2735 0 1 0 170610 30 0 0 20 0 19 0 255369410 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557422092696 140557251216971 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29251] ppid=29246 vsize=9624976 CPUtime=2.5 cores=0,2,4,6
/proc/29248/task/29251/stat : 29251 (java) S 29246 29248 24862 0 -1 4202560 668 0 0 0 239 11 0 0 20 0 19 0 255369410 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557383584808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29252] ppid=29246 vsize=9624976 CPUtime=2.68 cores=0,2,4,6
/proc/29248/task/29252/stat : 29252 (java) S 29246 29248 24862 0 -1 4202560 953 0 0 0 255 13 0 0 20 0 19 0 255369410 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557382532008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29253] ppid=29246 vsize=9624976 CPUtime=2.49 cores=0,2,4,6
/proc/29248/task/29253/stat : 29253 (java) S 29246 29248 24862 0 -1 4202560 546 0 0 0 237 12 0 0 20 0 19 0 255369410 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557381479208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29248/tid=29254] ppid=29246 vsize=9624976 CPUtime=2.62 cores=0,2,4,6
/proc/29248/task/29254/stat : 29254 (java) S 29246 29248 24862 0 -1 4202560 1136 0 0 0 250 12 0 0 20 0 19 0 255369410 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557380426408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29248/tid=29255] ppid=29246 vsize=9624976 CPUtime=2.57 cores=0,2,4,6
/proc/29248/task/29255/stat : 29255 (java) S 29246 29248 24862 0 -1 4202560 826 0 0 0 246 11 0 0 20 0 19 0 255369410 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557379373608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29256] ppid=29246 vsize=9624976 CPUtime=2.59 cores=0,2,4,6
/proc/29248/task/29256/stat : 29256 (java) S 29246 29248 24862 0 -1 4202560 637 0 0 0 246 13 0 0 20 0 19 0 255369410 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557378320808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29248/tid=29257] ppid=29246 vsize=9624976 CPUtime=2.47 cores=0,2,4,6
/proc/29248/task/29257/stat : 29257 (java) S 29246 29248 24862 0 -1 4202560 645 0 0 0 235 12 0 0 20 0 19 0 255369410 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557377268008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29248/tid=29258] ppid=29246 vsize=9624976 CPUtime=2.6 cores=0,2,4,6
/proc/29248/task/29258/stat : 29258 (java) S 29246 29248 24862 0 -1 4202560 544 0 0 0 246 14 0 0 20 0 19 0 255369410 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557376215208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29248/tid=29259] ppid=29246 vsize=9624976 CPUtime=5.5 cores=0,2,4,6
/proc/29248/task/29259/stat : 29259 (java) S 29246 29248 24862 0 -1 4202560 826 0 0 0 545 5 0 0 20 0 19 0 255369411 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557245455336 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29260] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29260/stat : 29260 (java) S 29246 29248 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255369412 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557244401400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29261] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29261/stat : 29261 (java) S 29246 29248 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255369412 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557243348488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29262] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29262/stat : 29262 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369414 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557242296976 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29263] ppid=29246 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/29248/task/29263/stat : 29263 (java) S 29246 29248 24862 0 -1 4202560 2912 0 0 0 55 0 0 0 20 0 19 0 255369414 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557241244088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29248/tid=29264] ppid=29246 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29248/task/29264/stat : 29264 (java) S 29246 29248 24862 0 -1 4202560 4643 0 0 0 68 0 0 0 20 0 19 0 255369414 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557240191288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29265] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29265/stat : 29265 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369414 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557239138680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29266] ppid=29246 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/29248/task/29266/stat : 29266 (java) S 29246 29248 24862 0 -1 4202560 99 0 0 0 24 24 0 0 20 0 19 0 255369414 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557238086088 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29267] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29267/stat : 29267 (java) S 29246 29248 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255369468 9855975424 157255 33554432000 1073741824 1073778376 140737448876432 140557237032616 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1738.53
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.10 2.13 2.05 4/213 29364
/proc/meminfo: memFree=27834868/32873844 swapFree=7364/7364
[pid=29248] ppid=29246 vsize=9624976 CPUtime=1799.39 cores=0,2,4,6
/proc/29248/stat : 29248 (java) S 29246 29248 24862 0 -1 4202496 18411 0 1 0 179806 133 0 0 20 0 19 0 255369408 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140737448867568 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29248/statm: 2406244 151518 2283 9 0 2396937 0
[pid=29248/tid=29250] ppid=29246 vsize=9624976 CPUtime=1765.81 cores=0,2,4,6
/proc/29248/task/29250/stat : 29250 (java) R 29246 29248 24862 0 -1 4202560 2747 0 1 0 176550 31 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557422092576 140557251490588 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29251] ppid=29246 vsize=9624976 CPUtime=2.63 cores=0,2,4,6
/proc/29248/task/29251/stat : 29251 (java) S 29246 29248 24862 0 -1 4202560 683 0 0 0 252 11 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557383584808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29252] ppid=29246 vsize=9624976 CPUtime=2.79 cores=0,2,4,6
/proc/29248/task/29252/stat : 29252 (java) S 29246 29248 24862 0 -1 4202560 953 0 0 0 266 13 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557382532008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29248/tid=29253] ppid=29246 vsize=9624976 CPUtime=2.67 cores=0,2,4,6
/proc/29248/task/29253/stat : 29253 (java) S 29246 29248 24862 0 -1 4202560 546 0 0 0 254 13 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557381479208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29254] ppid=29246 vsize=9624976 CPUtime=2.77 cores=0,2,4,6
/proc/29248/task/29254/stat : 29254 (java) S 29246 29248 24862 0 -1 4202560 1148 0 0 0 265 12 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557380426408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29255] ppid=29246 vsize=9624976 CPUtime=2.71 cores=0,2,4,6
/proc/29248/task/29255/stat : 29255 (java) S 29246 29248 24862 0 -1 4202560 826 0 0 0 260 11 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557379373608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29256] ppid=29246 vsize=9624976 CPUtime=2.73 cores=0,2,4,6
/proc/29248/task/29256/stat : 29256 (java) S 29246 29248 24862 0 -1 4202560 637 0 0 0 260 13 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557378320808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29257] ppid=29246 vsize=9624976 CPUtime=2.58 cores=0,2,4,6
/proc/29248/task/29257/stat : 29257 (java) S 29246 29248 24862 0 -1 4202560 645 0 0 0 246 12 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557377268008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29258] ppid=29246 vsize=9624976 CPUtime=2.84 cores=0,2,4,6
/proc/29248/task/29258/stat : 29258 (java) S 29246 29248 24862 0 -1 4202560 544 0 0 0 270 14 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557376215208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29248/tid=29259] ppid=29246 vsize=9624976 CPUtime=5.62 cores=0,2,4,6
/proc/29248/task/29259/stat : 29259 (java) S 29246 29248 24862 0 -1 4202560 838 0 0 0 556 6 0 0 20 0 19 0 255369411 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557245455336 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29260] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29260/stat : 29260 (java) S 29246 29248 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255369412 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557244401400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29261] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29261/stat : 29261 (java) S 29246 29248 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255369412 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557243348488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29262] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29262/stat : 29262 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369414 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557242296976 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29263] ppid=29246 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/29248/task/29263/stat : 29263 (java) S 29246 29248 24862 0 -1 4202560 2912 0 0 0 55 0 0 0 20 0 19 0 255369414 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557241244088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29248/tid=29264] ppid=29246 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29248/task/29264/stat : 29264 (java) S 29246 29248 24862 0 -1 4202560 4643 0 0 0 68 0 0 0 20 0 19 0 255369414 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557240191288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29265] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29265/stat : 29265 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369414 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557239138680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29266] ppid=29246 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/29248/task/29266/stat : 29266 (java) S 29246 29248 24862 0 -1 4202560 103 0 0 0 25 25 0 0 20 0 19 0 255369414 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557238086088 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29267] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29267/stat : 29267 (java) S 29246 29248 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255369468 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557237032616 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.39
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783 s]
/proc/loadavg: 2.10 2.13 2.05 3/213 29364
/proc/meminfo: memFree=27834868/32873844 swapFree=7364/7364
[pid=29248] ppid=29246 vsize=9624976 CPUtime=1800.1 cores=0,2,4,6
/proc/29248/stat : 29248 (java) S 29246 29248 24862 0 -1 4202496 18411 0 1 0 179877 133 0 0 20 0 19 0 255369408 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140737448867568 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29248/statm: 2406244 151518 2283 9 0 2396937 0
[pid=29248/tid=29250] ppid=29246 vsize=9624976 CPUtime=1766.52 cores=0,2,4,6
/proc/29248/task/29250/stat : 29250 (java) R 29246 29248 24862 0 -1 4202560 2747 0 1 0 176621 31 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557422092576 140557251598763 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29251] ppid=29246 vsize=9624976 CPUtime=2.63 cores=0,2,4,6
/proc/29248/task/29251/stat : 29251 (java) S 29246 29248 24862 0 -1 4202560 683 0 0 0 252 11 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557383584808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29252] ppid=29246 vsize=9624976 CPUtime=2.79 cores=0,2,4,6
/proc/29248/task/29252/stat : 29252 (java) S 29246 29248 24862 0 -1 4202560 953 0 0 0 266 13 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557382532008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29248/tid=29253] ppid=29246 vsize=9624976 CPUtime=2.67 cores=0,2,4,6
/proc/29248/task/29253/stat : 29253 (java) S 29246 29248 24862 0 -1 4202560 546 0 0 0 254 13 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557381479208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29254] ppid=29246 vsize=9624976 CPUtime=2.77 cores=0,2,4,6
/proc/29248/task/29254/stat : 29254 (java) S 29246 29248 24862 0 -1 4202560 1148 0 0 0 265 12 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557380426408 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29255] ppid=29246 vsize=9624976 CPUtime=2.71 cores=0,2,4,6
/proc/29248/task/29255/stat : 29255 (java) S 29246 29248 24862 0 -1 4202560 826 0 0 0 260 11 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557379373608 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29256] ppid=29246 vsize=9624976 CPUtime=2.73 cores=0,2,4,6
/proc/29248/task/29256/stat : 29256 (java) S 29246 29248 24862 0 -1 4202560 637 0 0 0 260 13 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557378320808 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29257] ppid=29246 vsize=9624976 CPUtime=2.58 cores=0,2,4,6
/proc/29248/task/29257/stat : 29257 (java) S 29246 29248 24862 0 -1 4202560 645 0 0 0 246 12 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557377268008 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29258] ppid=29246 vsize=9624976 CPUtime=2.84 cores=0,2,4,6
/proc/29248/task/29258/stat : 29258 (java) S 29246 29248 24862 0 -1 4202560 544 0 0 0 270 14 0 0 20 0 19 0 255369410 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557376215208 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29248/tid=29259] ppid=29246 vsize=9624976 CPUtime=5.62 cores=0,2,4,6
/proc/29248/task/29259/stat : 29259 (java) S 29246 29248 24862 0 -1 4202560 838 0 0 0 556 6 0 0 20 0 19 0 255369411 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557245455336 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29248/tid=29260] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29260/stat : 29260 (java) S 29246 29248 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255369412 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557244401400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29261] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29261/stat : 29261 (java) S 29246 29248 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255369412 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557243348488 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29262] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29262/stat : 29262 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369414 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557242296976 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29263] ppid=29246 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/29248/task/29263/stat : 29263 (java) S 29246 29248 24862 0 -1 4202560 2912 0 0 0 55 0 0 0 20 0 19 0 255369414 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557241244088 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29248/tid=29264] ppid=29246 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/29248/task/29264/stat : 29264 (java) S 29246 29248 24862 0 -1 4202560 4643 0 0 0 68 0 0 0 20 0 19 0 255369414 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557240191288 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29265] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29265/stat : 29265 (java) S 29246 29248 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255369414 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557239138680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29248/tid=29266] ppid=29246 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/29248/task/29266/stat : 29266 (java) S 29246 29248 24862 0 -1 4202560 103 0 0 0 25 25 0 0 20 0 19 0 255369414 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557238086088 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29248/tid=29267] ppid=29246 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/29248/task/29267/stat : 29267 (java) S 29246 29248 24862 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255369468 9855975424 151518 33554432000 1073741824 1073778376 140737448876432 140557237032616 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 29248 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=218237
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=753733
# CPU time returned by wait4() is 1795.97
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1783.08
CPU time (s): 1800.1
CPU user time (s): 1798.77
CPU system time (s): 1.33
CPU usage (%): 100.955
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.22
system time used= 1.75373
maximum resident set size= 763208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18444
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= 44586
involuntary context switches= 43051

runsolver used 6.29104 second user time and 13.7319 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-24 22:47:31
IDJOB=3689699
IDBENCH=90201
IDSOLVER=2269
FILE ID=node145/3689699-1337892451
RUNJOBID= node145-1337871881-24878
PBS_JOBID= 14620059
Free space on /tmp= 71652 MiB

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

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

MD5SUM BENCH= d572050902dbd97a5ce685e3ceb3e01a
RANDOM SEED=907455948

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29012716 kB
Buffers:          223540 kB
Cached:          2692524 kB
SwapCached:            0 kB
Active:           598668 kB
Inactive:        2489916 kB
Active(anon):     175288 kB
Inactive(anon):        0 kB
Active(file):     423380 kB
Inactive(file):  2489916 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2860 kB
Writeback:             0 kB
AnonPages:        182096 kB
Mapped:            22620 kB
Shmem:               200 kB
Slab:             630928 kB
SReclaimable:      73596 kB
SUnreclaim:       557332 kB
KernelStack:        1592 kB
PageTables:         4544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 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= 71652 MiB
End job on node145 at 2012-05-24 23:17:16