Trace number 4117829

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)131 1800.06 1798.44

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_16x16_003.opb.metafix.opb
MD5SUM3a736264dfc66bb6b58e009350bae5ac
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark131
Best CPU time to get the best result obtained on this benchmark66.3359
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4117829-1467240520.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.17	c ... done. Wall clock time 0.059s.
0.10/0.17	c declared #vars     256
0.10/0.17	c #constraints  188
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7
0.10/0.17	c org.sat4j.minisat.constraints.cnf.UnitClauses => 8
0.10/0.17	c org.sat4j.specs.Constr$1 => 12
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 157
0.10/0.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.10/0.17	c 188 constraints processed.
0.10/0.17	c objective function length is 256 literals
0.27/0.21	c SATISFIABLE
0.27/0.21	c OPTIMIZING...
0.27/0.21	c Got one! Elapsed wall clock time (in seconds):0.106
0.27/0.21	o 131
0.80/0.57	c cleaning 2539 clauses out of 5087 with flag 20518/5087
1.18/0.89	c cleaning 4268 clauses out of 8548 with flag 47562/11087
1.61/1.27	c cleaning 5633 clauses out of 11280 with flag 79250/18087
2.11/1.73	c cleaning 6815 clauses out of 13646 with flag 114726/26086
2.74/2.32	c cleaning 7908 clauses out of 15831 with flag 161912/35086
3.63/3.22	c cleaning 8953 clauses out of 17925 with flag 230749/45088
4.63/4.27	c cleaning 9978 clauses out of 19970 with flag 317297/56086
5.93/5.56	c cleaning 10988 clauses out of 21992 with flag 417946/68086
7.22/6.85	c cleaning 12000 clauses out of 24004 with flag 512652/81086
8.33/7.93	c cleaning 13001 clauses out of 26006 with flag 575064/95088
9.62/9.20	c cleaning 13992 clauses out of 28003 with flag 646500/110086
10.92/10.57	c cleaning 15000 clauses out of 30011 with flag 728989/126086
12.53/12.14	c cleaning 15997 clauses out of 32012 with flag 824253/143087
14.12/13.71	c cleaning 16990 clauses out of 34014 with flag 904837/161086
15.83/15.50	c cleaning 18008 clauses out of 36027 with flag 996438/180089
17.83/17.46	c cleaning 19002 clauses out of 38016 with flag 1095562/200086
20.43/20.04	c cleaning 19994 clauses out of 40014 with flag 1211132/221086
22.63/22.29	c cleaning 21000 clauses out of 42021 with flag 1322978/243087
25.03/24.69	c cleaning 22008 clauses out of 44020 with flag 1443920/266086
27.83/27.45	c cleaning 22993 clauses out of 46013 with flag 1573956/290087
30.63/30.29	c cleaning 24002 clauses out of 48022 with flag 1701905/315089
34.03/33.65	c cleaning 25008 clauses out of 50019 with flag 1861877/341088
37.33/36.95	c cleaning 25987 clauses out of 52010 with flag 1994598/368087
40.83/40.41	c cleaning 27002 clauses out of 54023 with flag 2121518/396087
44.44/44.09	c cleaning 28008 clauses out of 56023 with flag 2257177/425089
48.63/48.22	c cleaning 28998 clauses out of 58013 with flag 2436023/455087
52.64/52.29	c cleaning 29989 clauses out of 60014 with flag 2572297/486086
56.98/56.58	c cleaning 31011 clauses out of 62025 with flag 2715776/518086
61.98/61.51	c cleaning 31997 clauses out of 64016 with flag 2889433/551088
67.88/67.42	c cleaning 32998 clauses out of 66021 with flag 3123835/585090
72.88/72.48	c cleaning 33998 clauses out of 68021 with flag 3327900/620088
77.88/77.44	c cleaning 35009 clauses out of 70022 with flag 3497043/656087
83.38/82.95	c cleaning 35999 clauses out of 72016 with flag 3682412/693090
89.68/89.24	c cleaning 36992 clauses out of 74013 with flag 3897555/731086
95.88/95.46	c cleaning 37997 clauses out of 76021 with flag 4099063/770086
102.58/102.13	c cleaning 38976 clauses out of 78024 with flag 4294988/810086
109.58/109.15	c cleaning 40014 clauses out of 80048 with flag 4483072/851086
116.58/116.16	c cleaning 41013 clauses out of 82035 with flag 4684265/893087
123.79/123.31	c cleaning 42001 clauses out of 84021 with flag 4897206/936086
131.19/130.71	c cleaning 43006 clauses out of 86021 with flag 5097452/980087
139.88/139.42	c cleaning 44003 clauses out of 88016 with flag 5325200/1025088
148.24/147.70	c cleaning 44990 clauses out of 90012 with flag 5565930/1071087
155.94/155.44	c cleaning 45998 clauses out of 92023 with flag 5817309/1118088
164.64/164.19	c cleaning 47010 clauses out of 94023 with flag 6093560/1166086
173.64/173.12	c cleaning 47989 clauses out of 96014 with flag 6330012/1215087
183.15/182.65	c cleaning 49005 clauses out of 98026 with flag 6596596/1265088
192.74/192.29	c cleaning 50003 clauses out of 100020 with flag 6859358/1316087
203.24/202.76	c cleaning 50997 clauses out of 102017 with flag 7113538/1368087
214.74/214.27	c cleaning 51992 clauses out of 104019 with flag 7391958/1421086
227.45/226.90	c cleaning 53006 clauses out of 106027 with flag 7701680/1475086
239.15/238.60	c cleaning 54004 clauses out of 108023 with flag 7969487/1530088
253.35/252.82	c cleaning 55004 clauses out of 110018 with flag 8305628/1586087
265.37/264.89	c cleaning 55989 clauses out of 112013 with flag 8678355/1643086
278.27/277.76	c cleaning 57000 clauses out of 114026 with flag 8981336/1701088
291.28/290.79	c cleaning 58002 clauses out of 116026 with flag 9348649/1760088
305.28/304.71	c cleaning 59002 clauses out of 118022 with flag 9655453/1820086
319.68/319.12	c cleaning 60003 clauses out of 120020 with flag 9980712/1881086
334.37/333.87	c cleaning 60971 clauses out of 122017 with flag 10299654/1943086
350.07/349.58	c cleaning 62002 clauses out of 124046 with flag 10640575/2006086
366.17/365.61	c cleaning 63019 clauses out of 126046 with flag 10972249/2070088
382.80/382.21	c cleaning 64011 clauses out of 128028 with flag 11327681/2135089
399.64/399.10	c cleaning 65002 clauses out of 130014 with flag 11642075/2201086
416.56/415.91	c cleaning 65993 clauses out of 132013 with flag 11966481/2268087
432.96/432.38	c cleaning 67005 clauses out of 134020 with flag 12358713/2336087
452.35/451.78	c cleaning 68001 clauses out of 136014 with flag 12770805/2405086
471.16/470.55	c cleaning 69002 clauses out of 138016 with flag 13107168/2475089
489.66/489.08	c cleaning 69992 clauses out of 140013 with flag 13446235/2546088
509.67/509.04	c cleaning 71006 clauses out of 142019 with flag 13806663/2618086
529.57/528.97	c cleaning 71996 clauses out of 144014 with flag 14156066/2691087
550.31/549.67	c cleaning 72978 clauses out of 146018 with flag 14520862/2765087
571.52/570.81	c cleaning 74014 clauses out of 148039 with flag 14905259/2840086
594.83/594.13	c cleaning 74999 clauses out of 150025 with flag 15312591/2916086
619.32/618.66	c cleaning 76009 clauses out of 152027 with flag 15780722/2993087
643.83/643.15	c cleaning 77008 clauses out of 154021 with flag 16224892/3071090
666.33/665.64	c cleaning 77997 clauses out of 156012 with flag 16601748/3150089
689.24/688.59	c cleaning 78998 clauses out of 158012 with flag 17024613/3230086
714.28/713.57	c cleaning 80004 clauses out of 160015 with flag 17416945/3311087
738.88/738.11	c cleaning 81000 clauses out of 162010 with flag 17824890/3393086
767.88/767.19	c cleaning 81958 clauses out of 164012 with flag 18284723/3476088
795.29/794.53	c cleaning 83020 clauses out of 166052 with flag 18714556/3560086
827.39/826.64	c cleaning 84008 clauses out of 168032 with flag 19211748/3645086
856.89/856.17	c cleaning 84999 clauses out of 170025 with flag 19627850/3731087
886.78/885.99	c cleaning 85998 clauses out of 172025 with flag 20095301/3818086
917.58/916.77	c cleaning 87008 clauses out of 174027 with flag 20625122/3906086
956.59/955.71	c cleaning 87986 clauses out of 176019 with flag 21198491/3995086
990.40/989.50	c cleaning 89013 clauses out of 178033 with flag 21682175/4085086
1024.50/1023.61	c cleaning 90008 clauses out of 180022 with flag 22194763/4176088
1058.02/1057.00	c cleaning 90990 clauses out of 182014 with flag 22671783/4268088
1096.63/1095.65	c cleaning 91995 clauses out of 184023 with flag 23234415/4361087
1132.63/1131.63	c cleaning 93001 clauses out of 186027 with flag 23735332/4455086
1168.42/1167.43	c cleaning 94004 clauses out of 188026 with flag 24327480/4550086
1205.84/1204.80	c cleaning 94994 clauses out of 190024 with flag 24882307/4646088
1245.71/1244.60	c cleaning 95984 clauses out of 192029 with flag 25430801/4743087
1285.62/1284.52	c cleaning 97014 clauses out of 194044 with flag 25922165/4841086
1329.93/1328.88	c cleaning 98002 clauses out of 196031 with flag 26494213/4940087
1379.73/1378.68	c cleaning 99009 clauses out of 198028 with flag 27095381/5040086
1424.07/1422.75	c cleaning 100008 clauses out of 200019 with flag 27716417/5141086
1469.58/1468.27	c cleaning 100996 clauses out of 202012 with flag 28382449/5243087
1515.78/1514.48	c cleaning 101995 clauses out of 204015 with flag 28994941/5346086
1562.89/1561.52	c cleaning 103007 clauses out of 206022 with flag 29554090/5450088
1610.12/1608.66	c cleaning 104001 clauses out of 208013 with flag 30127980/5555086
1656.34/1654.85	c cleaning 104979 clauses out of 210014 with flag 30710948/5661088
1703.44/1701.91	c cleaning 106006 clauses out of 212033 with flag 31353330/5768086
1753.05/1751.43	c cleaning 107005 clauses out of 214029 with flag 31953938/5876088
1800.06/1798.40	c starts		: 9484
1800.06/1798.40	c conflicts		: 5984554
1800.06/1798.40	c decisions		: 8082214
1800.06/1798.40	c propagations		: 255897226
1800.06/1798.40	c inspects		: 34993185214
1800.06/1798.40	c shortcuts		: 0
1800.06/1798.40	c learnt literals	: 0
1800.06/1798.40	c learnt binary clauses	: 0
1800.06/1798.40	c learnt ternary clauses	: 0
1800.06/1798.40	c learnt constraints	: 5984554
1800.06/1798.40	c ignored constraints	: 0
1800.06/1798.40	c root simplifications	: 0
1800.06/1798.40	c removed literals (reason simplification)	: 0
1800.06/1798.40	c reason swapping (by a shorter reason)	: 0
1800.06/1798.40	c Calls to reduceDB	: 104
1800.06/1798.40	c Number of update (reduction) of LBD	: 2366130
1800.06/1798.40	c Imported unit clauses	: 0
1800.06/1798.40	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.40	c number of learned constraints concerned by reduction	: 0
1800.06/1798.40	c number of learning phase by resolution	: 0
1800.06/1798.40	c number of learning phase by cutting planes	: 0
1800.06/1798.40	c speed (assignments/second)	: 142304.9122693846
1800.06/1798.40	c non guided choices	0
1800.06/1798.43	c learnt constraints type 
1800.06/1798.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 215491
1800.06/1798.43	s SATISFIABLE
1800.06/1798.43	c Found 1 solution(s)
1800.06/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.06/1798.43	c objective function=131
1800.06/1798.43	c Total wall clock time (in seconds): 1798.326

