Trace number 3711088

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.54 1796.85

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-807456.opb
MD5SUM21cf0355c32a3177f2f6fa914b5dacc6
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1635
Total number of constraints840
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)840
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint9
Number of terms in the objective function 1635
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1635
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1635
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.06	c See www.sat4j.org for details.
0.03/0.06	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.07	c version 2.3.2.v20120418
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.07	c os.arch		amd64
0.03/0.07	c Free memory 		501472288
0.03/0.07	c Max memory 		7480803328
0.03/0.07	c Total memory 		504102912
0.03/0.07	c Number of processors 	8
0.11/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.11/0.10	c configuring ORDERS
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=true
0.11/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3711088-1338202073.opb
0.11/0.11	c reading problem ... 
0.29/0.25	c ... done. Wall clock time 0.149s.
0.29/0.25	c declared #vars     1635
0.29/0.25	c #constraints  1676
0.29/0.25	c constraints type 
0.29/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 800
0.29/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 800
0.29/0.25	c ignored satisfied constraints => 4
0.29/0.25	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.29/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
0.29/0.25	c 1680 constraints processed.
1.43/0.94	c cleaning 2491 clauses out of 4994 with flag 5000/5000
2.59/1.69	c cleaning 4249 clauses out of 8504 with flag 11001/11001
3.50/2.57	c cleaning 5619 clauses out of 11254 with flag 18000/18000
4.61/3.67	c cleaning 6810 clauses out of 13636 with flag 26001/26001
6.05/5.05	c cleaning 7913 clauses out of 15830 with flag 35005/35005
7.66/6.67	c cleaning 8956 clauses out of 17913 with flag 45001/45001
9.46/8.49	c cleaning 9974 clauses out of 19956 with flag 56000/56000
11.58/10.53	c cleaning 10987 clauses out of 21982 with flag 68000/68000
13.88/12.89	c cleaning 11991 clauses out of 23995 with flag 81000/81000
16.49/15.43	c cleaning 12997 clauses out of 26004 with flag 95000/95000
19.30/18.29	c cleaning 13999 clauses out of 28008 with flag 110002/110002
22.82/21.71	c cleaning 15001 clauses out of 30007 with flag 126001/126001
26.13/25.01	c cleaning 15999 clauses out of 32006 with flag 143001/143001
29.93/28.88	c cleaning 16996 clauses out of 34005 with flag 161000/161000
34.06/32.92	c cleaning 17995 clauses out of 36010 with flag 180001/180001
38.59/37.42	c cleaning 19005 clauses out of 38014 with flag 200000/200000
43.49/42.39	c cleaning 19995 clauses out of 40009 with flag 221000/221000
48.61/47.43	c cleaning 20995 clauses out of 42015 with flag 243001/243001
54.45/53.27	c cleaning 21989 clauses out of 44020 with flag 266001/266001
60.67/59.44	c cleaning 23006 clauses out of 46031 with flag 290001/290001
66.79/65.55	c cleaning 24006 clauses out of 48023 with flag 315002/315002
73.41/72.18	c cleaning 24995 clauses out of 50015 with flag 341000/341000
81.14/79.84	c cleaning 26000 clauses out of 52020 with flag 368000/368000
88.57/87.25	c cleaning 26995 clauses out of 54020 with flag 396000/396000
96.48/95.16	c cleaning 28003 clauses out of 56025 with flag 425000/425000
104.60/103.21	c cleaning 29005 clauses out of 58023 with flag 455001/455001
112.83/111.42	c cleaning 29999 clauses out of 60017 with flag 486000/486000
121.94/120.55	c cleaning 31005 clauses out of 62020 with flag 518002/518002
132.07/130.66	c cleaning 31998 clauses out of 64014 with flag 551001/551001
143.91/142.43	c cleaning 32995 clauses out of 66018 with flag 585003/585003
155.32/153.86	c cleaning 34008 clauses out of 68022 with flag 620002/620002
166.85/165.30	c cleaning 35003 clauses out of 70012 with flag 656000/656000
178.68/177.10	c cleaning 35998 clauses out of 72009 with flag 693000/693000
191.31/189.70	c cleaning 36994 clauses out of 74011 with flag 731000/731000
204.25/202.62	c cleaning 37999 clauses out of 76017 with flag 770000/770000
218.57/216.93	c cleaning 39004 clauses out of 78020 with flag 810002/810002
235.50/233.86	c cleaning 39996 clauses out of 80015 with flag 851001/851001
252.94/251.25	c cleaning 41002 clauses out of 82019 with flag 893001/893001
267.76/266.01	c cleaning 41999 clauses out of 84020 with flag 936004/936004
283.49/281.70	c cleaning 43004 clauses out of 86018 with flag 980001/980001
300.82/299.05	c cleaning 43996 clauses out of 88013 with flag 1025000/1025000
317.43/315.63	c cleaning 44994 clauses out of 90017 with flag 1071002/1071002
337.94/336.18	c cleaning 46008 clauses out of 92023 with flag 1118002/1118002
356.98/355.13	c cleaning 46997 clauses out of 94014 with flag 1166001/1166001
379.02/377.12	c cleaning 47998 clauses out of 96018 with flag 1215002/1215002
400.18/398.24	c cleaning 48998 clauses out of 98019 with flag 1265001/1265001
422.40/420.49	c cleaning 50004 clauses out of 100020 with flag 1316000/1316000
445.55/443.53	c cleaning 50999 clauses out of 102016 with flag 1368000/1368000
467.19/465.12	c cleaning 51997 clauses out of 104018 with flag 1421001/1421001
490.81/488.78	c cleaning 53000 clauses out of 106023 with flag 1475003/1475003
515.14/513.08	c cleaning 53997 clauses out of 108020 with flag 1530000/1530000
539.18/537.06	c cleaning 55002 clauses out of 110026 with flag 1586003/1586003
568.79/566.68	c cleaning 55999 clauses out of 112024 with flag 1643003/1643003
595.83/593.61	c cleaning 57004 clauses out of 114023 with flag 1701001/1701001
623.85/621.69	c cleaning 57993 clauses out of 116018 with flag 1760000/1760000
652.17/649.94	c cleaning 59003 clauses out of 118025 with flag 1820000/1820000
685.59/683.38	c cleaning 59999 clauses out of 120022 with flag 1881000/1881000
720.24/717.96	c cleaning 61000 clauses out of 122023 with flag 1943000/1943000
755.96/753.65	c cleaning 62008 clauses out of 124023 with flag 2006000/2006000
788.58/786.26	c cleaning 63003 clauses out of 126018 with flag 2070003/2070003
823.20/820.84	c cleaning 63990 clauses out of 128012 with flag 2135000/2135000
857.05/854.64	c cleaning 65004 clauses out of 130022 with flag 2201000/2201000
891.06/888.67	c cleaning 66001 clauses out of 132018 with flag 2268000/2268000
929.58/927.18	c cleaning 66998 clauses out of 134017 with flag 2336000/2336000
970.72/968.27	c cleaning 68004 clauses out of 136020 with flag 2405001/2405001
1012.67/1010.11	c cleaning 68994 clauses out of 138015 with flag 2475000/2475000
1058.10/1055.56	c cleaning 69998 clauses out of 140022 with flag 2546001/2546001
1103.14/1100.55	c cleaning 70994 clauses out of 142023 with flag 2618000/2618000
1148.98/1146.33	c cleaning 71994 clauses out of 144030 with flag 2691001/2691001
1193.83/1191.16	c cleaning 73011 clauses out of 146036 with flag 2765001/2765001
1241.45/1238.79	c cleaning 73985 clauses out of 148024 with flag 2840000/2840000
1292.70/1289.95	c cleaning 75005 clauses out of 150040 with flag 2916001/2916001
1347.55/1344.73	c cleaning 76005 clauses out of 152035 with flag 2993001/2993001
1394.38/1391.58	c cleaning 77014 clauses out of 154029 with flag 3071000/3071000
1441.31/1438.49	c cleaning 78000 clauses out of 156017 with flag 3150002/3150002
1495.44/1492.57	c cleaning 79001 clauses out of 158016 with flag 3230001/3230001
1551.89/1548.96	c cleaning 79993 clauses out of 160014 with flag 3311000/3311000
1609.03/1606.06	c cleaning 80998 clauses out of 162021 with flag 3393000/3393000
1674.46/1671.45	c cleaning 82003 clauses out of 164025 with flag 3476002/3476002
1734.82/1731.71	c cleaning 83002 clauses out of 166020 with flag 3560000/3560000
1792.57/1789.40	c cleaning 83999 clauses out of 168019 with flag 3645001/3645001
1800.01/1796.81	c starts		: 251
1800.01/1796.81	c conflicts		: 3662053
1800.01/1796.81	c decisions		: 4557054
1800.01/1796.81	c propagations		: 742670298
1800.01/1796.81	c inspects		: 23787839187
1800.01/1796.81	c shortcuts		: 0
1800.01/1796.81	c learnt literals	: 11
1800.01/1796.81	c learnt binary clauses	: 126
1800.01/1796.81	c learnt ternary clauses	: 362
1800.01/1796.81	c learnt constraints	: 3662042
1800.01/1796.81	c ignored constraints	: 0
1800.01/1796.81	c root simplifications	: 262
1800.01/1796.81	c removed literals (reason simplification)	: 20381729
1800.01/1796.81	c reason swapping (by a shorter reason)	: 0
1800.01/1796.81	c Calls to reduceDB	: 81
1800.01/1796.81	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.81	c number of learned constraints concerned by reduction	: 0
1800.01/1796.81	c number of learning phase by resolution	: 0
1800.01/1796.81	c number of learning phase by cutting planes	: 0
1800.01/1796.81	c speed (assignments/second)	: 413387.23463707365
1800.01/1796.81	c non guided choices	150
1800.01/1796.84	c learnt constraints type 
1800.01/1796.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 124
1800.01/1796.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100987
1800.01/1796.84	c constraints type 
1800.01/1796.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 800
1800.01/1796.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 800
1800.01/1796.84	c ignored satisfied constraints => 4
1800.01/1796.84	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
1800.01/1796.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72
1800.01/1796.84	c 1680 constraints processed.
1800.01/1796.84	s UNKNOWN
1800.01/1796.84	c Total wall clock time (in seconds): 1796.734

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-3711088-1338202073/watcher-3711088-1338202073 -o /tmp/evaluation-result-3711088-1338202073/solver-3711088-1338202073 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711088-1338202073.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.06 2.02 2.15 4/194 29464
/proc/meminfo: memFree=28177444/32873648 swapFree=7112/7112
[pid=29464] ppid=29462 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29462 29464 26380 0 -1 4202496 1276 0 0 0 0 0 0 0 20 0 2 0 286333247 98570240 977 33554432000 1073741824 1073778376 140734025398672 140734025389808 242170757181 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29464/statm: 24065 977 743 9 0 16771 0
[pid=29464/tid=29465] ppid=29462 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29465/stat : 29465 (java) R 29462 29464 26380 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 286333248 98570240 978 33554432000 1073741824 1073778376 140734025398672 140704642661928 140704646601812 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0435781 s]
/proc/loadavg: 2.06 2.02 2.15 4/194 29464
/proc/meminfo: memFree=28177444/32873648 swapFree=7112/7112
[pid=29464] ppid=29462 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29462 29464 26380 0 -1 4202496 3081 0 1 0 2 1 0 0 20 0 13 0 286333247 9446973440 4289 33554432000 1073741824 1073778376 140734025398672 140734025389808 242170757181 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29464/statm: 2306390 4289 1708 9 0 2297091 0
[pid=29464/tid=29465] ppid=29462 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/29464/task/29465/stat : 29465 (java) R 29462 29464 26380 0 -1 4202560 1899 0 1 0 1 1 0 0 20 0 13 0 286333248 9446973440 4289 33554432000 1073741824 1073778376 140734025398672 140704642664168 140704645468139 0 4 0 16800971 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100244 s]
/proc/loadavg: 2.06 2.02 2.15 4/194 29464
/proc/meminfo: memFree=28177444/32873648 swapFree=7112/7112
[pid=29464] ppid=29462 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29462 29464 26380 0 -1 4202496 4410 0 1 0 9 2 0 0 20 0 18 0 286333247 9787842560 6128 33554432000 1073741824 1073778376 140734025398672 140734025389808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29464/statm: 2389610 6128 2145 9 0 2380296 0
[pid=29464/tid=29465] ppid=29462 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/29464/task/29465/stat : 29465 (java) R 29462 29464 26380 0 -1 4202560 2485 0 1 0 6 2 0 0 20 0 18 0 286333248 9787842560 6128 33554432000 1073741824 1073778376 140734025398672 140704642665416 242170782989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558440

