Trace number 4116254

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.01 897.263

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round22-5.opb
MD5SUM969f655ceffdb0b5352b9f558494ef5a
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 variables4128
Total number of constraints8688
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints864
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4116254-1466954361.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.74/0.49	c ... done. Wall clock time 0.371s.
0.74/0.49	c declared #vars     4128
0.74/0.49	c #constraints  9952
0.74/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.74/0.49	c constraints type 
0.74/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.74/0.49	c org.sat4j.specs.Constr$1 => 888
0.74/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.74/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.74/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.74/0.49	c 9952 constraints processed.
0.74/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.74/0.49	c constraints type 
0.74/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.74/0.49	c org.sat4j.specs.Constr$1 => 888
0.74/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.74/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.74/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
0.74/0.49	c 9952 constraints processed.
4.22/1.38	c cleaning 2496 clauses out of 4999 with flag 15825/5001
5.83/2.01	c cleaning 4243 clauses out of 8505 with flag 38437/11003
7.28/2.73	c cleaning 5615 clauses out of 11259 with flag 67298/18000
9.19/3.61	c cleaning 6815 clauses out of 13644 with flag 102403/26000
11.07/4.60	c cleaning 7903 clauses out of 15829 with flag 142355/35000
13.55/5.72	c cleaning 8951 clauses out of 17926 with flag 189855/45000
16.21/7.07	c cleaning 9978 clauses out of 19975 with flag 243524/56000
19.01/8.44	c cleaning 10956 clauses out of 21997 with flag 302863/68000
22.31/10.08	c cleaning 12007 clauses out of 24041 with flag 369603/81000
26.09/11.96	c cleaning 13011 clauses out of 26034 with flag 442693/95000
30.19/13.97	c cleaning 14003 clauses out of 28023 with flag 524187/110000
34.38/16.07	c cleaning 14966 clauses out of 30020 with flag 611256/126000
39.10/18.37	c cleaning 16019 clauses out of 32056 with flag 707412/143002
43.70/20.69	c cleaning 17013 clauses out of 34035 with flag 810527/161000
48.91/23.22	c cleaning 18012 clauses out of 36023 with flag 921549/180001
54.98/26.26	c cleaning 19000 clauses out of 38010 with flag 1036881/200000
61.18/29.36	c cleaning 19996 clauses out of 40010 with flag 1158670/221000
67.78/32.67	c cleaning 20984 clauses out of 42014 with flag 1285072/243000
74.18/35.89	c cleaning 21985 clauses out of 44030 with flag 1420971/266000
80.10/38.78	c cleaning 0 clauses out of 5002 with flag 0/5002
82.09/39.69	c cleaning 23000 clauses out of 46049 with flag 1564665/290004
90.47/43.90	c cleaning 24015 clauses out of 48046 with flag 1714320/315001
99.58/48.37	c cleaning 24991 clauses out of 50030 with flag 1870603/341000
109.26/53.13	c cleaning 25989 clauses out of 52039 with flag 2034695/368000
119.53/58.29	c cleaning 27020 clauses out of 54050 with flag 2205454/396000
130.32/63.61	c cleaning 27967 clauses out of 56030 with flag 2381833/425000
141.39/69.13	c cleaning 29013 clauses out of 58063 with flag 2567587/455000
153.45/75.15	c cleaning 30002 clauses out of 60050 with flag 2759615/486000
165.90/81.33	c cleaning 31006 clauses out of 62048 with flag 2958169/518000
179.19/88.00	c cleaning 31968 clauses out of 64042 with flag 3164411/551000
193.08/94.89	c cleaning 33026 clauses out of 66076 with flag 3378600/585002
208.33/102.75	c cleaning 34021 clauses out of 68048 with flag 3601742/620000
222.98/110.05	c cleaning 34980 clauses out of 70027 with flag 3826837/656000
238.24/117.68	c cleaning 35976 clauses out of 72048 with flag 4059947/693001
254.71/125.89	c cleaning 37016 clauses out of 74071 with flag 4298721/731000
272.17/134.53	c cleaning 38002 clauses out of 76055 with flag 4542586/770000
289.83/143.36	c cleaning 38985 clauses out of 78053 with flag 4794915/810000
308.82/152.77	c cleaning 40013 clauses out of 80068 with flag 5053452/851000
328.76/162.62	c cleaning 40997 clauses out of 82055 with flag 5323507/893000
349.26/172.84	c cleaning 42013 clauses out of 84058 with flag 5595163/936000
370.32/183.36	c cleaning 43018 clauses out of 86045 with flag 5874827/980000
392.42/194.36	c cleaning 44006 clauses out of 88028 with flag 6166264/1025001
403.49/199.89	c cleaning 0 clauses out of 11000 with flag 0/11000
415.59/205.85	c cleaning 44993 clauses out of 90022 with flag 6456043/1071001
439.72/217.82	c cleaning 45952 clauses out of 92028 with flag 6760794/1118000
464.34/230.05	c cleaning 47029 clauses out of 94076 with flag 7068818/1166000
490.03/242.82	c cleaning 48024 clauses out of 96048 with flag 7381440/1215001
516.71/256.02	c cleaning 48986 clauses out of 98023 with flag 7702394/1265000
544.80/270.59	c cleaning 50006 clauses out of 100037 with flag 8028697/1316000
571.88/284.02	c cleaning 51001 clauses out of 102031 with flag 8359764/1368000
597.59/296.89	c cleaning 51987 clauses out of 104030 with flag 8699105/1421000
623.58/309.80	c cleaning 53005 clauses out of 106043 with flag 9047491/1475000
652.51/324.24	c cleaning 53998 clauses out of 108039 with flag 9401907/1530001
683.77/339.78	c cleaning 55010 clauses out of 110040 with flag 9755791/1586000
716.95/356.28	c cleaning 55985 clauses out of 112030 with flag 10119308/1643000
751.54/373.47	c cleaning 57009 clauses out of 114046 with flag 10493883/1701001
787.60/391.31	c cleaning 57982 clauses out of 116037 with flag 10871489/1760001
824.55/409.78	c cleaning 59001 clauses out of 118054 with flag 11247657/1820000
862.36/428.57	c cleaning 60005 clauses out of 120053 with flag 11637894/1881000
901.55/448.03	c cleaning 60991 clauses out of 122049 with flag 12035911/1943001
941.91/468.12	c cleaning 62003 clauses out of 124057 with flag 12442836/2006000
983.54/488.90	c cleaning 63005 clauses out of 126055 with flag 12847068/2070001
1027.47/510.60	c cleaning 63997 clauses out of 128049 with flag 13260885/2135000
1071.39/532.46	c cleaning 64966 clauses out of 130052 with flag 13677355/2201000
1118.67/556.65	c cleaning 66023 clauses out of 132089 with flag 14103299/2268003
1165.67/580.06	c cleaning 66989 clauses out of 134063 with flag 14538244/2336000
1209.73/602.04	c cleaning 67988 clauses out of 136076 with flag 14978059/2405002
1249.80/622.00	c cleaning 69011 clauses out of 138087 with flag 15428211/2475001
1296.31/645.23	c cleaning 70026 clauses out of 140076 with flag 15883180/2546001
1341.79/667.94	c cleaning 70997 clauses out of 142050 with flag 16347464/2618001
1385.90/689.90	c cleaning 72013 clauses out of 144052 with flag 16816288/2691000
1430.90/712.49	c cleaning 72996 clauses out of 146039 with flag 17291740/2765000
1478.09/735.91	c cleaning 74011 clauses out of 148043 with flag 17772737/2840000
1531.03/762.33	c cleaning 75004 clauses out of 150032 with flag 18259114/2916000
1590.13/791.69	c cleaning 75987 clauses out of 152028 with flag 18748880/2993000
1650.84/821.76	c cleaning 77011 clauses out of 154041 with flag 19248728/3071000
1707.87/850.17	c cleaning 77989 clauses out of 156031 with flag 19749159/3150001
1761.17/876.73	c cleaning 78989 clauses out of 158041 with flag 20258304/3230000
1800.01/897.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/897.20	c starts		: 28484
1800.01/897.20	c conflicts		: 3288702
1800.01/897.20	c decisions		: 33100690
1800.01/897.20	c propagations		: 456294179
1800.01/897.20	c inspects		: 9597995937
1800.01/897.20	c shortcuts		: 0
1800.01/897.20	c learnt literals	: 2
1800.01/897.20	c learnt binary clauses	: 40
1800.01/897.20	c learnt ternary clauses	: 618
1800.01/897.20	c learnt constraints	: 3288700
1800.01/897.20	c ignored constraints	: 0
1800.01/897.20	c root simplifications	: 0
1800.01/897.20	c removed literals (reason simplification)	: 2249643
1800.01/897.20	c reason swapping (by a shorter reason)	: 0
1800.01/897.20	c Calls to reduceDB	: 76
1800.01/897.20	c Number of update (reduction) of LBD	: 696067
1800.01/897.20	c Imported unit clauses	: 0
1800.01/897.20	c number of reductions to clauses (during analyze)	: 0
1800.01/897.20	c number of learned constraints concerned by reduction	: 0
1800.01/897.20	c number of learning phase by resolution	: 0
1800.01/897.20	c number of learning phase by cutting planes	: 0
1800.01/897.20	c speed (assignments/second)	: 508859.34983829595
1800.01/897.20	c non guided choices	6991
1800.01/897.23	c learnt constraints type 
1800.01/897.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40
1800.01/897.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 137714
1800.01/897.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/897.23	c starts		: 44
1800.01/897.23	c conflicts		: 17529
1800.01/897.23	c decisions		: 67925
1800.01/897.23	c propagations		: 2219774
1800.01/897.23	c inspects		: 584816638
1800.01/897.23	c shortcuts		: 0
1800.01/897.23	c learnt literals	: 0
1800.01/897.23	c learnt binary clauses	: 0
1800.01/897.23	c learnt ternary clauses	: 0
1800.01/897.23	c learnt constraints	: 17528
1800.01/897.23	c ignored constraints	: 0
1800.01/897.23	c root simplifications	: 0
1800.01/897.23	c removed literals (reason simplification)	: 0
1800.01/897.23	c reason swapping (by a shorter reason)	: 0
1800.01/897.23	c Calls to reduceDB	: 2
1800.01/897.23	c Number of update (reduction) of LBD	: 0
1800.01/897.23	c Imported unit clauses	: 0
1800.01/897.23	c number of reductions to clauses (during analyze)	: 0
1800.01/897.23	c number of learned constraints concerned by reduction	: 0
1800.01/897.23	c number of learning phase by resolution	: 0
1800.01/897.23	c number of learning phase by cutting planes	: 0
1800.01/897.23	c speed (assignments/second)	: 2475.428867108349
1800.01/897.23	c non guided choices	278
1800.01/897.23	c learnt constraints type 
1800.01/897.23	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6
1800.01/897.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17522
1800.01/897.23	s UNKNOWN
1800.01/897.23	c Total wall clock time (in seconds): 897.117

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-4116254-1466954361/watcher-4116254-1466954361 -o /tmp/evaluation-result-4116254-1466954361/solver-4116254-1466954361 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116254-1466954361.opb 

