Trace number 3709988

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.64 1796.3

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K66.opb
MD5SUM03e282ee85097a100b1dfa3533d9978b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark871.544
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3630
Total number of constraints3764
Number of constraints which are clauses3698
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint66
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 67
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.08/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.12	c configuring ORDERS
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=true
0.08/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3709988-1338220941.opb
0.08/0.12	c reading problem ... 
0.54/0.34	c ... done. Wall clock time 0.217s.
0.54/0.34	c declared #vars     3630
0.54/0.34	c #constraints  3764
0.54/0.34	c constraints type 
0.54/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3046
0.54/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 66
0.54/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.54/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 650
0.54/0.34	c 3764 constraints processed.
1.73/1.17	c cleaning 2485 clauses out of 4970 with flag 5000/5000
2.71/2.00	c cleaning 4210 clauses out of 8472 with flag 11000/11000
3.73/3.03	c cleaning 5612 clauses out of 11255 with flag 18001/18001
4.84/4.17	c cleaning 6751 clauses out of 13640 with flag 26002/26002
6.30/5.55	c cleaning 7850 clauses out of 15878 with flag 35001/35001
7.90/7.19	c cleaning 8947 clauses out of 18021 with flag 45000/45000
9.70/8.91	c cleaning 9934 clauses out of 20069 with flag 56000/56000
11.82/11.01	c cleaning 11019 clauses out of 22133 with flag 68001/68001
13.92/13.16	c cleaning 11964 clauses out of 24113 with flag 81000/81000
16.42/15.67	c cleaning 13011 clauses out of 26149 with flag 95000/95000
19.25/18.42	c cleaning 13957 clauses out of 28138 with flag 110000/110000
22.25/21.40	c cleaning 15043 clauses out of 30180 with flag 126003/126003
25.86/25.05	c cleaning 16025 clauses out of 32134 with flag 143000/143000
29.66/28.86	c cleaning 16965 clauses out of 34106 with flag 161000/161000
33.47/32.69	c cleaning 17972 clauses out of 36133 with flag 180000/180000
37.62/36.75	c cleaning 18674 clauses out of 38160 with flag 200000/200000
42.75/41.83	c cleaning 19962 clauses out of 40486 with flag 221000/221000
47.37/46.48	c cleaning 20598 clauses out of 42523 with flag 243000/243000
52.88/51.99	c cleaning 21802 clauses out of 44927 with flag 266002/266002
59.00/58.02	c cleaning 22994 clauses out of 47123 with flag 290000/290000
66.31/65.34	c cleaning 24109 clauses out of 49129 with flag 315002/315002
72.54/71.52	c cleaning 24793 clauses out of 51020 with flag 341002/341002
78.86/77.89	c cleaning 25677 clauses out of 53225 with flag 368000/368000
86.16/85.16	c cleaning 27013 clauses out of 55546 with flag 396000/396000
93.49/92.42	c cleaning 27682 clauses out of 57534 with flag 425001/425001
101.70/100.67	c cleaning 29149 clauses out of 59847 with flag 455000/455000
110.34/109.25	c cleaning 29900 clauses out of 61700 with flag 486002/486002
118.56/117.43	c cleaning 30572 clauses out of 63798 with flag 518000/518000
126.88/125.76	c cleaning 31785 clauses out of 66226 with flag 551000/551000
135.79/134.69	c cleaning 32494 clauses out of 68441 with flag 585000/585000
146.50/145.38	c cleaning 33819 clauses out of 70951 with flag 620004/620004
158.93/157.70	c cleaning 34722 clauses out of 73128 with flag 656000/656000
171.18/169.94	c cleaning 35913 clauses out of 75406 with flag 693000/693000
182.41/181.17	c cleaning 36757 clauses out of 77494 with flag 731001/731001
194.52/193.29	c cleaning 38211 clauses out of 79736 with flag 770000/770000
208.55/207.21	c cleaning 38964 clauses out of 81525 with flag 810000/810000
224.19/222.81	c cleaning 39810 clauses out of 83561 with flag 851000/851000
238.32/236.90	c cleaning 40814 clauses out of 85752 with flag 893001/893001
253.63/252.29	c cleaning 41983 clauses out of 87937 with flag 936000/936000
269.97/268.57	c cleaning 43328 clauses out of 89951 with flag 980000/980000
285.49/284.04	c cleaning 30057 clauses out of 77395 with flag 1025004/1025004
304.32/302.85	c cleaning 45238 clauses out of 93337 with flag 1071003/1071003
322.35/320.82	c cleaning 46174 clauses out of 95099 with flag 1118003/1118003
336.52/334.90	c cleaning 46456 clauses out of 96925 with flag 1166003/1166003
353.36/351.73	c cleaning 47975 clauses out of 99467 with flag 1215001/1215001
372.11/370.41	c cleaning 48978 clauses out of 101491 with flag 1265000/1265000
391.03/389.35	c cleaning 47253 clauses out of 100687 with flag 1316000/1316000
410.75/409.00	c cleaning 51009 clauses out of 105434 with flag 1368000/1368000
431.59/429.81	c cleaning 51473 clauses out of 106320 with flag 1421000/1421000
453.43/451.69	c cleaning 53229 clauses out of 108847 with flag 1475000/1475000
477.66/475.89	c cleaning 54101 clauses out of 110618 with flag 1530000/1530000
499.62/497.73	c cleaning 43163 clauses out of 100113 with flag 1586000/1586000
520.94/519.10	c cleaning 55969 clauses out of 113950 with flag 1643000/1643000
545.88/543.90	c cleaning 57208 clauses out of 115981 with flag 1701000/1701000
564.62/562.69	c cleaning 57985 clauses out of 117773 with flag 1760000/1760000
585.53/583.58	c cleaning 59192 clauses out of 119788 with flag 1820000/1820000
610.79/608.71	c cleaning 33040 clauses out of 94265 with flag 1881000/1881000
636.44/634.35	c cleaning 61090 clauses out of 123226 with flag 1943001/1943001
661.29/659.14	c cleaning 62210 clauses out of 125139 with flag 2006004/2006004
685.93/683.78	c cleaning 63133 clauses out of 126925 with flag 2070000/2070000
714.08/711.88	c cleaning 41993 clauses out of 106096 with flag 2135002/2135002
745.84/743.52	c cleaning 36634 clauses out of 100973 with flag 2201000/2201000
774.41/772.05	c cleaning 65557 clauses out of 131342 with flag 2268003/2268003
803.17/800.75	c cleaning 66818 clauses out of 133782 with flag 2336000/2336000
833.73/831.30	c cleaning 55373 clauses out of 121632 with flag 2405003/2405003
862.40/859.86	c cleaning 68112 clauses out of 136256 with flag 2475000/2475000
890.75/888.19	c cleaning 69450 clauses out of 139147 with flag 2546004/2546004
922.61/919.99	c cleaning 70746 clauses out of 141693 with flag 2618000/2618000
955.16/952.47	c cleaning 71796 clauses out of 143947 with flag 2691000/2691000
985.79/983.01	c cleaning 73038 clauses out of 146151 with flag 2765000/2765000
1016.83/1014.04	c cleaning 74017 clauses out of 148113 with flag 2840000/2840000
1049.05/1046.21	c cleaning 61685 clauses out of 132293 with flag 2916001/2916001
1082.19/1079.34	c cleaning 73769 clauses out of 147607 with flag 2993000/2993000
1119.16/1116.28	c cleaning 75901 clauses out of 151838 with flag 3071000/3071000
1159.82/1156.89	c cleaning 73535 clauses out of 147253 with flag 3150001/3150001
1197.58/1194.54	c cleaning 48020 clauses out of 120595 with flag 3230003/3230003
1230.92/1227.87	c cleaning 64284 clauses out of 137426 with flag 3311000/3311000
1267.66/1264.50	c cleaning 77529 clauses out of 155143 with flag 3393001/3393001
1307.92/1304.77	c cleaning 58048 clauses out of 131787 with flag 3476000/3476000
1346.16/1342.90	c cleaning 78810 clauses out of 157740 with flag 3560001/3560001
1386.91/1383.66	c cleaning 81889 clauses out of 163929 with flag 3645000/3645000
1427.57/1424.28	c cleaning 80635 clauses out of 161300 with flag 3731003/3731003
1471.84/1468.41	c cleaning 83821 clauses out of 167663 with flag 3818001/3818001
1513.10/1509.65	c cleaning 85902 clauses out of 171841 with flag 3906000/3906000
1554.84/1551.34	c cleaning 87350 clauses out of 174939 with flag 3995000/3995000
1597.09/1593.53	c cleaning 88778 clauses out of 177589 with flag 4085000/4085000
1636.83/1633.25	c cleaning 86057 clauses out of 172613 with flag 4176000/4176000
1680.46/1676.89	c cleaning 63441 clauses out of 140624 with flag 4268000/4268000
1729.22/1725.60	c cleaning 75713 clauses out of 152485 with flag 4361000/4361000
1774.20/1770.49	c cleaning 80654 clauses out of 161351 with flag 4455000/4455000
1800.06/1796.22	c starts		: 249
1800.06/1796.22	c conflicts		: 4518115
1800.06/1796.22	c decisions		: 10446174
1800.06/1796.22	c propagations		: 1206949285
1800.06/1796.22	c inspects		: 12973630204
1800.06/1796.22	c shortcuts		: 0
1800.06/1796.22	c learnt literals	: 91
1800.06/1796.22	c learnt binary clauses	: 65942
1800.06/1796.22	c learnt ternary clauses	: 72398
1800.06/1796.22	c learnt constraints	: 4518024
1800.06/1796.22	c ignored constraints	: 0
1800.06/1796.22	c root simplifications	: 340
1800.06/1796.22	c removed literals (reason simplification)	: 283358034
1800.06/1796.22	c reason swapping (by a shorter reason)	: 0
1800.06/1796.22	c Calls to reduceDB	: 90
1800.06/1796.22	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.22	c number of learned constraints concerned by reduction	: 0
1800.06/1796.22	c number of learning phase by resolution	: 0
1800.06/1796.22	c number of learning phase by cutting planes	: 0
1800.06/1796.22	c speed (assignments/second)	: 672071.7994235643
1800.06/1796.22	c non guided choices	79
1800.06/1796.29	c learnt constraints type 
1800.06/1796.29	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 61311
1800.06/1796.29	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76285
1800.06/1796.29	c constraints type 
1800.06/1796.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3046
1800.06/1796.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 66
1800.06/1796.29	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.06/1796.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 650
1800.06/1796.29	c 3764 constraints processed.
1800.06/1796.29	s UNKNOWN
1800.06/1796.29	c Total wall clock time (in seconds): 1796.165

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-3709988-1338220941/watcher-3709988-1338220941 -o /tmp/evaluation-result-3709988-1338220941/solver-3709988-1338220941 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709988-1338220941.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.99 3/194 6510
/proc/meminfo: memFree=27482216/32873648 swapFree=7104/7104
[pid=6510] ppid=6508 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/6510/stat : 6510 (runsolver) D 6508 6510 32675 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 288219518 12095488 51 33554432000 4194304 5436572 140736689784560 140736689780856 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/6510/statm: 2953 51 31 304 0 2645 0

