Trace number 2658624

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 Resolution 2.2.0 2010-05-26SAT (TO)-17 1800.14 1792.09

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_2.opb
MD5SUM219f407da86957d900e068170e9af8b6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-26
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -32
Optimality of the best value was proved NO
Number of variables400
Total number of constraints601
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12440
Sum of products size (including duplicates)24880
Number of different products6220
Sum of products size12440

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2658624-1276667952.opb
0.08/0.20	c reading problem ... 
15.40/14.35	c ... done. Wall clock time 14.148s.
15.40/14.35	c #vars     6620
15.40/14.35	c #constraints  13042
15.40/14.35	c constraints type 
15.40/14.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
15.40/14.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
15.40/14.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
15.40/14.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
26.62/24.61	c SATISFIABLE
26.62/24.61	c OPTIMIZING...
26.62/24.61	c Got one! Elapsed wall clock time (in seconds):24.408
26.62/24.61	o -15
28.56/26.58	c cleaning 2501 clauses out of 5001 with flag 5001/5001
29.50/27.43	c Got one! Elapsed wall clock time (in seconds):27.221
29.50/27.43	o -17
38.56/36.49	c cleaning 4170 clauses out of 8499 with flag 11000/11000
46.52/44.30	c cleaning 5618 clauses out of 11329 with flag 18000/18000
55.65/53.45	c cleaning 6856 clauses out of 13711 with flag 26000/26000
64.88/62.55	c cleaning 7843 clauses out of 15855 with flag 35000/35000
75.12/72.73	c cleaning 8953 clauses out of 18012 with flag 45000/45000
87.66/85.24	c cleaning 9934 clauses out of 20059 with flag 56000/56000
103.11/100.68	c cleaning 10985 clauses out of 22125 with flag 68000/68000
124.15/121.62	c cleaning 11999 clauses out of 24140 with flag 81000/81000
142.80/140.25	c cleaning 13052 clauses out of 26141 with flag 95000/95000
162.86/160.26	c cleaning 13445 clauses out of 27089 with flag 109000/109000
183.53/180.87	c cleaning 13787 clauses out of 27644 with flag 123000/123000
205.42/202.69	c cleaning 13902 clauses out of 27857 with flag 137000/137000
229.48/226.69	c cleaning 13875 clauses out of 27955 with flag 151000/151000
255.23/252.37	c cleaning 13884 clauses out of 28080 with flag 165000/165000
275.49/272.57	c cleaning 13985 clauses out of 28196 with flag 179000/179000
297.44/294.46	c cleaning 13963 clauses out of 28211 with flag 193000/193000
318.89/315.88	c cleaning 13998 clauses out of 28248 with flag 207000/207000
343.95/340.82	c cleaning 14123 clauses out of 28250 with flag 221000/221000
367.12/363.99	c cleaning 13975 clauses out of 28127 with flag 235000/235000
388.57/385.39	c cleaning 14040 clauses out of 28152 with flag 249000/249000
415.55/412.21	c cleaning 13896 clauses out of 28112 with flag 263000/263000
441.32/437.97	c cleaning 13956 clauses out of 28216 with flag 277000/277000
464.98/461.53	c cleaning 14030 clauses out of 28260 with flag 291000/291000
481.94/478.46	c cleaning 13989 clauses out of 28230 with flag 305000/305000
497.59/494.05	c cleaning 13984 clauses out of 28241 with flag 319000/319000
514.55/510.98	c cleaning 14090 clauses out of 28257 with flag 333000/333000
528.58/524.90	c cleaning 14033 clauses out of 28167 with flag 347000/347000
546.05/542.39	c cleaning 13987 clauses out of 28134 with flag 361000/361000
560.30/556.55	c cleaning 14044 clauses out of 28147 with flag 375000/375000
574.03/570.26	c cleaning 14010 clauses out of 28103 with flag 389000/389000
590.79/586.95	c cleaning 13968 clauses out of 28093 with flag 403000/403000
605.54/601.67	c cleaning 13971 clauses out of 28125 with flag 417000/417000
623.09/619.19	c cleaning 14059 clauses out of 28155 with flag 431001/431001
638.04/634.08	c cleaning 13956 clauses out of 28095 with flag 445000/445000
654.00/649.92	c cleaning 14034 clauses out of 28139 with flag 459000/459000
670.35/666.28	c cleaning 13997 clauses out of 28105 with flag 473000/473000
686.20/682.07	c cleaning 14015 clauses out of 28108 with flag 487000/487000
701.45/697.24	c cleaning 13977 clauses out of 28093 with flag 501000/501000
715.90/711.63	c cleaning 14034 clauses out of 28116 with flag 515000/515000
730.34/726.10	c cleaning 13977 clauses out of 28083 with flag 529001/529001
744.59/740.21	c cleaning 13964 clauses out of 28105 with flag 543000/543000
758.13/753.78	c cleaning 14027 clauses out of 28141 with flag 557000/557000
770.67/766.23	c cleaning 13988 clauses out of 28114 with flag 571000/571000
781.49/777.01	c cleaning 14016 clauses out of 28126 with flag 585000/585000
793.63/789.15	c cleaning 14045 clauses out of 28110 with flag 599000/599000
808.39/803.82	c cleaning 13960 clauses out of 28065 with flag 613000/613000
823.75/819.17	c cleaning 13987 clauses out of 28105 with flag 627000/627000
837.59/832.91	c cleaning 14002 clauses out of 28118 with flag 641000/641000
852.24/847.59	c cleaning 14013 clauses out of 28116 with flag 655000/655000
865.49/860.76	c cleaning 14005 clauses out of 28103 with flag 669000/669000
878.64/873.80	c cleaning 13979 clauses out of 28098 with flag 683000/683000
890.68/885.84	c cleaning 13985 clauses out of 28119 with flag 697000/697000
901.22/896.38	c cleaning 14053 clauses out of 28134 with flag 711000/711000
911.13/906.27	c cleaning 13982 clauses out of 28081 with flag 725000/725000
923.40/918.48	c cleaning 13991 clauses out of 28099 with flag 739000/739000
933.42/928.43	c cleaning 14006 clauses out of 28108 with flag 753000/753000
943.75/938.77	c cleaning 13973 clauses out of 28102 with flag 767000/767000
956.20/951.10	c cleaning 13997 clauses out of 28129 with flag 781000/781000
971.46/966.38	c cleaning 14013 clauses out of 28132 with flag 795000/795000
987.01/981.81	c cleaning 13973 clauses out of 28119 with flag 809000/809000
1000.56/995.36	c cleaning 14001 clauses out of 28146 with flag 823000/823000
1013.10/1007.82	c cleaning 14025 clauses out of 28145 with flag 837000/837000
1024.12/1018.81	c cleaning 14011 clauses out of 28120 with flag 851000/851000
1036.26/1030.96	c cleaning 13972 clauses out of 28109 with flag 865000/865000
1049.71/1044.35	c cleaning 14028 clauses out of 28137 with flag 879000/879000
1064.38/1058.99	c cleaning 13965 clauses out of 28109 with flag 893000/893000
1079.53/1074.00	c cleaning 14024 clauses out of 28144 with flag 907000/907000
1092.98/1087.49	c cleaning 13997 clauses out of 28120 with flag 921000/921000
1107.93/1102.32	c cleaning 14022 clauses out of 28123 with flag 935000/935000
1122.49/1116.83	c cleaning 13970 clauses out of 28101 with flag 949000/949000
1136.55/1130.89	c cleaning 14021 clauses out of 28131 with flag 963000/963000
1150.38/1144.62	c cleaning 14025 clauses out of 28110 with flag 977000/977000
1162.95/1157.16	c cleaning 13987 clauses out of 28085 with flag 991000/991000
1174.18/1168.34	c cleaning 13989 clauses out of 28098 with flag 1005000/1005000
1183.80/1177.92	c cleaning 14019 clauses out of 28109 with flag 1019000/1019000
1196.46/1190.55	c cleaning 13988 clauses out of 28090 with flag 1033000/1033000
1206.39/1200.49	c cleaning 14000 clauses out of 28102 with flag 1047000/1047000
1216.34/1210.39	c cleaning 13952 clauses out of 28102 with flag 1061000/1061000
1228.68/1222.62	c cleaning 14051 clauses out of 28150 with flag 1075000/1075000
1240.84/1234.74	c cleaning 13986 clauses out of 28099 with flag 1089000/1089000
1254.29/1248.17	c cleaning 14029 clauses out of 28113 with flag 1103000/1103000
1265.53/1259.39	c cleaning 13997 clauses out of 28084 with flag 1117000/1117000
1275.57/1269.38	c cleaning 13996 clauses out of 28087 with flag 1131000/1131000
1287.00/1280.72	c cleaning 13998 clauses out of 28091 with flag 1145000/1145000
1297.85/1291.52	c cleaning 13949 clauses out of 28093 with flag 1159000/1159000
1307.69/1301.31	c cleaning 14056 clauses out of 28144 with flag 1173000/1173000
1317.23/1310.86	c cleaning 13984 clauses out of 28088 with flag 1187000/1187000
1327.86/1321.44	c cleaning 14025 clauses out of 28104 with flag 1201000/1201000
1336.79/1330.36	c cleaning 13907 clauses out of 28079 with flag 1215000/1215000
1347.42/1340.98	c cleaning 14034 clauses out of 28172 with flag 1229000/1229000
1356.44/1349.99	c cleaning 14056 clauses out of 28139 with flag 1243001/1243001
1365.86/1359.33	c cleaning 13977 clauses out of 28082 with flag 1257000/1257000
1374.69/1368.17	c cleaning 14028 clauses out of 28105 with flag 1271000/1271000
1382.62/1376.08	c cleaning 13996 clauses out of 28077 with flag 1285000/1285000
1390.85/1384.23	c cleaning 13967 clauses out of 28081 with flag 1299000/1299000
1399.28/1392.66	c cleaning 14003 clauses out of 28114 with flag 1313000/1313000
1408.51/1401.84	c cleaning 14027 clauses out of 28111 with flag 1327000/1327000
1424.07/1417.38	c cleaning 13954 clauses out of 28084 with flag 1341000/1341000
1439.94/1433.19	c cleaning 14005 clauses out of 28130 with flag 1355000/1355000
1453.99/1447.18	c cleaning 13921 clauses out of 28125 with flag 1369000/1369000
1468.84/1461.97	c cleaning 14001 clauses out of 28204 with flag 1383000/1383000
1481.68/1474.74	c cleaning 13997 clauses out of 28203 with flag 1397000/1397000
1493.92/1486.94	c cleaning 14058 clauses out of 28206 with flag 1411000/1411000
1508.08/1501.09	c cleaning 14017 clauses out of 28148 with flag 1425000/1425000
1522.63/1515.60	c cleaning 14038 clauses out of 28131 with flag 1439000/1439000
1536.88/1529.70	c cleaning 13964 clauses out of 28093 with flag 1453000/1453000
1551.03/1543.86	c cleaning 13989 clauses out of 28129 with flag 1467000/1467000
1563.66/1556.48	c cleaning 14039 clauses out of 28140 with flag 1481000/1481000
1575.81/1568.59	c cleaning 13980 clauses out of 28101 with flag 1495000/1495000
1586.73/1579.47	c cleaning 14002 clauses out of 28121 with flag 1509000/1509000
1596.96/1589.61	c cleaning 13998 clauses out of 28119 with flag 1523000/1523000
1608.09/1600.78	c cleaning 13994 clauses out of 28121 with flag 1537000/1537000
1621.74/1614.30	c cleaning 13980 clauses out of 28127 with flag 1551000/1551000
1636.79/1629.30	c cleaning 13988 clauses out of 28147 with flag 1565000/1565000
1652.44/1644.98	c cleaning 13947 clauses out of 28159 with flag 1579000/1579000
1667.19/1659.64	c cleaning 14001 clauses out of 28212 with flag 1593000/1593000
1681.14/1673.59	c cleaning 14033 clauses out of 28211 with flag 1607000/1607000
1694.18/1686.55	c cleaning 14035 clauses out of 28178 with flag 1621000/1621000
1708.53/1700.83	c cleaning 14003 clauses out of 28143 with flag 1635000/1635000
1722.17/1714.43	c cleaning 14000 clauses out of 28140 with flag 1649000/1649000
1734.31/1726.57	c cleaning 14011 clauses out of 28140 with flag 1663000/1663000
1746.34/1738.52	c cleaning 14007 clauses out of 28129 with flag 1677000/1677000
1757.98/1750.11	c cleaning 14010 clauses out of 28122 with flag 1691000/1691000
1770.93/1763.00	c cleaning 14013 clauses out of 28112 with flag 1705000/1705000
1783.06/1775.14	c cleaning 13966 clauses out of 28099 with flag 1719000/1719000
1794.08/1786.17	c cleaning 14011 clauses out of 28133 with flag 1733000/1733000
1800.00/1792.02	c starts		: 211
1800.00/1792.02	c conflicts		: 1741255
1800.00/1792.02	c decisions		: 1803671
1800.00/1792.02	c propagations		: 56845931
1800.00/1792.02	c inspects		: 1591538791
1800.00/1792.02	c learnt literals	: 0
1800.00/1792.02	c learnt binary clauses	: 0
1800.00/1792.02	c learnt ternary clauses	: 683
1800.00/1792.02	c learnt clauses	: 1741256
1800.00/1792.02	c ignored clauses	: 0
1800.00/1792.02	c root simplifications	: 0
1800.00/1792.02	c removed literals (reason simplification)	: 201551806
1800.00/1792.02	c reason swapping (by a shorter reason)	: 0
1800.00/1792.02	c Calls to reduceDB	: 127
1800.00/1792.02	c number of reductions to clauses (during analyze)	: 0
1800.00/1792.02	c number of learned constraints concerned by reduction	: 0
1800.00/1792.02	c number of learning phase by resolution	: 0
1800.00/1792.02	c number of learning phase by cutting planes	: 0
1800.00/1792.02	c speed (assignments/second)	: 32214.807850657748
1800.00/1792.02	c non guided choices	0
1800.00/1792.04	c learnt constraints type 
1800.00/1792.04	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 22403
1800.00/1792.04	c constraints type 
1800.00/1792.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6220
1800.00/1792.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.00/1792.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.00/1792.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6220
1800.00/1792.04	s SATISFIABLE
1800.00/1792.04	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 -x257 x258 x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 x322 -x323 x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 x355 -x356 -x357 -x358 -x359 -x360 x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 x369 -x370 x371 -x372 -x373 -x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 x395 -x396 -x397 -x398 x399 -x400 
1800.00/1792.04	c objective function=-17
1800.00/1792.04	c Total wall clock time (in seconds): 1791.839