pid=23709
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.30 4.28 4.21 4/197 23712
/proc/meminfo: memFree=27995992/32872528 swapFree=681168/738400
[pid=23712] ppid=23709 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/23712/stat : 23712 (java) R 23709 23712 20053 0 -1 4202496 405 0 0 0 0 0 0 0 20 0 1 0 28475595 9445376 77 33554432000 1073741824 1073778376 140735714659360 140735714656488 213857121719 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23712/statm: 2306 92 74 9 0 38 0

[startup+0.100061 s]
/proc/loadavg: 4.30 4.28 4.21 4/197 23712
/proc/meminfo: memFree=27995992/32872528 swapFree=681168/738400
[pid=23712] ppid=23709 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/23712/stat : 23712 (java) S 23709 23712 20053 0 -1 4202496 4434 0 1 0 8 1 0 0 20 0 18 0 28475595 9787879424 6053 33554432000 1073741824 1073778376 140735714659360 140735714650496 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23712/statm: 2389619 6053 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 4.30 4.28 4.21 4/197 23712
/proc/meminfo: memFree=27995992/32872528 swapFree=681168/738400
[pid=23712] ppid=23709 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/23712/stat : 23712 (java) S 23709 23712 20053 0 -1 4202496 4703 0 1 0 23 1 0 0 20 0 18 0 28475595 9787879424 6792 33554432000 1073741824 1073778376 140735714659360 140735714650496 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23712/statm: 2389619 6792 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300239 s]
/proc/loadavg: 4.30 4.28 4.21 4/197 23712
/proc/meminfo: memFree=27995992/32872528 swapFree=681168/738400
[pid=23712] ppid=23709 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/23712/stat : 23712 (java) S 23709 23712 20053 0 -1 4202496 5799 0 1 0 47 1 0 0 20 0 18 0 28475595 9787879424 9011 33554432000 1073741824 1073778376 140735714659360 140735714650496 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23712/statm: 2389619 9011 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700169 s]
/proc/loadavg: 4.30 4.28 4.21 4/197 23712
/proc/meminfo: memFree=27995992/32872528 swapFree=681168/738400
[pid=23712] ppid=23709 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/23712/stat : 23712 (java) S 23709 23712 20053 0 -1 4202496 14256 0 1 0 180 3 0 0 20 0 22 0 28475595 10060525568 23085 33554432000 1073741824 1073778376 140735714659360 140735714650496 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23712/statm: 2456183 23085 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.43 4.31 4.22 7/219 23734
/proc/meminfo: memFree=27857040/32872528 swapFree=681168/738400
[pid=23712] ppid=23709 vsize=9824732 CPUtime=4.75 cores=1,3,5,7
/proc/23712/stat : 23712 (java) S 23709 23712 20053 0 -1 4202496 23051 0 1 0 468 7 0 0 20 0 22 0 28475595 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 140735714650496 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23712/statm: 2456183 45851 2292 9 0 2446860 0
[pid=23712/tid=23714] ppid=23709 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/23712/task/23714/stat : 23714 (java) S 23709 23712 20053 0 -1 4202560 2435 0 1 0 44 2 0 0 20 0 22 0 28475596 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700833731448 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23715] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23715/stat : 23715 (java) S 23709 23712 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28475598 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700795223080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23716] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23716/stat : 23716 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475598 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700794170280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23717] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23717/stat : 23717 (java) S 23709 23712 20053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28475598 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700793117480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23712/tid=23718] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23718/stat : 23718 (java) S 23709 23712 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28475598 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700792064680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23712/tid=23719] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23719/stat : 23719 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475598 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700673178152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23720] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23720/stat : 23720 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475598 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700672125352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23721] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23721/stat : 23721 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475598 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700671072552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23712/tid=23722] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23722/stat : 23722 (java) S 23709 23712 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28475598 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700670019752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23723] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23723/stat : 23723 (java) S 23709 23712 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28475599 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700657822696 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23724] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23724/stat : 23724 (java) S 23709 23712 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28475599 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700052420344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23725] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23725/stat : 23725 (java) S 23709 23712 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28475599 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700051367432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23726] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23726/stat : 23726 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475601 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700050315920 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23727] ppid=23709 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/23712/task/23727/stat : 23727 (java) S 23709 23712 20053 0 -1 4202560 11213 0 0 0 111 1 0 0 20 0 22 0 28475601 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700049263032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23728] ppid=23709 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/23712/task/23728/stat : 23728 (java) S 23709 23712 20053 0 -1 4202560 8002 0 0 0 110 2 0 0 20 0 22 0 28475601 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700048210232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23729] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23729/stat : 23729 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475601 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700047157624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23730] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23730/stat : 23730 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475602 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700046105032 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23731] ppid=23709 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/23712/task/23731/stat : 23731 (java) R 23709 23712 20053 0 -1 4202560 17 0 0 0 97 0 0 0 20 0 22 0 28475645 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700045050712 139700673909540 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23732] ppid=23709 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/23712/task/23732/stat : 23732 (java) R 23709 23712 20053 0 -1 4202560 74 0 0 0 95 1 0 0 20 0 22 0 28475645 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700043997032 139700673980930 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23712/tid=23733] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23733/stat : 23733 (java) S 23709 23712 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28475646 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700042945960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23734] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23734/stat : 23734 (java) S 23709 23712 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28475646 10060525568 45851 33554432000 1073741824 1073778376 140735714659360 139700041893160 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 9824732

