Trace number 4117541

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)115 1800.01 1798.44

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_16x16_006.opb.metafix.opb
MD5SUM6aac072df56a0280de2a4fd77152516f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark115
Best CPU time to get the best result obtained on this benchmark137.328
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256
Total number of constraints94
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 256
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 256
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4117541-1467213906.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.16	c ... done. Wall clock time 0.056s.
0.11/0.16	c declared #vars     256
0.11/0.16	c #constraints  188
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15
0.11/0.16	c org.sat4j.minisat.constraints.cnf.UnitClauses => 5
0.11/0.16	c org.sat4j.specs.Constr$1 => 9
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 153
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.11/0.16	c 188 constraints processed.
0.11/0.16	c objective function length is 256 literals
0.54/0.31	c SATISFIABLE
0.54/0.31	c OPTIMIZING...
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.207
0.54/0.31	o 115
0.77/0.55	c cleaning 2518 clauses out of 5039 with flag 16967/5039
1.49/0.91	c cleaning 4244 clauses out of 8522 with flag 48531/11040
1.91/1.31	c cleaning 5636 clauses out of 11277 with flag 78126/18039
2.41/1.84	c cleaning 6816 clauses out of 13641 with flag 113343/26039
3.04/2.41	c cleaning 7904 clauses out of 15825 with flag 153946/35039
3.84/3.22	c cleaning 8959 clauses out of 17923 with flag 214205/45041
4.74/4.11	c cleaning 9977 clauses out of 19965 with flag 270283/56042
5.64/5.09	c cleaning 10983 clauses out of 21986 with flag 322208/68040
6.74/6.18	c cleaning 11995 clauses out of 24002 with flag 389881/81039
8.14/7.52	c cleaning 13002 clauses out of 26007 with flag 474016/95039
9.44/8.82	c cleaning 13992 clauses out of 28011 with flag 551776/110045
10.94/10.32	c cleaning 15006 clauses out of 30022 with flag 629997/126048
12.64/12.04	c cleaning 15987 clauses out of 32007 with flag 719440/143039
14.44/13.85	c cleaning 17005 clauses out of 34024 with flag 817374/161043
16.45/15.86	c cleaning 17996 clauses out of 36015 with flag 938629/180039
18.65/18.07	c cleaning 19005 clauses out of 38019 with flag 1041295/200039
21.05/20.43	c cleaning 19998 clauses out of 40014 with flag 1153542/221039
23.45/22.85	c cleaning 20986 clauses out of 42017 with flag 1283533/243040
26.15/25.59	c cleaning 22008 clauses out of 44030 with flag 1410992/266039
29.26/28.69	c cleaning 23005 clauses out of 46022 with flag 1559305/290039
32.35/31.74	c cleaning 24004 clauses out of 48018 with flag 1686979/315040
35.85/35.22	c cleaning 24998 clauses out of 50013 with flag 1843308/341039
39.25/38.68	c cleaning 25999 clauses out of 52015 with flag 2011823/368039
43.04/42.42	c cleaning 27001 clauses out of 54017 with flag 2157983/396040
47.05/46.44	c cleaning 28007 clauses out of 56015 with flag 2312368/425039
51.65/51.09	c cleaning 28994 clauses out of 58009 with flag 2497723/455040
56.35/55.78	c cleaning 30005 clauses out of 60014 with flag 2676919/486039
62.14/61.57	c cleaning 30997 clauses out of 62009 with flag 2893046/518039
67.29/66.65	c cleaning 32003 clauses out of 64014 with flag 3064397/551041
72.58/71.95	c cleaning 33001 clauses out of 66010 with flag 3246281/585040
78.28/77.69	c cleaning 33987 clauses out of 68009 with flag 3483740/620040
84.29/83.61	c cleaning 35004 clauses out of 70022 with flag 3718034/656040
90.38/89.77	c cleaning 35997 clauses out of 72017 with flag 3935526/693039
97.08/96.40	c cleaning 37004 clauses out of 74020 with flag 4165780/731039
103.88/103.25	c cleaning 38007 clauses out of 76016 with flag 4390966/770039
112.88/112.23	c cleaning 38995 clauses out of 78011 with flag 4715413/810041
122.08/121.44	c cleaning 39998 clauses out of 80014 with flag 5098663/851039
131.99/131.31	c cleaning 40994 clauses out of 82016 with flag 5470147/893039
140.88/140.21	c cleaning 42010 clauses out of 84025 with flag 5734871/936042
149.88/149.29	c cleaning 43001 clauses out of 86015 with flag 6020012/980042
158.78/158.18	c cleaning 44001 clauses out of 88014 with flag 6274585/1025042
169.09/168.46	c cleaning 44996 clauses out of 90011 with flag 6559739/1071040
179.38/178.79	c cleaning 45997 clauses out of 92014 with flag 6858104/1118039
188.73/188.00	c cleaning 47002 clauses out of 94017 with flag 7135179/1166039
198.83/198.12	c cleaning 48006 clauses out of 96017 with flag 7445985/1215041
209.12/208.47	c cleaning 48986 clauses out of 98011 with flag 7745263/1265041
219.92/219.22	c cleaning 49997 clauses out of 100024 with flag 8115312/1316040
231.73/231.06	c cleaning 51000 clauses out of 102026 with flag 8468575/1368039
243.93/243.28	c cleaning 52008 clauses out of 104028 with flag 8811722/1421041
256.63/255.95	c cleaning 52983 clauses out of 106020 with flag 9165056/1475041
270.83/270.14	c cleaning 53997 clauses out of 108035 with flag 9652463/1530039
286.74/286.03	c cleaning 55018 clauses out of 110040 with flag 10138296/1586041
301.14/300.45	c cleaning 55998 clauses out of 112021 with flag 10531953/1643040
317.34/316.62	c cleaning 57006 clauses out of 114022 with flag 11006659/1701039
332.16/331.49	c cleaning 58002 clauses out of 116018 with flag 11428800/1760041
347.97/347.20	c cleaning 58994 clauses out of 118016 with flag 11832493/1820041
364.08/363.30	c cleaning 60000 clauses out of 120020 with flag 12221328/1881039
380.50/379.73	c cleaning 61003 clauses out of 122021 with flag 12651609/1943040
397.92/397.14	c cleaning 62005 clauses out of 124018 with flag 13094732/2006040
416.11/415.38	c cleaning 62990 clauses out of 126013 with flag 13525741/2070040
434.91/434.11	c cleaning 64006 clauses out of 128022 with flag 14019388/2135039
453.72/452.95	c cleaning 65006 clauses out of 130017 with flag 14473918/2201040
477.13/476.33	c cleaning 65999 clauses out of 132012 with flag 15044826/2268041
496.76/495.94	c cleaning 66994 clauses out of 134012 with flag 15552600/2336040
516.36/515.59	c cleaning 67999 clauses out of 136017 with flag 16046877/2405039
538.47/537.60	c cleaning 69000 clauses out of 138019 with flag 16598566/2475040
559.97/559.14	c cleaning 70004 clauses out of 140018 with flag 17126181/2546039
583.08/582.29	c cleaning 70996 clauses out of 142014 with flag 17692828/2618039
607.68/606.82	c cleaning 71998 clauses out of 144018 with flag 18238871/2691039
631.19/630.32	c cleaning 73000 clauses out of 146020 with flag 18800456/2765039
656.19/655.32	c cleaning 74006 clauses out of 148020 with flag 19363968/2840039
680.94/680.02	c cleaning 75002 clauses out of 150014 with flag 19926986/2916039
708.45/707.54	c cleaning 75995 clauses out of 152013 with flag 20548256/2993040
735.66/734.76	c cleaning 76996 clauses out of 154017 with flag 21110989/3071039
762.66/761.71	c cleaning 78005 clauses out of 156021 with flag 21748648/3150039
791.77/790.82	c cleaning 79009 clauses out of 158021 with flag 22308056/3230044
821.57/820.66	c cleaning 80000 clauses out of 160007 with flag 22880800/3311039
853.48/852.56	c cleaning 81000 clauses out of 162007 with flag 23498134/3393039
883.71/882.79	c cleaning 81983 clauses out of 164008 with flag 24109891/3476040
917.41/916.48	c cleaning 83000 clauses out of 166024 with flag 24800599/3560039
953.02/952.10	c cleaning 83990 clauses out of 168024 with flag 25544233/3645039
986.04/985.04	c cleaning 85005 clauses out of 170034 with flag 26201130/3731039
1020.75/1019.80	c cleaning 86014 clauses out of 172032 with flag 26856064/3818042
1056.54/1055.58	c cleaning 86998 clauses out of 174019 with flag 27570727/3906043
1094.52/1093.41	c cleaning 88000 clauses out of 176017 with flag 28238386/3995039
1136.82/1135.72	c cleaning 88991 clauses out of 178024 with flag 28972784/4085046
1175.53/1174.41	c cleaning 90007 clauses out of 180026 with flag 29629895/4176039
1213.54/1212.49	c cleaning 91003 clauses out of 182019 with flag 30288588/4268039
1257.15/1256.03	c cleaning 91986 clauses out of 184016 with flag 31097449/4361039
1298.06/1296.84	c cleaning 93011 clauses out of 186030 with flag 31762941/4455039
1340.38/1339.12	c cleaning 94002 clauses out of 188019 with flag 32546154/4550039
1383.00/1381.79	c cleaning 94997 clauses out of 190017 with flag 33284533/4646039
1429.51/1428.27	c cleaning 95991 clauses out of 192021 with flag 34113841/4743040
1475.01/1473.72	c cleaning 97012 clauses out of 194029 with flag 34809291/4841039
1522.78/1521.44	c cleaning 97987 clauses out of 196017 with flag 35666584/4940039
1567.38/1566.04	c cleaning 99015 clauses out of 198031 with flag 36463595/5040040
1615.80/1614.42	c cleaning 100000 clauses out of 200015 with flag 37282030/5141039
1666.60/1665.25	c cleaning 100999 clauses out of 202017 with flag 38155141/5243041
1718.72/1717.30	c cleaning 101983 clauses out of 204016 with flag 39005666/5346039
1774.31/1772.74	c cleaning 103008 clauses out of 206033 with flag 39852988/5450039
1800.01/1798.40	c starts		: 13354
1800.01/1798.40	c conflicts		: 5513839
1800.01/1798.40	c decisions		: 7733757
1800.01/1798.40	c propagations		: 252506080
1800.01/1798.40	c inspects		: 34690871553
1800.01/1798.40	c shortcuts		: 0
1800.01/1798.40	c learnt literals	: 0
1800.01/1798.40	c learnt binary clauses	: 0
1800.01/1798.40	c learnt ternary clauses	: 0
1800.01/1798.40	c learnt constraints	: 5513840
1800.01/1798.40	c ignored constraints	: 0
1800.01/1798.40	c root simplifications	: 0
1800.01/1798.40	c removed literals (reason simplification)	: 0
1800.01/1798.40	c reason swapping (by a shorter reason)	: 0
1800.01/1798.40	c Calls to reduceDB	: 100
1800.01/1798.40	c Number of update (reduction) of LBD	: 2218121
1800.01/1798.40	c Imported unit clauses	: 0
1800.01/1798.40	c number of reductions to clauses (during analyze)	: 0
1800.01/1798.40	c number of learned constraints concerned by reduction	: 0
1800.01/1798.40	c number of learning phase by resolution	: 0
1800.01/1798.40	c number of learning phase by cutting planes	: 0
1800.01/1798.40	c speed (assignments/second)	: 140418.37829300968
1800.01/1798.40	c non guided choices	0
1800.01/1798.43	c learnt constraints type 
1800.01/1798.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 166826
1800.01/1798.43	s SATISFIABLE
1800.01/1798.43	c Found 1 solution(s)
1800.01/1798.43	v -x1 x2 x3 x4 -x5 -x6 -x7 -x8 -x9 x10 x11 x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20 -x21 -x22 x23 -x24 x25 -x26 x27 x28 -x29 x30 x31 x32 -x33 x34 x35 -x36 -x37 x38 x39 x40 x41 -x42 -x43 -x44 x45 -x46 x47 -x48 x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 x57 x58 -x59 -x60 -x61 x62 -x63 x64 -x65 -x66 x67 -x68 x69 x70 x71 -x72 x73 x74 -x75 -x76 x77 x78 -x79 -x80 x81 -x82 -x83 x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 x92 x93 -x94 x95 -x96 -x97 x98 x99 -x100 x101 -x102 -x103 -x104 x105 -x106 -x107 x108 x109 x110 -x111 -x112 x113 -x114 x115 x116 -x117 x118 -x119 x120 x121 x122 x123 x124 x125 x126 -x127 -x128 x129 -x130 -x131 x132 -x133 x134 -x135 -x136 -x137 x138 -x139 x140 x141 -x142 -x143 -x144 x145 -x146 -x147 x148 -x149 x150 -x151 -x152 -x153 x154 -x155 x156 -x157 -x158 -x159 x160 -x161 x162 -x163 -x164 -x165 x166 -x167 x168 -x169 x170 -x171 x172 -x173 x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 x184 x185 -x186 -x187 -x188 x189 x190 -x191 -x192 -x193 -x194 -x195 x196 x197 -x198 x199 x200 x201 x202 -x203 -x204 x205 x206 x207 -x208 -x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 x217 -x218 -x219 x220 -x221 -x222 x223 x224 -x225 -x226 -x227 -x228 x229 x230 x231 x232 -x233 -x234 x235 -x236 -x237 x238 -x239 -x240 -x241 x242 x243 x244 x245 x246 x247 x248 x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 
1800.01/1798.43	c objective function=115
1800.01/1798.43	c Total wall clock time (in seconds): 1798.331

