Trace number 3689620

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.03 919.078

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K81.opb
MD5SUM07ddcd712bd0834d3fad6b8ca9adfb4d
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 variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
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 82
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3689620-1337883648.opb
0.09/0.13	c reading problem ... 
0.79/0.44	c ... done. Wall clock time 0.317s.
0.79/0.44	c declared #vars     5508
0.79/0.44	c #constraints  5672
0.79/0.44	c constraints type 
0.79/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4549
0.79/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
0.79/0.44	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.79/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1040
0.79/0.44	c 5672 constraints processed.
0.79/0.44	c constraints type 
0.79/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1040
0.79/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4549
0.79/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81
0.79/0.44	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.79/0.44	c 5672 constraints processed.
4.56/1.56	c cleaning 2489 clauses out of 4994 with flag 5001/5001
6.87/2.56	c cleaning 4242 clauses out of 8504 with flag 11004/11004
9.83/3.92	c cleaning 5617 clauses out of 11256 with flag 18000/18000
12.85/5.41	c cleaning 6802 clauses out of 13631 with flag 26000/26000
16.68/7.31	c cleaning 7888 clauses out of 15828 with flag 35001/35001
21.05/9.55	c cleaning 8935 clauses out of 17939 with flag 45001/45001
25.38/11.72	c cleaning 9937 clauses out of 20002 with flag 56000/56000
30.49/14.31	c cleaning 10975 clauses out of 22065 with flag 68000/68000
36.22/17.38	c cleaning 11986 clauses out of 24090 with flag 81001/81001
41.46/20.05	c cleaning 12986 clauses out of 26103 with flag 95000/95000
48.05/23.48	c cleaning 13908 clauses out of 28115 with flag 110000/110000
56.46/27.78	c cleaning 14885 clauses out of 30208 with flag 126001/126001
63.55/31.41	c cleaning 15998 clauses out of 32324 with flag 143002/143002
73.73/36.61	c cleaning 17031 clauses out of 34324 with flag 161000/161000
83.70/41.79	c cleaning 17983 clauses out of 36293 with flag 180000/180000
93.43/46.79	c cleaning 19021 clauses out of 38314 with flag 200004/200004
103.37/51.96	c cleaning 20025 clauses out of 40292 with flag 221003/221003
116.06/58.48	c cleaning 20954 clauses out of 42265 with flag 243002/243002
132.73/66.95	c cleaning 21954 clauses out of 44309 with flag 266000/266000
145.58/73.53	c cleaning 23046 clauses out of 46352 with flag 290002/290002
160.41/81.24	c cleaning 23912 clauses out of 48304 with flag 315000/315000
173.82/88.18	c cleaning 25093 clauses out of 50392 with flag 341000/341000
187.99/95.42	c cleaning 26023 clauses out of 52301 with flag 368002/368002
213.25/108.26	c cleaning 26814 clauses out of 54276 with flag 396000/396000
231.60/117.79	c cleaning 28130 clauses out of 56459 with flag 425001/425001
248.33/126.30	c cleaning 29079 clauses out of 58330 with flag 455002/455002
268.84/136.80	c cleaning 29974 clauses out of 60250 with flag 486001/486001
289.52/147.48	c cleaning 30939 clauses out of 62277 with flag 518002/518002
314.71/160.49	c cleaning 32078 clauses out of 64336 with flag 551000/551000
338.46/172.59	c cleaning 32915 clauses out of 66258 with flag 585000/585000
365.69/186.41	c cleaning 34017 clauses out of 68345 with flag 620002/620002
392.51/201.40	c cleaning 35044 clauses out of 70327 with flag 656001/656001
414.15/212.45	c cleaning 36048 clauses out of 72285 with flag 693003/693003
442.27/226.81	c cleaning 37037 clauses out of 74234 with flag 731000/731000
465.84/238.91	c cleaning 37916 clauses out of 76200 with flag 770004/770004
469.32/241.29	c cleaning 0 clauses out of 5000 with flag 0/5000
500.13/256.81	c cleaning 39010 clauses out of 78280 with flag 810000/810000
533.01/273.51	c cleaning 40024 clauses out of 80272 with flag 851002/851002
566.34/290.53	c cleaning 40773 clauses out of 82247 with flag 893001/893001
611.08/313.47	c cleaning 42026 clauses out of 84474 with flag 936001/936001
639.56/328.06	c cleaning 42979 clauses out of 86447 with flag 980000/980000
681.57/349.45	c cleaning 44134 clauses out of 88468 with flag 1025000/1025000
718.98/368.55	c cleaning 45009 clauses out of 90337 with flag 1071004/1071004
755.70/387.63	c cleaning 46054 clauses out of 92324 with flag 1118000/1118000
794.75/407.60	c cleaning 46933 clauses out of 94271 with flag 1166002/1166002
832.06/426.73	c cleaning 48060 clauses out of 96335 with flag 1215000/1215000
881.73/452.10	c cleaning 48816 clauses out of 98275 with flag 1265000/1265000
938.38/481.13	c cleaning 50015 clauses out of 100460 with flag 1316001/1316001
996.23/510.59	c cleaning 50897 clauses out of 102445 with flag 1368001/1368001
1066.89/546.33	c cleaning 51890 clauses out of 104547 with flag 1421000/1421000
1111.92/569.34	c cleaning 53205 clauses out of 106658 with flag 1475001/1475001
1147.79/588.08	c cleaning 53994 clauses out of 108452 with flag 1530000/1530000
1195.42/612.37	c cleaning 55009 clauses out of 110459 with flag 1586001/1586001
1244.64/637.35	c cleaning 55890 clauses out of 112450 with flag 1643001/1643001
1321.30/675.95	c cleaning 56976 clauses out of 114560 with flag 1701001/1701001
1386.40/709.99	c cleaning 58142 clauses out of 116584 with flag 1760001/1760001
1454.62/744.41	c cleaning 58974 clauses out of 118442 with flag 1820001/1820001
1531.70/783.31	c cleaning 60056 clauses out of 120471 with flag 1881004/1881004
1611.18/823.85	c cleaning 61005 clauses out of 122413 with flag 1943002/1943002
1697.27/867.37	c cleaning 62105 clauses out of 124412 with flag 2006006/2006006
1800.03/919.01	c starts		: 210
1800.03/919.01	c conflicts		: 2066098
1800.03/919.01	c decisions		: 11503577
1800.03/919.01	c propagations		: 688803382
1800.03/919.01	c inspects		: 3408477883
1800.03/919.01	c shortcuts		: 0
1800.03/919.01	c learnt literals	: 42
1800.03/919.01	c learnt binary clauses	: 50795
1800.03/919.01	c learnt ternary clauses	: 59257
1800.03/919.01	c learnt constraints	: 2066055
1800.03/919.01	c ignored constraints	: 0
1800.03/919.01	c root simplifications	: 0
1800.03/919.01	c removed literals (reason simplification)	: 75562351
1800.03/919.01	c reason swapping (by a shorter reason)	: 0
1800.03/919.01	c Calls to reduceDB	: 59
1800.03/919.01	c number of reductions to clauses (during analyze)	: 0
1800.03/919.01	c number of learned constraints concerned by reduction	: 0
1800.03/919.01	c number of learning phase by resolution	: 0
1800.03/919.01	c number of learning phase by cutting planes	: 0
1800.03/919.01	c speed (assignments/second)	: 749884.4728516589
1800.03/919.01	c non guided choices	3990
1800.03/919.06	c learnt constraints type 
1800.03/919.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 50795
1800.03/919.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71666
1800.03/919.06	c constraints type 
1800.03/919.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4549
1800.03/919.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
1800.03/919.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.03/919.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1040
1800.03/919.06	c 5672 constraints processed.
1800.03/919.06	c constraints type 
1800.03/919.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1040
1800.03/919.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4549
1800.03/919.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81
1800.03/919.06	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.03/919.06	c 5672 constraints processed.
1800.03/919.06	s UNKNOWN
1800.03/919.06	c Total wall clock time (in seconds): 918.93

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-3689620-1337883648/watcher-3689620-1337883648 -o /tmp/evaluation-result-3689620-1337883648/solver-3689620-1337883648 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689620-1337883648.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.68 3.85 3.81 4/198 28518
/proc/meminfo: memFree=27201948/32873844 swapFree=7616/7616
[pid=28518] ppid=28516 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/28518/stat : 28518 (java) D 28516 28518 23801 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254490405 9515008 182 33554432000 1073741824 1073778376 140734167959248 140734167950280 214369648309 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/28518/statm: 2323 182 140 9 0 71 0

