Trace number 4116129

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 Resolution PB16? (TO) 1800.65 1797.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round22-8.opb
MD5SUMb49aa9fcb097a8864fa7f149914f20bf
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 constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4116129-1466961804.opb
0.07/0.12	c reading problem ... 
0.07/0.12	c  no objective function found
0.67/0.42	c ... done. Wall clock time 0.295s.
0.67/0.42	c declared #vars     4128
0.67/0.42	c #constraints  9984
0.67/0.42	c constraints type 
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.67/0.42	c org.sat4j.specs.Constr$1 => 904
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.67/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.67/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.67/0.42	c 9984 constraints processed.
1.63/1.05	c cleaning 2485 clauses out of 4998 with flag 15901/5000
2.40/1.71	c cleaning 4258 clauses out of 8515 with flag 38679/11002
3.20/2.51	c cleaning 5629 clauses out of 11257 with flag 67347/18002
4.12/3.42	c cleaning 6810 clauses out of 13626 with flag 101927/26000
5.13/4.41	c cleaning 7888 clauses out of 15816 with flag 143778/35000
6.25/5.60	c cleaning 8939 clauses out of 17928 with flag 192163/45000
7.65/6.91	c cleaning 9986 clauses out of 19990 with flag 247516/56001
9.06/8.38	c cleaning 10988 clauses out of 22003 with flag 308424/68000
10.77/10.03	c cleaning 11994 clauses out of 24016 with flag 376564/81001
12.56/11.81	c cleaning 12992 clauses out of 26021 with flag 453725/95000
14.56/13.82	c cleaning 13995 clauses out of 28029 with flag 536778/110000
16.66/15.97	c cleaning 14998 clauses out of 30034 with flag 623843/126000
19.06/18.32	c cleaning 15990 clauses out of 32037 with flag 720127/143001
21.55/20.90	c cleaning 17013 clauses out of 34046 with flag 823865/161000
24.36/23.60	c cleaning 17996 clauses out of 36033 with flag 934383/180000
27.36/26.63	c cleaning 18978 clauses out of 38037 with flag 1051290/200000
30.66/29.99	c cleaning 19992 clauses out of 40059 with flag 1175073/221000
34.25/33.52	c cleaning 21028 clauses out of 42067 with flag 1305574/243000
37.85/37.17	c cleaning 21979 clauses out of 44039 with flag 1440217/266000
41.65/40.97	c cleaning 23008 clauses out of 46061 with flag 1583596/290001
45.65/44.93	c cleaning 24016 clauses out of 48053 with flag 1734039/315001
49.76/49.09	c cleaning 24991 clauses out of 50037 with flag 1890208/341001
54.25/53.50	c cleaning 26004 clauses out of 52047 with flag 2051361/368002
58.96/58.25	c cleaning 26995 clauses out of 54041 with flag 2220021/396000
63.59/62.85	c cleaning 28007 clauses out of 56046 with flag 2400564/425000
68.18/67.46	c cleaning 28953 clauses out of 58040 with flag 2587326/455001
73.08/72.37	c cleaning 30013 clauses out of 60086 with flag 2779025/486000
78.38/77.62	c cleaning 31020 clauses out of 62075 with flag 2974032/518002
83.68/82.96	c cleaning 32027 clauses out of 64053 with flag 3179136/551000
89.28/88.55	c cleaning 32951 clauses out of 66026 with flag 3387975/585000
95.18/94.48	c cleaning 34007 clauses out of 68076 with flag 3604380/620001
101.38/100.63	c cleaning 34998 clauses out of 70068 with flag 3825147/656000
107.87/107.14	c cleaning 36011 clauses out of 72071 with flag 4055610/693001
114.67/113.98	c cleaning 37022 clauses out of 74060 with flag 4291552/731001
121.79/121.08	c cleaning 37976 clauses out of 76037 with flag 4534248/770000
129.18/128.48	c cleaning 39000 clauses out of 78061 with flag 4783576/810000
137.08/136.30	c cleaning 40002 clauses out of 80061 with flag 5041373/851000
145.18/144.41	c cleaning 40984 clauses out of 82060 with flag 5305715/893001
153.49/152.73	c cleaning 41987 clauses out of 84075 with flag 5579007/936000
161.83/161.08	c cleaning 43018 clauses out of 86088 with flag 5855239/980000
170.35/169.56	c cleaning 44014 clauses out of 88070 with flag 6138128/1025000
179.24/178.48	c cleaning 45019 clauses out of 90057 with flag 6424114/1071001
188.74/187.91	c cleaning 45995 clauses out of 92037 with flag 6719130/1118000
198.34/197.55	c cleaning 47013 clauses out of 94043 with flag 7021438/1166001
208.24/207.46	c cleaning 47999 clauses out of 96029 with flag 7333680/1215000
218.55/217.80	c cleaning 48991 clauses out of 98030 with flag 7650184/1265000
229.05/228.27	c cleaning 49981 clauses out of 100040 with flag 7974184/1316001
239.85/239.07	c cleaning 50977 clauses out of 102059 with flag 8300196/1368001
251.35/250.56	c cleaning 51983 clauses out of 104081 with flag 8634665/1421000
263.46/262.61	c cleaning 53017 clauses out of 106098 with flag 8974028/1475000
275.17/274.33	c cleaning 53996 clauses out of 108081 with flag 9323662/1530000
287.29/286.48	c cleaning 54994 clauses out of 110086 with flag 9671354/1586001
299.89/299.04	c cleaning 56016 clauses out of 112092 with flag 10027097/1643001
312.99/312.10	c cleaning 57003 clauses out of 114075 with flag 10390696/1701000
326.39/325.58	c cleaning 57992 clauses out of 116072 with flag 10762843/1760000
340.09/339.25	c cleaning 59022 clauses out of 118081 with flag 11139352/1820001
354.39/353.52	c cleaning 60003 clauses out of 120058 with flag 11525651/1881000
369.19/368.32	c cleaning 61017 clauses out of 122058 with flag 11913429/1943003
384.57/383.63	c cleaning 61994 clauses out of 124038 with flag 12307876/2006000
400.27/399.36	c cleaning 62979 clauses out of 126044 with flag 12711817/2070000
416.07/415.16	c cleaning 64016 clauses out of 128065 with flag 13119779/2135000
432.69/431.72	c cleaning 65014 clauses out of 130049 with flag 13535551/2201000
449.49/448.57	c cleaning 65991 clauses out of 132035 with flag 13959399/2268000
466.89/465.94	c cleaning 66992 clauses out of 134044 with flag 14384845/2336000
484.90/483.95	c cleaning 67991 clauses out of 136052 with flag 14815907/2405000
503.40/502.46	c cleaning 69028 clauses out of 138061 with flag 15251282/2475000
522.09/521.00	c cleaning 70018 clauses out of 140035 with flag 15694234/2546002
541.40/540.39	c cleaning 70954 clauses out of 142015 with flag 16141682/2618000
561.71/560.60	c cleaning 72010 clauses out of 144063 with flag 16597773/2691002
582.21/581.14	c cleaning 73007 clauses out of 146051 with flag 17063955/2765000
603.21/602.18	c cleaning 74006 clauses out of 148045 with flag 17533670/2840001
624.82/623.80	c cleaning 74997 clauses out of 150038 with flag 18008720/2916000
647.12/646.00	c cleaning 75992 clauses out of 152041 with flag 18486584/2993000
670.50/669.38	c cleaning 76955 clauses out of 154049 with flag 18978582/3071000
693.21/692.04	c cleaning 78008 clauses out of 156097 with flag 19470832/3150003
716.81/715.66	c cleaning 79034 clauses out of 158087 with flag 19970075/3230001
740.81/739.62	c cleaning 80009 clauses out of 160052 with flag 20475062/3311000
765.61/764.47	c cleaning 81016 clauses out of 162043 with flag 20982726/3393000
791.03/789.87	c cleaning 81982 clauses out of 164027 with flag 21500938/3476000
817.57/816.35	c cleaning 82994 clauses out of 166045 with flag 22023423/3560000
845.95/844.74	c cleaning 84015 clauses out of 168051 with flag 22553765/3645000
874.45/873.24	c cleaning 85019 clauses out of 170037 with flag 23091936/3731001
902.44/901.21	c cleaning 85968 clauses out of 172018 with flag 23632452/3818001
930.44/929.27	c cleaning 86991 clauses out of 174049 with flag 24180473/3906000
960.37/959.09	c cleaning 88004 clauses out of 176058 with flag 24733753/3995000
989.56/988.21	c cleaning 89017 clauses out of 178054 with flag 25292084/4085000
1019.35/1018.08	c cleaning 89986 clauses out of 180037 with flag 25854696/4176000
1050.06/1048.80	c cleaning 90974 clauses out of 182052 with flag 26426910/4268001
1081.20/1079.80	c cleaning 92024 clauses out of 184077 with flag 27001592/4361000
1112.70/1111.23	c cleaning 93007 clauses out of 186053 with flag 27588176/4455000
1145.10/1143.64	c cleaning 94003 clauses out of 188047 with flag 28176570/4550001
1178.40/1176.94	c cleaning 95010 clauses out of 190043 with flag 28769495/4646000
1212.41/1210.92	c cleaning 95983 clauses out of 192033 with flag 29370147/4743000
1246.48/1244.91	c cleaning 96998 clauses out of 194050 with flag 29976370/4841000
1281.50/1279.98	c cleaning 97983 clauses out of 196053 with flag 30591905/4940001
1317.50/1315.91	c cleaning 98992 clauses out of 198069 with flag 31212642/5040000
1354.89/1353.16	c cleaning 100019 clauses out of 200078 with flag 31835865/5141001
1392.19/1390.41	c cleaning 101023 clauses out of 202058 with flag 32466836/5243000
1429.80/1428.04	c cleaning 101967 clauses out of 204035 with flag 33103642/5346000
1468.81/1467.01	c cleaning 103019 clauses out of 206072 with flag 33745005/5450004
1507.87/1505.91	c cleaning 104012 clauses out of 208049 with flag 34391540/5555000
1547.58/1545.66	c cleaning 105006 clauses out of 210037 with flag 35052471/5661000
1589.09/1587.16	c cleaning 106002 clauses out of 212034 with flag 35716864/5768003
1631.18/1629.20	c cleaning 106999 clauses out of 214029 with flag 36384656/5876000
1673.27/1671.27	c cleaning 108005 clauses out of 216030 with flag 37061115/5985000
1716.78/1714.75	c cleaning 108977 clauses out of 218026 with flag 37743221/6095001
1760.79/1758.79	c cleaning 109994 clauses out of 220051 with flag 38429888/6206003
1800.01/1797.80	c starts		: 55520
1800.01/1797.80	c conflicts		: 6306866
1800.01/1797.80	c decisions		: 59240732
1800.01/1797.80	c propagations		: 851070878
1800.01/1797.80	c inspects		: 24187139190
1800.01/1797.80	c shortcuts		: 0
1800.01/1797.80	c learnt literals	: 2
1800.01/1797.80	c learnt binary clauses	: 42
1800.01/1797.80	c learnt ternary clauses	: 779
1800.01/1797.80	c learnt constraints	: 6306864
1800.01/1797.80	c ignored constraints	: 0
1800.01/1797.80	c root simplifications	: 0
1800.01/1797.80	c removed literals (reason simplification)	: 0
1800.01/1797.80	c reason swapping (by a shorter reason)	: 0
1800.01/1797.80	c Calls to reduceDB	: 107
1800.01/1797.80	c Number of update (reduction) of LBD	: 1347345
1800.01/1797.80	c Imported unit clauses	: 0
1800.01/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.80	c number of learned constraints concerned by reduction	: 0
1800.01/1797.80	c number of learning phase by resolution	: 0
1800.01/1797.80	c number of learning phase by cutting planes	: 0
1800.01/1797.80	c speed (assignments/second)	: 473507.1595997946
1800.01/1797.80	c non guided choices	14743
1800.01/1797.80	c timeout
1800.01/1797.83	c learnt constraints type 
1800.01/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 42
1800.01/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 210878
1800.01/1797.83	s UNKNOWN
1800.01/1797.83	c Total wall clock time (in seconds): 1797.71

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-4116129-1466961804/watcher-4116129-1466961804 -o /tmp/evaluation-result-4116129-1466961804/solver-4116129-1466961804 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116129-1466961804.opb 