Verifier Data

OK	-17

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658624-1276667952/watcher-2658624-1276667952 -o /tmp/evaluation-result-2658624-1276667952/solver-2658624-1276667952 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658624-1276667952.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16859
/proc/meminfo: memFree=1768068/2059040 swapFree=4170748/4192956
[pid=16859] ppid=16857 vsize=248 CPUtime=0
/proc/16859/stat : 16859 (java) R 16857 16859 16219 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 8089700 253952 28 1992294400 134512640 134550932 4292676624 18446744073709551615 4817374 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16859/statm: 62 28 21 10 0 23 0

[startup+0.0452991 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16859
/proc/meminfo: memFree=1768068/2059040 swapFree=4170748/4192956
[pid=16859] ppid=16857 vsize=1520328 CPUtime=0.03
/proc/16859/stat : 16859 (java) S 16857 16859 16219 0 -1 4202496 3410 0 1 0 1 2 0 0 18 0 4 0 8089700 1556815872 2854 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16859/statm: 380082 2854 950 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101302 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16859
/proc/meminfo: memFree=1768068/2059040 swapFree=4170748/4192956
[pid=16859] ppid=16857 vsize=1524184 CPUtime=0.08
/proc/16859/stat : 16859 (java) S 16857 16859 16219 0 -1 4202496 3962 0 1 0 6 2 0 0 18 0 12 0 8089700 1560764416 3402 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16859/statm: 381046 3402 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300143 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16859
/proc/meminfo: memFree=1768068/2059040 swapFree=4170748/4192956
[pid=16859] ppid=16857 vsize=1526092 CPUtime=0.39
/proc/16859/stat : 16859 (java) S 16857 16859 16219 0 -1 4202496 5306 0 1 0 35 4 0 0 18 0 12 0 8089700 1562718208 4744 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16859/statm: 381523 4744 1363 10 0 378825 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526092

[startup+0.700131 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 16859
/proc/meminfo: memFree=1768068/2059040 swapFree=4170748/4192956
[pid=16859] ppid=16857 vsize=1528300 CPUtime=1.08
/proc/16859/stat : 16859 (java) S 16857 16859 16219 0 -1 4202496 6888 0 1 0 104 4 0 0 18 0 12 0 8089700 1564979200 6255 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16859/statm: 382075 6255 1407 10 0 379377 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528300

[startup+1.50111 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 16871
/proc/meminfo: memFree=1744476/2059040 swapFree=4170748/4192956
[pid=16859] ppid=16857 vsize=1529760 CPUtime=2.25
/proc/16859/stat : 16859 (java) S 16857 16859 16219 0 -1 4202496 8589 0 1 0 220 5 0 0 18 0 12 0 8089700 1566474240 7591 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16859/statm: 382440 7591 1409 10 0 379742 0
[pid=16859/tid=16861] ppid=16857 vsize=1529760 CPUtime=1.47
/proc/16859/task/16861/stat : 16861 (java) R 16857 16859 16219 0 -1 4202560 5586 0 1 0 144 3 0 0 20 0 12 0 8089702 1566474240 7591 1992294400 134512640 134550932 4292676624 18446744073709551615 4109745797 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16859/tid=16862] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16862/stat : 16862 (java) S 16857 16859 16219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8089703 1566474240 7591 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16863] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16863/stat : 16863 (java) S 16857 16859 16219 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 8089703 1566474240 7591 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16864] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16864/stat : 16864 (java) S 16857 16859 16219 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8089705 1566474240 7591 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16865] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16865/stat : 16865 (java) S 16857 16859 16219 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 12 0 8089706 1566474240 7591 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16866] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16866/stat : 16866 (java) S 16857 16859 16219 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8089706 1566474240 7591 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16867] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16867/stat : 16867 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8089710 1566474240 7591 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16868] ppid=16857 vsize=1529760 CPUtime=0.35
/proc/16859/task/16868/stat : 16868 (java) S 16857 16859 16219 0 -1 4202560 802 0 0 0 35 0 0 0 25 0 12 0 8089710 1566474240 7591 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16869] ppid=16857 vsize=1529760 CPUtime=0.4
/proc/16859/task/16869/stat : 16869 (java) S 16857 16859 16219 0 -1 4202560 1137 0 0 0 40 0 0 0 23 0 12 0 8089710 1566474240 7591 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16870] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16870/stat : 16870 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8089710 1566474240 7591 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16871] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16871/stat : 16871 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8089710 1566474240 7591 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 1529760