[startup+3.10101 s]
/proc/loadavg: 4.43 4.31 4.22 5/219 23734
/proc/meminfo: memFree=27797028/32872528 swapFree=681168/738400
[pid=23712] ppid=23709 vsize=9824732 CPUtime=8.17 cores=1,3,5,7
/proc/23712/stat : 23712 (java) S 23709 23712 20053 0 -1 4202496 23415 0 1 0 801 16 0 0 20 0 22 0 28475595 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 140735714650496 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23712/statm: 2456183 85983 2292 9 0 2446860 0
[pid=23712/tid=23714] ppid=23709 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/23712/task/23714/stat : 23714 (java) S 23709 23712 20053 0 -1 4202560 2435 0 1 0 44 2 0 0 20 0 22 0 28475596 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700833731448 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23715] ppid=23709 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23712/task/23715/stat : 23715 (java) S 23709 23712 20053 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 28475598 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700795223080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23716] ppid=23709 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23712/task/23716/stat : 23716 (java) S 23709 23712 20053 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 22 0 28475598 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700794170280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23717] ppid=23709 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/23712/task/23717/stat : 23717 (java) S 23709 23712 20053 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 28475598 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700793117480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23718] ppid=23709 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/23712/task/23718/stat : 23718 (java) S 23709 23712 20053 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 28475598 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700792064680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23719] ppid=23709 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23712/task/23719/stat : 23719 (java) S 23709 23712 20053 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 28475598 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700673178152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23720] ppid=23709 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23712/task/23720/stat : 23720 (java) S 23709 23712 20053 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 28475598 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700672125352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23721] ppid=23709 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/23712/task/23721/stat : 23721 (java) S 23709 23712 20053 0 -1 4202560 20 0 0 0 2 2 0 0 20 0 22 0 28475598 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700671072552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23722] ppid=23709 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/23712/task/23722/stat : 23722 (java) S 23709 23712 20053 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 28475598 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700670019752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23723] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23723/stat : 23723 (java) S 23709 23712 20053 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 22 0 28475599 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700657822696 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23724] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23724/stat : 23724 (java) S 23709 23712 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28475599 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700052420344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23725] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23725/stat : 23725 (java) S 23709 23712 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28475599 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700051367432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23726] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23726/stat : 23726 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475601 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700050315920 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23727] ppid=23709 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/23712/task/23727/stat : 23727 (java) S 23709 23712 20053 0 -1 4202560 11213 0 0 0 113 2 0 0 20 0 22 0 28475601 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700049263032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23728] ppid=23709 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/23712/task/23728/stat : 23728 (java) S 23709 23712 20053 0 -1 4202560 8002 0 0 0 118 2 0 0 20 0 22 0 28475601 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700048210232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23729] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23729/stat : 23729 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475601 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700047157624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23730] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23730/stat : 23730 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475602 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700046105032 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23731] ppid=23709 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/23712/task/23731/stat : 23731 (java) R 23709 23712 20053 0 -1 4202560 20 0 0 0 247 0 0 0 20 0 22 0 28475645 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700045051136 139700673916362 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23712/tid=23732] ppid=23709 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/23712/task/23732/stat : 23732 (java) R 23709 23712 20053 0 -1 4202560 123 0 0 0 244 2 0 0 20 0 22 0 28475645 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700043996816 139700674155555 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23733] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23733/stat : 23733 (java) S 23709 23712 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28475646 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700042945960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23734] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23734/stat : 23734 (java) S 23709 23712 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28475646 10060525568 85983 33554432000 1073741824 1073778376 140735714659360 139700041893160 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 9824732

