Trace number 4116790

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round21-5.opb
MD5SUM73c43e2f41d64482445a5a7d02999b3c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark17.0034
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7888
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@53ef9f1d
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@75786e64
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@3597a37c
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@75786e64
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4116790-1466948126.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.72/0.47	c ... done. Wall clock time 0.353s.
0.72/0.47	c declared #vars     3968
0.72/0.47	c #constraints  9120
0.72/0.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.72/0.48	c constraints type 
0.72/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.72/0.48	c org.sat4j.specs.Constr$1 => 888
0.72/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.72/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.72/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.72/0.48	c 9120 constraints processed.
0.72/0.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.72/0.48	c constraints type 
0.72/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.72/0.48	c org.sat4j.specs.Constr$1 => 888
0.72/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5958
0.72/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1658
0.72/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
0.72/0.48	c 9120 constraints processed.
5.00/1.52	c cleaning 2495 clauses out of 4998 with flag 15323/5000
6.85/2.14	c cleaning 4242 clauses out of 8503 with flag 37690/11000
8.53/2.92	c cleaning 5613 clauses out of 11262 with flag 65245/18001
10.41/3.82	c cleaning 6810 clauses out of 13648 with flag 99432/26000
12.49/4.87	c cleaning 7906 clauses out of 15839 with flag 140002/35001
14.97/6.08	c cleaning 8937 clauses out of 17932 with flag 186849/45000
17.75/7.39	c cleaning 9992 clauses out of 19997 with flag 243296/56002
20.75/8.87	c cleaning 10993 clauses out of 22003 with flag 306298/68000
24.23/10.56	c cleaning 11993 clauses out of 24010 with flag 374240/81000
28.15/12.47	c cleaning 12994 clauses out of 26019 with flag 450811/95002
32.16/14.49	c cleaning 13993 clauses out of 28023 with flag 536239/110000
36.74/16.75	c cleaning 14980 clauses out of 30031 with flag 629171/126001
41.89/19.27	c cleaning 16005 clauses out of 32050 with flag 730365/143000
45.30/20.94	c cleaning 0 clauses out of 5000 with flag 0/5000
47.33/21.97	c cleaning 17007 clauses out of 34045 with flag 837462/161000
53.70/24.96	c cleaning 17993 clauses out of 36040 with flag 952643/180002
59.91/28.09	c cleaning 18998 clauses out of 38046 with flag 1073473/200001
66.70/31.49	c cleaning 20008 clauses out of 40047 with flag 1202646/221000
74.23/35.14	c cleaning 21002 clauses out of 42039 with flag 1333191/243000
81.84/38.91	c cleaning 22000 clauses out of 44037 with flag 1474498/266000
90.14/43.06	c cleaning 23003 clauses out of 46038 with flag 1623481/290001
98.93/47.42	c cleaning 24018 clauses out of 48035 with flag 1781131/315001
108.41/52.11	c cleaning 24999 clauses out of 50019 with flag 1946163/341003
118.01/56.96	c cleaning 25996 clauses out of 52017 with flag 2116354/368000
128.51/62.16	c cleaning 27008 clauses out of 54022 with flag 2293799/396001
139.71/67.74	c cleaning 27968 clauses out of 56015 with flag 2480999/425002
150.21/72.94	c cleaning 29005 clauses out of 58045 with flag 2672803/455000
162.20/78.90	c cleaning 30003 clauses out of 60041 with flag 2871651/486001
174.20/84.95	c cleaning 31010 clauses out of 62037 with flag 3080636/518000
187.14/91.33	c cleaning 31992 clauses out of 64027 with flag 3293710/551000
201.35/98.75	c cleaning 33003 clauses out of 66035 with flag 3512436/585000
215.55/105.88	c cleaning 34002 clauses out of 68032 with flag 3743373/620000
229.20/112.67	c cleaning 34984 clauses out of 70030 with flag 3982202/656000
243.21/119.62	c cleaning 36015 clauses out of 72046 with flag 4223705/693000
258.01/127.00	c cleaning 36976 clauses out of 74032 with flag 4472596/731001
273.40/134.71	c cleaning 37993 clauses out of 76055 with flag 4729719/770000
288.60/142.33	c cleaning 39017 clauses out of 78062 with flag 4992948/810000
304.69/150.36	c cleaning 40016 clauses out of 80046 with flag 5264196/851001
322.28/159.14	c cleaning 40989 clauses out of 82029 with flag 5545026/893000
340.28/168.16	c cleaning 42006 clauses out of 84040 with flag 5833761/936000
358.68/177.35	c cleaning 42995 clauses out of 86034 with flag 6127922/980000
379.07/187.41	c cleaning 44011 clauses out of 88041 with flag 6427571/1025002
400.28/198.06	c cleaning 45001 clauses out of 90029 with flag 6737253/1071001
422.21/208.94	c cleaning 46003 clauses out of 92028 with flag 7052251/1118001
444.81/220.27	c cleaning 46985 clauses out of 94024 with flag 7378133/1166000
469.48/232.57	c cleaning 48003 clauses out of 96040 with flag 7710667/1215001
498.19/247.14	c cleaning 48992 clauses out of 98036 with flag 8048842/1265000
528.01/261.93	c cleaning 49973 clauses out of 100044 with flag 8397040/1316000
557.81/276.78	c cleaning 51019 clauses out of 102071 with flag 8749400/1368000
589.14/292.30	c cleaning 52015 clauses out of 104052 with flag 9108517/1421000
621.51/308.43	c cleaning 53007 clauses out of 106037 with flag 9477107/1475000
654.63/324.99	c cleaning 53992 clauses out of 108030 with flag 9849343/1530000
689.06/342.05	c cleaning 54977 clauses out of 110040 with flag 10225235/1586002
715.37/355.13	c cleaning 0 clauses out of 11000 with flag 0/11000
724.04/359.49	c cleaning 55992 clauses out of 112061 with flag 10610360/1643000
761.42/378.07	c cleaning 57000 clauses out of 114069 with flag 11001205/1701000
799.15/396.85	c cleaning 58004 clauses out of 116070 with flag 11400512/1760001
838.53/416.41	c cleaning 59004 clauses out of 118066 with flag 11806598/1820001
878.36/436.29	c cleaning 60022 clauses out of 120061 with flag 12218172/1881000
919.73/456.83	c cleaning 60993 clauses out of 122039 with flag 12634257/1943000
962.92/478.39	c cleaning 61996 clauses out of 124046 with flag 13063090/2006000
1007.40/500.40	c cleaning 62983 clauses out of 126050 with flag 13495494/2070000
1054.77/524.66	c cleaning 64021 clauses out of 128068 with flag 13937993/2135001
1102.39/548.32	c cleaning 65001 clauses out of 130046 with flag 14379485/2201000
1150.56/572.37	c cleaning 66023 clauses out of 132045 with flag 14833105/2268000
1200.42/597.19	c cleaning 66987 clauses out of 134022 with flag 15296509/2336000
1251.59/622.65	c cleaning 67998 clauses out of 136035 with flag 15765940/2405000
1303.63/648.53	c cleaning 68974 clauses out of 138037 with flag 16238771/2475000
1356.44/674.84	c cleaning 69997 clauses out of 140064 with flag 16715794/2546001
1411.96/702.41	c cleaning 71001 clauses out of 142066 with flag 17201363/2618000
1469.05/730.81	c cleaning 72033 clauses out of 144066 with flag 17694103/2691001
1526.93/759.66	c cleaning 72995 clauses out of 146034 with flag 18194225/2765002
1585.56/788.86	c cleaning 73998 clauses out of 148037 with flag 18700192/2840000
1642.37/817.14	c cleaning 74990 clauses out of 150039 with flag 19210608/2916000
1704.93/849.33	c cleaning 75996 clauses out of 152049 with flag 19731341/2993000
1767.03/880.20	c cleaning 77013 clauses out of 154053 with flag 20258784/3071000
1800.03/896.61	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/896.61	c starts		: 30852
1800.03/896.61	c conflicts		: 3117131
1800.03/896.61	c decisions		: 32094888
1800.03/896.61	c propagations		: 444578105
1800.03/896.61	c inspects		: 9661666962
1800.03/896.61	c shortcuts		: 0
1800.03/896.61	c learnt literals	: 2
1800.03/896.61	c learnt binary clauses	: 40
1800.03/896.61	c learnt ternary clauses	: 720
1800.03/896.61	c learnt constraints	: 3117129
1800.03/896.61	c ignored constraints	: 0
1800.03/896.61	c root simplifications	: 0
1800.03/896.61	c removed literals (reason simplification)	: 2470476
1800.03/896.61	c reason swapping (by a shorter reason)	: 0
1800.03/896.61	c Calls to reduceDB	: 74
1800.03/896.61	c Number of update (reduction) of LBD	: 665371
1800.03/896.61	c Imported unit clauses	: 0
1800.03/896.61	c number of reductions to clauses (during analyze)	: 0
1800.03/896.61	c number of learned constraints concerned by reduction	: 0
1800.03/896.61	c number of learning phase by resolution	: 0
1800.03/896.61	c number of learning phase by cutting planes	: 0
1800.03/896.61	c speed (assignments/second)	: 496112.26236547617
1800.03/896.61	c non guided choices	3952
1800.03/896.64	c learnt constraints type 
1800.03/896.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40
1800.03/896.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123131
1800.03/896.64	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/896.64	c starts		: 44
1800.03/896.64	c conflicts		: 17399
1800.03/896.64	c decisions		: 63903
1800.03/896.64	c propagations		: 2189295
1800.03/896.64	c inspects		: 612725096
1800.03/896.64	c shortcuts		: 0
1800.03/896.64	c learnt literals	: 0
1800.03/896.64	c learnt binary clauses	: 0
1800.03/896.64	c learnt ternary clauses	: 0
1800.03/896.64	c learnt constraints	: 17398
1800.03/896.64	c ignored constraints	: 0
1800.03/896.64	c root simplifications	: 0
1800.03/896.64	c removed literals (reason simplification)	: 0
1800.03/896.64	c reason swapping (by a shorter reason)	: 0
1800.03/896.64	c Calls to reduceDB	: 2
1800.03/896.64	c Number of update (reduction) of LBD	: 0
1800.03/896.64	c Imported unit clauses	: 0
1800.03/896.64	c number of reductions to clauses (during analyze)	: 0
1800.03/896.64	c number of learned constraints concerned by reduction	: 0
1800.03/896.64	c number of learning phase by resolution	: 0
1800.03/896.64	c number of learning phase by cutting planes	: 0
1800.03/896.64	c speed (assignments/second)	: 2443.003339846387
1800.03/896.64	c non guided choices	292
1800.03/896.64	c learnt constraints type 
1800.03/896.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 8
1800.03/896.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17390
1800.03/896.64	s UNKNOWN
1800.03/896.64	c Total wall clock time (in seconds): 896.524

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-4116790-1466948126/watcher-4116790-1466948126 -o /tmp/evaluation-result-4116790-1466948126/solver-4116790-1466948126 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19491 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116790-1466948126.opb 