[startup+3.10106 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 16871
/proc/meminfo: memFree=1741128/2059040 swapFree=4170748/4192956
[pid=16859] ppid=16857 vsize=1529760 CPUtime=3.91
/proc/16859/stat : 16859 (java) S 16857 16859 16219 0 -1 4202496 9415 0 1 0 385 6 0 0 18 0 12 0 8089700 1566474240 8417 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16859/statm: 382440 8417 1409 10 0 379742 0
[pid=16859/tid=16861] ppid=16857 vsize=1529760 CPUtime=3.07
/proc/16859/task/16861/stat : 16861 (java) R 16857 16859 16219 0 -1 4202560 6410 0 1 0 303 4 0 0 25 0 12 0 8089702 1566474240 8417 1992294400 134512640 134550932 4292676624 18446744073709551615 4109882059 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16859/tid=16862] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16862/stat : 16862 (java) S 16857 16859 16219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8089703 1566474240 8417 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16863] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16863/stat : 16863 (java) S 16857 16859 16219 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 8089703 1566474240 8417 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16864] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16864/stat : 16864 (java) S 16857 16859 16219 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8089705 1566474240 8417 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16865] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16865/stat : 16865 (java) S 16857 16859 16219 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 12 0 8089706 1566474240 8417 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16866] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16866/stat : 16866 (java) S 16857 16859 16219 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8089706 1566474240 8417 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16867] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16867/stat : 16867 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8089710 1566474240 8417 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16868] ppid=16857 vsize=1529760 CPUtime=0.38
/proc/16859/task/16868/stat : 16868 (java) S 16857 16859 16219 0 -1 4202560 803 0 0 0 38 0 0 0 16 0 12 0 8089710 1566474240 8417 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16869] ppid=16857 vsize=1529760 CPUtime=0.43
/proc/16859/task/16869/stat : 16869 (java) S 16857 16859 16219 0 -1 4202560 1138 0 0 0 43 0 0 0 18 0 12 0 8089710 1566474240 8417 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16870] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16870/stat : 16870 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8089710 1566474240 8417 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16871] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16871/stat : 16871 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8089710 1566474240 8417 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 1529760

