Trace number 4116521

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round23-1.opb
MD5SUM8da99d58ed47e2ffaa19ff7cece0b095
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4116521-1466968998.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.67/0.43	c ... done. Wall clock time 0.306s.
0.67/0.43	c declared #vars     4288
0.67/0.43	c #constraints  10720
0.67/0.43	c constraints type 
0.67/0.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.67/0.43	c org.sat4j.specs.Constr$1 => 856
0.67/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.67/0.43	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.67/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.67/0.43	c 10720 constraints processed.
1.76/1.13	c cleaning 2493 clauses out of 4998 with flag 15389/5000
2.44/1.79	c cleaning 4247 clauses out of 8505 with flag 36542/11000
3.24/2.55	c cleaning 5613 clauses out of 11258 with flag 63223/18000
4.07/3.40	c cleaning 6785 clauses out of 13645 with flag 95556/26000
5.08/4.39	c cleaning 7912 clauses out of 15860 with flag 133223/35000
6.28/5.54	c cleaning 8929 clauses out of 17949 with flag 177523/45001
7.58/6.87	c cleaning 9975 clauses out of 20021 with flag 225904/56002
8.98/8.27	c cleaning 10987 clauses out of 22044 with flag 282010/68000
10.58/9.87	c cleaning 12014 clauses out of 24057 with flag 345641/81000
12.28/11.51	c cleaning 13006 clauses out of 26044 with flag 415932/95001
14.08/13.39	c cleaning 14001 clauses out of 28037 with flag 493263/110000
16.19/15.47	c cleaning 15002 clauses out of 30037 with flag 574736/126001
18.39/17.67	c cleaning 15996 clauses out of 32034 with flag 663669/143000
20.88/20.15	c cleaning 17001 clauses out of 34040 with flag 757784/161002
23.38/22.66	c cleaning 17989 clauses out of 36037 with flag 859872/180000
26.20/25.43	c cleaning 18953 clauses out of 38048 with flag 969436/200000
29.29/28.55	c cleaning 20035 clauses out of 40095 with flag 1086487/221000
32.49/31.74	c cleaning 21027 clauses out of 42060 with flag 1209004/243000
35.99/35.28	c cleaning 22011 clauses out of 44033 with flag 1340781/266000
39.58/38.86	c cleaning 22968 clauses out of 46023 with flag 1478566/290001
43.48/42.72	c cleaning 23954 clauses out of 48054 with flag 1620636/315000
47.58/46.87	c cleaning 24990 clauses out of 50103 with flag 1767016/341003
51.88/51.18	c cleaning 26034 clauses out of 52110 with flag 1919095/368000
56.32/55.60	c cleaning 27038 clauses out of 54076 with flag 2078683/396000
60.62/59.87	c cleaning 28015 clauses out of 56038 with flag 2250365/425000
65.12/64.38	c cleaning 29001 clauses out of 58024 with flag 2427331/455001
69.82/69.00	c cleaning 29957 clauses out of 60024 with flag 2610797/486002
74.72/73.96	c cleaning 30994 clauses out of 62066 with flag 2797087/518001
80.02/79.22	c cleaning 32023 clauses out of 64071 with flag 2991770/551000
85.53/84.75	c cleaning 32972 clauses out of 66049 with flag 3195029/585001
91.12/90.39	c cleaning 34018 clauses out of 68078 with flag 3404434/620002
97.22/96.46	c cleaning 35025 clauses out of 70058 with flag 3619694/656000
103.42/102.61	c cleaning 35968 clauses out of 72033 with flag 3840774/693000
110.21/109.41	c cleaning 37033 clauses out of 74066 with flag 4067828/731001
117.02/116.29	c cleaning 37976 clauses out of 76033 with flag 4305907/770001
124.32/123.51	c cleaning 39010 clauses out of 78057 with flag 4547927/810001
131.82/131.04	c cleaning 40015 clauses out of 80046 with flag 4797138/851000
139.63/138.81	c cleaning 40954 clauses out of 82031 with flag 5050871/893000
147.68/146.86	c cleaning 42034 clauses out of 84077 with flag 5313377/936000
155.38/154.59	c cleaning 43007 clauses out of 86043 with flag 5584330/980000
163.58/162.77	c cleaning 43962 clauses out of 88037 with flag 5862143/1025001
172.09/171.26	c cleaning 45020 clauses out of 90076 with flag 6140422/1071002
180.89/180.05	c cleaning 45988 clauses out of 92056 with flag 6427492/1118002
190.19/189.39	c cleaning 46991 clauses out of 94066 with flag 6724424/1166000
199.79/198.97	c cleaning 47998 clauses out of 96078 with flag 7026440/1215003
209.79/208.91	c cleaning 48991 clauses out of 98078 with flag 7337353/1265001
220.19/219.35	c cleaning 50032 clauses out of 100086 with flag 7652368/1316000
230.59/229.77	c cleaning 51006 clauses out of 102054 with flag 7971142/1368000
241.69/240.83	c cleaning 51998 clauses out of 104048 with flag 8297998/1421000
253.02/252.14	c cleaning 53010 clauses out of 106051 with flag 8637731/1475001
264.73/263.88	c cleaning 53956 clauses out of 108040 with flag 8980061/1530000
276.33/275.41	c cleaning 55016 clauses out of 110084 with flag 9328948/1586000
288.53/287.60	c cleaning 56014 clauses out of 112068 with flag 9679636/1643000
300.93/300.05	c cleaning 57016 clauses out of 114055 with flag 10037034/1701001
313.63/312.77	c cleaning 57977 clauses out of 116038 with flag 10402120/1760000
327.03/326.15	c cleaning 59017 clauses out of 118061 with flag 10774787/1820000
340.73/339.81	c cleaning 60007 clauses out of 120046 with flag 11152082/1881002
355.14/354.26	c cleaning 61002 clauses out of 122037 with flag 11538495/1943000
369.38/368.47	c cleaning 61988 clauses out of 124036 with flag 11925144/2006001
383.79/382.87	c cleaning 63010 clauses out of 126048 with flag 12320239/2070001
399.00/398.02	c cleaning 63991 clauses out of 128037 with flag 12723148/2135000
414.52/413.52	c cleaning 65015 clauses out of 130047 with flag 13131261/2201001
430.42/429.48	c cleaning 66011 clauses out of 132031 with flag 13543917/2268000
446.73/445.70	c cleaning 66993 clauses out of 134020 with flag 13964027/2336000
463.53/462.50	c cleaning 67968 clauses out of 136027 with flag 14389098/2405000
480.74/479.76	c cleaning 69013 clauses out of 138059 with flag 14822935/2475000
498.08/497.01	c cleaning 69999 clauses out of 140046 with flag 15259800/2546000
515.68/514.69	c cleaning 71002 clauses out of 142047 with flag 15705229/2618000
533.99/532.98	c cleaning 72012 clauses out of 144045 with flag 16161639/2691000
552.89/551.86	c cleaning 72994 clauses out of 146033 with flag 16619219/2765000
572.39/571.39	c cleaning 73979 clauses out of 148039 with flag 17082862/2840000
592.40/591.33	c cleaning 75020 clauses out of 150060 with flag 17555426/2916000
612.81/611.76	c cleaning 75984 clauses out of 152041 with flag 18026681/2993001
633.58/632.49	c cleaning 77016 clauses out of 154056 with flag 18512607/3071000
654.69/653.57	c cleaning 77991 clauses out of 156040 with flag 19000745/3150000
676.61/675.48	c cleaning 79010 clauses out of 158050 with flag 19501189/3230001
698.71/697.51	c cleaning 79999 clauses out of 160040 with flag 19998630/3311001
721.31/720.16	c cleaning 80998 clauses out of 162040 with flag 20503330/3393000
744.41/743.28	c cleaning 82010 clauses out of 164042 with flag 21016594/3476000
767.99/766.79	c cleaning 82985 clauses out of 166033 with flag 21533489/3560001
792.09/790.82	c cleaning 83992 clauses out of 168048 with flag 22058007/3645001
816.90/815.69	c cleaning 84992 clauses out of 170055 with flag 22590651/3731000
842.41/841.14	c cleaning 86025 clauses out of 172064 with flag 23125141/3818001
868.21/866.91	c cleaning 87009 clauses out of 174038 with flag 23670435/3906000
894.62/893.31	c cleaning 88007 clauses out of 176030 with flag 24221388/3995001
921.70/920.34	c cleaning 88993 clauses out of 178023 with flag 24778206/4085001
949.40/948.02	c cleaning 89969 clauses out of 180029 with flag 25336155/4176000
977.31/975.92	c cleaning 90986 clauses out of 182060 with flag 25904936/4268000
1005.41/1004.06	c cleaning 92017 clauses out of 184074 with flag 26476756/4361000
1034.42/1033.07	c cleaning 93017 clauses out of 186057 with flag 27059166/4455000
1063.70/1062.28	c cleaning 93973 clauses out of 188040 with flag 27641276/4550000
1093.61/1092.15	c cleaning 95004 clauses out of 190068 with flag 28240530/4646001
1124.22/1122.70	c cleaning 96004 clauses out of 192063 with flag 28839589/4743000
1156.02/1154.50	c cleaning 96980 clauses out of 194059 with flag 29446961/4841000
1187.23/1185.78	c cleaning 98031 clauses out of 196079 with flag 30058946/4940000
1220.30/1218.76	c cleaning 99012 clauses out of 198048 with flag 30679066/5040000
1253.30/1251.72	c cleaning 100008 clauses out of 200036 with flag 31304151/5141000
1286.39/1284.85	c cleaning 100978 clauses out of 202029 with flag 31933912/5243001
1320.50/1318.94	c cleaning 101985 clauses out of 204050 with flag 32566077/5346000
1355.49/1353.75	c cleaning 102974 clauses out of 206066 with flag 33206975/5450001
1391.00/1389.26	c cleaning 104019 clauses out of 208092 with flag 33853666/5555001
1427.31/1425.54	c cleaning 105018 clauses out of 210077 with flag 34506239/5661005
1464.42/1462.61	c cleaning 105987 clauses out of 212055 with flag 35159718/5768001
1502.56/1500.62	c cleaning 107010 clauses out of 214067 with flag 35824029/5876000
1540.47/1538.52	c cleaning 107989 clauses out of 216057 with flag 36495522/5985000
1579.17/1577.25	c cleaning 108996 clauses out of 218068 with flag 37170456/6095000
1619.18/1617.20	c cleaning 110025 clauses out of 220072 with flag 37855320/6206000
1659.56/1657.53	c cleaning 111024 clauses out of 222047 with flag 38540119/6318000
1700.97/1698.95	c cleaning 111989 clauses out of 224024 with flag 39232214/6431001
1742.67/1740.68	c cleaning 112969 clauses out of 226034 with flag 39927587/6545000
1785.69/1783.64	c cleaning 113987 clauses out of 228065 with flag 40636836/6660000
1800.05/1797.90	c starts		: 49269
1800.05/1797.90	c conflicts		: 6706612
1800.05/1797.90	c decisions		: 66483775
1800.05/1797.90	c propagations		: 917156162
1800.05/1797.90	c inspects		: 24350368610
1800.05/1797.90	c shortcuts		: 0
1800.05/1797.90	c learnt literals	: 2
1800.05/1797.90	c learnt binary clauses	: 34
1800.05/1797.90	c learnt ternary clauses	: 545
1800.05/1797.90	c learnt constraints	: 6706610
1800.05/1797.90	c ignored constraints	: 0
1800.05/1797.90	c root simplifications	: 0
1800.05/1797.90	c removed literals (reason simplification)	: 0
1800.05/1797.90	c reason swapping (by a shorter reason)	: 0
1800.05/1797.90	c Calls to reduceDB	: 111
1800.05/1797.90	c Number of update (reduction) of LBD	: 1380316
1800.05/1797.90	c Imported unit clauses	: 0
1800.05/1797.90	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.90	c number of learned constraints concerned by reduction	: 0
1800.05/1797.90	c number of learning phase by resolution	: 0
1800.05/1797.90	c number of learning phase by cutting planes	: 0
1800.05/1797.90	c speed (assignments/second)	: 510248.9518589482
1800.05/1797.90	c non guided choices	27787
1800.05/1797.90	c timeout
1800.05/1797.93	c learnt constraints type 
1800.05/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34
1800.05/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 160656
1800.05/1797.93	s UNKNOWN
1800.05/1797.93	c Total wall clock time (in seconds): 1797.809

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

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

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


