Trace number 3689420

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.1 906.657

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-48.opb
MD5SUMbcbd6cca7644150bcdcbd185d4571ad6
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark155.412
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9956
Total number of constraints224622
Number of constraints which are clauses201792
Number of constraints which are cardinality constraints (but not clauses)738
Number of constraints which are nor clauses,nor cardinality constraints22092
Minimum length of a constraint1
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689420-1337882098.opb
0.08/0.13	c reading problem ... 
3.13/2.06	c ... done. Wall clock time 1.929s.
3.13/2.06	c declared #vars     9956
3.13/2.06	c #constraints  218176
3.13/2.06	c constraints type 
3.13/2.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147170
3.13/2.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 716
3.13/2.06	c ignored satisfied constraints => 6834
3.13/2.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47784
3.13/2.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 414
3.13/2.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22092
3.13/2.06	c 225010 constraints processed.
3.13/2.06	c constraints type 
3.13/2.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47784
3.13/2.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 147170
3.13/2.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 716
3.13/2.06	c ignored satisfied constraints => 6834
3.13/2.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22092
3.13/2.06	c org.sat4j.pb.constraints.pb.UnitClausePB => 414
3.13/2.06	c 225010 constraints processed.
9.27/4.51	c cleaning 2475 clauses out of 4985 with flag 5000/5000
13.14/6.42	c cleaning 4240 clauses out of 8506 with flag 11000/11000
16.78/8.34	c cleaning 5553 clauses out of 11261 with flag 18000/18000
18.83/9.47	c cleaning 0 clauses out of 5004 with flag 0/5004
21.27/10.63	c cleaning 6848 clauses out of 13707 with flag 26002/26002
25.73/12.86	c cleaning 7835 clauses out of 15852 with flag 35000/35000
31.58/15.84	c cleaning 8943 clauses out of 18005 with flag 45000/45000
37.82/19.09	c cleaning 9949 clauses out of 20055 with flag 56000/56000
45.18/22.83	c cleaning 11008 clauses out of 22106 with flag 68000/68000
51.63/26.13	c cleaning 11983 clauses out of 24095 with flag 81001/81001
59.25/30.01	c cleaning 12957 clauses out of 26104 with flag 95000/95000
68.30/34.64	c cleaning 14058 clauses out of 28144 with flag 110000/110000
76.65/38.94	c cleaning 0 clauses out of 11000 with flag 0/11000
78.14/39.76	c cleaning 15013 clauses out of 30081 with flag 126000/126000
87.59/44.50	c cleaning 15877 clauses out of 32067 with flag 143000/143000
96.95/49.23	c cleaning 17063 clauses out of 34187 with flag 161002/161002
108.13/54.98	c cleaning 18005 clauses out of 36119 with flag 180001/180001
121.37/61.69	c cleaning 18977 clauses out of 38111 with flag 200000/200000
130.99/66.58	c cleaning 0 clauses out of 18000 with flag 0/18000
137.79/70.06	c cleaning 20007 clauses out of 40128 with flag 221000/221000
153.71/78.19	c cleaning 20972 clauses out of 42123 with flag 243002/243002
172.70/87.72	c cleaning 21969 clauses out of 44147 with flag 266002/266002
182.12/92.56	c cleaning 23032 clauses out of 46175 with flag 290002/290002
192.52/97.84	c cleaning 23856 clauses out of 48138 with flag 315000/315000
204.00/103.70	c cleaning 25017 clauses out of 50279 with flag 341000/341000
217.19/110.43	c cleaning 25989 clauses out of 52259 with flag 368000/368000
232.39/118.17	c cleaning 27115 clauses out of 54270 with flag 396000/396000
247.00/125.56	c cleaning 27972 clauses out of 56152 with flag 425001/425001
262.47/133.43	c cleaning 28970 clauses out of 58179 with flag 455000/455000
280.22/142.43	c cleaning 30053 clauses out of 60209 with flag 486000/486000
305.44/155.18	c cleaning 30997 clauses out of 62155 with flag 518000/518000
336.88/170.94	c cleaning 0 clauses out of 26003 with flag 0/26003
337.52/171.47	c cleaning 31982 clauses out of 64158 with flag 551000/551000
361.11/183.30	c cleaning 33021 clauses out of 66172 with flag 585000/585000
379.12/192.40	c cleaning 34047 clauses out of 68148 with flag 620000/620000
394.90/200.41	c cleaning 35035 clauses out of 70103 with flag 656002/656002
414.58/210.41	c cleaning 35979 clauses out of 72067 with flag 693001/693001
442.67/224.57	c cleaning 36932 clauses out of 74089 with flag 731002/731002
475.95/241.24	c cleaning 38043 clauses out of 76152 with flag 770000/770000
511.28/258.91	c cleaning 38994 clauses out of 78110 with flag 810001/810001
542.16/274.58	c cleaning 39976 clauses out of 80110 with flag 851000/851000
567.38/287.29	c cleaning 40926 clauses out of 82131 with flag 893000/893000
594.81/301.01	c cleaning 41999 clauses out of 84204 with flag 936000/936000
642.62/324.94	c cleaning 42961 clauses out of 86205 with flag 980000/980000
667.30/337.49	c cleaning 43931 clauses out of 88245 with flag 1025002/1025002
692.92/350.38	c cleaning 0 clauses out of 35001 with flag 0/35001
695.42/351.76	c cleaning 45049 clauses out of 90311 with flag 1071000/1071000
719.27/363.70	c cleaning 45995 clauses out of 92261 with flag 1118000/1118000
741.71/375.17	c cleaning 46735 clauses out of 94266 with flag 1166000/1166000
764.94/386.83	c cleaning 48184 clauses out of 96531 with flag 1215000/1215000
795.95/402.43	c cleaning 49074 clauses out of 98348 with flag 1265001/1265001
828.02/418.56	c cleaning 50069 clauses out of 100273 with flag 1316000/1316000
856.87/433.14	c cleaning 50874 clauses out of 102204 with flag 1368000/1368000
891.28/450.47	c cleaning 52128 clauses out of 104333 with flag 1421003/1421003
957.55/483.59	c cleaning 53020 clauses out of 106202 with flag 1475000/1475000
995.54/502.63	c cleaning 53985 clauses out of 108183 with flag 1530001/1530001
1031.55/520.88	c cleaning 55001 clauses out of 110198 with flag 1586001/1586001
1069.96/540.15	c cleaning 56041 clauses out of 112196 with flag 1643000/1643000
1116.72/563.58	c cleaning 56984 clauses out of 114157 with flag 1701002/1701002
1144.86/577.79	c cleaning 57776 clauses out of 116172 with flag 1760001/1760001
1192.19/601.67	c cleaning 59119 clauses out of 118397 with flag 1820002/1820002
1272.09/641.50	c cleaning 60015 clauses out of 120276 with flag 1881000/1881000
1343.71/677.37	c cleaning 61027 clauses out of 122261 with flag 1943000/1943000
1414.78/712.85	c cleaning 61895 clauses out of 124234 with flag 2006000/2006000
1425.31/718.47	c cleaning 0 clauses out of 45000 with flag 0/45000
1473.31/742.42	c cleaning 63006 clauses out of 126340 with flag 2070001/2070001
1521.81/766.72	c cleaning 64001 clauses out of 128336 with flag 2135003/2135003
1559.96/785.93	c cleaning 64999 clauses out of 130332 with flag 2201000/2201000
1620.33/816.33	c cleaning 65981 clauses out of 132334 with flag 2268001/2268001
1665.36/838.94	c cleaning 67120 clauses out of 134353 with flag 2336001/2336001
1720.48/866.53	c cleaning 67981 clauses out of 136234 with flag 2405002/2405002
1785.49/899.05	c cleaning 69080 clauses out of 138251 with flag 2475000/2475000
1800.10/906.61	c starts		: 227
1800.10/906.61	c conflicts		: 2493588
1800.10/906.61	c decisions		: 15137957
1800.10/906.61	c propagations		: 697814168
1800.10/906.61	c inspects		: 7538541955
1800.10/906.61	c shortcuts		: 0
1800.10/906.61	c learnt literals	: 131
1800.10/906.61	c learnt binary clauses	: 1285
1800.10/906.61	c learnt ternary clauses	: 4858
1800.10/906.61	c learnt constraints	: 2493457
1800.10/906.61	c ignored constraints	: 0
1800.10/906.61	c root simplifications	: 0
1800.10/906.61	c removed literals (reason simplification)	: 64440752
1800.10/906.61	c reason swapping (by a shorter reason)	: 0
1800.10/906.61	c Calls to reduceDB	: 66
1800.10/906.61	c number of reductions to clauses (during analyze)	: 0
1800.10/906.61	c number of learned constraints concerned by reduction	: 0
1800.10/906.61	c number of learning phase by resolution	: 0
1800.10/906.61	c number of learning phase by cutting planes	: 0
1800.10/906.61	c speed (assignments/second)	: 771465.2300473948
1800.10/906.61	c non guided choices	489190
1800.10/906.64	c learnt constraints type 
1800.10/906.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1285
1800.10/906.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86524
1800.10/906.64	c constraints type 
1800.10/906.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147170
1800.10/906.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 716
1800.10/906.64	c ignored satisfied constraints => 6834
1800.10/906.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47784
1800.10/906.64	c org.sat4j.minisat.constraints.cnf.UnitClause => 414
1800.10/906.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22092
1800.10/906.64	c 225010 constraints processed.
1800.10/906.64	c constraints type 
1800.10/906.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47784
1800.10/906.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 147170
1800.10/906.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 716
1800.10/906.64	c ignored satisfied constraints => 6834
1800.10/906.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22092
1800.10/906.64	c org.sat4j.pb.constraints.pb.UnitClausePB => 414
1800.10/906.64	c 225010 constraints processed.
1800.10/906.64	s UNKNOWN
1800.10/906.64	c Total wall clock time (in seconds): 906.51

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-3689420-1337882098/watcher-3689420-1337882098 -o /tmp/evaluation-result-3689420-1337882098/solver-3689420-1337882098 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689420-1337882098.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: 3.99 3.82 3.73 4/197 29856
/proc/meminfo: memFree=27622992/32873844 swapFree=7388/7388
[pid=29856] ppid=29854 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/29856/stat : 29856 (java) D 29854 29856 25184 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254334239 9515008 182 33554432000 1073741824 1073778376 140737054255616 140737054246648 239237676725 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/29856/statm: 2323 182 140 9 0 71 0