pid=20355
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.95 4.52 4.32 4/197 20358
/proc/meminfo: memFree=26742696/32872528 swapFree=1541156/1696500
[pid=20358] ppid=20355 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/20358/stat : 20358 (java) R 20355 20358 19474 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 27851279 278528 34 33554432000 1073741824 1073778376 140737103109520 140737314695048 270698376487 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20358/statm: 68 34 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 4.95 4.52 4.32 4/197 20358
/proc/meminfo: memFree=26742696/32872528 swapFree=1541156/1696500
[pid=20358] ppid=20355 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20358/stat : 20358 (java) S 20355 20358 19474 0 -1 4202496 4426 0 1 0 8 1 0 0 20 0 18 0 27851279 9787879424 6046 33554432000 1073741824 1073778376 140737103109520 140737103100656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20358/statm: 2389619 6046 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 4.95 4.52 4.32 4/197 20358
/proc/meminfo: memFree=26742696/32872528 swapFree=1541156/1696500
[pid=20358] ppid=20355 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/20358/stat : 20358 (java) S 20355 20358 19474 0 -1 4202496 4714 0 1 0 23 1 0 0 20 0 18 0 27851279 9787879424 6808 33554432000 1073741824 1073778376 140737103109520 140737103100656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20358/statm: 2389619 6808 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 4.95 4.52 4.32 4/197 20358
/proc/meminfo: memFree=26742696/32872528 swapFree=1541156/1696500
[pid=20358] ppid=20355 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/20358/stat : 20358 (java) S 20355 20358 19474 0 -1 4202496 5825 0 1 0 46 1 0 0 20 0 18 0 27851279 9787879424 8363 33554432000 1073741824 1073778376 140737103109520 140737103100656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20358/statm: 2389619 8363 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700207 s]
/proc/loadavg: 4.95 4.52 4.32 4/197 20358
/proc/meminfo: memFree=26742696/32872528 swapFree=1541156/1696500
[pid=20358] ppid=20355 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/20358/stat : 20358 (java) S 20355 20358 19474 0 -1 4202496 15581 0 1 0 179 4 0 0 20 0 22 0 27851279 10060525568 22741 33554432000 1073741824 1073778376 140737103109520 140737103100656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20358/statm: 2456183 22741 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.95 4.52 4.32 8/219 20380
/proc/meminfo: memFree=26608280/32872528 swapFree=1541156/1696500
[pid=20358] ppid=20355 vsize=9824732 CPUtime=5 cores=1,3,5,7
/proc/20358/stat : 20358 (java) S 20355 20358 19474 0 -1 4202496 25000 0 1 0 493 7 0 0 20 0 22 0 27851279 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140737103100656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20358/statm: 2456183 46925 2288 9 0 2446860 0
[pid=20358/tid=20360] ppid=20355 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/20358/task/20360/stat : 20360 (java) S 20355 20358 19474 0 -1 4202560 2431 0 1 0 43 1 0 0 20 0 22 0 27851280 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140143609193336 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20361] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20361/stat : 20361 (java) S 20355 20358 19474 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27851281 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140143581645096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20362] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20362/stat : 20362 (java) S 20355 20358 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27851281 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140143580592296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20363/stat : 20363 (java) S 20355 20358 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27851281 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140143579540008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20364] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20364/stat : 20364 (java) S 20355 20358 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27851281 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140143578487208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20365/stat : 20365 (java) S 20355 20358 19474 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27851281 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140143577434920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20366] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20366/stat : 20366 (java) S 20355 20358 19474 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27851281 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140143576382120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20367] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20367/stat : 20367 (java) S 20355 20358 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27851281 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140143446502440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20368] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20368/stat : 20368 (java) S 20355 20358 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27851281 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140143445449640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20369] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20369/stat : 20369 (java) S 20355 20358 19474 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27851282 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140142962501864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20370] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20370/stat : 20370 (java) S 20355 20358 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27851282 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140142961447928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20371] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20371/stat : 20371 (java) S 20355 20358 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27851282 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140142960395528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20372] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20372/stat : 20372 (java) S 20355 20358 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27851285 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140142959344016 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20373] ppid=20355 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/20358/task/20373/stat : 20373 (java) R 20355 20358 19474 0 -1 4202560 11132 0 0 0 119 1 0 0 20 0 22 0 27851285 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140142958277704 140143612772092 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20374] ppid=20355 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/20358/task/20374/stat : 20374 (java) R 20355 20358 19474 0 -1 4202560 9960 0 0 0 123 2 0 0 20 0 22 0 27851285 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140142957226368 140143615649301 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20375] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20375/stat : 20375 (java) S 20355 20358 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27851285 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140142956186744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20376] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20376/stat : 20376 (java) S 20355 20358 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27851285 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140142955134152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20377] ppid=20355 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/20358/task/20377/stat : 20377 (java) R 20355 20358 19474 0 -1 4202560 23 0 0 0 98 0 0 0 20 0 22 0 27851327 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140142954076656 140143457573173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20378] ppid=20355 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/20358/task/20378/stat : 20378 (java) R 20355 20358 19474 0 -1 4202560 79 0 0 0 96 2 0 0 20 0 22 0 27851327 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140142953024744 140143458284264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20379] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20379/stat : 20379 (java) S 20355 20358 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27851328 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140142951974056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20380] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20380/stat : 20380 (java) S 20355 20358 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27851328 10060525568 46925 33554432000 1073741824 1073778376 140737103109520 140142950921256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.95 4.52 4.32 6/219 20380
/proc/meminfo: memFree=26468336/32872528 swapFree=1541156/1696500
[pid=20358] ppid=20355 vsize=9824732 CPUtime=8.99 cores=1,3,5,7
/proc/20358/stat : 20358 (java) S 20355 20358 19474 0 -1 4202496 27966 0 1 0 886 13 0 0 20 0 22 0 27851279 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140737103100656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20358/statm: 2456183 91123 2292 9 0 2446860 0
[pid=20358/tid=20360] ppid=20355 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/20358/task/20360/stat : 20360 (java) S 20355 20358 19474 0 -1 4202560 2432 0 1 0 43 1 0 0 20 0 22 0 27851280 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140143609193336 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20361] ppid=20355 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20358/task/20361/stat : 20361 (java) S 20355 20358 19474 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 27851281 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140143581645096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20362] ppid=20355 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20358/task/20362/stat : 20362 (java) S 20355 20358 19474 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 27851281 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140143580592296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20358/task/20363/stat : 20363 (java) S 20355 20358 19474 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 27851281 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140143579540008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20364] ppid=20355 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/20358/task/20364/stat : 20364 (java) S 20355 20358 19474 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 22 0 27851281 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140143578487208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20358/task/20365/stat : 20365 (java) S 20355 20358 19474 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 27851281 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140143577434920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20366] ppid=20355 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20358/task/20366/stat : 20366 (java) S 20355 20358 19474 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 27851281 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140143576382120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20367] ppid=20355 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20358/task/20367/stat : 20367 (java) S 20355 20358 19474 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 27851281 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140143446502440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20368] ppid=20355 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20358/task/20368/stat : 20368 (java) S 20355 20358 19474 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 27851281 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140143445449640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20369] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20369/stat : 20369 (java) S 20355 20358 19474 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 27851282 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140142962501864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20370] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20370/stat : 20370 (java) S 20355 20358 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27851282 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140142961447928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20371] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20371/stat : 20371 (java) S 20355 20358 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27851282 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140142960395528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20372] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20372/stat : 20372 (java) S 20355 20358 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27851285 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140142959344016 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20373] ppid=20355 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/20358/task/20373/stat : 20373 (java) S 20355 20358 19474 0 -1 4202560 13804 0 0 0 171 2 0 0 20 0 22 0 27851285 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140142958291640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20374] ppid=20355 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/20358/task/20374/stat : 20374 (java) S 20355 20358 19474 0 -1 4202560 9964 0 0 0 137 2 0 0 20 0 22 0 27851285 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140142957238840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20375] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20375/stat : 20375 (java) S 20355 20358 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27851285 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140142956186744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20376] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20376/stat : 20376 (java) S 20355 20358 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27851285 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140142955134152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20377] ppid=20355 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/20358/task/20377/stat : 20377 (java) R 20355 20358 19474 0 -1 4202560 23 0 0 0 250 0 0 0 20 0 22 0 27851327 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140142954076672 140143458201135 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20378] ppid=20355 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/20358/task/20378/stat : 20378 (java) R 20355 20358 19474 0 -1 4202560 141 0 0 0 247 3 0 0 20 0 22 0 27851327 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140142953024480 140143458489677 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20379] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20379/stat : 20379 (java) S 20355 20358 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27851328 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140142951974056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20380] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20380/stat : 20380 (java) S 20355 20358 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27851328 10060525568 91123 33554432000 1073741824 1073778376 140737103109520 140142950921256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.99
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 4.88 4.51 4.31 5/219 20380
/proc/meminfo: memFree=26126208/32872528 swapFree=1541156/1696500
[pid=20358] ppid=20355 vsize=9824732 CPUtime=15.57 cores=1,3,5,7
/proc/20358/stat : 20358 (java) S 20355 20358 19474 0 -1 4202496 28494 0 1 0 1533 24 0 0 20 0 22 0 27851279 10060525568 163597 33554432000 1073741824 1073778376 140737103109520 140737103100656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20358/statm: 2456183 163597 2292 9 0 2446860 0
[pid=20358/tid=20360] ppid=20355 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/20358/task/20360/stat : 20360 (java) S 20355 20358 19474 0 -1 4202560 2432 0 1 0 43 1 0 0 20 0 22 0 27851280 10060525568 163597 33554432000 1073741824 1073778376 140737103109520 140143609193336 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20361] ppid=20355 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20358/task/20361/stat : 20361 (java) S 20355 20358 19474 0 -1 4202560 46 0 0 0 6 1 0 0 20 0 22 0 27851281 10060525568 163597 33554432000 1073741824 1073778376 140737103109520 140143581645096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20362] ppid=20355 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20358/task/20362/stat : 20362 (java) S 20355 20358 19474 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 27851281 10060525568 163597 33554432000 1073741824 1073778376 140737103109520 140143580592296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20358/task/20363/stat : 20363 (java) S 20355 20358 19474 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 22 0 27851281 10060525568 163597 33554432000 1073741824 1073778376 140737103109520 140143579540008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20364] ppid=20355 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20358/task/20364/stat : 20364 (java) S 20355 20358 19474 0 -1 4202560 38 0 0 0 6 1 0 0 20 0 22 0 27851281 10060525568 163597 33554432000 1073741824 1073778376 140737103109520 140143578487208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/20358/task/20365/stat : 20365 (java) S 20355 20358 19474 0 -1 4202560 41 0 0 0 7 2 0 0 20 0 22 0 27851281 10060525568 163597 33554432000 1073741824 1073778376 140737103109520 140143577434920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20366] ppid=20355 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20358/task/20366/stat : 20366 (java) S 20355 20358 19474 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 27851281 10060525568 163597 33554432000 1073741824 1073778376 140737103109520 140143576382120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20367] ppid=20355 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/20358/task/20367/stat : 20367 (java) S 20355 20358 19474 0 -1 4202560 55 0 0 0 7 2 0 0 20 0 22 0 27851281 10060525568 163597 33554432000 1073741824 1073778376 140737103109520 140143446502440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20368] ppid=20355 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/20358/task/20368/stat : 20368 (java) S 20355 20358 19474 0 -1 4202560 22 0 0 0 5 0 0 0 20 0 22 0 27851281 10060525568 163597 33554432000 1073741824 1073778376 140737103109520 140143445449640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20369] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20369/stat : 20369 (java) S 20355 20358 19474 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 22 0 27851282 10060525568 163597 33554432000 1073741824 1073778376 140737103109520 140142962501864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20370] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20370/stat : 20370 (java) S 20355 20358 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27851282 10060525568 163597 33554432000 1073741824 1073778376 140737103109520 140142961447928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20371] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20371/stat : 20371 (java) S 20355 20358 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27851282 10060525568 163597 33554432000 1073741824 1073778376 140737103109520 140142960395528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20372] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20372/stat : 20372 (java) S 20355 20358 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27851285 10060525568 163597 33554432000 1073741824 1073778376 140737103109520 140142959344016 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20373] ppid=20355 vsize=9824732 CPUtime=1.76 cores=1,3,5,7

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

