Trace number 2658625

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)-18 1800.25 1793.31

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_1.opb
MD5SUM4142356c9f50acd7c9005938f6b31a6d
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-27
Best CPU time to get the best result obtained on this benchmark1800.07
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)12408
Sum of products size (including duplicates)24816
Number of different products6204
Sum of products size12408

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.21/0.23	c Pseudo Boolean Optimization
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.23	c Expensive reason simplification
0.21/0.23	c Armin Biere (Picosat) restarts strategy
0.21/0.23	c Glucose learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	c solving HOME/instance-2658625-1276668200.opb
0.21/0.23	c reading problem ... 
15.55/14.80	c ... done. Wall clock time 14.579s.
15.55/14.80	c #vars     6604
15.55/14.80	c #constraints  13010
15.55/14.81	c constraints type 
15.55/14.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6204
15.55/14.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
15.55/14.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
15.55/14.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
26.61/25.29	c SATISFIABLE
26.61/25.29	c OPTIMIZING...
26.61/25.29	c Got one! Elapsed wall clock time (in seconds):25.061
26.61/25.29	o -16
28.14/26.76	c cleaning 2500 clauses out of 5000 with flag 5000/5000
30.32/28.79	c Got one! Elapsed wall clock time (in seconds):28.561
30.32/28.79	o -17
32.24/30.64	c Got one! Elapsed wall clock time (in seconds):30.416
32.24/30.64	o -18
39.90/38.29	c cleaning 4154 clauses out of 8500 with flag 11000/11000
50.26/48.54	c cleaning 5643 clauses out of 11346 with flag 18000/18000
63.16/61.32	c cleaning 6718 clauses out of 13703 with flag 26000/26000
77.39/75.56	c cleaning 7934 clauses out of 15985 with flag 35000/35000
93.55/91.60	c cleaning 8897 clauses out of 18051 with flag 45000/45000
110.40/108.47	c cleaning 10074 clauses out of 20154 with flag 56000/56000
131.67/129.67	c cleaning 11021 clauses out of 22080 with flag 68000/68000
150.92/148.85	c cleaning 11985 clauses out of 24059 with flag 81000/81000
170.26/168.11	c cleaning 12992 clauses out of 26074 with flag 95000/95000
194.04/191.86	c cleaning 13489 clauses out of 27082 with flag 109000/109000
218.41/216.16	c cleaning 13635 clauses out of 27593 with flag 123000/123000
244.48/242.15	c cleaning 13968 clauses out of 27958 with flag 137000/137000
267.72/265.38	c cleaning 13880 clauses out of 27990 with flag 151000/151000
293.20/290.74	c cleaning 13927 clauses out of 28110 with flag 165000/165000
317.97/315.49	c cleaning 13961 clauses out of 28183 with flag 179000/179000
344.13/341.53	c cleaning 14040 clauses out of 28222 with flag 193000/193000
369.81/367.19	c cleaning 14000 clauses out of 28182 with flag 207000/207000
392.55/389.89	c cleaning 14031 clauses out of 28182 with flag 221000/221000
413.22/410.48	c cleaning 14028 clauses out of 28151 with flag 235000/235000
434.57/431.78	c cleaning 13903 clauses out of 28123 with flag 249000/249000
459.45/456.55	c cleaning 13974 clauses out of 28220 with flag 263000/263000
484.31/481.33	c cleaning 13990 clauses out of 28246 with flag 277000/277000
508.78/505.71	c cleaning 14019 clauses out of 28256 with flag 291000/291000
529.33/526.24	c cleaning 13943 clauses out of 28237 with flag 305000/305000
548.70/545.58	c cleaning 14007 clauses out of 28294 with flag 319000/319000
565.75/562.53	c cleaning 14071 clauses out of 28287 with flag 333000/333000
583.39/580.17	c cleaning 13985 clauses out of 28216 with flag 347000/347000
602.15/598.88	c cleaning 13956 clauses out of 28231 with flag 361000/361000
620.30/616.94	c cleaning 13966 clauses out of 28275 with flag 375000/375000
637.47/634.02	c cleaning 14081 clauses out of 28309 with flag 389000/389000
655.93/652.45	c cleaning 14034 clauses out of 28228 with flag 403000/403000
672.17/668.70	c cleaning 13989 clauses out of 28194 with flag 417000/417000
687.92/684.37	c cleaning 13996 clauses out of 28205 with flag 431000/431000
707.58/703.96	c cleaning 13973 clauses out of 28209 with flag 445000/445000
727.24/723.59	c cleaning 13982 clauses out of 28236 with flag 459000/459000
746.10/742.33	c cleaning 14030 clauses out of 28254 with flag 473000/473000
763.45/759.64	c cleaning 14025 clauses out of 28224 with flag 487000/487000
781.10/777.22	c cleaning 13986 clauses out of 28199 with flag 501000/501000
796.15/792.21	c cleaning 14008 clauses out of 28213 with flag 515000/515000
812.99/809.07	c cleaning 14032 clauses out of 28205 with flag 529000/529000
830.45/826.40	c cleaning 13980 clauses out of 28173 with flag 543000/543000
847.20/843.14	c cleaning 13998 clauses out of 28193 with flag 557000/557000
864.55/860.49	c cleaning 14069 clauses out of 28195 with flag 571000/571000
880.50/876.35	c cleaning 13979 clauses out of 28126 with flag 585000/585000
897.16/892.93	c cleaning 14002 clauses out of 28147 with flag 599000/599000
916.51/912.25	c cleaning 13995 clauses out of 28145 with flag 613000/613000
936.56/932.29	c cleaning 13945 clauses out of 28150 with flag 627000/627000
953.41/949.05	c cleaning 14037 clauses out of 28205 with flag 641000/641000
974.47/970.07	c cleaning 14013 clauses out of 28168 with flag 655000/655000
997.43/992.97	c cleaning 13922 clauses out of 28155 with flag 669000/669000
1017.88/1013.34	c cleaning 14082 clauses out of 28233 with flag 683000/683000
1038.44/1033.89	c cleaning 13975 clauses out of 28151 with flag 697000/697000
1057.19/1052.58	c cleaning 14022 clauses out of 28176 with flag 711000/711000
1074.95/1070.26	c cleaning 13975 clauses out of 28154 with flag 725000/725000
1094.91/1090.11	c cleaning 13958 clauses out of 28179 with flag 739000/739000
1110.54/1105.78	c cleaning 14018 clauses out of 28221 with flag 753000/753000
1127.19/1122.30	c cleaning 14018 clauses out of 28203 with flag 767000/767000
1143.84/1138.95	c cleaning 14035 clauses out of 28185 with flag 781000/781000
1161.59/1156.61	c cleaning 14041 clauses out of 28150 with flag 795000/795000
1180.34/1175.35	c cleaning 13970 clauses out of 28109 with flag 809000/809000
1194.78/1189.71	c cleaning 14021 clauses out of 28139 with flag 823000/823000
1207.51/1202.42	c cleaning 14003 clauses out of 28118 with flag 837000/837000
1219.35/1214.21	c cleaning 14026 clauses out of 28115 with flag 851000/851000
1235.00/1229.89	c cleaning 13979 clauses out of 28089 with flag 865000/865000
1253.24/1248.08	c cleaning 13937 clauses out of 28110 with flag 879000/879000
1272.91/1267.68	c cleaning 14009 clauses out of 28173 with flag 893000/893000
1294.28/1288.97	c cleaning 14018 clauses out of 28164 with flag 907000/907000
1313.55/1308.11	c cleaning 13925 clauses out of 28146 with flag 921000/921000
1333.32/1327.81	c cleaning 14012 clauses out of 28221 with flag 935000/935000
1349.36/1343.83	c cleaning 14091 clauses out of 28209 with flag 949000/949000
1364.50/1358.99	c cleaning 13999 clauses out of 28118 with flag 963000/963000
1379.76/1374.11	c cleaning 14006 clauses out of 28119 with flag 977000/977000
1395.03/1389.38	c cleaning 14043 clauses out of 28113 with flag 991000/991000
1409.17/1403.47	c cleaning 13961 clauses out of 28070 with flag 1005000/1005000
1423.92/1418.13	c cleaning 14020 clauses out of 28109 with flag 1019000/1019000
1444.38/1438.51	c cleaning 13973 clauses out of 28089 with flag 1033000/1033000
1461.14/1455.22	c cleaning 14023 clauses out of 28116 with flag 1047000/1047000
1476.78/1470.88	c cleaning 14018 clauses out of 28093 with flag 1061000/1061000
1491.83/1485.88	c cleaning 13960 clauses out of 28075 with flag 1075000/1075000
1504.85/1498.89	c cleaning 14023 clauses out of 28115 with flag 1089000/1089000
1517.49/1511.48	c cleaning 13993 clauses out of 28092 with flag 1103000/1103000
1529.81/1523.73	c cleaning 13984 clauses out of 28099 with flag 1117000/1117000
1544.25/1538.16	c cleaning 13969 clauses out of 28115 with flag 1131000/1131000
1561.00/1554.87	c cleaning 13993 clauses out of 28146 with flag 1145000/1145000
1577.06/1570.85	c cleaning 14012 clauses out of 28153 with flag 1159000/1159000
1591.41/1585.15	c cleaning 13999 clauses out of 28141 with flag 1173000/1173000
1606.14/1599.86	c cleaning 13946 clauses out of 28142 with flag 1187000/1187000
1623.09/1616.72	c cleaning 14029 clauses out of 28196 with flag 1201000/1201000
1636.34/1629.98	c cleaning 14039 clauses out of 28167 with flag 1215000/1215000
1647.77/1641.39	c cleaning 13993 clauses out of 28128 with flag 1229000/1229000
1658.70/1652.24	c cleaning 14026 clauses out of 28135 with flag 1243000/1243000
1671.12/1664.60	c cleaning 13909 clauses out of 28109 with flag 1257000/1257000
1688.17/1681.64	c cleaning 14003 clauses out of 28200 with flag 1271000/1271000
1704.02/1697.44	c cleaning 14083 clauses out of 28197 with flag 1285000/1285000
1717.56/1710.97	c cleaning 13999 clauses out of 28114 with flag 1299000/1299000
1730.49/1723.82	c cleaning 13998 clauses out of 28115 with flag 1313000/1313000
1742.91/1736.30	c cleaning 13920 clauses out of 28117 with flag 1327000/1327000
1760.47/1753.73	c cleaning 13940 clauses out of 28197 with flag 1341000/1341000
1779.33/1772.58	c cleaning 14061 clauses out of 28257 with flag 1355000/1355000
1800.10/1793.21	c starts		: 207
1800.10/1793.21	c conflicts		: 1368770
1800.10/1793.21	c decisions		: 1435769
1800.10/1793.21	c propagations		: 55675747
1800.10/1793.21	c inspects		: 1550962795
1800.10/1793.21	c learnt literals	: 0
1800.10/1793.21	c learnt binary clauses	: 0
1800.10/1793.21	c learnt ternary clauses	: 430
1800.10/1793.21	c learnt clauses	: 1368769
1800.10/1793.21	c ignored clauses	: 0
1800.10/1793.21	c root simplifications	: 0
1800.10/1793.21	c removed literals (reason simplification)	: 156114894
1800.10/1793.21	c reason swapping (by a shorter reason)	: 0
1800.10/1793.21	c Calls to reduceDB	: 100
1800.10/1793.21	c number of reductions to clauses (during analyze)	: 0
1800.10/1793.21	c number of learned constraints concerned by reduction	: 0
1800.10/1793.21	c number of learning phase by resolution	: 0
1800.10/1793.21	c number of learning phase by cutting planes	: 0
1800.10/1793.21	c speed (assignments/second)	: 31587.821760270515
1800.10/1793.21	c non guided choices	0
1800.10/1793.24	c learnt constraints type 
1800.10/1793.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 27972
1800.10/1793.24	c constraints type 
1800.10/1793.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6204
1800.10/1793.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.10/1793.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.10/1793.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
1800.10/1793.24	s SATISFIABLE
1800.10/1793.24	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.10/1793.24	c objective function=-18
1800.10/1793.24	c Total wall clock time (in seconds): 1793.017

