Trace number 4117928

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)129 1800.02 1798.24

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_16x16_008.opb.metafix.opb
MD5SUM1ef9f2917efaced298822d9906532a1a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark129
Best CPU time to get the best result obtained on this benchmark20.9348
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 12
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4117928-1467241578.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.17	c ... done. Wall clock time 0.056s.
0.09/0.17	c declared #vars     256
0.09/0.17	c #constraints  188
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6
0.09/0.17	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
0.09/0.17	c org.sat4j.specs.Constr$1 => 8
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 162
0.09/0.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.09/0.17	c 188 constraints processed.
0.09/0.17	c objective function length is 256 literals
0.25/0.25	c SATISFIABLE
0.25/0.25	c OPTIMIZING...
0.25/0.25	c Got one! Elapsed wall clock time (in seconds):0.139
0.25/0.25	o 129
0.77/0.55	c cleaning 2606 clauses out of 5212 with flag 18917/5212
1.14/0.87	c cleaning 4296 clauses out of 8606 with flag 41408/11212
1.56/1.25	c cleaning 5650 clauses out of 11310 with flag 68248/18212
1.96/1.69	c cleaning 6827 clauses out of 13661 with flag 100577/26213
2.47/2.20	c cleaning 7914 clauses out of 15833 with flag 137353/35212
3.17/2.82	c cleaning 8955 clauses out of 17921 with flag 177907/45214
3.87/3.56	c cleaning 9975 clauses out of 19964 with flag 227450/56212
4.68/4.38	c cleaning 10990 clauses out of 21990 with flag 275753/68213
5.68/5.32	c cleaning 11991 clauses out of 23999 with flag 336145/81212
6.68/6.35	c cleaning 12996 clauses out of 26012 with flag 401109/95216
7.88/7.59	c cleaning 14006 clauses out of 28014 with flag 468022/110214
9.29/8.91	c cleaning 14998 clauses out of 30007 with flag 536930/126213
10.78/10.44	c cleaning 16005 clauses out of 32010 with flag 613760/143214
12.38/12.08	c cleaning 16996 clauses out of 34005 with flag 688955/161214
14.18/13.81	c cleaning 18003 clauses out of 36008 with flag 778751/180213
16.08/15.72	c cleaning 18998 clauses out of 38005 with flag 868289/200213
18.19/17.81	c cleaning 19999 clauses out of 40006 with flag 957480/221212
20.49/20.14	c cleaning 20998 clauses out of 42008 with flag 1062071/243213
22.89/22.54	c cleaning 21997 clauses out of 44009 with flag 1166980/266212
25.49/25.13	c cleaning 22984 clauses out of 46012 with flag 1276382/290212
28.19/27.86	c cleaning 24003 clauses out of 48028 with flag 1384260/315212
31.19/30.90	c cleaning 24986 clauses out of 50025 with flag 1496152/341212
34.49/34.17	c cleaning 26015 clauses out of 52039 with flag 1609916/368212
38.28/37.95	c cleaning 26988 clauses out of 54024 with flag 1754013/396212
42.39/42.03	c cleaning 28008 clauses out of 56036 with flag 1926172/425212
46.29/45.91	c cleaning 29002 clauses out of 58028 with flag 2044874/455212
50.79/50.44	c cleaning 30006 clauses out of 60027 with flag 2191021/486213
55.10/54.75	c cleaning 30997 clauses out of 62020 with flag 2325599/518212
59.61/59.24	c cleaning 32007 clauses out of 64023 with flag 2475801/551212
64.21/63.82	c cleaning 32990 clauses out of 66016 with flag 2623150/585212
69.20/68.89	c cleaning 34010 clauses out of 68027 with flag 2780405/620213
74.41/74.10	c cleaning 35004 clauses out of 70016 with flag 2938550/656212
79.62/79.30	c cleaning 36005 clauses out of 72013 with flag 3112760/693213
84.91/84.57	c cleaning 36999 clauses out of 74010 with flag 3310137/731215
91.41/91.05	c cleaning 37990 clauses out of 76009 with flag 3519055/770213
97.91/97.53	c cleaning 39005 clauses out of 78019 with flag 3718333/810213
105.81/105.45	c cleaning 39987 clauses out of 80014 with flag 3918014/851213
113.02/112.63	c cleaning 41005 clauses out of 82026 with flag 4121091/893212
120.32/119.91	c cleaning 41991 clauses out of 84023 with flag 4317584/936214
127.71/127.37	c cleaning 43010 clauses out of 86030 with flag 4540892/980212
135.72/135.37	c cleaning 43998 clauses out of 88021 with flag 4743162/1025213
143.65/143.24	c cleaning 44991 clauses out of 90025 with flag 4948102/1071215
152.26/151.87	c cleaning 46005 clauses out of 92031 with flag 5262150/1118212
160.95/160.53	c cleaning 47002 clauses out of 94026 with flag 5475781/1166212
170.45/170.09	c cleaning 48003 clauses out of 96024 with flag 5725766/1215212
179.55/179.15	c cleaning 49000 clauses out of 98022 with flag 5973599/1265213
189.66/189.26	c cleaning 50004 clauses out of 100022 with flag 6189713/1316213
200.45/200.07	c cleaning 50997 clauses out of 102017 with flag 6483952/1368212
211.16/210.72	c cleaning 51993 clauses out of 104022 with flag 6734700/1421214
222.77/222.35	c cleaning 52997 clauses out of 106028 with flag 7010291/1475213
235.56/235.11	c cleaning 54009 clauses out of 108034 with flag 7285402/1530216
247.69/247.20	c cleaning 55005 clauses out of 110025 with flag 7588365/1586216
260.20/259.74	c cleaning 56001 clauses out of 112016 with flag 7898237/1643212
272.70/272.28	c cleaning 57001 clauses out of 114016 with flag 8169029/1701213
286.00/285.54	c cleaning 57998 clauses out of 116015 with flag 8467053/1760213
299.51/299.06	c cleaning 59002 clauses out of 118016 with flag 8752779/1820212
313.41/312.91	c cleaning 60003 clauses out of 120014 with flag 9035453/1881212
326.61/326.15	c cleaning 60998 clauses out of 122011 with flag 9341697/1943212
342.31/341.81	c cleaning 62004 clauses out of 124020 with flag 9643145/2006219
357.73/357.24	c cleaning 62990 clauses out of 126009 with flag 9952538/2070212
373.36/372.85	c cleaning 64010 clauses out of 128025 with flag 10259534/2135218
389.56/389.07	c cleaning 65001 clauses out of 130010 with flag 10597412/2201213
406.67/406.18	c cleaning 66000 clauses out of 132012 with flag 10882234/2268216
424.07/423.55	c cleaning 66999 clauses out of 134008 with flag 11188746/2336212
442.27/441.73	c cleaning 67994 clauses out of 136009 with flag 11563618/2405212
461.47/461.00	c cleaning 68973 clauses out of 138015 with flag 11938712/2475212
481.39/480.89	c cleaning 69998 clauses out of 140042 with flag 12288629/2546212
501.67/501.09	c cleaning 71010 clauses out of 142044 with flag 12619438/2618212
521.88/521.27	c cleaning 72002 clauses out of 144034 with flag 12953882/2691212
542.48/541.87	c cleaning 73007 clauses out of 146033 with flag 13305197/2765213
564.29/563.62	c cleaning 73982 clauses out of 148026 with flag 13680407/2840213
588.10/587.44	c cleaning 74980 clauses out of 150045 with flag 14099159/2916214
610.11/609.47	c cleaning 76027 clauses out of 152063 with flag 14607491/2993212
633.31/632.68	c cleaning 76996 clauses out of 154039 with flag 14998502/3071215
657.21/656.48	c cleaning 78001 clauses out of 156040 with flag 15366136/3150212
684.62/683.89	c cleaning 79014 clauses out of 158039 with flag 15751411/3230212
709.73/708.96	c cleaning 80005 clauses out of 160028 with flag 16173095/3311215
734.73/733.97	c cleaning 81003 clauses out of 162020 with flag 16595795/3393212
761.33/760.53	c cleaning 82001 clauses out of 164018 with flag 16998315/3476213
789.24/788.46	c cleaning 83003 clauses out of 166018 with flag 17460453/3560214
816.15/815.23	c cleaning 84004 clauses out of 168020 with flag 17867951/3645219
844.15/843.24	c cleaning 84994 clauses out of 170011 with flag 18319314/3731214
870.06/869.14	c cleaning 86003 clauses out of 172015 with flag 18820194/3818212
900.06/899.12	c cleaning 86972 clauses out of 174012 with flag 19265666/3906212
934.37/933.41	c cleaning 87998 clauses out of 176040 with flag 19724896/3995212
964.90/963.89	c cleaning 89011 clauses out of 178042 with flag 20223424/4085212
998.31/997.28	c cleaning 90000 clauses out of 180033 with flag 20690010/4176214
1033.22/1032.10	c cleaning 90997 clauses out of 182031 with flag 21157228/4268212
1067.13/1066.09	c cleaning 92012 clauses out of 184034 with flag 21627163/4361212
1099.92/1098.89	c cleaning 92986 clauses out of 186024 with flag 22160577/4455214
1139.11/1137.95	c cleaning 94012 clauses out of 188037 with flag 22688037/4550213
1180.20/1179.04	c cleaning 95005 clauses out of 190024 with flag 23125988/4646212
1218.10/1216.92	c cleaning 95998 clauses out of 192019 with flag 23639115/4743212
1256.80/1255.69	c cleaning 97004 clauses out of 194025 with flag 24136574/4841216
1294.03/1292.75	c cleaning 97998 clauses out of 196018 with flag 24657372/4940213
1333.63/1332.33	c cleaning 98993 clauses out of 198019 with flag 25219215/5040212
1374.93/1373.68	c cleaning 100002 clauses out of 200026 with flag 25746287/5141212
1419.05/1417.72	c cleaning 100996 clauses out of 202024 with flag 26253293/5243212
1464.93/1463.45	c cleaning 102009 clauses out of 204028 with flag 26793785/5346212
1508.93/1507.49	c cleaning 103006 clauses out of 206020 with flag 27321156/5450213
1556.25/1554.73	c cleaning 104002 clauses out of 208014 with flag 27859794/5555213
1600.96/1599.49	c cleaning 104997 clauses out of 210012 with flag 28425604/5661213
1648.89/1647.22	c cleaning 105977 clauses out of 212014 with flag 28953077/5768212
1696.50/1694.89	c cleaning 107016 clauses out of 214038 with flag 29541500/5876213
1745.51/1743.81	c cleaning 108006 clauses out of 216022 with flag 30081753/5985213
1796.82/1795.00	c cleaning 108997 clauses out of 218015 with flag 30609306/6095212
1800.02/1798.20	c starts		: 13105
1800.02/1798.20	c conflicts		: 6106569
1800.02/1798.20	c decisions		: 8713581
1800.02/1798.20	c propagations		: 262139365
1800.02/1798.20	c inspects		: 34630431057
1800.02/1798.20	c shortcuts		: 0
1800.02/1798.20	c learnt literals	: 0
1800.02/1798.20	c learnt binary clauses	: 0
1800.02/1798.20	c learnt ternary clauses	: 0
1800.02/1798.20	c learnt constraints	: 6106570
1800.02/1798.20	c ignored constraints	: 0
1800.02/1798.20	c root simplifications	: 0
1800.02/1798.20	c removed literals (reason simplification)	: 0
1800.02/1798.20	c reason swapping (by a shorter reason)	: 0
1800.02/1798.20	c Calls to reduceDB	: 106
1800.02/1798.20	c Number of update (reduction) of LBD	: 2331622
1800.02/1798.20	c Imported unit clauses	: 0
1800.02/1798.20	c number of reductions to clauses (during analyze)	: 0
1800.02/1798.20	c number of learned constraints concerned by reduction	: 0
1800.02/1798.20	c number of learning phase by resolution	: 0
1800.02/1798.20	c number of learning phase by cutting planes	: 0
1800.02/1798.20	c speed (assignments/second)	: 145792.46353372105
1800.02/1798.20	c non guided choices	3
1800.02/1798.23	c learnt constraints type 
1800.02/1798.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120376
1800.02/1798.23	s SATISFIABLE
1800.02/1798.23	c Found 1 solution(s)
1800.02/1798.23	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.02/1798.23	c objective function=129
1800.02/1798.23	c Total wall clock time (in seconds): 1798.118

