Trace number 4080631

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.67 896.258

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_5_15.opb
MD5SUM278bedcb160fff5308a678f3e1e7c2f9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1212
Sum of products size (including duplicates)2424
Number of different products606
Sum of products size1212

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-4080631-1465259013.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  no objective function found
0.21/0.27	c ... done. Wall clock time 0.141s.
0.21/0.27	c declared #vars     100
0.21/0.27	c internal #vars     706
0.21/0.27	c #constraints  1365
0.21/0.27	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.21/0.27	c constraints type 
0.21/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 606
0.21/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.21/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.21/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 606
0.21/0.27	c 1365 constraints processed.
0.21/0.27	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.21/0.27	c constraints type 
0.21/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.21/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 606
0.21/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
0.21/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
0.21/0.27	c 1365 constraints processed.
2.44/0.85	c cleaning 2498 clauses out of 5000 with flag 12684/5000
3.96/1.22	c cleaning 4247 clauses out of 8502 with flag 27942/11000
4.95/1.53	c cleaning 5628 clauses out of 11255 with flag 46434/18000
5.77/1.94	c cleaning 6814 clauses out of 13627 with flag 68017/26000
7.06/2.52	c cleaning 7907 clauses out of 15814 with flag 92237/35001
8.27/3.18	c cleaning 8953 clauses out of 17906 with flag 120663/45000
9.90/3.98	c cleaning 9977 clauses out of 19953 with flag 151488/56000
11.99/4.94	c cleaning 10988 clauses out of 21976 with flag 185402/68000
13.99/5.97	c cleaning 11995 clauses out of 23989 with flag 221912/81001
16.59/7.25	c cleaning 12999 clauses out of 25998 with flag 265408/95005
19.45/8.68	c cleaning 13995 clauses out of 27995 with flag 311464/110001
22.69/10.24	c cleaning 14997 clauses out of 30000 with flag 360840/126001
26.11/11.95	c cleaning 15995 clauses out of 32002 with flag 414737/143000
29.71/13.70	c cleaning 16995 clauses out of 34008 with flag 473070/161001
33.72/15.71	c cleaning 18005 clauses out of 36013 with flag 532910/180001
37.79/17.71	c cleaning 19004 clauses out of 38007 with flag 599869/200000
41.99/19.90	c cleaning 20000 clauses out of 40004 with flag 667775/221001
47.25/22.44	c cleaning 21000 clauses out of 42003 with flag 739368/243000
52.65/25.13	c cleaning 21995 clauses out of 44004 with flag 828658/266001
58.05/27.84	c cleaning 23005 clauses out of 46009 with flag 920918/290001
63.93/30.75	c cleaning 24001 clauses out of 48004 with flag 1007093/315001
69.93/33.78	c cleaning 24998 clauses out of 50002 with flag 1103271/341000
76.53/37.09	c cleaning 25992 clauses out of 52004 with flag 1193562/368000
84.61/41.06	c cleaning 27004 clauses out of 54012 with flag 1277593/396000
86.00/41.79	c cleaning 0 clauses out of 5000 with flag 0/5000
93.20/45.15	c cleaning 28000 clauses out of 56008 with flag 1374097/425000
101.26/49.15	c cleaning 28996 clauses out of 58009 with flag 1484285/455001
109.66/53.39	c cleaning 29997 clauses out of 60012 with flag 1605124/486000
119.14/58.07	c cleaning 31007 clauses out of 62015 with flag 1724248/518000
128.75/62.84	c cleaning 31995 clauses out of 64008 with flag 1840726/551000
139.37/68.11	c cleaning 33007 clauses out of 66013 with flag 1961096/585000
151.43/74.16	c cleaning 33991 clauses out of 68006 with flag 2094829/620000
164.69/80.75	c cleaning 34994 clauses out of 70015 with flag 2225210/656000
178.48/87.62	c cleaning 35998 clauses out of 72022 with flag 2358972/693001
193.53/95.16	c cleaning 37008 clauses out of 74025 with flag 2496038/731002
208.38/102.51	c cleaning 37999 clauses out of 76015 with flag 2641240/770000
223.46/110.03	c cleaning 39004 clauses out of 78017 with flag 2780198/810001
239.86/118.26	c cleaning 40003 clauses out of 80014 with flag 2924357/851002
258.96/127.71	c cleaning 40998 clauses out of 82009 with flag 3087526/893000
278.40/137.46	c cleaning 42006 clauses out of 84012 with flag 3245546/936001
298.88/147.68	c cleaning 42999 clauses out of 86005 with flag 3409844/980000
318.38/157.33	c cleaning 44002 clauses out of 88006 with flag 3574028/1025000
339.66/167.90	c cleaning 44991 clauses out of 90004 with flag 3744241/1071000
361.31/178.73	c cleaning 46003 clauses out of 92013 with flag 3919303/1118000
382.79/189.48	c cleaning 47004 clauses out of 94011 with flag 4099863/1166001
407.28/201.62	c cleaning 47993 clauses out of 96008 with flag 4291551/1215002
432.42/214.14	c cleaning 49002 clauses out of 98015 with flag 4475889/1265002
455.90/225.82	c cleaning 0 clauses out of 11002 with flag 0/11002
456.53/226.18	c cleaning 49996 clauses out of 100011 with flag 4662729/1316000
482.34/238.92	c cleaning 50993 clauses out of 102015 with flag 4849686/1368000
510.15/252.75	c cleaning 52010 clauses out of 104023 with flag 5043813/1421001
541.59/268.67	c cleaning 52999 clauses out of 106012 with flag 5242901/1475000
572.74/284.11	c cleaning 53998 clauses out of 108014 with flag 5436011/1530001
606.70/301.01	c cleaning 55004 clauses out of 110015 with flag 5624573/1586000
638.45/316.84	c cleaning 56006 clauses out of 112012 with flag 5810559/1643001
671.97/333.53	c cleaning 57003 clauses out of 114006 with flag 6009708/1701001
704.77/349.82	c cleaning 57996 clauses out of 116004 with flag 6220849/1760002
740.53/367.69	c cleaning 58996 clauses out of 118006 with flag 6430850/1820000
776.86/386.03	c cleaning 60005 clauses out of 120010 with flag 6618410/1881000
815.86/405.49	c cleaning 61001 clauses out of 122006 with flag 6829912/1943001
855.79/425.36	c cleaning 61994 clauses out of 124004 with flag 7056050/2006000
896.35/445.56	c cleaning 63005 clauses out of 126010 with flag 7303489/2070000
938.91/466.76	c cleaning 63999 clauses out of 128006 with flag 7551432/2135001
984.50/489.41	c cleaning 64989 clauses out of 130008 with flag 7798675/2201002
1034.68/514.48	c cleaning 66007 clauses out of 132017 with flag 8051629/2268000
1083.32/538.62	c cleaning 67004 clauses out of 134010 with flag 8308989/2336000
1135.76/564.74	c cleaning 68001 clauses out of 136006 with flag 8527397/2405000
1192.94/593.54	c cleaning 69002 clauses out of 138007 with flag 8789097/2475002
1249.78/621.85	c cleaning 69995 clauses out of 140003 with flag 9073206/2546000
1307.44/650.55	c cleaning 70999 clauses out of 142009 with flag 9351467/2618001
1366.87/680.13	c cleaning 72001 clauses out of 144010 with flag 9643334/2691001
1424.49/708.87	c cleaning 73001 clauses out of 146008 with flag 9943068/2765000
1489.99/741.42	c cleaning 73989 clauses out of 148008 with flag 10262672/2840001
1544.22/768.47	c cleaning 0 clauses out of 18003 with flag 0/18003
1554.48/773.54	c cleaning 75011 clauses out of 150021 with flag 10583016/2916003
1618.84/806.02	c cleaning 75998 clauses out of 152007 with flag 10883902/2993000
1691.79/842.30	c cleaning 77005 clauses out of 154010 with flag 11161811/3071001
1761.45/877.06	c cleaning 77998 clauses out of 156004 with flag 11406858/3150000
1800.01/896.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.20	c starts		: 78
1800.01/896.20	c conflicts		: 3200657
1800.01/896.20	c decisions		: 5103700
1800.01/896.20	c propagations		: 38753707
1800.01/896.20	c inspects		: 12487419297
1800.01/896.20	c shortcuts		: 0
1800.01/896.20	c learnt literals	: 0
1800.01/896.20	c learnt binary clauses	: 0
1800.01/896.20	c learnt ternary clauses	: 1282
1800.01/896.20	c learnt constraints	: 3200657
1800.01/896.20	c ignored constraints	: 0
1800.01/896.20	c root simplifications	: 0
1800.01/896.20	c removed literals (reason simplification)	: 81661741
1800.01/896.20	c reason swapping (by a shorter reason)	: 0
1800.01/896.20	c Calls to reduceDB	: 75
1800.01/896.20	c Number of update (reduction) of LBD	: 1038017
1800.01/896.20	c Imported unit clauses	: 0
1800.01/896.20	c number of reductions to clauses (during analyze)	: 0
1800.01/896.20	c number of learned constraints concerned by reduction	: 0
1800.01/896.20	c number of learning phase by resolution	: 0
1800.01/896.20	c number of learning phase by cutting planes	: 0
1800.01/896.20	c speed (assignments/second)	: 43255.477572924545
1800.01/896.20	c non guided choices	641
1800.01/896.23	c learnt constraints type 
1800.01/896.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 128663
1800.01/896.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.23	c starts		: 45
1800.01/896.23	c conflicts		: 19160
1800.01/896.23	c decisions		: 29299
1800.01/896.23	c propagations		: 1045781
1800.01/896.23	c inspects		: 924605933
1800.01/896.23	c shortcuts		: 0
1800.01/896.23	c learnt literals	: 0
1800.01/896.23	c learnt binary clauses	: 0
1800.01/896.23	c learnt ternary clauses	: 0
1800.01/896.23	c learnt constraints	: 19159
1800.01/896.23	c ignored constraints	: 0
1800.01/896.23	c root simplifications	: 0
1800.01/896.23	c removed literals (reason simplification)	: 0
1800.01/896.23	c reason swapping (by a shorter reason)	: 0
1800.01/896.23	c Calls to reduceDB	: 3
1800.01/896.23	c Number of update (reduction) of LBD	: 0
1800.01/896.23	c Imported unit clauses	: 0
1800.01/896.23	c number of reductions to clauses (during analyze)	: 0
1800.01/896.23	c number of learned constraints concerned by reduction	: 0
1800.01/896.23	c number of learning phase by resolution	: 0
1800.01/896.23	c number of learning phase by cutting planes	: 0
1800.01/896.23	c speed (assignments/second)	: 1167.222310892152
1800.01/896.23	c non guided choices	641
1800.01/896.24	c learnt constraints type 
1800.01/896.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.01/896.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19158
1800.01/896.24	s UNKNOWN
1800.01/896.24	c Total wall clock time (in seconds): 896.113

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