[startup+0.0822371 s]
/proc/loadavg: 2.00 1.99 1.99 3/194 6510
/proc/meminfo: memFree=27482216/32873648 swapFree=7104/7104
[pid=6510] ppid=6508 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/6510/stat : 6510 (java) S 6508 6510 32675 0 -1 4202496 3367 0 1 0 4 1 0 0 20 0 18 0 288219518 9787842560 4574 33554432000 1073741824 1073778376 140733410130640 140733410121776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6510/statm: 2389610 4574 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100204 s]
/proc/loadavg: 2.00 1.99 1.99 3/194 6510
/proc/meminfo: memFree=27482216/32873648 swapFree=7104/7104
[pid=6510] ppid=6508 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/6510/stat : 6510 (java) S 6508 6510 32675 0 -1 4202496 4150 0 1 0 7 1 0 0 20 0 18 0 288219518 9787842560 5353 33554432000 1073741824 1073778376 140733410130640 140733410121776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6510/statm: 2389610 5355 2111 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300144 s]
/proc/loadavg: 2.00 1.99 1.99 3/194 6510
/proc/meminfo: memFree=27482216/32873648 swapFree=7104/7104
[pid=6510] ppid=6508 vsize=9558440 CPUtime=0.54 cores=0,2,4,6
/proc/6510/stat : 6510 (java) S 6508 6510 32675 0 -1 4202496 7658 0 1 0 52 2 0 0 20 0 18 0 288219518 9787842560 9397 33554432000 1073741824 1073778376 140733410130640 140733410121776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6510/statm: 2389610 9397 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700146 s]
/proc/loadavg: 2.00 1.99 1.99 3/194 6510
/proc/meminfo: memFree=27482216/32873648 swapFree=7104/7104
[pid=6510] ppid=6508 vsize=9625004 CPUtime=1.29 cores=0,2,4,6
/proc/6510/stat : 6510 (java) S 6508 6510 32675 0 -1 4202496 8960 0 1 0 127 2 0 0 20 0 19 0 288219518 9856004096 12554 33554432000 1073741824 1073778376 140733410130640 140733410121776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6510/statm: 2406251 12554 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9625004