[startup+6.30196 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 16871
/proc/meminfo: memFree=1735052/2059040 swapFree=4170748/4192956
[pid=16859] ppid=16857 vsize=1529760 CPUtime=7.22
/proc/16859/stat : 16859 (java) S 16857 16859 16219 0 -1 4202496 10775 0 1 0 715 7 0 0 18 0 12 0 8089700 1566474240 9776 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16859/statm: 382440 9776 1418 10 0 379742 0
[pid=16859/tid=16861] ppid=16857 vsize=1529760 CPUtime=6.27
/proc/16859/task/16861/stat : 16861 (java) R 16857 16859 16219 0 -1 4202560 7760 0 1 0 622 5 0 0 25 0 12 0 8089702 1566474240 9776 1992294400 134512640 134550932 4292676624 18446744073709551615 4109882059 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16859/tid=16862] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16862/stat : 16862 (java) S 16857 16859 16219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8089703 1566474240 9776 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16863] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16863/stat : 16863 (java) S 16857 16859 16219 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 8089703 1566474240 9776 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16864] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16864/stat : 16864 (java) S 16857 16859 16219 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8089705 1566474240 9776 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16865] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16865/stat : 16865 (java) S 16857 16859 16219 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 12 0 8089706 1566474240 9776 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16866] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16866/stat : 16866 (java) S 16857 16859 16219 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8089706 1566474240 9776 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16867] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16867/stat : 16867 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8089710 1566474240 9776 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16868] ppid=16857 vsize=1529760 CPUtime=0.45
/proc/16859/task/16868/stat : 16868 (java) S 16857 16859 16219 0 -1 4202560 808 0 0 0 45 0 0 0 15 0 12 0 8089710 1566474240 9776 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16869] ppid=16857 vsize=1529760 CPUtime=0.47
/proc/16859/task/16869/stat : 16869 (java) S 16857 16859 16219 0 -1 4202560 1143 0 0 0 47 0 0 0 15 0 12 0 8089710 1566474240 9776 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16870] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16870/stat : 16870 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8089710 1566474240 9776 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16871] ppid=16857 vsize=1529760 CPUtime=0
/proc/16859/task/16871/stat : 16871 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8089710 1566474240 9776 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 1529760

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 16871
/proc/meminfo: memFree=1722776/2059040 swapFree=4170748/4192956
[pid=16859] ppid=16857 vsize=1530508 CPUtime=13.79
/proc/16859/stat : 16859 (java) S 16857 16859 16219 0 -1 4202496 13787 0 1 0 1370 9 0 0 18 0 12 0 8089700 1567240192 12787 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16859/statm: 382627 12787 1418 10 0 379929 0
[pid=16859/tid=16861] ppid=16857 vsize=1530508 CPUtime=12.67
/proc/16859/task/16861/stat : 16861 (java) R 16857 16859 16219 0 -1 4202560 10596 0 1 0 1260 7 0 0 25 0 12 0 8089702 1567240192 12787 1992294400 134512640 134550932 4292676624 18446744073709551615 4109882059 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16859/tid=16862] ppid=16857 vsize=1530508 CPUtime=0
/proc/16859/task/16862/stat : 16862 (java) S 16857 16859 16219 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 8089703 1567240192 12787 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16863] ppid=16857 vsize=1530508 CPUtime=0
/proc/16859/task/16863/stat : 16863 (java) S 16857 16859 16219 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 8089703 1567240192 12787 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16864] ppid=16857 vsize=1530508 CPUtime=0
/proc/16859/task/16864/stat : 16864 (java) S 16857 16859 16219 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8089705 1567240192 12787 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16865] ppid=16857 vsize=1530508 CPUtime=0
/proc/16859/task/16865/stat : 16865 (java) S 16857 16859 16219 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 12 0 8089706 1567240192 12787 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16866] ppid=16857 vsize=1530508 CPUtime=0
/proc/16859/task/16866/stat : 16866 (java) S 16857 16859 16219 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 8089706 1567240192 12787 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16867] ppid=16857 vsize=1530508 CPUtime=0
/proc/16859/task/16867/stat : 16867 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8089710 1567240192 12787 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16868] ppid=16857 vsize=1530508 CPUtime=0.45
/proc/16859/task/16868/stat : 16868 (java) S 16857 16859 16219 0 -1 4202560 808 0 0 0 45 0 0 0 15 0 12 0 8089710 1567240192 12787 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16869] ppid=16857 vsize=1530508 CPUtime=0.65
/proc/16859/task/16869/stat : 16869 (java) S 16857 16859 16219 0 -1 4202560 1319 0 0 0 64 1 0 0 15 0 12 0 8089710 1567240192 12787 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16870] ppid=16857 vsize=1530508 CPUtime=0
/proc/16859/task/16870/stat : 16870 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8089710 1567240192 12787 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16871] ppid=16857 vsize=1530508 CPUtime=0
/proc/16859/task/16871/stat : 16871 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8089710 1567240192 12787 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.79
Current children cumulated vsize (KiB) 1530508