[startup+0.0803971 s]
/proc/loadavg: 3.68 3.85 3.81 4/198 28518
/proc/meminfo: memFree=27201948/32873844 swapFree=7616/7616
[pid=28518] ppid=28516 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/28518/stat : 28518 (java) S 28516 28518 23801 0 -1 4202496 3260 0 1 0 5 1 0 0 20 0 18 0 254490405 9787813888 4470 33554432000 1073741824 1073778376 140736210755744 140736210746880 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28518/statm: 2389603 4472 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100291 s]
/proc/loadavg: 3.68 3.85 3.81 4/198 28518
/proc/meminfo: memFree=27201948/32873844 swapFree=7616/7616
[pid=28518] ppid=28516 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/28518/stat : 28518 (java) S 28516 28518 23801 0 -1 4202496 4184 0 1 0 8 1 0 0 20 0 18 0 254490405 9787813888 5381 33554432000 1073741824 1073778376 140736210755744 140736210746880 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28518/statm: 2389603 5382 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300298 s]
/proc/loadavg: 3.68 3.85 3.81 4/198 28518
/proc/meminfo: memFree=27201948/32873844 swapFree=7616/7616
[pid=28518] ppid=28516 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/28518/stat : 28518 (java) S 28516 28518 23801 0 -1 4202496 7188 0 1 0 52 2 0 0 20 0 18 0 254490405 9787813888 9803 33554432000 1073741824 1073778376 140736210755744 140736210746880 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28518/statm: 2389603 9803 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700216 s]
/proc/loadavg: 3.68 3.85 3.81 4/198 28518
/proc/meminfo: memFree=27201948/32873844 swapFree=7616/7616
[pid=28518] ppid=28516 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/28518/stat : 28518 (java) S 28516 28518 23801 0 -1 4202496 14396 0 1 0 189 3 0 0 20 0 22 0 254490405 10060460032 21646 33554432000 1073741824 1073778376 140736210755744 140736210746880 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28518/statm: 2456167 21646 2255 9 0 2446860 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9824668

