Trace number 4101290

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.72 897.447

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-stocfor2.opb
MD5SUMcbc7f776eebadde6a6228c5e168c70a1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables60930
Total number of constraints2157
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2157
Minimum length of a constraint30
Maximum length of a constraint450
Number of terms in the objective function 31770
Biggest coefficient in the objective function 2474
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 550404
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 550404
Number of bits of the biggest sum of numbers20
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.00/0.10	c version PB16.v20160501
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/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-4101290-1466213512.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
2.14/1.19	c ... done. Wall clock time 1.068s.
2.14/1.19	c declared #vars     60930
2.14/1.19	c #constraints  3300
2.14/1.20	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.14/1.20	c constraints type 
2.14/1.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3
2.14/1.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3297
2.14/1.20	c 3300 constraints processed.
2.14/1.20	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.14/1.20	c constraints type 
2.14/1.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3
2.14/1.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3297
2.14/1.20	c 3300 constraints processed.
2.14/1.20	c objective function length is 31770 literals
5.79/2.39	c cleaning 2452 clauses out of 4911 with flag 12947/5000
7.45/3.18	c cleaning 4230 clauses out of 8459 with flag 29357/11000
9.75/4.23	c cleaning 5615 clauses out of 11230 with flag 49970/18001
12.15/5.46	c cleaning 6804 clauses out of 13614 with flag 74155/26000
15.29/6.99	c cleaning 7903 clauses out of 15810 with flag 101005/35000
19.00/8.74	c cleaning 8954 clauses out of 17908 with flag 129303/45001
22.61/10.53	c cleaning 9976 clauses out of 19953 with flag 161368/56000
27.01/12.71	c cleaning 10987 clauses out of 21978 with flag 197498/68001
31.75/15.01	c cleaning 11990 clauses out of 23990 with flag 240490/81000
34.55/16.41	c cleaning 12997 clauses out of 25993 with flag 271529/95000
36.96/17.61	c cleaning 13996 clauses out of 27996 with flag 303058/110003
38.95/18.68	c cleaning 14992 clauses out of 29997 with flag 337481/126000
42.76/20.57	c cleaning 15998 clauses out of 32005 with flag 374033/143000
46.69/22.48	c cleaning 17003 clauses out of 34007 with flag 417089/161000
51.29/24.75	c cleaning 18000 clauses out of 36004 with flag 461292/180000
56.48/27.33	c cleaning 18998 clauses out of 38004 with flag 509407/200000
62.94/30.41	c cleaning 20000 clauses out of 40006 with flag 559072/221000
69.67/33.76	c cleaning 21000 clauses out of 42006 with flag 614321/243000
76.95/37.32	c cleaning 21999 clauses out of 44008 with flag 672658/266002
84.55/41.14	c cleaning 23001 clauses out of 46007 with flag 746065/290000
91.56/44.66	c cleaning 23998 clauses out of 48006 with flag 809431/315000
98.76/48.28	c cleaning 25005 clauses out of 50011 with flag 887591/341003
107.51/52.57	c cleaning 26002 clauses out of 52005 with flag 975682/368002
113.91/55.77	c cleaning 26999 clauses out of 54003 with flag 1049502/396002
117.31/57.49	c cleaning 27998 clauses out of 55996 with flag 1108244/425001
128.72/63.17	c cleaning 28997 clauses out of 57997 with flag 1170770/455000
139.13/68.40	c cleaning 29989 clauses out of 59993 with flag 1236711/486001
153.43/75.40	c cleaning 30987 clauses out of 62002 with flag 1322993/518000
168.83/83.13	c cleaning 32005 clauses out of 64015 with flag 1412886/551000
186.11/91.74	c cleaning 32998 clauses out of 66010 with flag 1516150/585000
198.53/97.91	c cleaning 33998 clauses out of 68013 with flag 1616530/620001
212.95/105.18	c cleaning 34999 clauses out of 70014 with flag 1707022/656000
224.22/110.76	c cleaning 35996 clauses out of 72017 with flag 1810848/693002
241.24/119.29	c cleaning 36999 clauses out of 74021 with flag 1904088/731002
257.43/127.36	c cleaning 38003 clauses out of 76020 with flag 2026740/770000
270.51/133.80	c cleaning 39003 clauses out of 78019 with flag 2128316/810002
285.11/141.15	c cleaning 40000 clauses out of 80015 with flag 2235946/851001
304.11/150.67	c cleaning 40994 clauses out of 82014 with flag 2341561/893000
321.77/159.49	c cleaning 42003 clauses out of 84021 with flag 2463217/936001
342.77/169.99	c cleaning 42994 clauses out of 86017 with flag 2593619/980000
365.42/181.26	c cleaning 44005 clauses out of 88024 with flag 2708175/1025001
392.01/194.52	c cleaning 45004 clauses out of 90018 with flag 2852407/1071000
412.68/204.85	c cleaning 46002 clauses out of 92016 with flag 2986038/1118002
439.55/218.26	c cleaning 46998 clauses out of 94012 with flag 3138633/1166000
468.74/232.83	c cleaning 48006 clauses out of 96014 with flag 3295724/1215000
497.44/247.16	c cleaning 49005 clauses out of 98010 with flag 3448348/1265002
527.96/262.74	c cleaning 49999 clauses out of 100003 with flag 3603818/1316000
560.81/279.15	c cleaning 50998 clauses out of 102011 with flag 3764324/1368007
598.91/298.16	c cleaning 51997 clauses out of 104008 with flag 3911933/1421002
639.32/318.37	c cleaning 53005 clauses out of 106010 with flag 4058161/1475001
680.43/338.84	c cleaning 53990 clauses out of 108004 with flag 4210631/1530000
726.72/361.97	c cleaning 54999 clauses out of 110015 with flag 4361440/1586001
777.10/387.02	c cleaning 56004 clauses out of 112016 with flag 4514279/1643001
823.89/410.38	c cleaning 57001 clauses out of 114011 with flag 4670764/1701000
862.74/429.71	c cleaning 58000 clauses out of 116012 with flag 4874023/1760002
902.66/449.66	c cleaning 58998 clauses out of 118010 with flag 5051510/1820000
939.20/467.82	c cleaning 60000 clauses out of 120012 with flag 5239041/1881000
984.20/490.21	c cleaning 61000 clauses out of 122012 with flag 5427800/1943000
1032.61/514.83	c cleaning 62002 clauses out of 124012 with flag 5623015/2006000
1069.26/533.16	c cleaning 63001 clauses out of 126010 with flag 5846777/2070000
1114.38/555.66	c cleaning 63997 clauses out of 128012 with flag 6062140/2135003
1168.94/582.85	c cleaning 64999 clauses out of 130013 with flag 6283320/2201001
1219.54/608.03	c cleaning 66000 clauses out of 132013 with flag 6504322/2268000
1263.92/630.10	c cleaning 0 clauses out of 5000 with flag 0/5000
1275.40/635.76	c cleaning 67002 clauses out of 134014 with flag 6724893/2336001
1337.08/666.47	c cleaning 67998 clauses out of 136011 with flag 6958911/2405000
1397.52/696.52	c cleaning 69003 clauses out of 138016 with flag 7187290/2475003
1459.63/727.50	c cleaning 69998 clauses out of 140010 with flag 7413065/2546000
1509.68/752.32	c cleaning 70997 clauses out of 142007 with flag 7614945/2618000
1571.74/783.73	c cleaning 71998 clauses out of 144009 with flag 7778812/2691002
1657.12/826.28	c cleaning 72994 clauses out of 146009 with flag 7939671/2765000
1757.01/875.95	c cleaning 73996 clauses out of 148015 with flag 8099998/2840000
1800.18/897.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/897.40	c starts		: 3146
1800.18/897.40	c conflicts		: 2886162
1800.18/897.40	c decisions		: 4512818
1800.18/897.40	c propagations		: 108815828
1800.18/897.40	c inspects		: 11946681445
1800.18/897.40	c shortcuts		: 0
1800.18/897.40	c learnt literals	: 123
1800.18/897.40	c learnt binary clauses	: 162
1800.18/897.40	c learnt ternary clauses	: 333
1800.18/897.40	c learnt constraints	: 2886039
1800.18/897.40	c ignored constraints	: 0
1800.18/897.40	c root simplifications	: 0
1800.18/897.40	c removed literals (reason simplification)	: 11372047
1800.18/897.40	c reason swapping (by a shorter reason)	: 0
1800.18/897.40	c Calls to reduceDB	: 71
1800.18/897.40	c Number of update (reduction) of LBD	: 372013
1800.18/897.40	c Imported unit clauses	: 0
1800.18/897.40	c number of reductions to clauses (during analyze)	: 0
1800.18/897.40	c number of learned constraints concerned by reduction	: 0
1800.18/897.40	c number of learning phase by resolution	: 0
1800.18/897.40	c number of learning phase by cutting planes	: 0
1800.18/897.40	c speed (assignments/second)	: 121432.95487770312
1800.18/897.40	c non guided choices	90134
1800.18/897.43	c learnt constraints type 
1800.18/897.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 162
1800.18/897.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120019
1800.18/897.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/897.43	c starts		: 6
1800.18/897.43	c conflicts		: 5999
1800.18/897.43	c decisions		: 438406
1800.18/897.43	c propagations		: 16142933
1800.18/897.43	c inspects		: 318803213
1800.18/897.43	c shortcuts		: 0
1800.18/897.43	c learnt literals	: 0
1800.18/897.43	c learnt binary clauses	: 0
1800.18/897.43	c learnt ternary clauses	: 0
1800.18/897.43	c learnt constraints	: 5999
1800.18/897.43	c ignored constraints	: 0
1800.18/897.43	c root simplifications	: 0
1800.18/897.43	c removed literals (reason simplification)	: 0
1800.18/897.43	c reason swapping (by a shorter reason)	: 0
1800.18/897.43	c Calls to reduceDB	: 1
1800.18/897.43	c Number of update (reduction) of LBD	: 0
1800.18/897.43	c Imported unit clauses	: 0
1800.18/897.43	c number of reductions to clauses (during analyze)	: 0
1800.18/897.43	c number of learned constraints concerned by reduction	: 0
1800.18/897.43	c number of learning phase by resolution	: 0
1800.18/897.43	c number of learning phase by cutting planes	: 0
1800.18/897.43	c speed (assignments/second)	: 18014.374287200066
1800.18/897.43	c non guided choices	11973
1800.18/897.43	c learnt constraints type 
1800.18/897.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6
1800.18/897.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5993
1800.18/897.43	s UNKNOWN
1800.18/897.43	c Total wall clock time (in seconds): 897.307

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-4101290-1466213512/watcher-4101290-1466213512 -o /tmp/evaluation-result-4101290-1466213512/solver-4101290-1466213512 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14491 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101290-1466213512.opb 