[startup+25.5004 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 16874
/proc/meminfo: memFree=1593312/2059040 swapFree=4170748/4192956
[pid=16859] ppid=16857 vsize=1532092 CPUtime=27.55
/proc/16859/stat : 16859 (java) S 16857 16859 16219 0 -1 4202496 46848 0 1 0 2734 21 0 0 18 0 13 0 8089700 1568862208 44763 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16859/statm: 383023 44763 1440 10 0 380325 0
[pid=16859/tid=16861] ppid=16857 vsize=1532092 CPUtime=25.18
/proc/16859/task/16861/stat : 16861 (java) R 16857 16859 16219 0 -1 4202560 36216 0 1 0 2502 16 0 0 25 0 13 0 8089702 1568862208 44763 1992294400 134512640 134550932 4292676624 18446744073709551615 4109953552 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16859/tid=16862] ppid=16857 vsize=1532092 CPUtime=0.17
/proc/16859/task/16862/stat : 16862 (java) S 16857 16859 16219 0 -1 4202560 3148 0 0 0 16 1 0 0 16 0 13 0 8089703 1568862208 44763 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16863] ppid=16857 vsize=1532092 CPUtime=0.17
/proc/16859/task/16863/stat : 16863 (java) S 16857 16859 16219 0 -1 4202560 3100 0 0 0 16 1 0 0 16 0 13 0 8089703 1568862208 44763 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16864] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16864/stat : 16864 (java) S 16857 16859 16219 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 13 0 8089705 1568862208 44763 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16865] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16865/stat : 16865 (java) S 16857 16859 16219 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8089706 1568862208 44763 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16866] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16866/stat : 16866 (java) S 16857 16859 16219 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8089706 1568862208 44763 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16867] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16867/stat : 16867 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8089710 1568862208 44763 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16868] ppid=16857 vsize=1532092 CPUtime=0.89

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