Verifier Data

OK	-18

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658625-1276668200/watcher-2658625-1276668200 -o /tmp/evaluation-result-2658625-1276668200/solver-2658625-1276668200 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658625-1276668200.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: 0.92 0.98 0.99 3/106 14032
/proc/meminfo: memFree=1726384/2059040 swapFree=4141376/4192956
[pid=14032] ppid=14030 vsize=1832 CPUtime=0
/proc/14032/stat : 14032 (java6) R 14030 14032 13665 0 -1 4194304 207 0 0 0 0 0 0 0 19 0 1 0 8112390 1875968 113 1992294400 134512640 134550932 4292792544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14032/statm: 458 114 88 10 0 63 0

[startup+0.063232 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 14032
/proc/meminfo: memFree=1726384/2059040 swapFree=4141376/4192956
[pid=14032] ppid=14030 vsize=1521664 CPUtime=0.04
/proc/14032/stat : 14032 (java) S 14030 14032 13665 0 -1 4202496 3627 0 1 0 2 2 0 0 15 0 7 0 8112390 1558183936 3069 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/14032/statm: 380416 3069 1024 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.100231 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 14032
/proc/meminfo: memFree=1726384/2059040 swapFree=4141376/4192956
[pid=14032] ppid=14030 vsize=1524184 CPUtime=0.08
/proc/14032/stat : 14032 (java) S 14030 14032 13665 0 -1 4202496 3946 0 1 0 5 3 0 0 15 0 12 0 8112390 1560764416 3385 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14032/statm: 381046 3385 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300225 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 14032
/proc/meminfo: memFree=1726384/2059040 swapFree=4141376/4192956
[pid=14032] ppid=14030 vsize=1526704 CPUtime=0.33
/proc/14032/stat : 14032 (java) S 14030 14032 13665 0 -1 4202496 5423 0 1 0 30 3 0 0 15 0 12 0 8112390 1563344896 4860 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14032/statm: 381676 4860 1354 10 0 378978 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526704

[startup+0.700214 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 14032
/proc/meminfo: memFree=1726384/2059040 swapFree=4141376/4192956
[pid=14032] ppid=14030 vsize=1529240 CPUtime=0.94
/proc/14032/stat : 14032 (java) S 14030 14032 13665 0 -1 4202496 6958 0 1 0 90 4 0 0 15 0 12 0 8112390 1565941760 6203 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14032/statm: 382310 6203 1409 10 0 379612 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1529240

[startup+1.50119 s]
/proc/loadavg: 0.92 0.98 0.99 4/118 14044
/proc/meminfo: memFree=1703784/2059040 swapFree=4141376/4192956
[pid=14032] ppid=14030 vsize=1529712 CPUtime=1.96
/proc/14032/stat : 14032 (java) S 14030 14032 13665 0 -1 4202496 8441 0 1 0 191 5 0 0 15 0 12 0 8112390 1566425088 7363 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14032/statm: 382428 7363 1409 10 0 379730 0
[pid=14032/tid=14034] ppid=14030 vsize=1529712 CPUtime=1.26
/proc/14032/task/14034/stat : 14034 (java) R 14030 14032 13665 0 -1 4202560 5362 0 1 0 123 3 0 0 18 0 12 0 8112391 1566425088 7363 1992294400 134512640 134550932 4286608912 18446744073709551615 4109286260 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14032/tid=14035] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14035/stat : 14035 (java) S 14030 14032 13665 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8112393 1566425088 7363 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14036] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14036/stat : 14036 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 8112393 1566425088 7363 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14037] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14037/stat : 14037 (java) S 14030 14032 13665 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8112395 1566425088 7363 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14038] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14038/stat : 14038 (java) S 14030 14032 13665 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8112395 1566425088 7363 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14039] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14039/stat : 14039 (java) S 14030 14032 13665 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8112395 1566425088 7363 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14040] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14040/stat : 14040 (java) S 14030 14032 13665 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8112399 1566425088 7363 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14041] ppid=14030 vsize=1529712 CPUtime=0.29
/proc/14032/task/14041/stat : 14041 (java) S 14030 14032 13665 0 -1 4202560 612 0 0 0 29 0 0 0 15 0 12 0 8112399 1566425088 7363 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14042] ppid=14030 vsize=1529712 CPUtime=0.37
/proc/14032/task/14042/stat : 14042 (java) S 14030 14032 13665 0 -1 4202560 1405 0 0 0 37 0 0 0 16 0 12 0 8112399 1566425088 7363 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14043] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14043/stat : 14043 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 8112399 1566425088 7363 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14044] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14044/stat : 14044 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8112399 1566425088 7363 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1529712