Verifier Data

OK	129

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-4117928-1467241578/watcher-4117928-1467241578 -o /tmp/evaluation-result-4117928-1467241578/solver-4117928-1467241578 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1467209132-3607 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117928-1467241578.opb 

pid=7742
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.28 2.25 2.20 4/194 7745
/proc/meminfo: memFree=25306816/32872528 swapFree=1588980/1719796
[pid=7745] ppid=7742 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/7745/stat : 7745 (java) S 7742 7745 3589 0 -1 4202496 1243 0 0 0 0 0 0 0 20 0 2 0 5116359 91889664 885 33554432000 1073741824 1073778376 140733593707664 140733593698800 226087698493 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7745/statm: 22435 886 670 9 0 16770 0
[pid=7745/tid=7746] ppid=7742 vsize=91880 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7746/stat : 7746 (java) R 7742 7745 3589 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 2 0 5116360 94085120 906 33554432000 1073741824 1073778376 140733593707664 140733593696728 226075177834 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.28 2.25 2.20 4/194 7745
/proc/meminfo: memFree=25306816/32872528 swapFree=1588980/1719796
[pid=7745] ppid=7742 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7745/stat : 7745 (java) S 7742 7745 3589 0 -1 4202496 4440 0 1 0 8 1 0 0 20 0 18 0 5116359 9787879424 5561 33554432000 1073741824 1073778376 140733593707664 140733593698800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7745/statm: 2389619 5561 2125 9 0 2380296 0
[pid=7745/tid=7746] ppid=7742 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7745/task/7746/stat : 7746 (java) R 7742 7745 3589 0 -1 4202560 2433 0 1 0 6 1 0 0 20 0 18 0 5116360 9787879424 5561 33554432000 1073741824 1073778376 140733593707664 139897689373856 226087724301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200265 s]
/proc/loadavg: 2.28 2.25 2.20 4/194 7745
/proc/meminfo: memFree=25306816/32872528 swapFree=1588980/1719796
[pid=7745] ppid=7742 vsize=9625316 CPUtime=0.25 cores=1,3,5,7
/proc/7745/stat : 7745 (java) S 7742 7745 3589 0 -1 4202496 5511 0 1 0 24 1 0 0 20 0 19 0 5116359 9856323584 7458 33554432000 1073741824 1073778376 140733593707664 140733593698800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7745/statm: 2406329 7458 2228 9 0 2397006 0
[pid=7745/tid=7746] ppid=7742 vsize=9625316 CPUtime=0.16 cores=1,3,5,7
/proc/7745/task/7746/stat : 7746 (java) R 7742 7745 3589 0 -1 4202560 2465 0 1 0 15 1 0 0 20 0 19 0 5116360 9856323584 7458 33554432000 1073741824 1073778376 140733593707664 139897689387648 139897561982052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625316