[startup+0.300206 s]
/proc/loadavg: 2.06 2.02 2.15 4/194 29464
/proc/meminfo: memFree=28177444/32873648 swapFree=7112/7112
[pid=29464] ppid=29462 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29462 29464 26380 0 -1 4202496 6648 0 1 0 51 3 0 0 20 0 19 0 286333247 9856004096 11676 33554432000 1073741824 1073778376 140734025398672 140734025389808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29464/statm: 2406251 11676 2229 9 0 2396937 0
[pid=29464/tid=29465] ppid=29462 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/29464/task/29465/stat : 29465 (java) R 29462 29464 26380 0 -1 4202560 2513 0 1 0 26 2 0 0 20 0 19 0 286333248 9856004096 11676 33554432000 1073741824 1073778376 140734025398672 140704642667280 140704487695183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625004

[startup+0.700213 s]
/proc/loadavg: 2.06 2.02 2.15 4/194 29464
/proc/meminfo: memFree=28177444/32873648 swapFree=7112/7112
[pid=29464] ppid=29462 vsize=9625004 CPUtime=1.2 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29462 29464 26380 0 -1 4202496 7290 0 1 0 117 3 0 0 20 0 19 0 286333247 9856004096 12116 33554432000 1073741824 1073778376 140734025398672 140734025389808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29464/statm: 2406251 12116 2240 9 0 2396937 0
[pid=29464/tid=29465] ppid=29462 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/29464/task/29465/stat : 29465 (java) R 29462 29464 26380 0 -1 4202560 2514 0 1 0 66 2 0 0 20 0 19 0 286333248 9856004096 12116 33554432000 1073741824 1073778376 140734025398672 140704642667280 140704488112874 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625004