[startup+1.5006 s]
/proc/loadavg: 2.00 1.99 1.99 3/213 6529
/proc/meminfo: memFree=27438688/32873648 swapFree=7104/7104
[pid=6510] ppid=6508 vsize=9625004 CPUtime=2.18 cores=0,2,4,6
/proc/6510/stat : 6510 (java) S 6508 6510 32675 0 -1 4202496 9026 0 1 0 216 2 0 0 20 0 19 0 288219518 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140733410121776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6510/statm: 2406251 15162 2284 9 0 2396937 0
[pid=6510/tid=6512] ppid=6508 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/6510/task/6512/stat : 6512 (java) R 6508 6510 32675 0 -1 4202560 2536 0 1 0 143 1 0 0 20 0 19 0 288219519 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211238388136 140211103884576 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6513] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6513/stat : 6513 (java) S 6508 6510 32675 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211227449640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6514] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6514/stat : 6514 (java) S 6508 6510 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211226396840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6515] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6515/stat : 6515 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211225344552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6516] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6516/stat : 6516 (java) S 6508 6510 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211224291752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6517] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6517/stat : 6517 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211223239464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6518] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6518/stat : 6518 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211222186664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6519] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6519/stat : 6519 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211075628072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6520] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6520/stat : 6520 (java) S 6508 6510 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211074575272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6521] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6521/stat : 6521 (java) S 6508 6510 32675 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 288219521 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211062376680 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6522] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6522/stat : 6522 (java) S 6508 6510 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288219522 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211061322744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6523] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6523/stat : 6523 (java) S 6508 6510 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288219522 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211060270344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6524] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6524/stat : 6524 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211059218832 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6525] ppid=6508 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/6510/task/6525/stat : 6525 (java) S 6508 6510 32675 0 -1 4202560 2559 0 0 0 33 0 0 0 20 0 19 0 288219524 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211058166456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6526] ppid=6508 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6510/task/6526/stat : 6526 (java) S 6508 6510 32675 0 -1 4202560 2689 0 0 0 35 0 0 0 20 0 19 0 288219524 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211057113656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6527] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6527/stat : 6527 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211056061560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6528] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6528/stat : 6528 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211055008968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6529] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6529/stat : 6529 (java) S 6508 6510 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288219553 9856004096 15162 33554432000 1073741824 1073778376 140733410130640 140211053953960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625004

