Trace number 3689696

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.14 919.987

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K143.opb
MD5SUM8f58618b79e9d2a9b56b6a791eca5768
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17017
Total number of constraints17305
Number of constraints which are clauses17162
Number of constraints which are cardinality constraints (but not clauses)143
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint143
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 144
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689696-1337884343.opb
0.09/0.12	c reading problem ... 
1.28/0.68	c ... done. Wall clock time 0.554s.
1.28/0.68	c declared #vars     17017
1.28/0.68	c #constraints  17305
1.28/0.68	c constraints type 
1.28/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15314
1.28/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 143
1.28/0.68	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.28/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1846
1.28/0.68	c 17305 constraints processed.
1.28/0.68	c constraints type 
1.28/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1846
1.28/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15314
1.28/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 143
1.28/0.68	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.28/0.68	c 17305 constraints processed.
6.42/2.61	c cleaning 2498 clauses out of 4996 with flag 5001/5001
11.90/5.00	c cleaning 4229 clauses out of 8490 with flag 11000/11000
16.82/7.58	c cleaning 5607 clauses out of 11259 with flag 18003/18003
22.48/10.39	c cleaning 6736 clauses out of 13649 with flag 26001/26001
29.02/13.62	c cleaning 7831 clauses out of 15908 with flag 35001/35001
36.34/17.37	c cleaning 8975 clauses out of 18073 with flag 45000/45000
44.20/21.33	c cleaning 9932 clauses out of 20099 with flag 56001/56001
51.46/25.09	c cleaning 10873 clauses out of 22166 with flag 68000/68000
59.97/29.48	c cleaning 12016 clauses out of 24296 with flag 81005/81005
70.23/34.69	c cleaning 12942 clauses out of 26274 with flag 95000/95000
80.85/40.03	c cleaning 13941 clauses out of 28332 with flag 110001/110001
91.23/45.38	c cleaning 15084 clauses out of 30392 with flag 126002/126002
102.06/51.00	c cleaning 15946 clauses out of 32303 with flag 143000/143000
116.02/58.01	c cleaning 17024 clauses out of 34356 with flag 161003/161003
131.78/66.04	c cleaning 17949 clauses out of 36329 with flag 180000/180000
146.66/73.60	c cleaning 18966 clauses out of 38380 with flag 200001/200001
162.15/81.66	c cleaning 20005 clauses out of 40412 with flag 221000/221000
184.66/93.06	c cleaning 20971 clauses out of 42405 with flag 243000/243000
200.32/101.02	c cleaning 21932 clauses out of 44433 with flag 266000/266000
218.32/110.21	c cleaning 22337 clauses out of 46501 with flag 290000/290000
242.47/122.68	c cleaning 22895 clauses out of 49164 with flag 315000/315000
263.06/133.13	c cleaning 23731 clauses out of 52269 with flag 341001/341001
286.24/144.97	c cleaning 25366 clauses out of 55541 with flag 368004/368004
308.78/156.48	c cleaning 25952 clauses out of 58171 with flag 396000/396000
333.54/169.29	c cleaning 26781 clauses out of 61219 with flag 425000/425000
377.17/191.36	c cleaning 27929 clauses out of 64442 with flag 455004/455004
406.71/207.11	c cleaning 28893 clauses out of 67512 with flag 486003/486003
435.41/221.97	c cleaning 30013 clauses out of 70615 with flag 518000/518000
462.13/235.60	c cleaning 30841 clauses out of 73603 with flag 551001/551001
492.33/251.11	c cleaning 31895 clauses out of 76760 with flag 585001/585001
515.38/263.04	c cleaning 0 clauses out of 5007 with flag 0/5007
527.52/269.79	c cleaning 32710 clauses out of 79866 with flag 620002/620002
558.88/285.74	c cleaning 33489 clauses out of 83153 with flag 656000/656000
624.41/318.89	c cleaning 35166 clauses out of 86667 with flag 693003/693003
658.30/336.22	c cleaning 35618 clauses out of 89498 with flag 731001/731001
698.11/356.97	c cleaning 36489 clauses out of 92878 with flag 770000/770000
733.14/374.99	c cleaning 37437 clauses out of 96390 with flag 810001/810001
772.16/394.92	c cleaning 38439 clauses out of 99952 with flag 851000/851000
819.42/419.03	c cleaning 39466 clauses out of 103513 with flag 893001/893001
887.89/455.02	c cleaning 41497 clauses out of 107047 with flag 936001/936001
942.52/482.95	c cleaning 41398 clauses out of 109549 with flag 980000/980000
1013.95/519.28	c cleaning 42897 clauses out of 113151 with flag 1025001/1025001
1220.16/622.89	c cleaning 43487 clauses out of 116254 with flag 1071001/1071001
1266.01/646.48	c cleaning 44768 clauses out of 119767 with flag 1118001/1118001
1309.22/668.74	c cleaning 44889 clauses out of 123001 with flag 1166003/1166003
1359.67/694.69	c cleaning 45871 clauses out of 127105 with flag 1215000/1215000
1423.78/727.81	c cleaning 48137 clauses out of 131233 with flag 1265000/1265000
1504.44/768.81	c cleaning 48405 clauses out of 134097 with flag 1316001/1316001
1564.25/799.49	c cleaning 49127 clauses out of 137689 with flag 1368000/1368000
1618.11/827.12	c cleaning 50290 clauses out of 141562 with flag 1421000/1421000
1724.27/881.34	c cleaning 51625 clauses out of 145273 with flag 1475001/1475001
1800.14/919.91	c starts		: 190
1800.14/919.91	c conflicts		: 1514145
1800.14/919.91	c decisions		: 21057513
1800.14/919.91	c propagations		: 1071333241
1800.14/919.91	c inspects		: 2088398720
1800.14/919.91	c shortcuts		: 0
1800.14/919.91	c learnt literals	: 58
1800.14/919.91	c learnt binary clauses	: 80581
1800.14/919.91	c learnt ternary clauses	: 88297
1800.14/919.91	c learnt constraints	: 1514087
1800.14/919.91	c ignored constraints	: 0
1800.14/919.91	c root simplifications	: 0
1800.14/919.91	c removed literals (reason simplification)	: 17893767
1800.14/919.91	c reason swapping (by a shorter reason)	: 0
1800.14/919.91	c Calls to reduceDB	: 50
1800.14/919.91	c number of reductions to clauses (during analyze)	: 0
1800.14/919.91	c number of learned constraints concerned by reduction	: 0
1800.14/919.91	c number of learning phase by resolution	: 0
1800.14/919.91	c number of learning phase by cutting planes	: 0
1800.14/919.91	c speed (assignments/second)	: 1165521.4830915981
1800.14/919.91	c non guided choices	18376
1800.14/919.96	c learnt constraints type 
1800.14/919.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 80585
1800.14/919.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52284
1800.14/919.96	c constraints type 
1800.14/919.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15314
1800.14/919.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 143
1800.14/919.96	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.14/919.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1846
1800.14/919.96	c 17305 constraints processed.
1800.14/919.96	c constraints type 
1800.14/919.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1846
1800.14/919.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15314
1800.14/919.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 143
1800.14/919.96	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.14/919.96	c 17305 constraints processed.
1800.14/919.96	s UNKNOWN
1800.14/919.96	c Total wall clock time (in seconds): 919.84

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-3689696-1337884343/watcher-3689696-1337884343 -o /tmp/evaluation-result-3689696-1337884343/solver-3689696-1337884343 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689696-1337884343.opb 