[startup+1.50075 s]
/proc/loadavg: 2.05 2.02 2.15 4/213 29483
/proc/meminfo: memFree=28122372/32873648 swapFree=7112/7112
[pid=29464] ppid=29462 vsize=9625004 CPUtime=2.46 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29462 29464 26380 0 -1 4202496 14979 0 1 0 241 5 0 0 20 0 19 0 286333247 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140734025389808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29464/statm: 2406251 18073 2275 9 0 2396937 0
[pid=29464/tid=29465] ppid=29462 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/29464/task/29465/stat : 29465 (java) R 29462 29464 26380 0 -1 4202560 2517 0 1 0 145 2 0 0 20 0 19 0 286333248 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140704642666600 140704488112369 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29467] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29467/stat : 29467 (java) S 29462 29464 26380 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140704615119912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29468] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29468/stat : 29468 (java) S 29462 29464 26380 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140704614067112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29469] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29469/stat : 29469 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140704613014312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29470] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29470/stat : 29470 (java) S 29462 29464 26380 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140704611961512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29471] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29471/stat : 29471 (java) S 29462 29464 26380 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140704610908712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29472] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29472/stat : 29472 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140704609855912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29473] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29473/stat : 29473 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140704608803112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29474] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29474/stat : 29474 (java) S 29462 29464 26380 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140704607750312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29475] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29475/stat : 29475 (java) S 29462 29464 26380 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 286333249 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140703996816360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29476] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29476/stat : 29476 (java) S 29462 29464 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286333250 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140703995762424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29477] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29477/stat : 29477 (java) S 29462 29464 26380 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286333250 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140703994709512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29478] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29478/stat : 29478 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333252 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140703993658000 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29479] ppid=29462 vsize=9625004 CPUtime=0.7 cores=0,2,4,6
/proc/29464/task/29479/stat : 29479 (java) S 29462 29464 26380 0 -1 4202560 9233 0 0 0 68 2 0 0 20 0 19 0 286333252 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140703992605112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29480] ppid=29462 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/29464/task/29480/stat : 29480 (java) S 29462 29464 26380 0 -1 4202560 1982 0 0 0 23 0 0 0 20 0 19 0 286333252 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140703991552312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29481] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29481/stat : 29481 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333252 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140703990499704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29482] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29482/stat : 29482 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333252 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140703989447112 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29483] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29483/stat : 29483 (java) S 29462 29464 26380 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286333274 9856004096 18073 33554432000 1073741824 1073778376 140734025398672 140703988393640 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9625004