pid=17502
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.05 4.11 4.08 3/198 17505
/proc/meminfo: memFree=28864528/32872528 swapFree=338416/354768
[pid=17505] ppid=17502 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17505/stat : 17505 (java) D 17502 17505 14474 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 23397920 9515008 185 33554432000 1073741824 1073778376 140733426518960 140733426508024 242158234919 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/17505/statm: 2323 185 143 9 0 71 0

[startup+0.100064 s]
/proc/loadavg: 4.05 4.11 4.08 3/198 17505
/proc/meminfo: memFree=28864528/32872528 swapFree=338416/354768
[pid=17505] ppid=17502 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17505/stat : 17505 (java) S 17502 17505 14474 0 -1 4202496 4417 0 1 0 8 1 0 0 20 0 18 0 23397920 9787879424 6047 33554432000 1073741824 1073778376 140733426518960 140733426510096 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17505/statm: 2389619 6047 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200297 s]
/proc/loadavg: 4.05 4.11 4.08 3/198 17505
/proc/meminfo: memFree=28864528/32872528 swapFree=338416/354768
[pid=17505] ppid=17502 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/17505/stat : 17505 (java) S 17502 17505 14474 0 -1 4202496 5039 0 1 0 26 1 0 0 20 0 18 0 23397920 9787879424 7421 33554432000 1073741824 1073778376 140733426518960 140733426510096 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17505/statm: 2389619 7421 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300254 s]
/proc/loadavg: 4.05 4.11 4.08 3/198 17505
/proc/meminfo: memFree=28864528/32872528 swapFree=338416/354768
[pid=17505] ppid=17502 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/17505/stat : 17505 (java) S 17502 17505 14474 0 -1 4202496 5983 0 1 0 46 2 0 0 20 0 18 0 23397920 9787879424 11989 33554432000 1073741824 1073778376 140733426518960 140733426510096 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17505/statm: 2389619 11989 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700208 s]
/proc/loadavg: 4.05 4.11 4.08 3/198 17505
/proc/meminfo: memFree=28864528/32872528 swapFree=338416/354768
[pid=17505] ppid=17502 vsize=9558476 CPUtime=1.49 cores=1,3,5,7
/proc/17505/stat : 17505 (java) S 17502 17505 14474 0 -1 4202496 16157 0 1 0 141 8 0 0 20 0 18 0 23397920 9787879424 51481 33554432000 1073741824 1073778376 140733426518960 140733426510096 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17505/statm: 2389619 51481 2264 9 0 2380296 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 4.05 4.11 4.08 4/216 17523
/proc/meminfo: memFree=28610616/32872528 swapFree=338416/354768
[pid=17505] ppid=17502 vsize=9824732 CPUtime=3.38 cores=1,3,5,7
/proc/17505/stat : 17505 (java) S 17502 17505 14474 0 -1 4202496 16845 0 1 0 320 18 0 0 20 0 22 0 23397920 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 140733426510096 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17505/statm: 2456183 65880 2284 9 0 2446860 0
[pid=17505/tid=17507] ppid=17502 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (java) S 17502 17505 14474 0 -1 4202560 2490 0 1 0 103 3 0 0 20 0 22 0 23397921 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864678744952 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17508] ppid=17502 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (java) S 17502 17505 14474 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 22 0 23397922 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864522525608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17509] ppid=17502 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (java) S 17502 17505 14474 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 23397922 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864521473064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17510] ppid=17502 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17505/task/17510/stat : 17510 (java) S 17502 17505 14474 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 23397922 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864520420008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17511] ppid=17502 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/17505/task/17511/stat : 17511 (java) S 17502 17505 14474 0 -1 4202560 143 0 0 0 6 4 0 0 20 0 22 0 23397922 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864519367464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17512] ppid=17502 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17505/task/17512/stat : 17512 (java) S 17502 17505 14474 0 -1 4202560 113 0 0 0 2 2 0 0 20 0 22 0 23397922 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864518314408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17513] ppid=17502 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17505/task/17513/stat : 17513 (java) S 17502 17505 14474 0 -1 4202560 101 0 0 0 1 2 0 0 20 0 22 0 23397922 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864517261864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17514] ppid=17502 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17505/task/17514/stat : 17514 (java) S 17502 17505 14474 0 -1 4202560 42 0 0 0 2 1 0 0 20 0 22 0 23397922 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864516208808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17515] ppid=17502 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17505/task/17515/stat : 17515 (java) S 17502 17505 14474 0 -1 4202560 111 0 0 0 1 2 0 0 20 0 22 0 23397922 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864515156264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17516] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17516/stat : 17516 (java) S 17502 17505 14474 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23397923 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864502958952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17517] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17517/stat : 17517 (java) S 17502 17505 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23397924 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864501905272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17518] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17518/stat : 17518 (java) S 17502 17505 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23397924 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864500852104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17519] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17519/stat : 17519 (java) S 17502 17505 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23397926 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864499800848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17520] ppid=17502 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/17505/task/17520/stat : 17520 (java) R 17502 17505 14474 0 -1 4202560 4831 0 0 0 61 0 0 0 20 0 22 0 23397926 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864498734800 139864681338065 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17521] ppid=17502 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/17505/task/17521/stat : 17521 (java) R 17502 17505 14474 0 -1 4202560 7556 0 0 0 65 1 0 0 20 0 22 0 23397926 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864497682336 139864684708739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17522] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17522/stat : 17522 (java) S 17502 17505 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23397926 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864496642296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17523] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17523/stat : 17523 (java) S 17502 17505 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23397926 10060525568 65880 33554432000 1073741824 1073778376 140733426518960 139864495589960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.38
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.05 4.11 4.08 11/220 17527
/proc/meminfo: memFree=28489436/32872528 swapFree=338416/354768
[pid=17505] ppid=17502 vsize=9824732 CPUtime=7.45 cores=1,3,5,7
/proc/17505/stat : 17505 (java) S 17502 17505 14474 0 -1 4202496 20333 0 1 0 718 27 0 0 20 0 22 0 23397920 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 140733426510096 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17505/statm: 2456183 105003 2289 9 0 2446860 0
[pid=17505/tid=17507] ppid=17502 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (java) S 17502 17505 14474 0 -1 4202560 2491 0 1 0 103 3 0 0 20 0 22 0 23397921 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864678744952 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17508] ppid=17502 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (java) S 17502 17505 14474 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 22 0 23397922 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864522525608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17509] ppid=17502 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (java) S 17502 17505 14474 0 -1 4202560 57 0 0 0 5 2 0 0 20 0 22 0 23397922 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864521473064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17510] ppid=17502 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17505/task/17510/stat : 17510 (java) S 17502 17505 14474 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 22 0 23397922 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864520420008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17511] ppid=17502 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/17505/task/17511/stat : 17511 (java) S 17502 17505 14474 0 -1 4202560 152 0 0 0 9 4 0 0 20 0 22 0 23397922 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864519367464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17512] ppid=17502 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17505/task/17512/stat : 17512 (java) S 17502 17505 14474 0 -1 4202560 123 0 0 0 4 3 0 0 20 0 22 0 23397922 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864518314408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17513] ppid=17502 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17505/task/17513/stat : 17513 (java) S 17502 17505 14474 0 -1 4202560 112 0 0 0 5 2 0 0 20 0 22 0 23397922 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864517261864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17514] ppid=17502 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17505/task/17514/stat : 17514 (java) S 17502 17505 14474 0 -1 4202560 66 0 0 0 5 2 0 0 20 0 22 0 23397922 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864516208808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17515] ppid=17502 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/17505/task/17515/stat : 17515 (java) S 17502 17505 14474 0 -1 4202560 140 0 0 0 7 3 0 0 20 0 22 0 23397922 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864515156264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17516] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17516/stat : 17516 (java) S 17502 17505 14474 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23397923 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864502958952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17517] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17517/stat : 17517 (java) S 17502 17505 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23397924 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864501905272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17518] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17518/stat : 17518 (java) S 17502 17505 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23397924 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864500852104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17519] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17519/stat : 17519 (java) S 17502 17505 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23397926 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864499800848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17520] ppid=17502 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/17505/task/17520/stat : 17520 (java) S 17502 17505 14474 0 -1 4202560 7207 0 0 0 103 1 0 0 20 0 22 0 23397926 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864498747704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17521] ppid=17502 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/17505/task/17521/stat : 17521 (java) S 17502 17505 14474 0 -1 4202560 8343 0 0 0 95 1 0 0 20 0 22 0 23397926 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864497695160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17522] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17522/stat : 17522 (java) S 17502 17505 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23397926 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864496642296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17523] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17523/stat : 17523 (java) S 17502 17505 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23397926 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864495589960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17524] ppid=17502 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/17505/task/17524/stat : 17524 (java) R 17502 17505 14474 0 -1 4202560 33 0 0 0 179 0 0 0 20 0 22 0 23398040 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864494526880 139864551705157 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17525] ppid=17502 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/17505/task/17525/stat : 17525 (java) R 17502 17505 14474 0 -1 4202560 67 0 0 0 177 2 0 0 20 0 22 0 23398040 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864493482104 139864552113932 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17526] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17526/stat : 17526 (java) S 17502 17505 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23398051 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864492430632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17527] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17527/stat : 17527 (java) S 17502 17505 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23398052 10060525568 105003 33554432000 1073741824 1073778376 140733426518960 139864491378088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.04 4.10 4.08 5/220 17527
/proc/meminfo: memFree=28296344/32872528 swapFree=338416/354768
[pid=17505] ppid=17502 vsize=9824732 CPUtime=14.06 cores=1,3,5,7
/proc/17505/stat : 17505 (java) S 17502 17505 14474 0 -1 4202496 21100 0 1 0 1370 36 0 0 20 0 22 0 23397920 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 140733426510096 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17505/statm: 2456183 172863 2289 9 0 2446860 0
[pid=17505/tid=17507] ppid=17502 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (java) S 17502 17505 14474 0 -1 4202560 2491 0 1 0 103 3 0 0 20 0 22 0 23397921 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864678744952 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17508] ppid=17502 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (java) S 17502 17505 14474 0 -1 4202560 54 0 0 0 8 3 0 0 20 0 22 0 23397922 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864522525608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17509] ppid=17502 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (java) S 17502 17505 14474 0 -1 4202560 86 0 0 0 8 3 0 0 20 0 22 0 23397922 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864521473064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17510] ppid=17502 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/17505/task/17510/stat : 17510 (java) S 17502 17505 14474 0 -1 4202560 58 0 0 0 9 3 0 0 20 0 22 0 23397922 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864520420008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17511] ppid=17502 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/17505/task/17511/stat : 17511 (java) S 17502 17505 14474 0 -1 4202560 164 0 0 0 11 4 0 0 20 0 22 0 23397922 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864519367464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17512] ppid=17502 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/17505/task/17512/stat : 17512 (java) S 17502 17505 14474 0 -1 4202560 161 0 0 0 9 3 0 0 20 0 22 0 23397922 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864518314408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17513] ppid=17502 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/17505/task/17513/stat : 17513 (java) S 17502 17505 14474 0 -1 4202560 142 0 0 0 7 3 0 0 20 0 22 0 23397922 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864517261864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17514] ppid=17502 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/17505/task/17514/stat : 17514 (java) S 17502 17505 14474 0 -1 4202560 96 0 0 0 7 3 0 0 20 0 22 0 23397922 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864516208808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17515] ppid=17502 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/17505/task/17515/stat : 17515 (java) S 17502 17505 14474 0 -1 4202560 149 0 0 0 9 4 0 0 20 0 22 0 23397922 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864515156264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17516] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17516/stat : 17516 (java) S 17502 17505 14474 0 -1 4202560 483 0 0 0 0 0 0 0 20 0 22 0 23397923 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864502958952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17517] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17517/stat : 17517 (java) S 17502 17505 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23397924 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864501905272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17518] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17518/stat : 17518 (java) S 17502 17505 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23397924 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864500852104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17519] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17519/stat : 17519 (java) S 17502 17505 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23397926 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864499800848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17520] ppid=17502 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/17505/task/17520/stat : 17520 (java) S 17502 17505 14474 0 -1 4202560 7217 0 0 0 106 1 0 0 20 0 22 0 23397926 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864498747704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17521] ppid=17502 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/17505/task/17521/stat : 17521 (java) S 17502 17505 14474 0 -1 4202560 8344 0 0 0 98 1 0 0 20 0 22 0 23397926 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864497695160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17522] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17522/stat : 17522 (java) S 17502 17505 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23397926 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864496642296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17523] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17523/stat : 17523 (java) S 17502 17505 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23397926 10060525568 172863 33554432000 1073741824 1073778376 140733426518960 139864495589960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17524] ppid=17502 vsize=9824732 CPUtime=4.9 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.12 4.08 4.08 5/219 17819
/proc/meminfo: memFree=27315772/32872528 swapFree=338416/354768
[pid=17505] ppid=17502 vsize=9824732 CPUtime=1649.26 cores=1,3,5,7
/proc/17505/stat : 17505 (java) S 17502 17505 14474 0 -1 4202496 35121 0 1 0 164760 166 0 0 20 0 22 0 23397920 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 140733426510096 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17505/statm: 2456183 504842 2300 9 0 2446860 0
[pid=17505/tid=17507] ppid=17502 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (java) S 17502 17505 14474 0 -1 4202560 2495 0 1 0 106 4 0 0 20 0 22 0 23397921 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864678744952 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17508] ppid=17502 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (java) S 17502 17505 14474 0 -1 4202560 412 0 0 0 139 11 0 0 20 0 22 0 23397922 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864522525608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17509] ppid=17502 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (java) S 17502 17505 14474 0 -1 4202560 351 0 0 0 149 9 0 0 20 0 22 0 23397922 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864521473064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17510] ppid=17502 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/17505/task/17510/stat : 17510 (java) S 17502 17505 14474 0 -1 4202560 423 0 0 0 155 12 0 0 20 0 22 0 23397922 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864520420008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17511] ppid=17502 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/17505/task/17511/stat : 17511 (java) S 17502 17505 14474 0 -1 4202560 517 0 0 0 144 12 0 0 20 0 22 0 23397922 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864519367464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17512] ppid=17502 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/17505/task/17512/stat : 17512 (java) S 17502 17505 14474 0 -1 4202560 526 0 0 0 165 11 0 0 20 0 22 0 23397922 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864518314408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17513] ppid=17502 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/17505/task/17513/stat : 17513 (java) S 17502 17505 14474 0 -1 4202560 502 0 0 0 159 12 0 0 20 0 22 0 23397922 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864517261864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17514] ppid=17502 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/17505/task/17514/stat : 17514 (java) S 17502 17505 14474 0 -1 4202560 400 0 0 0 148 10 0 0 20 0 22 0 23397922 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864516208808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17515] ppid=17502 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/17505/task/17515/stat : 17515 (java) S 17502 17505 14474 0 -1 4202560 465 0 0 0 132 9 0 0 20 0 22 0 23397922 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864515156264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17516] ppid=17502 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/17505/task/17516/stat : 17516 (java) S 17502 17505 14474 0 -1 4202560 6308 0 0 0 269 9 0 0 20 0 22 0 23397923 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864502958952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17517] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17517/stat : 17517 (java) S 17502 17505 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23397924 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864501905272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17518] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17518/stat : 17518 (java) S 17502 17505 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23397924 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864500852104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17519] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17519/stat : 17519 (java) S 17502 17505 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23397926 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864499800848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17520] ppid=17502 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/17505/task/17520/stat : 17520 (java) S 17502 17505 14474 0 -1 4202560 7224 0 0 0 112 1 0 0 20 0 22 0 23397926 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864498747704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17521] ppid=17502 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/17505/task/17521/stat : 17521 (java) S 17502 17505 14474 0 -1 4202560 12278 0 0 0 182 2 0 0 20 0 22 0 23397926 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864497695160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17522] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17522/stat : 17522 (java) S 17502 17505 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23397926 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864496642296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17523] ppid=17502 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/17505/task/17523/stat : 17523 (java) S 17502 17505 14474 0 -1 4202560 47 0 0 0 17 19 0 0 20 0 22 0 23397926 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864495589960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17524] ppid=17502 vsize=9824732 CPUtime=814.7 cores=1,3,5,7
/proc/17505/task/17524/stat : 17524 (java) R 17502 17505 14474 0 -1 4202560 196 0 0 0 81442 28 0 0 20 0 22 0 23398040 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864494534560 139864552007682 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17525] ppid=17502 vsize=9824732 CPUtime=814.72 cores=1,3,5,7
/proc/17505/task/17525/stat : 17525 (java) R 17502 17505 14474 0 -1 4202560 1712 0 0 0 81420 52 0 0 20 0 22 0 23398040 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864493483416 139864551725553 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17526] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17526/stat : 17526 (java) S 17502 17505 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23398051 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864492430632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17527] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17527/stat : 17527 (java) S 17502 17505 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23398052 10060525568 504842 33554432000 1073741824 1073778376 140733426518960 139864491378088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1649.26
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.04 4.06 4.07 5/219 17820
/proc/meminfo: memFree=26863768/32872528 swapFree=338416/354768
[pid=17505] ppid=17502 vsize=9824732 CPUtime=1769.85 cores=1,3,5,7
/proc/17505/stat : 17505 (java) S 17502 17505 14474 0 -1 4202496 35175 0 1 0 176816 169 0 0 20 0 22 0 23397920 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 140733426510096 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17505/statm: 2456183 492239 2300 9 0 2446860 0
[pid=17505/tid=17507] ppid=17502 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (java) S 17502 17505 14474 0 -1 4202560 2495 0 1 0 106 4 0 0 20 0 22 0 23397921 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864678744952 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17508] ppid=17502 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (java) S 17502 17505 14474 0 -1 4202560 426 0 0 0 156 11 0 0 20 0 22 0 23397922 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864522525608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17509] ppid=17502 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (java) S 17502 17505 14474 0 -1 4202560 354 0 0 0 166 9 0 0 20 0 22 0 23397922 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864521473064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17510] ppid=17502 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/17505/task/17510/stat : 17510 (java) S 17502 17505 14474 0 -1 4202560 423 0 0 0 170 12 0 0 20 0 22 0 23397922 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864520420008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17511] ppid=17502 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/17505/task/17511/stat : 17511 (java) S 17502 17505 14474 0 -1 4202560 517 0 0 0 159 13 0 0 20 0 22 0 23397922 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864519367464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17512] ppid=17502 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/17505/task/17512/stat : 17512 (java) S 17502 17505 14474 0 -1 4202560 526 0 0 0 183 11 0 0 20 0 22 0 23397922 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864518314408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17513] ppid=17502 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/17505/task/17513/stat : 17513 (java) S 17502 17505 14474 0 -1 4202560 502 0 0 0 174 12 0 0 20 0 22 0 23397922 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864517261864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17514] ppid=17502 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/17505/task/17514/stat : 17514 (java) S 17502 17505 14474 0 -1 4202560 403 0 0 0 165 11 0 0 20 0 22 0 23397922 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864516208808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17515] ppid=17502 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/17505/task/17515/stat : 17515 (java) S 17502 17505 14474 0 -1 4202560 475 0 0 0 147 9 0 0 20 0 22 0 23397922 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864515156264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17516] ppid=17502 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/17505/task/17516/stat : 17516 (java) S 17502 17505 14474 0 -1 4202560 6312 0 0 0 270 10 0 0 20 0 22 0 23397923 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864502958952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17517] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17517/stat : 17517 (java) S 17502 17505 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23397924 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864501905272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17518] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17518/stat : 17518 (java) S 17502 17505 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23397924 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864500852104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17519] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17519/stat : 17519 (java) S 17502 17505 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23397926 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864499800848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17520] ppid=17502 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/17505/task/17520/stat : 17520 (java) S 17502 17505 14474 0 -1 4202560 7224 0 0 0 112 1 0 0 20 0 22 0 23397926 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864498747704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17521] ppid=17502 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/17505/task/17521/stat : 17521 (java) S 17502 17505 14474 0 -1 4202560 12278 0 0 0 182 2 0 0 20 0 22 0 23397926 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864497695160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17522] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17522/stat : 17522 (java) S 17502 17505 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23397926 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864496642296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17523] ppid=17502 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/17505/task/17523/stat : 17523 (java) S 17502 17505 14474 0 -1 4202560 51 0 0 0 18 20 0 0 20 0 22 0 23397926 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864495589960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17524] ppid=17502 vsize=9824732 CPUtime=874.32 cores=1,3,5,7
/proc/17505/task/17524/stat : 17524 (java) R 17502 17505 14474 0 -1 4202560 202 0 0 0 87403 29 0 0 20 0 22 0 23398040 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864494534560 139864551944923 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17525] ppid=17502 vsize=9824732 CPUtime=874.35 cores=1,3,5,7
/proc/17505/task/17525/stat : 17525 (java) R 17502 17505 14474 0 -1 4202560 1722 0 0 0 87382 53 0 0 20 0 22 0 23398040 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864493481104 139864551725324 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17526] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17526/stat : 17526 (java) S 17502 17505 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23398051 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864492430632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17527] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17527/stat : 17527 (java) S 17502 17505 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23398052 10060525568 492239 33554432000 1073741824 1073778376 140733426518960 139864491378088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1769.85
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.401 s]
/proc/loadavg: 4.03 4.06 4.07 5/219 17820
/proc/meminfo: memFree=26891376/32872528 swapFree=338416/354768
[pid=17505] ppid=17502 vsize=9824732 CPUtime=1800.18 cores=1,3,5,7
/proc/17505/stat : 17505 (java) S 17502 17505 14474 0 -1 4202496 35201 0 1 0 179847 171 0 0 20 0 22 0 23397920 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 140733426510096 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/17505/statm: 2456183 492511 2300 9 0 2446860 0
[pid=17505/tid=17507] ppid=17502 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/17505/task/17507/stat : 17507 (java) S 17502 17505 14474 0 -1 4202560 2495 0 1 0 107 4 0 0 20 0 22 0 23397921 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864678744952 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17508] ppid=17502 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/17505/task/17508/stat : 17508 (java) S 17502 17505 14474 0 -1 4202560 431 0 0 0 161 11 0 0 20 0 22 0 23397922 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864522525608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17509] ppid=17502 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/17505/task/17509/stat : 17509 (java) S 17502 17505 14474 0 -1 4202560 356 0 0 0 170 9 0 0 20 0 22 0 23397922 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864521473064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17510] ppid=17502 vsize=9824732 CPUtime=1.86 cores=1,3,5,7
/proc/17505/task/17510/stat : 17510 (java) S 17502 17505 14474 0 -1 4202560 425 0 0 0 174 12 0 0 20 0 22 0 23397922 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864520420008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17511] ppid=17502 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/17505/task/17511/stat : 17511 (java) S 17502 17505 14474 0 -1 4202560 517 0 0 0 162 13 0 0 20 0 22 0 23397922 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864519367464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17512] ppid=17502 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/17505/task/17512/stat : 17512 (java) S 17502 17505 14474 0 -1 4202560 529 0 0 0 188 11 0 0 20 0 22 0 23397922 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864518314408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17505/tid=17513] ppid=17502 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/17505/task/17513/stat : 17513 (java) S 17502 17505 14474 0 -1 4202560 508 0 0 0 179 12 0 0 20 0 22 0 23397922 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864517261864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17514] ppid=17502 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/17505/task/17514/stat : 17514 (java) S 17502 17505 14474 0 -1 4202560 405 0 0 0 170 11 0 0 20 0 22 0 23397922 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864516208808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17515] ppid=17502 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/17505/task/17515/stat : 17515 (java) S 17502 17505 14474 0 -1 4202560 476 0 0 0 149 9 0 0 20 0 22 0 23397922 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864515156264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17516] ppid=17502 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/17505/task/17516/stat : 17516 (java) S 17502 17505 14474 0 -1 4202560 6312 0 0 0 270 10 0 0 20 0 22 0 23397923 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864502958952 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17517] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17517/stat : 17517 (java) S 17502 17505 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23397924 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864501905272 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17518] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17518/stat : 17518 (java) S 17502 17505 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23397924 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864500852104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17519] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17519/stat : 17519 (java) S 17502 17505 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23397926 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864499800848 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17520] ppid=17502 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/17505/task/17520/stat : 17520 (java) S 17502 17505 14474 0 -1 4202560 7224 0 0 0 112 1 0 0 20 0 22 0 23397926 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864498747704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17521] ppid=17502 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/17505/task/17521/stat : 17521 (java) S 17502 17505 14474 0 -1 4202560 12278 0 0 0 182 2 0 0 20 0 22 0 23397926 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864497695160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17522] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17522/stat : 17522 (java) S 17502 17505 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23397926 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864496642296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17523] ppid=17502 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/17505/task/17523/stat : 17523 (java) S 17502 17505 14474 0 -1 4202560 51 0 0 0 19 20 0 0 20 0 22 0 23397926 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864495589960 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17524] ppid=17502 vsize=9824732 CPUtime=889.31 cores=1,3,5,7
/proc/17505/task/17524/stat : 17524 (java) R 17502 17505 14474 0 -1 4202560 205 0 0 0 88902 29 0 0 20 0 22 0 23398040 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864494535768 139864551944923 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17505/tid=17525] ppid=17502 vsize=9824732 CPUtime=889.35 cores=1,3,5,7
/proc/17505/task/17525/stat : 17525 (java) R 17502 17505 14474 0 -1 4202560 1724 0 0 0 88882 53 0 0 20 0 22 0 23398040 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864493481920 139864551724555 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17505/tid=17526] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17526/stat : 17526 (java) S 17502 17505 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23398051 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864492430632 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17505/tid=17527] ppid=17502 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17505/task/17527/stat : 17527 (java) S 17502 17505 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23398052 10060525568 492511 33554432000 1073741824 1073778376 140733426518960 139864491378088 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 17505 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 897.447
CPU time (s): 1800.72
CPU user time (s): 1798.49
CPU system time (s): 2.23166
CPU usage (%): 200.649
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.49
system time used= 2.23166
maximum resident set size= 2970956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35234
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25022
involuntary context switches= 34141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.21206 second user time and 7.32589 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 03:31:52
IDJOB=4101290
IDBENCH=1724
IDSOLVER=2543
FILE ID=node126/4101290-1466213512
RUNJOBID= node126-1466206074-14491
PBS_JOBID= 19918151
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-stocfor2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101290-1466213512/watcher-4101290-1466213512 -o /tmp/evaluation-result-4101290-1466213512/solver-4101290-1466213512 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14491 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101290-1466213512.opb

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

MD5SUM BENCH= cbc7f776eebadde6a6228c5e168c70a1
RANDOM SEED=1256555215

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.24
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.121
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.121
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.121
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.55
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.121
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.121
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.121
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.121
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:        28865064 kB
Buffers:           48860 kB
Cached:           115636 kB
SwapCached:         1060 kB
Active:          2843848 kB
Inactive:          98836 kB
Active(anon):    2777916 kB
Inactive(anon):     2492 kB
Active(file):      65932 kB
Inactive(file):    96344 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100072 kB
Dirty:              3960 kB
Writeback:             0 kB
AnonPages:       3113168 kB
Mapped:            15468 kB
Shmem:                 0 kB
Slab:             571876 kB
SReclaimable:      16020 kB
SUnreclaim:       555856 kB
KernelStack:        1824 kB
PageTables:        10640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3884824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2689024 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= 71736 MiB
End job on node126 at 2016-06-18 03:46:49