pid=21447
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

[startup+0 s]
/proc/loadavg: 2.31 2.29 2.27 3/194 21450
/proc/meminfo: memFree=29987280/32872528 swapFree=1643088/1798432
[pid=21450] ppid=21447 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/21450/stat : 21450 (runsolver) R 21447 19053 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 1 0 29219491 24911872 50 33554432000 4194304 4338465 140733748032784 140733748030320 260193672592 0 0 4096 24578 0 0 0 17 6 0 0 0 0 0
/proc/21450/statm: 6082 50 4 36 0 2655 0
Current StackSize limit: 10240 KiB


[startup+0.10006 s]
/proc/loadavg: 2.31 2.29 2.27 3/194 21450
/proc/meminfo: memFree=29987280/32872528 swapFree=1643088/1798432
[pid=21450] ppid=21447 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/21450/stat : 21450 (java) S 21447 21450 19053 0 -1 4202496 4371 0 1 0 6 1 0 0 20 0 18 0 29219491 9787879424 4967 33554432000 1073741824 1073778376 140736361501056 140736361492192 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21450/statm: 2389619 4968 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200309 s]
/proc/loadavg: 2.31 2.29 2.27 3/194 21450
/proc/meminfo: memFree=29987280/32872528 swapFree=1643088/1798432
[pid=21450] ppid=21447 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/21450/stat : 21450 (java) S 21447 21450 19053 0 -1 4202496 4768 0 1 0 22 1 0 0 20 0 18 0 29219491 9787879424 6323 33554432000 1073741824 1073778376 140736361501056 140736361492192 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21450/statm: 2389619 6323 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 2.31 2.29 2.27 3/194 21450
/proc/meminfo: memFree=29987280/32872528 swapFree=1643088/1798432
[pid=21450] ppid=21447 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/21450/stat : 21450 (java) S 21447 21450 19053 0 -1 4202496 5818 0 1 0 44 2 0 0 20 0 18 0 29219491 9787879424 8066 33554432000 1073741824 1073778376 140736361501056 140736361492192 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21450/statm: 2389619 8066 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700277 s]
/proc/loadavg: 2.31 2.29 2.27 3/194 21450
/proc/meminfo: memFree=29987280/32872528 swapFree=1643088/1798432
[pid=21450] ppid=21447 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/21450/stat : 21450 (java) S 21447 21450 19053 0 -1 4202496 8865 0 1 0 129 3 0 0 20 0 19 0 29219491 9856040960 14712 33554432000 1073741824 1073778376 140736361501056 140736361492192 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21450/statm: 2406260 14712 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.31 2.29 2.27 3/213 21469
/proc/meminfo: memFree=29937028/32872528 swapFree=1643088/1798432
[pid=21450] ppid=21447 vsize=9625040 CPUtime=2.17 cores=0,2,4,6
/proc/21450/stat : 21450 (java) S 21447 21450 19053 0 -1 4202496 9008 0 1 0 214 3 0 0 20 0 19 0 29219491 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140736361492192 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21450/statm: 2406260 15238 2269 9 0 2396937 0
[pid=21450/tid=21452] ppid=21447 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/21450/task/21452/stat : 21452 (java) R 21447 21450 19053 0 -1 4202560 2471 0 1 0 143 2 0 0 20 0 19 0 29219493 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377450717352 140377323651729 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21453] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21453/stat : 21453 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377294629672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21454] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21454/stat : 21454 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377293576872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21455] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21455/stat : 21455 (java) S 21447 21450 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377292524584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21456] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21456/stat : 21456 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377291471784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21457] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21457/stat : 21457 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377290418472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21458] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21458/stat : 21458 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377289365672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21459] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21459/stat : 21459 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377288313384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21460] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21460/stat : 21460 (java) S 21447 21450 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377287260584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21461] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21461/stat : 21461 (java) S 21447 21450 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29219495 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377274850024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21462] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21462/stat : 21462 (java) S 21447 21450 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29219496 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377273796088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21463] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21463/stat : 21463 (java) S 21447 21450 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29219496 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377272743688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21464] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21464/stat : 21464 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377271692176 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21465] ppid=21447 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/21450/task/21465/stat : 21465 (java) S 21447 21450 19053 0 -1 4202560 3317 0 0 0 34 0 0 0 20 0 19 0 29219498 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377270638776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21466] ppid=21447 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/21450/task/21466/stat : 21466 (java) S 21447 21450 19053 0 -1 4202560 1942 0 0 0 34 0 0 0 20 0 19 0 29219498 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377269585976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21467] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21467/stat : 21467 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377268533880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21468] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21468/stat : 21468 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377267481288 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21469] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21469/stat : 21469 (java) S 21447 21450 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29219534 9856040960 15238 33554432000 1073741824 1073778376 140736361501056 140377266427304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.1007 s]
/proc/loadavg: 2.31 2.29 2.27 3/213 21469
/proc/meminfo: memFree=29932560/32872528 swapFree=1643088/1798432
[pid=21450] ppid=21447 vsize=9625040 CPUtime=3.81 cores=0,2,4,6
/proc/21450/stat : 21450 (java) S 21447 21450 19053 0 -1 4202496 9017 0 1 0 378 3 0 0 20 0 19 0 29219491 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140736361492192 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21450/statm: 2406260 16268 2270 9 0 2396937 0
[pid=21450/tid=21452] ppid=21447 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/21450/task/21452/stat : 21452 (java) R 21447 21450 19053 0 -1 4202560 2474 0 1 0 303 2 0 0 20 0 19 0 29219493 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377450717512 140377323605288 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21453] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21453/stat : 21453 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377294629672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21454] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21454/stat : 21454 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377293576872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21455] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21455/stat : 21455 (java) S 21447 21450 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377292524584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21456] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21456/stat : 21456 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377291471784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21457] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21457/stat : 21457 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377290418472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21458] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21458/stat : 21458 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377289365672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21459] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21459/stat : 21459 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377288313384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21460] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21460/stat : 21460 (java) S 21447 21450 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377287260584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21461] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21461/stat : 21461 (java) S 21447 21450 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29219495 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377274850024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21462] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21462/stat : 21462 (java) S 21447 21450 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29219496 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377273796088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21463] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21463/stat : 21463 (java) S 21447 21450 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29219496 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377272743688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21464] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21464/stat : 21464 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377271692176 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21465] ppid=21447 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21450/task/21465/stat : 21465 (java) S 21447 21450 19053 0 -1 4202560 3321 0 0 0 36 0 0 0 20 0 19 0 29219498 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377270638776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21466] ppid=21447 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21450/task/21466/stat : 21466 (java) S 21447 21450 19053 0 -1 4202560 1944 0 0 0 36 0 0 0 20 0 19 0 29219498 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377269585976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21467] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21467/stat : 21467 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377268533880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21468] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21468/stat : 21468 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377267481288 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21469] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21469/stat : 21469 (java) S 21447 21450 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29219534 9856040960 16268 33554432000 1073741824 1073778376 140736361501056 140377266427304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.28 2.29 2.27 3/213 21469
/proc/meminfo: memFree=29926788/32872528 swapFree=1643088/1798432
[pid=21450] ppid=21447 vsize=9625040 CPUtime=7.05 cores=0,2,4,6
/proc/21450/stat : 21450 (java) S 21447 21450 19053 0 -1 4202496 9031 0 1 0 702 3 0 0 20 0 19 0 29219491 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140736361492192 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21450/statm: 2406260 17565 2271 9 0 2396937 0
[pid=21450/tid=21452] ppid=21447 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/21450/task/21452/stat : 21452 (java) R 21447 21450 19053 0 -1 4202560 2478 0 1 0 623 2 0 0 20 0 19 0 29219493 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377450717544 140377323259820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21453] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21453/stat : 21453 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377294629672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21454] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21454/stat : 21454 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377293576872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21455] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21455/stat : 21455 (java) S 21447 21450 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377292524584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21456] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21456/stat : 21456 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377291471784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21457] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21457/stat : 21457 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377290418472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21458] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21458/stat : 21458 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377289365672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21459] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21459/stat : 21459 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377288313384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21460] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21460/stat : 21460 (java) S 21447 21450 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29219494 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377287260584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21461] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21461/stat : 21461 (java) S 21447 21450 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29219495 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377274850024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21462] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21462/stat : 21462 (java) S 21447 21450 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29219496 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377273796088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21463] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21463/stat : 21463 (java) S 21447 21450 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29219496 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377272743688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21464] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21464/stat : 21464 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377271692176 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21465] ppid=21447 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21450/task/21465/stat : 21465 (java) S 21447 21450 19053 0 -1 4202560 3330 0 0 0 40 0 0 0 20 0 19 0 29219498 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377270638776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21466] ppid=21447 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21450/task/21466/stat : 21466 (java) S 21447 21450 19053 0 -1 4202560 1944 0 0 0 36 0 0 0 20 0 19 0 29219498 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377269585976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21467] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21467/stat : 21467 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377268533880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21468] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21468/stat : 21468 (java) S 21447 21450 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377267481288 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21469] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21469/stat : 21469 (java) S 21447 21450 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29219534 9856040960 17565 33554432000 1073741824 1073778376 140736361501056 140377266427304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 9625040


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