Verifier Data

OK	131

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-4117829-1467240520/watcher-4117829-1467240520 -o /tmp/evaluation-result-4117829-1467240520/solver-4117829-1467240520 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4834 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117829-1467240520.opb 

pid=9318
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.27 2.25 2.25 4/196 9321
/proc/meminfo: memFree=26602792/32872528 swapFree=1483896/1661724
[pid=9321] ppid=9318 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9321/stat : 9321 (java) S 9318 9321 4818 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 5004520 98570240 976 33554432000 1073741824 1073778376 140734967329200 140734967320336 273909055549 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9321/statm: 24065 976 743 9 0 16771 0
[pid=9321/tid=9322] ppid=9318 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9322/stat : 9322 (java) R 9318 9321 4818 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 5004520 98570240 976 33554432000 1073741824 1073778376 140734967329200 139898010398248 273905698176 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100096 s]
/proc/loadavg: 2.27 2.25 2.25 4/196 9321
/proc/meminfo: memFree=26602792/32872528 swapFree=1483896/1661724
[pid=9321] ppid=9318 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9321/stat : 9321 (java) S 9318 9321 4818 0 -1 4202496 4416 0 1 0 9 1 0 0 20 0 18 0 5004520 9787879424 6045 33554432000 1073741824 1073778376 140734967329200 140734967320336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9321/statm: 2389619 6046 2134 9 0 2380296 0
[pid=9321/tid=9322] ppid=9318 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9321/task/9322/stat : 9322 (java) R 9318 9321 4818 0 -1 4202560 2379 0 1 0 6 1 0 0 20 0 18 0 5004520 9787879424 6046 33554432000 1073741824 1073778376 140734967329200 139898010401696 139898000461205 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 2.27 2.25 2.25 4/196 9321
/proc/meminfo: memFree=26602792/32872528 swapFree=1483896/1661724
[pid=9321] ppid=9318 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9321/stat : 9321 (java) S 9318 9321 4818 0 -1 4202496 5634 0 1 0 26 1 0 0 20 0 19 0 5004520 9856040960 7978 33554432000 1073741824 1073778376 140734967329200 140734967320336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9321/statm: 2406260 7978 2226 9 0 2396937 0
[pid=9321/tid=9322] ppid=9318 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9321/task/9322/stat : 9322 (java) R 9318 9321 4818 0 -1 4202560 2411 0 1 0 16 1 0 0 20 0 19 0 5004520 9856040960 7978 33554432000 1073741824 1073778376 140734967329200 139898010403456 139897839089220 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300261 s]
/proc/loadavg: 2.27 2.25 2.25 4/196 9321
/proc/meminfo: memFree=26602792/32872528 swapFree=1483896/1661724
[pid=9321] ppid=9318 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/9321/stat : 9321 (java) S 9318 9321 4818 0 -1 4202496 6736 0 1 0 54 1 0 0 20 0 19 0 5004520 9856040960 8718 33554432000 1073741824 1073778376 140734967329200 140734967320336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9321/statm: 2406260 8718 2243 9 0 2396937 0
[pid=9321/tid=9322] ppid=9318 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9321/task/9322/stat : 9322 (java) R 9318 9321 4818 0 -1 4202560 2412 0 1 0 26 1 0 0 20 0 19 0 5004520 9856040960 8718 33554432000 1073741824 1073778376 140734967329200 139898010402904 139897839484793 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700269 s]
/proc/loadavg: 2.27 2.25 2.25 4/196 9321
/proc/meminfo: memFree=26602792/32872528 swapFree=1483896/1661724
[pid=9321] ppid=9318 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/9321/stat : 9321 (java) S 9318 9321 4818 0 -1 4202496 7712 0 1 0 106 2 0 0 20 0 19 0 5004520 9856040960 9243 33554432000 1073741824 1073778376 140734967329200 140734967320336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9321/statm: 2406260 9243 2254 9 0 2396937 0
[pid=9321/tid=9322] ppid=9318 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9321/task/9322/stat : 9322 (java) R 9318 9321 4818 0 -1 4202560 2413 0 1 0 66 1 0 0 20 0 19 0 5004520 9856040960 9243 33554432000 1073741824 1073778376 140734967329200 139898010400952 139897839573971 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.27 2.25 2.25 4/215 9340
/proc/meminfo: memFree=26571408/32872528 swapFree=1483896/1661724
[pid=9321] ppid=9318 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/9321/stat : 9321 (java) S 9318 9321 4818 0 -1 4202496 7718 0 1 0 189 2 0 0 20 0 19 0 5004520 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 140734967320336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9321/statm: 2406260 10270 2256 9 0 2396937 0
[pid=9321/tid=9322] ppid=9318 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/9321/task/9322/stat : 9322 (java) R 9318 9321 4818 0 -1 4202560 2416 0 1 0 146 1 0 0 20 0 19 0 5004520 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139898010394320 139897839458836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9324] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9324/stat : 9324 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897971895208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9325] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9325/stat : 9325 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897970842664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9326] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9326/stat : 9326 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897969789608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9327] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9327/stat : 9327 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897968737064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9328] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9328/stat : 9328 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897967684008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9329] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9329/stat : 9329 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897966631464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9330] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9330/stat : 9330 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897965578408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9331] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9331/stat : 9331 (java) S 9318 9321 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897964525864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9332] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9332/stat : 9332 (java) S 9318 9321 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5004522 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897833757544 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9333] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9333/stat : 9333 (java) S 9318 9321 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5004523 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897832703864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9334] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9334/stat : 9334 (java) S 9318 9321 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5004523 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897831650696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9335] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9335/stat : 9335 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004525 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897830599440 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9336] ppid=9318 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/9321/task/9336/stat : 9336 (java) S 9318 9321 4818 0 -1 4202560 1848 0 0 0 22 0 0 0 20 0 19 0 5004525 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897829546296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9337] ppid=9318 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9321/task/9337/stat : 9337 (java) S 9318 9321 4818 0 -1 4202560 2182 0 0 0 17 0 0 0 20 0 19 0 5004525 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897828493752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9338] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9338/stat : 9338 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004525 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897827440888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9339] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9339/stat : 9339 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004525 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897826388552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9340] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9340/stat : 9340 (java) S 9318 9321 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5004537 9856040960 10270 33554432000 1073741824 1073778376 140734967329200 139897825334824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.27 2.25 2.25 4/215 9340
/proc/meminfo: memFree=26566692/32872528 swapFree=1483896/1661724
[pid=9321] ppid=9318 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/9321/stat : 9321 (java) S 9318 9321 4818 0 -1 4202496 7731 0 1 0 351 2 0 0 20 0 19 0 5004520 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 140734967320336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9321/statm: 2406260 11807 2256 9 0 2396937 0
[pid=9321/tid=9322] ppid=9318 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/9321/task/9322/stat : 9322 (java) R 9318 9321 4818 0 -1 4202560 2420 0 1 0 306 1 0 0 20 0 19 0 5004520 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139898010394304 139897839591710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9324] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9324/stat : 9324 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897971895208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9325] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9325/stat : 9325 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897970842664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9326] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9326/stat : 9326 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897969789608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9327] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9327/stat : 9327 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897968737064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9328] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9328/stat : 9328 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897967684008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9329] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9329/stat : 9329 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897966631464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9330] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9330/stat : 9330 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897965578408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9331] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9331/stat : 9331 (java) S 9318 9321 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897964525864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9332] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9332/stat : 9332 (java) S 9318 9321 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5004522 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897833757544 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9333] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9333/stat : 9333 (java) S 9318 9321 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5004523 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897832703864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9334] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9334/stat : 9334 (java) S 9318 9321 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5004523 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897831650696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9335] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9335/stat : 9335 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004525 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897830599440 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9336] ppid=9318 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/9321/task/9336/stat : 9336 (java) S 9318 9321 4818 0 -1 4202560 1857 0 0 0 23 0 0 0 20 0 19 0 5004525 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897829546296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9337] ppid=9318 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9321/task/9337/stat : 9337 (java) S 9318 9321 4818 0 -1 4202560 2182 0 0 0 17 0 0 0 20 0 19 0 5004525 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897828493752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9338] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9338/stat : 9338 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004525 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897827440888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9339] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9339/stat : 9339 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004525 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897826388552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9340] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9340/stat : 9340 (java) S 9318 9321 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5004537 9856040960 11807 33554432000 1073741824 1073778376 140734967329200 139897825334824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.25 2.25 2.25 3/215 9340
/proc/meminfo: memFree=26556648/32872528 swapFree=1483896/1661724
[pid=9321] ppid=9318 vsize=9625040 CPUtime=6.73 cores=0,2,4,6
/proc/9321/stat : 9321 (java) S 9318 9321 4818 0 -1 4202496 7737 0 1 0 671 2 0 0 20 0 19 0 5004520 9856040960 13765 33554432000 1073741824 1073778376 140734967329200 140734967320336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9321/statm: 2406260 13765 2257 9 0 2396937 0
[pid=9321/tid=9322] ppid=9318 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/9321/task/9322/stat : 9322 (java) R 9318 9321 4818 0 -1 4202560 2425 0 1 0 625 1 0 0 20 0 19 0 5004520 9856040960 13765 33554432000 1073741824 1073778376 140734967329200 139898010394304 139897839591668 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9324] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9324/stat : 9324 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 13765 33554432000 1073741824 1073778376 140734967329200 139897971895208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9325] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9325/stat : 9325 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 13765 33554432000 1073741824 1073778376 140734967329200 139897970842664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9326] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9326/stat : 9326 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 13765 33554432000 1073741824 1073778376 140734967329200 139897969789608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9327] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9327/stat : 9327 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 13765 33554432000 1073741824 1073778376 140734967329200 139897968737064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9328] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9328/stat : 9328 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 13765 33554432000 1073741824 1073778376 140734967329200 139897967684008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9329] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9329/stat : 9329 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 13765 33554432000 1073741824 1073778376 140734967329200 139897966631464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9330] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9330/stat : 9330 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 13765 33554432000 1073741824 1073778376 140734967329200 139897965578408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9331] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9331/stat : 9331 (java) S 9318 9321 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5004521 9856040960 13765 33554432000 1073741824 1073778376 140734967329200 139897964525864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9332] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9332/stat : 9332 (java) S 9318 9321 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5004522 9856040960 13765 33554432000 1073741824 1073778376 140734967329200 139897833757544 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9321/tid=9333] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9333/stat : 9333 (java) S 9318 9321 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5004523 9856040960 13765 33554432000 1073741824 1073778376 140734967329200 139897832703864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9334] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9334/stat : 9334 (java) S 9318 9321 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5004523 9856040960 13765 33554432000 1073741824 1073778376 140734967329200 139897831650696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9335] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9335/stat : 9335 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004525 9856040960 13765 33554432000 1073741824 1073778376 140734967329200 139897830599440 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9336] ppid=9318 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/9321/task/9336/stat : 9336 (java) S 9318 9321 4818 0 -1 4202560 1857 0 0 0 23 0 0 0 20 0 19 0 5004525 9856040960 13765 33554432000 1073741824 1073778376 140734967329200 139897829546296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9337] ppid=9318 vsize=9625040 CPUtime=0.17 cores=0,2,4,6

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