running on 4 cores: 1,3,5,7

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.97 3.91 3.83 4/197 30227
/proc/meminfo: memFree=27300140/32873844 swapFree=7388/7388
[pid=30227] ppid=30225 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30227/stat : 30227 (java) D 30225 30227 25184 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254558713 9515008 182 33554432000 1073741824 1073778376 140735406293056 140735406284088 239237676725 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/30227/statm: 2323 182 140 9 0 71 0

[startup+0.101376 s]
/proc/loadavg: 3.97 3.91 3.83 4/197 30227
/proc/meminfo: memFree=27300140/32873844 swapFree=7388/7388
[pid=30227] ppid=30225 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/30227/stat : 30227 (java) S 30225 30227 25184 0 -1 4202496 4268 0 1 0 8 1 0 0 20 0 18 0 254558713 9787813888 5452 33554432000 1073741824 1073778376 140734138364352 140734138355488 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30227/statm: 2389603 5452 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.20027 s]
/proc/loadavg: 3.97 3.91 3.83 4/197 30227
/proc/meminfo: memFree=27300140/32873844 swapFree=7388/7388
[pid=30227] ppid=30225 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/30227/stat : 30227 (java) S 30225 30227 25184 0 -1 4202496 5891 0 1 0 24 1 0 0 20 0 18 0 254558713 9787813888 7572 33554432000 1073741824 1073778376 140734138364352 140734138355488 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30227/statm: 2389603 7572 2191 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558412

[startup+0.300354 s]
/proc/loadavg: 3.97 3.91 3.83 4/197 30227
/proc/meminfo: memFree=27300140/32873844 swapFree=7388/7388
[pid=30227] ppid=30225 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/30227/stat : 30227 (java) S 30225 30227 25184 0 -1 4202496 7182 0 1 0 52 2 0 0 20 0 18 0 254558713 9787813888 10801 33554432000 1073741824 1073778376 140734138364352 140734138355488 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30227/statm: 2389603 10748 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700239 s]
/proc/loadavg: 3.97 3.91 3.83 4/197 30227
/proc/meminfo: memFree=27300140/32873844 swapFree=7388/7388
[pid=30227] ppid=30225 vsize=9691540 CPUtime=1.59 cores=1,3,5,7
/proc/30227/stat : 30227 (java) S 30225 30227 25184 0 -1 4202496 14638 0 1 0 151 8 0 0 20 0 20 0 254558713 9924136960 46248 33554432000 1073741824 1073778376 140734138364352 140734138355488 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30227/statm: 2422885 46248 2256 9 0 2413578 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9691540

