Trace number 4080521

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.75 895.273

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K131.opb
MD5SUMe9be7f2de41339e64a2918d1bf7ead92
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 variables15589
Total number of constraints15853
Number of constraints which are clauses15722
Number of constraints which are cardinality constraints (but not clauses)131
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint131
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 132
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-2013 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.09/0.10	c version PB16.v20160501
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 >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Glucose 2.1 dynamic restart strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
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@4413ee
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 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4080521-1465280373.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  no objective function found
1.58/0.78	c ... done. Wall clock time 0.657s.
1.58/0.78	c declared #vars     15589
1.58/0.78	c #constraints  15853
1.58/0.79	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.58/0.79	c constraints type 
1.58/0.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14030
1.58/0.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 131
1.58/0.79	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.58/0.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1690
1.58/0.79	c 15853 constraints processed.
1.58/0.79	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.58/0.79	c constraints type 
1.58/0.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1690
1.58/0.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14030
1.58/0.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 131
1.58/0.79	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.58/0.79	c 15853 constraints processed.
9.13/3.43	c cleaning 2488 clauses out of 4995 with flag 30922/5000
15.20/6.38	c cleaning 4243 clauses out of 8498 with flag 66348/11000
20.60/9.01	c cleaning 5595 clauses out of 11251 with flag 105834/18000
27.25/12.32	c cleaning 6798 clauses out of 13652 with flag 155765/26002
34.54/15.91	c cleaning 7877 clauses out of 15848 with flag 209974/35000
42.49/19.86	c cleaning 8983 clauses out of 17969 with flag 267076/45000
50.89/24.03	c cleaning 9228 clauses out of 19980 with flag 325817/56000
61.93/29.40	c cleaning 9673 clauses out of 22749 with flag 389087/68000
73.55/35.29	c cleaning 10864 clauses out of 26072 with flag 458356/81005
86.50/41.60	c cleaning 11683 clauses out of 29197 with flag 531693/95000
99.46/48.08	c cleaning 12393 clauses out of 32500 with flag 608742/110000
114.66/55.65	c cleaning 13281 clauses out of 36104 with flag 697457/126000
133.46/64.94	c cleaning 14235 clauses out of 39822 with flag 790750/143003
152.77/74.56	c cleaning 14864 clauses out of 43584 with flag 884954/161003
169.84/83.06	c cleaning 15529 clauses out of 47713 with flag 986933/180000
189.55/92.88	c cleaning 16686 clauses out of 52181 with flag 1094279/200002
212.14/104.13	c cleaning 17396 clauses out of 56486 with flag 1212104/221001
235.10/115.98	c cleaning 18403 clauses out of 61084 with flag 1327887/243000
259.37/128.04	c cleaning 19116 clauses out of 65680 with flag 1458533/266000
284.25/140.47	c cleaning 19862 clauses out of 70566 with flag 1593443/290003
310.42/153.40	c cleaning 20649 clauses out of 75699 with flag 1732779/315001
339.39/167.87	c cleaning 21697 clauses out of 81048 with flag 1875765/341001
367.02/181.58	c cleaning 22213 clauses out of 86347 with flag 2029738/368001
397.19/196.50	c cleaning 23320 clauses out of 92130 with flag 2188873/396002
432.75/214.16	c cleaning 24498 clauses out of 97805 with flag 2354434/425001
435.76/215.67	c cleaning 0 clauses out of 5000 with flag 0/5000
470.92/233.46	c cleaning 25211 clauses out of 103304 with flag 2532385/455001
508.15/251.95	c cleaning 25958 clauses out of 109091 with flag 2719108/486000
549.04/272.21	c cleaning 26829 clauses out of 115130 with flag 2914346/518000
589.92/292.59	c cleaning 27894 clauses out of 121300 with flag 3104814/551000
631.29/313.04	c cleaning 28363 clauses out of 127406 with flag 3308756/585000
676.07/335.20	c cleaning 29637 clauses out of 134040 with flag 3525151/620000
724.16/359.00	c cleaning 30249 clauses out of 140404 with flag 3743169/656003
772.42/382.92	c cleaning 31348 clauses out of 147152 with flag 3975038/693001
821.06/407.19	c cleaning 32163 clauses out of 153803 with flag 4229049/731002
875.44/434.99	c cleaning 33147 clauses out of 160637 with flag 4480424/770000
927.25/460.76	c cleaning 33810 clauses out of 167492 with flag 4739627/810004
981.82/487.97	c cleaning 34669 clauses out of 174677 with flag 5007427/851001
1038.91/516.21	c cleaning 35827 clauses out of 182004 with flag 5275123/893000
1102.10/547.31	c cleaning 36698 clauses out of 189177 with flag 5559163/936000
1168.52/580.39	c cleaning 37469 clauses out of 196480 with flag 5858140/980003
1237.26/614.56	c cleaning 38498 clauses out of 204007 with flag 6164469/1025000
1309.03/650.19	c cleaning 39636 clauses out of 211509 with flag 6490341/1071001
1381.51/686.05	c cleaning 40765 clauses out of 218873 with flag 6818615/1118002
1456.49/724.76	c cleaning 41524 clauses out of 226105 with flag 7161031/1166000
1530.96/761.83	c cleaning 42358 clauses out of 233580 with flag 7514830/1215001
1607.65/799.96	c cleaning 43390 clauses out of 241220 with flag 7881631/1265000
1687.32/839.29	c cleaning 44403 clauses out of 248831 with flag 8261950/1316001
1776.05/883.29	c cleaning 45348 clauses out of 256427 with flag 8639779/1368000
1800.14/895.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/895.20	c starts		: 8430
1800.14/895.20	c conflicts		: 1386173
1800.14/895.20	c decisions		: 30350184
1800.14/895.20	c propagations		: 1090908470
1800.14/895.20	c inspects		: 3277914279
1800.14/895.20	c shortcuts		: 0
1800.14/895.20	c learnt literals	: 154
1800.14/895.20	c learnt binary clauses	: 82251
1800.14/895.20	c learnt ternary clauses	: 78980
1800.14/895.20	c learnt constraints	: 1386019
1800.14/895.20	c ignored constraints	: 0
1800.14/895.20	c root simplifications	: 0
1800.14/895.20	c removed literals (reason simplification)	: 12151019
1800.14/895.20	c reason swapping (by a shorter reason)	: 0
1800.14/895.20	c Calls to reduceDB	: 48
1800.14/895.20	c Number of update (reduction) of LBD	: 1052029
1800.14/895.20	c Imported unit clauses	: 0
1800.14/895.20	c number of reductions to clauses (during analyze)	: 0
1800.14/895.20	c number of learned constraints concerned by reduction	: 0
1800.14/895.20	c number of learning phase by resolution	: 0
1800.14/895.20	c number of learning phase by cutting planes	: 0
1800.14/895.20	c speed (assignments/second)	: 1219727.6603975685
1800.14/895.20	c non guided choices	9467
1800.14/895.25	c learnt constraints type 
1800.14/895.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 82251
1800.14/895.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 147001
1800.14/895.25	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/895.25	c starts		: 34
1800.14/895.25	c conflicts		: 10082
1800.14/895.25	c decisions		: 156133
1800.14/895.25	c propagations		: 8518853
1800.14/895.25	c inspects		: 742539385
1800.14/895.25	c shortcuts		: 0
1800.14/895.25	c learnt literals	: 0
1800.14/895.25	c learnt binary clauses	: 0
1800.14/895.25	c learnt ternary clauses	: 25
1800.14/895.25	c learnt constraints	: 10081
1800.14/895.25	c ignored constraints	: 0
1800.14/895.25	c root simplifications	: 0
1800.14/895.25	c removed literals (reason simplification)	: 0
1800.14/895.25	c reason swapping (by a shorter reason)	: 0
1800.14/895.25	c Calls to reduceDB	: 1
1800.14/895.25	c Number of update (reduction) of LBD	: 0
1800.14/895.25	c Imported unit clauses	: 0
1800.14/895.25	c number of reductions to clauses (during analyze)	: 0
1800.14/895.25	c number of learned constraints concerned by reduction	: 0
1800.14/895.25	c number of learning phase by resolution	: 0
1800.14/895.25	c number of learning phase by cutting planes	: 0
1800.14/895.25	c speed (assignments/second)	: 9524.252100201467
1800.14/895.25	c non guided choices	1163
1800.14/895.25	c learnt constraints type 
1800.14/895.25	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 395
1800.14/895.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1498
1800.14/895.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8188
1800.14/895.25	s UNKNOWN
1800.14/895.25	c Total wall clock time (in seconds): 895.126

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4080521-1465280373/watcher-4080521-1465280373 -o /tmp/evaluation-result-4080521-1465280373/solver-4080521-1465280373 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23732 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080521-1465280373.opb 