pid=17513
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.78 4.09 4.15 5/197 17516
/proc/meminfo: memFree=29197096/32872528 swapFree=15784/1434320
[pid=17516] ppid=17513 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17516/stat : 17516 (java) D 17513 17516 15518 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 107834591 9515008 185 33554432000 1073741824 1073778376 140733440989696 140733440978760 214360485159 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/17516/statm: 2323 185 143 9 0 71 0

[startup+0.100064 s]
/proc/loadavg: 3.78 4.09 4.15 5/197 17516
/proc/meminfo: memFree=29197096/32872528 swapFree=15784/1434320
[pid=17516] ppid=17513 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17516/stat : 17516 (java) S 17513 17516 15518 0 -1 4202496 4440 0 1 0 8 1 0 0 20 0 18 0 107834591 9787879424 5034 33554432000 1073741824 1073778376 140733440989696 140733440980832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17516/statm: 2389619 5035 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200276 s]
/proc/loadavg: 3.78 4.09 4.15 5/197 17516
/proc/meminfo: memFree=29197096/32872528 swapFree=15784/1434320
[pid=17516] ppid=17513 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/17516/stat : 17516 (java) S 17513 17516 15518 0 -1 4202496 4615 0 1 0 20 1 0 0 20 0 18 0 107834591 9787879424 6721 33554432000 1073741824 1073778376 140733440989696 140733440980832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17516/statm: 2389619 6721 2178 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300235 s]
/proc/loadavg: 3.78 4.09 4.15 5/197 17516
/proc/meminfo: memFree=29197096/32872528 swapFree=15784/1434320
[pid=17516] ppid=17513 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/17516/stat : 17516 (java) S 17513 17516 15518 0 -1 4202496 6007 0 1 0 43 2 0 0 20 0 22 0 107834591 10060525568 9184 33554432000 1073741824 1073778376 140733440989696 140733440980832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17516/statm: 2456183 9184 2237 9 0 2446860 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9824732