[startup+6.30104 s]
/proc/loadavg: 4.43 4.31 4.22 5/219 23734
/proc/meminfo: memFree=27385624/32872528 swapFree=681168/738400
[pid=23712] ppid=23709 vsize=9824732 CPUtime=14.74 cores=1,3,5,7
/proc/23712/stat : 23712 (java) S 23709 23712 20053 0 -1 4202496 24383 0 1 0 1450 24 0 0 20 0 22 0 28475595 10060525568 154154 33554432000 1073741824 1073778376 140735714659360 140735714650496 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23712/statm: 2456183 154154 2292 9 0 2446860 0
[pid=23712/tid=23714] ppid=23709 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/23712/task/23714/stat : 23714 (java) S 23709 23712 20053 0 -1 4202560 2435 0 1 0 44 2 0 0 20 0 22 0 28475596 10060525568 154154 33554432000 1073741824 1073778376 140735714659360 139700833731448 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23715] ppid=23709 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/23712/task/23715/stat : 23715 (java) S 23709 23712 20053 0 -1 4202560 162 0 0 0 7 3 0 0 20 0 22 0 28475598 10060525568 154154 33554432000 1073741824 1073778376 140735714659360 139700795223080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23716] ppid=23709 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23712/task/23716/stat : 23716 (java) S 23709 23712 20053 0 -1 4202560 40 0 0 0 5 2 0 0 20 0 22 0 28475598 10060525568 154154 33554432000 1073741824 1073778376 140735714659360 139700794170280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23717] ppid=23709 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23712/task/23717/stat : 23717 (java) S 23709 23712 20053 0 -1 4202560 55 0 0 0 6 1 0 0 20 0 22 0 28475598 10060525568 154154 33554432000 1073741824 1073778376 140735714659360 139700793117480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23718] ppid=23709 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23712/task/23718/stat : 23718 (java) S 23709 23712 20053 0 -1 4202560 41 0 0 0 4 1 0 0 20 0 22 0 28475598 10060525568 154154 33554432000 1073741824 1073778376 140735714659360 139700792064680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23719] ppid=23709 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/23712/task/23719/stat : 23719 (java) S 23709 23712 20053 0 -1 4202560 153 0 0 0 4 3 0 0 20 0 22 0 28475598 10060525568 154154 33554432000 1073741824 1073778376 140735714659360 139700673178152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23720] ppid=23709 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23712/task/23720/stat : 23720 (java) S 23709 23712 20053 0 -1 4202560 143 0 0 0 6 0 0 0 20 0 22 0 28475598 10060525568 154154 33554432000 1073741824 1073778376 140735714659360 139700672125352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23721] ppid=23709 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/23712/task/23721/stat : 23721 (java) S 23709 23712 20053 0 -1 4202560 27 0 0 0 4 2 0 0 20 0 22 0 28475598 10060525568 154154 33554432000 1073741824 1073778376 140735714659360 139700671072552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23722] ppid=23709 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/23712/task/23722/stat : 23722 (java) S 23709 23712 20053 0 -1 4202560 142 0 0 0 5 0 0 0 20 0 22 0 28475598 10060525568 154154 33554432000 1073741824 1073778376 140735714659360 139700670019752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23723] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23723/stat : 23723 (java) S 23709 23712 20053 0 -1 4202560 453 0 0 0 0 0 0 0 20 0 22 0 28475599 10060525568 154154 33554432000 1073741824 1073778376 140735714659360 139700657822696 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23724] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23724/stat : 23724 (java) S 23709 23712 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28475599 10060525568 154154 33554432000 1073741824 1073778376 140735714659360 139700052420344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23725] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23725/stat : 23725 (java) S 23709 23712 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28475599 10060525568 154154 33554432000 1073741824 1073778376 140735714659360 139700051367432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23726] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23726/stat : 23726 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475601 10060525568 154154 33554432000 1073741824 1073778376 140735714659360 139700050315920 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23727] ppid=23709 vsize=9824732 CPUtime=1.16 cores=1,3,5,7

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