[startup+1.50079 s]
/proc/loadavg: 3.68 3.85 3.81 7/220 28540
/proc/meminfo: memFree=27105020/32873844 swapFree=7616/7616
[pid=28518] ppid=28516 vsize=9824668 CPUtime=4.56 cores=1,3,5,7
/proc/28518/stat : 28518 (java) S 28516 28518 23801 0 -1 4202496 22599 0 1 0 451 5 0 0 20 0 22 0 254490405 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 140736210746880 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28518/statm: 2456167 29427 2261 9 0 2446860 0
[pid=28518/tid=28520] ppid=28516 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/28518/task/28520/stat : 28520 (java) S 28516 28518 23801 0 -1 4202560 2490 0 1 0 40 1 0 0 20 0 22 0 254490406 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828742710264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28521] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28521/stat : 28521 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490408 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828704201000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28522] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28522/stat : 28522 (java) S 28516 28518 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254490408 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828703148200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28523] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28523/stat : 28523 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490408 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828702095912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28524] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28524/stat : 28524 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490408 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828582672808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28525] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28525/stat : 28525 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490408 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828581620520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28526] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28526/stat : 28526 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490408 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828580567720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28527] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28527/stat : 28527 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490408 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828579515432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28528] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28528/stat : 28528 (java) S 28516 28518 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254490408 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828578462632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28529] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28529/stat : 28529 (java) S 28516 28518 23801 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254490409 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828096133352 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28530] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28530/stat : 28530 (java) S 28516 28518 23801 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254490410 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828095079416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28531] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28531/stat : 28531 (java) S 28516 28518 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254490410 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828094027016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28532] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28532/stat : 28532 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490412 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828092975504 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28533] ppid=28516 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/28518/task/28533/stat : 28533 (java) R 28516 28518 23801 0 -1 4202560 8156 0 0 0 91 2 0 0 20 0 22 0 254490412 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828091923128 139828749696546 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28534] ppid=28516 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/28518/task/28534/stat : 28534 (java) S 28516 28518 23801 0 -1 4202560 10639 0 0 0 109 2 0 0 20 0 22 0 254490412 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828090870328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28535] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28535/stat : 28535 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490412 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828089818232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28536] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28536/stat : 28536 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490412 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828088765640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28537] ppid=28516 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/28518/task/28537/stat : 28537 (java) R 28516 28518 23801 0 -1 4202560 26 0 0 0 102 0 0 0 20 0 22 0 254490450 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828087710104 139828583379079 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28538] ppid=28516 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/28518/task/28538/stat : 28538 (java) R 28516 28518 23801 0 -1 4202560 88 0 0 0 103 0 0 0 20 0 22 0 254490450 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828086657352 139828583649493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28539] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28539/stat : 28539 (java) S 28516 28518 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254490452 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828085605544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28540] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28540/stat : 28540 (java) S 28516 28518 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254490452 10060460032 29427 33554432000 1073741824 1073778376 140736210755744 139828084552744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 9824668