[pid=21450/tid=21462] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21462/stat : 21462 (java) S 21447 21450 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29219496 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377273796088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21463] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21463/stat : 21463 (java) S 21447 21450 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29219496 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377272743688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21464] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21464/stat : 21464 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377271692176 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21465] ppid=21447 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/21450/task/21465/stat : 21465 (java) S 21447 21450 19053 0 -1 4202560 3834 0 0 0 44 0 0 0 20 0 19 0 29219498 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377270638776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21466] ppid=21447 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21450/task/21466/stat : 21466 (java) S 21447 21450 19053 0 -1 4202560 1944 0 0 0 36 0 0 0 20 0 19 0 29219498 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377269585976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21467] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21467/stat : 21467 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377268533880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21468] ppid=21447 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/21450/task/21468/stat : 21468 (java) S 21447 21450 19053 0 -1 4202560 98 0 0 0 35 31 0 0 20 0 19 0 29219498 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377267481288 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21469] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21469/stat : 21469 (java) S 21447 21450 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29219534 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377266427304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1664.37
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.22 2.28 2.27 3/213 21577
/proc/meminfo: memFree=29553724/32872528 swapFree=1643088/1798432
[pid=21450] ppid=21447 vsize=9625040 CPUtime=1724.38 cores=0,2,4,6
/proc/21450/stat : 21450 (java) S 21447 21450 19053 0 -1 4202496 11746 0 1 0 172379 59 0 0 20 0 19 0 29219491 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140736361492192 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21450/statm: 2406260 97400 2285 9 0 2396937 0
[pid=21450/tid=21452] ppid=21447 vsize=9625040 CPUtime=1721.73 cores=0,2,4,6
/proc/21450/task/21452/stat : 21452 (java) R 21447 21450 19053 0 -1 4202560 2538 0 1 0 172141 32 0 0 20 0 19 0 29219493 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377450708768 140377323678903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21453] ppid=21447 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/21450/task/21453/stat : 21453 (java) S 21447 21450 19053 0 -1 4202560 269 0 0 0 13 3 0 0 20 0 19 0 29219494 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377294629672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21454] ppid=21447 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/21450/task/21454/stat : 21454 (java) S 21447 21450 19053 0 -1 4202560 85 0 0 0 13 3 0 0 20 0 19 0 29219494 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377293576872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21455] ppid=21447 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/21450/task/21455/stat : 21455 (java) S 21447 21450 19053 0 -1 4202560 325 0 0 0 17 3 0 0 20 0 19 0 29219494 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377292524584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21456] ppid=21447 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21450/task/21456/stat : 21456 (java) S 21447 21450 19053 0 -1 4202560 397 0 0 0 16 3 0 0 20 0 19 0 29219494 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377291471784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21457] ppid=21447 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21450/task/21457/stat : 21457 (java) S 21447 21450 19053 0 -1 4202560 182 0 0 0 18 4 0 0 20 0 19 0 29219494 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377290418472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21458] ppid=21447 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/21450/task/21458/stat : 21458 (java) S 21447 21450 19053 0 -1 4202560 194 0 0 0 13 4 0 0 20 0 19 0 29219494 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377289365672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21459] ppid=21447 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/21450/task/21459/stat : 21459 (java) S 21447 21450 19053 0 -1 4202560 236 0 0 0 13 3 0 0 20 0 19 0 29219494 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377288313384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21460] ppid=21447 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21450/task/21460/stat : 21460 (java) S 21447 21450 19053 0 -1 4202560 308 0 0 0 16 3 0 0 20 0 19 0 29219494 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377287260584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21461] ppid=21447 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21450/task/21461/stat : 21461 (java) S 21447 21450 19053 0 -1 4202560 71 0 0 0 1 1 0 0 20 0 19 0 29219495 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377274850024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21462] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21462/stat : 21462 (java) S 21447 21450 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29219496 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377273796088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21463] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21463/stat : 21463 (java) S 21447 21450 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29219496 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377272743688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21464] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21464/stat : 21464 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377271692176 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21465] ppid=21447 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/21450/task/21465/stat : 21465 (java) S 21447 21450 19053 0 -1 4202560 3834 0 0 0 44 0 0 0 20 0 19 0 29219498 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377270638776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21466] ppid=21447 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21450/task/21466/stat : 21466 (java) S 21447 21450 19053 0 -1 4202560 1944 0 0 0 36 0 0 0 20 0 19 0 29219498 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377269585976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21467] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21467/stat : 21467 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377268533880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21468] ppid=21447 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/21450/task/21468/stat : 21468 (java) S 21447 21450 19053 0 -1 4202560 100 0 0 0 37 32 0 0 20 0 19 0 29219498 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377267481288 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21469] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21469/stat : 21469 (java) S 21447 21450 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29219534 9856040960 97400 33554432000 1073741824 1073778376 140736361501056 140377266427304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.38
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.25 2.26 4/213 21579
/proc/meminfo: memFree=29543068/32872528 swapFree=1643088/1798432
[pid=21450] ppid=21447 vsize=9625040 CPUtime=1784.5 cores=0,2,4,6
/proc/21450/stat : 21450 (java) S 21447 21450 19053 0 -1 4202496 11773 0 1 0 178389 61 0 0 20 0 19 0 29219491 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140736361492192 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21450/statm: 2406260 99958 2285 9 0 2396937 0
[pid=21450/tid=21452] ppid=21447 vsize=9625040 CPUtime=1781.7 cores=0,2,4,6
/proc/21450/task/21452/stat : 21452 (java) R 21447 21450 19053 0 -1 4202560 2539 0 1 0 178137 33 0 0 20 0 19 0 29219493 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377450716448 140377323651755 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21453] ppid=21447 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/21450/task/21453/stat : 21453 (java) S 21447 21450 19053 0 -1 4202560 270 0 0 0 14 3 0 0 20 0 19 0 29219494 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377294629672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21454] ppid=21447 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/21450/task/21454/stat : 21454 (java) S 21447 21450 19053 0 -1 4202560 88 0 0 0 15 3 0 0 20 0 19 0 29219494 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377293576872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21455] ppid=21447 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21450/task/21455/stat : 21455 (java) S 21447 21450 19053 0 -1 4202560 326 0 0 0 18 3 0 0 20 0 19 0 29219494 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377292524584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21456] ppid=21447 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21450/task/21456/stat : 21456 (java) S 21447 21450 19053 0 -1 4202560 401 0 0 0 17 4 0 0 20 0 19 0 29219494 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377291471784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21457] ppid=21447 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/21450/task/21457/stat : 21457 (java) S 21447 21450 19053 0 -1 4202560 185 0 0 0 19 5 0 0 20 0 19 0 29219494 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377290418472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21458] ppid=21447 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/21450/task/21458/stat : 21458 (java) S 21447 21450 19053 0 -1 4202560 196 0 0 0 14 4 0 0 20 0 19 0 29219494 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377289365672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21459] ppid=21447 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21450/task/21459/stat : 21459 (java) S 21447 21450 19053 0 -1 4202560 241 0 0 0 16 3 0 0 20 0 19 0 29219494 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377288313384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21460] ppid=21447 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/21450/task/21460/stat : 21460 (java) S 21447 21450 19053 0 -1 4202560 309 0 0 0 17 3 0 0 20 0 19 0 29219494 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377287260584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21461] ppid=21447 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21450/task/21461/stat : 21461 (java) S 21447 21450 19053 0 -1 4202560 73 0 0 0 1 2 0 0 20 0 19 0 29219495 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377274850024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21462] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21462/stat : 21462 (java) S 21447 21450 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29219496 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377273796088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21463] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21463/stat : 21463 (java) S 21447 21450 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29219496 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377272743688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21464] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21464/stat : 21464 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377271692176 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21465] ppid=21447 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/21450/task/21465/stat : 21465 (java) S 21447 21450 19053 0 -1 4202560 3834 0 0 0 44 0 0 0 20 0 19 0 29219498 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377270638776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21466] ppid=21447 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21450/task/21466/stat : 21466 (java) S 21447 21450 19053 0 -1 4202560 1944 0 0 0 36 0 0 0 20 0 19 0 29219498 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377269585976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21467] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21467/stat : 21467 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377268533880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21468] ppid=21447 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/21450/task/21468/stat : 21468 (java) S 21447 21450 19053 0 -1 4202560 104 0 0 0 39 33 0 0 20 0 19 0 29219498 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377267481288 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21469] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21469/stat : 21469 (java) S 21447 21450 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29219534 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377266427304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.5
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.22 2.26 2.26 3/213 21579
/proc/meminfo: memFree=29543196/32872528 swapFree=1643088/1798432
[pid=21450] ppid=21447 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/21450/stat : 21450 (java) S 21447 21450 19053 0 -1 4202496 11775 0 1 0 179939 62 0 0 20 0 19 0 29219491 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140736361492192 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21450/statm: 2406260 99958 2285 9 0 2396937 0
[pid=21450/tid=21452] ppid=21447 vsize=9625040 CPUtime=1797.2 cores=0,2,4,6
/proc/21450/task/21452/stat : 21452 (java) R 21447 21450 19053 0 -1 4202560 2539 0 1 0 179687 33 0 0 20 0 19 0 29219493 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377450716448 140377323678903 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21453] ppid=21447 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/21450/task/21453/stat : 21453 (java) S 21447 21450 19053 0 -1 4202560 270 0 0 0 14 3 0 0 20 0 19 0 29219494 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377294629672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21454] ppid=21447 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/21450/task/21454/stat : 21454 (java) S 21447 21450 19053 0 -1 4202560 88 0 0 0 15 3 0 0 20 0 19 0 29219494 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377293576872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21455] ppid=21447 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21450/task/21455/stat : 21455 (java) S 21447 21450 19053 0 -1 4202560 326 0 0 0 18 3 0 0 20 0 19 0 29219494 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377292524584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21456] ppid=21447 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21450/task/21456/stat : 21456 (java) S 21447 21450 19053 0 -1 4202560 401 0 0 0 17 4 0 0 20 0 19 0 29219494 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377291471784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21457] ppid=21447 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/21450/task/21457/stat : 21457 (java) S 21447 21450 19053 0 -1 4202560 185 0 0 0 19 5 0 0 20 0 19 0 29219494 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377290418472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21458] ppid=21447 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/21450/task/21458/stat : 21458 (java) S 21447 21450 19053 0 -1 4202560 196 0 0 0 14 4 0 0 20 0 19 0 29219494 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377289365672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21459] ppid=21447 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21450/task/21459/stat : 21459 (java) S 21447 21450 19053 0 -1 4202560 241 0 0 0 16 3 0 0 20 0 19 0 29219494 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377288313384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21460] ppid=21447 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/21450/task/21460/stat : 21460 (java) S 21447 21450 19053 0 -1 4202560 309 0 0 0 17 3 0 0 20 0 19 0 29219494 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377287260584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21461] ppid=21447 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21450/task/21461/stat : 21461 (java) S 21447 21450 19053 0 -1 4202560 73 0 0 0 1 2 0 0 20 0 19 0 29219495 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377274850024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21462] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21462/stat : 21462 (java) S 21447 21450 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29219496 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377273796088 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21463] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21463/stat : 21463 (java) S 21447 21450 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29219496 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377272743688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21450/tid=21464] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21464/stat : 21464 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377271692176 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21465] ppid=21447 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/21450/task/21465/stat : 21465 (java) S 21447 21450 19053 0 -1 4202560 3834 0 0 0 44 0 0 0 20 0 19 0 29219498 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377270638776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21450/tid=21466] ppid=21447 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21450/task/21466/stat : 21466 (java) S 21447 21450 19053 0 -1 4202560 1944 0 0 0 36 0 0 0 20 0 19 0 29219498 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377269585976 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21467] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21467/stat : 21467 (java) S 21447 21450 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29219498 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377268533880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21450/tid=21468] ppid=21447 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/21450/task/21468/stat : 21468 (java) S 21447 21450 19053 0 -1 4202560 106 0 0 0 39 33 0 0 20 0 19 0 29219498 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377267481288 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21450/tid=21469] ppid=21447 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21450/task/21469/stat : 21469 (java) S 21447 21450 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29219534 9856040960 99958 33554432000 1073741824 1073778376 140736361501056 140377266427304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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 21450 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.84
CPU time (s): 1800.65
CPU user time (s): 1799.55
CPU system time (s): 1.10383
CPU usage (%): 100.156
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.55
system time used= 1.10383
maximum resident set size= 400248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11886
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38401
involuntary context switches= 8973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7204 second user time and 13.356 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 19:23:24
IDJOB=4116129
IDBENCH=109431
IDSOLVER=2546
FILE ID=node123/4116129-1466961804
RUNJOBID= node123-1466943595-19069
PBS_JOBID= 19976352
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size128-round22-8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116129-1466961804/watcher-4116129-1466961804 -o /tmp/evaluation-result-4116129-1466961804/solver-4116129-1466961804 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116129-1466961804.opb

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

MD5SUM BENCH= b49aa9fcb097a8864fa7f149914f20bf
RANDOM SEED=837255703

node123.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.608
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.21
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.608
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.608
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.608
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.608
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.608
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.608
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.608
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29987832 kB
Buffers:           24584 kB
Cached:           112588 kB
SwapCached:         1776 kB
Active:           269292 kB
Inactive:         112344 kB
Active(anon):     245784 kB
Inactive(anon):      924 kB
Active(file):      23508 kB
Inactive(file):   111420 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098700 kB
Dirty:              1264 kB
Writeback:             8 kB
AnonPages:       2045700 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             565792 kB
SReclaimable:       9576 kB
SUnreclaim:       556216 kB
KernelStack:        1616 kB
PageTables:         8800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2515964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    389120 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= 71728 MiB
End job on node123 at 2016-06-26 19:53:22