pid=24204
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: 4.07 4.15 4.00 3/197 24207
/proc/meminfo: memFree=27096992/32872528 swapFree=15784/1434320
[pid=24207] ppid=24204 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/24207/stat : 24207 (java) D 24204 24207 23715 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 109970495 2560000 46 33554432000 1073741824 1073778376 140734777402928 140734777400056 214360485159 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/24207/statm: 625 46 37 9 0 29 0

[startup+0.100122 s]
/proc/loadavg: 4.07 4.15 4.00 3/197 24207
/proc/meminfo: memFree=27096992/32872528 swapFree=15784/1434320
[pid=24207] ppid=24204 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24207/stat : 24207 (java) S 24204 24207 23715 0 -1 4202496 4382 0 1 0 8 1 0 0 20 0 18 0 109970495 9787879424 5498 33554432000 1073741824 1073778376 140734777402928 140734777394064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24207/statm: 2389619 5498 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 4.07 4.15 4.00 3/197 24207
/proc/meminfo: memFree=27096992/32872528 swapFree=15784/1434320
[pid=24207] ppid=24204 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/24207/stat : 24207 (java) S 24204 24207 23715 0 -1 4202496 5568 0 1 0 25 1 0 0 20 0 18 0 109970495 9787879424 7383 33554432000 1073741824 1073778376 140734777402928 140734777394064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24207/statm: 2389619 7383 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 4.07 4.15 4.00 3/197 24207
/proc/meminfo: memFree=27096992/32872528 swapFree=15784/1434320
[pid=24207] ppid=24204 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/24207/stat : 24207 (java) S 24204 24207 23715 0 -1 4202496 7381 0 1 0 53 2 0 0 20 0 18 0 109970495 9787879424 10749 33554432000 1073741824 1073778376 140734777402928 140734777394064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24207/statm: 2389619 10749 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700177 s]
/proc/loadavg: 4.07 4.15 4.00 3/197 24207
/proc/meminfo: memFree=27096992/32872528 swapFree=15784/1434320
[pid=24207] ppid=24204 vsize=9558476 CPUtime=1.58 cores=1,3,5,7
/proc/24207/stat : 24207 (java) S 24204 24207 23715 0 -1 4202496 20698 0 1 0 154 4 0 0 20 0 18 0 109970495 9787879424 39888 33554432000 1073741824 1073778376 140734777402928 140734777394064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24207/statm: 2389619 39888 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 4.07 4.15 4.00 7/219 24229
/proc/meminfo: memFree=26919624/32872528 swapFree=15784/1434320
[pid=24207] ppid=24204 vsize=9824732 CPUtime=4.67 cores=1,3,5,7
/proc/24207/stat : 24207 (java) S 24204 24207 23715 0 -1 4202496 26464 0 1 0 460 7 0 0 20 0 22 0 109970495 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 140734777394064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24207/statm: 2456183 52420 2281 9 0 2446860 0
[pid=24207/tid=24209] ppid=24204 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/24207/task/24209/stat : 24209 (java) S 24204 24207 23715 0 -1 4202560 2467 0 1 0 74 2 0 0 20 0 22 0 109970495 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794296128376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24210] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24210/stat : 24210 (java) S 24204 24207 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109970497 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794139216040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24211] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24211/stat : 24211 (java) S 24204 24207 23715 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 109970497 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794138163496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24212] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24212/stat : 24212 (java) S 24204 24207 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109970497 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794137110952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24213] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24213/stat : 24213 (java) S 24204 24207 23715 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 109970497 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794136058408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24214] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24214/stat : 24214 (java) S 24204 24207 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109970497 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794135005864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24215] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24215/stat : 24215 (java) S 24204 24207 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109970497 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794133953320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24216] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24216/stat : 24216 (java) S 24204 24207 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109970497 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794132900776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24217] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24217/stat : 24217 (java) S 24204 24207 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109970497 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794131848232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24218] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24218/stat : 24218 (java) S 24204 24207 23715 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 109970498 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794119649384 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24219] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24219/stat : 24219 (java) S 24204 24207 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 109970498 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794118595704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24220] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24220/stat : 24220 (java) S 24204 24207 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109970498 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794117543048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24221] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24221/stat : 24221 (java) S 24204 24207 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109970501 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794116491792 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24222] ppid=24204 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/24207/task/24222/stat : 24222 (java) R 24204 24207 23715 0 -1 4202560 13982 0 0 0 116 3 0 0 20 0 22 0 109970501 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794115426400 139794300245436 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24223] ppid=24204 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/24207/task/24223/stat : 24223 (java) R 24204 24207 23715 0 -1 4202560 8563 0 0 0 124 2 0 0 20 0 22 0 109970501 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794114372456 139794300222180 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24224] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24224/stat : 24224 (java) S 24204 24207 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109970501 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794113334264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24225] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24225/stat : 24225 (java) S 24204 24207 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109970501 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794112281928 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24226] ppid=24204 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/24207/task/24226/stat : 24226 (java) R 24204 24207 23715 0 -1 4202560 20 0 0 0 66 0 0 0 20 0 22 0 109970574 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794111225680 139794157056192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24227] ppid=24204 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/24207/task/24227/stat : 24227 (java) R 24204 24207 23715 0 -1 4202560 40 0 0 0 67 0 0 0 20 0 22 0 109970574 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794110171816 139794157082316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24228] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24228/stat : 24228 (java) S 24204 24207 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109970576 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794109121576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24229] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24229/stat : 24229 (java) S 24204 24207 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109970576 10060525568 52420 33554432000 1073741824 1073778376 140734777402928 139794108069032 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 9824732