[startup+3.10087 s]
/proc/loadavg: 3.68 3.85 3.81 5/220 28540
/proc/meminfo: memFree=27075356/32873844 swapFree=7616/7616
[pid=28518] ppid=28516 vsize=9824668 CPUtime=8.06 cores=1,3,5,7
/proc/28518/stat : 28518 (java) S 28516 28518 23801 0 -1 4202496 22782 0 1 0 797 9 0 0 20 0 22 0 254490405 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 140736210746880 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28518/statm: 2456167 50534 2285 9 0 2446860 0
[pid=28518/tid=28520] ppid=28516 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/28518/task/28520/stat : 28520 (java) S 28516 28518 23801 0 -1 4202560 2490 0 1 0 40 1 0 0 20 0 22 0 254490406 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828742710264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28521] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28521/stat : 28521 (java) S 28516 28518 23801 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254490408 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828704201000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28522] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28522/stat : 28522 (java) S 28516 28518 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254490408 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828703148200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28523] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28523/stat : 28523 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490408 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828702095912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28524] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28524/stat : 28524 (java) S 28516 28518 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254490408 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828582672808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28525] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28525/stat : 28525 (java) S 28516 28518 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254490408 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828581620520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28526] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28526/stat : 28526 (java) S 28516 28518 23801 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254490408 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828580567720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28527] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28527/stat : 28527 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490408 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828579515432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28528] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28528/stat : 28528 (java) S 28516 28518 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254490408 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828578462632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28529] ppid=28516 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/28518/task/28529/stat : 28529 (java) S 28516 28518 23801 0 -1 4202560 37 0 0 0 6 0 0 0 20 0 22 0 254490409 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828096133352 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28530] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28530/stat : 28530 (java) S 28516 28518 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254490410 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828095079416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28531] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28531/stat : 28531 (java) S 28516 28518 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254490410 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828094027016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28532] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28532/stat : 28532 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490412 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828092975504 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28533] ppid=28516 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/28518/task/28533/stat : 28533 (java) S 28516 28518 23801 0 -1 4202560 8169 0 0 0 112 2 0 0 20 0 22 0 254490412 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828091923128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28534] ppid=28516 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/28518/task/28534/stat : 28534 (java) S 28516 28518 23801 0 -1 4202560 10690 0 0 0 123 2 0 0 20 0 22 0 254490412 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828090870328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28535] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28535/stat : 28535 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490412 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828089818232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28536] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28536/stat : 28536 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490412 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828088765640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28537] ppid=28516 vsize=9824668 CPUtime=2.5 cores=1,3,5,7
/proc/28518/task/28537/stat : 28537 (java) R 28516 28518 23801 0 -1 4202560 27 0 0 0 250 0 0 0 20 0 22 0 254490450 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828087710040 139828583602613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28538] ppid=28516 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/28518/task/28538/stat : 28538 (java) R 28516 28518 23801 0 -1 4202560 114 0 0 0 252 1 0 0 20 0 22 0 254490450 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828086657000 139828583490440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28539] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28539/stat : 28539 (java) S 28516 28518 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254490452 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828085605544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28540] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28540/stat : 28540 (java) S 28516 28518 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254490452 10060460032 50534 33554432000 1073741824 1073778376 140736210755744 139828084552744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 9824668