[startup+3.10066 s]
/proc/loadavg: 2.05 2.02 2.15 5/213 29483
/proc/meminfo: memFree=28037884/32873648 swapFree=7112/7112
[pid=29464] ppid=29462 vsize=9625004 CPUtime=4.11 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29462 29464 26380 0 -1 4202496 15014 0 1 0 406 5 0 0 20 0 19 0 286333247 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140734025389808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29464/statm: 2406251 19634 2275 9 0 2396937 0
[pid=29464/tid=29465] ppid=29462 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/29464/task/29465/stat : 29465 (java) R 29462 29464 26380 0 -1 4202560 2518 0 1 0 302 2 0 0 20 0 19 0 286333248 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140704642666760 140704488220304 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29467] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29467/stat : 29467 (java) S 29462 29464 26380 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140704615119912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29468] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29468/stat : 29468 (java) S 29462 29464 26380 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140704614067112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29469] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29469/stat : 29469 (java) S 29462 29464 26380 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140704613014312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29470] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29470/stat : 29470 (java) S 29462 29464 26380 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140704611961512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29471] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29471/stat : 29471 (java) S 29462 29464 26380 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140704610908712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29472] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29472/stat : 29472 (java) S 29462 29464 26380 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140704609855912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29473] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29473/stat : 29473 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140704608803112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29474] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29474/stat : 29474 (java) S 29462 29464 26380 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140704607750312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29475] ppid=29462 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/29464/task/29475/stat : 29475 (java) S 29462 29464 26380 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 286333249 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140703996816360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29476] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29476/stat : 29476 (java) S 29462 29464 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286333250 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140703995762424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29477] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29477/stat : 29477 (java) S 29462 29464 26380 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286333250 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140703994709512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29478] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29478/stat : 29478 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333252 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140703993658000 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29479] ppid=29462 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/29464/task/29479/stat : 29479 (java) S 29462 29464 26380 0 -1 4202560 9241 0 0 0 71 2 0 0 20 0 19 0 286333252 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140703992605112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29480] ppid=29462 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/29464/task/29480/stat : 29480 (java) S 29462 29464 26380 0 -1 4202560 1991 0 0 0 25 0 0 0 20 0 19 0 286333252 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140703991552312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29481] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29481/stat : 29481 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333252 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140703990499704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29482] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29482/stat : 29482 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333252 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140703989447112 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29483] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29483/stat : 29483 (java) S 29462 29464 26380 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286333274 9856004096 19634 33554432000 1073741824 1073778376 140734025398672 140703988393640 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9625004