Verifier Data

OK	115

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

pid=2425
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.05 2.02 3/194 2428
/proc/meminfo: memFree=29705480/32872528 swapFree=1099624/1181384
[pid=2428] ppid=2425 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/2428/stat : 2428 (java) S 2425 2428 1865 0 -1 4202496 1308 0 0 0 0 0 0 0 20 0 2 0 419804 98635776 939 33554432000 1073741824 1073778376 140733805637312 140733805628448 271790932029 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2428/statm: 24081 943 714 9 0 16771 0
[pid=2428/tid=2429] ppid=2425 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2429/stat : 2429 (java) R 2425 2428 1865 0 -1 4202560 121 0 0 0 0 0 0 0 20 0 2 0 419805 98570240 969 33554432000 1073741824 1073778376 140733805637312 140564446572072 140564448755683 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.00 2.05 2.02 3/194 2428
/proc/meminfo: memFree=29705480/32872528 swapFree=1099624/1181384
[pid=2428] ppid=2425 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/2428/stat : 2428 (java) S 2425 2428 1865 0 -1 4202496 4505 0 1 0 10 1 0 0 20 0 18 0 419804 9787879424 6141 33554432000 1073741824 1073778376 140733805637312 140733805628448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2428/statm: 2389619 6141 2157 9 0 2380296 0
[pid=2428/tid=2429] ppid=2425 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/2428/task/2429/stat : 2429 (java) R 2425 2428 1865 0 -1 4202560 2382 0 1 0 6 1 0 0 20 0 18 0 419805 9787879424 6141 33554432000 1073741824 1073778376 140733805637312 140564446576760 271790956981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200378 s]
/proc/loadavg: 2.00 2.05 2.02 3/194 2428
/proc/meminfo: memFree=29705480/32872528 swapFree=1099624/1181384
[pid=2428] ppid=2425 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/2428/stat : 2428 (java) S 2425 2428 1865 0 -1 4202496 6097 0 1 0 27 1 0 0 20 0 19 0 419804 9856040960 8209 33554432000 1073741824 1073778376 140733805637312 140733805628448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2428/statm: 2406260 8209 2235 9 0 2396937 0
[pid=2428/tid=2429] ppid=2425 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/2428/task/2429/stat : 2429 (java) R 2425 2428 1865 0 -1 4202560 2413 0 1 0 16 1 0 0 20 0 19 0 419805 9856040960 8209 33554432000 1073741824 1073778376 140733805637312 140564446577280 140564297278456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300371 s]
/proc/loadavg: 2.00 2.05 2.02 3/194 2428
/proc/meminfo: memFree=29705480/32872528 swapFree=1099624/1181384
[pid=2428] ppid=2425 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/2428/stat : 2428 (java) S 2425 2428 1865 0 -1 4202496 6602 0 1 0 53 1 0 0 20 0 19 0 419804 9856040960 8391 33554432000 1073741824 1073778376 140733805637312 140733805628448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2428/statm: 2406260 8391 2244 9 0 2396937 0
[pid=2428/tid=2429] ppid=2425 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/2428/task/2429/stat : 2429 (java) R 2425 2428 1865 0 -1 4202560 2413 0 1 0 26 1 0 0 20 0 19 0 419805 9856040960 8391 33554432000 1073741824 1073778376 140733805637312 140564446577280 140564297659363 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9625040