[startup+3.10056 s]
/proc/loadavg: 2.00 1.99 1.99 3/213 6529
/proc/meminfo: memFree=27426152/32873648 swapFree=7104/7104
[pid=6510] ppid=6508 vsize=9625004 CPUtime=3.84 cores=0,2,4,6
/proc/6510/stat : 6510 (java) S 6508 6510 32675 0 -1 4202496 9038 0 1 0 381 3 0 0 20 0 19 0 288219518 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140733410121776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6510/statm: 2406251 16192 2284 9 0 2396937 0
[pid=6510/tid=6512] ppid=6508 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/6510/task/6512/stat : 6512 (java) R 6508 6510 32675 0 -1 4202560 2537 0 1 0 300 2 0 0 20 0 19 0 288219519 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211238388136 140211103789617 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6513] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6513/stat : 6513 (java) S 6508 6510 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211227449640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6514] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6514/stat : 6514 (java) S 6508 6510 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211226396840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6515] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6515/stat : 6515 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211225344552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6516] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6516/stat : 6516 (java) S 6508 6510 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211224291752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6517] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6517/stat : 6517 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211223239464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6518] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6518/stat : 6518 (java) S 6508 6510 32675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211222186664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6519] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6519/stat : 6519 (java) S 6508 6510 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211075628072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6520] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6520/stat : 6520 (java) S 6508 6510 32675 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211074575272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6521] ppid=6508 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/6510/task/6521/stat : 6521 (java) S 6508 6510 32675 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 288219521 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211062376680 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6522] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6522/stat : 6522 (java) S 6508 6510 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288219522 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211061322744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6523] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6523/stat : 6523 (java) S 6508 6510 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288219522 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211060270344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6524] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6524/stat : 6524 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211059218832 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6525] ppid=6508 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6510/task/6525/stat : 6525 (java) S 6508 6510 32675 0 -1 4202560 2559 0 0 0 35 0 0 0 20 0 19 0 288219524 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211058166456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6526] ppid=6508 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/6510/task/6526/stat : 6526 (java) S 6508 6510 32675 0 -1 4202560 2690 0 0 0 38 0 0 0 20 0 19 0 288219524 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211057113656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6527] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6527/stat : 6527 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211056061560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6528] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6528/stat : 6528 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211055008968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6529] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6529/stat : 6529 (java) S 6508 6510 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288219553 9856004096 16192 33554432000 1073741824 1073778376 140733410130640 140211053953960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625004