[startup+1.50079 s]
/proc/loadavg: 3.97 3.91 3.83 7/219 30249
/proc/meminfo: memFree=27118996/32873844 swapFree=7388/7388
[pid=30227] ppid=30225 vsize=9824668 CPUtime=4.13 cores=1,3,5,7
/proc/30227/stat : 30227 (java) S 30225 30227 25184 0 -1 4202496 16857 0 1 0 405 8 0 0 20 0 22 0 254558713 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 140734138355488 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30227/statm: 2456167 46998 2273 9 0 2446860 0
[pid=30227/tid=30229] ppid=30225 vsize=9824668 CPUtime=0.64 cores=1,3,5,7
/proc/30227/task/30229/stat : 30229 (java) S 30225 30227 25184 0 -1 4202560 2514 0 1 0 61 3 0 0 20 0 22 0 254558714 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139712573867000 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30230] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30230/stat : 30230 (java) S 30225 30227 25184 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254558715 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139712417229480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30227/tid=30231] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30231/stat : 30231 (java) S 30225 30227 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558715 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139712416176936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30232] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30232/stat : 30232 (java) S 30225 30227 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558715 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139712415124392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30227/tid=30233] ppid=30225 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30227/task/30233/stat : 30233 (java) S 30225 30227 25184 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 254558715 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139712414071848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30234] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30234/stat : 30234 (java) S 30225 30227 25184 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254558715 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139712413018280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30235] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30235/stat : 30235 (java) S 30225 30227 25184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254558715 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139712411965736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30236] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30236/stat : 30236 (java) S 30225 30227 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254558715 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139712410913192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30227/tid=30237] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30237/stat : 30237 (java) S 30225 30227 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254558715 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139712409860648 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30238] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30238/stat : 30238 (java) S 30225 30227 25184 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 254558716 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139711927532136 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30239] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30239/stat : 30239 (java) S 30225 30227 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254558717 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139711926478456 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30240] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30240/stat : 30240 (java) S 30225 30227 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558717 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139711925425800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30241] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30241/stat : 30241 (java) S 30225 30227 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558719 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139711924374544 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30242] ppid=30225 vsize=9824668 CPUtime=0.89 cores=1,3,5,7
/proc/30227/task/30242/stat : 30242 (java) S 30225 30227 25184 0 -1 4202560 6911 0 0 0 87 2 0 0 20 0 22 0 254558719 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139711923320888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30243] ppid=30225 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/30227/task/30243/stat : 30243 (java) S 30225 30227 25184 0 -1 4202560 6016 0 0 0 90 2 0 0 20 0 22 0 254558719 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139711922268344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30244] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30244/stat : 30244 (java) S 30225 30227 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558719 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139711921215992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30245] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30245/stat : 30245 (java) S 30225 30227 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558719 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139711920163656 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30246] ppid=30225 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/30227/task/30246/stat : 30246 (java) R 30225 30227 25184 0 -1 4202560 29 0 0 0 77 0 0 0 20 0 22 0 254558781 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139711919108664 139712418329700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30247] ppid=30225 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/30227/task/30247/stat : 30247 (java) R 30225 30227 25184 0 -1 4202560 75 0 0 0 77 0 0 0 20 0 22 0 254558781 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139711918055528 139712418381111 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30227/tid=30248] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30248/stat : 30248 (java) S 30225 30227 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558786 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139711917004328 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30249] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30249/stat : 30249 (java) S 30225 30227 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558786 10060460032 46998 33554432000 1073741824 1073778376 140734138364352 139711915951784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9824668