[startup+3.10091 s]
/proc/loadavg: 4.07 4.15 4.00 5/219 24229
/proc/meminfo: memFree=26899944/32872528 swapFree=15784/1434320
[pid=24207] ppid=24204 vsize=9824732 CPUtime=8.52 cores=1,3,5,7
/proc/24207/stat : 24207 (java) S 24204 24207 23715 0 -1 4202496 26518 0 1 0 843 9 0 0 20 0 22 0 109970495 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 140734777394064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24207/statm: 2456183 56117 2288 9 0 2446860 0
[pid=24207/tid=24209] ppid=24204 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/24207/task/24209/stat : 24209 (java) S 24204 24207 23715 0 -1 4202560 2467 0 1 0 74 2 0 0 20 0 22 0 109970495 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794296128376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24210] ppid=24204 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24207/task/24210/stat : 24210 (java) S 24204 24207 23715 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 109970497 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794139216040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24211] ppid=24204 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24207/task/24211/stat : 24211 (java) S 24204 24207 23715 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 109970497 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794138163496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24212] ppid=24204 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24207/task/24212/stat : 24212 (java) S 24204 24207 23715 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 109970497 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794137110952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24213] ppid=24204 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24207/task/24213/stat : 24213 (java) S 24204 24207 23715 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 109970497 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794136058408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24214] ppid=24204 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24207/task/24214/stat : 24214 (java) S 24204 24207 23715 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 109970497 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794135005864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24215] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24215/stat : 24215 (java) S 24204 24207 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109970497 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794133953320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24216] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24216/stat : 24216 (java) S 24204 24207 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109970497 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794132900776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24217] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24217/stat : 24217 (java) S 24204 24207 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109970497 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794131848232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24218] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24218/stat : 24218 (java) S 24204 24207 23715 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 109970498 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794119649384 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24219] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24219/stat : 24219 (java) S 24204 24207 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 109970498 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794118595704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24220] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24220/stat : 24220 (java) S 24204 24207 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109970498 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794117543048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24221] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24221/stat : 24221 (java) S 24204 24207 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109970501 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794116491792 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24222] ppid=24204 vsize=9824732 CPUtime=1.51 cores=1,3,5,7
/proc/24207/task/24222/stat : 24222 (java) S 24204 24207 23715 0 -1 4202560 13992 0 0 0 148 3 0 0 20 0 22 0 109970501 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794115439160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24223] ppid=24204 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/24207/task/24223/stat : 24223 (java) S 24204 24207 23715 0 -1 4202560 8567 0 0 0 152 2 0 0 20 0 22 0 109970501 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794114386616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24224] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24224/stat : 24224 (java) S 24204 24207 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109970501 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794113334264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24225] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24225/stat : 24225 (java) S 24204 24207 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109970501 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794112281928 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24226] ppid=24204 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/24207/task/24226/stat : 24226 (java) R 24204 24207 23715 0 -1 4202560 20 0 0 0 223 0 0 0 20 0 22 0 109970574 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794111226120 139794157110908 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24227] ppid=24204 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/24207/task/24227/stat : 24227 (java) R 24204 24207 23715 0 -1 4202560 41 0 0 0 224 0 0 0 20 0 22 0 109970574 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794110173096 139794157287091 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24228] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24228/stat : 24228 (java) S 24204 24207 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109970576 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794109121576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24229] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24229/stat : 24229 (java) S 24204 24207 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109970576 10060525568 56117 33554432000 1073741824 1073778376 140734777402928 139794108069032 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.52
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.07 4.15 4.00 5/219 24229
/proc/meminfo: memFree=26775496/32872528 swapFree=15784/1434320
[pid=24207] ppid=24204 vsize=9824732 CPUtime=15.2 cores=1,3,5,7
/proc/24207/stat : 24207 (java) S 24204 24207 23715 0 -1 4202496 26763 0 1 0 1506 14 0 0 20 0 22 0 109970495 10060525568 91298 33554432000 1073741824 1073778376 140734777402928 140734777394064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24207/statm: 2456183 91298 2292 9 0 2446860 0
[pid=24207/tid=24209] ppid=24204 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/24207/task/24209/stat : 24209 (java) S 24204 24207 23715 0 -1 4202560 2467 0 1 0 74 2 0 0 20 0 22 0 109970495 10060525568 91298 33554432000 1073741824 1073778376 140734777402928 139794296128376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24210] ppid=24204 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24207/task/24210/stat : 24210 (java) S 24204 24207 23715 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 109970497 10060525568 91298 33554432000 1073741824 1073778376 140734777402928 139794139216040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24211] ppid=24204 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24207/task/24211/stat : 24211 (java) S 24204 24207 23715 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 109970497 10060525568 91298 33554432000 1073741824 1073778376 140734777402928 139794138163496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24212] ppid=24204 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24207/task/24212/stat : 24212 (java) S 24204 24207 23715 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 22 0 109970497 10060525568 91298 33554432000 1073741824 1073778376 140734777402928 139794137110952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24213] ppid=24204 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24207/task/24213/stat : 24213 (java) S 24204 24207 23715 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 109970497 10060525568 91298 33554432000 1073741824 1073778376 140734777402928 139794136058408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24214] ppid=24204 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24207/task/24214/stat : 24214 (java) S 24204 24207 23715 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 109970497 10060525568 91298 33554432000 1073741824 1073778376 140734777402928 139794135005864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24215] ppid=24204 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24207/task/24215/stat : 24215 (java) S 24204 24207 23715 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 109970497 10060525568 91298 33554432000 1073741824 1073778376 140734777402928 139794133953320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24216] ppid=24204 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24207/task/24216/stat : 24216 (java) S 24204 24207 23715 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 109970497 10060525568 91298 33554432000 1073741824 1073778376 140734777402928 139794132900776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24217] ppid=24204 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24207/task/24217/stat : 24217 (java) S 24204 24207 23715 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 109970497 10060525568 91298 33554432000 1073741824 1073778376 140734777402928 139794131848232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24218] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24218/stat : 24218 (java) S 24204 24207 23715 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 109970498 10060525568 91298 33554432000 1073741824 1073778376 140734777402928 139794119649384 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24219] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24219/stat : 24219 (java) S 24204 24207 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 109970498 10060525568 91298 33554432000 1073741824 1073778376 140734777402928 139794118595704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24220] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24220/stat : 24220 (java) S 24204 24207 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109970498 10060525568 91298 33554432000 1073741824 1073778376 140734777402928 139794117543048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24221] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24221/stat : 24221 (java) S 24204 24207 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109970501 10060525568 91298 33554432000 1073741824 1073778376 140734777402928 139794116491792 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24222] ppid=24204 vsize=9824732 CPUtime=1.63 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.14 4.23 4.12 5/219 24320
/proc/meminfo: memFree=23021068/32872528 swapFree=15784/1434320
[pid=24207] ppid=24204 vsize=9824732 CPUtime=1653.09 cores=1,3,5,7
/proc/24207/stat : 24207 (java) S 24204 24207 23715 0 -1 4202496 36454 0 1 0 165095 214 0 0 20 0 22 0 109970495 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 140734777394064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24207/statm: 2456183 967774 2301 9 0 2446860 0
[pid=24207/tid=24209] ppid=24204 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/24207/task/24209/stat : 24209 (java) S 24204 24207 23715 0 -1 4202560 2482 0 1 0 76 4 0 0 20 0 22 0 109970495 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794296128376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24210] ppid=24204 vsize=9824732 CPUtime=3.54 cores=1,3,5,7
/proc/24207/task/24210/stat : 24210 (java) S 24204 24207 23715 0 -1 4202560 842 0 0 0 336 18 0 0 20 0 22 0 109970497 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794139216040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24211] ppid=24204 vsize=9824732 CPUtime=3.46 cores=1,3,5,7
/proc/24207/task/24211/stat : 24211 (java) S 24204 24207 23715 0 -1 4202560 810 0 0 0 325 21 0 0 20 0 22 0 109970497 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794138163496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24212] ppid=24204 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/24207/task/24212/stat : 24212 (java) S 24204 24207 23715 0 -1 4202560 794 0 0 0 270 21 0 0 20 0 22 0 109970497 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794137110952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24213] ppid=24204 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/24207/task/24213/stat : 24213 (java) S 24204 24207 23715 0 -1 4202560 644 0 0 0 263 19 0 0 20 0 22 0 109970497 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794136058408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24214] ppid=24204 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/24207/task/24214/stat : 24214 (java) S 24204 24207 23715 0 -1 4202560 707 0 0 0 288 21 0 0 20 0 22 0 109970497 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794135005864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24215] ppid=24204 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/24207/task/24215/stat : 24215 (java) S 24204 24207 23715 0 -1 4202560 645 0 0 0 284 16 0 0 20 0 22 0 109970497 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794133953320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24216] ppid=24204 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/24207/task/24216/stat : 24216 (java) S 24204 24207 23715 0 -1 4202560 585 0 0 0 276 19 0 0 20 0 22 0 109970497 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794132900776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24217] ppid=24204 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/24207/task/24217/stat : 24217 (java) S 24204 24207 23715 0 -1 4202560 651 0 0 0 270 19 0 0 20 0 22 0 109970497 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794131848232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24218] ppid=24204 vsize=9824732 CPUtime=6.38 cores=1,3,5,7
/proc/24207/task/24218/stat : 24218 (java) S 24204 24207 23715 0 -1 4202560 2582 0 0 0 632 6 0 0 20 0 22 0 109970498 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794119649384 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24219] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24219/stat : 24219 (java) S 24204 24207 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 109970498 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794118595704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24220] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24220/stat : 24220 (java) S 24204 24207 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109970498 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794117543048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24221] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24221/stat : 24221 (java) S 24204 24207 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109970501 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794116491792 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24222] ppid=24204 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/24207/task/24222/stat : 24222 (java) S 24204 24207 23715 0 -1 4202560 14440 0 0 0 217 3 0 0 20 0 22 0 109970501 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794115439160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24223] ppid=24204 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/24207/task/24223/stat : 24223 (java) S 24204 24207 23715 0 -1 4202560 8574 0 0 0 169 2 0 0 20 0 22 0 109970501 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794114386616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24224] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24224/stat : 24224 (java) S 24204 24207 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109970501 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794113334264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24225] ppid=24204 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/24207/task/24225/stat : 24225 (java) S 24204 24207 23715 0 -1 4202560 47 0 0 0 17 17 0 0 20 0 22 0 109970501 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794112281928 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24226] ppid=24204 vsize=9824732 CPUtime=808.59 cores=1,3,5,7
/proc/24207/task/24226/stat : 24226 (java) R 24204 24207 23715 0 -1 4202560 71 0 0 0 80844 15 0 0 20 0 22 0 109970574 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794111224096 139794157035112 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24227] ppid=24204 vsize=9824732 CPUtime=808.56 cores=1,3,5,7
/proc/24207/task/24227/stat : 24227 (java) R 24204 24207 23715 0 -1 4202560 1312 0 0 0 80810 46 0 0 20 0 22 0 109970574 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794110172384 139794157578370 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24228] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24228/stat : 24228 (java) S 24204 24207 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109970576 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794109121576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24229] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24229/stat : 24229 (java) S 24204 24207 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109970576 10060525568 967774 33554432000 1073741824 1073778376 140734777402928 139794108069032 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1653.09
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.18 4.23 4.13 6/218 24321
/proc/meminfo: memFree=22958348/32872528 swapFree=15784/1434320
[pid=24207] ppid=24204 vsize=9824732 CPUtime=1774.26 cores=1,3,5,7
/proc/24207/stat : 24207 (java) S 24204 24207 23715 0 -1 4202496 36652 0 1 0 177204 222 0 0 20 0 22 0 109970495 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 140734777394064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24207/statm: 2456183 979619 2301 9 0 2446860 0
[pid=24207/tid=24209] ppid=24204 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/24207/task/24209/stat : 24209 (java) S 24204 24207 23715 0 -1 4202560 2483 0 1 0 76 4 0 0 20 0 22 0 109970495 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794296128376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24210] ppid=24204 vsize=9824732 CPUtime=3.86 cores=1,3,5,7
/proc/24207/task/24210/stat : 24210 (java) S 24204 24207 23715 0 -1 4202560 873 0 0 0 367 19 0 0 20 0 22 0 109970497 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794139216040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24211] ppid=24204 vsize=9824732 CPUtime=3.74 cores=1,3,5,7
/proc/24207/task/24211/stat : 24211 (java) S 24204 24207 23715 0 -1 4202560 839 0 0 0 352 22 0 0 20 0 22 0 109970497 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794138163496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24212] ppid=24204 vsize=9824732 CPUtime=3.28 cores=1,3,5,7
/proc/24207/task/24212/stat : 24212 (java) S 24204 24207 23715 0 -1 4202560 804 0 0 0 307 21 0 0 20 0 22 0 109970497 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794137110952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24213] ppid=24204 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/24207/task/24213/stat : 24213 (java) S 24204 24207 23715 0 -1 4202560 657 0 0 0 305 19 0 0 20 0 22 0 109970497 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794136058408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24214] ppid=24204 vsize=9824732 CPUtime=3.38 cores=1,3,5,7
/proc/24207/task/24214/stat : 24214 (java) S 24204 24207 23715 0 -1 4202560 733 0 0 0 316 22 0 0 20 0 22 0 109970497 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794135005864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24215] ppid=24204 vsize=9824732 CPUtime=3.26 cores=1,3,5,7
/proc/24207/task/24215/stat : 24215 (java) S 24204 24207 23715 0 -1 4202560 668 0 0 0 309 17 0 0 20 0 22 0 109970497 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794133953320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24216] ppid=24204 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/24207/task/24216/stat : 24216 (java) S 24204 24207 23715 0 -1 4202560 616 0 0 0 303 19 0 0 20 0 22 0 109970497 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794132900776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24217] ppid=24204 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/24207/task/24217/stat : 24217 (java) S 24204 24207 23715 0 -1 4202560 661 0 0 0 295 20 0 0 20 0 22 0 109970497 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794131848232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24218] ppid=24204 vsize=9824732 CPUtime=6.39 cores=1,3,5,7
/proc/24207/task/24218/stat : 24218 (java) S 24204 24207 23715 0 -1 4202560 2596 0 0 0 632 7 0 0 20 0 22 0 109970498 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794119649384 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24219] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24219/stat : 24219 (java) S 24204 24207 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 109970498 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794118595704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24220] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24220/stat : 24220 (java) S 24204 24207 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109970498 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794117543048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24221] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24221/stat : 24221 (java) S 24204 24207 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109970501 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794116491792 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24222] ppid=24204 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/24207/task/24222/stat : 24222 (java) S 24204 24207 23715 0 -1 4202560 14440 0 0 0 217 3 0 0 20 0 22 0 109970501 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794115439160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24223] ppid=24204 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/24207/task/24223/stat : 24223 (java) S 24204 24207 23715 0 -1 4202560 8574 0 0 0 169 2 0 0 20 0 22 0 109970501 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794114386616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24224] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24224/stat : 24224 (java) S 24204 24207 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109970501 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794113334264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24225] ppid=24204 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/24207/task/24225/stat : 24225 (java) S 24204 24207 23715 0 -1 4202560 51 0 0 0 19 17 0 0 20 0 22 0 109970501 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794112281928 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24226] ppid=24204 vsize=9824732 CPUtime=867.93 cores=1,3,5,7
/proc/24207/task/24226/stat : 24226 (java) R 24204 24207 23715 0 -1 4202560 75 0 0 0 86777 16 0 0 20 0 22 0 109970574 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794111224992 139794157034627 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24227] ppid=24204 vsize=9824732 CPUtime=867.9 cores=1,3,5,7
/proc/24207/task/24227/stat : 24227 (java) R 24204 24207 23715 0 -1 4202560 1314 0 0 0 86743 47 0 0 20 0 22 0 109970574 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794110171584 139794157578084 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24228] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24228/stat : 24228 (java) S 24204 24207 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109970576 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794109121576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24229] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24229/stat : 24229 (java) S 24204 24207 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109970576 10060525568 979619 33554432000 1073741824 1073778376 140734777402928 139794108069032 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1774.26
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.201 s]
/proc/loadavg: 4.16 4.22 4.13 5/218 24321
/proc/meminfo: memFree=22943896/32872528 swapFree=15784/1434320
[pid=24207] ppid=24204 vsize=9824732 CPUtime=1800.14 cores=1,3,5,7
/proc/24207/stat : 24207 (java) S 24204 24207 23715 0 -1 4202496 36682 0 1 0 179790 224 0 0 20 0 22 0 109970495 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 140734777394064 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24207/statm: 2456183 983209 2301 9 0 2446860 0
[pid=24207/tid=24209] ppid=24204 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/24207/task/24209/stat : 24209 (java) S 24204 24207 23715 0 -1 4202560 2483 0 1 0 76 4 0 0 20 0 22 0 109970495 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794296128376 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24210] ppid=24204 vsize=9824732 CPUtime=3.89 cores=1,3,5,7
/proc/24207/task/24210/stat : 24210 (java) S 24204 24207 23715 0 -1 4202560 876 0 0 0 370 19 0 0 20 0 22 0 109970497 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794139216040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24211] ppid=24204 vsize=9824732 CPUtime=3.76 cores=1,3,5,7
/proc/24207/task/24211/stat : 24211 (java) S 24204 24207 23715 0 -1 4202560 844 0 0 0 354 22 0 0 20 0 22 0 109970497 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794138163496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24212] ppid=24204 vsize=9824732 CPUtime=3.3 cores=1,3,5,7
/proc/24207/task/24212/stat : 24212 (java) S 24204 24207 23715 0 -1 4202560 806 0 0 0 308 22 0 0 20 0 22 0 109970497 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794137110952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24213] ppid=24204 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/24207/task/24213/stat : 24213 (java) S 24204 24207 23715 0 -1 4202560 663 0 0 0 309 20 0 0 20 0 22 0 109970497 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794136058408 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24214] ppid=24204 vsize=9824732 CPUtime=3.4 cores=1,3,5,7
/proc/24207/task/24214/stat : 24214 (java) S 24204 24207 23715 0 -1 4202560 735 0 0 0 318 22 0 0 20 0 22 0 109970497 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794135005864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24215] ppid=24204 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/24207/task/24215/stat : 24215 (java) S 24204 24207 23715 0 -1 4202560 669 0 0 0 310 17 0 0 20 0 22 0 109970497 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794133953320 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24216] ppid=24204 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/24207/task/24216/stat : 24216 (java) S 24204 24207 23715 0 -1 4202560 620 0 0 0 305 20 0 0 20 0 22 0 109970497 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794132900776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24217] ppid=24204 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/24207/task/24217/stat : 24217 (java) S 24204 24207 23715 0 -1 4202560 663 0 0 0 296 20 0 0 20 0 22 0 109970497 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794131848232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24218] ppid=24204 vsize=9824732 CPUtime=6.39 cores=1,3,5,7
/proc/24207/task/24218/stat : 24218 (java) S 24204 24207 23715 0 -1 4202560 2600 0 0 0 632 7 0 0 20 0 22 0 109970498 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794119649384 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24219] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24219/stat : 24219 (java) S 24204 24207 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 109970498 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794118595704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24220] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24220/stat : 24220 (java) S 24204 24207 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109970498 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794117543048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24221] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24221/stat : 24221 (java) S 24204 24207 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109970501 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794116491792 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24222] ppid=24204 vsize=9824732 CPUtime=2.2 cores=1,3,5,7
/proc/24207/task/24222/stat : 24222 (java) S 24204 24207 23715 0 -1 4202560 14440 0 0 0 217 3 0 0 20 0 22 0 109970501 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794115439160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24223] ppid=24204 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/24207/task/24223/stat : 24223 (java) S 24204 24207 23715 0 -1 4202560 8574 0 0 0 169 2 0 0 20 0 22 0 109970501 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794114386616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24224] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24224/stat : 24224 (java) S 24204 24207 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109970501 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794113334264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24225] ppid=24204 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/24207/task/24225/stat : 24225 (java) S 24204 24207 23715 0 -1 4202560 51 0 0 0 19 18 0 0 20 0 22 0 109970501 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794112281928 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24207/tid=24226] ppid=24204 vsize=9824732 CPUtime=880.76 cores=1,3,5,7
/proc/24207/task/24226/stat : 24226 (java) R 24204 24207 23715 0 -1 4202560 76 0 0 0 88060 16 0 0 20 0 22 0 109970574 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794111224992 139794157034931 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24207/tid=24227] ppid=24204 vsize=9824732 CPUtime=880.73 cores=1,3,5,7
/proc/24207/task/24227/stat : 24227 (java) R 24204 24207 23715 0 -1 4202560 1314 0 0 0 88026 47 0 0 20 0 22 0 109970574 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794110171184 139794157253788 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24207/tid=24228] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24228/stat : 24228 (java) S 24204 24207 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109970576 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794109121576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24207/tid=24229] ppid=24204 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24207/task/24229/stat : 24229 (java) S 24204 24207 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109970576 10060525568 983209 33554432000 1073741824 1073778376 140734777402928 139794108069032 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 24207 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.273
CPU time (s): 1800.75
CPU user time (s): 1797.99
CPU system time (s): 2.76158
CPU usage (%): 201.14
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.99
system time used= 2.76158
maximum resident set size= 3932952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36716
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23550
involuntary context switches= 26926

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.38303 second user time and 6.84496 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 08:19:33
IDJOB=4080521
IDBENCH=90158
IDSOLVER=2543
FILE ID=node130/4080521-1465280373
RUNJOBID= node130-1465277942-23732
PBS_JOBID= 19843313
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K131.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080521-1465280373/watcher-4080521-1465280373 -o /tmp/evaluation-result-4080521-1465280373/solver-4080521-1465280373 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23732 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080521-1465280373.opb

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

MD5SUM BENCH= e9be7f2de41339e64a2918d1bf7ead92
RANDOM SEED=1875162251

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27097364 kB
Buffers:          114040 kB
Cached:           208328 kB
SwapCached:         1724 kB
Active:          3360300 kB
Inactive:         232528 kB
Active(anon):    3271588 kB
Inactive(anon):     1252 kB
Active(file):      88712 kB
Inactive(file):   231276 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              2044 kB
Writeback:             0 kB
AnonPages:       4710056 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             602052 kB
SReclaimable:      45460 kB
SUnreclaim:       556592 kB
KernelStack:        1632 kB
PageTables:        13752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5004700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4630528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node130 at 2016-06-07 08:34:28