[startup+3.10115 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 14044
/proc/meminfo: memFree=1699940/2059040 swapFree=4141376/4192956
[pid=14032] ppid=14030 vsize=1529712 CPUtime=3.64
/proc/14032/stat : 14032 (java) S 14030 14032 13665 0 -1 4202496 9398 0 1 0 358 6 0 0 15 0 12 0 8112390 1566425088 8320 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14032/statm: 382428 8320 1409 10 0 379730 0
[pid=14032/tid=14034] ppid=14030 vsize=1529712 CPUtime=2.85
/proc/14032/task/14034/stat : 14034 (java) R 14030 14032 13665 0 -1 4202560 6312 0 1 0 281 4 0 0 21 0 12 0 8112391 1566425088 8320 1992294400 134512640 134550932 4286608912 18446744073709551615 4109571713 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14032/tid=14035] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14035/stat : 14035 (java) S 14030 14032 13665 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8112393 1566425088 8320 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14036] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14036/stat : 14036 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 8112393 1566425088 8320 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14037] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14037/stat : 14037 (java) S 14030 14032 13665 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8112395 1566425088 8320 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14038] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14038/stat : 14038 (java) S 14030 14032 13665 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8112395 1566425088 8320 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14039] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14039/stat : 14039 (java) S 14030 14032 13665 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8112395 1566425088 8320 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14040] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14040/stat : 14040 (java) S 14030 14032 13665 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8112399 1566425088 8320 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14041] ppid=14030 vsize=1529712 CPUtime=0.33
/proc/14032/task/14041/stat : 14041 (java) S 14030 14032 13665 0 -1 4202560 617 0 0 0 33 0 0 0 15 0 12 0 8112399 1566425088 8320 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14042] ppid=14030 vsize=1529712 CPUtime=0.43
/proc/14032/task/14042/stat : 14042 (java) S 14030 14032 13665 0 -1 4202560 1407 0 0 0 43 0 0 0 15 0 12 0 8112399 1566425088 8320 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14043] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14043/stat : 14043 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 8112399 1566425088 8320 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14044] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14044/stat : 14044 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8112399 1566425088 8320 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1529712