[startup+3.10084 s]
/proc/loadavg: 3.97 3.91 3.83 5/219 30249
/proc/meminfo: memFree=27085296/32873844 swapFree=7388/7388
[pid=30227] ppid=30225 vsize=9824668 CPUtime=7.82 cores=1,3,5,7
/proc/30227/stat : 30227 (java) S 30225 30227 25184 0 -1 4202496 20178 0 1 0 764 18 0 0 20 0 22 0 254558713 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 140734138355488 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30227/statm: 2456167 87026 2286 9 0 2446860 0
[pid=30227/tid=30229] ppid=30225 vsize=9824668 CPUtime=0.64 cores=1,3,5,7
/proc/30227/task/30229/stat : 30229 (java) S 30225 30227 25184 0 -1 4202560 2514 0 1 0 61 3 0 0 20 0 22 0 254558714 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139712573867000 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30230] ppid=30225 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30227/task/30230/stat : 30230 (java) S 30225 30227 25184 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 22 0 254558715 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139712417229480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30231] ppid=30225 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30227/task/30231/stat : 30231 (java) S 30225 30227 25184 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254558715 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139712416176936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30232] ppid=30225 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30227/task/30232/stat : 30232 (java) S 30225 30227 25184 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 254558715 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139712415124392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30233] ppid=30225 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30227/task/30233/stat : 30233 (java) S 30225 30227 25184 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254558715 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139712414071848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30234] ppid=30225 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/30227/task/30234/stat : 30234 (java) S 30225 30227 25184 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254558715 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139712413018280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30235] ppid=30225 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30227/task/30235/stat : 30235 (java) S 30225 30227 25184 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 22 0 254558715 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139712411965736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30236] ppid=30225 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/30227/task/30236/stat : 30236 (java) S 30225 30227 25184 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254558715 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139712410913192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30237] ppid=30225 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30227/task/30237/stat : 30237 (java) S 30225 30227 25184 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 22 0 254558715 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139712409860648 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30238] ppid=30225 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/30227/task/30238/stat : 30238 (java) S 30225 30227 25184 0 -1 4202560 102 0 0 0 7 0 0 0 20 0 22 0 254558716 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139711927532136 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30239] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30239/stat : 30239 (java) S 30225 30227 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254558717 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139711926478456 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30240] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30240/stat : 30240 (java) S 30225 30227 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558717 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139711925425800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30241] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30241/stat : 30241 (java) S 30225 30227 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558719 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139711924374544 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30242] ppid=30225 vsize=9824668 CPUtime=0.97 cores=1,3,5,7
/proc/30227/task/30242/stat : 30242 (java) R 30225 30227 25184 0 -1 4202560 6957 0 0 0 95 2 0 0 20 0 22 0 254558719 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139711923320888 139712579846130 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30243] ppid=30225 vsize=9824668 CPUtime=1.31 cores=1,3,5,7
/proc/30227/task/30243/stat : 30243 (java) R 30225 30227 25184 0 -1 4202560 9126 0 0 0 129 2 0 0 20 0 22 0 254558719 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139711922256328 139712577980705 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30244] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30244/stat : 30244 (java) S 30225 30227 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558719 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139711921215992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30245] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30245/stat : 30245 (java) S 30225 30227 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558719 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139711920163656 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30246] ppid=30225 vsize=9824668 CPUtime=2.23 cores=1,3,5,7
/proc/30227/task/30246/stat : 30246 (java) R 30225 30227 25184 0 -1 4202560 30 0 0 0 223 0 0 0 20 0 22 0 254558781 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139711919108824 139712418319300 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30247] ppid=30225 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/30227/task/30247/stat : 30247 (java) R 30225 30227 25184 0 -1 4202560 120 0 0 0 219 2 0 0 20 0 22 0 254558781 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139711918056216 139712418019794 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30227/tid=30248] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30248/stat : 30248 (java) S 30225 30227 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558786 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139711917004328 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30249] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30249/stat : 30249 (java) S 30225 30227 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558786 10060460032 87026 33554432000 1073741824 1073778376 140734138364352 139711915951784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 9824668