/proc/23712/task/23717/stat : 23717 (java) S 23709 23712 20053 0 -1 4202560 624 0 0 0 219 20 0 0 20 0 22 0 28475598 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700793117480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23712/tid=23718] ppid=23709 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/23712/task/23718/stat : 23718 (java) S 23709 23712 20053 0 -1 4202560 633 0 0 0 213 20 0 0 20 0 22 0 28475598 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700792064680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23719] ppid=23709 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/23712/task/23719/stat : 23719 (java) S 23709 23712 20053 0 -1 4202560 802 0 0 0 205 20 0 0 20 0 22 0 28475598 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700673178152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23712/tid=23720] ppid=23709 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/23712/task/23720/stat : 23720 (java) S 23709 23712 20053 0 -1 4202560 734 0 0 0 209 19 0 0 20 0 22 0 28475598 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700672125352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23712/tid=23721] ppid=23709 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/23712/task/23721/stat : 23721 (java) S 23709 23712 20053 0 -1 4202560 573 0 0 0 202 19 0 0 20 0 22 0 28475598 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700671072552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23712/tid=23722] ppid=23709 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/23712/task/23722/stat : 23722 (java) S 23709 23712 20053 0 -1 4202560 744 0 0 0 216 17 0 0 20 0 22 0 28475598 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700670019752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23723] ppid=23709 vsize=9824732 CPUtime=3.17 cores=1,3,5,7
/proc/23712/task/23723/stat : 23723 (java) S 23709 23712 20053 0 -1 4202560 2331 0 0 0 308 9 0 0 20 0 22 0 28475599 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700657822696 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23724] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23724/stat : 23724 (java) S 23709 23712 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28475599 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700052420344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23725] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23725/stat : 23725 (java) S 23709 23712 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28475599 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700051367432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23726] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23726/stat : 23726 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475601 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700050315920 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23727] ppid=23709 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/23712/task/23727/stat : 23727 (java) S 23709 23712 20053 0 -1 4202560 11218 0 0 0 120 2 0 0 20 0 22 0 28475601 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700049263032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23728] ppid=23709 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/23712/task/23728/stat : 23728 (java) S 23709 23712 20053 0 -1 4202560 8375 0 0 0 159 2 0 0 20 0 22 0 28475601 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700048210232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23729] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23729/stat : 23729 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475601 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700047157624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23730] ppid=23709 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/23712/task/23730/stat : 23730 (java) S 23709 23712 20053 0 -1 4202560 47 0 0 0 11 22 0 0 20 0 22 0 28475602 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700046105032 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23731] ppid=23709 vsize=9824732 CPUtime=811.3 cores=1,3,5,7
/proc/23712/task/23731/stat : 23731 (java) R 23709 23712 20053 0 -1 4202560 71 0 0 0 81115 15 0 0 20 0 22 0 28475645 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700045042288 139700673963706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23732] ppid=23709 vsize=9824732 CPUtime=811.28 cores=1,3,5,7
/proc/23712/task/23732/stat : 23732 (java) R 23709 23712 20053 0 -1 4202560 1723 0 0 0 81080 48 0 0 20 0 22 0 28475645 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700043998224 139700674042687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23733] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23733/stat : 23733 (java) S 23709 23712 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28475646 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700042945960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23734] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23734/stat : 23734 (java) S 23709 23712 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28475646 10060525568 931419 33554432000 1073741824 1073778376 140735714659360 139700041893160 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1652.03
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.15 4.20 4.19 5/219 23825
/proc/meminfo: memFree=24206720/32872528 swapFree=681168/738400
[pid=23712] ppid=23709 vsize=9824732 CPUtime=1772.37 cores=1,3,5,7
/proc/23712/stat : 23712 (java) S 23709 23712 20053 0 -1 4202496 33251 0 1 0 177001 236 0 0 20 0 22 0 28475595 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 140735714650496 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23712/statm: 2456183 944748 2301 9 0 2446860 0
[pid=23712/tid=23714] ppid=23709 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/23712/task/23714/stat : 23714 (java) S 23709 23712 20053 0 -1 4202560 2439 0 1 0 47 4 0 0 20 0 22 0 28475596 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700833731448 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23715] ppid=23709 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/23712/task/23715/stat : 23715 (java) S 23709 23712 20053 0 -1 4202560 988 0 0 0 235 24 0 0 20 0 22 0 28475598 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700795223080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23716] ppid=23709 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/23712/task/23716/stat : 23716 (java) S 23709 23712 20053 0 -1 4202560 596 0 0 0 211 21 0 0 20 0 22 0 28475598 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700794170280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23717] ppid=23709 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/23712/task/23717/stat : 23717 (java) S 23709 23712 20053 0 -1 4202560 650 0 0 0 232 22 0 0 20 0 22 0 28475598 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700793117480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23718] ppid=23709 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/23712/task/23718/stat : 23718 (java) S 23709 23712 20053 0 -1 4202560 644 0 0 0 219 21 0 0 20 0 22 0 28475598 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700792064680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23719] ppid=23709 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/23712/task/23719/stat : 23719 (java) S 23709 23712 20053 0 -1 4202560 803 0 0 0 208 20 0 0 20 0 22 0 28475598 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700673178152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23712/tid=23720] ppid=23709 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/23712/task/23720/stat : 23720 (java) S 23709 23712 20053 0 -1 4202560 741 0 0 0 218 19 0 0 20 0 22 0 28475598 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700672125352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23712/tid=23721] ppid=23709 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/23712/task/23721/stat : 23721 (java) S 23709 23712 20053 0 -1 4202560 591 0 0 0 214 20 0 0 20 0 22 0 28475598 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700671072552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23722] ppid=23709 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/23712/task/23722/stat : 23722 (java) S 23709 23712 20053 0 -1 4202560 755 0 0 0 222 17 0 0 20 0 22 0 28475598 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700670019752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23723] ppid=23709 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/23712/task/23723/stat : 23723 (java) S 23709 23712 20053 0 -1 4202560 2338 0 0 0 308 10 0 0 20 0 22 0 28475599 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700657822696 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23712/tid=23724] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23724/stat : 23724 (java) S 23709 23712 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28475599 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700052420344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23725] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23725/stat : 23725 (java) S 23709 23712 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28475599 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700051367432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23726] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23726/stat : 23726 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475601 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700050315920 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23727] ppid=23709 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/23712/task/23727/stat : 23727 (java) S 23709 23712 20053 0 -1 4202560 11218 0 0 0 120 2 0 0 20 0 22 0 28475601 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700049263032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23728] ppid=23709 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/23712/task/23728/stat : 23728 (java) S 23709 23712 20053 0 -1 4202560 8375 0 0 0 159 2 0 0 20 0 22 0 28475601 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700048210232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23729] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23729/stat : 23729 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475601 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700047157624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23730] ppid=23709 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/23712/task/23730/stat : 23730 (java) S 23709 23712 20053 0 -1 4202560 51 0 0 0 12 24 0 0 20 0 22 0 28475602 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700046105032 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23731] ppid=23709 vsize=9824732 CPUtime=870.95 cores=1,3,5,7
/proc/23712/task/23731/stat : 23731 (java) R 23709 23712 20053 0 -1 4202560 71 0 0 0 87079 16 0 0 20 0 22 0 28475645 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700045042288 139700673897568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23732] ppid=23709 vsize=9824732 CPUtime=870.92 cores=1,3,5,7
/proc/23712/task/23732/stat : 23732 (java) R 23709 23712 20053 0 -1 4202560 1726 0 0 0 87043 49 0 0 20 0 22 0 28475645 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700043997088 139700674095238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23733] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23733/stat : 23733 (java) S 23709 23712 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28475646 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700042945960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23734] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23734/stat : 23734 (java) S 23709 23712 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28475646 10060525568 944748 33554432000 1073741824 1073778376 140735714659360 139700041893160 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1772.37
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.201 s]
/proc/loadavg: 4.05 4.17 4.18 5/219 23826
/proc/meminfo: memFree=24174956/32872528 swapFree=681168/738400
[pid=23712] ppid=23709 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/23712/stat : 23712 (java) S 23709 23712 20053 0 -1 4202496 33654 0 1 0 179762 239 0 0 20 0 22 0 28475595 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 140735714650496 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23712/statm: 2456183 952769 2301 9 0 2446860 0
[pid=23712/tid=23714] ppid=23709 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/23712/task/23714/stat : 23714 (java) S 23709 23712 20053 0 -1 4202560 2439 0 1 0 47 4 0 0 20 0 22 0 28475596 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700833731448 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23715] ppid=23709 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/23712/task/23715/stat : 23715 (java) S 23709 23712 20053 0 -1 4202560 998 0 0 0 239 25 0 0 20 0 22 0 28475598 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700795223080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23716] ppid=23709 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/23712/task/23716/stat : 23716 (java) S 23709 23712 20053 0 -1 4202560 597 0 0 0 213 21 0 0 20 0 22 0 28475598 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700794170280 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23717] ppid=23709 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/23712/task/23717/stat : 23717 (java) S 23709 23712 20053 0 -1 4202560 659 0 0 0 234 22 0 0 20 0 22 0 28475598 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700793117480 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23718] ppid=23709 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/23712/task/23718/stat : 23718 (java) S 23709 23712 20053 0 -1 4202560 644 0 0 0 221 21 0 0 20 0 22 0 28475598 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700792064680 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23719] ppid=23709 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/23712/task/23719/stat : 23719 (java) S 23709 23712 20053 0 -1 4202560 808 0 0 0 210 20 0 0 20 0 22 0 28475598 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700673178152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23712/tid=23720] ppid=23709 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/23712/task/23720/stat : 23720 (java) S 23709 23712 20053 0 -1 4202560 742 0 0 0 220 19 0 0 20 0 22 0 28475598 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700672125352 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23712/tid=23721] ppid=23709 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/23712/task/23721/stat : 23721 (java) S 23709 23712 20053 0 -1 4202560 606 0 0 0 218 21 0 0 20 0 22 0 28475598 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700671072552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23722] ppid=23709 vsize=9824732 CPUtime=2.42 cores=1,3,5,7
/proc/23712/task/23722/stat : 23722 (java) S 23709 23712 20053 0 -1 4202560 766 0 0 0 224 18 0 0 20 0 22 0 28475598 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700670019752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23723] ppid=23709 vsize=9824732 CPUtime=5.4 cores=1,3,5,7
/proc/23712/task/23723/stat : 23723 (java) S 23709 23712 20053 0 -1 4202560 2688 0 0 0 530 10 0 0 20 0 22 0 28475599 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700657822696 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23724] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23724/stat : 23724 (java) S 23709 23712 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28475599 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700052420344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23725] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23725/stat : 23725 (java) S 23709 23712 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28475599 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700051367432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23726] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23726/stat : 23726 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475601 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700050315920 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23712/tid=23727] ppid=23709 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/23712/task/23727/stat : 23727 (java) S 23709 23712 20053 0 -1 4202560 11218 0 0 0 120 2 0 0 20 0 22 0 28475601 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700049263032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23728] ppid=23709 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/23712/task/23728/stat : 23728 (java) S 23709 23712 20053 0 -1 4202560 8375 0 0 0 159 2 0 0 20 0 22 0 28475601 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700048210232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23729] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23729/stat : 23729 (java) S 23709 23712 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28475601 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700047157624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23730] ppid=23709 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/23712/task/23730/stat : 23730 (java) S 23709 23712 20053 0 -1 4202560 51 0 0 0 12 24 0 0 20 0 22 0 28475602 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700046105032 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23731] ppid=23709 vsize=9824732 CPUtime=883.53 cores=1,3,5,7
/proc/23712/task/23731/stat : 23731 (java) R 23709 23712 20053 0 -1 4202560 71 0 0 0 88337 16 0 0 20 0 22 0 28475645 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700045049936 139700673711970 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23712/tid=23732] ppid=23709 vsize=9824732 CPUtime=883.5 cores=1,3,5,7
/proc/23712/task/23732/stat : 23732 (java) R 23709 23712 20053 0 -1 4202560 1727 0 0 0 88301 49 0 0 20 0 22 0 28475645 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700043998256 139700674488369 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23712/tid=23733] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23733/stat : 23733 (java) S 23709 23712 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28475646 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700042945960 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23712/tid=23734] ppid=23709 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23712/task/23734/stat : 23734 (java) S 23709 23712 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28475646 10060525568 952769 33554432000 1073741824 1073778376 140735714659360 139700041893160 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23712 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 23712 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=88409
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=912557
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.263
CPU time (s): 1800.01
CPU user time (s): 1797.62
CPU system time (s): 2.39
CPU usage (%): 200.611
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.09
system time used= 2.91256
maximum resident set size= 3811196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33687
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= 24248
involuntary context switches= 28818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.61215 second user time and 7.72583 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 17:19:21
IDJOB=4116254
IDBENCH=109447
IDSOLVER=2543
FILE ID=node112/4116254-1466954361
RUNJOBID= node112-1466939767-20070
PBS_JOBID= 19976335
Free space on /tmp= 71688 MiB

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

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

MD5SUM BENCH= 969f655ceffdb0b5352b9f558494ef5a
RANDOM SEED=1070198447

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
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.56
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.959
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.959
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		: 2666.959
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
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:        27996264 kB
Buffers:           22496 kB
Cached:           151968 kB
SwapCached:         1692 kB
Active:          3284032 kB
Inactive:         150936 kB
Active(anon):    3260192 kB
Inactive(anon):     2540 kB
Active(file):      23840 kB
Inactive(file):   148396 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098676 kB
Dirty:              1304 kB
Writeback:             0 kB
AnonPages:       3997824 kB
Mapped:            15372 kB
Shmem:                 0 kB
Slab:             566044 kB
SReclaimable:       9632 kB
SUnreclaim:       556412 kB
KernelStack:        1640 kB
PageTables:        12288 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4168324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3254272 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= 71688 MiB
End job on node112 at 2016-06-26 17:34:18