[startup+6.30053 s]
/proc/loadavg: 2.00 1.99 1.99 3/213 6529
/proc/meminfo: memFree=27423732/32873648 swapFree=7104/7104
[pid=6510] ppid=6508 vsize=9625004 CPUtime=7.1 cores=0,2,4,6
/proc/6510/stat : 6510 (java) S 6508 6510 32675 0 -1 4202496 9073 0 1 0 707 3 0 0 20 0 19 0 288219518 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140733410121776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6510/statm: 2406251 16607 2284 9 0 2396937 0
[pid=6510/tid=6512] ppid=6508 vsize=9625004 CPUtime=6.18 cores=0,2,4,6
/proc/6510/task/6512/stat : 6512 (java) R 6508 6510 32675 0 -1 4202560 2539 0 1 0 616 2 0 0 20 0 19 0 288219519 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211238388016 140211103862251 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6513] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6513/stat : 6513 (java) S 6508 6510 32675 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211227449640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6514] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6514/stat : 6514 (java) S 6508 6510 32675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211226396840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6515] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6515/stat : 6515 (java) S 6508 6510 32675 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211225344552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6516] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6516/stat : 6516 (java) S 6508 6510 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211224291752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6517] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6517/stat : 6517 (java) S 6508 6510 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211223239464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6518] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6518/stat : 6518 (java) S 6508 6510 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211222186664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6519] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6519/stat : 6519 (java) S 6508 6510 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211075628072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6520] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6520/stat : 6520 (java) S 6508 6510 32675 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 288219520 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211074575272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6521] ppid=6508 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/6510/task/6521/stat : 6521 (java) S 6508 6510 32675 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 19 0 288219521 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211062376680 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6522] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6522/stat : 6522 (java) S 6508 6510 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288219522 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211061322744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6523] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6523/stat : 6523 (java) S 6508 6510 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288219522 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211060270344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6524] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6524/stat : 6524 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211059218832 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6525] ppid=6508 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6510/task/6525/stat : 6525 (java) S 6508 6510 32675 0 -1 4202560 2559 0 0 0 35 0 0 0 20 0 19 0 288219524 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211058166456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6526] ppid=6508 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/6510/task/6526/stat : 6526 (java) S 6508 6510 32675 0 -1 4202560 2707 0 0 0 42 0 0 0 20 0 19 0 288219524 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211057113656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6527] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6527/stat : 6527 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211056061560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6528] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6528/stat : 6528 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211055008968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6529] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6529/stat : 6529 (java) S 6508 6510 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288219553 9856004096 16607 33554432000 1073741824 1073778376 140733410130640 140211053953960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=6510/tid=6518] ppid=6508 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6510/task/6518/stat : 6518 (java) S 6508 6510 32675 0 -1 4202560 39 0 0 0 47 0 0 0 20 0 19 0 288219520 9856004096 58832 33554432000 1073741824 1073778376 140733410130640 140211222186664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6519] ppid=6508 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/6510/task/6519/stat : 6519 (java) S 6508 6510 32675 0 -1 4202560 188 0 0 0 48 2 0 0 20 0 19 0 288219520 9856004096 58832 33554432000 1073741824 1073778376 140733410130640 140211075628072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6520] ppid=6508 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/6510/task/6520/stat : 6520 (java) S 6508 6510 32675 0 -1 4202560 40 0 0 0 41 2 0 0 20 0 19 0 288219520 9856004096 58832 33554432000 1073741824 1073778376 140733410130640 140211074575272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6521] ppid=6508 vsize=9625004 CPUtime=2.55 cores=0,2,4,6
/proc/6510/task/6521/stat : 6521 (java) S 6508 6510 32675 0 -1 4202560 128 0 0 0 253 2 0 0 20 0 19 0 288219521 9856004096 58832 33554432000 1073741824 1073778376 140733410130640 140211062376680 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6522] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6522/stat : 6522 (java) S 6508 6510 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288219522 9856004096 58832 33554432000 1073741824 1073778376 140733410130640 140211061322744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6523] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6523/stat : 6523 (java) S 6508 6510 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288219522 9856004096 58832 33554432000 1073741824 1073778376 140733410130640 140211060270344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6524] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6524/stat : 6524 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 58832 33554432000 1073741824 1073778376 140733410130640 140211059218832 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6525] ppid=6508 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6510/task/6525/stat : 6525 (java) S 6508 6510 32675 0 -1 4202560 2559 0 0 0 35 0 0 0 20 0 19 0 288219524 9856004096 58832 33554432000 1073741824 1073778376 140733410130640 140211058166456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6526] ppid=6508 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6510/task/6526/stat : 6526 (java) S 6508 6510 32675 0 -1 4202560 2713 0 0 0 47 0 0 0 20 0 19 0 288219524 9856004096 58832 33554432000 1073741824 1073778376 140733410130640 140211057113656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6527] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6527/stat : 6527 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 58832 33554432000 1073741824 1073778376 140733410130640 140211056061560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6528] ppid=6508 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/6510/task/6528/stat : 6528 (java) S 6508 6510 32675 0 -1 4202560 95 0 0 0 23 18 0 0 20 0 19 0 288219524 9856004096 58832 33554432000 1073741824 1073778376 140733410130640 140211055008968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6529] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6529/stat : 6529 (java) S 6508 6510 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288219553 9856004096 58832 33554432000 1073741824 1073778376 140733410130640 140211053953960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1665.95
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6830
/proc/meminfo: memFree=27262916/32873648 swapFree=7104/7104
[pid=6510] ppid=6508 vsize=9625004 CPUtime=1726.02 cores=0,2,4,6
/proc/6510/stat : 6510 (java) S 6508 6510 32675 0 -1 4202496 10227 0 1 0 172565 37 0 0 20 0 19 0 288219518 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140733410121776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6510/statm: 2406251 59344 2285 9 0 2396937 0
[pid=6510/tid=6512] ppid=6508 vsize=9625004 CPUtime=1718.5 cores=0,2,4,6
/proc/6510/task/6512/stat : 6512 (java) R 6508 6510 32675 0 -1 4202560 2650 0 1 0 171819 31 0 0 20 0 19 0 288219519 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211238388016 140211103789389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6513] ppid=6508 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/6510/task/6513/stat : 6513 (java) S 6508 6510 32675 0 -1 4202560 72 0 0 0 42 2 0 0 20 0 19 0 288219520 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211227449640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6514] ppid=6508 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/6510/task/6514/stat : 6514 (java) S 6508 6510 32675 0 -1 4202560 196 0 0 0 54 2 0 0 20 0 19 0 288219520 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211226396840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6515] ppid=6508 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/6510/task/6515/stat : 6515 (java) S 6508 6510 32675 0 -1 4202560 168 0 0 0 44 2 0 0 20 0 19 0 288219520 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211225344552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6516] ppid=6508 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/6510/task/6516/stat : 6516 (java) S 6508 6510 32675 0 -1 4202560 163 0 0 0 40 2 0 0 20 0 19 0 288219520 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211224291752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6517] ppid=6508 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/6510/task/6517/stat : 6517 (java) S 6508 6510 32675 0 -1 4202560 28 0 0 0 46 2 0 0 20 0 19 0 288219520 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211223239464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6518] ppid=6508 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/6510/task/6518/stat : 6518 (java) S 6508 6510 32675 0 -1 4202560 39 0 0 0 48 0 0 0 20 0 19 0 288219520 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211222186664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6519] ppid=6508 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/6510/task/6519/stat : 6519 (java) S 6508 6510 32675 0 -1 4202560 188 0 0 0 49 2 0 0 20 0 19 0 288219520 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211075628072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6520] ppid=6508 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/6510/task/6520/stat : 6520 (java) S 6508 6510 32675 0 -1 4202560 40 0 0 0 42 2 0 0 20 0 19 0 288219520 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211074575272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6521] ppid=6508 vsize=9625004 CPUtime=2.61 cores=0,2,4,6
/proc/6510/task/6521/stat : 6521 (java) S 6508 6510 32675 0 -1 4202560 130 0 0 0 259 2 0 0 20 0 19 0 288219521 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211062376680 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6522] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6522/stat : 6522 (java) S 6508 6510 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288219522 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211061322744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6523] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6523/stat : 6523 (java) S 6508 6510 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288219522 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211060270344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6524] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6524/stat : 6524 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211059218832 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6525] ppid=6508 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6510/task/6525/stat : 6525 (java) S 6508 6510 32675 0 -1 4202560 2559 0 0 0 35 0 0 0 20 0 19 0 288219524 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211058166456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6526] ppid=6508 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6510/task/6526/stat : 6526 (java) S 6508 6510 32675 0 -1 4202560 2713 0 0 0 47 0 0 0 20 0 19 0 288219524 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211057113656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6527] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6527/stat : 6527 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211056061560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6528] ppid=6508 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/6510/task/6528/stat : 6528 (java) S 6508 6510 32675 0 -1 4202560 99 0 0 0 24 19 0 0 20 0 19 0 288219524 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211055008968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6529] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6529/stat : 6529 (java) S 6508 6510 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288219553 9856004096 59344 33554432000 1073741824 1073778376 140733410130640 140211053953960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.02
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 6831
/proc/meminfo: memFree=27244364/32873648 swapFree=7104/7104
[pid=6510] ppid=6508 vsize=9625004 CPUtime=1786.15 cores=0,2,4,6
/proc/6510/stat : 6510 (java) S 6508 6510 32675 0 -1 4202496 10241 0 1 0 178577 38 0 0 20 0 19 0 288219518 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140733410121776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6510/statm: 2406251 60368 2285 9 0 2396937 0
[pid=6510/tid=6512] ppid=6508 vsize=9625004 CPUtime=1778.37 cores=0,2,4,6
/proc/6510/task/6512/stat : 6512 (java) R 6508 6510 32675 0 -1 4202560 2654 0 1 0 177805 32 0 0 20 0 19 0 288219519 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211238388016 140211103855329 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6513] ppid=6508 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6510/task/6513/stat : 6513 (java) S 6508 6510 32675 0 -1 4202560 72 0 0 0 45 2 0 0 20 0 19 0 288219520 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211227449640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6514] ppid=6508 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/6510/task/6514/stat : 6514 (java) S 6508 6510 32675 0 -1 4202560 196 0 0 0 56 2 0 0 20 0 19 0 288219520 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211226396840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6515] ppid=6508 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/6510/task/6515/stat : 6515 (java) S 6508 6510 32675 0 -1 4202560 168 0 0 0 46 2 0 0 20 0 19 0 288219520 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211225344552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6516] ppid=6508 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/6510/task/6516/stat : 6516 (java) S 6508 6510 32675 0 -1 4202560 163 0 0 0 42 2 0 0 20 0 19 0 288219520 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211224291752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6517] ppid=6508 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/6510/task/6517/stat : 6517 (java) S 6508 6510 32675 0 -1 4202560 28 0 0 0 49 2 0 0 20 0 19 0 288219520 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211223239464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6518] ppid=6508 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/6510/task/6518/stat : 6518 (java) S 6508 6510 32675 0 -1 4202560 39 0 0 0 50 0 0 0 20 0 19 0 288219520 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211222186664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6519] ppid=6508 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/6510/task/6519/stat : 6519 (java) S 6508 6510 32675 0 -1 4202560 188 0 0 0 51 2 0 0 20 0 19 0 288219520 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211075628072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6520] ppid=6508 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/6510/task/6520/stat : 6520 (java) S 6508 6510 32675 0 -1 4202560 40 0 0 0 44 2 0 0 20 0 19 0 288219520 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211074575272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6521] ppid=6508 vsize=9625004 CPUtime=2.69 cores=0,2,4,6
/proc/6510/task/6521/stat : 6521 (java) S 6508 6510 32675 0 -1 4202560 137 0 0 0 267 2 0 0 20 0 19 0 288219521 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211062376680 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6522] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6522/stat : 6522 (java) S 6508 6510 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288219522 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211061322744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6523] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6523/stat : 6523 (java) S 6508 6510 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288219522 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211060270344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6524] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6524/stat : 6524 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211059218832 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6525] ppid=6508 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6510/task/6525/stat : 6525 (java) S 6508 6510 32675 0 -1 4202560 2559 0 0 0 35 0 0 0 20 0 19 0 288219524 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211058166456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6526] ppid=6508 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6510/task/6526/stat : 6526 (java) S 6508 6510 32675 0 -1 4202560 2713 0 0 0 47 0 0 0 20 0 19 0 288219524 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211057113656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6527] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6527/stat : 6527 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211056061560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6528] ppid=6508 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/6510/task/6528/stat : 6528 (java) S 6508 6510 32675 0 -1 4202560 102 0 0 0 24 20 0 0 20 0 19 0 288219524 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211055008968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6529] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6529/stat : 6529 (java) S 6508 6510 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288219553 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211053953960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.15
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.05 2.01 2.00 3/213 6831
/proc/meminfo: memFree=27244488/32873648 swapFree=7104/7104
[pid=6510] ppid=6508 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/6510/stat : 6510 (java) S 6508 6510 32675 0 -1 4202496 10241 0 1 0 179968 38 0 0 20 0 19 0 288219518 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140733410121776 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6510/statm: 2406251 60368 2285 9 0 2396937 0
[pid=6510/tid=6512] ppid=6508 vsize=9625004 CPUtime=1792.28 cores=0,2,4,6
/proc/6510/task/6512/stat : 6512 (java) R 6508 6510 32675 0 -1 4202560 2654 0 1 0 179196 32 0 0 20 0 19 0 288219519 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211238388016 140211103788822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6513] ppid=6508 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6510/task/6513/stat : 6513 (java) S 6508 6510 32675 0 -1 4202560 72 0 0 0 45 2 0 0 20 0 19 0 288219520 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211227449640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6514] ppid=6508 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/6510/task/6514/stat : 6514 (java) S 6508 6510 32675 0 -1 4202560 196 0 0 0 56 2 0 0 20 0 19 0 288219520 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211226396840 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6515] ppid=6508 vsize=9625004 CPUtime=0.48 cores=0,2,4,6
/proc/6510/task/6515/stat : 6515 (java) S 6508 6510 32675 0 -1 4202560 168 0 0 0 46 2 0 0 20 0 19 0 288219520 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211225344552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6516] ppid=6508 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/6510/task/6516/stat : 6516 (java) S 6508 6510 32675 0 -1 4202560 163 0 0 0 42 2 0 0 20 0 19 0 288219520 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211224291752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6517] ppid=6508 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/6510/task/6517/stat : 6517 (java) S 6508 6510 32675 0 -1 4202560 28 0 0 0 49 2 0 0 20 0 19 0 288219520 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211223239464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6518] ppid=6508 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/6510/task/6518/stat : 6518 (java) S 6508 6510 32675 0 -1 4202560 39 0 0 0 50 0 0 0 20 0 19 0 288219520 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211222186664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6510/tid=6519] ppid=6508 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/6510/task/6519/stat : 6519 (java) S 6508 6510 32675 0 -1 4202560 188 0 0 0 51 2 0 0 20 0 19 0 288219520 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211075628072 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6520] ppid=6508 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/6510/task/6520/stat : 6520 (java) S 6508 6510 32675 0 -1 4202560 40 0 0 0 44 2 0 0 20 0 19 0 288219520 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211074575272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6521] ppid=6508 vsize=9625004 CPUtime=2.69 cores=0,2,4,6
/proc/6510/task/6521/stat : 6521 (java) S 6508 6510 32675 0 -1 4202560 137 0 0 0 267 2 0 0 20 0 19 0 288219521 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211062376680 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6522] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6522/stat : 6522 (java) S 6508 6510 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288219522 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211061322744 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6523] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6523/stat : 6523 (java) S 6508 6510 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288219522 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211060270344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6524] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6524/stat : 6524 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211059218832 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6525] ppid=6508 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6510/task/6525/stat : 6525 (java) S 6508 6510 32675 0 -1 4202560 2559 0 0 0 35 0 0 0 20 0 19 0 288219524 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211058166456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6510/tid=6526] ppid=6508 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6510/task/6526/stat : 6526 (java) S 6508 6510 32675 0 -1 4202560 2713 0 0 0 47 0 0 0 20 0 19 0 288219524 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211057113656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6527] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6527/stat : 6527 (java) S 6508 6510 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288219524 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211056061560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6510/tid=6528] ppid=6508 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/6510/task/6528/stat : 6528 (java) S 6508 6510 32675 0 -1 4202560 102 0 0 0 25 20 0 0 20 0 19 0 288219524 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211055008968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6510/tid=6529] ppid=6508 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6510/task/6529/stat : 6529 (java) S 6508 6510 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288219553 9856004096 60368 33554432000 1073741824 1073778376 140733410130640 140211053953960 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1796.3
CPU time (s): 1800.64
CPU user time (s): 1799.82
CPU system time (s): 0.821875
CPU usage (%): 100.242
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.821875
maximum resident set size= 241604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10276
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40497
involuntary context switches= 14030

runsolver used 6.25105 second user time and 14.4848 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-28 18:02:21
IDJOB=3709988
IDBENCH=90220
IDSOLVER=2289
FILE ID=node127/3709988-1338220941
RUNJOBID= node127-1338206934-5254
PBS_JOBID= 14624582
Free space on /tmp= 71168 MiB

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

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

MD5SUM BENCH= 03e282ee85097a100b1dfa3533d9978b
RANDOM SEED=2060929038

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27482744 kB
Buffers:          497800 kB
Cached:          3630028 kB
SwapCached:            0 kB
Active:          1627160 kB
Inactive:        2870596 kB
Active(anon):     372276 kB
Inactive(anon):        0 kB
Active(file):    1254884 kB
Inactive(file):  2870596 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:        484936 kB
Mapped:            22716 kB
Shmem:               200 kB
Slab:             745808 kB
SReclaimable:     189900 kB
SUnreclaim:       555908 kB
KernelStack:        1760 kB
PageTables:         5076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     703540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    448512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71164 MiB
End job on node127 at 2012-05-28 18:32:19