[startup+6.30089 s]
/proc/loadavg: 3.97 3.91 3.83 5/219 30249
/proc/meminfo: memFree=26901540/32873844 swapFree=7388/7388
[pid=30227] ppid=30225 vsize=9824668 CPUtime=14.41 cores=1,3,5,7
/proc/30227/stat : 30227 (java) S 30225 30227 25184 0 -1 4202496 21506 0 1 0 1420 21 0 0 20 0 22 0 254558713 10060460032 101349 33554432000 1073741824 1073778376 140734138364352 140734138355488 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30227/statm: 2456167 101349 2286 9 0 2446860 0
[pid=30227/tid=30229] ppid=30225 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/30227/task/30229/stat : 30229 (java) S 30225 30227 25184 0 -1 4202560 2515 0 1 0 61 4 0 0 20 0 22 0 254558714 10060460032 101349 33554432000 1073741824 1073778376 140734138364352 139712573867000 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30230] ppid=30225 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30227/task/30230/stat : 30230 (java) S 30225 30227 25184 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 254558715 10060460032 101349 33554432000 1073741824 1073778376 140734138364352 139712417229480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30231] ppid=30225 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30227/task/30231/stat : 30231 (java) S 30225 30227 25184 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 254558715 10060460032 101349 33554432000 1073741824 1073778376 140734138364352 139712416176936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30232] ppid=30225 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/30227/task/30232/stat : 30232 (java) S 30225 30227 25184 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 22 0 254558715 10060460032 101349 33554432000 1073741824 1073778376 140734138364352 139712415124392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30233] ppid=30225 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/30227/task/30233/stat : 30233 (java) S 30225 30227 25184 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 254558715 10060460032 101349 33554432000 1073741824 1073778376 140734138364352 139712414071848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30234] ppid=30225 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/30227/task/30234/stat : 30234 (java) S 30225 30227 25184 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 22 0 254558715 10060460032 101349 33554432000 1073741824 1073778376 140734138364352 139712413018280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30227/tid=30235] ppid=30225 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/30227/task/30235/stat : 30235 (java) S 30225 30227 25184 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 22 0 254558715 10060460032 101349 33554432000 1073741824 1073778376 140734138364352 139712411965736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30236] ppid=30225 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/30227/task/30236/stat : 30236 (java) S 30225 30227 25184 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 254558715 10060460032 101349 33554432000 1073741824 1073778376 140734138364352 139712410913192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30227/tid=30237] ppid=30225 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/30227/task/30237/stat : 30237 (java) S 30225 30227 25184 0 -1 4202560 27 0 0 0 4 2 0 0 20 0 22 0 254558715 10060460032 101349 33554432000 1073741824 1073778376 140734138364352 139712409860648 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30238] ppid=30225 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/30227/task/30238/stat : 30238 (java) S 30225 30227 25184 0 -1 4202560 239 0 0 0 17 1 0 0 20 0 22 0 254558716 10060460032 101349 33554432000 1073741824 1073778376 140734138364352 139711927532136 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30239] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30239/stat : 30239 (java) S 30225 30227 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254558717 10060460032 101349 33554432000 1073741824 1073778376 140734138364352 139711926478456 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30240] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30240/stat : 30240 (java) S 30225 30227 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558717 10060460032 101349 33554432000 1073741824 1073778376 140734138364352 139711925425800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30241] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30241/stat : 30241 (java) S 30225 30227 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558719 10060460032 101349 33554432000 1073741824 1073778376 140734138364352 139711924374544 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30242] ppid=30225 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/30227/task/30242/stat : 30242 (java) S 30225 30227 25184 0 -1 4202560 7911 0 0 0 109 2 0 0 20 0 22 0 254558719 10060460032 101349 33554432000 1073741824 1073778376 140734138364352 139711923320888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/30227/statm: 2456167 903057 2286 9 0 2446860 0
[pid=30227/tid=30229] ppid=30225 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/30227/task/30229/stat : 30229 (java) S 30225 30227 25184 0 -1 4202560 2546 0 1 0 64 5 0 0 20 0 22 0 254558714 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139712573867000 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30230] ppid=30225 vsize=9824668 CPUtime=2.1 cores=1,3,5,7
/proc/30227/task/30230/stat : 30230 (java) S 30225 30227 25184 0 -1 4202560 702 0 0 0 202 8 0 0 20 0 22 0 254558715 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139712417229480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30227/tid=30231] ppid=30225 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/30227/task/30231/stat : 30231 (java) S 30225 30227 25184 0 -1 4202560 686 0 0 0 204 11 0 0 20 0 22 0 254558715 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139712416176936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30232] ppid=30225 vsize=9824668 CPUtime=2.07 cores=1,3,5,7
/proc/30227/task/30232/stat : 30232 (java) S 30225 30227 25184 0 -1 4202560 544 0 0 0 198 9 0 0 20 0 22 0 254558715 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139712415124392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30233] ppid=30225 vsize=9824668 CPUtime=2.14 cores=1,3,5,7
/proc/30227/task/30233/stat : 30233 (java) S 30225 30227 25184 0 -1 4202560 1046 0 0 0 205 9 0 0 20 0 22 0 254558715 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139712414071848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30234] ppid=30225 vsize=9824668 CPUtime=2.01 cores=1,3,5,7
/proc/30227/task/30234/stat : 30234 (java) S 30225 30227 25184 0 -1 4202560 797 0 0 0 193 8 0 0 20 0 22 0 254558715 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139712413018280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30235] ppid=30225 vsize=9824668 CPUtime=2.27 cores=1,3,5,7
/proc/30227/task/30235/stat : 30235 (java) S 30225 30227 25184 0 -1 4202560 843 0 0 0 216 11 0 0 20 0 22 0 254558715 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139712411965736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30227/tid=30236] ppid=30225 vsize=9824668 CPUtime=2.07 cores=1,3,5,7
/proc/30227/task/30236/stat : 30236 (java) S 30225 30227 25184 0 -1 4202560 748 0 0 0 197 10 0 0 20 0 22 0 254558715 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139712410913192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30237] ppid=30225 vsize=9824668 CPUtime=2.22 cores=1,3,5,7
/proc/30227/task/30237/stat : 30237 (java) S 30225 30227 25184 0 -1 4202560 661 0 0 0 211 11 0 0 20 0 22 0 254558715 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139712409860648 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30238] ppid=30225 vsize=9824668 CPUtime=46.76 cores=1,3,5,7
/proc/30227/task/30238/stat : 30238 (java) S 30225 30227 25184 0 -1 4202560 3618 0 0 0 4655 21 0 0 20 0 22 0 254558716 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139711927532136 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30239] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30239/stat : 30239 (java) S 30225 30227 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254558717 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139711926478456 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30240] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30240/stat : 30240 (java) S 30225 30227 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558717 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139711925425800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30241] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30241/stat : 30241 (java) S 30225 30227 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558719 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139711924374544 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30242] ppid=30225 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/30227/task/30242/stat : 30242 (java) S 30225 30227 25184 0 -1 4202560 11963 0 0 0 166 3 0 0 20 0 22 0 254558719 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139711923320888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30243] ppid=30225 vsize=9824668 CPUtime=1.81 cores=1,3,5,7
/proc/30227/task/30243/stat : 30243 (java) S 30225 30227 25184 0 -1 4202560 9306 0 0 0 179 2 0 0 20 0 22 0 254558719 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139711922268344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30244] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30244/stat : 30244 (java) S 30225 30227 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558719 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139711921215992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30245] ppid=30225 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/30227/task/30245/stat : 30245 (java) S 30225 30227 25184 0 -1 4202560 47 0 0 0 18 20 0 0 20 0 22 0 254558719 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139711920163656 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30246] ppid=30225 vsize=9824668 CPUtime=768.1 cores=1,3,5,7
/proc/30227/task/30246/stat : 30246 (java) R 30225 30227 25184 0 -1 4202560 112 0 0 0 76797 13 0 0 20 0 22 0 254558781 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139711919107760 139712418292465 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30247] ppid=30225 vsize=9824668 CPUtime=768.03 cores=1,3,5,7
/proc/30227/task/30247/stat : 30247 (java) R 30225 30227 25184 0 -1 4202560 1263 0 0 0 76750 53 0 0 20 0 22 0 254558781 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139711918054272 139712418343235 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30248] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30248/stat : 30248 (java) S 30225 30227 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558786 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139711917004328 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30249] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30249/stat : 30249 (java) S 30225 30227 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558786 10060460032 903057 33554432000 1073741824 1073778376 140734138364352 139711915951784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1608.51
Current children cumulated vsize (KiB) 9824668

