Trace number 4116654

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.65 895.369

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round23-7.opb
MD5SUM61ae36a4f676caa4ef52360a8e78a841
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9536
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints896
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4116654-1466979926.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.04/0.50	c ... done. Wall clock time 0.393s.
1.04/0.50	c declared #vars     4288
1.04/0.50	c #constraints  10880
1.04/0.50	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.04/0.50	c constraints type 
1.04/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.04/0.50	c org.sat4j.specs.Constr$1 => 936
1.04/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.04/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
1.04/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.04/0.50	c 10880 constraints processed.
1.04/0.50	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.04/0.50	c constraints type 
1.04/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.04/0.50	c org.sat4j.specs.Constr$1 => 936
1.04/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.04/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.04/0.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
1.04/0.50	c 10880 constraints processed.
4.52/1.42	c cleaning 2500 clauses out of 4999 with flag 18232/5001
5.88/2.04	c cleaning 4241 clauses out of 8498 with flag 40481/11000
7.34/2.76	c cleaning 5608 clauses out of 11257 with flag 69898/18000
9.21/3.63	c cleaning 6811 clauses out of 13650 with flag 104794/26001
11.28/4.66	c cleaning 7911 clauses out of 15840 with flag 145027/35002
13.75/5.82	c cleaning 8943 clauses out of 17927 with flag 191812/45000
16.45/7.19	c cleaning 9989 clauses out of 19984 with flag 245102/56000
19.65/8.75	c cleaning 10992 clauses out of 21997 with flag 304971/68002
23.33/10.50	c cleaning 11990 clauses out of 24004 with flag 370432/81001
27.01/12.35	c cleaning 12961 clauses out of 26013 with flag 440335/95000
31.03/14.38	c cleaning 14017 clauses out of 28052 with flag 516858/110000
35.62/16.64	c cleaning 15012 clauses out of 30036 with flag 602074/126001
40.50/19.01	c cleaning 16001 clauses out of 32023 with flag 695013/143000
40.50/19.05	c cleaning 0 clauses out of 5000 with flag 0/5000
45.73/21.58	c cleaning 16981 clauses out of 34022 with flag 793858/161000
51.75/24.41	c cleaning 17986 clauses out of 36041 with flag 898973/180000
57.56/27.36	c cleaning 19026 clauses out of 38057 with flag 1011121/200002
64.26/30.68	c cleaning 20007 clauses out of 40029 with flag 1127781/221000
71.47/34.22	c cleaning 20997 clauses out of 42022 with flag 1252146/243000
79.06/38.05	c cleaning 21977 clauses out of 44025 with flag 1381717/266000
86.78/41.86	c cleaning 23014 clauses out of 46048 with flag 1515727/290000
94.56/45.78	c cleaning 24007 clauses out of 48034 with flag 1660221/315000
103.06/49.95	c cleaning 24983 clauses out of 50027 with flag 1807379/341000
112.26/54.53	c cleaning 26023 clauses out of 52045 with flag 1961117/368001
122.57/59.63	c cleaning 27004 clauses out of 54022 with flag 2117835/396001
132.97/64.88	c cleaning 27967 clauses out of 56017 with flag 2283598/425000
144.50/70.53	c cleaning 28996 clauses out of 58051 with flag 2457129/455001
156.60/76.53	c cleaning 30018 clauses out of 60054 with flag 2636870/486000
168.61/82.55	c cleaning 31018 clauses out of 62036 with flag 2822794/518000
181.46/88.93	c cleaning 31998 clauses out of 64019 with flag 3012285/551001
194.73/95.59	c cleaning 33004 clauses out of 66020 with flag 3208984/585000
208.82/102.53	c cleaning 34003 clauses out of 68018 with flag 3413088/620002
223.29/109.72	c cleaning 34966 clauses out of 70013 with flag 3624648/656000
239.95/118.46	c cleaning 36013 clauses out of 72047 with flag 3841050/693000
255.80/126.31	c cleaning 36993 clauses out of 74035 with flag 4064583/731001
272.86/134.83	c cleaning 37982 clauses out of 76042 with flag 4293101/770001
279.96/138.39	c cleaning 0 clauses out of 11001 with flag 0/11001
290.96/143.83	c cleaning 39008 clauses out of 78059 with flag 4527420/810000
309.87/153.30	c cleaning 39980 clauses out of 80052 with flag 4768203/851001
329.97/163.28	c cleaning 41010 clauses out of 82071 with flag 5014829/893000
349.49/172.93	c cleaning 41962 clauses out of 84063 with flag 5264421/936002
369.03/182.64	c cleaning 42997 clauses out of 86099 with flag 5526093/980000
391.37/193.71	c cleaning 44008 clauses out of 88102 with flag 5788957/1025000
414.25/205.04	c cleaning 45022 clauses out of 90094 with flag 6057848/1071000
436.57/216.12	c cleaning 46028 clauses out of 92073 with flag 6334484/1118001
459.90/227.73	c cleaning 46983 clauses out of 94045 with flag 6615637/1166001
484.58/240.06	c cleaning 48018 clauses out of 96061 with flag 6903444/1215000
509.59/252.42	c cleaning 49011 clauses out of 98043 with flag 7199431/1265000
535.30/265.23	c cleaning 50003 clauses out of 100032 with flag 7496330/1316000
561.22/278.20	c cleaning 50978 clauses out of 102029 with flag 7804078/1368000
589.94/292.35	c cleaning 52005 clauses out of 104051 with flag 8115858/1421000
618.47/306.56	c cleaning 53005 clauses out of 106046 with flag 8431829/1475000
646.58/320.47	c cleaning 53973 clauses out of 108041 with flag 8752649/1530000
678.64/337.05	c cleaning 55030 clauses out of 110069 with flag 9080261/1586001
709.96/352.65	c cleaning 55994 clauses out of 112038 with flag 9414601/1643000
741.33/368.26	c cleaning 56969 clauses out of 114044 with flag 9754990/1701000
774.23/384.62	c cleaning 58005 clauses out of 116077 with flag 10100214/1760002
810.44/402.67	c cleaning 59014 clauses out of 118070 with flag 10451525/1820000
847.12/420.83	c cleaning 60013 clauses out of 120056 with flag 10802150/1881000
884.04/439.13	c cleaning 61008 clauses out of 122043 with flag 11159100/1943000
920.83/457.45	c cleaning 61997 clauses out of 124035 with flag 11526283/2006000
955.00/474.47	c cleaning 62972 clauses out of 126039 with flag 11897359/2070001
991.20/492.60	c cleaning 64011 clauses out of 128066 with flag 12274601/2135000
1027.01/510.32	c cleaning 65008 clauses out of 130055 with flag 12653117/2201000
1063.99/528.75	c cleaning 65988 clauses out of 132047 with flag 13042472/2268000
1101.90/547.65	c cleaning 66983 clauses out of 134059 with flag 13440641/2336000
1139.49/566.38	c cleaning 68011 clauses out of 136076 with flag 13839170/2405000
1178.92/585.97	c cleaning 69014 clauses out of 138065 with flag 14245585/2475000
1219.92/606.32	c cleaning 70002 clauses out of 140052 with flag 14654289/2546001
1261.33/626.96	c cleaning 71009 clauses out of 142050 with flag 15071537/2618001
1305.65/648.94	c cleaning 72016 clauses out of 144040 with flag 15487621/2691000
1349.04/670.64	c cleaning 73007 clauses out of 146024 with flag 15913797/2765000
1401.21/697.10	c cleaning 73979 clauses out of 148017 with flag 16342355/2840000
1423.91/708.37	c cleaning 0 clauses out of 18000 with flag 0/18000
1455.38/723.84	c cleaning 74994 clauses out of 150038 with flag 16781095/2916000
1512.05/752.04	c cleaning 75999 clauses out of 152044 with flag 17225678/2993000
1568.79/780.27	c cleaning 76975 clauses out of 154046 with flag 17675800/3071001
1625.68/808.59	c cleaning 78013 clauses out of 156070 with flag 18132399/3150000
1685.62/838.37	c cleaning 79000 clauses out of 158057 with flag 18590832/3230000
1745.73/868.20	c cleaning 80023 clauses out of 160057 with flag 19055772/3311000
1800.19/895.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/895.30	c starts		: 26811
1800.19/895.30	c conflicts		: 3384680
1800.19/895.30	c decisions		: 27137109
1800.19/895.30	c propagations		: 426124199
1800.19/895.30	c inspects		: 9287947452
1800.19/895.30	c shortcuts		: 0
1800.19/895.30	c learnt literals	: 2
1800.19/895.30	c learnt binary clauses	: 82
1800.19/895.30	c learnt ternary clauses	: 902
1800.19/895.30	c learnt constraints	: 3384678
1800.19/895.30	c ignored constraints	: 0
1800.19/895.30	c root simplifications	: 0
1800.19/895.30	c removed literals (reason simplification)	: 2957102
1800.19/895.30	c reason swapping (by a shorter reason)	: 0
1800.19/895.30	c Calls to reduceDB	: 77
1800.19/895.30	c Number of update (reduction) of LBD	: 744034
1800.19/895.30	c Imported unit clauses	: 0
1800.19/895.30	c number of reductions to clauses (during analyze)	: 0
1800.19/895.30	c number of learned constraints concerned by reduction	: 0
1800.19/895.30	c number of learning phase by resolution	: 0
1800.19/895.30	c number of learning phase by cutting planes	: 0
1800.19/895.30	c speed (assignments/second)	: 476228.69637422904
1800.19/895.30	c non guided choices	15641
1800.19/895.33	c learnt constraints type 
1800.19/895.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 82
1800.19/895.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 153632
1800.19/895.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/895.33	c starts		: 45
1800.19/895.33	c conflicts		: 20213
1800.19/895.33	c decisions		: 69011
1800.19/895.33	c propagations		: 2405118
1800.19/895.33	c inspects		: 683281475
1800.19/895.33	c shortcuts		: 0
1800.19/895.33	c learnt literals	: 0
1800.19/895.33	c learnt binary clauses	: 0
1800.19/895.33	c learnt ternary clauses	: 0
1800.19/895.33	c learnt constraints	: 20213
1800.19/895.33	c ignored constraints	: 0
1800.19/895.33	c root simplifications	: 0
1800.19/895.33	c removed literals (reason simplification)	: 0
1800.19/895.33	c reason swapping (by a shorter reason)	: 0
1800.19/895.33	c Calls to reduceDB	: 3
1800.19/895.33	c Number of update (reduction) of LBD	: 0
1800.19/895.33	c Imported unit clauses	: 0
1800.19/895.33	c number of reductions to clauses (during analyze)	: 0
1800.19/895.33	c number of learned constraints concerned by reduction	: 0
1800.19/895.33	c number of learning phase by resolution	: 0
1800.19/895.33	c number of learning phase by cutting planes	: 0
1800.19/895.33	c speed (assignments/second)	: 2687.8472796520387
1800.19/895.33	c non guided choices	293
1800.19/895.34	c learnt constraints type 
1800.19/895.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 51
1800.19/895.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20162
1800.19/895.34	s UNKNOWN
1800.19/895.34	c Total wall clock time (in seconds): 895.232

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-4116654-1466979926/watcher-4116654-1466979926 -o /tmp/evaluation-result-4116654-1466979926/solver-4116654-1466979926 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466975440-23497 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116654-1466979926.opb 