[startup+6.30106 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 14044
/proc/meminfo: memFree=1693864/2059040 swapFree=4141376/4192956
[pid=14032] ppid=14030 vsize=1529712 CPUtime=6.92
/proc/14032/stat : 14032 (java) S 14030 14032 13665 0 -1 4202496 10746 0 1 0 685 7 0 0 15 0 12 0 8112390 1566425088 9666 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14032/statm: 382428 9666 1418 10 0 379730 0
[pid=14032/tid=14034] ppid=14030 vsize=1529712 CPUtime=6.02
/proc/14032/task/14034/stat : 14034 (java) R 14030 14032 13665 0 -1 4202560 7651 0 1 0 597 5 0 0 25 0 12 0 8112391 1566425088 9666 1992294400 134512640 134550932 4286608912 18446744073709551615 4109571137 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14032/tid=14035] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14035/stat : 14035 (java) S 14030 14032 13665 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8112393 1566425088 9666 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14036] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14036/stat : 14036 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 8112393 1566425088 9666 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14037] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14037/stat : 14037 (java) S 14030 14032 13665 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8112395 1566425088 9666 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14038] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14038/stat : 14038 (java) S 14030 14032 13665 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8112395 1566425088 9666 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14039] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14039/stat : 14039 (java) S 14030 14032 13665 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8112395 1566425088 9666 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14040] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14040/stat : 14040 (java) S 14030 14032 13665 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8112399 1566425088 9666 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14041] ppid=14030 vsize=1529712 CPUtime=0.34
/proc/14032/task/14041/stat : 14041 (java) S 14030 14032 13665 0 -1 4202560 618 0 0 0 34 0 0 0 15 0 12 0 8112399 1566425088 9666 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14042] ppid=14030 vsize=1529712 CPUtime=0.53
/proc/14032/task/14042/stat : 14042 (java) S 14030 14032 13665 0 -1 4202560 1415 0 0 0 53 0 0 0 15 0 12 0 8112399 1566425088 9666 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14043] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14043/stat : 14043 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 8112399 1566425088 9666 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14044] ppid=14030 vsize=1529712 CPUtime=0
/proc/14032/task/14044/stat : 14044 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8112399 1566425088 9666 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 1529712