[startup+6.30061 s]
/proc/loadavg: 2.13 2.04 2.15 3/213 29483
/proc/meminfo: memFree=28040188/32873648 swapFree=7112/7112
[pid=29464] ppid=29462 vsize=9625004 CPUtime=7.35 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29462 29464 26380 0 -1 4202496 15044 0 1 0 730 5 0 0 20 0 19 0 286333247 9856004096 18517 33554432000 1073741824 1073778376 140734025398672 140734025389808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29464/statm: 2406251 18517 2276 9 0 2396937 0
[pid=29464/tid=29465] ppid=29462 vsize=9625004 CPUtime=6.21 cores=0,2,4,6
/proc/29464/task/29465/stat : 29465 (java) R 29462 29464 26380 0 -1 4202560 2520 0 1 0 619 2 0 0 20 0 19 0 286333248 9856004096 18517 33554432000 1073741824 1073778376 140734025398672 140704642666952 140704488189148 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29467] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29467/stat : 29467 (java) S 29462 29464 26380 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 18517 33554432000 1073741824 1073778376 140734025398672 140704615119912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29468] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29468/stat : 29468 (java) S 29462 29464 26380 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 18517 33554432000 1073741824 1073778376 140734025398672 140704614067112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29469] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29469/stat : 29469 (java) S 29462 29464 26380 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 18517 33554432000 1073741824 1073778376 140734025398672 140704613014312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29470] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29470/stat : 29470 (java) S 29462 29464 26380 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 18517 33554432000 1073741824 1073778376 140734025398672 140704611961512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29471] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29471/stat : 29471 (java) S 29462 29464 26380 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 18517 33554432000 1073741824 1073778376 140734025398672 140704610908712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29472] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29472/stat : 29472 (java) S 29462 29464 26380 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 18517 33554432000 1073741824 1073778376 140734025398672 140704609855912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29473] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29473/stat : 29473 (java) S 29462 29464 26380 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 18517 33554432000 1073741824 1073778376 140734025398672 140704608803112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29474] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29474/stat : 29474 (java) S 29462 29464 26380 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 286333248 9856004096 18517 33554432000 1073741824 1073778376 140734025398672 140704607750312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29475] ppid=29462 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/29464/task/29475/stat : 29475 (java) S 29462 29464 26380 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 19 0 286333249 9856004096 18517 33554432000 1073741824 1073778376 140734025398672 140703996816360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29476] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29476/stat : 29476 (java) S 29462 29464 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286333250 9856004096 18517 33554432000 1073741824 1073778376 140734025398672 140703995762424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29477] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29477/stat : 29477 (java) S 29462 29464 26380 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286333250 9856004096 18517 33554432000 1073741824 1073778376 140734025398672 140703994709512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29478] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29478/stat : 29478 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333252 9856004096 18517 33554432000 1073741824 1073778376 140734025398672 140703993658000 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29479] ppid=29462 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/29464/task/29479/stat : 29479 (java) S 29462 29464 26380 0 -1 4202560 9256 0 0 0 75 2 0 0 20 0 19 0 286333252 9856004096 18517 33554432000 1073741824 1073778376 140734025398672 140703992605112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29480] ppid=29462 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/29464/task/29480/stat : 29480 (java) S 29462 29464 26380 0 -1 4202560 1991 0 0 0 25 0 0 0 20 0 19 0 286333252 9856004096 18517 33554432000 1073741824 1073778376 140734025398672 140703991552312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=29464/tid=29472] ppid=29462 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/29464/task/29472/stat : 29472 (java) S 29462 29464 26380 0 -1 4202560 112 0 0 0 30 0 0 0 20 0 19 0 286333248 9856004096 39914 33554432000 1073741824 1073778376 140734025398672 140704609855912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29473] ppid=29462 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/29464/task/29473/stat : 29473 (java) S 29462 29464 26380 0 -1 4202560 57 0 0 0 32 0 0 0 20 0 19 0 286333248 9856004096 39914 33554432000 1073741824 1073778376 140734025398672 140704608803112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29474] ppid=29462 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/29464/task/29474/stat : 29474 (java) S 29462 29464 26380 0 -1 4202560 193 0 0 0 24 2 0 0 20 0 19 0 286333248 9856004096 39914 33554432000 1073741824 1073778376 140734025398672 140704607750312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29475] ppid=29462 vsize=9625004 CPUtime=2.05 cores=0,2,4,6
/proc/29464/task/29475/stat : 29475 (java) S 29462 29464 26380 0 -1 4202560 132 0 0 0 203 2 0 0 20 0 19 0 286333249 9856004096 39914 33554432000 1073741824 1073778376 140734025398672 140703996816360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29476] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29476/stat : 29476 (java) S 29462 29464 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286333250 9856004096 39914 33554432000 1073741824 1073778376 140734025398672 140703995762424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29477] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29477/stat : 29477 (java) S 29462 29464 26380 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286333250 9856004096 39914 33554432000 1073741824 1073778376 140734025398672 140703994709512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29478] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29478/stat : 29478 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333252 9856004096 39914 33554432000 1073741824 1073778376 140734025398672 140703993658000 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29479] ppid=29462 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/29464/task/29479/stat : 29479 (java) S 29462 29464 26380 0 -1 4202560 9273 0 0 0 77 2 0 0 20 0 19 0 286333252 9856004096 39914 33554432000 1073741824 1073778376 140734025398672 140703992605112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29480] ppid=29462 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/29464/task/29480/stat : 29480 (java) S 29462 29464 26380 0 -1 4202560 1991 0 0 0 25 0 0 0 20 0 19 0 286333252 9856004096 39914 33554432000 1073741824 1073778376 140734025398672 140703991552312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29481] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29481/stat : 29481 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333252 9856004096 39914 33554432000 1073741824 1073778376 140734025398672 140703990499704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29482] ppid=29462 vsize=9625004 CPUtime=0.57 cores=0,2,4,6
/proc/29464/task/29482/stat : 29482 (java) S 29462 29464 26380 0 -1 4202560 96 0 0 0 30 27 0 0 20 0 19 0 286333252 9856004096 39914 33554432000 1073741824 1073778376 140734025398672 140703989447112 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29483] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29483/stat : 29483 (java) S 29462 29464 26380 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286333274 9856004096 39914 33554432000 1073741824 1073778376 140734025398672 140703988393640 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1665.35
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/213 29522
/proc/meminfo: memFree=27946812/32873648 swapFree=7112/7112
[pid=29464] ppid=29462 vsize=9625004 CPUtime=1725.42 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29462 29464 26380 0 -1 4202496 16347 0 1 0 172496 46 0 0 20 0 19 0 286333247 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140734025389808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29464/statm: 2406251 41467 2277 9 0 2396937 0
[pid=29464/tid=29465] ppid=29462 vsize=9625004 CPUtime=1719.41 cores=0,2,4,6
/proc/29464/task/29465/stat : 29465 (java) R 29462 29464 26380 0 -1 4202560 2609 0 1 0 171911 30 0 0 20 0 19 0 286333248 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140704642666800 140704488197488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29467] ppid=29462 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/29464/task/29467/stat : 29467 (java) S 29462 29464 26380 0 -1 4202560 226 0 0 0 30 3 0 0 20 0 19 0 286333248 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140704615119912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29468] ppid=29462 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/29464/task/29468/stat : 29468 (java) S 29462 29464 26380 0 -1 4202560 172 0 0 0 26 0 0 0 20 0 19 0 286333248 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140704614067112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29469] ppid=29462 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/29464/task/29469/stat : 29469 (java) S 29462 29464 26380 0 -1 4202560 50 0 0 0 33 0 0 0 20 0 19 0 286333248 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140704613014312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29470] ppid=29462 vsize=9625004 CPUtime=0.3 cores=0,2,4,6
/proc/29464/task/29470/stat : 29470 (java) S 29462 29464 26380 0 -1 4202560 185 0 0 0 29 1 0 0 20 0 19 0 286333248 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140704611961512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29471] ppid=29462 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/29464/task/29471/stat : 29471 (java) S 29462 29464 26380 0 -1 4202560 61 0 0 0 29 2 0 0 20 0 19 0 286333248 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140704610908712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29472] ppid=29462 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/29464/task/29472/stat : 29472 (java) S 29462 29464 26380 0 -1 4202560 112 0 0 0 31 0 0 0 20 0 19 0 286333248 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140704609855912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29473] ppid=29462 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/29464/task/29473/stat : 29473 (java) S 29462 29464 26380 0 -1 4202560 57 0 0 0 32 0 0 0 20 0 19 0 286333248 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140704608803112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29474] ppid=29462 vsize=9625004 CPUtime=0.26 cores=0,2,4,6
/proc/29464/task/29474/stat : 29474 (java) S 29462 29464 26380 0 -1 4202560 193 0 0 0 24 2 0 0 20 0 19 0 286333248 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140704607750312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29475] ppid=29462 vsize=9625004 CPUtime=2.09 cores=0,2,4,6
/proc/29464/task/29475/stat : 29475 (java) S 29462 29464 26380 0 -1 4202560 134 0 0 0 207 2 0 0 20 0 19 0 286333249 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140703996816360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29476] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29476/stat : 29476 (java) S 29462 29464 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286333250 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140703995762424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29477] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29477/stat : 29477 (java) S 29462 29464 26380 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286333250 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140703994709512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29478] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29478/stat : 29478 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333252 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140703993658000 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29479] ppid=29462 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/29464/task/29479/stat : 29479 (java) S 29462 29464 26380 0 -1 4202560 9273 0 0 0 77 2 0 0 20 0 19 0 286333252 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140703992605112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29480] ppid=29462 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/29464/task/29480/stat : 29480 (java) S 29462 29464 26380 0 -1 4202560 1991 0 0 0 25 0 0 0 20 0 19 0 286333252 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140703991552312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29481] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29481/stat : 29481 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333252 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140703990499704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29482] ppid=29462 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/29464/task/29482/stat : 29482 (java) S 29462 29464 26380 0 -1 4202560 98 0 0 0 31 28 0 0 20 0 19 0 286333252 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140703989447112 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29483] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29483/stat : 29483 (java) S 29462 29464 26380 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286333274 9856004096 41467 33554432000 1073741824 1073778376 140734025398672 140703988393640 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1725.42
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 29522
/proc/meminfo: memFree=27942596/32873648 swapFree=7112/7112
[pid=29464] ppid=29462 vsize=9625004 CPUtime=1785.46 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29462 29464 26380 0 -1 4202496 16378 0 1 0 178500 46 0 0 20 0 19 0 286333247 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140734025389808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29464/statm: 2406251 42507 2277 9 0 2396937 0
[pid=29464/tid=29465] ppid=29462 vsize=9625004 CPUtime=1779.34 cores=0,2,4,6
/proc/29464/task/29465/stat : 29465 (java) R 29462 29464 26380 0 -1 4202560 2610 0 1 0 177903 31 0 0 20 0 19 0 286333248 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140704642666800 140704488197488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29467] ppid=29462 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/29464/task/29467/stat : 29467 (java) S 29462 29464 26380 0 -1 4202560 233 0 0 0 32 3 0 0 20 0 19 0 286333248 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140704615119912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29468] ppid=29462 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/29464/task/29468/stat : 29468 (java) S 29462 29464 26380 0 -1 4202560 172 0 0 0 27 0 0 0 20 0 19 0 286333248 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140704614067112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29469] ppid=29462 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/29464/task/29469/stat : 29469 (java) S 29462 29464 26380 0 -1 4202560 50 0 0 0 33 0 0 0 20 0 19 0 286333248 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140704613014312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29470] ppid=29462 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/29464/task/29470/stat : 29470 (java) S 29462 29464 26380 0 -1 4202560 189 0 0 0 30 1 0 0 20 0 19 0 286333248 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140704611961512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29471] ppid=29462 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/29464/task/29471/stat : 29471 (java) S 29462 29464 26380 0 -1 4202560 67 0 0 0 30 2 0 0 20 0 19 0 286333248 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140704610908712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29472] ppid=29462 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/29464/task/29472/stat : 29472 (java) S 29462 29464 26380 0 -1 4202560 114 0 0 0 32 0 0 0 20 0 19 0 286333248 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140704609855912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29473] ppid=29462 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/29464/task/29473/stat : 29473 (java) S 29462 29464 26380 0 -1 4202560 57 0 0 0 32 0 0 0 20 0 19 0 286333248 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140704608803112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29474] ppid=29462 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/29464/task/29474/stat : 29474 (java) S 29462 29464 26380 0 -1 4202560 198 0 0 0 25 2 0 0 20 0 19 0 286333248 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140704607750312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29475] ppid=29462 vsize=9625004 CPUtime=2.15 cores=0,2,4,6
/proc/29464/task/29475/stat : 29475 (java) S 29462 29464 26380 0 -1 4202560 136 0 0 0 213 2 0 0 20 0 19 0 286333249 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140703996816360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29476] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29476/stat : 29476 (java) S 29462 29464 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286333250 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140703995762424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29477] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29477/stat : 29477 (java) S 29462 29464 26380 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286333250 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140703994709512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29478] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29478/stat : 29478 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333252 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140703993658000 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29479] ppid=29462 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/29464/task/29479/stat : 29479 (java) S 29462 29464 26380 0 -1 4202560 9273 0 0 0 77 2 0 0 20 0 19 0 286333252 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140703992605112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29480] ppid=29462 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/29464/task/29480/stat : 29480 (java) S 29462 29464 26380 0 -1 4202560 1991 0 0 0 25 0 0 0 20 0 19 0 286333252 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140703991552312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29481] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29481/stat : 29481 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333252 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140703990499704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29482] ppid=29462 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/29464/task/29482/stat : 29482 (java) S 29462 29464 26380 0 -1 4202560 102 0 0 0 32 30 0 0 20 0 19 0 286333252 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140703989447112 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29483] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29483/stat : 29483 (java) S 29462 29464 26380 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286333274 9856004096 42507 33554432000 1073741824 1073778376 140734025398672 140703988393640 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1785.46
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 2.00 10/212 29580
/proc/meminfo: memFree=28055932/32873648 swapFree=7112/7112
[pid=29464] ppid=29462 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/29464/stat : 29464 (java) S 29462 29464 26380 0 -1 4202496 16387 0 1 0 179954 47 0 0 20 0 19 0 286333247 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140734025389808 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29464/statm: 2406251 42513 2277 9 0 2396937 0
[pid=29464/tid=29465] ppid=29462 vsize=9625004 CPUtime=1793.79 cores=0,2,4,6
/proc/29464/task/29465/stat : 29465 (java) R 29462 29464 26380 0 -1 4202560 2611 0 1 0 179348 31 0 0 20 0 19 0 286333248 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140704642666800 140704488188444 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29467] ppid=29462 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/29464/task/29467/stat : 29467 (java) S 29462 29464 26380 0 -1 4202560 233 0 0 0 32 3 0 0 20 0 19 0 286333248 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140704615119912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29468] ppid=29462 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/29464/task/29468/stat : 29468 (java) S 29462 29464 26380 0 -1 4202560 172 0 0 0 27 0 0 0 20 0 19 0 286333248 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140704614067112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29469] ppid=29462 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/29464/task/29469/stat : 29469 (java) S 29462 29464 26380 0 -1 4202560 50 0 0 0 34 0 0 0 20 0 19 0 286333248 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140704613014312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29470] ppid=29462 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/29464/task/29470/stat : 29470 (java) S 29462 29464 26380 0 -1 4202560 190 0 0 0 31 1 0 0 20 0 19 0 286333248 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140704611961512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29471] ppid=29462 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/29464/task/29471/stat : 29471 (java) S 29462 29464 26380 0 -1 4202560 67 0 0 0 31 2 0 0 20 0 19 0 286333248 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140704610908712 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29472] ppid=29462 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/29464/task/29472/stat : 29472 (java) S 29462 29464 26380 0 -1 4202560 114 0 0 0 32 0 0 0 20 0 19 0 286333248 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140704609855912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29473] ppid=29462 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/29464/task/29473/stat : 29473 (java) S 29462 29464 26380 0 -1 4202560 57 0 0 0 33 0 0 0 20 0 19 0 286333248 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140704608803112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29474] ppid=29462 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/29464/task/29474/stat : 29474 (java) S 29462 29464 26380 0 -1 4202560 203 0 0 0 25 2 0 0 20 0 19 0 286333248 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140704607750312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29475] ppid=29462 vsize=9625004 CPUtime=2.18 cores=0,2,4,6
/proc/29464/task/29475/stat : 29475 (java) S 29462 29464 26380 0 -1 4202560 138 0 0 0 216 2 0 0 20 0 19 0 286333249 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140703996816360 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29464/tid=29476] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29476/stat : 29476 (java) S 29462 29464 26380 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 286333250 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140703995762424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29477] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29477/stat : 29477 (java) S 29462 29464 26380 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 286333250 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140703994709512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29478] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29478/stat : 29478 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333252 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140703993658000 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29479] ppid=29462 vsize=9625004 CPUtime=0.79 cores=0,2,4,6
/proc/29464/task/29479/stat : 29479 (java) S 29462 29464 26380 0 -1 4202560 9273 0 0 0 77 2 0 0 20 0 19 0 286333252 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140703992605112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29464/tid=29480] ppid=29462 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/29464/task/29480/stat : 29480 (java) S 29462 29464 26380 0 -1 4202560 1991 0 0 0 25 0 0 0 20 0 19 0 286333252 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140703991552312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29481] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29481/stat : 29481 (java) S 29462 29464 26380 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 286333252 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140703990499704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29464/tid=29482] ppid=29462 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/29464/task/29482/stat : 29482 (java) S 29462 29464 26380 0 -1 4202560 102 0 0 0 33 30 0 0 20 0 19 0 286333252 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140703989447112 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29464/tid=29483] ppid=29462 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/29464/task/29483/stat : 29483 (java) S 29462 29464 26380 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 286333274 9856004096 42513 33554432000 1073741824 1073778376 140734025398672 140703988393640 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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.85
CPU time (s): 1800.54
CPU user time (s): 1799.66
CPU system time (s): 0.883865
CPU usage (%): 100.206
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.883865
maximum resident set size= 170208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16428
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40204
involuntary context switches= 14501