[startup+882.308 s]
/proc/loadavg: 3.90 3.90 3.86 4/219 30333
/proc/meminfo: memFree=26071740/32873844 swapFree=7388/7388
[pid=30227] ppid=30225 vsize=9824668 CPUtime=1725.54 cores=1,3,5,7
/proc/30227/stat : 30227 (java) S 30225 30227 25184 0 -1 4202496 36556 0 1 0 172378 176 0 0 20 0 22 0 254558713 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 140734138355488 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30227/statm: 2456167 910654 2286 9 0 2446860 0
[pid=30227/tid=30229] ppid=30225 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/30227/task/30229/stat : 30229 (java) S 30225 30227 25184 0 -1 4202560 2547 0 1 0 64 5 0 0 20 0 22 0 254558714 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139712573866712 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30230] ppid=30225 vsize=9824668 CPUtime=2.37 cores=1,3,5,7
/proc/30227/task/30230/stat : 30230 (java) S 30225 30227 25184 0 -1 4202560 770 0 0 0 229 8 0 0 20 0 22 0 254558715 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139712417229480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30231] ppid=30225 vsize=9824668 CPUtime=2.33 cores=1,3,5,7
/proc/30227/task/30231/stat : 30231 (java) S 30225 30227 25184 0 -1 4202560 696 0 0 0 222 11 0 0 20 0 22 0 254558715 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139712416176936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30232] ppid=30225 vsize=9824668 CPUtime=2.34 cores=1,3,5,7
/proc/30227/task/30232/stat : 30232 (java) S 30225 30227 25184 0 -1 4202560 563 0 0 0 224 10 0 0 20 0 22 0 254558715 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139712415124392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30233] ppid=30225 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/30227/task/30233/stat : 30233 (java) S 30225 30227 25184 0 -1 4202560 1134 0 0 0 216 9 0 0 20 0 22 0 254558715 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139712414071848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30234] ppid=30225 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/30227/task/30234/stat : 30234 (java) S 30225 30227 25184 0 -1 4202560 802 0 0 0 218 8 0 0 20 0 22 0 254558715 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139712413018280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30227/tid=30235] ppid=30225 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/30227/task/30235/stat : 30235 (java) S 30225 30227 25184 0 -1 4202560 1061 0 0 0 237 11 0 0 20 0 22 0 254558715 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139712411965736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30236] ppid=30225 vsize=9824668 CPUtime=2.27 cores=1,3,5,7
/proc/30227/task/30236/stat : 30236 (java) S 30225 30227 25184 0 -1 4202560 748 0 0 0 217 10 0 0 20 0 22 0 254558715 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139712410913192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30237] ppid=30225 vsize=9824668 CPUtime=2.34 cores=1,3,5,7
/proc/30227/task/30237/stat : 30237 (java) S 30225 30227 25184 0 -1 4202560 673 0 0 0 223 11 0 0 20 0 22 0 254558715 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139712409860648 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30227/tid=30238] ppid=30225 vsize=9824668 CPUtime=50.52 cores=1,3,5,7
/proc/30227/task/30238/stat : 30238 (java) R 30225 30227 25184 0 -1 4202560 3672 0 0 0 5030 22 0 0 20 0 22 0 254558716 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139711927530992 139712578003268 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30239] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30239/stat : 30239 (java) S 30225 30227 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254558717 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139711926478456 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30240] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30240/stat : 30240 (java) S 30225 30227 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558717 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139711925425800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30241] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30241/stat : 30241 (java) S 30225 30227 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558719 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139711924374544 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30242] ppid=30225 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/30227/task/30242/stat : 30242 (java) S 30225 30227 25184 0 -1 4202560 11965 0 0 0 166 3 0 0 20 0 22 0 254558719 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139711923311912 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30243] ppid=30225 vsize=9824668 CPUtime=1.81 cores=1,3,5,7
/proc/30227/task/30243/stat : 30243 (java) S 30225 30227 25184 0 -1 4202560 9306 0 0 0 179 2 0 0 20 0 22 0 254558719 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139711922268344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30244] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30244/stat : 30244 (java) S 30225 30227 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558719 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139711921215992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30245] ppid=30225 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/30227/task/30245/stat : 30245 (java) S 30225 30227 25184 0 -1 4202560 51 0 0 0 20 21 0 0 20 0 22 0 254558719 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139711920163656 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30246] ppid=30225 vsize=9824668 CPUtime=823.75 cores=1,3,5,7
/proc/30227/task/30246/stat : 30246 (java) S 30225 30227 25184 0 -1 4202560 114 0 0 0 82361 14 0 0 20 0 22 0 254558781 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139711919108824 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30247] ppid=30225 vsize=9824668 CPUtime=823.71 cores=1,3,5,7
/proc/30227/task/30247/stat : 30247 (java) S 30225 30227 25184 0 -1 4202560 1265 0 0 0 82317 54 0 0 20 0 22 0 254558781 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139711918054392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30248] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30248/stat : 30248 (java) S 30225 30227 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558786 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139711917004328 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30249] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30249/stat : 30249 (java) S 30225 30227 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558786 10060460032 910654 33554432000 1073741824 1073778376 140734138364352 139711915951784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.54
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.901 s]
/proc/loadavg: 3.94 3.91 3.86 4/219 30333
/proc/meminfo: memFree=25964808/32873844 swapFree=7388/7388
[pid=30227] ppid=30225 vsize=9824668 CPUtime=1800.14 cores=1,3,5,7
/proc/30227/stat : 30227 (java) S 30225 30227 25184 0 -1 4202496 36609 0 1 0 179837 177 0 0 20 0 22 0 254558713 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 140734138355488 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30227/statm: 2456167 917836 2287 9 0 2446860 0
[pid=30227/tid=30229] ppid=30225 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/30227/task/30229/stat : 30229 (java) S 30225 30227 25184 0 -1 4202560 2547 0 1 0 64 5 0 0 20 0 22 0 254558714 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139712573867000 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30230] ppid=30225 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/30227/task/30230/stat : 30230 (java) S 30225 30227 25184 0 -1 4202560 784 0 0 0 240 8 0 0 20 0 22 0 254558715 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139712417229480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30227/tid=30231] ppid=30225 vsize=9824668 CPUtime=2.4 cores=1,3,5,7
/proc/30227/task/30231/stat : 30231 (java) S 30225 30227 25184 0 -1 4202560 699 0 0 0 229 11 0 0 20 0 22 0 254558715 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139712416176936 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30232] ppid=30225 vsize=9824668 CPUtime=2.43 cores=1,3,5,7
/proc/30227/task/30232/stat : 30232 (java) S 30225 30227 25184 0 -1 4202560 563 0 0 0 233 10 0 0 20 0 22 0 254558715 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139712415124392 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30227/tid=30233] ppid=30225 vsize=9824668 CPUtime=2.35 cores=1,3,5,7
/proc/30227/task/30233/stat : 30233 (java) S 30225 30227 25184 0 -1 4202560 1134 0 0 0 226 9 0 0 20 0 22 0 254558715 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139712414071848 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30234] ppid=30225 vsize=9824668 CPUtime=2.31 cores=1,3,5,7
/proc/30227/task/30234/stat : 30234 (java) S 30225 30227 25184 0 -1 4202560 804 0 0 0 223 8 0 0 20 0 22 0 254558715 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139712413018280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30235] ppid=30225 vsize=9824668 CPUtime=2.6 cores=1,3,5,7
/proc/30227/task/30235/stat : 30235 (java) S 30225 30227 25184 0 -1 4202560 1061 0 0 0 249 11 0 0 20 0 22 0 254558715 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139712411965736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30236] ppid=30225 vsize=9824668 CPUtime=2.37 cores=1,3,5,7
/proc/30227/task/30236/stat : 30236 (java) S 30225 30227 25184 0 -1 4202560 750 0 0 0 227 10 0 0 20 0 22 0 254558715 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139712410913192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30237] ppid=30225 vsize=9824668 CPUtime=2.39 cores=1,3,5,7
/proc/30227/task/30237/stat : 30237 (java) S 30225 30227 25184 0 -1 4202560 674 0 0 0 228 11 0 0 20 0 22 0 254558715 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139712409860648 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30238] ppid=30225 vsize=9824668 CPUtime=51.47 cores=1,3,5,7
/proc/30227/task/30238/stat : 30238 (java) S 30225 30227 25184 0 -1 4202560 3696 0 0 0 5125 22 0 0 20 0 22 0 254558716 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139711927532136 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30239] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30239/stat : 30239 (java) S 30225 30227 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254558717 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139711926478456 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30240] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30240/stat : 30240 (java) S 30225 30227 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558717 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139711925425800 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30241] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30241/stat : 30241 (java) S 30225 30227 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558719 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139711924374544 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30242] ppid=30225 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/30227/task/30242/stat : 30242 (java) S 30225 30227 25184 0 -1 4202560 11966 0 0 0 168 3 0 0 20 0 22 0 254558719 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139711923320888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30243] ppid=30225 vsize=9824668 CPUtime=1.81 cores=1,3,5,7
/proc/30227/task/30243/stat : 30243 (java) S 30225 30227 25184 0 -1 4202560 9306 0 0 0 179 2 0 0 20 0 22 0 254558719 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139711922268344 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30244] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30244/stat : 30244 (java) S 30225 30227 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558719 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139711921215992 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30245] ppid=30225 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/30227/task/30245/stat : 30245 (java) S 30225 30227 25184 0 -1 4202560 53 0 0 0 21 22 0 0 20 0 22 0 254558719 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139711920163656 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30227/tid=30246] ppid=30225 vsize=9824668 CPUtime=860.12 cores=1,3,5,7
/proc/30227/task/30246/stat : 30246 (java) R 30225 30227 25184 0 -1 4202560 116 0 0 0 85997 15 0 0 20 0 22 0 254558781 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139711919107760 139712418137227 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30227/tid=30247] ppid=30225 vsize=9824668 CPUtime=860.06 cores=1,3,5,7
/proc/30227/task/30247/stat : 30247 (java) R 30225 30227 25184 0 -1 4202560 1267 0 0 0 85951 55 0 0 20 0 22 0 254558781 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139711918054272 139712417923106 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30248] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30248/stat : 30248 (java) S 30225 30227 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558786 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139711917004328 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30227/tid=30249] ppid=30225 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/30227/task/30249/stat : 30249 (java) S 30225 30227 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558786 10060460032 917836 33554432000 1073741824 1073778376 140734138364352 139711915951784 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 30227 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=947278
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=204664
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 919.987
CPU time (s): 1800.14
CPU user time (s): 1798.37
CPU system time (s): 1.77
CPU usage (%): 195.67
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.95
system time used= 2.20466
maximum resident set size= 3671472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36643
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24462
involuntary context switches= 33752

runsolver used 3.59445 second user time and 9.09062 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 20:32:23
IDJOB=3689696
IDBENCH=90199
IDSOLVER=2268
FILE ID=node147/3689696-1337884343
RUNJOBID= node147-1337871880-25201
PBS_JOBID= 14620057
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= 8f58618b79e9d2a9b56b6a791eca5768
RANDOM SEED=1768593115

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:        27300892 kB
Buffers:          229072 kB
Cached:          1448400 kB
SwapCached:         6180 kB
Active:          3458180 kB
Inactive:        1339368 kB
Active(anon):    3115028 kB
Inactive(anon):     6780 kB
Active(file):     343152 kB
Inactive(file):  1332588 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:              1656 kB
Writeback:             0 kB
AnonPages:       3121252 kB
Mapped:            17892 kB
Shmem:                 0 kB
Slab:             631092 kB
SReclaimable:      72328 kB
SUnreclaim:       558764 kB
KernelStack:        1624 kB
PageTables:        10328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3430864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3043328 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= 71712 MiB
End job on node147 at 2012-05-24 20:47:45