[startup+0.300308 s]
/proc/loadavg: 2.28 2.25 2.20 4/194 7745
/proc/meminfo: memFree=25306816/32872528 swapFree=1588980/1719796
[pid=7745] ppid=7742 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/7745/stat : 7745 (java) S 7742 7745 3589 0 -1 4202496 6657 0 1 0 50 1 0 0 20 0 19 0 5116359 9856040960 7939 33554432000 1073741824 1073778376 140733593707664 140733593698800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7745/statm: 2406260 7939 2244 9 0 2396937 0
[pid=7745/tid=7746] ppid=7742 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7745/task/7746/stat : 7746 (java) R 7742 7745 3589 0 -1 4202560 2467 0 1 0 26 1 0 0 20 0 19 0 5116360 9856040960 7939 33554432000 1073741824 1073778376 140733593707664 139897689386984 139897562180179 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700246 s]
/proc/loadavg: 2.28 2.25 2.20 4/194 7745
/proc/meminfo: memFree=25306816/32872528 swapFree=1588980/1719796
[pid=7745] ppid=7742 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/7745/stat : 7745 (java) S 7742 7745 3589 0 -1 4202496 7809 0 1 0 100 2 0 0 20 0 19 0 5116359 9856040960 8994 33554432000 1073741824 1073778376 140733593707664 140733593698800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7745/statm: 2406260 8994 2254 9 0 2396937 0
[pid=7745/tid=7746] ppid=7742 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/7745/task/7746/stat : 7746 (java) R 7742 7745 3589 0 -1 4202560 2468 0 1 0 65 1 0 0 20 0 19 0 5116360 9856040960 8994 33554432000 1073741824 1073778376 140733593707664 139897689386984 139897562207801 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.28 2.25 2.20 4/213 7764
/proc/meminfo: memFree=25277672/32872528 swapFree=1588980/1719796
[pid=7745] ppid=7742 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/7745/stat : 7745 (java) S 7742 7745 3589 0 -1 4202496 7827 0 1 0 184 2 0 0 20 0 19 0 5116359 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 140733593698800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7745/statm: 2406260 10033 2256 9 0 2396937 0
[pid=7745/tid=7746] ppid=7742 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/7745/task/7746/stat : 7746 (java) R 7742 7745 3589 0 -1 4202560 2471 0 1 0 145 1 0 0 20 0 19 0 5116360 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897689387288 139897562166131 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7748] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7748/stat : 7748 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897533361064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7749] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7749/stat : 7749 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897532308520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7750] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7750/stat : 7750 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897531255464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7751] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7751/stat : 7751 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897530202920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7752] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7752/stat : 7752 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897529149864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7753] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7753/stat : 7753 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897528097320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7754] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7754/stat : 7754 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897527044264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7755] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7755/stat : 7755 (java) S 7742 7745 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897525991720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7756] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7756/stat : 7756 (java) S 7742 7745 3589 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5116362 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897513581416 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7745/tid=7757] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7757/stat : 7757 (java) S 7742 7745 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5116362 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897512527736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7758] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7758/stat : 7758 (java) S 7742 7745 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5116362 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897511474568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7759] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7759/stat : 7759 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116365 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897510423312 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7760] ppid=7742 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7745/task/7760/stat : 7760 (java) S 7742 7745 3589 0 -1 4202560 1998 0 0 0 20 0 0 0 20 0 19 0 5116365 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897509370168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7761] ppid=7742 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7745/task/7761/stat : 7761 (java) S 7742 7745 3589 0 -1 4202560 2085 0 0 0 15 0 0 0 20 0 19 0 5116365 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897508317624 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7762] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7762/stat : 7762 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116365 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897507264760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7763] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7763/stat : 7763 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116365 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897506212424 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7745/tid=7764] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7764/stat : 7764 (java) S 7742 7745 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5116377 9856040960 10033 33554432000 1073741824 1073778376 140733593707664 139897505158696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.26 2.25 2.20 3/213 7764
/proc/meminfo: memFree=25273120/32872528 swapFree=1588980/1719796
[pid=7745] ppid=7742 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/7745/stat : 7745 (java) S 7742 7745 3589 0 -1 4202496 7835 0 1 0 345 2 0 0 20 0 19 0 5116359 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 140733593698800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7745/statm: 2406260 11573 2256 9 0 2396937 0
[pid=7745/tid=7746] ppid=7742 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/7745/task/7746/stat : 7746 (java) R 7742 7745 3589 0 -1 4202560 2475 0 1 0 305 1 0 0 20 0 19 0 5116360 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897689378496 139897562155047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7748] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7748/stat : 7748 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897533361064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7749] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7749/stat : 7749 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897532308520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7750] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7750/stat : 7750 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897531255464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7751] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7751/stat : 7751 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897530202920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7752] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7752/stat : 7752 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897529149864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7753] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7753/stat : 7753 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897528097320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7754] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7754/stat : 7754 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897527044264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7755] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7755/stat : 7755 (java) S 7742 7745 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897525991720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7756] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7756/stat : 7756 (java) S 7742 7745 3589 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5116362 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897513581416 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7745/tid=7757] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7757/stat : 7757 (java) S 7742 7745 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5116362 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897512527736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7758] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7758/stat : 7758 (java) S 7742 7745 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5116362 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897511474568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7759] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7759/stat : 7759 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116365 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897510423312 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7760] ppid=7742 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7745/task/7760/stat : 7760 (java) S 7742 7745 3589 0 -1 4202560 2002 0 0 0 22 0 0 0 20 0 19 0 5116365 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897509370168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7761] ppid=7742 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7745/task/7761/stat : 7761 (java) S 7742 7745 3589 0 -1 4202560 2085 0 0 0 15 0 0 0 20 0 19 0 5116365 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897508317624 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7762] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7762/stat : 7762 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116365 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897507264760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7763] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7763/stat : 7763 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116365 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897506212424 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7745/tid=7764] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7764/stat : 7764 (java) S 7742 7745 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5116377 9856040960 11573 33554432000 1073741824 1073778376 140733593707664 139897505158696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.26 2.25 2.20 4/213 7764
/proc/meminfo: memFree=25260812/32872528 swapFree=1588980/1719796
[pid=7745] ppid=7742 vsize=9625040 CPUtime=6.68 cores=1,3,5,7
/proc/7745/stat : 7745 (java) S 7742 7745 3589 0 -1 4202496 7843 0 1 0 666 2 0 0 20 0 19 0 5116359 9856040960 14095 33554432000 1073741824 1073778376 140733593707664 140733593698800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7745/statm: 2406260 14095 2257 9 0 2396937 0
[pid=7745/tid=7746] ppid=7742 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/7745/task/7746/stat : 7746 (java) R 7742 7745 3589 0 -1 4202560 2481 0 1 0 624 1 0 0 20 0 19 0 5116360 9856040960 14095 33554432000 1073741824 1073778376 140733593707664 139897689387336 139897562214042 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7748] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7748/stat : 7748 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 14095 33554432000 1073741824 1073778376 140733593707664 139897533361064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7749] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7749/stat : 7749 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 14095 33554432000 1073741824 1073778376 140733593707664 139897532308520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7750] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7750/stat : 7750 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 14095 33554432000 1073741824 1073778376 140733593707664 139897531255464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7751] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7751/stat : 7751 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 14095 33554432000 1073741824 1073778376 140733593707664 139897530202920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7752] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7752/stat : 7752 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 14095 33554432000 1073741824 1073778376 140733593707664 139897529149864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7753] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7753/stat : 7753 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 14095 33554432000 1073741824 1073778376 140733593707664 139897528097320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7754] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7754/stat : 7754 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 14095 33554432000 1073741824 1073778376 140733593707664 139897527044264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7755] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7755/stat : 7755 (java) S 7742 7745 3589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5116360 9856040960 14095 33554432000 1073741824 1073778376 140733593707664 139897525991720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7756] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7756/stat : 7756 (java) S 7742 7745 3589 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5116362 9856040960 14095 33554432000 1073741824 1073778376 140733593707664 139897513581416 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7745/tid=7757] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7757/stat : 7757 (java) S 7742 7745 3589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5116362 9856040960 14095 33554432000 1073741824 1073778376 140733593707664 139897512527736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7758] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7758/stat : 7758 (java) S 7742 7745 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5116362 9856040960 14095 33554432000 1073741824 1073778376 140733593707664 139897511474568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7759] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7759/stat : 7759 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116365 9856040960 14095 33554432000 1073741824 1073778376 140733593707664 139897510423312 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7760] ppid=7742 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/7745/task/7760/stat : 7760 (java) S 7742 7745 3589 0 -1 4202560 2003 0 0 0 23 0 0 0 20 0 19 0 5116365 9856040960 14095 33554432000 1073741824 1073778376 140733593707664 139897509370168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7761] ppid=7742 vsize=9625040 CPUtime=0.15 cores=1,3,5,7

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