/proc/20358/task/20363/stat : 20363 (java) S 20355 20358 19474 0 -1 4202560 837 0 0 0 196 18 0 0 20 0 22 0 27851281 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140143579540008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20364] ppid=20355 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/20358/task/20364/stat : 20364 (java) S 20355 20358 19474 0 -1 4202560 2121 0 0 0 178 18 0 0 20 0 22 0 27851281 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140143578487208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/20358/task/20365/stat : 20365 (java) S 20355 20358 19474 0 -1 4202560 1229 0 0 0 207 23 0 0 20 0 22 0 27851281 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140143577434920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20366] ppid=20355 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/20358/task/20366/stat : 20366 (java) S 20355 20358 19474 0 -1 4202560 793 0 0 0 217 23 0 0 20 0 22 0 27851281 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140143576382120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20367] ppid=20355 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/20358/task/20367/stat : 20367 (java) S 20355 20358 19474 0 -1 4202560 888 0 0 0 187 21 0 0 20 0 22 0 27851281 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140143446502440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20368] ppid=20355 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/20358/task/20368/stat : 20368 (java) S 20355 20358 19474 0 -1 4202560 922 0 0 0 184 21 0 0 20 0 22 0 27851281 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140143445449640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20369] ppid=20355 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/20358/task/20369/stat : 20369 (java) S 20355 20358 19474 0 -1 4202560 2461 0 0 0 263 6 0 0 20 0 22 0 27851282 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140142962501864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20370] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20370/stat : 20370 (java) S 20355 20358 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27851282 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140142961447928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20371] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20371/stat : 20371 (java) S 20355 20358 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27851282 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140142960395528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20372] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20372/stat : 20372 (java) S 20355 20358 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27851285 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140142959344016 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20373] ppid=20355 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/20358/task/20373/stat : 20373 (java) S 20355 20358 19474 0 -1 4202560 15797 0 0 0 223 2 0 0 20 0 22 0 27851285 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140142958291640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20374] ppid=20355 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/20358/task/20374/stat : 20374 (java) S 20355 20358 19474 0 -1 4202560 9965 0 0 0 140 2 0 0 20 0 22 0 27851285 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140142957238840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20375] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20375/stat : 20375 (java) S 20355 20358 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27851285 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140142956186744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20376] ppid=20355 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/20358/task/20376/stat : 20376 (java) S 20355 20358 19474 0 -1 4202560 46 0 0 0 12 21 0 0 20 0 22 0 27851285 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140142955134152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20377] ppid=20355 vsize=9824732 CPUtime=812.18 cores=1,3,5,7
/proc/20358/task/20377/stat : 20377 (java) R 20355 20358 19474 0 -1 4202560 79 0 0 0 81204 14 0 0 20 0 22 0 27851327 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140142954077488 140143458212382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20378] ppid=20355 vsize=9824732 CPUtime=812.21 cores=1,3,5,7
/proc/20358/task/20378/stat : 20378 (java) R 20355 20358 19474 0 -1 4202560 1748 0 0 0 81174 47 0 0 20 0 22 0 27851327 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140142953023904 140143458289351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20379] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20379/stat : 20379 (java) S 20355 20358 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27851328 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140142951974056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20380] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20380/stat : 20380 (java) S 20355 20358 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27851328 10060525568 971466 33554432000 1073741824 1073778376 140737103109520 140142950921256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1652.9
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.22 4.28 4.30 5/220 20540
/proc/meminfo: memFree=23305336/32872528 swapFree=1541156/1696500
[pid=20358] ppid=20355 vsize=9824732 CPUtime=1771.33 cores=1,3,5,7
/proc/20358/stat : 20358 (java) S 20355 20358 19474 0 -1 4202496 42795 0 1 0 176895 238 0 0 20 0 22 0 27851279 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140737103100656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20358/statm: 2456183 975853 2301 9 0 2446860 0
[pid=20358/tid=20360] ppid=20355 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/20358/task/20360/stat : 20360 (java) S 20355 20358 19474 0 -1 4202560 2439 0 1 0 46 3 0 0 20 0 22 0 27851280 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140143609193336 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20361] ppid=20355 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/20358/task/20361/stat : 20361 (java) S 20355 20358 19474 0 -1 4202560 941 0 0 0 217 24 0 0 20 0 22 0 27851281 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140143581645096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20362] ppid=20355 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/20358/task/20362/stat : 20362 (java) S 20355 20358 19474 0 -1 4202560 815 0 0 0 201 22 0 0 20 0 22 0 27851281 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140143580592296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/20358/task/20363/stat : 20363 (java) S 20355 20358 19474 0 -1 4202560 837 0 0 0 209 19 0 0 20 0 22 0 27851281 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140143579540008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20364] ppid=20355 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/20358/task/20364/stat : 20364 (java) S 20355 20358 19474 0 -1 4202560 2121 0 0 0 191 18 0 0 20 0 22 0 27851281 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140143578487208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/20358/task/20365/stat : 20365 (java) S 20355 20358 19474 0 -1 4202560 1240 0 0 0 222 23 0 0 20 0 22 0 27851281 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140143577434920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20366] ppid=20355 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/20358/task/20366/stat : 20366 (java) S 20355 20358 19474 0 -1 4202560 850 0 0 0 236 23 0 0 20 0 22 0 27851281 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140143576382120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20367] ppid=20355 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/20358/task/20367/stat : 20367 (java) S 20355 20358 19474 0 -1 4202560 910 0 0 0 203 22 0 0 20 0 22 0 27851281 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140143446502440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20368] ppid=20355 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/20358/task/20368/stat : 20368 (java) S 20355 20358 19474 0 -1 4202560 986 0 0 0 204 21 0 0 20 0 22 0 27851281 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140143445449640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20369] ppid=20355 vsize=9824732 CPUtime=4.84 cores=1,3,5,7
/proc/20358/task/20369/stat : 20369 (java) S 20355 20358 19474 0 -1 4202560 2742 0 0 0 478 6 0 0 20 0 22 0 27851282 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140142962501864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20370] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20370/stat : 20370 (java) S 20355 20358 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27851282 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140142961447928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20371] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20371/stat : 20371 (java) S 20355 20358 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27851282 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140142960395528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20372] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20372/stat : 20372 (java) S 20355 20358 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27851285 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140142959344016 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20373] ppid=20355 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/20358/task/20373/stat : 20373 (java) S 20355 20358 19474 0 -1 4202560 15797 0 0 0 223 2 0 0 20 0 22 0 27851285 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140142958291640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20374] ppid=20355 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/20358/task/20374/stat : 20374 (java) S 20355 20358 19474 0 -1 4202560 9965 0 0 0 140 2 0 0 20 0 22 0 27851285 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140142957238840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20375] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20375/stat : 20375 (java) S 20355 20358 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27851285 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140142956186744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20376] ppid=20355 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/20358/task/20376/stat : 20376 (java) S 20355 20358 19474 0 -1 4202560 50 0 0 0 13 23 0 0 20 0 22 0 27851285 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140142955134152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20377] ppid=20355 vsize=9824732 CPUtime=869.54 cores=1,3,5,7
/proc/20358/task/20377/stat : 20377 (java) R 20355 20358 19474 0 -1 4202560 82 0 0 0 86939 15 0 0 20 0 22 0 27851327 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140142954077624 140143458267423 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20378] ppid=20355 vsize=9824732 CPUtime=869.54 cores=1,3,5,7
/proc/20358/task/20378/stat : 20378 (java) R 20355 20358 19474 0 -1 4202560 1754 0 0 0 86906 48 0 0 20 0 22 0 27851327 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140142953023800 140143458328161 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20379] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20379/stat : 20379 (java) S 20355 20358 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27851328 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140142951974056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20380] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20380/stat : 20380 (java) S 20355 20358 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27851328 10060525568 975853 33554432000 1073741824 1073778376 140737103109520 140142950921256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1771.33
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.608 s]
/proc/loadavg: 4.32 4.30 4.30 6/220 20540
/proc/meminfo: memFree=23297556/32872528 swapFree=1541156/1696500
[pid=20358] ppid=20355 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/20358/stat : 20358 (java) S 20355 20358 19474 0 -1 4202496 42800 0 1 0 179764 239 0 0 20 0 22 0 27851279 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140737103100656 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20358/statm: 2456183 975854 2301 9 0 2446860 0
[pid=20358/tid=20360] ppid=20355 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/20358/task/20360/stat : 20360 (java) S 20355 20358 19474 0 -1 4202560 2439 0 1 0 46 3 0 0 20 0 22 0 27851280 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140143609193336 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20361] ppid=20355 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/20358/task/20361/stat : 20361 (java) S 20355 20358 19474 0 -1 4202560 942 0 0 0 219 24 0 0 20 0 22 0 27851281 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140143581645096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20362] ppid=20355 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/20358/task/20362/stat : 20362 (java) S 20355 20358 19474 0 -1 4202560 815 0 0 0 204 22 0 0 20 0 22 0 27851281 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140143580592296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/20358/task/20363/stat : 20363 (java) S 20355 20358 19474 0 -1 4202560 837 0 0 0 210 19 0 0 20 0 22 0 27851281 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140143579540008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20364] ppid=20355 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/20358/task/20364/stat : 20364 (java) S 20355 20358 19474 0 -1 4202560 2121 0 0 0 193 18 0 0 20 0 22 0 27851281 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140143578487208 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/20358/task/20365/stat : 20365 (java) S 20355 20358 19474 0 -1 4202560 1240 0 0 0 227 23 0 0 20 0 22 0 27851281 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140143577434920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20366] ppid=20355 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/20358/task/20366/stat : 20366 (java) S 20355 20358 19474 0 -1 4202560 850 0 0 0 242 23 0 0 20 0 22 0 27851281 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140143576382120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20367] ppid=20355 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/20358/task/20367/stat : 20367 (java) S 20355 20358 19474 0 -1 4202560 910 0 0 0 204 22 0 0 20 0 22 0 27851281 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140143446502440 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20368] ppid=20355 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/20358/task/20368/stat : 20368 (java) S 20355 20358 19474 0 -1 4202560 986 0 0 0 208 21 0 0 20 0 22 0 27851281 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140143445449640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20369] ppid=20355 vsize=9824732 CPUtime=4.84 cores=1,3,5,7
/proc/20358/task/20369/stat : 20369 (java) S 20355 20358 19474 0 -1 4202560 2742 0 0 0 478 6 0 0 20 0 22 0 27851282 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140142962501864 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20370] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20370/stat : 20370 (java) S 20355 20358 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27851282 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140142961447928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20371] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20371/stat : 20371 (java) S 20355 20358 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27851282 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140142960395528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20372] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20372/stat : 20372 (java) S 20355 20358 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27851285 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140142959344016 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20373] ppid=20355 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/20358/task/20373/stat : 20373 (java) S 20355 20358 19474 0 -1 4202560 15797 0 0 0 223 2 0 0 20 0 22 0 27851285 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140142958291640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20358/tid=20374] ppid=20355 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/20358/task/20374/stat : 20374 (java) S 20355 20358 19474 0 -1 4202560 9965 0 0 0 140 2 0 0 20 0 22 0 27851285 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140142957238840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20375] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20375/stat : 20375 (java) S 20355 20358 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27851285 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140142956186744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20358/tid=20376] ppid=20355 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/20358/task/20376/stat : 20376 (java) S 20355 20358 19474 0 -1 4202560 52 0 0 0 13 23 0 0 20 0 22 0 27851285 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140142955134152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20377] ppid=20355 vsize=9824732 CPUtime=883.73 cores=1,3,5,7
/proc/20358/task/20377/stat : 20377 (java) R 20355 20358 19474 0 -1 4202560 83 0 0 0 88358 15 0 0 20 0 22 0 27851327 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140142954077504 140143458211752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20378] ppid=20355 vsize=9824732 CPUtime=883.73 cores=1,3,5,7
/proc/20358/task/20378/stat : 20378 (java) R 20355 20358 19474 0 -1 4202560 1755 0 0 0 88325 48 0 0 20 0 22 0 27851327 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140142953025992 140143458283286 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20358/tid=20379] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20379/stat : 20379 (java) S 20355 20358 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27851328 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140142951974056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20358/tid=20380] ppid=20355 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20358/task/20380/stat : 20380 (java) S 20355 20358 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27851328 10060525568 975854 33554432000 1073741824 1073778376 140737103109520 140142950921256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 20358 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20358 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=149399
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=883561
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.673
CPU time (s): 1800.03
CPU user time (s): 1797.64
CPU system time (s): 2.39
CPU usage (%): 200.745
Max. virtual memory (cumulated for all children) (KiB): 9825092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.15
system time used= 2.88356
maximum resident set size= 3905368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42835
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24668
involuntary context switches= 33110

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.86511 second user time and 7.27289 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-26 15:35:26
IDJOB=4116790
IDBENCH=109514
IDSOLVER=2543
FILE ID=node125/4116790-1466948126
RUNJOBID= node125-1466943674-19491
PBS_JOBID= 19976354
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size112-round21-5.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116790-1466948126/watcher-4116790-1466948126 -o /tmp/evaluation-result-4116790-1466948126/solver-4116790-1466948126 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19491 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116790-1466948126.opb

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

MD5SUM BENCH= 73c43e2f41d64482445a5a7d02999b3c
RANDOM SEED=93131603

node125.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		: 2667.021
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	: 5334.04
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		: 2667.021
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.56
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		: 2667.021
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		: 2667.021
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		: 2667.021
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		: 2667.021
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.56
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		: 2667.021
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		: 2667.021
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:        26743224 kB
Buffers:            6696 kB
Cached:            38448 kB
SwapCached:         1748 kB
Active:          3696364 kB
Inactive:          22888 kB
Active(anon):    3676144 kB
Inactive(anon):      448 kB
Active(file):      20220 kB
Inactive(file):    22440 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67098440 kB
Dirty:              1192 kB
Writeback:             8 kB
AnonPages:       5378572 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             565288 kB
SReclaimable:       8908 kB
SUnreclaim:       556380 kB
KernelStack:        1600 kB
PageTables:        14836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5795904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3768320 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= 71740 MiB
End job on node125 at 2016-06-26 15:50:23