[startup+0 s]
/proc/loadavg: 2.24 2.25 2.19 4/194 22200
/proc/meminfo: memFree=29986368/32872528 swapFree=1643088/1798432
[pid=22200] ppid=22197 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/22200/stat : 22200 (java) R 22197 22200 19053 0 -1 4202496 224 0 0 0 0 0 0 0 20 0 1 0 29938884 9445376 97 33554432000 1073741824 1073778376 140736140109488 140736140106616 260181159815 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22200/statm: 2290 88 66 9 0 38 0

[startup+0.100062 s]
/proc/loadavg: 2.24 2.25 2.19 4/194 22200
/proc/meminfo: memFree=29986368/32872528 swapFree=1643088/1798432
[pid=22200] ppid=22197 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/22200/stat : 22200 (java) S 22197 22200 19053 0 -1 4202496 4440 0 1 0 7 1 0 0 20 0 18 0 29938884 9787879424 5037 33554432000 1073741824 1073778376 140735951861952 140735951853088 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22200/statm: 2389619 5037 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20029 s]
/proc/loadavg: 2.24 2.25 2.19 4/194 22200
/proc/meminfo: memFree=29986368/32872528 swapFree=1643088/1798432
[pid=22200] ppid=22197 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/22200/stat : 22200 (java) S 22197 22200 19053 0 -1 4202496 4771 0 1 0 23 1 0 0 20 0 18 0 29938884 9787879424 6328 33554432000 1073741824 1073778376 140735951861952 140735951853088 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22200/statm: 2389619 6328 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 2.24 2.25 2.19 4/194 22200
/proc/meminfo: memFree=29986368/32872528 swapFree=1643088/1798432
[pid=22200] ppid=22197 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/22200/stat : 22200 (java) S 22197 22200 19053 0 -1 4202496 5854 0 1 0 45 1 0 0 20 0 18 0 29938884 9787879424 8087 33554432000 1073741824 1073778376 140735951861952 140735951853088 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22200/statm: 2389619 8087 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700275 s]
/proc/loadavg: 2.24 2.25 2.19 4/194 22200
/proc/meminfo: memFree=29986368/32872528 swapFree=1643088/1798432
[pid=22200] ppid=22197 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/22200/stat : 22200 (java) S 22197 22200 19053 0 -1 4202496 9066 0 1 0 132 2 0 0 20 0 19 0 29938884 9856040960 15400 33554432000 1073741824 1073778376 140735951861952 140735951853088 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22200/statm: 2406260 15400 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.22 2.25 2.19 3/213 22219
/proc/meminfo: memFree=29932732/32872528 swapFree=1643088/1798432
[pid=22200] ppid=22197 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/22200/stat : 22200 (java) S 22197 22200 19053 0 -1 4202496 9430 0 1 0 219 2 0 0 20 0 19 0 29938884 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140735951853088 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22200/statm: 2406260 15927 2269 9 0 2396937 0
[pid=22200/tid=22202] ppid=22197 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/22200/task/22202/stat : 22202 (java) R 22197 22200 19053 0 -1 4202560 2499 0 1 0 144 2 0 0 20 0 19 0 29938885 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233978176024 140233850437775 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22200/tid=22203] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22203/stat : 22203 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233822092328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22204] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22204/stat : 22204 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233821039528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22205] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22205/stat : 22205 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233819986728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22200/tid=22206] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22206/stat : 22206 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233818933928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22207] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22207/stat : 22207 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233817881128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22200/tid=22208] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22208/stat : 22208 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233816828328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22209] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22209/stat : 22209 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233815775528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22200/tid=22210] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22210/stat : 22210 (java) S 22197 22200 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233814722728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22211] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22211/stat : 22211 (java) S 22197 22200 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233802312680 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22212] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22212/stat : 22212 (java) S 22197 22200 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233801258744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22213] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22213/stat : 22213 (java) S 22197 22200 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233800205832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22214] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22214/stat : 22214 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233799154320 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22215] ppid=22197 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/22200/task/22215/stat : 22215 (java) S 22197 22200 19053 0 -1 4202560 2621 0 0 0 36 0 0 0 20 0 19 0 29938891 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233798101432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22216] ppid=22197 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/22200/task/22216/stat : 22216 (java) S 22197 22200 19053 0 -1 4202560 3034 0 0 0 36 0 0 0 20 0 19 0 29938891 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233797048632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22217] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22217/stat : 22217 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233795996024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22218] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22218/stat : 22218 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233794943432 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22219] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22219/stat : 22219 (java) S 22197 22200 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29938928 9856040960 15927 33554432000 1073741824 1073778376 140735951861952 140233793889960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.22 2.25 2.19 3/213 22219
/proc/meminfo: memFree=29928140/32872528 swapFree=1643088/1798432
[pid=22200] ppid=22197 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/22200/stat : 22200 (java) S 22197 22200 19053 0 -1 4202496 9440 0 1 0 383 3 0 0 20 0 19 0 29938884 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140735951853088 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22200/statm: 2406260 16958 2270 9 0 2396937 0
[pid=22200/tid=22202] ppid=22197 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/22200/task/22202/stat : 22202 (java) R 22197 22200 19053 0 -1 4202560 2502 0 1 0 304 2 0 0 20 0 19 0 29938885 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233978166992 140233850539018 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22200/tid=22203] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22203/stat : 22203 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233822092328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22204] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22204/stat : 22204 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233821039528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22205] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22205/stat : 22205 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233819986728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22200/tid=22206] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22206/stat : 22206 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233818933928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22207] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22207/stat : 22207 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233817881128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22200/tid=22208] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22208/stat : 22208 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233816828328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22209] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22209/stat : 22209 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233815775528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22200/tid=22210] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22210/stat : 22210 (java) S 22197 22200 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233814722728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22211] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22211/stat : 22211 (java) S 22197 22200 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233802312680 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22212] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22212/stat : 22212 (java) S 22197 22200 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233801258744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22213] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22213/stat : 22213 (java) S 22197 22200 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233800205832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22214] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22214/stat : 22214 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233799154320 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22215] ppid=22197 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/22200/task/22215/stat : 22215 (java) S 22197 22200 19053 0 -1 4202560 2624 0 0 0 38 0 0 0 20 0 19 0 29938891 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233798101432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22216] ppid=22197 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/22200/task/22216/stat : 22216 (java) S 22197 22200 19053 0 -1 4202560 3038 0 0 0 38 0 0 0 20 0 19 0 29938891 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233797048632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22217] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22217/stat : 22217 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233795996024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22218] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22218/stat : 22218 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233794943432 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22219] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22219/stat : 22219 (java) S 22197 22200 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29938928 9856040960 16958 33554432000 1073741824 1073778376 140735951861952 140233793889960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.22 2.25 2.19 3/213 22219
/proc/meminfo: memFree=29920072/32872528 swapFree=1643088/1798432
[pid=22200] ppid=22197 vsize=9625040 CPUtime=7.08 cores=0,2,4,6
/proc/22200/stat : 22200 (java) S 22197 22200 19053 0 -1 4202496 9448 0 1 0 705 3 0 0 20 0 19 0 29938884 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140735951853088 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22200/statm: 2406260 18348 2271 9 0 2396937 0
[pid=22200/tid=22202] ppid=22197 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/22200/task/22202/stat : 22202 (java) R 22197 22200 19053 0 -1 4202560 2506 0 1 0 624 3 0 0 20 0 19 0 29938885 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233978166976 140233850473931 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22200/tid=22203] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22203/stat : 22203 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233822092328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22204] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22204/stat : 22204 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233821039528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22205] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22205/stat : 22205 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233819986728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22200/tid=22206] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22206/stat : 22206 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233818933928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22207] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22207/stat : 22207 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233817881128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22200/tid=22208] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22208/stat : 22208 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233816828328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22209] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22209/stat : 22209 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233815775528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22200/tid=22210] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22210/stat : 22210 (java) S 22197 22200 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29938887 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233814722728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22211] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22211/stat : 22211 (java) S 22197 22200 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233802312680 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22212] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22212/stat : 22212 (java) S 22197 22200 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233801258744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22213] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22213/stat : 22213 (java) S 22197 22200 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233800205832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22214] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22214/stat : 22214 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233799154320 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22215] ppid=22197 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/22200/task/22215/stat : 22215 (java) S 22197 22200 19053 0 -1 4202560 2624 0 0 0 39 0 0 0 20 0 19 0 29938891 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233798101432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22216] ppid=22197 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/22200/task/22216/stat : 22216 (java) S 22197 22200 19053 0 -1 4202560 3041 0 0 0 39 0 0 0 20 0 19 0 29938891 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233797048632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22217] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22217/stat : 22217 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233795996024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22218] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22218/stat : 22218 (java) S 22197 22200 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233794943432 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22219] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22219/stat : 22219 (java) S 22197 22200 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29938928 9856040960 18348 33554432000 1073741824 1073778376 140735951861952 140233793889960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 9625040


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