[startup+0.0668729 s]
/proc/loadavg: 3.99 3.82 3.73 4/197 29856
/proc/meminfo: memFree=27622992/32873844 swapFree=7388/7388
[pid=29856] ppid=29854 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/29856/stat : 29856 (java) S 29854 29856 25184 0 -1 4202496 3090 0 1 0 3 0 0 0 20 0 13 0 254334239 9446973440 4300 33554432000 1073741824 1073778376 140733254639392 140733254630528 239241035837 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29856/statm: 2306390 4300 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.10028 s]
/proc/loadavg: 3.99 3.82 3.73 4/197 29856
/proc/meminfo: memFree=27622992/32873844 swapFree=7388/7388
[pid=29856] ppid=29854 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/29856/stat : 29856 (java) S 29854 29856 25184 0 -1 4202496 4023 0 1 0 7 1 0 0 20 0 18 0 254334239 9787813888 5224 33554432000 1073741824 1073778376 140733254639392 140733254630528 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29856/statm: 2389603 5243 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300206 s]
/proc/loadavg: 3.99 3.82 3.73 4/197 29856
/proc/meminfo: memFree=27622992/32873844 swapFree=7388/7388
[pid=29856] ppid=29854 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/29856/stat : 29856 (java) S 29854 29856 25184 0 -1 4202496 5296 0 1 0 42 1 0 0 20 0 18 0 254334239 9787813888 8247 33554432000 1073741824 1073778376 140733254639392 140733254630528 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29856/statm: 2389603 8247 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558412