[pid=9321/tid=9340] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9340/stat : 9340 (java) S 9318 9321 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5004537 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897825334824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1663.84
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.15 2.18 2.18 3/215 9472
/proc/meminfo: memFree=26839904/32872528 swapFree=1483896/1661724
[pid=9321] ppid=9318 vsize=9625040 CPUtime=1723.86 cores=0,2,4,6
/proc/9321/stat : 9321 (java) S 9318 9321 4818 0 -1 4202496 10652 0 1 0 172339 47 0 0 20 0 19 0 5004520 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 140734967320336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9321/statm: 2406260 85038 2271 9 0 2396937 0
[pid=9321/tid=9322] ppid=9318 vsize=9625040 CPUtime=1717.55 cores=0,2,4,6
/proc/9321/task/9322/stat : 9322 (java) R 9318 9321 4818 0 -1 4202560 2491 0 1 0 171725 30 0 0 20 0 19 0 5004520 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139898010394304 139897839591715 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9324] ppid=9318 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9321/task/9324/stat : 9324 (java) S 9318 9321 4818 0 -1 4202560 129 0 0 0 11 2 0 0 20 0 19 0 5004521 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897971895208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9325] ppid=9318 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9321/task/9325/stat : 9325 (java) S 9318 9321 4818 0 -1 4202560 563 0 0 0 11 2 0 0 20 0 19 0 5004521 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897970842664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9326] ppid=9318 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/9321/task/9326/stat : 9326 (java) S 9318 9321 4818 0 -1 4202560 137 0 0 0 10 2 0 0 20 0 19 0 5004521 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897969789608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9327] ppid=9318 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9321/task/9327/stat : 9327 (java) S 9318 9321 4818 0 -1 4202560 315 0 0 0 13 4 0 0 20 0 19 0 5004521 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897968737064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9328] ppid=9318 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9321/task/9328/stat : 9328 (java) S 9318 9321 4818 0 -1 4202560 449 0 0 0 12 2 0 0 20 0 19 0 5004521 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897967684008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9329] ppid=9318 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9321/task/9329/stat : 9329 (java) S 9318 9321 4818 0 -1 4202560 95 0 0 0 11 3 0 0 20 0 19 0 5004521 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897966631464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9321/tid=9330] ppid=9318 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/9321/task/9330/stat : 9330 (java) S 9318 9321 4818 0 -1 4202560 176 0 0 0 8 2 0 0 20 0 19 0 5004521 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897965578408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9331] ppid=9318 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/9321/task/9331/stat : 9331 (java) S 9318 9321 4818 0 -1 4202560 292 0 0 0 11 1 0 0 20 0 19 0 5004521 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897964525864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9332] ppid=9318 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9321/task/9332/stat : 9332 (java) S 9318 9321 4818 0 -1 4202560 64 0 0 0 1 1 0 0 20 0 19 0 5004522 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897833757544 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9333] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9333/stat : 9333 (java) S 9318 9321 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5004523 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897832703864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9334] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9334/stat : 9334 (java) S 9318 9321 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5004523 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897831650696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9335] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9335/stat : 9335 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004525 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897830599440 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9336] ppid=9318 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/9321/task/9336/stat : 9336 (java) S 9318 9321 4818 0 -1 4202560 2399 0 0 0 26 0 0 0 20 0 19 0 5004525 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897829546296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9337] ppid=9318 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9321/task/9337/stat : 9337 (java) S 9318 9321 4818 0 -1 4202560 2182 0 0 0 17 0 0 0 20 0 19 0 5004525 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897828493752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9338] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9338/stat : 9338 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004525 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897827440888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9339] ppid=9318 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/9321/task/9339/stat : 9339 (java) S 9318 9321 4818 0 -1 4202560 102 0 0 0 36 30 0 0 20 0 19 0 5004525 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897826388552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9340] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9340/stat : 9340 (java) S 9318 9321 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5004537 9856040960 85038 33554432000 1073741824 1073778376 140734967329200 139897825334824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1723.86
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.18 2.18 3/215 9473
/proc/meminfo: memFree=26763592/32872528 swapFree=1483896/1661724
[pid=9321] ppid=9318 vsize=9625040 CPUtime=1783.96 cores=0,2,4,6
/proc/9321/stat : 9321 (java) S 9318 9321 4818 0 -1 4202496 10699 0 1 0 178347 49 0 0 20 0 19 0 5004520 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 140734967320336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9321/statm: 2406260 90167 2271 9 0 2396937 0
[pid=9321/tid=9322] ppid=9318 vsize=9625040 CPUtime=1777.36 cores=0,2,4,6
/proc/9321/task/9322/stat : 9322 (java) R 9318 9321 4818 0 -1 4202560 2492 0 1 0 177705 31 0 0 20 0 19 0 5004520 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139898010394304 139897839480146 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9324] ppid=9318 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9321/task/9324/stat : 9324 (java) S 9318 9321 4818 0 -1 4202560 129 0 0 0 12 2 0 0 20 0 19 0 5004521 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897971895208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9325] ppid=9318 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/9321/task/9325/stat : 9325 (java) S 9318 9321 4818 0 -1 4202560 567 0 0 0 12 3 0 0 20 0 19 0 5004521 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897970842664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9326] ppid=9318 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9321/task/9326/stat : 9326 (java) S 9318 9321 4818 0 -1 4202560 148 0 0 0 11 2 0 0 20 0 19 0 5004521 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897969789608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9327] ppid=9318 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/9321/task/9327/stat : 9327 (java) S 9318 9321 4818 0 -1 4202560 326 0 0 0 16 4 0 0 20 0 19 0 5004521 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897968737064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9328] ppid=9318 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/9321/task/9328/stat : 9328 (java) S 9318 9321 4818 0 -1 4202560 453 0 0 0 13 2 0 0 20 0 19 0 5004521 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897967684008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9329] ppid=9318 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/9321/task/9329/stat : 9329 (java) S 9318 9321 4818 0 -1 4202560 99 0 0 0 13 3 0 0 20 0 19 0 5004521 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897966631464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9321/tid=9330] ppid=9318 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/9321/task/9330/stat : 9330 (java) S 9318 9321 4818 0 -1 4202560 180 0 0 0 9 3 0 0 20 0 19 0 5004521 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897965578408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9331] ppid=9318 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9321/task/9331/stat : 9331 (java) S 9318 9321 4818 0 -1 4202560 296 0 0 0 12 1 0 0 20 0 19 0 5004521 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897964525864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9321/tid=9332] ppid=9318 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9321/task/9332/stat : 9332 (java) S 9318 9321 4818 0 -1 4202560 66 0 0 0 1 1 0 0 20 0 19 0 5004522 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897833757544 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9333] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9333/stat : 9333 (java) S 9318 9321 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5004523 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897832703864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9334] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9334/stat : 9334 (java) S 9318 9321 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5004523 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897831650696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9335] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9335/stat : 9335 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004525 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897830599440 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9336] ppid=9318 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/9321/task/9336/stat : 9336 (java) S 9318 9321 4818 0 -1 4202560 2399 0 0 0 26 0 0 0 20 0 19 0 5004525 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897829546296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9337] ppid=9318 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9321/task/9337/stat : 9337 (java) S 9318 9321 4818 0 -1 4202560 2182 0 0 0 17 0 0 0 20 0 19 0 5004525 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897828493752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9338] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9338/stat : 9338 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004525 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897827440888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9339] ppid=9318 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/9321/task/9339/stat : 9339 (java) S 9318 9321 4818 0 -1 4202560 104 0 0 0 37 32 0 0 20 0 19 0 5004525 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897826388552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9340] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9340/stat : 9340 (java) S 9318 9321 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5004537 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897825334824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1783.96
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.4 s]
/proc/loadavg: 2.12 2.17 2.17 3/215 9473
/proc/meminfo: memFree=26763736/32872528 swapFree=1483896/1661724
[pid=9321] ppid=9318 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/9321/stat : 9321 (java) S 9318 9321 4818 0 -1 4202496 10701 0 1 0 179957 49 0 0 20 0 19 0 5004520 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 140734967320336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9321/statm: 2406260 90167 2271 9 0 2396937 0
[pid=9321/tid=9322] ppid=9318 vsize=9625040 CPUtime=1793.42 cores=0,2,4,6
/proc/9321/task/9322/stat : 9322 (java) R 9318 9321 4818 0 -1 4202560 2492 0 1 0 179311 31 0 0 20 0 19 0 5004520 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139898010394304 139897839480167 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9324] ppid=9318 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9321/task/9324/stat : 9324 (java) S 9318 9321 4818 0 -1 4202560 129 0 0 0 12 2 0 0 20 0 19 0 5004521 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897971895208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9325] ppid=9318 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/9321/task/9325/stat : 9325 (java) S 9318 9321 4818 0 -1 4202560 567 0 0 0 12 3 0 0 20 0 19 0 5004521 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897970842664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9326] ppid=9318 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9321/task/9326/stat : 9326 (java) S 9318 9321 4818 0 -1 4202560 148 0 0 0 11 2 0 0 20 0 19 0 5004521 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897969789608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9327] ppid=9318 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/9321/task/9327/stat : 9327 (java) S 9318 9321 4818 0 -1 4202560 326 0 0 0 16 4 0 0 20 0 19 0 5004521 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897968737064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9328] ppid=9318 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/9321/task/9328/stat : 9328 (java) S 9318 9321 4818 0 -1 4202560 453 0 0 0 13 2 0 0 20 0 19 0 5004521 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897967684008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9329] ppid=9318 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/9321/task/9329/stat : 9329 (java) S 9318 9321 4818 0 -1 4202560 99 0 0 0 13 3 0 0 20 0 19 0 5004521 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897966631464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9321/tid=9330] ppid=9318 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/9321/task/9330/stat : 9330 (java) S 9318 9321 4818 0 -1 4202560 180 0 0 0 9 3 0 0 20 0 19 0 5004521 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897965578408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9331] ppid=9318 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9321/task/9331/stat : 9331 (java) S 9318 9321 4818 0 -1 4202560 296 0 0 0 12 1 0 0 20 0 19 0 5004521 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897964525864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9321/tid=9332] ppid=9318 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9321/task/9332/stat : 9332 (java) S 9318 9321 4818 0 -1 4202560 66 0 0 0 1 1 0 0 20 0 19 0 5004522 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897833757544 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9333] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9333/stat : 9333 (java) S 9318 9321 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5004523 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897832703864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9334] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9334/stat : 9334 (java) S 9318 9321 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5004523 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897831650696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9335] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9335/stat : 9335 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004525 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897830599440 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9336] ppid=9318 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/9321/task/9336/stat : 9336 (java) S 9318 9321 4818 0 -1 4202560 2399 0 0 0 26 0 0 0 20 0 19 0 5004525 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897829546296 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9321/tid=9337] ppid=9318 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9321/task/9337/stat : 9337 (java) S 9318 9321 4818 0 -1 4202560 2182 0 0 0 17 0 0 0 20 0 19 0 5004525 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897828493752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9338] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9338/stat : 9338 (java) S 9318 9321 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5004525 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897827440888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9321/tid=9339] ppid=9318 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/9321/task/9339/stat : 9339 (java) S 9318 9321 4818 0 -1 4202560 106 0 0 0 37 33 0 0 20 0 19 0 5004525 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897826388552 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9321/tid=9340] ppid=9318 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9321/task/9340/stat : 9340 (java) S 9318 9321 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5004537 9856040960 90167 33554432000 1073741824 1073778376 140734967329200 139897825334824 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 9321 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 9321 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=119100
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=991849
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.06
#
# 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.06
CPU user time (s): 1799.57
CPU system time (s): 0.49
CPU usage (%): 100.09
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.12
system time used= 0.991849
maximum resident set size= 360840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10751
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= 38299
involuntary context switches= 3853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6791 second user time and 12.1442 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 00:48:40
IDJOB=4117829
IDBENCH=111618
IDSOLVER=2546
FILE ID=node134/4117829-1467240520
RUNJOBID= node134-1467208989-4834
PBS_JOBID= 19997576
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= 3a736264dfc66bb6b58e009350bae5ac
RANDOM SEED=1856102347

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26602964 kB
Buffers:          149988 kB
Cached:          3024356 kB
SwapCached:            0 kB
Active:           844368 kB
Inactive:        3015540 kB
Active(anon):     688040 kB
Inactive(anon):        0 kB
Active(file):     156328 kB
Inactive(file):  3015540 kB
Unevictable:     1661724 kB
Mlocked:         1483896 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               432 kB
Writeback:             0 kB
AnonPages:       2347104 kB
Mapped:            21556 kB
Shmem:               216 kB
Slab:             613324 kB
SReclaimable:      56876 kB
SUnreclaim:       556448 kB
KernelStack:        1600 kB
PageTables:         8784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3330268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    823296 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= 71708 MiB
End job on node134 at 2016-06-30 01:18:38