[pid=22200/tid=22212] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22212/stat : 22212 (java) S 22197 22200 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233801258744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22213] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22213/stat : 22213 (java) S 22197 22200 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233800205832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22214] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22214/stat : 22214 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233799154320 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22215] ppid=22197 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/22200/task/22215/stat : 22215 (java) S 22197 22200 19053 0 -1 4202560 2624 0 0 0 39 0 0 0 20 0 19 0 29938891 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233798101432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22216] ppid=22197 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/22200/task/22216/stat : 22216 (java) S 22197 22200 19053 0 -1 4202560 3459 0 0 0 43 0 0 0 20 0 19 0 29938891 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233797048632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22217] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22217/stat : 22217 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233795996024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22218] ppid=22197 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/22200/task/22218/stat : 22218 (java) S 22197 22200 19053 0 -1 4202560 100 0 0 0 39 33 0 0 20 0 19 0 29938891 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233794943432 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22219] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22219/stat : 22219 (java) S 22197 22200 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29938928 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233793889960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.37
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.20 2.18 3/213 22330
/proc/meminfo: memFree=29626880/32872528 swapFree=1643088/1798432
[pid=22200] ppid=22197 vsize=9625040 CPUtime=1784.39 cores=0,2,4,6
/proc/22200/stat : 22200 (java) S 22197 22200 19053 0 -1 4202496 11470 0 1 0 178394 45 0 0 20 0 19 0 29938884 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140735951853088 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22200/statm: 2406260 82477 2285 9 0 2396937 0
[pid=22200/tid=22202] ppid=22197 vsize=9625040 CPUtime=1781.83 cores=0,2,4,6
/proc/22200/task/22202/stat : 22202 (java) R 22197 22200 19053 0 -1 4202560 2563 0 1 0 178151 32 0 0 20 0 19 0 29938885 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233978167072 140233850410088 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22200/tid=22203] ppid=22197 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/22200/task/22203/stat : 22203 (java) S 22197 22200 19053 0 -1 4202560 63 0 0 0 12 2 0 0 20 0 19 0 29938887 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233822092328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22204] ppid=22197 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22200/task/22204/stat : 22204 (java) S 22197 22200 19053 0 -1 4202560 216 0 0 0 15 2 0 0 20 0 19 0 29938887 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233821039528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22205] ppid=22197 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22200/task/22205/stat : 22205 (java) S 22197 22200 19053 0 -1 4202560 281 0 0 0 14 3 0 0 20 0 19 0 29938887 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233819986728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22206] ppid=22197 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/22200/task/22206/stat : 22206 (java) S 22197 22200 19053 0 -1 4202560 202 0 0 0 12 1 0 0 20 0 19 0 29938887 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233818933928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22207] ppid=22197 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22200/task/22207/stat : 22207 (java) S 22197 22200 19053 0 -1 4202560 47 0 0 0 15 2 0 0 20 0 19 0 29938887 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233817881128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22208] ppid=22197 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22200/task/22208/stat : 22208 (java) S 22197 22200 19053 0 -1 4202560 258 0 0 0 15 2 0 0 20 0 19 0 29938887 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233816828328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22209] ppid=22197 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/22200/task/22209/stat : 22209 (java) S 22197 22200 19053 0 -1 4202560 41 0 0 0 13 1 0 0 20 0 19 0 29938887 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233815775528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22210] ppid=22197 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22200/task/22210/stat : 22210 (java) S 22197 22200 19053 0 -1 4202560 290 0 0 0 14 2 0 0 20 0 19 0 29938887 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233814722728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22211] ppid=22197 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22200/task/22211/stat : 22211 (java) S 22197 22200 19053 0 -1 4202560 60 0 0 0 2 0 0 0 20 0 19 0 29938888 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233802312680 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22212] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22212/stat : 22212 (java) S 22197 22200 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233801258744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22213] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22213/stat : 22213 (java) S 22197 22200 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233800205832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22214] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22214/stat : 22214 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233799154320 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22215] ppid=22197 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/22200/task/22215/stat : 22215 (java) S 22197 22200 19053 0 -1 4202560 2624 0 0 0 39 0 0 0 20 0 19 0 29938891 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233798101432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22216] ppid=22197 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/22200/task/22216/stat : 22216 (java) S 22197 22200 19053 0 -1 4202560 3459 0 0 0 43 0 0 0 20 0 19 0 29938891 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233797048632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22217] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22217/stat : 22217 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233795996024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22218] ppid=22197 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/22200/task/22218/stat : 22218 (java) S 22197 22200 19053 0 -1 4202560 104 0 0 0 41 33 0 0 20 0 19 0 29938891 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233794943432 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22219] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22219/stat : 22219 (java) S 22197 22200 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29938928 9856040960 82477 33554432000 1073741824 1073778376 140735951861952 140233793889960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.39
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.27 2.20 2.18 3/213 22330
/proc/meminfo: memFree=29616928/32872528 swapFree=1643088/1798432
[pid=22200] ppid=22197 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/22200/stat : 22200 (java) S 22197 22200 19053 0 -1 4202496 11490 0 1 0 179959 46 0 0 20 0 19 0 29938884 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140735951853088 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22200/statm: 2406260 85036 2285 9 0 2396937 0
[pid=22200/tid=22202] ppid=22197 vsize=9625040 CPUtime=1797.41 cores=0,2,4,6
/proc/22200/task/22202/stat : 22202 (java) R 22197 22200 19053 0 -1 4202560 2564 0 1 0 179709 32 0 0 20 0 19 0 29938885 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233978174768 140233850539018 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22200/tid=22203] ppid=22197 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22200/task/22203/stat : 22203 (java) S 22197 22200 19053 0 -1 4202560 68 0 0 0 14 2 0 0 20 0 19 0 29938887 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233822092328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22204] ppid=22197 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22200/task/22204/stat : 22204 (java) S 22197 22200 19053 0 -1 4202560 220 0 0 0 16 3 0 0 20 0 19 0 29938887 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233821039528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22205] ppid=22197 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22200/task/22205/stat : 22205 (java) S 22197 22200 19053 0 -1 4202560 281 0 0 0 15 3 0 0 20 0 19 0 29938887 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233819986728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22206] ppid=22197 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/22200/task/22206/stat : 22206 (java) S 22197 22200 19053 0 -1 4202560 202 0 0 0 12 1 0 0 20 0 19 0 29938887 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233818933928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22207] ppid=22197 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22200/task/22207/stat : 22207 (java) S 22197 22200 19053 0 -1 4202560 47 0 0 0 15 2 0 0 20 0 19 0 29938887 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233817881128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22208] ppid=22197 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22200/task/22208/stat : 22208 (java) S 22197 22200 19053 0 -1 4202560 263 0 0 0 16 3 0 0 20 0 19 0 29938887 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233816828328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22209] ppid=22197 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22200/task/22209/stat : 22209 (java) S 22197 22200 19053 0 -1 4202560 44 0 0 0 15 1 0 0 20 0 19 0 29938887 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233815775528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22210] ppid=22197 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22200/task/22210/stat : 22210 (java) S 22197 22200 19053 0 -1 4202560 290 0 0 0 14 2 0 0 20 0 19 0 29938887 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233814722728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22211] ppid=22197 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22200/task/22211/stat : 22211 (java) S 22197 22200 19053 0 -1 4202560 62 0 0 0 2 0 0 0 20 0 19 0 29938888 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233802312680 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22212] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22212/stat : 22212 (java) S 22197 22200 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233801258744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22213] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22213/stat : 22213 (java) S 22197 22200 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233800205832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22214] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22214/stat : 22214 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233799154320 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22215] ppid=22197 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/22200/task/22215/stat : 22215 (java) S 22197 22200 19053 0 -1 4202560 2624 0 0 0 39 0 0 0 20 0 19 0 29938891 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233798101432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22216] ppid=22197 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/22200/task/22216/stat : 22216 (java) S 22197 22200 19053 0 -1 4202560 3459 0 0 0 43 0 0 0 20 0 19 0 29938891 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233797048632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22217] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22217/stat : 22217 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233795996024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22218] ppid=22197 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/22200/task/22218/stat : 22218 (java) S 22197 22200 19053 0 -1 4202560 104 0 0 0 42 34 0 0 20 0 19 0 29938891 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233794943432 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22219] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22219/stat : 22219 (java) S 22197 22200 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29938928 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233793889960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 22200 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.9 s]
/proc/loadavg: 2.27 2.20 2.18 3/213 22330
/proc/meminfo: memFree=29616928/32872528 swapFree=1643088/1798432
[pid=22200] ppid=22197 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/22200/stat : 22200 (java) S 22197 22200 19053 0 -1 4202496 11490 0 1 0 179959 46 0 0 20 0 19 0 29938884 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140735951853088 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22200/statm: 2406260 85036 2285 9 0 2396937 0
[pid=22200/tid=22202] ppid=22197 vsize=9625040 CPUtime=1797.41 cores=0,2,4,6
/proc/22200/task/22202/stat : 22202 (java) R 22197 22200 19053 0 -1 4202560 2564 0 1 0 179709 32 0 0 20 0 19 0 29938885 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233978174768 140233850539018 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22200/tid=22203] ppid=22197 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22200/task/22203/stat : 22203 (java) S 22197 22200 19053 0 -1 4202560 68 0 0 0 14 2 0 0 20 0 19 0 29938887 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233822092328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22204] ppid=22197 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22200/task/22204/stat : 22204 (java) S 22197 22200 19053 0 -1 4202560 220 0 0 0 16 3 0 0 20 0 19 0 29938887 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233821039528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22205] ppid=22197 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22200/task/22205/stat : 22205 (java) S 22197 22200 19053 0 -1 4202560 281 0 0 0 15 3 0 0 20 0 19 0 29938887 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233819986728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22206] ppid=22197 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/22200/task/22206/stat : 22206 (java) S 22197 22200 19053 0 -1 4202560 202 0 0 0 12 1 0 0 20 0 19 0 29938887 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233818933928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22207] ppid=22197 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22200/task/22207/stat : 22207 (java) S 22197 22200 19053 0 -1 4202560 47 0 0 0 15 2 0 0 20 0 19 0 29938887 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233817881128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22208] ppid=22197 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22200/task/22208/stat : 22208 (java) S 22197 22200 19053 0 -1 4202560 263 0 0 0 16 3 0 0 20 0 19 0 29938887 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233816828328 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22209] ppid=22197 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22200/task/22209/stat : 22209 (java) S 22197 22200 19053 0 -1 4202560 44 0 0 0 15 1 0 0 20 0 19 0 29938887 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233815775528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22210] ppid=22197 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22200/task/22210/stat : 22210 (java) S 22197 22200 19053 0 -1 4202560 290 0 0 0 14 2 0 0 20 0 19 0 29938887 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233814722728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22211] ppid=22197 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22200/task/22211/stat : 22211 (java) S 22197 22200 19053 0 -1 4202560 62 0 0 0 2 0 0 0 20 0 19 0 29938888 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233802312680 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22212] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22212/stat : 22212 (java) S 22197 22200 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233801258744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22213] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22213/stat : 22213 (java) S 22197 22200 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29938888 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233800205832 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22214] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22214/stat : 22214 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233799154320 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22215] ppid=22197 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/22200/task/22215/stat : 22215 (java) S 22197 22200 19053 0 -1 4202560 2624 0 0 0 39 0 0 0 20 0 19 0 29938891 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233798101432 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22200/tid=22216] ppid=22197 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/22200/task/22216/stat : 22216 (java) S 22197 22200 19053 0 -1 4202560 3459 0 0 0 43 0 0 0 20 0 19 0 29938891 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233797048632 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22217] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22217/stat : 22217 (java) S 22197 22200 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29938891 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233795996024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22200/tid=22218] ppid=22197 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/22200/task/22218/stat : 22218 (java) S 22197 22200 19053 0 -1 4202560 104 0 0 0 42 34 0 0 20 0 19 0 29938891 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233794943432 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22200/tid=22219] ppid=22197 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22200/task/22219/stat : 22219 (java) S 22197 22200 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29938928 9856040960 85036 33554432000 1073741824 1073778376 140735951861952 140233793889960 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.94
CPU time (s): 1800.67
CPU user time (s): 1799.69
CPU system time (s): 0.98285
CPU usage (%): 100.152
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.98285
maximum resident set size= 340264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11524
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38475
involuntary context switches= 5604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.38157 second user time and 14.5548 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 21:23:18
IDJOB=4116521
IDBENCH=109480
IDSOLVER=2546
FILE ID=node123/4116521-1466968998
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-size80-round23-1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116521-1466968998/watcher-4116521-1466968998 -o /tmp/evaluation-result-4116521-1466968998/solver-4116521-1466968998 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116521-1466968998.opb

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

MD5SUM BENCH= 8da99d58ed47e2ffaa19ff7cece0b095
RANDOM SEED=36638453

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:        29986368 kB
Buffers:           32412 kB
Cached:           115320 kB
SwapCached:         1772 kB
Active:           262256 kB
Inactive:         121720 kB
Active(anon):     238064 kB
Inactive(anon):      924 kB
Active(file):      24192 kB
Inactive(file):   120796 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098704 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:       2036880 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             566052 kB
SReclaimable:       9868 kB
SUnreclaim:       556184 kB
KernelStack:        1568 kB
PageTables:         8188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2496764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    378880 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 21:53:16