[startup+0.700286 s]
/proc/loadavg: 3.99 3.82 3.73 4/197 29856
/proc/meminfo: memFree=27622992/32873844 swapFree=7388/7388
[pid=29856] ppid=29854 vsize=9558412 CPUtime=1.33 cores=0,2,4,6
/proc/29856/stat : 29856 (java) S 29854 29856 25184 0 -1 4202496 10665 0 1 0 128 5 0 0 20 0 18 0 254334239 9787813888 43161 33554432000 1073741824 1073778376 140733254639392 140733254630528 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29856/statm: 2389603 43161 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9558412

[startup+1.5007 s]
/proc/loadavg: 3.99 3.82 3.73 4/215 29874
/proc/meminfo: memFree=27442040/32873844 swapFree=7388/7388
[pid=29856] ppid=29854 vsize=9558412 CPUtime=2.46 cores=0,2,4,6
/proc/29856/stat : 29856 (java) S 29854 29856 25184 0 -1 4202496 10948 0 1 0 236 10 0 0 20 0 18 0 254334239 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140733254630528 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29856/statm: 2389603 85300 2247 9 0 2380296 0
[pid=29856/tid=29858] ppid=29854 vsize=9558412 CPUtime=1.36 cores=0,2,4,6
/proc/29856/task/29858/stat : 29858 (java) R 29854 29856 25184 0 -1 4202560 2580 0 1 0 131 5 0 0 20 0 18 0 254334240 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140721425075576 140721265225594 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29859] ppid=29854 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29856/task/29859/stat : 29859 (java) S 29854 29856 25184 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 254334241 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140721386568744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29860] ppid=29854 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29856/task/29860/stat : 29860 (java) S 29854 29856 25184 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 254334242 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140721385515944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29861] ppid=29854 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29856/task/29861/stat : 29861 (java) S 29854 29856 25184 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 254334242 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140721384463144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29862] ppid=29854 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29856/task/29862/stat : 29862 (java) S 29854 29856 25184 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 254334242 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140721383410344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29863] ppid=29854 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/29856/task/29863/stat : 29863 (java) S 29854 29856 25184 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 254334242 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140721264781864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29864] ppid=29854 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29856/task/29864/stat : 29864 (java) S 29854 29856 25184 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 18 0 254334242 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140721263729064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29865] ppid=29854 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/29856/task/29865/stat : 29865 (java) S 29854 29856 25184 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 254334242 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140721262676264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29866] ppid=29854 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29856/task/29866/stat : 29866 (java) S 29854 29856 25184 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 254334242 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140721261623464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29867] ppid=29854 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29867/stat : 29867 (java) S 29854 29856 25184 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254334243 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140721249213416 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29868] ppid=29854 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29868/stat : 29868 (java) S 29854 29856 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254334243 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140720644024056 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29869] ppid=29854 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29869/stat : 29869 (java) S 29854 29856 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254334243 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140720642971144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29870] ppid=29854 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29870/stat : 29870 (java) S 29854 29856 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254334246 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140720641919632 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29871] ppid=29854 vsize=9558412 CPUtime=0.38 cores=0,2,4,6
/proc/29856/task/29871/stat : 29871 (java) S 29854 29856 25184 0 -1 4202560 2798 0 0 0 38 0 0 0 20 0 18 0 254334246 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140720640866744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29872] ppid=29854 vsize=9558412 CPUtime=0.42 cores=0,2,4,6
/proc/29856/task/29872/stat : 29872 (java) S 29854 29856 25184 0 -1 4202560 4099 0 0 0 42 0 0 0 20 0 18 0 254334246 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140720639813944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29873] ppid=29854 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29873/stat : 29873 (java) S 29854 29856 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254334246 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140720638761336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29874] ppid=29854 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29874/stat : 29874 (java) S 29854 29856 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254334246 9787813888 85300 33554432000 1073741824 1073778376 140733254639392 140720637708744 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9558412