[startup+0.700222 s]
/proc/loadavg: 2.00 2.05 2.02 3/194 2428
/proc/meminfo: memFree=29705480/32872528 swapFree=1099624/1181384
[pid=2428] ppid=2425 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/2428/stat : 2428 (java) S 2425 2428 1865 0 -1 4202496 14874 0 1 0 123 2 0 0 20 0 19 0 419804 9856040960 13882 33554432000 1073741824 1073778376 140733805637312 140733805628448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2428/statm: 2406260 13882 2255 9 0 2396937 0
[pid=2428/tid=2429] ppid=2425 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/2428/task/2429/stat : 2429 (java) R 2425 2428 1865 0 -1 4202560 2414 0 1 0 66 1 0 0 20 0 19 0 419805 9856040960 13882 33554432000 1073741824 1073778376 140733805637312 140564446577224 140564297601588 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.00 2.05 2.02 3/213 2447
/proc/meminfo: memFree=29654392/32872528 swapFree=1099624/1181384
[pid=2428] ppid=2425 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/2428/stat : 2428 (java) S 2425 2428 1865 0 -1 4202496 15051 0 1 0 209 2 0 0 20 0 19 0 419804 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140733805628448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2428/statm: 2406260 14199 2257 9 0 2396937 0
[pid=2428/tid=2429] ppid=2425 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/2428/task/2429/stat : 2429 (java) R 2425 2428 1865 0 -1 4202560 2416 0 1 0 146 1 0 0 20 0 19 0 419805 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140564446568144 140564297662688 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2431] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2431/stat : 2431 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140564419029544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2432] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2432/stat : 2432 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140564417976744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2433] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2433/stat : 2433 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140564416923944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2428/tid=2434] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2434/stat : 2434 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140564415871144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2435] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2435/stat : 2435 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140564286188584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2436] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2436/stat : 2436 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140564285135784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2437] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2437/stat : 2437 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140564284082984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2438] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2438/stat : 2438 (java) S 2425 2428 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140564283030184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2439] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2439/stat : 2439 (java) S 2425 2428 1865 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 419806 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140563800517096 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2440] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2440/stat : 2440 (java) S 2425 2428 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 419807 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140563799463160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2441] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2441/stat : 2441 (java) S 2425 2428 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 419807 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140563798410248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2442] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2442/stat : 2442 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419809 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140563797358736 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2443] ppid=2425 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/2428/task/2443/stat : 2443 (java) S 2425 2428 1865 0 -1 4202560 2719 0 0 0 23 0 0 0 20 0 19 0 419809 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140563796306872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2444] ppid=2425 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/2428/task/2444/stat : 2444 (java) S 2425 2428 1865 0 -1 4202560 8643 0 0 0 37 0 0 0 20 0 19 0 419809 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140563795254072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2445] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2445/stat : 2445 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419809 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140563794201464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2446] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2446/stat : 2446 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419809 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140563793148872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2447] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2447/stat : 2447 (java) S 2425 2428 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 419821 9856040960 14199 33554432000 1073741824 1073778376 140733805637312 140563792094376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.00 2.05 2.02 3/213 2447
/proc/meminfo: memFree=29647752/32872528 swapFree=1099624/1181384
[pid=2428] ppid=2425 vsize=9625040 CPUtime=3.74 cores=1,3,5,7
/proc/2428/stat : 2428 (java) S 2425 2428 1865 0 -1 4202496 15085 0 1 0 371 3 0 0 20 0 19 0 419804 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140733805628448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2428/statm: 2406260 15766 2257 9 0 2396937 0
[pid=2428/tid=2429] ppid=2425 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/2428/task/2429/stat : 2429 (java) R 2425 2428 1865 0 -1 4202560 2419 0 1 0 305 1 0 0 20 0 19 0 419805 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140564446568128 140564297664392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2431] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2431/stat : 2431 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140564419029544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2432] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2432/stat : 2432 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140564417976744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2433] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2433/stat : 2433 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140564416923944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2428/tid=2434] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2434/stat : 2434 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140564415871144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2435] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2435/stat : 2435 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140564286188584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2436] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2436/stat : 2436 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140564285135784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2437] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2437/stat : 2437 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140564284082984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2438] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2438/stat : 2438 (java) S 2425 2428 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140564283030184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2439] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2439/stat : 2439 (java) S 2425 2428 1865 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 419806 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140563800517096 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2440] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2440/stat : 2440 (java) S 2425 2428 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 419807 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140563799463160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2441] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2441/stat : 2441 (java) S 2425 2428 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 419807 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140563798410248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2442] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2442/stat : 2442 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419809 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140563797358736 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2443] ppid=2425 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/2428/task/2443/stat : 2443 (java) S 2425 2428 1865 0 -1 4202560 2719 0 0 0 23 0 0 0 20 0 19 0 419809 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140563796306872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2444] ppid=2425 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/2428/task/2444/stat : 2444 (java) S 2425 2428 1865 0 -1 4202560 8674 0 0 0 39 0 0 0 20 0 19 0 419809 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140563795254072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2445] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2445/stat : 2445 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419809 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140563794201464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2446] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2446/stat : 2446 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419809 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140563793148872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2447] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2447/stat : 2447 (java) S 2425 2428 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 419821 9856040960 15766 33554432000 1073741824 1073778376 140733805637312 140563792094376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.08 2.07 2.02 4/213 2447
/proc/meminfo: memFree=29633012/32872528 swapFree=1099624/1181384
[pid=2428] ppid=2425 vsize=9625040 CPUtime=6.94 cores=1,3,5,7
/proc/2428/stat : 2428 (java) S 2425 2428 1865 0 -1 4202496 15091 0 1 0 691 3 0 0 20 0 19 0 419804 9856040960 17690 33554432000 1073741824 1073778376 140733805637312 140733805628448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2428/statm: 2406260 17690 2258 9 0 2396937 0
[pid=2428/tid=2429] ppid=2425 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/2428/task/2429/stat : 2429 (java) R 2425 2428 1865 0 -1 4202560 2424 0 1 0 624 1 0 0 20 0 19 0 419805 9856040960 17690 33554432000 1073741824 1073778376 140733805637312 140564446568128 140564297664236 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2431] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2431/stat : 2431 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 17690 33554432000 1073741824 1073778376 140733805637312 140564419029544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2432] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2432/stat : 2432 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 17690 33554432000 1073741824 1073778376 140733805637312 140564417976744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2433] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2433/stat : 2433 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 17690 33554432000 1073741824 1073778376 140733805637312 140564416923944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2428/tid=2434] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2434/stat : 2434 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 17690 33554432000 1073741824 1073778376 140733805637312 140564415871144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2435] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2435/stat : 2435 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 17690 33554432000 1073741824 1073778376 140733805637312 140564286188584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2436] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2436/stat : 2436 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 17690 33554432000 1073741824 1073778376 140733805637312 140564285135784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2437] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2437/stat : 2437 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 17690 33554432000 1073741824 1073778376 140733805637312 140564284082984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2438] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2438/stat : 2438 (java) S 2425 2428 1865 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 419805 9856040960 17690 33554432000 1073741824 1073778376 140733805637312 140564283030184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2439] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2439/stat : 2439 (java) S 2425 2428 1865 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 419806 9856040960 17690 33554432000 1073741824 1073778376 140733805637312 140563800517096 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2440] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2440/stat : 2440 (java) S 2425 2428 1865 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 419807 9856040960 17690 33554432000 1073741824 1073778376 140733805637312 140563799463160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2441] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2441/stat : 2441 (java) S 2425 2428 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 419807 9856040960 17690 33554432000 1073741824 1073778376 140733805637312 140563798410248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2442] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2442/stat : 2442 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419809 9856040960 17690 33554432000 1073741824 1073778376 140733805637312 140563797358736 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2443] ppid=2425 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/2428/task/2443/stat : 2443 (java) S 2425 2428 1865 0 -1 4202560 2719 0 0 0 23 0 0 0 20 0 19 0 419809 9856040960 17690 33554432000 1073741824 1073778376 140733805637312 140563796306872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2444] ppid=2425 vsize=9625040 CPUtime=0.39 cores=1,3,5,7

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