runsolver used 6.14907 second user time and 15.2447 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-28 12:47:53
IDJOB=3711088
IDBENCH=89856
IDSOLVER=2289
FILE ID=node126/3711088-1338202073
RUNJOBID= node126-1338200265-29228
PBS_JOBID= 14624566
Free space on /tmp= 71344 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-807456.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-3711088-1338202073/watcher-3711088-1338202073 -o /tmp/evaluation-result-3711088-1338202073/solver-3711088-1338202073 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711088-1338202073.opb

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

MD5SUM BENCH= 21cf0355c32a3177f2f6fa914b5dacc6
RANDOM SEED=2053097220

node126.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.456
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.91
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.456
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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28178180 kB
Buffers:          337236 kB
Cached:           698792 kB
SwapCached:        17756 kB
Active:          3593712 kB
Inactive:         283708 kB
Active(anon):    2822912 kB
Inactive(anon):    20452 kB
Active(file):     770800 kB
Inactive(file):   263256 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:             17716 kB
Writeback:             0 kB
AnonPages:       2834640 kB
Mapped:            17920 kB
Shmem:                 0 kB
Slab:             670684 kB
SReclaimable:     114500 kB
SUnreclaim:       556184 kB
KernelStack:        1584 kB
PageTables:         9716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3271340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2795520 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= 71340 MiB
End job on node126 at 2012-05-28 13:17:52