[startup+3.10072 s]
/proc/loadavg: 4.07 3.84 3.73 7/219 29878
/proc/meminfo: memFree=27259272/32873844 swapFree=7388/7388
[pid=29856] ppid=29854 vsize=9824668 CPUtime=6.06 cores=0,2,4,6
/proc/29856/stat : 29856 (java) S 29854 29856 25184 0 -1 4202496 12209 0 1 0 589 17 0 0 20 0 22 0 254334239 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140733254630528 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29856/statm: 2456167 116724 2269 9 0 2446860 0
[pid=29856/tid=29858] ppid=29854 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/29856/task/29858/stat : 29858 (java) S 29854 29856 25184 0 -1 4202560 2593 0 1 0 183 5 0 0 20 0 22 0 254334240 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140721425077240 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29859] ppid=29854 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29856/task/29859/stat : 29859 (java) S 29854 29856 25184 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 254334241 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140721386568744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29860] ppid=29854 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/29856/task/29860/stat : 29860 (java) S 29854 29856 25184 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 22 0 254334242 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140721385515944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29861] ppid=29854 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29856/task/29861/stat : 29861 (java) S 29854 29856 25184 0 -1 4202560 39 0 0 0 4 0 0 0 20 0 22 0 254334242 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140721384463144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29862] ppid=29854 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29856/task/29862/stat : 29862 (java) S 29854 29856 25184 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 254334242 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140721383410344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29863] ppid=29854 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29856/task/29863/stat : 29863 (java) S 29854 29856 25184 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 254334242 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140721264781864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29864] ppid=29854 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/29856/task/29864/stat : 29864 (java) S 29854 29856 25184 0 -1 4202560 46 0 0 0 5 1 0 0 20 0 22 0 254334242 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140721263729064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29865] ppid=29854 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29856/task/29865/stat : 29865 (java) S 29854 29856 25184 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254334242 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140721262676264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29866] ppid=29854 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29856/task/29866/stat : 29866 (java) S 29854 29856 25184 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 254334242 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140721261623464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29867] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29867/stat : 29867 (java) S 29854 29856 25184 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 254334243 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140721249213416 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29868] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29868/stat : 29868 (java) S 29854 29856 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254334243 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140720644024056 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29869] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29869/stat : 29869 (java) S 29854 29856 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254334243 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140720642971144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29870] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29870/stat : 29870 (java) S 29854 29856 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254334246 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140720641919632 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29871] ppid=29854 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/29856/task/29871/stat : 29871 (java) S 29854 29856 25184 0 -1 4202560 3737 0 0 0 80 0 0 0 20 0 22 0 254334246 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140720640866744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29872] ppid=29854 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/29856/task/29872/stat : 29872 (java) S 29854 29856 25184 0 -1 4202560 4122 0 0 0 83 0 0 0 20 0 22 0 254334246 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140720639813944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29873] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29873/stat : 29873 (java) S 29854 29856 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254334246 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140720638761336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29874] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29874/stat : 29874 (java) S 29854 29856 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254334246 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140720637708744 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29875] ppid=29854 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/29856/task/29875/stat : 29875 (java) R 29854 29856 25184 0 -1 4202560 24 0 0 0 100 0 0 0 20 0 22 0 254334446 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140720636654680 140721265686812 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29876] ppid=29854 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/29856/task/29876/stat : 29876 (java) R 29854 29856 25184 0 -1 4202560 113 0 0 0 100 1 0 0 20 0 22 0 254334446 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140720635602024 140721265299249 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29877] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29877/stat : 29877 (java) S 29854 29856 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254334448 10060460032 116724 33554432000 1073741824 1073778376 140733254639392 140720634549672 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29878] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29878/stat : 29878 (java) S 29854 29856 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254334448 10060460032 117236 33554432000 1073741824 1073778376 140733254639392 140720633496872 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 4.07 3.84 3.73 5/219 29878
/proc/meminfo: memFree=26922688/32873844 swapFree=7388/7388
[pid=29856] ppid=29854 vsize=9824668 CPUtime=12.93 cores=0,2,4,6
/proc/29856/stat : 29856 (java) S 29854 29856 25184 0 -1 4202496 16566 0 1 0 1260 33 0 0 20 0 22 0 254334239 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140733254630528 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29856/statm: 2456167 248478 2283 9 0 2446860 0
[pid=29856/tid=29858] ppid=29854 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/29856/task/29858/stat : 29858 (java) S 29854 29856 25184 0 -1 4202560 2594 0 1 0 183 5 0 0 20 0 22 0 254334240 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140721425077240 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29859] ppid=29854 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/29856/task/29859/stat : 29859 (java) S 29854 29856 25184 0 -1 4202560 123 0 0 0 8 2 0 0 20 0 22 0 254334241 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140721386568744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29860] ppid=29854 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/29856/task/29860/stat : 29860 (java) S 29854 29856 25184 0 -1 4202560 46 0 0 0 9 2 0 0 20 0 22 0 254334242 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140721385515944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29861] ppid=29854 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/29856/task/29861/stat : 29861 (java) S 29854 29856 25184 0 -1 4202560 122 0 0 0 8 2 0 0 20 0 22 0 254334242 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140721384463144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29862] ppid=29854 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/29856/task/29862/stat : 29862 (java) S 29854 29856 25184 0 -1 4202560 51 0 0 0 8 2 0 0 20 0 22 0 254334242 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140721383410344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29863] ppid=29854 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/29856/task/29863/stat : 29863 (java) S 29854 29856 25184 0 -1 4202560 52 0 0 0 9 3 0 0 20 0 22 0 254334242 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140721264781864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29864] ppid=29854 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/29856/task/29864/stat : 29864 (java) S 29854 29856 25184 0 -1 4202560 84 0 0 0 15 3 0 0 20 0 22 0 254334242 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140721263729064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29865] ppid=29854 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/29856/task/29865/stat : 29865 (java) S 29854 29856 25184 0 -1 4202560 35 0 0 0 6 1 0 0 20 0 22 0 254334242 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140721262676264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29866] ppid=29854 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/29856/task/29866/stat : 29866 (java) S 29854 29856 25184 0 -1 4202560 45 0 0 0 7 2 0 0 20 0 22 0 254334242 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140721261623464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29867] ppid=29854 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/29856/task/29867/stat : 29867 (java) S 29854 29856 25184 0 -1 4202560 509 0 0 0 19 0 0 0 20 0 22 0 254334243 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140721249213416 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29868] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29868/stat : 29868 (java) S 29854 29856 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254334243 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140720644024056 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29869] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29869/stat : 29869 (java) S 29854 29856 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254334243 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140720642971144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29870] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29870/stat : 29870 (java) S 29854 29856 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254334246 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140720641919632 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29871] ppid=29854 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/29856/task/29871/stat : 29871 (java) S 29854 29856 25184 0 -1 4202560 6778 0 0 0 115 0 0 0 20 0 22 0 254334246 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140720640866744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29872] ppid=29854 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/29856/task/29872/stat : 29872 (java) S 29854 29856 25184 0 -1 4202560 4132 0 0 0 93 0 0 0 20 0 22 0 254334246 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140720639813944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29873] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29873/stat : 29873 (java) S 29854 29856 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254334246 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140720638761336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29874] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29874/stat : 29874 (java) S 29854 29856 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254334246 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140720637708744 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29875] ppid=29854 vsize=9824668 CPUtime=3.83 cores=0,2,4,6
/proc/29856/task/29875/stat : 29875 (java) R 29854 29856 25184 0 -1 4202560 25 0 0 0 383 0 0 0 20 0 22 0 254334446 10060460032 248478 33554432000 1073741824 1073778376 140733254639392 140720636654888 140721265660052 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0

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