[startup+0.700192 s]
/proc/loadavg: 3.78 4.09 4.15 5/197 17516
/proc/meminfo: memFree=29197096/32872528 swapFree=15784/1434320
[pid=17516] ppid=17513 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/17516/stat : 17516 (java) S 17513 17516 15518 0 -1 4202496 17760 0 1 0 200 4 0 0 20 0 22 0 107834591 10060525568 18853 33554432000 1073741824 1073778376 140733440989696 140733440980832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17516/statm: 2456183 18883 2255 9 0 2446860 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9824732

[startup+1.50093 s]
/proc/loadavg: 3.78 4.09 4.15 8/219 17538
/proc/meminfo: memFree=29019088/32872528 swapFree=15784/1434320
[pid=17516] ppid=17513 vsize=9824732 CPUtime=4.95 cores=1,3,5,7
/proc/17516/stat : 17516 (java) S 17513 17516 15518 0 -1 4202496 31529 0 1 0 485 10 0 0 20 0 22 0 107834591 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 140733440980832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17516/statm: 2456183 52395 2284 9 0 2446860 0
[pid=17516/tid=17518] ppid=17513 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/17516/task/17518/stat : 17518 (java) S 17513 17516 15518 0 -1 4202560 2465 0 1 0 23 1 0 0 20 0 22 0 107834592 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139634089538424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17519] ppid=17513 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17516/task/17519/stat : 17519 (java) S 17513 17516 15518 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 107834593 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633933187624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17520] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17520/stat : 17520 (java) S 17513 17516 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107834593 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633932134824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17521] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17521/stat : 17521 (java) S 17513 17516 15518 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 107834593 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633931082024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17522] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17522/stat : 17522 (java) S 17513 17516 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107834593 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633930029224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17523] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17523/stat : 17523 (java) S 17513 17516 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107834593 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633928977448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17524] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17524/stat : 17524 (java) S 17513 17516 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107834593 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633927924648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17525] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17525/stat : 17525 (java) S 17513 17516 15518 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 107834593 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633926871848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17526] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17526/stat : 17526 (java) S 17513 17516 15518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 107834593 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633925819048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17527] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17527/stat : 17527 (java) S 17513 17516 15518 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 107834595 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633913620968 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17528] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17528/stat : 17528 (java) S 17513 17516 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107834595 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633912567032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17529] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17529/stat : 17529 (java) S 17513 17516 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107834595 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633911514120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17530] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17530/stat : 17530 (java) S 17513 17516 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107834598 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633910462608 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17531] ppid=17513 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/17516/task/17531/stat : 17531 (java) S 17513 17516 15518 0 -1 4202560 14436 0 0 0 111 3 0 0 20 0 22 0 107834598 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633909410744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17532] ppid=17513 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/17516/task/17532/stat : 17532 (java) S 17513 17516 15518 0 -1 4202560 13119 0 0 0 109 2 0 0 20 0 22 0 107834598 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633908357944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17533] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17533/stat : 17533 (java) S 17513 17516 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107834598 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633907305336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17534] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17534/stat : 17534 (java) S 17513 17516 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107834598 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633906252744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17535] ppid=17513 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/17516/task/17535/stat : 17535 (java) R 17513 17516 15518 0 -1 4202560 26 0 0 0 113 0 0 0 20 0 22 0 107834619 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633905197744 139633962139987 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17536] ppid=17513 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/17516/task/17536/stat : 17536 (java) R 17513 17516 15518 0 -1 4202560 88 0 0 0 113 2 0 0 20 0 22 0 107834619 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633904143832 139633962015319 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17537] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17537/stat : 17537 (java) S 17513 17516 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107834619 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633903092648 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17538] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17538/stat : 17538 (java) S 17513 17516 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107834619 10060525568 52395 33554432000 1073741824 1073778376 140733440989696 139633902039848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 9824732