[startup+12.7009 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 14044
/proc/meminfo: memFree=1682456/2059040 swapFree=4141376/4192956
[pid=14032] ppid=14030 vsize=1530408 CPUtime=13.44
/proc/14032/stat : 14032 (java) S 14030 14032 13665 0 -1 4202496 13677 0 1 0 1335 9 0 0 15 0 12 0 8112390 1567137792 12529 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14032/statm: 382602 12529 1418 10 0 379904 0
[pid=14032/tid=14034] ppid=14030 vsize=1530408 CPUtime=12.38
/proc/14032/task/14034/stat : 14034 (java) R 14030 14032 13665 0 -1 4202560 10371 0 1 0 1231 7 0 0 25 0 12 0 8112391 1567137792 12529 1992294400 134512640 134550932 4286608912 18446744073709551615 4109571459 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14032/tid=14035] ppid=14030 vsize=1530408 CPUtime=0
/proc/14032/task/14035/stat : 14035 (java) S 14030 14032 13665 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8112393 1567137792 12529 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14036] ppid=14030 vsize=1530408 CPUtime=0
/proc/14032/task/14036/stat : 14036 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 8112393 1567137792 12529 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14037] ppid=14030 vsize=1530408 CPUtime=0
/proc/14032/task/14037/stat : 14037 (java) S 14030 14032 13665 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8112395 1567137792 12529 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14038] ppid=14030 vsize=1530408 CPUtime=0
/proc/14032/task/14038/stat : 14038 (java) S 14030 14032 13665 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8112395 1567137792 12529 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14039] ppid=14030 vsize=1530408 CPUtime=0
/proc/14032/task/14039/stat : 14039 (java) S 14030 14032 13665 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8112395 1567137792 12529 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14040] ppid=14030 vsize=1530408 CPUtime=0
/proc/14032/task/14040/stat : 14040 (java) S 14030 14032 13665 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 8112399 1567137792 12529 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14041] ppid=14030 vsize=1530408 CPUtime=0.46
/proc/14032/task/14041/stat : 14041 (java) S 14030 14032 13665 0 -1 4202560 828 0 0 0 46 0 0 0 16 0 12 0 8112399 1567137792 12529 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14042] ppid=14030 vsize=1530408 CPUtime=0.57
/proc/14032/task/14042/stat : 14042 (java) S 14030 14032 13665 0 -1 4202560 1416 0 0 0 57 0 0 0 16 0 12 0 8112399 1567137792 12529 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14043] ppid=14030 vsize=1530408 CPUtime=0
/proc/14032/task/14043/stat : 14043 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 8112399 1567137792 12529 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14044] ppid=14030 vsize=1530408 CPUtime=0
/proc/14032/task/14044/stat : 14044 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8112399 1567137792 12529 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.44
Current children cumulated vsize (KiB) 1530408

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/119 14045
/proc/meminfo: memFree=1553984/2059040 swapFree=4141376/4192956
[pid=14032] ppid=14030 vsize=1529772 CPUtime=26.94
/proc/14032/stat : 14032 (java) S 14030 14032 13665 0 -1 4202496 45901 0 1 0 2672 22 0 0 15 0 13 0 8112390 1566486528 44219 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14032/statm: 382443 44219 1440 10 0 379745 0
[pid=14032/tid=14034] ppid=14030 vsize=1529772 CPUtime=24.74
/proc/14032/task/14034/stat : 14034 (java) R 14030 14032 13665 0 -1 4202560 36168 0 1 0 2457 17 0 0 25 0 13 0 8112391 1566486528 44219 1992294400 134512640 134550932 4286608912 18446744073709551615 4109879293 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14032/tid=14035] ppid=14030 vsize=1529772 CPUtime=0.17
/proc/14032/task/14035/stat : 14035 (java) S 14030 14032 13665 0 -1 4202560 3247 0 0 0 16 1 0 0 16 0 13 0 8112393 1566486528 44219 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14036] ppid=14030 vsize=1529772 CPUtime=0.15
/proc/14032/task/14036/stat : 14036 (java) S 14030 14032 13665 0 -1 4202560 3046 0 0 0 15 0 0 0 16 0 13 0 8112393 1566486528 44219 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14037] ppid=14030 vsize=1529772 CPUtime=0
/proc/14032/task/14037/stat : 14037 (java) S 14030 14032 13665 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 13 0 8112395 1566486528 44219 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14038] ppid=14030 vsize=1529772 CPUtime=0
/proc/14032/task/14038/stat : 14038 (java) S 14030 14032 13665 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8112395 1566486528 44219 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14039] ppid=14030 vsize=1529772 CPUtime=0
/proc/14032/task/14039/stat : 14039 (java) S 14030 14032 13665 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8112395 1566486528 44219 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14040] ppid=14030 vsize=1529772 CPUtime=0
/proc/14032/task/14040/stat : 14040 (java) S 14030 14032 13665 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8112399 1566486528 44219 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14041] ppid=14030 vsize=1529772 CPUtime=0.79

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