/proc/29856/statm: 2456167 524559 2286 9 0 2446860 0
[pid=29856/tid=29858] ppid=29854 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/29856/task/29858/stat : 29858 (java) S 29854 29856 25184 0 -1 4202560 2635 0 1 0 185 7 0 0 20 0 22 0 254334240 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140721425077240 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29859] ppid=29854 vsize=9824668 CPUtime=2.91 cores=0,2,4,6
/proc/29856/task/29859/stat : 29859 (java) S 29854 29856 25184 0 -1 4202560 336 0 0 0 284 7 0 0 20 0 22 0 254334241 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140721386568744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29860] ppid=29854 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/29856/task/29860/stat : 29860 (java) S 29854 29856 25184 0 -1 4202560 328 0 0 0 276 5 0 0 20 0 22 0 254334242 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140721385515944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29861] ppid=29854 vsize=9824668 CPUtime=2.84 cores=0,2,4,6
/proc/29856/task/29861/stat : 29861 (java) S 29854 29856 25184 0 -1 4202560 330 0 0 0 279 5 0 0 20 0 22 0 254334242 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140721384463144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29862] ppid=29854 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/29856/task/29862/stat : 29862 (java) S 29854 29856 25184 0 -1 4202560 336 0 0 0 284 6 0 0 20 0 22 0 254334242 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140721383410344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29863] ppid=29854 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/29856/task/29863/stat : 29863 (java) S 29854 29856 25184 0 -1 4202560 337 0 0 0 306 6 0 0 20 0 22 0 254334242 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140721264781864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29864] ppid=29854 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/29856/task/29864/stat : 29864 (java) S 29854 29856 25184 0 -1 4202560 373 0 0 0 294 7 0 0 20 0 22 0 254334242 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140721263729064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29865] ppid=29854 vsize=9824668 CPUtime=2.84 cores=0,2,4,6
/proc/29856/task/29865/stat : 29865 (java) S 29854 29856 25184 0 -1 4202560 310 0 0 0 279 5 0 0 20 0 22 0 254334242 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140721262676264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29866] ppid=29854 vsize=9824668 CPUtime=2.88 cores=0,2,4,6
/proc/29856/task/29866/stat : 29866 (java) S 29854 29856 25184 0 -1 4202560 324 0 0 0 283 5 0 0 20 0 22 0 254334242 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140721261623464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29867] ppid=29854 vsize=9824668 CPUtime=23.52 cores=0,2,4,6
/proc/29856/task/29867/stat : 29867 (java) S 29854 29856 25184 0 -1 4202560 36164 0 0 0 2321 31 0 0 20 0 22 0 254334243 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140721249213416 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29868] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29868/stat : 29868 (java) S 29854 29856 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254334243 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140720644024056 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29869] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29869/stat : 29869 (java) S 29854 29856 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254334243 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140720642971144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29870] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29870/stat : 29870 (java) S 29854 29856 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254334246 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140720641919632 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29871] ppid=29854 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/29856/task/29871/stat : 29871 (java) S 29854 29856 25184 0 -1 4202560 13203 0 0 0 178 2 0 0 20 0 22 0 254334246 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140720640866744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29872] ppid=29854 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/29856/task/29872/stat : 29872 (java) S 29854 29856 25184 0 -1 4202560 4153 0 0 0 103 0 0 0 20 0 22 0 254334246 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140720639813944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29873] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29873/stat : 29873 (java) S 29854 29856 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254334246 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140720638761336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29874] ppid=29854 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/29856/task/29874/stat : 29874 (java) S 29854 29856 25184 0 -1 4202560 46 0 0 0 18 14 0 0 20 0 22 0 254334246 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140720637708744 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29875] ppid=29854 vsize=9824668 CPUtime=787.83 cores=0,2,4,6
/proc/29856/task/29875/stat : 29875 (java) R 29854 29856 25184 0 -1 4202560 228 0 0 0 78770 13 0 0 20 0 22 0 254334446 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140720636653600 140721265631496 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29876] ppid=29854 vsize=9824668 CPUtime=788.01 cores=0,2,4,6
/proc/29856/task/29876/stat : 29876 (java) R 29854 29856 25184 0 -1 4202560 1744 0 0 0 78755 46 0 0 20 0 22 0 254334446 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140720635599856 140721266017425 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29877] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29877/stat : 29877 (java) S 29854 29856 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254334448 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140720634549672 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29878] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29878/stat : 29878 (java) S 29854 29856 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254334448 10060460032 524559 33554432000 1073741824 1073778376 140733254639392 140720633496872 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1631.94
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.76 3.90 3.85 5/219 29975
/proc/meminfo: memFree=22132244/32873844 swapFree=7388/7388
[pid=29856] ppid=29854 vsize=9824668 CPUtime=1751.86 cores=0,2,4,6
/proc/29856/stat : 29856 (java) S 29854 29856 25184 0 -1 4202496 65057 0 1 0 175038 148 0 0 20 0 22 0 254334239 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140733254630528 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29856/statm: 2456167 509872 2286 9 0 2446860 0
[pid=29856/tid=29858] ppid=29854 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/29856/task/29858/stat : 29858 (java) S 29854 29856 25184 0 -1 4202560 2637 0 1 0 185 7 0 0 20 0 22 0 254334240 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140721425077240 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29859] ppid=29854 vsize=9824668 CPUtime=3.24 cores=0,2,4,6
/proc/29856/task/29859/stat : 29859 (java) S 29854 29856 25184 0 -1 4202560 338 0 0 0 317 7 0 0 20 0 22 0 254334241 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140721386568744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29860] ppid=29854 vsize=9824668 CPUtime=3.07 cores=0,2,4,6
/proc/29856/task/29860/stat : 29860 (java) S 29854 29856 25184 0 -1 4202560 328 0 0 0 302 5 0 0 20 0 22 0 254334242 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140721385515944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29861] ppid=29854 vsize=9824668 CPUtime=3.15 cores=0,2,4,6
/proc/29856/task/29861/stat : 29861 (java) S 29854 29856 25184 0 -1 4202560 332 0 0 0 309 6 0 0 20 0 22 0 254334242 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140721384463144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29862] ppid=29854 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/29856/task/29862/stat : 29862 (java) S 29854 29856 25184 0 -1 4202560 336 0 0 0 304 7 0 0 20 0 22 0 254334242 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140721383410344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29863] ppid=29854 vsize=9824668 CPUtime=3.38 cores=0,2,4,6
/proc/29856/task/29863/stat : 29863 (java) S 29854 29856 25184 0 -1 4202560 338 0 0 0 332 6 0 0 20 0 22 0 254334242 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140721264781864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29864] ppid=29854 vsize=9824668 CPUtime=3.23 cores=0,2,4,6
/proc/29856/task/29864/stat : 29864 (java) S 29854 29856 25184 0 -1 4202560 374 0 0 0 316 7 0 0 20 0 22 0 254334242 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140721263729064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29865] ppid=29854 vsize=9824668 CPUtime=3.09 cores=0,2,4,6
/proc/29856/task/29865/stat : 29865 (java) S 29854 29856 25184 0 -1 4202560 311 0 0 0 304 5 0 0 20 0 22 0 254334242 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140721262676264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29866] ppid=29854 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/29856/task/29866/stat : 29866 (java) S 29854 29856 25184 0 -1 4202560 324 0 0 0 306 5 0 0 20 0 22 0 254334242 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140721261623464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29867] ppid=29854 vsize=9824668 CPUtime=24.5 cores=0,2,4,6
/proc/29856/task/29867/stat : 29867 (java) S 29854 29856 25184 0 -1 4202560 39144 0 0 0 2417 33 0 0 20 0 22 0 254334243 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140721249213416 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29868] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29868/stat : 29868 (java) S 29854 29856 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254334243 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140720644024056 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29869] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29869/stat : 29869 (java) S 29854 29856 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254334243 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140720642971144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29870] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29870/stat : 29870 (java) S 29854 29856 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254334246 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140720641919632 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29871] ppid=29854 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/29856/task/29871/stat : 29871 (java) S 29854 29856 25184 0 -1 4202560 13203 0 0 0 178 2 0 0 20 0 22 0 254334246 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140720640866744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29872] ppid=29854 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/29856/task/29872/stat : 29872 (java) S 29854 29856 25184 0 -1 4202560 4153 0 0 0 103 0 0 0 20 0 22 0 254334246 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140720639813944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29873] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29873/stat : 29873 (java) S 29854 29856 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254334246 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140720638761336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29874] ppid=29854 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/29856/task/29874/stat : 29874 (java) S 29854 29856 25184 0 -1 4202560 50 0 0 0 19 15 0 0 20 0 22 0 254334246 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140720637708744 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29875] ppid=29854 vsize=9824668 CPUtime=846.11 cores=0,2,4,6
/proc/29856/task/29875/stat : 29875 (java) R 29854 29856 25184 0 -1 4202560 243 0 0 0 84597 14 0 0 20 0 22 0 254334446 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140720636653600 140721265686821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29876] ppid=29854 vsize=9824668 CPUtime=846.29 cores=0,2,4,6
/proc/29856/task/29876/stat : 29876 (java) R 29854 29856 25184 0 -1 4202560 1760 0 0 0 84582 47 0 0 20 0 22 0 254334446 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140720635599856 140721266018761 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29877] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29877/stat : 29877 (java) S 29854 29856 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254334448 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140720634549672 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29878] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29878/stat : 29878 (java) S 29854 29856 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254334448 10060460032 509872 33554432000 1073741824 1073778376 140733254639392 140720633496872 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1751.86
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.601 s]
/proc/loadavg: 3.77 3.89 3.84 5/220 29978
/proc/meminfo: memFree=22060584/32873844 swapFree=7388/7388
[pid=29856] ppid=29854 vsize=9824668 CPUtime=1800.1 cores=0,2,4,6
/proc/29856/stat : 29856 (java) S 29854 29856 25184 0 -1 4202496 66368 0 1 0 179859 151 0 0 20 0 22 0 254334239 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140733254630528 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29856/statm: 2456167 507687 2286 9 0 2446860 0
[pid=29856/tid=29858] ppid=29854 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/29856/task/29858/stat : 29858 (java) S 29854 29856 25184 0 -1 4202560 2638 0 1 0 185 7 0 0 20 0 22 0 254334240 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140721425077240 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29859] ppid=29854 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/29856/task/29859/stat : 29859 (java) S 29854 29856 25184 0 -1 4202560 340 0 0 0 329 7 0 0 20 0 22 0 254334241 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140721386568744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29860] ppid=29854 vsize=9824668 CPUtime=3.16 cores=0,2,4,6
/proc/29856/task/29860/stat : 29860 (java) S 29854 29856 25184 0 -1 4202560 330 0 0 0 311 5 0 0 20 0 22 0 254334242 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140721385515944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29861] ppid=29854 vsize=9824668 CPUtime=3.26 cores=0,2,4,6
/proc/29856/task/29861/stat : 29861 (java) S 29854 29856 25184 0 -1 4202560 332 0 0 0 320 6 0 0 20 0 22 0 254334242 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140721384463144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29862] ppid=29854 vsize=9824668 CPUtime=3.23 cores=0,2,4,6
/proc/29856/task/29862/stat : 29862 (java) S 29854 29856 25184 0 -1 4202560 336 0 0 0 316 7 0 0 20 0 22 0 254334242 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140721383410344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29863] ppid=29854 vsize=9824668 CPUtime=3.49 cores=0,2,4,6
/proc/29856/task/29863/stat : 29863 (java) S 29854 29856 25184 0 -1 4202560 340 0 0 0 343 6 0 0 20 0 22 0 254334242 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140721264781864 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29864] ppid=29854 vsize=9824668 CPUtime=3.34 cores=0,2,4,6
/proc/29856/task/29864/stat : 29864 (java) S 29854 29856 25184 0 -1 4202560 376 0 0 0 327 7 0 0 20 0 22 0 254334242 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140721263729064 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29865] ppid=29854 vsize=9824668 CPUtime=3.19 cores=0,2,4,6
/proc/29856/task/29865/stat : 29865 (java) S 29854 29856 25184 0 -1 4202560 312 0 0 0 314 5 0 0 20 0 22 0 254334242 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140721262676264 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29866] ppid=29854 vsize=9824668 CPUtime=3.23 cores=0,2,4,6
/proc/29856/task/29866/stat : 29866 (java) S 29854 29856 25184 0 -1 4202560 325 0 0 0 317 6 0 0 20 0 22 0 254334242 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140721261623464 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29856/tid=29867] ppid=29854 vsize=9824668 CPUtime=25.27 cores=0,2,4,6
/proc/29856/task/29867/stat : 29867 (java) S 29854 29856 25184 0 -1 4202560 40431 0 0 0 2492 35 0 0 20 0 22 0 254334243 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140721249213416 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29868] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29868/stat : 29868 (java) S 29854 29856 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254334243 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140720644024056 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29869] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29869/stat : 29869 (java) S 29854 29856 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254334243 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140720642971144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29870] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29870/stat : 29870 (java) S 29854 29856 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254334246 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140720641919632 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29871] ppid=29854 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/29856/task/29871/stat : 29871 (java) S 29854 29856 25184 0 -1 4202560 13203 0 0 0 178 2 0 0 20 0 22 0 254334246 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140720640866744 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29872] ppid=29854 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/29856/task/29872/stat : 29872 (java) S 29854 29856 25184 0 -1 4202560 4153 0 0 0 103 0 0 0 20 0 22 0 254334246 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140720639813944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29873] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29873/stat : 29873 (java) S 29854 29856 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254334246 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140720638761336 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29874] ppid=29854 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/29856/task/29874/stat : 29874 (java) S 29854 29856 25184 0 -1 4202560 52 0 0 0 20 15 0 0 20 0 22 0 254334246 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140720637708744 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29875] ppid=29854 vsize=9824668 CPUtime=869.35 cores=0,2,4,6
/proc/29856/task/29875/stat : 29875 (java) R 29854 29856 25184 0 -1 4202560 251 0 0 0 86920 15 0 0 20 0 22 0 254334446 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140720636654848 140721265262989 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29856/tid=29876] ppid=29854 vsize=9824668 CPUtime=869.52 cores=0,2,4,6
/proc/29856/task/29876/stat : 29876 (java) R 29854 29856 25184 0 -1 4202560 1763 0 0 0 86904 48 0 0 20 0 22 0 254334446 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140720635600800 140721266018708 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29856/tid=29877] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29877/stat : 29877 (java) S 29854 29856 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254334448 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140720634549672 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29856/tid=29878] ppid=29854 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29856/task/29878/stat : 29878 (java) S 29854 29856 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254334448 10060460032 507687 33554432000 1073741824 1073778376 140733254639392 140720633496872 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143

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