[pid=7745/tid=7764] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7764/stat : 7764 (java) S 7742 7745 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5116377 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897505158696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1663.99
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.19 2.20 2.18 3/213 7871
/proc/meminfo: memFree=22407184/32872528 swapFree=1588980/1719796
[pid=7745] ppid=7742 vsize=9625040 CPUtime=1724 cores=1,3,5,7
/proc/7745/stat : 7745 (java) S 7742 7745 3589 0 -1 4202496 9516 0 1 0 172341 59 0 0 20 0 19 0 5116359 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 140733593698800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7745/statm: 2406260 94127 2271 9 0 2396937 0
[pid=7745/tid=7746] ppid=7742 vsize=9625040 CPUtime=1717.28 cores=1,3,5,7
/proc/7745/task/7746/stat : 7746 (java) R 7742 7745 3589 0 -1 4202560 2545 0 1 0 171699 29 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897689378496 139897562207801 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7745/tid=7748] ppid=7742 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7745/task/7748/stat : 7748 (java) S 7742 7745 3589 0 -1 4202560 92 0 0 0 9 2 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897533361064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7749] ppid=7742 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/7745/task/7749/stat : 7749 (java) S 7742 7745 3589 0 -1 4202560 229 0 0 0 15 3 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897532308520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7750] ppid=7742 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7745/task/7750/stat : 7750 (java) S 7742 7745 3589 0 -1 4202560 197 0 0 0 10 2 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897531255464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7751] ppid=7742 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7745/task/7751/stat : 7751 (java) S 7742 7745 3589 0 -1 4202560 72 0 0 0 13 3 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897530202920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7752] ppid=7742 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7745/task/7752/stat : 7752 (java) S 7742 7745 3589 0 -1 4202560 95 0 0 0 12 3 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897529149864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7753] ppid=7742 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7745/task/7753/stat : 7753 (java) S 7742 7745 3589 0 -1 4202560 132 0 0 0 10 2 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897528097320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7754] ppid=7742 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/7745/task/7754/stat : 7754 (java) S 7742 7745 3589 0 -1 4202560 316 0 0 0 19 4 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897527044264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7755] ppid=7742 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/7745/task/7755/stat : 7755 (java) S 7742 7745 3589 0 -1 4202560 193 0 0 0 20 3 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897525991720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7756] ppid=7742 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7745/task/7756/stat : 7756 (java) S 7742 7745 3589 0 -1 4202560 63 0 0 0 2 0 0 0 20 0 19 0 5116362 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897513581416 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7745/tid=7757] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7757/stat : 7757 (java) S 7742 7745 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5116362 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897512527736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7758] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7758/stat : 7758 (java) S 7742 7745 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5116362 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897511474568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7759] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7759/stat : 7759 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116365 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897510423312 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7760] ppid=7742 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7745/task/7760/stat : 7760 (java) S 7742 7745 3589 0 -1 4202560 2138 0 0 0 25 0 0 0 20 0 19 0 5116365 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897509370168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7761] ppid=7742 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7745/task/7761/stat : 7761 (java) S 7742 7745 3589 0 -1 4202560 2085 0 0 0 15 0 0 0 20 0 19 0 5116365 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897508317624 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7762] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7762/stat : 7762 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116365 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897507264760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7763] ppid=7742 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/7745/task/7763/stat : 7763 (java) S 7742 7745 3589 0 -1 4202560 100 0 0 0 32 38 0 0 20 0 19 0 5116365 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897506212424 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7764] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7764/stat : 7764 (java) S 7742 7745 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5116377 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897505158696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.19 2.18 3/213 7872
/proc/meminfo: memFree=22483880/32872528 swapFree=1588980/1719796
[pid=7745] ppid=7742 vsize=9625040 CPUtime=1784.02 cores=1,3,5,7
/proc/7745/stat : 7745 (java) S 7742 7745 3589 0 -1 4202496 9520 0 1 0 178341 61 0 0 20 0 19 0 5116359 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 140733593698800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7745/statm: 2406260 94127 2271 9 0 2396937 0
[pid=7745/tid=7746] ppid=7742 vsize=9625040 CPUtime=1777.13 cores=1,3,5,7
/proc/7745/task/7746/stat : 7746 (java) R 7742 7745 3589 0 -1 4202560 2545 0 1 0 177683 30 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897689378496 139897562207801 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7745/tid=7748] ppid=7742 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7745/task/7748/stat : 7748 (java) S 7742 7745 3589 0 -1 4202560 92 0 0 0 9 2 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897533361064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7749] ppid=7742 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/7745/task/7749/stat : 7749 (java) S 7742 7745 3589 0 -1 4202560 229 0 0 0 15 3 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897532308520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7750] ppid=7742 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7745/task/7750/stat : 7750 (java) S 7742 7745 3589 0 -1 4202560 197 0 0 0 10 2 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897531255464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7751] ppid=7742 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7745/task/7751/stat : 7751 (java) S 7742 7745 3589 0 -1 4202560 72 0 0 0 13 3 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897530202920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7752] ppid=7742 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7745/task/7752/stat : 7752 (java) S 7742 7745 3589 0 -1 4202560 95 0 0 0 12 3 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897529149864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7753] ppid=7742 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7745/task/7753/stat : 7753 (java) S 7742 7745 3589 0 -1 4202560 132 0 0 0 10 2 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897528097320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7754] ppid=7742 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/7745/task/7754/stat : 7754 (java) S 7742 7745 3589 0 -1 4202560 316 0 0 0 19 4 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897527044264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7755] ppid=7742 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/7745/task/7755/stat : 7755 (java) S 7742 7745 3589 0 -1 4202560 193 0 0 0 20 3 0 0 20 0 19 0 5116360 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897525991720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7756] ppid=7742 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7745/task/7756/stat : 7756 (java) S 7742 7745 3589 0 -1 4202560 63 0 0 0 2 0 0 0 20 0 19 0 5116362 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897513581416 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7745/tid=7757] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7757/stat : 7757 (java) S 7742 7745 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5116362 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897512527736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7758] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7758/stat : 7758 (java) S 7742 7745 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5116362 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897511474568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7759] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7759/stat : 7759 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116365 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897510423312 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7760] ppid=7742 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7745/task/7760/stat : 7760 (java) S 7742 7745 3589 0 -1 4202560 2138 0 0 0 25 0 0 0 20 0 19 0 5116365 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897509370168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7761] ppid=7742 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7745/task/7761/stat : 7761 (java) S 7742 7745 3589 0 -1 4202560 2085 0 0 0 15 0 0 0 20 0 19 0 5116365 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897508317624 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7762] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7762/stat : 7762 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116365 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897507264760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7763] ppid=7742 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/7745/task/7763/stat : 7763 (java) S 7742 7745 3589 0 -1 4202560 104 0 0 0 34 40 0 0 20 0 19 0 5116365 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897506212424 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7764] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7764/stat : 7764 (java) S 7742 7745 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5116377 9856040960 94127 33554432000 1073741824 1073778376 140733593707664 139897505158696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.02
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 2.12 2.18 2.17 4/213 7874
/proc/meminfo: memFree=22496040/32872528 swapFree=1588980/1719796
[pid=7745] ppid=7742 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/7745/stat : 7745 (java) S 7742 7745 3589 0 -1 4202496 9539 0 1 0 179940 62 0 0 20 0 19 0 5116359 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 140733593698800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7745/statm: 2406260 96683 2271 9 0 2396937 0
[pid=7745/tid=7746] ppid=7742 vsize=9625040 CPUtime=1792.95 cores=1,3,5,7
/proc/7745/task/7746/stat : 7746 (java) R 7742 7745 3589 0 -1 4202560 2546 0 1 0 179265 30 0 0 20 0 19 0 5116360 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897689378496 139897562207821 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7745/tid=7748] ppid=7742 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7745/task/7748/stat : 7748 (java) S 7742 7745 3589 0 -1 4202560 93 0 0 0 10 2 0 0 20 0 19 0 5116360 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897533361064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7749] ppid=7742 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7745/task/7749/stat : 7749 (java) S 7742 7745 3589 0 -1 4202560 232 0 0 0 16 3 0 0 20 0 19 0 5116360 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897532308520 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7750] ppid=7742 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7745/task/7750/stat : 7750 (java) S 7742 7745 3589 0 -1 4202560 200 0 0 0 11 3 0 0 20 0 19 0 5116360 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897531255464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7751] ppid=7742 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7745/task/7751/stat : 7751 (java) S 7742 7745 3589 0 -1 4202560 77 0 0 0 17 3 0 0 20 0 19 0 5116360 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897530202920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7752] ppid=7742 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7745/task/7752/stat : 7752 (java) S 7742 7745 3589 0 -1 4202560 96 0 0 0 13 3 0 0 20 0 19 0 5116360 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897529149864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7753] ppid=7742 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7745/task/7753/stat : 7753 (java) S 7742 7745 3589 0 -1 4202560 134 0 0 0 12 2 0 0 20 0 19 0 5116360 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897528097320 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7754] ppid=7742 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/7745/task/7754/stat : 7754 (java) S 7742 7745 3589 0 -1 4202560 316 0 0 0 20 4 0 0 20 0 19 0 5116360 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897527044264 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7755] ppid=7742 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7745/task/7755/stat : 7755 (java) S 7742 7745 3589 0 -1 4202560 194 0 0 0 21 4 0 0 20 0 19 0 5116360 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897525991720 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7756] ppid=7742 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7745/task/7756/stat : 7756 (java) S 7742 7745 3589 0 -1 4202560 65 0 0 0 2 0 0 0 20 0 19 0 5116362 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897513581416 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7745/tid=7757] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7757/stat : 7757 (java) S 7742 7745 3589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5116362 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897512527736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7758] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7758/stat : 7758 (java) S 7742 7745 3589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5116362 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897511474568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7759] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7759/stat : 7759 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116365 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897510423312 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7745/tid=7760] ppid=7742 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/7745/task/7760/stat : 7760 (java) S 7742 7745 3589 0 -1 4202560 2138 0 0 0 25 0 0 0 20 0 19 0 5116365 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897509370168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7761] ppid=7742 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7745/task/7761/stat : 7761 (java) S 7742 7745 3589 0 -1 4202560 2085 0 0 0 15 0 0 0 20 0 19 0 5116365 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897508317624 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7762] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7762/stat : 7762 (java) S 7742 7745 3589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5116365 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897507264760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7745/tid=7763] ppid=7742 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/7745/task/7763/stat : 7763 (java) S 7742 7745 3589 0 -1 4202560 104 0 0 0 34 40 0 0 20 0 19 0 5116365 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897506212424 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7745/tid=7764] ppid=7742 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7745/task/7764/stat : 7764 (java) S 7742 7745 3589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5116377 9856040960 96683 33554432000 1073741824 1073778376 140733593707664 139897505158696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 7745 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 7745 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=808147
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=81835
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.24
CPU time (s): 1800.02
CPU user time (s): 1799.4
CPU system time (s): 0.62
CPU usage (%): 100.099
Max. virtual memory (cumulated for all children) (KiB): 9625316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.81
system time used= 1.08183
maximum resident set size= 386920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9591
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= 38316
involuntary context switches= 7856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1113 second user time and 13.305 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-30 01:06:18
IDJOB=4117928
IDBENCH=111629
IDSOLVER=2546
FILE ID=node120/4117928-1467241578
RUNJOBID= node120-1467209132-3607
PBS_JOBID= 19997582
Free space on /tmp= 71672 MiB

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

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

MD5SUM BENCH= 1ef9f2917efaced298822d9906532a1a
RANDOM SEED=2107465228

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.669
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.54
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.669
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.669
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:        25307452 kB
Buffers:           81028 kB
Cached:          4106724 kB
SwapCached:            0 kB
Active:          1019420 kB
Inactive:        4100324 kB
Active(anon):     934820 kB
Inactive(anon):        0 kB
Active(file):      84600 kB
Inactive(file):  4100324 kB
Unevictable:     1719796 kB
Mlocked:         1588980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       2647848 kB
Mapped:            22220 kB
Shmem:               204 kB
Slab:             587044 kB
SReclaimable:      31104 kB
SUnreclaim:       555940 kB
KernelStack:        1568 kB
PageTables:         9536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3053600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1021952 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= 71668 MiB
End job on node120 at 2016-06-30 01:36:17