[startup+6.30086 s]
/proc/loadavg: 3.70 3.85 3.81 5/220 28540
/proc/meminfo: memFree=26939072/32873844 swapFree=7616/7616
[pid=28518] ppid=28516 vsize=9824668 CPUtime=14.6 cores=1,3,5,7
/proc/28518/stat : 28518 (java) S 28516 28518 23801 0 -1 4202496 22998 0 1 0 1443 17 0 0 20 0 22 0 254490405 10060460032 88979 33554432000 1073741824 1073778376 140736210755744 140736210746880 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28518/statm: 2456167 88979 2286 9 0 2446860 0
[pid=28518/tid=28520] ppid=28516 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/28518/task/28520/stat : 28520 (java) S 28516 28518 23801 0 -1 4202560 2490 0 1 0 40 1 0 0 20 0 22 0 254490406 10060460032 88979 33554432000 1073741824 1073778376 140736210755744 139828742710264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28521] ppid=28516 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28518/task/28521/stat : 28521 (java) S 28516 28518 23801 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 254490408 10060460032 88979 33554432000 1073741824 1073778376 140736210755744 139828704201000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28522] ppid=28516 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/28518/task/28522/stat : 28522 (java) S 28516 28518 23801 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 22 0 254490408 10060460032 88979 33554432000 1073741824 1073778376 140736210755744 139828703148200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28523] ppid=28516 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28518/task/28523/stat : 28523 (java) S 28516 28518 23801 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254490408 10060460032 88979 33554432000 1073741824 1073778376 140736210755744 139828702095912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28524] ppid=28516 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/28518/task/28524/stat : 28524 (java) S 28516 28518 23801 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 22 0 254490408 10060460032 88979 33554432000 1073741824 1073778376 140736210755744 139828582672808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28525] ppid=28516 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/28518/task/28525/stat : 28525 (java) S 28516 28518 23801 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254490408 10060460032 88979 33554432000 1073741824 1073778376 140736210755744 139828581620520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28526] ppid=28516 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/28518/task/28526/stat : 28526 (java) S 28516 28518 23801 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 254490408 10060460032 88979 33554432000 1073741824 1073778376 140736210755744 139828580567720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28527] ppid=28516 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/28518/task/28527/stat : 28527 (java) S 28516 28518 23801 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 254490408 10060460032 88979 33554432000 1073741824 1073778376 140736210755744 139828579515432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28528] ppid=28516 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/28518/task/28528/stat : 28528 (java) S 28516 28518 23801 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 22 0 254490408 10060460032 88979 33554432000 1073741824 1073778376 140736210755744 139828578462632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28529] ppid=28516 vsize=9824668 CPUtime=0.27 cores=1,3,5,7
/proc/28518/task/28529/stat : 28529 (java) S 28516 28518 23801 0 -1 4202560 130 0 0 0 27 0 0 0 20 0 22 0 254490409 10060460032 88979 33554432000 1073741824 1073778376 140736210755744 139828096133352 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28530] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28530/stat : 28530 (java) S 28516 28518 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254490410 10060460032 88979 33554432000 1073741824 1073778376 140736210755744 139828095079416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28531] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28531/stat : 28531 (java) S 28516 28518 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254490410 10060460032 88979 33554432000 1073741824 1073778376 140736210755744 139828094027016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28532] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28532/stat : 28532 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490412 10060460032 88979 33554432000 1073741824 1073778376 140736210755744 139828092975504 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28533] ppid=28516 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/28518/task/28533/stat : 28533 (java) S 28516 28518 23801 0 -1 4202560 8172 0 0 0 130 2 0 0 20 0 22 0 254490412 10060460032 88979 33554432000 1073741824 1073778376 140736210755744 139828091923128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/28518/statm: 2456167 867591 2287 9 0 2446860 0
[pid=28518/tid=28520] ppid=28516 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/28518/task/28520/stat : 28520 (java) S 28516 28518 23801 0 -1 4202560 2530 0 1 0 42 3 0 0 20 0 22 0 254490406 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828742710264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28521] ppid=28516 vsize=9824668 CPUtime=1.69 cores=1,3,5,7
/proc/28518/task/28521/stat : 28521 (java) S 28516 28518 23801 0 -1 4202560 460 0 0 0 160 9 0 0 20 0 22 0 254490408 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828704201000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28522] ppid=28516 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/28518/task/28522/stat : 28522 (java) S 28516 28518 23801 0 -1 4202560 545 0 0 0 187 10 0 0 20 0 22 0 254490408 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828703148200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28523] ppid=28516 vsize=9824668 CPUtime=1.9 cores=1,3,5,7
/proc/28518/task/28523/stat : 28523 (java) S 28516 28518 23801 0 -1 4202560 513 0 0 0 179 11 0 0 20 0 22 0 254490408 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828702095912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28524] ppid=28516 vsize=9824668 CPUtime=1.94 cores=1,3,5,7
/proc/28518/task/28524/stat : 28524 (java) S 28516 28518 23801 0 -1 4202560 633 0 0 0 184 10 0 0 20 0 22 0 254490408 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828582672808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28525] ppid=28516 vsize=9824668 CPUtime=2.02 cores=1,3,5,7
/proc/28518/task/28525/stat : 28525 (java) S 28516 28518 23801 0 -1 4202560 289 0 0 0 193 9 0 0 20 0 22 0 254490408 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828581620520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28526] ppid=28516 vsize=9824668 CPUtime=1.76 cores=1,3,5,7
/proc/28518/task/28526/stat : 28526 (java) S 28516 28518 23801 0 -1 4202560 350 0 0 0 169 7 0 0 20 0 22 0 254490408 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828580567720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28527] ppid=28516 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/28518/task/28527/stat : 28527 (java) S 28516 28518 23801 0 -1 4202560 446 0 0 0 177 7 0 0 20 0 22 0 254490408 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828579515432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28528] ppid=28516 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/28518/task/28528/stat : 28528 (java) S 28516 28518 23801 0 -1 4202560 385 0 0 0 184 9 0 0 20 0 22 0 254490408 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828578462632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28529] ppid=28516 vsize=9824668 CPUtime=45.81 cores=1,3,5,7
/proc/28518/task/28529/stat : 28529 (java) S 28516 28518 23801 0 -1 4202560 3532 0 0 0 4565 16 0 0 20 0 22 0 254490409 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828096133352 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28530] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28530/stat : 28530 (java) S 28516 28518 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254490410 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828095079416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28531] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28531/stat : 28531 (java) S 28516 28518 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254490410 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828094027016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28532] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28532/stat : 28532 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490412 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828092975504 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28533] ppid=28516 vsize=9824668 CPUtime=1.68 cores=1,3,5,7
/proc/28518/task/28533/stat : 28533 (java) S 28516 28518 23801 0 -1 4202560 11142 0 0 0 166 2 0 0 20 0 22 0 254490412 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828091923128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28534] ppid=28516 vsize=9824668 CPUtime=1.36 cores=1,3,5,7
/proc/28518/task/28534/stat : 28534 (java) S 28516 28518 23801 0 -1 4202560 10700 0 0 0 134 2 0 0 20 0 22 0 254490412 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828090870328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28535] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28535/stat : 28535 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490412 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828089818232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28536] ppid=28516 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/28518/task/28536/stat : 28536 (java) S 28516 28518 23801 0 -1 4202560 47 0 0 0 19 18 0 0 20 0 22 0 254490412 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828088765640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28537] ppid=28516 vsize=9824668 CPUtime=769.75 cores=1,3,5,7
/proc/28518/task/28537/stat : 28537 (java) R 28516 28518 23801 0 -1 4202560 104 0 0 0 76963 12 0 0 20 0 22 0 254490450 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828087708960 139828583427865 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28538] ppid=28516 vsize=9824668 CPUtime=769.68 cores=1,3,5,7
/proc/28518/task/28538/stat : 28538 (java) R 28516 28518 23801 0 -1 4202560 1221 0 0 0 76917 51 0 0 20 0 22 0 254490450 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828086655216 139828583613777 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28539] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28539/stat : 28539 (java) S 28516 28518 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254490452 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828085605544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28540] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28540/stat : 28540 (java) S 28516 28518 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254490452 10060460032 867591 33554432000 1073741824 1073778376 140736210755744 139828084552744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1608.17
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.93 3.93 3.89 5/220 28609
/proc/meminfo: memFree=23601752/32873844 swapFree=7616/7616
[pid=28518] ppid=28516 vsize=9824668 CPUtime=1726.05 cores=1,3,5,7
/proc/28518/stat : 28518 (java) S 28516 28518 23801 0 -1 4202496 34262 0 1 0 172450 155 0 0 20 0 22 0 254490405 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 140736210746880 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28518/statm: 2456167 884087 2287 9 0 2446860 0
[pid=28518/tid=28520] ppid=28516 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/28518/task/28520/stat : 28520 (java) S 28516 28518 23801 0 -1 4202560 2531 0 1 0 42 3 0 0 20 0 22 0 254490406 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828742710264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28521] ppid=28516 vsize=9824668 CPUtime=1.86 cores=1,3,5,7
/proc/28518/task/28521/stat : 28521 (java) S 28516 28518 23801 0 -1 4202560 471 0 0 0 177 9 0 0 20 0 22 0 254490408 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828704201000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28522] ppid=28516 vsize=9824668 CPUtime=2.16 cores=1,3,5,7
/proc/28518/task/28522/stat : 28522 (java) S 28516 28518 23801 0 -1 4202560 566 0 0 0 206 10 0 0 20 0 22 0 254490408 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828703148200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28523] ppid=28516 vsize=9824668 CPUtime=2.04 cores=1,3,5,7
/proc/28518/task/28523/stat : 28523 (java) S 28516 28518 23801 0 -1 4202560 540 0 0 0 193 11 0 0 20 0 22 0 254490408 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828702095912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28524] ppid=28516 vsize=9824668 CPUtime=2.09 cores=1,3,5,7
/proc/28518/task/28524/stat : 28524 (java) S 28516 28518 23801 0 -1 4202560 652 0 0 0 199 10 0 0 20 0 22 0 254490408 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828582672808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28525] ppid=28516 vsize=9824668 CPUtime=2.17 cores=1,3,5,7
/proc/28518/task/28525/stat : 28525 (java) S 28516 28518 23801 0 -1 4202560 310 0 0 0 208 9 0 0 20 0 22 0 254490408 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828581620520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28526] ppid=28516 vsize=9824668 CPUtime=1.95 cores=1,3,5,7
/proc/28518/task/28526/stat : 28526 (java) S 28516 28518 23801 0 -1 4202560 358 0 0 0 188 7 0 0 20 0 22 0 254490408 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828580567720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28527] ppid=28516 vsize=9824668 CPUtime=2.06 cores=1,3,5,7
/proc/28518/task/28527/stat : 28527 (java) S 28516 28518 23801 0 -1 4202560 446 0 0 0 199 7 0 0 20 0 22 0 254490408 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828579515432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28528] ppid=28516 vsize=9824668 CPUtime=2.15 cores=1,3,5,7
/proc/28518/task/28528/stat : 28528 (java) S 28516 28518 23801 0 -1 4202560 390 0 0 0 206 9 0 0 20 0 22 0 254490408 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828578462632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28529] ppid=28516 vsize=9824668 CPUtime=48.57 cores=1,3,5,7
/proc/28518/task/28529/stat : 28529 (java) S 28516 28518 23801 0 -1 4202560 3587 0 0 0 4840 17 0 0 20 0 22 0 254490409 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828096133352 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28530] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28530/stat : 28530 (java) S 28516 28518 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254490410 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828095079416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28531] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28531/stat : 28531 (java) S 28516 28518 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254490410 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828094027016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28532] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28532/stat : 28532 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490412 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828092975504 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28533] ppid=28516 vsize=9824668 CPUtime=1.68 cores=1,3,5,7
/proc/28518/task/28533/stat : 28533 (java) S 28516 28518 23801 0 -1 4202560 11142 0 0 0 166 2 0 0 20 0 22 0 254490412 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828091923128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28534] ppid=28516 vsize=9824668 CPUtime=1.36 cores=1,3,5,7
/proc/28518/task/28534/stat : 28534 (java) S 28516 28518 23801 0 -1 4202560 10700 0 0 0 134 2 0 0 20 0 22 0 254490412 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828090870328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28535] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28535/stat : 28535 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490412 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828089818232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28536] ppid=28516 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/28518/task/28536/stat : 28536 (java) S 28516 28518 23801 0 -1 4202560 51 0 0 0 21 19 0 0 20 0 22 0 254490412 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828088765640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28537] ppid=28516 vsize=9824668 CPUtime=826.46 cores=1,3,5,7
/proc/28518/task/28537/stat : 28537 (java) R 28516 28518 23801 0 -1 4202560 110 0 0 0 82633 13 0 0 20 0 22 0 254490450 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828087708960 139828583420169 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28538] ppid=28516 vsize=9824668 CPUtime=826.38 cores=1,3,5,7
/proc/28518/task/28538/stat : 28538 (java) R 28516 28518 23801 0 -1 4202560 1222 0 0 0 82586 52 0 0 20 0 22 0 254490450 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828086655216 139828584033952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28539] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28539/stat : 28539 (java) S 28516 28518 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254490452 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828085605544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28540] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28540/stat : 28540 (java) S 28516 28518 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254490452 10060460032 884087 33554432000 1073741824 1073778376 140736210755744 139828084552744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.05
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.001 s]
/proc/loadavg: 3.90 3.93 3.89 5/219 28609
/proc/meminfo: memFree=23617888/32873844 swapFree=7616/7616
[pid=28518] ppid=28516 vsize=9824668 CPUtime=1800.03 cores=1,3,5,7
/proc/28518/stat : 28518 (java) S 28516 28518 23801 0 -1 4202496 34315 0 1 0 179846 157 0 0 20 0 22 0 254490405 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 140736210746880 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/28518/statm: 2456167 884127 2287 9 0 2446860 0
[pid=28518/tid=28520] ppid=28516 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/28518/task/28520/stat : 28520 (java) S 28516 28518 23801 0 -1 4202560 2531 0 1 0 42 4 0 0 20 0 22 0 254490406 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828742710264 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28521] ppid=28516 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/28518/task/28521/stat : 28521 (java) S 28516 28518 23801 0 -1 4202560 481 0 0 0 188 9 0 0 20 0 22 0 254490408 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828704201000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28522] ppid=28516 vsize=9824668 CPUtime=2.27 cores=1,3,5,7
/proc/28518/task/28522/stat : 28522 (java) S 28516 28518 23801 0 -1 4202560 566 0 0 0 217 10 0 0 20 0 22 0 254490408 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828703148200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28523] ppid=28516 vsize=9824668 CPUtime=2.19 cores=1,3,5,7
/proc/28518/task/28523/stat : 28523 (java) S 28516 28518 23801 0 -1 4202560 540 0 0 0 208 11 0 0 20 0 22 0 254490408 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828702095912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28524] ppid=28516 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/28518/task/28524/stat : 28524 (java) S 28516 28518 23801 0 -1 4202560 662 0 0 0 211 10 0 0 20 0 22 0 254490408 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828582672808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28525] ppid=28516 vsize=9824668 CPUtime=2.36 cores=1,3,5,7
/proc/28518/task/28525/stat : 28525 (java) S 28516 28518 23801 0 -1 4202560 314 0 0 0 227 9 0 0 20 0 22 0 254490408 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828581620520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28526] ppid=28516 vsize=9824668 CPUtime=2.07 cores=1,3,5,7
/proc/28518/task/28526/stat : 28526 (java) S 28516 28518 23801 0 -1 4202560 370 0 0 0 200 7 0 0 20 0 22 0 254490408 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828580567720 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28527] ppid=28516 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/28518/task/28527/stat : 28527 (java) S 28516 28518 23801 0 -1 4202560 446 0 0 0 219 7 0 0 20 0 22 0 254490408 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828579515432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28528] ppid=28516 vsize=9824668 CPUtime=2.3 cores=1,3,5,7
/proc/28518/task/28528/stat : 28528 (java) S 28516 28518 23801 0 -1 4202560 394 0 0 0 221 9 0 0 20 0 22 0 254490408 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828578462632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28529] ppid=28516 vsize=9824668 CPUtime=48.57 cores=1,3,5,7
/proc/28518/task/28529/stat : 28529 (java) S 28516 28518 23801 0 -1 4202560 3593 0 0 0 4840 17 0 0 20 0 22 0 254490409 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828096133352 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28530] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28530/stat : 28530 (java) S 28516 28518 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254490410 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828095079416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28531] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28531/stat : 28531 (java) S 28516 28518 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254490410 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828094027016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28532] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28532/stat : 28532 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490412 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828092975504 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28533] ppid=28516 vsize=9824668 CPUtime=1.68 cores=1,3,5,7
/proc/28518/task/28533/stat : 28533 (java) S 28516 28518 23801 0 -1 4202560 11142 0 0 0 166 2 0 0 20 0 22 0 254490412 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828091923128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28534] ppid=28516 vsize=9824668 CPUtime=1.36 cores=1,3,5,7
/proc/28518/task/28534/stat : 28534 (java) S 28516 28518 23801 0 -1 4202560 10700 0 0 0 134 2 0 0 20 0 22 0 254490412 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828090870328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28535] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28535/stat : 28535 (java) S 28516 28518 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254490412 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828089818232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28536] ppid=28516 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/28518/task/28536/stat : 28536 (java) S 28516 28518 23801 0 -1 4202560 53 0 0 0 22 20 0 0 20 0 22 0 254490412 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828088765640 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28518/tid=28537] ppid=28516 vsize=9824668 CPUtime=862.76 cores=1,3,5,7
/proc/28518/task/28537/stat : 28537 (java) R 28516 28518 23801 0 -1 4202560 112 0 0 0 86262 14 0 0 20 0 22 0 254490450 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828087707888 139828583379176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28518/tid=28538] ppid=28516 vsize=9824668 CPUtime=862.69 cores=1,3,5,7
/proc/28518/task/28538/stat : 28538 (java) R 28516 28518 23801 0 -1 4202560 1225 0 0 0 86216 53 0 0 20 0 22 0 254490450 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828086656016 139828583247167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28518/tid=28539] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28539/stat : 28539 (java) S 28516 28518 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254490452 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828085605544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28518/tid=28540] ppid=28516 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28518/task/28540/stat : 28540 (java) S 28516 28518 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254490452 10060460032 884127 33554432000 1073741824 1073778376 140736210755744 139828084552744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 28518 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=39264
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=22692
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 919.078
CPU time (s): 1800.03
CPU user time (s): 1798.46
CPU system time (s): 1.57
CPU usage (%): 195.852
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.04
system time used= 2.02269
maximum resident set size= 3536628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34347
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24653
involuntary context switches= 31510

runsolver used 3.55246 second user time and 8.89165 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 20:20:48
IDJOB=3689620
IDBENCH=90126
IDSOLVER=2268
FILE ID=node130/3689620-1337883648
RUNJOBID= node130-1337871881-23818
PBS_JOBID= 14620074
Free space on /tmp= 71672 MiB

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

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

MD5SUM BENCH= 07ddcd712bd0834d3fad6b8ca9adfb4d
RANDOM SEED=1998500310

node130.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.875
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.75
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.875
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.875
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.91
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.875
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.86
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.875
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.875
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.92
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.875
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.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27202212 kB
Buffers:          206636 kB
Cached:          2144124 kB
SwapCached:            0 kB
Active:          3036284 kB
Inactive:        1852120 kB
Active(anon):    2540300 kB
Inactive(anon):        0 kB
Active(file):     495984 kB
Inactive(file):  1852120 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               908 kB
Writeback:             0 kB
AnonPages:       2557856 kB
Mapped:            22592 kB
Shmem:               200 kB
Slab:             628132 kB
SReclaimable:      70100 kB
SUnreclaim:       558032 kB
KernelStack:        1624 kB
PageTables:         9296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2911108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2488320 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= 71672 MiB
End job on node130 at 2012-05-24 20:36:09