[pid=14032] ppid=14030 vsize=1530216 CPUtime=1608.65
/proc/14032/stat : 14032 (java) S 14030 14032 13665 0 -1 4202496 60034 0 1 0 160774 91 0 0 15 0 13 0 8112390 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14032/statm: 382554 54957 1445 10 0 379856 0
[pid=14032/tid=14034] ppid=14030 vsize=1530216 CPUtime=1589.34
/proc/14032/task/14034/stat : 14034 (java) R 14030 14032 13665 0 -1 4202560 37375 0 1 0 158884 50 0 0 25 0 13 0 8112391 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4109803790 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14032/tid=14035] ppid=14030 vsize=1530216 CPUtime=5.67
/proc/14032/task/14035/stat : 14035 (java) S 14030 14032 13665 0 -1 4202560 9404 0 0 0 552 15 0 0 15 0 13 0 8112393 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14036] ppid=14030 vsize=1530216 CPUtime=5.59
/proc/14032/task/14036/stat : 14036 (java) S 14030 14032 13665 0 -1 4202560 8553 0 0 0 545 14 0 0 16 0 13 0 8112393 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14037] ppid=14030 vsize=1530216 CPUtime=5.76
/proc/14032/task/14037/stat : 14037 (java) S 14030 14032 13665 0 -1 4202560 550 0 0 0 568 8 0 0 15 0 13 0 8112395 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14038] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14038/stat : 14038 (java) S 14030 14032 13665 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8112395 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14039] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14039/stat : 14039 (java) S 14030 14032 13665 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8112395 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14040] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14040/stat : 14040 (java) S 14030 14032 13665 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8112399 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14041] ppid=14030 vsize=1530216 CPUtime=1.02
/proc/14032/task/14041/stat : 14041 (java) S 14030 14032 13665 0 -1 4202560 1473 0 0 0 101 1 0 0 15 0 13 0 8112399 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14042] ppid=14030 vsize=1530216 CPUtime=1.22
/proc/14032/task/14042/stat : 14042 (java) S 14030 14032 13665 0 -1 4202560 1524 0 0 0 121 1 0 0 15 0 13 0 8112399 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14043] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14043/stat : 14043 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8112399 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14044] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14044/stat : 14044 (java) S 14030 14032 13665 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 8112399 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14045] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14045/stat : 14045 (java) S 14030 14032 13665 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8113874 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1608.65
Current children cumulated vsize (KiB) 1530216

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14089
/proc/meminfo: memFree=1508600/2059040 swapFree=4141376/4192956
[pid=14032] ppid=14030 vsize=1530216 CPUtime=1668.81
/proc/14032/stat : 14032 (java) S 14030 14032 13665 0 -1 4202496 60071 0 1 0 166787 94 0 0 15 0 13 0 8112390 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14032/statm: 382554 54957 1445 10 0 379856 0
[pid=14032/tid=14034] ppid=14030 vsize=1530216 CPUtime=1648.82
/proc/14032/task/14034/stat : 14034 (java) R 14030 14032 13665 0 -1 4202560 37404 0 1 0 164830 52 0 0 25 0 13 0 8112391 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4109803751 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14032/tid=14035] ppid=14030 vsize=1530216 CPUtime=5.88
/proc/14032/task/14035/stat : 14035 (java) S 14030 14032 13665 0 -1 4202560 9404 0 0 0 573 15 0 0 15 0 13 0 8112393 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14036] ppid=14030 vsize=1530216 CPUtime=5.8
/proc/14032/task/14036/stat : 14036 (java) S 14030 14032 13665 0 -1 4202560 8553 0 0 0 565 15 0 0 15 0 13 0 8112393 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14037] ppid=14030 vsize=1530216 CPUtime=6.02
/proc/14032/task/14037/stat : 14037 (java) S 14030 14032 13665 0 -1 4202560 554 0 0 0 594 8 0 0 15 0 13 0 8112395 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14038] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14038/stat : 14038 (java) S 14030 14032 13665 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8112395 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14039] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14039/stat : 14039 (java) S 14030 14032 13665 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8112395 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14040] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14040/stat : 14040 (java) S 14030 14032 13665 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8112399 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14041] ppid=14030 vsize=1530216 CPUtime=1.02
/proc/14032/task/14041/stat : 14041 (java) S 14030 14032 13665 0 -1 4202560 1473 0 0 0 101 1 0 0 15 0 13 0 8112399 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14042] ppid=14030 vsize=1530216 CPUtime=1.22
/proc/14032/task/14042/stat : 14042 (java) S 14030 14032 13665 0 -1 4202560 1524 0 0 0 121 1 0 0 15 0 13 0 8112399 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14043] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14043/stat : 14043 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8112399 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14044] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14044/stat : 14044 (java) S 14030 14032 13665 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 8112399 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14045] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14045/stat : 14045 (java) S 14030 14032 13665 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8113874 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1668.81
Current children cumulated vsize (KiB) 1530216

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14091
/proc/meminfo: memFree=1508600/2059040 swapFree=4141376/4192956
[pid=14032] ppid=14030 vsize=1530216 CPUtime=1728.99
/proc/14032/stat : 14032 (java) S 14030 14032 13665 0 -1 4202496 60110 0 1 0 172801 98 0 0 15 0 13 0 8112390 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14032/statm: 382554 54957 1445 10 0 379856 0
[pid=14032/tid=14034] ppid=14030 vsize=1530216 CPUtime=1708.28
/proc/14032/task/14034/stat : 14034 (java) R 14030 14032 13665 0 -1 4202560 37435 0 1 0 170774 54 0 0 25 0 13 0 8112391 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4109900972 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14032/tid=14035] ppid=14030 vsize=1530216 CPUtime=6.11
/proc/14032/task/14035/stat : 14035 (java) S 14030 14032 13665 0 -1 4202560 9404 0 0 0 595 16 0 0 15 0 13 0 8112393 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14036] ppid=14030 vsize=1530216 CPUtime=6.01
/proc/14032/task/14036/stat : 14036 (java) S 14030 14032 13665 0 -1 4202560 8553 0 0 0 586 15 0 0 15 0 13 0 8112393 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14037] ppid=14030 vsize=1530216 CPUtime=6.29
/proc/14032/task/14037/stat : 14037 (java) S 14030 14032 13665 0 -1 4202560 558 0 0 0 621 8 0 0 15 0 13 0 8112395 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14038] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14038/stat : 14038 (java) S 14030 14032 13665 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8112395 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14039] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14039/stat : 14039 (java) S 14030 14032 13665 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8112395 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14040] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14040/stat : 14040 (java) S 14030 14032 13665 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8112399 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14041] ppid=14030 vsize=1530216 CPUtime=1.02
/proc/14032/task/14041/stat : 14041 (java) S 14030 14032 13665 0 -1 4202560 1473 0 0 0 101 1 0 0 15 0 13 0 8112399 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14042] ppid=14030 vsize=1530216 CPUtime=1.22
/proc/14032/task/14042/stat : 14042 (java) S 14030 14032 13665 0 -1 4202560 1524 0 0 0 121 1 0 0 15 0 13 0 8112399 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14043] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14043/stat : 14043 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8112399 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14044] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14044/stat : 14044 (java) S 14030 14032 13665 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 8112399 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14045] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14045/stat : 14045 (java) S 14030 14032 13665 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8113874 1566941184 54957 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1728.99
Current children cumulated vsize (KiB) 1530216

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14096
/proc/meminfo: memFree=1507476/2059040 swapFree=4141376/4192956
[pid=14032] ppid=14030 vsize=1530216 CPUtime=1789.16
/proc/14032/stat : 14032 (java) S 14030 14032 13665 0 -1 4202496 60362 0 1 0 178814 102 0 0 15 0 13 0 8112390 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14032/statm: 382554 55138 1445 10 0 379856 0
[pid=14032/tid=14034] ppid=14030 vsize=1530216 CPUtime=1767.68
/proc/14032/task/14034/stat : 14034 (java) R 14030 14032 13665 0 -1 4202560 37469 0 1 0 176712 56 0 0 25 0 13 0 8112391 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4109946435 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14032/tid=14035] ppid=14030 vsize=1530216 CPUtime=6.37
/proc/14032/task/14035/stat : 14035 (java) S 14030 14032 13665 0 -1 4202560 9495 0 0 0 621 16 0 0 15 0 13 0 8112393 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14036] ppid=14030 vsize=1530216 CPUtime=6.26
/proc/14032/task/14036/stat : 14036 (java) S 14030 14032 13665 0 -1 4202560 8672 0 0 0 609 17 0 0 16 0 13 0 8112393 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14037] ppid=14030 vsize=1530216 CPUtime=6.55
/proc/14032/task/14037/stat : 14037 (java) S 14030 14032 13665 0 -1 4202560 562 0 0 0 647 8 0 0 15 0 13 0 8112395 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14038] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14038/stat : 14038 (java) S 14030 14032 13665 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8112395 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14039] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14039/stat : 14039 (java) S 14030 14032 13665 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8112395 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14040] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14040/stat : 14040 (java) S 14030 14032 13665 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8112399 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14041] ppid=14030 vsize=1530216 CPUtime=1.02
/proc/14032/task/14041/stat : 14041 (java) S 14030 14032 13665 0 -1 4202560 1473 0 0 0 101 1 0 0 15 0 13 0 8112399 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14042] ppid=14030 vsize=1530216 CPUtime=1.22
/proc/14032/task/14042/stat : 14042 (java) S 14030 14032 13665 0 -1 4202560 1524 0 0 0 121 1 0 0 15 0 13 0 8112399 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14043] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14043/stat : 14043 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8112399 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14044] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14044/stat : 14044 (java) S 14030 14032 13665 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8112399 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14045] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14045/stat : 14045 (java) S 14030 14032 13665 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8113874 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1789.16
Current children cumulated vsize (KiB) 1530216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14096
/proc/meminfo: memFree=1507476/2059040 swapFree=4141376/4192956
[pid=14032] ppid=14030 vsize=1530216 CPUtime=1800.1
/proc/14032/stat : 14032 (java) S 14030 14032 13665 0 -1 4202496 60368 0 1 0 179907 103 0 0 15 0 13 0 8112390 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14032/statm: 382554 55138 1445 10 0 379856 0
[pid=14032/tid=14034] ppid=14030 vsize=1530216 CPUtime=1778.52
/proc/14032/task/14034/stat : 14034 (java) R 14030 14032 13665 0 -1 4202560 37475 0 1 0 177796 56 0 0 25 0 13 0 8112391 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4109946420 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14032/tid=14035] ppid=14030 vsize=1530216 CPUtime=6.42
/proc/14032/task/14035/stat : 14035 (java) S 14030 14032 13665 0 -1 4202560 9495 0 0 0 626 16 0 0 15 0 13 0 8112393 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14036] ppid=14030 vsize=1530216 CPUtime=6.3
/proc/14032/task/14036/stat : 14036 (java) S 14030 14032 13665 0 -1 4202560 8672 0 0 0 613 17 0 0 15 0 13 0 8112393 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14037] ppid=14030 vsize=1530216 CPUtime=6.55
/proc/14032/task/14037/stat : 14037 (java) S 14030 14032 13665 0 -1 4202560 562 0 0 0 647 8 0 0 15 0 13 0 8112395 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 0 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14038] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14038/stat : 14038 (java) S 14030 14032 13665 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8112395 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14039] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14039/stat : 14039 (java) S 14030 14032 13665 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8112395 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14040] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14040/stat : 14040 (java) S 14030 14032 13665 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 8112399 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14041] ppid=14030 vsize=1530216 CPUtime=1.02
/proc/14032/task/14041/stat : 14041 (java) S 14030 14032 13665 0 -1 4202560 1473 0 0 0 101 1 0 0 15 0 13 0 8112399 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14042] ppid=14030 vsize=1530216 CPUtime=1.22
/proc/14032/task/14042/stat : 14042 (java) S 14030 14032 13665 0 -1 4202560 1524 0 0 0 121 1 0 0 15 0 13 0 8112399 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14043] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14043/stat : 14043 (java) S 14030 14032 13665 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 8112399 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 0 0 0 0
[pid=14032/tid=14044] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14044/stat : 14044 (java) S 14030 14032 13665 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8112399 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
[pid=14032/tid=14045] ppid=14030 vsize=1530216 CPUtime=0
/proc/14032/task/14045/stat : 14045 (java) S 14030 14032 13665 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8113874 1566941184 55138 1992294400 134512640 134550932 4286608912 18446744073709551615 4294960144 0 4 0 16800975 18446604437846565184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1530216

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): 1793.31
CPU time (s): 1800.25
CPU user time (s): 1799.19
CPU system time (s): 1.05984
CPU usage (%): 100.387
Max. virtual memory (cumulated for all children) (KiB): 1531344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.05984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60387
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= 47403
involuntary context switches= 30954

runsolver used 3.85941 second user time and 9.31958 second system time

The end

Launcher Data

Begin job on node043 at 2010-06-16 08:03:20
IDJOB=2658625
IDBENCH=48239
IDSOLVER=1164
FILE ID=node043/2658625-1276668200
PBS_JOBID= 11172506
Free space on /tmp= 62296 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_1.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658625-1276668200/watcher-2658625-1276668200 -o /tmp/evaluation-result-2658625-1276668200/solver-2658625-1276668200 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658625-1276668200.opb

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

MD5SUM BENCH= 4142356c9f50acd7c9005938f6b31a6d
RANDOM SEED=665524225

node043.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.241
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.48
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.241
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.37
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1726788 kB
Buffers:         99052 kB
Cached:         140640 kB
SwapCached:       6264 kB
Active:         106308 kB
Inactive:       147632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1726788 kB
SwapTotal:     4192956 kB
SwapFree:      4141376 kB
Dirty:             436 kB
Writeback:           0 kB
AnonPages:       11880 kB
Mapped:          13696 kB
Slab:            56448 kB
PageTables:       4044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181684 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62296 MiB
End job on node043 at 2010-06-16 08:33:15