[pid=2428/tid=2447] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2447/stat : 2447 (java) S 2425 2428 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 419821 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140563792094376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1663.7
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.14 2.10 2.05 3/213 2490
/proc/meminfo: memFree=29261368/32872528 swapFree=1099624/1181384
[pid=2428] ppid=2425 vsize=9625040 CPUtime=1723.73 cores=1,3,5,7
/proc/2428/stat : 2428 (java) S 2425 2428 1865 0 -1 4202496 16094 0 1 0 172328 45 0 0 20 0 19 0 419804 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140733805628448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2428/statm: 2406260 63714 2272 9 0 2396937 0
[pid=2428/tid=2429] ppid=2425 vsize=9625040 CPUtime=1717.66 cores=1,3,5,7
/proc/2428/task/2429/stat : 2429 (java) R 2425 2428 1865 0 -1 4202560 2487 0 1 0 171737 29 0 0 20 0 19 0 419805 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140564446568128 140564297687135 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2431] ppid=2425 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/2428/task/2431/stat : 2431 (java) S 2425 2428 1865 0 -1 4202560 199 0 0 0 8 1 0 0 20 0 19 0 419805 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140564419029544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2432] ppid=2425 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/2428/task/2432/stat : 2432 (java) S 2425 2428 1865 0 -1 4202560 42 0 0 0 3 0 0 0 20 0 19 0 419805 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140564417976744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2433] ppid=2425 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/2428/task/2433/stat : 2433 (java) S 2425 2428 1865 0 -1 4202560 73 0 0 0 7 0 0 0 20 0 19 0 419805 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140564416923944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2434] ppid=2425 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/2428/task/2434/stat : 2434 (java) S 2425 2428 1865 0 -1 4202560 135 0 0 0 6 0 0 0 20 0 19 0 419805 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140564415871144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2435] ppid=2425 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/2428/task/2435/stat : 2435 (java) S 2425 2428 1865 0 -1 4202560 76 0 0 0 7 0 0 0 20 0 19 0 419805 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140564286188584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2428/tid=2436] ppid=2425 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/2428/task/2436/stat : 2436 (java) S 2425 2428 1865 0 -1 4202560 14 0 0 0 6 0 0 0 20 0 19 0 419805 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140564285135784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2428/tid=2437] ppid=2425 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/2428/task/2437/stat : 2437 (java) S 2425 2428 1865 0 -1 4202560 62 0 0 0 7 0 0 0 20 0 19 0 419805 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140564284082984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2438] ppid=2425 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/2428/task/2438/stat : 2438 (java) S 2425 2428 1865 0 -1 4202560 209 0 0 0 6 0 0 0 20 0 19 0 419805 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140564283030184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2439] ppid=2425 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/2428/task/2439/stat : 2439 (java) S 2425 2428 1865 0 -1 4202560 40 0 0 0 1 1 0 0 20 0 19 0 419806 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140563800517096 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2440] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2440/stat : 2440 (java) S 2425 2428 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 419807 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140563799463160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2441] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2441/stat : 2441 (java) S 2425 2428 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 419807 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140563798410248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2442] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2442/stat : 2442 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419809 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140563797358736 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2443] ppid=2425 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/2428/task/2443/stat : 2443 (java) S 2425 2428 1865 0 -1 4202560 2719 0 0 0 23 0 0 0 20 0 19 0 419809 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140563796306872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2444] ppid=2425 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/2428/task/2444/stat : 2444 (java) S 2425 2428 1865 0 -1 4202560 8679 0 0 0 42 0 0 0 20 0 19 0 419809 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140563795254072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2445] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2445/stat : 2445 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419809 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140563794201464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2446] ppid=2425 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/2428/task/2446/stat : 2446 (java) S 2425 2428 1865 0 -1 4202560 100 0 0 0 31 41 0 0 20 0 19 0 419809 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140563793148872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2447] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2447/stat : 2447 (java) S 2425 2428 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 419821 9856040960 63714 33554432000 1073741824 1073778376 140733805637312 140563792094376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.73
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.11 2.05 3/213 2491
/proc/meminfo: memFree=29197548/32872528 swapFree=1099624/1181384
[pid=2428] ppid=2425 vsize=9625040 CPUtime=1783.91 cores=1,3,5,7
/proc/2428/stat : 2428 (java) S 2425 2428 1865 0 -1 4202496 16656 0 1 0 178340 51 0 0 20 0 19 0 419804 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140733805628448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2428/statm: 2406260 74432 2272 9 0 2396937 0
[pid=2428/tid=2429] ppid=2425 vsize=9625040 CPUtime=1777.45 cores=1,3,5,7
/proc/2428/task/2429/stat : 2429 (java) R 2425 2428 1865 0 -1 4202560 2488 0 1 0 177715 30 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564446568128 140564297686800 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2431] ppid=2425 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/2428/task/2431/stat : 2431 (java) S 2425 2428 1865 0 -1 4202560 287 0 0 0 10 2 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564419029544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2432] ppid=2425 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/2428/task/2432/stat : 2432 (java) S 2425 2428 1865 0 -1 4202560 100 0 0 0 4 2 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564417976744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2433] ppid=2425 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/2428/task/2433/stat : 2433 (java) S 2425 2428 1865 0 -1 4202560 273 0 0 0 11 2 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564416923944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2434] ppid=2425 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/2428/task/2434/stat : 2434 (java) S 2425 2428 1865 0 -1 4202560 174 0 0 0 7 1 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564415871144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2428/tid=2435] ppid=2425 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/2428/task/2435/stat : 2435 (java) S 2425 2428 1865 0 -1 4202560 178 0 0 0 9 0 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564286188584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2428/tid=2436] ppid=2425 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/2428/task/2436/stat : 2436 (java) S 2425 2428 1865 0 -1 4202560 18 0 0 0 8 0 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564285135784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2428/tid=2437] ppid=2425 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/2428/task/2437/stat : 2437 (java) S 2425 2428 1865 0 -1 4202560 72 0 0 0 8 2 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564284082984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2438] ppid=2425 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/2428/task/2438/stat : 2438 (java) S 2425 2428 1865 0 -1 4202560 251 0 0 0 8 1 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564283030184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2439] ppid=2425 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/2428/task/2439/stat : 2439 (java) S 2425 2428 1865 0 -1 4202560 54 0 0 0 1 1 0 0 20 0 19 0 419806 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563800517096 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2440] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2440/stat : 2440 (java) S 2425 2428 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 419807 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563799463160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2441] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2441/stat : 2441 (java) S 2425 2428 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 419807 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563798410248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2442] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2442/stat : 2442 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419809 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563797358736 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2443] ppid=2425 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/2428/task/2443/stat : 2443 (java) S 2425 2428 1865 0 -1 4202560 2719 0 0 0 23 0 0 0 20 0 19 0 419809 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563796306872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2444] ppid=2425 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/2428/task/2444/stat : 2444 (java) S 2425 2428 1865 0 -1 4202560 8679 0 0 0 42 0 0 0 20 0 19 0 419809 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563795254072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2445] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2445/stat : 2445 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419809 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563794201464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2446] ppid=2425 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/2428/task/2446/stat : 2446 (java) S 2425 2428 1865 0 -1 4202560 104 0 0 0 32 41 0 0 20 0 19 0 419809 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563793148872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2447] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2447/stat : 2447 (java) S 2425 2428 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 419821 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563792094376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.91
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.4 s]
/proc/loadavg: 2.20 2.12 2.06 2/190 2566
/proc/meminfo: memFree=29449776/32872528 swapFree=1099624/1181384
[pid=2428] ppid=2425 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/2428/stat : 2428 (java) S 2425 2428 1865 0 -1 4202496 16658 0 1 0 179950 51 0 0 20 0 19 0 419804 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140733805628448 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2428/statm: 2406260 74432 2272 9 0 2396937 0
[pid=2428/tid=2429] ppid=2425 vsize=9625040 CPUtime=1793.51 cores=1,3,5,7
/proc/2428/task/2429/stat : 2429 (java) R 2425 2428 1865 0 -1 4202560 2490 0 1 0 179321 30 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564446568128 140564297662791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2431] ppid=2425 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/2428/task/2431/stat : 2431 (java) S 2425 2428 1865 0 -1 4202560 287 0 0 0 10 2 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564419029544 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2432] ppid=2425 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/2428/task/2432/stat : 2432 (java) S 2425 2428 1865 0 -1 4202560 100 0 0 0 4 2 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564417976744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2433] ppid=2425 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/2428/task/2433/stat : 2433 (java) S 2425 2428 1865 0 -1 4202560 273 0 0 0 11 2 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564416923944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2434] ppid=2425 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/2428/task/2434/stat : 2434 (java) S 2425 2428 1865 0 -1 4202560 174 0 0 0 7 1 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564415871144 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2428/tid=2435] ppid=2425 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/2428/task/2435/stat : 2435 (java) S 2425 2428 1865 0 -1 4202560 178 0 0 0 9 0 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564286188584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2428/tid=2436] ppid=2425 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/2428/task/2436/stat : 2436 (java) S 2425 2428 1865 0 -1 4202560 18 0 0 0 8 0 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564285135784 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2428/tid=2437] ppid=2425 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/2428/task/2437/stat : 2437 (java) S 2425 2428 1865 0 -1 4202560 72 0 0 0 8 2 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564284082984 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2438] ppid=2425 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/2428/task/2438/stat : 2438 (java) S 2425 2428 1865 0 -1 4202560 251 0 0 0 8 1 0 0 20 0 19 0 419805 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140564283030184 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2439] ppid=2425 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/2428/task/2439/stat : 2439 (java) S 2425 2428 1865 0 -1 4202560 54 0 0 0 1 1 0 0 20 0 19 0 419806 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563800517096 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2440] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2440/stat : 2440 (java) S 2425 2428 1865 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 419807 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563799463160 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2441] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2441/stat : 2441 (java) S 2425 2428 1865 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 419807 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563798410248 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2442] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2442/stat : 2442 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419809 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563797358736 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2443] ppid=2425 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/2428/task/2443/stat : 2443 (java) S 2425 2428 1865 0 -1 4202560 2719 0 0 0 23 0 0 0 20 0 19 0 419809 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563796306872 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2428/tid=2444] ppid=2425 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/2428/task/2444/stat : 2444 (java) S 2425 2428 1865 0 -1 4202560 8679 0 0 0 42 0 0 0 20 0 19 0 419809 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563795254072 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2445] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2445/stat : 2445 (java) S 2425 2428 1865 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 419809 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563794201464 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2428/tid=2446] ppid=2425 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/2428/task/2446/stat : 2446 (java) S 2425 2428 1865 0 -1 4202560 104 0 0 0 32 42 0 0 20 0 19 0 419809 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563793148872 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2428/tid=2447] ppid=2425 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/2428/task/2447/stat : 2447 (java) S 2425 2428 1865 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 419821 9856040960 74432 33554432000 1073741824 1073778376 140733805637312 140563792094376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 2428 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2428 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=39112
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=970852
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.44
CPU time (s): 1800.01
CPU user time (s): 1799.5
CPU system time (s): 0.51
CPU usage (%): 100.087
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.04
system time used= 0.970852
maximum resident set size= 297900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16708
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38243
involuntary context switches= 2765

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.17321 second user time and 7.34788 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-29 17:25:06
IDJOB=4117541
IDBENCH=111586
IDSOLVER=2546
FILE ID=node115/4117541-1467213906
RUNJOBID= node115-1467210312-1882
PBS_JOBID= 19997598
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_16x16_006.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117541-1467213906/watcher-4117541-1467213906 -o /tmp/evaluation-result-4117541-1467213906/solver-4117541-1467213906 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467210312-1882 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117541-1467213906.opb

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

MD5SUM BENCH= 6aac072df56a0280de2a4fd77152516f
RANDOM SEED=536930430

node115.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.087
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29705900 kB
Buffers:           66708 kB
Cached:          1159180 kB
SwapCached:            0 kB
Active:           133892 kB
Inactive:        1135208 kB
Active(anon):      46032 kB
Inactive(anon):        0 kB
Active(file):      87860 kB
Inactive(file):  1135208 kB
Unevictable:     1181384 kB
Mlocked:         1099624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1648 kB
Writeback:             0 kB
AnonPages:       1241224 kB
Mapped:            22040 kB
Shmem:               204 kB
Slab:             575228 kB
SReclaimable:      18980 kB
SUnreclaim:       556248 kB
KernelStack:        1744 kB
PageTables:         7180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1873840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    112640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node115 at 2016-06-29 17:55:04