pid=24375
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.07 4.18 4.13 5/197 24378
/proc/meminfo: memFree=30000676/32872528 swapFree=1094508/1184444
[pid=24378] ppid=24375 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24378/stat : 24378 (java) S 24375 24378 23481 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 31032418 98570240 978 33554432000 1073741824 1073778376 140733502395168 140733502386304 271790932029 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24378/statm: 24065 978 744 9 0 16771 0
[pid=24378/tid=24379] ppid=24375 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24379/stat : 24379 (java) R 24375 24378 23481 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 31032419 98570240 978 33554432000 1073741824 1073778376 140733502395168 140275845303848 271787574656 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.07 4.18 4.13 5/197 24378
/proc/meminfo: memFree=30000676/32872528 swapFree=1094508/1184444
[pid=24378] ppid=24375 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/24378/stat : 24378 (java) S 24375 24378 23481 0 -1 4202496 4537 0 1 0 9 1 0 0 20 0 18 0 31032418 9787879424 5656 33554432000 1073741824 1073778376 140733502395168 140733502386304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24378/statm: 2389619 5656 2156 9 0 2380296 0
[pid=24378/tid=24379] ppid=24375 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24378/task/24379/stat : 24379 (java) R 24375 24378 23481 0 -1 4202560 2439 0 1 0 6 1 0 0 20 0 18 0 31032419 9787879424 5656 33554432000 1073741824 1073778376 140733502395168 140275845307296 271790957837 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200263 s]
/proc/loadavg: 4.07 4.18 4.13 5/197 24378
/proc/meminfo: memFree=30000676/32872528 swapFree=1094508/1184444
[pid=24378] ppid=24375 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/24378/stat : 24378 (java) S 24375 24378 23481 0 -1 4202496 4777 0 1 0 25 1 0 0 20 0 18 0 31032418 9787879424 6328 33554432000 1073741824 1073778376 140733502395168 140733502386304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24378/statm: 2389619 6328 2213 9 0 2380296 0
[pid=24378/tid=24379] ppid=24375 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/24378/task/24379/stat : 24379 (java) R 24375 24378 23481 0 -1 4202560 2456 0 1 0 16 1 0 0 20 0 18 0 31032419 9787879424 6328 33554432000 1073741824 1073778376 140733502395168 140275845307296 271790947384 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300253 s]
/proc/loadavg: 4.07 4.18 4.13 5/197 24378
/proc/meminfo: memFree=30000676/32872528 swapFree=1094508/1184444
[pid=24378] ppid=24375 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/24378/stat : 24378 (java) S 24375 24378 23481 0 -1 4202496 5904 0 1 0 49 1 0 0 20 0 18 0 31032418 9787879424 8635 33554432000 1073741824 1073778376 140733502395168 140733502386304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24378/statm: 2389619 8635 2234 9 0 2380296 0
[pid=24378/tid=24379] ppid=24375 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/24378/task/24379/stat : 24379 (java) R 24375 24378 23481 0 -1 4202560 2459 0 1 0 26 1 0 0 20 0 18 0 31032419 9787879424 8635 33554432000 1073741824 1073778376 140733502395168 140275845307296 140275785100921 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700221 s]
/proc/loadavg: 4.07 4.18 4.13 5/197 24378
/proc/meminfo: memFree=30000676/32872528 swapFree=1094508/1184444
[pid=24378] ppid=24375 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/24378/stat : 24378 (java) S 24375 24378 23481 0 -1 4202496 14378 0 1 0 174 3 0 0 20 0 22 0 31032418 10060525568 23521 33554432000 1073741824 1073778376 140733502395168 140733502386304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24378/statm: 2456183 23521 2264 9 0 2446860 0
[pid=24378/tid=24379] ppid=24375 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/24378/task/24379/stat : 24379 (java) S 24375 24378 23481 0 -1 4202560 2546 0 1 0 47 1 0 0 20 0 22 0 31032419 10060525568 23521 33554432000 1073741824 1073778376 140733502395168 140275845309304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.07 4.18 4.13 8/219 24400
/proc/meminfo: memFree=29865760/32872528 swapFree=1094508/1184444
[pid=24378] ppid=24375 vsize=9824732 CPUtime=4.78 cores=0,2,4,6
/proc/24378/stat : 24378 (java) S 24375 24378 23481 0 -1 4202496 19307 0 1 0 473 5 0 0 20 0 22 0 31032418 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140733502386304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24378/statm: 2456183 46655 2292 9 0 2446860 0
[pid=24378/tid=24379] ppid=24375 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/24378/task/24379/stat : 24379 (java) S 24375 24378 23481 0 -1 4202560 2546 0 1 0 47 1 0 0 20 0 22 0 31032419 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275845309304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24381] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24381/stat : 24381 (java) S 24375 24378 23481 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 31032420 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275784039208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24382] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24382/stat : 24382 (java) S 24375 24378 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31032420 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275782986408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24383] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24383/stat : 24383 (java) S 24375 24378 23481 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 31032420 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275781934120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24384] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24384/stat : 24384 (java) S 24375 24378 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31032420 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275780881320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24385] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24385/stat : 24385 (java) S 24375 24378 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31032420 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275684686120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24386] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24386/stat : 24386 (java) S 24375 24378 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31032420 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275683633320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24387] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24387/stat : 24387 (java) S 24375 24378 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31032420 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275682581032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24388] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24388/stat : 24388 (java) S 24375 24378 23481 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 31032420 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275681528232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24389] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24389/stat : 24389 (java) S 24375 24378 23481 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 31032421 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275669330664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24390] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24390/stat : 24390 (java) S 24375 24378 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31032421 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275668276728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24391] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24391/stat : 24391 (java) S 24375 24378 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31032421 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275667224328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24392] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24392/stat : 24392 (java) S 24375 24378 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31032423 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275666172816 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24393] ppid=24375 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/24378/task/24393/stat : 24393 (java) R 24375 24378 23481 0 -1 4202560 9171 0 0 0 114 2 0 0 20 0 22 0 31032423 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275665119296 140275851263850 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24394] ppid=24375 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/24378/task/24394/stat : 24394 (java) S 24375 24378 23481 0 -1 4202560 6180 0 0 0 112 0 0 0 20 0 22 0 31032423 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275664066616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24395] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24395/stat : 24395 (java) S 24375 24378 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31032423 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275663014520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24396] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24396/stat : 24396 (java) S 24375 24378 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31032423 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275661961928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24397] ppid=24375 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/24378/task/24397/stat : 24397 (java) R 24375 24378 23481 0 -1 4202560 18 0 0 0 96 0 0 0 20 0 22 0 31032469 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275660907472 140275785721055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24398] ppid=24375 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/24378/task/24398/stat : 24398 (java) R 24375 24378 23481 0 -1 4202560 73 0 0 0 95 0 0 0 20 0 22 0 31032469 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275659852888 140275785981080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24399] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24399/stat : 24399 (java) S 24375 24378 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31032470 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275658802856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24400] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24400/stat : 24400 (java) S 24375 24378 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31032471 10060525568 46655 33554432000 1073741824 1073778376 140733502395168 140275657750056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.07 4.18 4.13 6/219 24400
/proc/meminfo: memFree=29442720/32872528 swapFree=1094508/1184444
[pid=24378] ppid=24375 vsize=9824732 CPUtime=8.21 cores=0,2,4,6
/proc/24378/stat : 24378 (java) S 24375 24378 23481 0 -1 4202496 19663 0 1 0 807 14 0 0 20 0 22 0 31032418 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140733502386304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24378/statm: 2456183 86794 2292 9 0 2446860 0
[pid=24378/tid=24379] ppid=24375 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/24378/task/24379/stat : 24379 (java) S 24375 24378 23481 0 -1 4202560 2546 0 1 0 47 1 0 0 20 0 22 0 31032419 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275845309304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24381] ppid=24375 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24378/task/24381/stat : 24381 (java) S 24375 24378 23481 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 31032420 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275784039208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24382] ppid=24375 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24378/task/24382/stat : 24382 (java) S 24375 24378 23481 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 31032420 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275782986408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24383] ppid=24375 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24378/task/24383/stat : 24383 (java) S 24375 24378 23481 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 31032420 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275781934120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24384] ppid=24375 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24378/task/24384/stat : 24384 (java) S 24375 24378 23481 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 31032420 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275780881320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24385] ppid=24375 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24378/task/24385/stat : 24385 (java) S 24375 24378 23481 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 31032420 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275684686120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24386] ppid=24375 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24378/task/24386/stat : 24386 (java) S 24375 24378 23481 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 31032420 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275683633320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24387] ppid=24375 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24378/task/24387/stat : 24387 (java) S 24375 24378 23481 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 31032420 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275682581032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24388] ppid=24375 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24378/task/24388/stat : 24388 (java) S 24375 24378 23481 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 22 0 31032420 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275681528232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24389] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24389/stat : 24389 (java) S 24375 24378 23481 0 -1 4202560 201 0 0 0 0 0 0 0 20 0 22 0 31032421 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275669330664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24390] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24390/stat : 24390 (java) S 24375 24378 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31032421 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275668276728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24391] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24391/stat : 24391 (java) S 24375 24378 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31032421 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275667224328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24392] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24392/stat : 24392 (java) S 24375 24378 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31032423 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275666172816 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24393] ppid=24375 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/24378/task/24393/stat : 24393 (java) S 24375 24378 23481 0 -1 4202560 9175 0 0 0 122 2 0 0 20 0 22 0 31032423 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275665119416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24394] ppid=24375 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/24378/task/24394/stat : 24394 (java) S 24375 24378 23481 0 -1 4202560 6182 0 0 0 115 0 0 0 20 0 22 0 31032423 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275664066616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24395] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24395/stat : 24395 (java) S 24375 24378 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31032423 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275663014520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24396] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24396/stat : 24396 (java) S 24375 24378 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31032423 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275661961928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24397] ppid=24375 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/24378/task/24397/stat : 24397 (java) R 24375 24378 23481 0 -1 4202560 23 0 0 0 246 0 0 0 20 0 22 0 31032469 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275660907592 140275785749120 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24398] ppid=24375 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/24378/task/24398/stat : 24398 (java) R 24375 24378 23481 0 -1 4202560 122 0 0 0 243 2 0 0 20 0 22 0 31032469 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275659853152 140275786001807 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24399] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24399/stat : 24399 (java) S 24375 24378 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31032470 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275658802856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24400] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24400/stat : 24400 (java) S 24375 24378 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31032471 10060525568 86794 33554432000 1073741824 1073778376 140733502395168 140275657750056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.21
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.06 4.18 4.13 6/219 24400
/proc/meminfo: memFree=28838280/32872528 swapFree=1094508/1184444
[pid=24378] ppid=24375 vsize=9824732 CPUtime=14.76 cores=0,2,4,6
/proc/24378/stat : 24378 (java) S 24375 24378 23481 0 -1 4202496 20203 0 1 0 1452 24 0 0 20 0 22 0 31032418 10060525568 156333 33554432000 1073741824 1073778376 140733502395168 140733502386304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24378/statm: 2456183 156333 2292 9 0 2446860 0
[pid=24378/tid=24379] ppid=24375 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/24378/task/24379/stat : 24379 (java) S 24375 24378 23481 0 -1 4202560 2546 0 1 0 47 1 0 0 20 0 22 0 31032419 10060525568 156333 33554432000 1073741824 1073778376 140733502395168 140275845309304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24381] ppid=24375 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24378/task/24381/stat : 24381 (java) S 24375 24378 23481 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 22 0 31032420 10060525568 156333 33554432000 1073741824 1073778376 140733502395168 140275784039208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24382] ppid=24375 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24378/task/24382/stat : 24382 (java) S 24375 24378 23481 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 31032420 10060525568 156333 33554432000 1073741824 1073778376 140733502395168 140275782986408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24383] ppid=24375 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24378/task/24383/stat : 24383 (java) S 24375 24378 23481 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 31032420 10060525568 156333 33554432000 1073741824 1073778376 140733502395168 140275781934120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24384] ppid=24375 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24378/task/24384/stat : 24384 (java) S 24375 24378 23481 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 31032420 10060525568 156333 33554432000 1073741824 1073778376 140733502395168 140275780881320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24385] ppid=24375 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/24378/task/24385/stat : 24385 (java) S 24375 24378 23481 0 -1 4202560 57 0 0 0 7 3 0 0 20 0 22 0 31032420 10060525568 156333 33554432000 1073741824 1073778376 140733502395168 140275684686120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24386] ppid=24375 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24378/task/24386/stat : 24386 (java) S 24375 24378 23481 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 22 0 31032420 10060525568 156333 33554432000 1073741824 1073778376 140733502395168 140275683633320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24387] ppid=24375 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24378/task/24387/stat : 24387 (java) S 24375 24378 23481 0 -1 4202560 39 0 0 0 5 1 0 0 20 0 22 0 31032420 10060525568 156333 33554432000 1073741824 1073778376 140733502395168 140275682581032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24388] ppid=24375 vsize=9824732 CPUtime=0.08 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.22 4.18 4.17 5/220 24424
/proc/meminfo: memFree=22992532/32872528 swapFree=1094508/1184444
[pid=24378] ppid=24375 vsize=9824732 CPUtime=1774.13 cores=0,2,4,6
/proc/24378/stat : 24378 (java) S 24375 24378 23481 0 -1 4202496 33355 0 1 0 177191 222 0 0 20 0 22 0 31032418 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140733502386304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24378/statm: 2456183 972809 2301 9 0 2446860 0
[pid=24378/tid=24379] ppid=24375 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/24378/task/24379/stat : 24379 (java) S 24375 24378 23481 0 -1 4202560 2554 0 1 0 50 3 0 0 20 0 22 0 31032419 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275845309304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24381] ppid=24375 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/24378/task/24381/stat : 24381 (java) S 24375 24378 23481 0 -1 4202560 896 0 0 0 280 21 0 0 20 0 22 0 31032420 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275784039208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24382] ppid=24375 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/24378/task/24382/stat : 24382 (java) S 24375 24378 23481 0 -1 4202560 785 0 0 0 270 18 0 0 20 0 22 0 31032420 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275782986408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24383] ppid=24375 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/24378/task/24383/stat : 24383 (java) S 24375 24378 23481 0 -1 4202560 742 0 0 0 257 17 0 0 20 0 22 0 31032420 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275781934120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24384] ppid=24375 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/24378/task/24384/stat : 24384 (java) S 24375 24378 23481 0 -1 4202560 881 0 0 0 259 21 0 0 20 0 22 0 31032420 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275780881320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24385] ppid=24375 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/24378/task/24385/stat : 24385 (java) S 24375 24378 23481 0 -1 4202560 706 0 0 0 266 21 0 0 20 0 22 0 31032420 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275684686120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24386] ppid=24375 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/24378/task/24386/stat : 24386 (java) S 24375 24378 23481 0 -1 4202560 1004 0 0 0 288 20 0 0 20 0 22 0 31032420 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275683633320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24387] ppid=24375 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/24378/task/24387/stat : 24387 (java) S 24375 24378 23481 0 -1 4202560 624 0 0 0 265 19 0 0 20 0 22 0 31032420 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275682581032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24388] ppid=24375 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/24378/task/24388/stat : 24388 (java) S 24375 24378 23481 0 -1 4202560 608 0 0 0 280 19 0 0 20 0 22 0 31032420 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275681528232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24389] ppid=24375 vsize=9824732 CPUtime=3.72 cores=0,2,4,6
/proc/24378/task/24389/stat : 24389 (java) S 24375 24378 23481 0 -1 4202560 2527 0 0 0 363 9 0 0 20 0 22 0 31032421 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275669330664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24390] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24390/stat : 24390 (java) S 24375 24378 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31032421 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275668276728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24391] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24391/stat : 24391 (java) S 24375 24378 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31032421 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275667224328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24392] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24392/stat : 24392 (java) S 24375 24378 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31032423 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275666172816 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24393] ppid=24375 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/24378/task/24393/stat : 24393 (java) S 24375 24378 23481 0 -1 4202560 9179 0 0 0 130 2 0 0 20 0 22 0 31032423 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275665119416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24394] ppid=24375 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/24378/task/24394/stat : 24394 (java) S 24375 24378 23481 0 -1 4202560 9044 0 0 0 156 0 0 0 20 0 22 0 31032423 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275664066616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24395] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24395/stat : 24395 (java) S 24375 24378 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31032423 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275663014520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24396] ppid=24375 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/24378/task/24396/stat : 24396 (java) S 24375 24378 23481 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 31032423 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275661961928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24397] ppid=24375 vsize=9824732 CPUtime=871.73 cores=0,2,4,6
/proc/24378/task/24397/stat : 24397 (java) R 24375 24378 23481 0 -1 4202560 91 0 0 0 87157 16 0 0 20 0 22 0 31032469 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275660906352 140275785806319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24398] ppid=24375 vsize=9824732 CPUtime=871.78 cores=0,2,4,6
/proc/24378/task/24398/stat : 24398 (java) R 24375 24378 23481 0 -1 4202560 2397 0 0 0 87128 50 0 0 20 0 22 0 31032469 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275659854792 140275785788714 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24399] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24399/stat : 24399 (java) S 24375 24378 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31032470 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275658802856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24400] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24400/stat : 24400 (java) S 24375 24378 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31032471 10060525568 972809 33554432000 1073741824 1073778376 140733502395168 140275657750056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1774.13
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.301 s]
/proc/loadavg: 4.01 4.13 4.15 3/192 24457
/proc/meminfo: memFree=26748116/32872528 swapFree=1094508/1184444
[pid=24378] ppid=24375 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/24378/stat : 24378 (java) S 24375 24378 23481 0 -1 4202496 33373 0 1 0 179795 224 0 0 20 0 22 0 31032418 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140733502386304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24378/statm: 2456183 975370 2301 9 0 2446860 0
[pid=24378/tid=24379] ppid=24375 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/24378/task/24379/stat : 24379 (java) S 24375 24378 23481 0 -1 4202560 2554 0 1 0 50 3 0 0 20 0 22 0 31032419 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275845309304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24381] ppid=24375 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/24378/task/24381/stat : 24381 (java) S 24375 24378 23481 0 -1 4202560 896 0 0 0 281 21 0 0 20 0 22 0 31032420 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275784039208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24382] ppid=24375 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/24378/task/24382/stat : 24382 (java) S 24375 24378 23481 0 -1 4202560 788 0 0 0 272 18 0 0 20 0 22 0 31032420 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275782986408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24383] ppid=24375 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/24378/task/24383/stat : 24383 (java) S 24375 24378 23481 0 -1 4202560 743 0 0 0 257 17 0 0 20 0 22 0 31032420 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275781934120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24384] ppid=24375 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/24378/task/24384/stat : 24384 (java) S 24375 24378 23481 0 -1 4202560 882 0 0 0 261 21 0 0 20 0 22 0 31032420 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275780881320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24385] ppid=24375 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/24378/task/24385/stat : 24385 (java) S 24375 24378 23481 0 -1 4202560 707 0 0 0 267 21 0 0 20 0 22 0 31032420 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275684686120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24386] ppid=24375 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/24378/task/24386/stat : 24386 (java) S 24375 24378 23481 0 -1 4202560 1005 0 0 0 289 20 0 0 20 0 22 0 31032420 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275683633320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24387] ppid=24375 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/24378/task/24387/stat : 24387 (java) S 24375 24378 23481 0 -1 4202560 629 0 0 0 268 19 0 0 20 0 22 0 31032420 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275682581032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24388] ppid=24375 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/24378/task/24388/stat : 24388 (java) S 24375 24378 23481 0 -1 4202560 612 0 0 0 284 19 0 0 20 0 22 0 31032420 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275681528232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24389] ppid=24375 vsize=9824732 CPUtime=3.72 cores=0,2,4,6
/proc/24378/task/24389/stat : 24389 (java) S 24375 24378 23481 0 -1 4202560 2528 0 0 0 363 9 0 0 20 0 22 0 31032421 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275669330664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24390] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24390/stat : 24390 (java) S 24375 24378 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31032421 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275668276728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24391] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24391/stat : 24391 (java) S 24375 24378 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31032421 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275667224328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24392] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24392/stat : 24392 (java) S 24375 24378 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31032423 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275666172816 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24393] ppid=24375 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/24378/task/24393/stat : 24393 (java) S 24375 24378 23481 0 -1 4202560 9179 0 0 0 130 2 0 0 20 0 22 0 31032423 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275665119416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24394] ppid=24375 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/24378/task/24394/stat : 24394 (java) S 24375 24378 23481 0 -1 4202560 9044 0 0 0 156 0 0 0 20 0 22 0 31032423 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275664066616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24395] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24395/stat : 24395 (java) S 24375 24378 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31032423 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275663014520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24396] ppid=24375 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/24378/task/24396/stat : 24396 (java) S 24375 24378 23481 0 -1 4202560 51 0 0 0 16 19 0 0 20 0 22 0 31032423 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275661961928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24397] ppid=24375 vsize=9824732 CPUtime=884.67 cores=0,2,4,6
/proc/24378/task/24397/stat : 24397 (java) R 24375 24378 23481 0 -1 4202560 92 0 0 0 88451 16 0 0 20 0 22 0 31032469 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275660907568 140275785720875 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24398] ppid=24375 vsize=9824732 CPUtime=884.73 cores=0,2,4,6
/proc/24378/task/24398/stat : 24398 (java) R 24375 24378 23481 0 -1 4202560 2397 0 0 0 88423 50 0 0 20 0 22 0 31032469 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275659853456 140275786001728 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24399] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24399/stat : 24399 (java) S 24375 24378 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31032470 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275658802856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24400] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24400/stat : 24400 (java) S 24375 24378 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31032471 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275657750056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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 24378 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.301 s]
/proc/loadavg: 4.01 4.13 4.15 3/192 24457
/proc/meminfo: memFree=26748116/32872528 swapFree=1094508/1184444
[pid=24378] ppid=24375 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/24378/stat : 24378 (java) S 24375 24378 23481 0 -1 4202496 33373 0 1 0 179795 224 0 0 20 0 22 0 31032418 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140733502386304 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24378/statm: 2456183 975370 2301 9 0 2446860 0
[pid=24378/tid=24379] ppid=24375 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/24378/task/24379/stat : 24379 (java) S 24375 24378 23481 0 -1 4202560 2554 0 1 0 50 3 0 0 20 0 22 0 31032419 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275845309304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24381] ppid=24375 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/24378/task/24381/stat : 24381 (java) S 24375 24378 23481 0 -1 4202560 896 0 0 0 281 21 0 0 20 0 22 0 31032420 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275784039208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24382] ppid=24375 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/24378/task/24382/stat : 24382 (java) S 24375 24378 23481 0 -1 4202560 788 0 0 0 272 18 0 0 20 0 22 0 31032420 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275782986408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24383] ppid=24375 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/24378/task/24383/stat : 24383 (java) S 24375 24378 23481 0 -1 4202560 743 0 0 0 257 17 0 0 20 0 22 0 31032420 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275781934120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24384] ppid=24375 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/24378/task/24384/stat : 24384 (java) S 24375 24378 23481 0 -1 4202560 882 0 0 0 261 21 0 0 20 0 22 0 31032420 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275780881320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24385] ppid=24375 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/24378/task/24385/stat : 24385 (java) S 24375 24378 23481 0 -1 4202560 707 0 0 0 267 21 0 0 20 0 22 0 31032420 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275684686120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24386] ppid=24375 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/24378/task/24386/stat : 24386 (java) S 24375 24378 23481 0 -1 4202560 1005 0 0 0 289 20 0 0 20 0 22 0 31032420 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275683633320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24387] ppid=24375 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/24378/task/24387/stat : 24387 (java) S 24375 24378 23481 0 -1 4202560 629 0 0 0 268 19 0 0 20 0 22 0 31032420 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275682581032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24388] ppid=24375 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/24378/task/24388/stat : 24388 (java) S 24375 24378 23481 0 -1 4202560 612 0 0 0 284 19 0 0 20 0 22 0 31032420 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275681528232 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24389] ppid=24375 vsize=9824732 CPUtime=3.72 cores=0,2,4,6
/proc/24378/task/24389/stat : 24389 (java) S 24375 24378 23481 0 -1 4202560 2528 0 0 0 363 9 0 0 20 0 22 0 31032421 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275669330664 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24390] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24390/stat : 24390 (java) S 24375 24378 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 31032421 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275668276728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24391] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24391/stat : 24391 (java) S 24375 24378 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 31032421 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275667224328 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24392] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24392/stat : 24392 (java) S 24375 24378 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31032423 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275666172816 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24393] ppid=24375 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/24378/task/24393/stat : 24393 (java) S 24375 24378 23481 0 -1 4202560 9179 0 0 0 130 2 0 0 20 0 22 0 31032423 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275665119416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24378/tid=24394] ppid=24375 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/24378/task/24394/stat : 24394 (java) S 24375 24378 23481 0 -1 4202560 9044 0 0 0 156 0 0 0 20 0 22 0 31032423 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275664066616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24395] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24395/stat : 24395 (java) S 24375 24378 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 31032423 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275663014520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24378/tid=24396] ppid=24375 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/24378/task/24396/stat : 24396 (java) S 24375 24378 23481 0 -1 4202560 51 0 0 0 16 19 0 0 20 0 22 0 31032423 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275661961928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24397] ppid=24375 vsize=9824732 CPUtime=884.67 cores=0,2,4,6
/proc/24378/task/24397/stat : 24397 (java) R 24375 24378 23481 0 -1 4202560 92 0 0 0 88451 16 0 0 20 0 22 0 31032469 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275660907568 140275785720875 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24398] ppid=24375 vsize=9824732 CPUtime=884.73 cores=0,2,4,6
/proc/24378/task/24398/stat : 24398 (java) R 24375 24378 23481 0 -1 4202560 2397 0 0 0 88423 50 0 0 20 0 22 0 31032469 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275659853456 140275786001728 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24378/tid=24399] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24399/stat : 24399 (java) S 24375 24378 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31032470 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275658802856 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24378/tid=24400] ppid=24375 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24378/task/24400/stat : 24400 (java) S 24375 24378 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 31032471 10060525568 975370 33554432000 1073741824 1073778376 140733502395168 140275657750056 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.369
CPU time (s): 1800.65
CPU user time (s): 1797.93
CPU system time (s): 2.72159
CPU usage (%): 201.107
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.93
system time used= 2.72159
maximum resident set size= 3901596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33407
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23948
involuntary context switches= 26522

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.9614 second user time and 4.13137 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-27 00:25:26
IDJOB=4116654
IDBENCH=109497
IDSOLVER=2543
FILE ID=node115/4116654-1466979926
RUNJOBID= node115-1466975440-23497
PBS_JOBID= 19976385
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round23-7.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116654-1466979926/watcher-4116654-1466979926 -o /tmp/evaluation-result-4116654-1466979926/solver-4116654-1466979926 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466975440-23497 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116654-1466979926.opb

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

MD5SUM BENCH= 61ae36a4f676caa4ef52360a8e78a841
RANDOM SEED=990576130

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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.395
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.395
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.56
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.395
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:        30000320 kB
Buffers:           80136 kB
Cached:           224280 kB
SwapCached:         1676 kB
Active:           699140 kB
Inactive:         258504 kB
Active(anon):     655212 kB
Inactive(anon):      892 kB
Active(file):      43928 kB
Inactive(file):   257612 kB
Unevictable:     1184444 kB
Mlocked:         1094508 kB
SwapTotal:      67108856 kB
SwapFree:       67099168 kB
Dirty:              2572 kB
Writeback:             0 kB
AnonPages:       1865860 kB
Mapped:            15612 kB
Shmem:                 0 kB
Slab:             596208 kB
SReclaimable:      39816 kB
SUnreclaim:       556392 kB
KernelStack:        1808 kB
PageTables:         7764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2794104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    733184 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= 71664 MiB
End job on node115 at 2016-06-27 00:40:22