[pid=16859] ppid=16857 vsize=1532092 CPUtime=1609.7
/proc/16859/stat : 16859 (java) S 16857 16859 16219 0 -1 4202496 59644 0 1 0 160877 93 0 0 18 0 13 0 8089700 1568862208 54918 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16859/statm: 383023 54918 1445 10 0 380325 0
[pid=16859/tid=16861] ppid=16857 vsize=1532092 CPUtime=1587.16
/proc/16859/task/16861/stat : 16861 (java) R 16857 16859 16219 0 -1 4202560 37447 0 1 0 158665 51 0 0 25 0 13 0 8089702 1568862208 54918 1992294400 134512640 134550932 4292676624 18446744073709551615 4110152730 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16859/tid=16862] ppid=16857 vsize=1532092 CPUtime=6.42
/proc/16859/task/16862/stat : 16862 (java) S 16857 16859 16219 0 -1 4202560 8505 0 0 0 629 13 0 0 15 0 13 0 8089703 1568862208 54918 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16863] ppid=16857 vsize=1532092 CPUtime=6.34
/proc/16859/task/16863/stat : 16863 (java) S 16857 16859 16219 0 -1 4202560 8747 0 0 0 616 18 0 0 16 0 13 0 8089703 1568862208 54918 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16864] ppid=16857 vsize=1532092 CPUtime=7.38
/proc/16859/task/16864/stat : 16864 (java) S 16857 16859 16219 0 -1 4202560 463 0 0 0 731 7 0 0 16 0 13 0 8089705 1568862208 54918 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16865] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16865/stat : 16865 (java) S 16857 16859 16219 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8089706 1568862208 54918 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16866] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16866/stat : 16866 (java) S 16857 16859 16219 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8089706 1568862208 54918 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16867] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16867/stat : 16867 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8089710 1568862208 54918 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16868] ppid=16857 vsize=1532092 CPUtime=1.15
/proc/16859/task/16868/stat : 16868 (java) S 16857 16859 16219 0 -1 4202560 1874 0 0 0 115 0 0 0 15 0 13 0 8089710 1568862208 54918 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16869] ppid=16857 vsize=1532092 CPUtime=1.18
/proc/16859/task/16869/stat : 16869 (java) S 16857 16859 16219 0 -1 4202560 1451 0 0 0 117 1 0 0 16 0 13 0 8089710 1568862208 54918 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16870] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16870/stat : 16870 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8089710 1568862208 54918 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16871] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16871/stat : 16871 (java) S 16857 16859 16219 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 8089710 1568862208 54918 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16872] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16872/stat : 16872 (java) S 16857 16859 16219 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8091139 1568862208 54918 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1609.7
Current children cumulated vsize (KiB) 1532092

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/119 16925
/proc/meminfo: memFree=1549168/2059040 swapFree=4170748/4192956
[pid=16859] ppid=16857 vsize=1532092 CPUtime=1669.9
/proc/16859/stat : 16859 (java) S 16857 16859 16219 0 -1 4202496 60061 0 1 0 166894 96 0 0 18 0 13 0 8089700 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16859/statm: 383023 55154 1445 10 0 380325 0
[pid=16859/tid=16861] ppid=16857 vsize=1532092 CPUtime=1646.56
/proc/16859/task/16861/stat : 16861 (java) R 16857 16859 16219 0 -1 4202560 37481 0 1 0 164604 52 0 0 25 0 13 0 8089702 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4110152713 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16859/tid=16862] ppid=16857 vsize=1532092 CPUtime=6.68
/proc/16859/task/16862/stat : 16862 (java) S 16857 16859 16219 0 -1 4202560 8704 0 0 0 655 13 0 0 16 0 13 0 8089703 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16863] ppid=16857 vsize=1532092 CPUtime=6.6
/proc/16859/task/16863/stat : 16863 (java) S 16857 16859 16219 0 -1 4202560 8923 0 0 0 641 19 0 0 15 0 13 0 8089703 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16864] ppid=16857 vsize=1532092 CPUtime=7.66
/proc/16859/task/16864/stat : 16864 (java) S 16857 16859 16219 0 -1 4202560 467 0 0 0 759 7 0 0 15 0 13 0 8089705 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16865] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16865/stat : 16865 (java) S 16857 16859 16219 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8089706 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16866] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16866/stat : 16866 (java) S 16857 16859 16219 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8089706 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16867] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16867/stat : 16867 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16868] ppid=16857 vsize=1532092 CPUtime=1.15
/proc/16859/task/16868/stat : 16868 (java) S 16857 16859 16219 0 -1 4202560 1874 0 0 0 115 0 0 0 15 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16869] ppid=16857 vsize=1532092 CPUtime=1.18
/proc/16859/task/16869/stat : 16869 (java) S 16857 16859 16219 0 -1 4202560 1451 0 0 0 117 1 0 0 16 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16870] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16870/stat : 16870 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16871] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16871/stat : 16871 (java) S 16857 16859 16219 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16872] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16872/stat : 16872 (java) S 16857 16859 16219 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8091139 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1669.9
Current children cumulated vsize (KiB) 1532092

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 16927
/proc/meminfo: memFree=1549044/2059040 swapFree=4170748/4192956
[pid=16859] ppid=16857 vsize=1532092 CPUtime=1730.09
/proc/16859/stat : 16859 (java) S 16857 16859 16219 0 -1 4202496 60100 0 1 0 172911 98 0 0 18 0 13 0 8089700 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16859/statm: 383023 55154 1445 10 0 380325 0
[pid=16859/tid=16861] ppid=16857 vsize=1532092 CPUtime=1705.98
/proc/16859/task/16861/stat : 16861 (java) R 16857 16859 16219 0 -1 4202560 37512 0 1 0 170546 52 0 0 25 0 13 0 8089702 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4109986350 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16859/tid=16862] ppid=16857 vsize=1532092 CPUtime=6.93
/proc/16859/task/16862/stat : 16862 (java) S 16857 16859 16219 0 -1 4202560 8704 0 0 0 679 14 0 0 15 0 13 0 8089703 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16863] ppid=16857 vsize=1532092 CPUtime=6.85
/proc/16859/task/16863/stat : 16863 (java) S 16857 16859 16219 0 -1 4202560 8923 0 0 0 665 20 0 0 15 0 13 0 8089703 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16864] ppid=16857 vsize=1532092 CPUtime=7.93
/proc/16859/task/16864/stat : 16864 (java) S 16857 16859 16219 0 -1 4202560 471 0 0 0 786 7 0 0 15 0 13 0 8089705 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16865] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16865/stat : 16865 (java) S 16857 16859 16219 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8089706 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16866] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16866/stat : 16866 (java) S 16857 16859 16219 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8089706 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16867] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16867/stat : 16867 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16868] ppid=16857 vsize=1532092 CPUtime=1.15
/proc/16859/task/16868/stat : 16868 (java) S 16857 16859 16219 0 -1 4202560 1874 0 0 0 115 0 0 0 15 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16869] ppid=16857 vsize=1532092 CPUtime=1.18
/proc/16859/task/16869/stat : 16869 (java) S 16857 16859 16219 0 -1 4202560 1451 0 0 0 117 1 0 0 16 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16870] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16870/stat : 16870 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16871] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16871/stat : 16871 (java) S 16857 16859 16219 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16872] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16872/stat : 16872 (java) S 16857 16859 16219 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8091139 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1730.09
Current children cumulated vsize (KiB) 1532092

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 16929
/proc/meminfo: memFree=1548672/2059040 swapFree=4170748/4192956
[pid=16859] ppid=16857 vsize=1532092 CPUtime=1790.28
/proc/16859/stat : 16859 (java) S 16857 16859 16219 0 -1 4202496 60135 0 1 0 178929 99 0 0 18 0 13 0 8089700 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16859/statm: 383023 55154 1445 10 0 380325 0
[pid=16859/tid=16861] ppid=16857 vsize=1532092 CPUtime=1765.34
/proc/16859/task/16861/stat : 16861 (java) R 16857 16859 16219 0 -1 4202560 37543 0 1 0 176482 52 0 0 25 0 13 0 8089702 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4110080526 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16859/tid=16862] ppid=16857 vsize=1532092 CPUtime=7.17
/proc/16859/task/16862/stat : 16862 (java) S 16857 16859 16219 0 -1 4202560 8704 0 0 0 703 14 0 0 15 0 13 0 8089703 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16863] ppid=16857 vsize=1532092 CPUtime=7.1
/proc/16859/task/16863/stat : 16863 (java) S 16857 16859 16219 0 -1 4202560 8923 0 0 0 689 21 0 0 15 0 13 0 8089703 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16864] ppid=16857 vsize=1532092 CPUtime=8.27
/proc/16859/task/16864/stat : 16864 (java) S 16857 16859 16219 0 -1 4202560 474 0 0 0 820 7 0 0 16 0 13 0 8089705 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16865] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16865/stat : 16865 (java) S 16857 16859 16219 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8089706 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16866] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16866/stat : 16866 (java) S 16857 16859 16219 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8089706 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16867] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16867/stat : 16867 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16868] ppid=16857 vsize=1532092 CPUtime=1.15
/proc/16859/task/16868/stat : 16868 (java) S 16857 16859 16219 0 -1 4202560 1874 0 0 0 115 0 0 0 15 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16869] ppid=16857 vsize=1532092 CPUtime=1.18
/proc/16859/task/16869/stat : 16869 (java) S 16857 16859 16219 0 -1 4202560 1451 0 0 0 117 1 0 0 16 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16870] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16870/stat : 16870 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16871] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16871/stat : 16871 (java) S 16857 16859 16219 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16872] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16872/stat : 16872 (java) S 16857 16859 16219 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8091139 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1790.28
Current children cumulated vsize (KiB) 1532092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 16929
/proc/meminfo: memFree=1548672/2059040 swapFree=4170748/4192956
[pid=16859] ppid=16857 vsize=1532092 CPUtime=1800
/proc/16859/stat : 16859 (java) S 16857 16859 16219 0 -1 4202496 60143 0 1 0 179901 99 0 0 18 0 13 0 8089700 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16859/statm: 383023 55154 1445 10 0 380325 0
[pid=16859/tid=16861] ppid=16857 vsize=1532092 CPUtime=1774.94
/proc/16859/task/16861/stat : 16861 (java) R 16857 16859 16219 0 -1 4202560 37547 0 1 0 177442 52 0 0 25 0 13 0 8089702 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4110015839 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16859/tid=16862] ppid=16857 vsize=1532092 CPUtime=7.2
/proc/16859/task/16862/stat : 16862 (java) S 16857 16859 16219 0 -1 4202560 8704 0 0 0 706 14 0 0 15 0 13 0 8089703 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16863] ppid=16857 vsize=1532092 CPUtime=7.13
/proc/16859/task/16863/stat : 16863 (java) S 16857 16859 16219 0 -1 4202560 8923 0 0 0 692 21 0 0 15 0 13 0 8089703 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16864] ppid=16857 vsize=1532092 CPUtime=8.33
/proc/16859/task/16864/stat : 16864 (java) S 16857 16859 16219 0 -1 4202560 476 0 0 0 826 7 0 0 15 0 13 0 8089705 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 0 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16865] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16865/stat : 16865 (java) S 16857 16859 16219 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8089706 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16866] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16866/stat : 16866 (java) S 16857 16859 16219 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8089706 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16867] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16867/stat : 16867 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16868] ppid=16857 vsize=1532092 CPUtime=1.15
/proc/16859/task/16868/stat : 16868 (java) S 16857 16859 16219 0 -1 4202560 1874 0 0 0 115 0 0 0 15 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
[pid=16859/tid=16869] ppid=16857 vsize=1532092 CPUtime=1.18
/proc/16859/task/16869/stat : 16869 (java) S 16857 16859 16219 0 -1 4202560 1451 0 0 0 117 1 0 0 16 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16870] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16870/stat : 16870 (java) S 16857 16859 16219 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16871] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16871/stat : 16871 (java) S 16857 16859 16219 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 8089710 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 0 0 0 0
[pid=16859/tid=16872] ppid=16857 vsize=1532092 CPUtime=0
/proc/16859/task/16872/stat : 16872 (java) S 16857 16859 16219 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8091139 1568862208 55154 1992294400 134512640 134550932 4292676624 18446744073709551615 4294960144 0 4 0 16800975 18446604437841531840 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1532092

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1792.09
CPU time (s): 1800.14
CPU user time (s): 1799.12
CPU system time (s): 1.02284
CPU usage (%): 100.449
Max. virtual memory (cumulated for all children) (KiB): 1533440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.02284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60161
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47590
involuntary context switches= 30064

runsolver used 3.87141 second user time and 9.51955 second system time

The end

Launcher Data

Begin job on node031 at 2010-06-16 07:59:12
IDJOB=2658624
IDBENCH=48238
IDSOLVER=1164
FILE ID=node031/2658624-1276667952
PBS_JOBID= 11172482
Free space on /tmp= 62584 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_200_25_2.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658624-1276667952/watcher-2658624-1276667952 -o /tmp/evaluation-result-2658624-1276667952/solver-2658624-1276667952 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658624-1276667952.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 219f407da86957d900e068170e9af8b6
RANDOM SEED=1773057619

node031.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.219
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.219
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1768340 kB
Buffers:         55496 kB
Cached:         118252 kB
SwapCached:       1484 kB
Active:          92892 kB
Inactive:       120036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1768340 kB
SwapTotal:     4192956 kB
SwapFree:      4170748 kB
Dirty:             436 kB
Writeback:           8 kB
AnonPages:       37540 kB
Mapped:          15376 kB
Slab:            55640 kB
PageTables:       4100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182048 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62580 MiB
End job on node031 at 2010-06-16 08:29:06