[startup+3.10091 s]
/proc/loadavg: 3.78 4.09 4.15 5/219 17538
/proc/meminfo: memFree=28860956/32872528 swapFree=15784/1434320
[pid=17516] ppid=17513 vsize=9824732 CPUtime=8.27 cores=1,3,5,7
/proc/17516/stat : 17516 (java) S 17513 17516 15518 0 -1 4202496 31779 0 1 0 810 17 0 0 20 0 22 0 107834591 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 140733440980832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17516/statm: 2456183 93485 2284 9 0 2446860 0
[pid=17516/tid=17518] ppid=17513 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/17516/task/17518/stat : 17518 (java) S 17513 17516 15518 0 -1 4202560 2465 0 1 0 23 1 0 0 20 0 22 0 107834592 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139634089538424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17519] ppid=17513 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17516/task/17519/stat : 17519 (java) S 17513 17516 15518 0 -1 4202560 28 0 0 0 1 2 0 0 20 0 22 0 107834593 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633933187624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17520] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17520/stat : 17520 (java) S 17513 17516 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107834593 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633932134824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17521] ppid=17513 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17516/task/17521/stat : 17521 (java) S 17513 17516 15518 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 107834593 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633931082024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17522] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17522/stat : 17522 (java) S 17513 17516 15518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 107834593 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633930029224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17523] ppid=17513 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17516/task/17523/stat : 17523 (java) S 17513 17516 15518 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 107834593 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633928977448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17524] ppid=17513 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17516/task/17524/stat : 17524 (java) S 17513 17516 15518 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 22 0 107834593 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633927924648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17525] ppid=17513 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17516/task/17525/stat : 17525 (java) S 17513 17516 15518 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 107834593 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633926871848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17526] ppid=17513 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17516/task/17526/stat : 17526 (java) S 17513 17516 15518 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 107834593 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633925819048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17527] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17527/stat : 17527 (java) S 17513 17516 15518 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 107834595 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633913620968 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17528] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17528/stat : 17528 (java) S 17513 17516 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107834595 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633912567032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17529] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17529/stat : 17529 (java) S 17513 17516 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107834595 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633911514120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17530] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17530/stat : 17530 (java) S 17513 17516 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107834598 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633910462608 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17531] ppid=17513 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/17516/task/17531/stat : 17531 (java) S 17513 17516 15518 0 -1 4202560 14439 0 0 0 116 3 0 0 20 0 22 0 107834598 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633909410744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17532] ppid=17513 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/17516/task/17532/stat : 17532 (java) S 17513 17516 15518 0 -1 4202560 13119 0 0 0 110 2 0 0 20 0 22 0 107834598 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633908357944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17533] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17533/stat : 17533 (java) S 17513 17516 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107834598 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633907305336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17534] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17534/stat : 17534 (java) S 17513 17516 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107834598 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633906252744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17535] ppid=17513 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/17516/task/17535/stat : 17535 (java) R 17513 17516 15518 0 -1 4202560 28 0 0 0 269 0 0 0 20 0 22 0 107834619 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633905197528 139633962061394 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17536] ppid=17513 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/17516/task/17536/stat : 17536 (java) R 17513 17516 15518 0 -1 4202560 155 0 0 0 266 4 0 0 20 0 22 0 107834619 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633904144552 139633962227882 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17537] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17537/stat : 17537 (java) S 17513 17516 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107834619 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633903092648 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17538] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17538/stat : 17538 (java) S 17513 17516 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107834619 10060525568 93485 33554432000 1073741824 1073778376 140733440989696 139633902039848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 3.80 4.09 4.14 5/219 17538
/proc/meminfo: memFree=28579508/32872528 swapFree=15784/1434320
[pid=17516] ppid=17513 vsize=9824732 CPUtime=14.79 cores=1,3,5,7
/proc/17516/stat : 17516 (java) S 17513 17516 15518 0 -1 4202496 32326 0 1 0 1453 26 0 0 20 0 22 0 107834591 10060525568 156471 33554432000 1073741824 1073778376 140733440989696 140733440980832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17516/statm: 2456183 156471 2284 9 0 2446860 0
[pid=17516/tid=17518] ppid=17513 vsize=9824732 CPUtime=0.24 cores=1,3,5,7
/proc/17516/task/17518/stat : 17518 (java) S 17513 17516 15518 0 -1 4202560 2465 0 1 0 23 1 0 0 20 0 22 0 107834592 10060525568 156471 33554432000 1073741824 1073778376 140733440989696 139634089538424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17519] ppid=17513 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17516/task/17519/stat : 17519 (java) S 17513 17516 15518 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 22 0 107834593 10060525568 156471 33554432000 1073741824 1073778376 140733440989696 139633933187624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17520] ppid=17513 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17516/task/17520/stat : 17520 (java) S 17513 17516 15518 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 107834593 10060525568 156471 33554432000 1073741824 1073778376 140733440989696 139633932134824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17521] ppid=17513 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/17516/task/17521/stat : 17521 (java) S 17513 17516 15518 0 -1 4202560 57 0 0 0 3 2 0 0 20 0 22 0 107834593 10060525568 156471 33554432000 1073741824 1073778376 140733440989696 139633931082024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17522] ppid=17513 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17516/task/17522/stat : 17522 (java) S 17513 17516 15518 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 107834593 10060525568 156471 33554432000 1073741824 1073778376 140733440989696 139633930029224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17523] ppid=17513 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/17516/task/17523/stat : 17523 (java) S 17513 17516 15518 0 -1 4202560 39 0 0 0 2 0 0 0 20 0 22 0 107834593 10060525568 156471 33554432000 1073741824 1073778376 140733440989696 139633928977448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17524] ppid=17513 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/17516/task/17524/stat : 17524 (java) S 17513 17516 15518 0 -1 4202560 63 0 0 0 5 3 0 0 20 0 22 0 107834593 10060525568 156471 33554432000 1073741824 1073778376 140733440989696 139633927924648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17525] ppid=17513 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17516/task/17525/stat : 17525 (java) S 17513 17516 15518 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 22 0 107834593 10060525568 156471 33554432000 1073741824 1073778376 140733440989696 139633926871848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17526] ppid=17513 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17516/task/17526/stat : 17526 (java) S 17513 17516 15518 0 -1 4202560 49 0 0 0 3 1 0 0 20 0 22 0 107834593 10060525568 156471 33554432000 1073741824 1073778376 140733440989696 139633925819048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17527] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17527/stat : 17527 (java) S 17513 17516 15518 0 -1 4202560 448 0 0 0 0 0 0 0 20 0 22 0 107834595 10060525568 156471 33554432000 1073741824 1073778376 140733440989696 139633913620968 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17528] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17528/stat : 17528 (java) S 17513 17516 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107834595 10060525568 156471 33554432000 1073741824 1073778376 140733440989696 139633912567032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17529] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17529/stat : 17529 (java) S 17513 17516 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107834595 10060525568 156471 33554432000 1073741824 1073778376 140733440989696 139633911514120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17530] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17530/stat : 17530 (java) S 17513 17516 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107834598 10060525568 156471 33554432000 1073741824 1073778376 140733440989696 139633910462608 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17531] ppid=17513 vsize=9824732 CPUtime=1.24 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.15 4.15 4.14 6/219 17557
/proc/meminfo: memFree=25469072/32872528 swapFree=15784/1434320
[pid=17516] ppid=17513 vsize=9824732 CPUtime=1651.58 cores=1,3,5,7
/proc/17516/stat : 17516 (java) S 17513 17516 15518 0 -1 4202496 39562 0 1 0 165004 154 0 0 20 0 22 0 107834591 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 140733440980832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17516/statm: 2456183 556946 2294 9 0 2446860 0
[pid=17516/tid=17518] ppid=17513 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/17516/task/17518/stat : 17518 (java) S 17513 17516 15518 0 -1 4202560 2474 0 1 0 26 3 0 0 20 0 22 0 107834592 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139634089538424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17519] ppid=17513 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/17516/task/17519/stat : 17519 (java) S 17513 17516 15518 0 -1 4202560 325 0 0 0 228 9 0 0 20 0 22 0 107834593 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633933187624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17520] ppid=17513 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/17516/task/17520/stat : 17520 (java) S 17513 17516 15518 0 -1 4202560 456 0 0 0 204 8 0 0 20 0 22 0 107834593 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633932134824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17521] ppid=17513 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/17516/task/17521/stat : 17521 (java) S 17513 17516 15518 0 -1 4202560 350 0 0 0 208 8 0 0 20 0 22 0 107834593 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633931082024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17522] ppid=17513 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/17516/task/17522/stat : 17522 (java) S 17513 17516 15518 0 -1 4202560 386 0 0 0 224 8 0 0 20 0 22 0 107834593 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633930029224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17523] ppid=17513 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/17516/task/17523/stat : 17523 (java) S 17513 17516 15518 0 -1 4202560 460 0 0 0 217 8 0 0 20 0 22 0 107834593 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633928977448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17524] ppid=17513 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/17516/task/17524/stat : 17524 (java) S 17513 17516 15518 0 -1 4202560 445 0 0 0 216 10 0 0 20 0 22 0 107834593 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633927924648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17525] ppid=17513 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/17516/task/17525/stat : 17525 (java) S 17513 17516 15518 0 -1 4202560 466 0 0 0 208 9 0 0 20 0 22 0 107834593 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633926871848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17526] ppid=17513 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/17516/task/17526/stat : 17526 (java) S 17513 17516 15518 0 -1 4202560 518 0 0 0 214 9 0 0 20 0 22 0 107834593 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633925819048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17527] ppid=17513 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/17516/task/17527/stat : 17527 (java) S 17513 17516 15518 0 -1 4202560 1438 0 0 0 273 21 0 0 20 0 22 0 107834595 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633913620968 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17528] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17528/stat : 17528 (java) S 17513 17516 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107834595 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633912567032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17529] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17529/stat : 17529 (java) S 17513 17516 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107834595 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633911514120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17530] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17530/stat : 17530 (java) S 17513 17516 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107834598 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633910462608 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17531] ppid=17513 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/17516/task/17531/stat : 17531 (java) S 17513 17516 15518 0 -1 4202560 14454 0 0 0 129 3 0 0 20 0 22 0 107834598 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633909410744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17532] ppid=17513 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/17516/task/17532/stat : 17532 (java) S 17513 17516 15518 0 -1 4202560 14405 0 0 0 153 3 0 0 20 0 22 0 107834598 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633908357944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17533] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17533/stat : 17533 (java) S 17513 17516 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107834598 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633907305336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17534] ppid=17513 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/17516/task/17534/stat : 17534 (java) S 17513 17516 15518 0 -1 4202560 47 0 0 0 21 16 0 0 20 0 22 0 107834598 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633906252744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17535] ppid=17513 vsize=9824732 CPUtime=813.68 cores=1,3,5,7
/proc/17516/task/17535/stat : 17535 (java) R 17513 17516 15518 0 -1 4202560 157 0 0 0 81353 15 0 0 20 0 22 0 107834619 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633905196544 139633962091866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17536] ppid=17513 vsize=9824732 CPUtime=813.77 cores=1,3,5,7
/proc/17516/task/17536/stat : 17536 (java) R 17513 17516 15518 0 -1 4202560 1915 0 0 0 81323 54 0 0 20 0 22 0 107834619 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633904142832 139633962288932 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17537] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17537/stat : 17537 (java) S 17513 17516 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107834619 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633903092648 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17538] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17538/stat : 17538 (java) S 17513 17516 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107834619 10060525568 556946 33554432000 1073741824 1073778376 140733440989696 139633902039848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1651.58
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.00 4.10 4.12 5/219 17732
/proc/meminfo: memFree=27711192/32872528 swapFree=15784/1434320
[pid=17516] ppid=17513 vsize=9824732 CPUtime=1772.11 cores=1,3,5,7
/proc/17516/stat : 17516 (java) S 17513 17516 15518 0 -1 4202496 39651 0 1 0 177053 158 0 0 20 0 22 0 107834591 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 140733440980832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17516/statm: 2456183 547520 2294 9 0 2446860 0
[pid=17516/tid=17518] ppid=17513 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/17516/task/17518/stat : 17518 (java) S 17513 17516 15518 0 -1 4202560 2474 0 1 0 26 3 0 0 20 0 22 0 107834592 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139634089538424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17519] ppid=17513 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/17516/task/17519/stat : 17519 (java) S 17513 17516 15518 0 -1 4202560 339 0 0 0 244 9 0 0 20 0 22 0 107834593 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633933187624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17520] ppid=17513 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/17516/task/17520/stat : 17520 (java) S 17513 17516 15518 0 -1 4202560 456 0 0 0 224 8 0 0 20 0 22 0 107834593 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633932134824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17521] ppid=17513 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/17516/task/17521/stat : 17521 (java) S 17513 17516 15518 0 -1 4202560 350 0 0 0 219 8 0 0 20 0 22 0 107834593 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633931082024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17522] ppid=17513 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/17516/task/17522/stat : 17522 (java) S 17513 17516 15518 0 -1 4202560 386 0 0 0 239 8 0 0 20 0 22 0 107834593 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633930029224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17523] ppid=17513 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/17516/task/17523/stat : 17523 (java) S 17513 17516 15518 0 -1 4202560 488 0 0 0 233 8 0 0 20 0 22 0 107834593 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633928977448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17524] ppid=17513 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/17516/task/17524/stat : 17524 (java) S 17513 17516 15518 0 -1 4202560 445 0 0 0 230 10 0 0 20 0 22 0 107834593 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633927924648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17525] ppid=17513 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/17516/task/17525/stat : 17525 (java) S 17513 17516 15518 0 -1 4202560 489 0 0 0 228 9 0 0 20 0 22 0 107834593 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633926871848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17526] ppid=17513 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/17516/task/17526/stat : 17526 (java) S 17513 17516 15518 0 -1 4202560 518 0 0 0 233 9 0 0 20 0 22 0 107834593 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633925819048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17527] ppid=17513 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/17516/task/17527/stat : 17527 (java) S 17513 17516 15518 0 -1 4202560 1442 0 0 0 273 22 0 0 20 0 22 0 107834595 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633913620968 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17528] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17528/stat : 17528 (java) S 17513 17516 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107834595 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633912567032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17529] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17529/stat : 17529 (java) S 17513 17516 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107834595 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633911514120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17530] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17530/stat : 17530 (java) S 17513 17516 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107834598 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633910462608 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17531] ppid=17513 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/17516/task/17531/stat : 17531 (java) S 17513 17516 15518 0 -1 4202560 14454 0 0 0 129 3 0 0 20 0 22 0 107834598 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633909410744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17532] ppid=17513 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/17516/task/17532/stat : 17532 (java) S 17513 17516 15518 0 -1 4202560 14405 0 0 0 153 3 0 0 20 0 22 0 107834598 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633908357944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17533] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17533/stat : 17533 (java) S 17513 17516 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107834598 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633907305336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17534] ppid=17513 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/17516/task/17534/stat : 17534 (java) S 17513 17516 15518 0 -1 4202560 51 0 0 0 22 18 0 0 20 0 22 0 107834598 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633906252744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17535] ppid=17513 vsize=9824732 CPUtime=873.27 cores=1,3,5,7
/proc/17516/task/17535/stat : 17535 (java) R 17513 17516 15518 0 -1 4202560 164 0 0 0 87310 17 0 0 20 0 22 0 107834619 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633905196544 139633962102819 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17536] ppid=17513 vsize=9824732 CPUtime=873.37 cores=1,3,5,7
/proc/17516/task/17536/stat : 17536 (java) R 17513 17516 15518 0 -1 4202560 1924 0 0 0 87282 55 0 0 20 0 22 0 107834619 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633904143064 139633962288842 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17537] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17537/stat : 17537 (java) S 17513 17516 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107834619 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633903092648 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17538] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17538/stat : 17538 (java) S 17513 17516 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107834619 10060525568 547520 33554432000 1073741824 1073778376 140733440989696 139633902039848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1772.11
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.201 s]
/proc/loadavg: 3.78 4.05 4.10 4/194 17783
/proc/meminfo: memFree=28375044/32872528 swapFree=15784/1434320
[pid=17516] ppid=17513 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/17516/stat : 17516 (java) S 17513 17516 15518 0 -1 4202496 39689 0 1 0 179842 159 0 0 20 0 22 0 107834591 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 140733440980832 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17516/statm: 2456183 546336 2294 9 0 2446860 0
[pid=17516/tid=17518] ppid=17513 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/17516/task/17518/stat : 17518 (java) S 17513 17516 15518 0 -1 4202560 2474 0 1 0 26 3 0 0 20 0 22 0 107834592 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139634089538424 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17519] ppid=17513 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/17516/task/17519/stat : 17519 (java) S 17513 17516 15518 0 -1 4202560 366 0 0 0 248 9 0 0 20 0 22 0 107834593 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633933187624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17520] ppid=17513 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/17516/task/17520/stat : 17520 (java) S 17513 17516 15518 0 -1 4202560 461 0 0 0 229 8 0 0 20 0 22 0 107834593 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633932134824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17521] ppid=17513 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/17516/task/17521/stat : 17521 (java) S 17513 17516 15518 0 -1 4202560 351 0 0 0 222 8 0 0 20 0 22 0 107834593 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633931082024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17522] ppid=17513 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/17516/task/17522/stat : 17522 (java) S 17513 17516 15518 0 -1 4202560 386 0 0 0 241 8 0 0 20 0 22 0 107834593 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633930029224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17523] ppid=17513 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/17516/task/17523/stat : 17523 (java) S 17513 17516 15518 0 -1 4202560 489 0 0 0 239 8 0 0 20 0 22 0 107834593 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633928977448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17524] ppid=17513 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/17516/task/17524/stat : 17524 (java) S 17513 17516 15518 0 -1 4202560 445 0 0 0 232 10 0 0 20 0 22 0 107834593 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633927924648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17525] ppid=17513 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/17516/task/17525/stat : 17525 (java) S 17513 17516 15518 0 -1 4202560 489 0 0 0 230 9 0 0 20 0 22 0 107834593 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633926871848 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17526] ppid=17513 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/17516/task/17526/stat : 17526 (java) S 17513 17516 15518 0 -1 4202560 518 0 0 0 237 9 0 0 20 0 22 0 107834593 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633925819048 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17527] ppid=17513 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/17516/task/17527/stat : 17527 (java) S 17513 17516 15518 0 -1 4202560 1442 0 0 0 273 23 0 0 20 0 22 0 107834595 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633913620968 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17528] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17528/stat : 17528 (java) S 17513 17516 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107834595 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633912567032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17529] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17529/stat : 17529 (java) S 17513 17516 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107834595 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633911514120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17530] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17530/stat : 17530 (java) S 17513 17516 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107834598 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633910462608 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17531] ppid=17513 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/17516/task/17531/stat : 17531 (java) S 17513 17516 15518 0 -1 4202560 14454 0 0 0 129 3 0 0 20 0 22 0 107834598 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633909410744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17532] ppid=17513 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/17516/task/17532/stat : 17532 (java) S 17513 17516 15518 0 -1 4202560 14405 0 0 0 153 3 0 0 20 0 22 0 107834598 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633908357944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17516/tid=17533] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17533/stat : 17533 (java) S 17513 17516 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107834598 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633907305336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17534] ppid=17513 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/17516/task/17534/stat : 17534 (java) S 17513 17516 15518 0 -1 4202560 51 0 0 0 22 19 0 0 20 0 22 0 107834598 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633906252744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17516/tid=17535] ppid=17513 vsize=9824732 CPUtime=887.08 cores=1,3,5,7
/proc/17516/task/17535/stat : 17535 (java) R 17513 17516 15518 0 -1 4202560 165 0 0 0 88691 17 0 0 20 0 22 0 107834619 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633905195744 139633962032202 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17516/tid=17536] ppid=17513 vsize=9824732 CPUtime=887.18 cores=1,3,5,7
/proc/17516/task/17536/stat : 17536 (java) R 17513 17516 15518 0 -1 4202560 1927 0 0 0 88663 55 0 0 20 0 22 0 107834619 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633904143728 139633962289306 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17537] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17537/stat : 17537 (java) S 17513 17516 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107834619 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633903092648 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17516/tid=17538] ppid=17513 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17516/task/17538/stat : 17538 (java) S 17513 17516 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107834619 10060525568 546336 33554432000 1073741824 1073778376 140733440989696 139633902039848 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 17516 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 896.258
CPU time (s): 1800.67
CPU user time (s): 1798.59
CPU system time (s): 2.08368
CPU usage (%): 200.91
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.59
system time used= 2.08368
maximum resident set size= 2872768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39730
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28889
involuntary context switches= 43574

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9231 second user time and 7.48586 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 02:23:34
IDJOB=4080631
IDBENCH=48349
IDSOLVER=2543
FILE ID=node130/4080631-1465259013
RUNJOBID= node130-1465253566-15535
PBS_JOBID= 19843263
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_10_5_15.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080631-1465259013/watcher-4080631-1465259013 -o /tmp/evaluation-result-4080631-1465259013/solver-4080631-1465259013 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465253566-15535 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080631-1465259013.opb

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

MD5SUM BENCH= 278bedcb160fff5308a678f3e1e7c2f9
RANDOM SEED=1970690878

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:        29197640 kB
Buffers:           54628 kB
Cached:           113772 kB
SwapCached:         1748 kB
Active:          1401040 kB
Inactive:         103672 kB
Active(anon):    1337384 kB
Inactive(anon):     1200 kB
Active(file):      63656 kB
Inactive(file):   102472 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098356 kB
Dirty:               796 kB
Writeback:             0 kB
AnonPages:       2800868 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             569448 kB
SReclaimable:      12872 kB
SUnreclaim:       556576 kB
KernelStack:        1608 kB
PageTables:         9876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3751920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2715648 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 02:38:30