Real time (s): 906.657
CPU time (s): 1800.1
CPU user time (s): 1798.59
CPU system time (s): 1.51
CPU usage (%): 198.543
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 1.88071
maximum resident set size= 2890880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66400
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33746
involuntary context switches= 52914

runsolver used 3.24251 second user time and 8.33373 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 19:54:58
IDJOB=3689420
IDBENCH=89726
IDSOLVER=2268
FILE ID=node147/3689420-1337882098
RUNJOBID= node147-1337871880-25200
PBS_JOBID= 14620057
Free space on /tmp= 71704 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-48.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689420-1337882098/watcher-3689420-1337882098 -o /tmp/evaluation-result-3689420-1337882098/solver-3689420-1337882098 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689420-1337882098.opb

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

MD5SUM BENCH= bcbd6cca7644150bcdcbd185d4571ad6
RANDOM SEED=1379821960

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27622620 kB
Buffers:          226828 kB
Cached:          1458948 kB
SwapCached:         6180 kB
Active:          3138268 kB
Inactive:        1335796 kB
Active(anon):    2784104 kB
Inactive(anon):     6780 kB
Active(file):     354164 kB
Inactive(file):  1329016 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:              9568 kB
Writeback:             0 kB
AnonPages:       2790456 kB
Mapped:            17980 kB
Shmem:                 0 kB
Slab:             631404 kB
SReclaimable:      72528 kB
SUnreclaim:       558876 kB
KernelStack:        1624 kB
PageTables:         9436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3149928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2713600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node147 at 2012-05-24 20:10:07