Trace number 2658668

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)-16 1800.01 1792.92

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_200_25_4.opb
MD5SUMf7dd1b6b0a4946caf4c26a82905ed8fe
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.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -34
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)12520
Sum of products size (including duplicates)25040
Number of different products6260
Sum of products size12520

Quality of the solution as a function of time


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

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.25/0.20	c Pseudo Boolean Optimization
0.25/0.20	c --- Begin Solver configuration ---
0.25/0.20	c Stops conflict analysis at the first Unique Implication Point
0.25/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.25/0.20	c Learn all clauses as in MiniSAT
0.25/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.20	c Expensive reason simplification
0.25/0.20	c Armin Biere (Picosat) restarts strategy
0.25/0.20	c Glucose learned constraints deletion strategy
0.25/0.20	c timeout=2147483s
0.25/0.20	c DB Simplification allowed=false
0.25/0.20	c --- End Solver configuration ---
0.25/0.20	c solving HOME/instance-2658668-1276674821.opb
0.25/0.20	c reading problem ... 
15.29/14.52	c ... done. Wall clock time 14.321s.
15.29/14.52	c #vars     6660
15.29/14.52	c #constraints  13122
15.29/14.52	c constraints type 
15.29/14.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6260
15.29/14.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 402
15.29/14.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
15.29/14.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6260
21.93/20.50	c SATISFIABLE
21.93/20.50	c OPTIMIZING...
21.93/20.50	c Got one! Elapsed wall clock time (in seconds):20.305
21.93/20.50	o -15
26.58/25.13	c Got one! Elapsed wall clock time (in seconds):24.93
26.58/25.13	o -16
28.50/27.05	c cleaning 2499 clauses out of 5000 with flag 5000/5000
38.83/37.16	c cleaning 4153 clauses out of 8501 with flag 11000/11000
50.78/49.03	c cleaning 5645 clauses out of 11348 with flag 18000/18000
60.25/58.44	c cleaning 6852 clauses out of 13703 with flag 26000/26000
71.23/69.35	c cleaning 7885 clauses out of 15851 with flag 35000/35000
86.36/84.42	c cleaning 8834 clauses out of 17966 with flag 45000/45000
102.81/100.81	c cleaning 9915 clauses out of 20132 with flag 56000/56000
120.76/118.78	c cleaning 10976 clauses out of 22217 with flag 68000/68000
143.82/141.80	c cleaning 12044 clauses out of 24241 with flag 81000/81000
167.27/165.11	c cleaning 13070 clauses out of 26197 with flag 95000/95000
190.04/187.89	c cleaning 13510 clauses out of 27127 with flag 109000/109000
212.91/210.68	c cleaning 13750 clauses out of 27617 with flag 123000/123000
233.78/231.44	c cleaning 13891 clauses out of 27867 with flag 137000/137000
255.63/253.22	c cleaning 13943 clauses out of 27976 with flag 151000/151000
275.60/273.19	c cleaning 13916 clauses out of 28033 with flag 165000/165000
291.35/288.89	c cleaning 14016 clauses out of 28117 with flag 179000/179000
310.82/308.20	c cleaning 13908 clauses out of 28101 with flag 193000/193000
332.38/329.79	c cleaning 13949 clauses out of 28193 with flag 207000/207000
353.94/351.21	c cleaning 13996 clauses out of 28244 with flag 221000/221000
374.80/372.05	c cleaning 14028 clauses out of 28248 with flag 235000/235000
393.55/390.70	c cleaning 14058 clauses out of 28220 with flag 249000/249000
412.22/409.36	c cleaning 13971 clauses out of 28162 with flag 263000/263000
432.48/429.53	c cleaning 14000 clauses out of 28191 with flag 277000/277000
455.15/452.17	c cleaning 13953 clauses out of 28191 with flag 291000/291000
475.49/472.47	c cleaning 13951 clauses out of 28238 with flag 305000/305000
493.75/490.69	c cleaning 14011 clauses out of 28287 with flag 319000/319000
510.41/507.24	c cleaning 14033 clauses out of 28276 with flag 333000/333000
527.46/524.27	c cleaning 14022 clauses out of 28243 with flag 347000/347000
544.92/541.65	c cleaning 14001 clauses out of 28221 with flag 361000/361000
560.97/557.61	c cleaning 14064 clauses out of 28220 with flag 375000/375000
576.01/572.62	c cleaning 13999 clauses out of 28156 with flag 389000/389000
591.78/588.34	c cleaning 14057 clauses out of 28157 with flag 403000/403000
608.43/604.94	c cleaning 14023 clauses out of 28100 with flag 417000/417000
628.02/624.41	c cleaning 13965 clauses out of 28077 with flag 431000/431000
646.57/642.94	c cleaning 13898 clauses out of 28112 with flag 445000/445000
665.75/662.10	c cleaning 14004 clauses out of 28214 with flag 459000/459000
683.10/679.33	c cleaning 14015 clauses out of 28210 with flag 473000/473000
701.95/698.17	c cleaning 13996 clauses out of 28195 with flag 487000/487000
719.40/715.57	c cleaning 13957 clauses out of 28199 with flag 501000/501000
737.57/733.63	c cleaning 14024 clauses out of 28242 with flag 515000/515000
754.41/750.48	c cleaning 14043 clauses out of 28218 with flag 529000/529000
770.66/766.70	c cleaning 13981 clauses out of 28175 with flag 543000/543000
787.11/783.02	c cleaning 14026 clauses out of 28194 with flag 557000/557000
802.76/798.69	c cleaning 14034 clauses out of 28168 with flag 571000/571000
817.89/813.71	c cleaning 14003 clauses out of 28134 with flag 585000/585000
833.53/829.34	c cleaning 14013 clauses out of 28131 with flag 599000/599000
851.40/847.14	c cleaning 13952 clauses out of 28118 with flag 613000/613000
868.44/864.20	c cleaning 14001 clauses out of 28166 with flag 627000/627000
886.40/882.08	c cleaning 13970 clauses out of 28165 with flag 641000/641000
903.86/899.40	c cleaning 14038 clauses out of 28195 with flag 655000/655000
920.41/915.98	c cleaning 14026 clauses out of 28157 with flag 669000/669000
937.07/932.54	c cleaning 13909 clauses out of 28131 with flag 683000/683000
953.62/949.06	c cleaning 14030 clauses out of 28222 with flag 697000/697000
969.56/964.95	c cleaning 14054 clauses out of 28192 with flag 711000/711000
986.82/982.19	c cleaning 13929 clauses out of 28138 with flag 725000/725000
1006.69/1001.96	c cleaning 14032 clauses out of 28209 with flag 739000/739000
1024.45/1019.65	c cleaning 14036 clauses out of 28177 with flag 753000/753000
1043.21/1038.31	c cleaning 14001 clauses out of 28141 with flag 767000/767000
1060.65/1055.79	c cleaning 13959 clauses out of 28140 with flag 781000/781000
1077.82/1072.83	c cleaning 13970 clauses out of 28181 with flag 795000/795000
1095.68/1090.61	c cleaning 14074 clauses out of 28211 with flag 809000/809000
1112.73/1107.63	c cleaning 13978 clauses out of 28137 with flag 823000/823000
1128.17/1123.04	c cleaning 14036 clauses out of 28159 with flag 837000/837000
1143.21/1138.07	c cleaning 14017 clauses out of 28123 with flag 851000/851000
1157.74/1152.51	c cleaning 14009 clauses out of 28106 with flag 865000/865000
1171.77/1166.56	c cleaning 13965 clauses out of 28097 with flag 879000/879000
1186.12/1180.85	c cleaning 14021 clauses out of 28132 with flag 893000/893000
1203.30/1197.97	c cleaning 13984 clauses out of 28111 with flag 907000/907000
1217.93/1212.55	c cleaning 13950 clauses out of 28127 with flag 921000/921000
1233.59/1228.18	c cleaning 14009 clauses out of 28177 with flag 935000/935000
1251.06/1245.52	c cleaning 13940 clauses out of 28168 with flag 949000/949000
1268.22/1262.61	c cleaning 14006 clauses out of 28228 with flag 963000/963000
1285.68/1280.08	c cleaning 14081 clauses out of 28222 with flag 977000/977000
1306.25/1300.55	c cleaning 14033 clauses out of 28141 with flag 991000/991000
1324.11/1318.34	c cleaning 13980 clauses out of 28108 with flag 1005000/1005000
1340.67/1334.85	c cleaning 13992 clauses out of 28128 with flag 1019000/1019000
1359.33/1353.49	c cleaning 14001 clauses out of 28136 with flag 1033000/1033000
1376.68/1370.79	c cleaning 14014 clauses out of 28135 with flag 1047000/1047000
1391.63/1385.61	c cleaning 13974 clauses out of 28121 with flag 1061000/1061000
1404.66/1398.68	c cleaning 14037 clauses out of 28147 with flag 1075000/1075000
1416.98/1410.91	c cleaning 14008 clauses out of 28110 with flag 1089000/1089000
1433.53/1427.43	c cleaning 13939 clauses out of 28102 with flag 1103000/1103000
1453.30/1447.11	c cleaning 14025 clauses out of 28163 with flag 1117000/1117000
1470.35/1464.12	c cleaning 14025 clauses out of 28138 with flag 1131000/1131000
1484.69/1478.42	c cleaning 14006 clauses out of 28113 with flag 1145000/1145000
1496.91/1490.61	c cleaning 14008 clauses out of 28107 with flag 1159000/1159000
1508.95/1502.66	c cleaning 14000 clauses out of 28099 with flag 1173000/1173000
1521.98/1515.68	c cleaning 13931 clauses out of 28099 with flag 1187000/1187000
1537.93/1531.55	c cleaning 14049 clauses out of 28168 with flag 1201000/1201000
1552.28/1545.89	c cleaning 13964 clauses out of 28119 with flag 1215000/1215000
1564.12/1557.70	c cleaning 14032 clauses out of 28155 with flag 1229000/1229000
1574.53/1568.03	c cleaning 14021 clauses out of 28123 with flag 1243000/1243000
1589.39/1582.88	c cleaning 13969 clauses out of 28102 with flag 1257000/1257000
1604.72/1598.14	c cleaning 14004 clauses out of 28133 with flag 1271000/1271000
1618.76/1612.17	c cleaning 14015 clauses out of 28129 with flag 1285000/1285000
1631.30/1624.64	c cleaning 14011 clauses out of 28114 with flag 1299000/1299000
1642.71/1636.02	c cleaning 13989 clauses out of 28103 with flag 1313000/1313000
1657.16/1650.41	c cleaning 13946 clauses out of 28114 with flag 1327000/1327000
1677.93/1671.10	c cleaning 13962 clauses out of 28168 with flag 1341000/1341000
1694.09/1687.24	c cleaning 14002 clauses out of 28206 with flag 1355000/1355000
1715.55/1708.63	c cleaning 13932 clauses out of 28204 with flag 1369000/1369000
1732.09/1725.15	c cleaning 14031 clauses out of 28272 with flag 1383000/1383000
1751.86/1744.84	c cleaning 14064 clauses out of 28241 with flag 1397000/1397000
1772.22/1765.18	c cleaning 14047 clauses out of 28177 with flag 1411000/1411000
1790.18/1783.02	c cleaning 14005 clauses out of 28130 with flag 1425000/1425000
1800.01/1792.81	c starts		: 208
1800.01/1792.81	c conflicts		: 1433279
1800.01/1792.81	c decisions		: 1499402
1800.01/1792.81	c propagations		: 55614479
1800.01/1792.81	c inspects		: 1558728263
1800.01/1792.81	c learnt literals	: 0
1800.01/1792.81	c learnt binary clauses	: 0
1800.01/1792.81	c learnt ternary clauses	: 425
1800.01/1792.81	c learnt clauses	: 1433279
1800.01/1792.81	c ignored clauses	: 0
1800.01/1792.81	c root simplifications	: 0
1800.01/1792.81	c removed literals (reason simplification)	: 161152945
1800.01/1792.81	c reason swapping (by a shorter reason)	: 0
1800.01/1792.81	c Calls to reduceDB	: 105
1800.01/1792.81	c number of reductions to clauses (during analyze)	: 0
1800.01/1792.81	c number of learned constraints concerned by reduction	: 0
1800.01/1792.81	c number of learning phase by resolution	: 0
1800.01/1792.81	c number of learning phase by cutting planes	: 0
1800.01/1792.81	c speed (assignments/second)	: 31461.745468369383
1800.01/1792.81	c non guided choices	0
1800.01/1792.86	c learnt constraints type 
1800.01/1792.86	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 22462
1800.01/1792.86	c constraints type 
1800.01/1792.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6260
1800.01/1792.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.01/1792.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.01/1792.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6260
1800.01/1792.86	s SATISFIABLE
1800.01/1792.86	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.01/1792.86	c objective function=-16
1800.01/1792.86	c Total wall clock time (in seconds): 1792.667

Verifier Data

OK	-16

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658668-1276674821/watcher-2658668-1276674821 -o /tmp/evaluation-result-2658668-1276674821/solver-2658668-1276674821 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658668-1276674821.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.99 1.00 1.00 3/105 16648
/proc/meminfo: memFree=1747760/2059040 swapFree=4192956/4192956
[pid=16648] ppid=16646 vsize=1832 CPUtime=0
/proc/16648/stat : 16648 (java) R 16646 16648 15990 0 -1 4194304 402 0 0 0 0 0 0 0 25 0 1 0 8775864 1875968 133 1992294400 134512640 134550932 4293618768 18446744073709551615 2670288 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16648/statm: 458 148 111 10 0 63 0

[startup+0.053563 s]
/proc/loadavg: 0.99 1.00 1.00 3/105 16648
/proc/meminfo: memFree=1747760/2059040 swapFree=4192956/4192956
[pid=16648] ppid=16646 vsize=1521664 CPUtime=0.04
/proc/16648/stat : 16648 (java) S 16646 16648 15990 0 -1 4202496 3600 0 1 0 2 2 0 0 25 0 7 0 8775864 1558183936 3042 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16648/statm: 380416 3042 1019 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101561 s]
/proc/loadavg: 0.99 1.00 1.00 3/105 16648
/proc/meminfo: memFree=1747760/2059040 swapFree=4192956/4192956
[pid=16648] ppid=16646 vsize=1524184 CPUtime=0.09
/proc/16648/stat : 16648 (java) S 16646 16648 15990 0 -1 4202496 4005 0 1 0 7 2 0 0 25 0 12 0 8775864 1560764416 3445 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16648/statm: 381046 3445 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301591 s]
/proc/loadavg: 0.99 1.00 1.00 3/105 16648
/proc/meminfo: memFree=1747760/2059040 swapFree=4192956/4192956
[pid=16648] ppid=16646 vsize=1526592 CPUtime=0.39
/proc/16648/stat : 16648 (java) S 16646 16648 15990 0 -1 4202496 5406 0 1 0 36 3 0 0 25 0 12 0 8775864 1563230208 4844 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16648/statm: 381648 4844 1363 10 0 378950 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526592

[startup+0.701631 s]
/proc/loadavg: 0.99 1.00 1.00 3/105 16648
/proc/meminfo: memFree=1747760/2059040 swapFree=4192956/4192956
[pid=16648] ppid=16646 vsize=1529828 CPUtime=0.97
/proc/16648/stat : 16648 (java) S 16646 16648 15990 0 -1 4202496 7235 0 1 0 94 3 0 0 25 0 12 0 8775864 1566543872 6404 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16648/statm: 382457 6404 1408 10 0 379759 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1529828

[startup+1.50174 s]
/proc/loadavg: 1.15 1.03 1.01 2/117 16660
/proc/meminfo: memFree=1724848/2059040 swapFree=4192956/4192956
[pid=16648] ppid=16646 vsize=1529828 CPUtime=2.02
/proc/16648/stat : 16648 (java) S 16646 16648 15990 0 -1 4202496 8510 0 1 0 198 4 0 0 25 0 12 0 8775864 1566543872 7488 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16648/statm: 382457 7488 1409 10 0 379759 0
[pid=16648/tid=16650] ppid=16646 vsize=1529828 CPUtime=1.31
/proc/16648/task/16650/stat : 16650 (java) R 16646 16648 15990 0 -1 4202560 5451 0 1 0 128 3 0 0 25 0 12 0 8775865 1566543872 7488 1992294400 134512640 134550932 4293618768 18446744073709551615 4108686532 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16648/tid=16651] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16651/stat : 16651 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8775866 1566543872 7488 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16652] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16652/stat : 16652 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8775866 1566543872 7488 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16653] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16653/stat : 16653 (java) S 16646 16648 15990 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8775868 1566543872 7488 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16654] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16654/stat : 16654 (java) S 16646 16648 15990 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 8775869 1566543872 7488 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16655] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16655/stat : 16655 (java) S 16646 16648 15990 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 12 0 8775869 1566543872 7488 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16656] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16656/stat : 16656 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8775873 1566543872 7488 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16657] ppid=16646 vsize=1529828 CPUtime=0.28
/proc/16648/task/16657/stat : 16657 (java) S 16646 16648 15990 0 -1 4202560 586 0 0 0 28 0 0 0 15 0 12 0 8775873 1566543872 7488 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16658] ppid=16646 vsize=1529828 CPUtime=0.4
/proc/16648/task/16658/stat : 16658 (java) S 16646 16648 15990 0 -1 4202560 1411 0 0 0 40 0 0 0 15 0 12 0 8775873 1566543872 7488 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16659] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16659/stat : 16659 (java) S 16646 16648 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8775873 1566543872 7488 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16660] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16660/stat : 16660 (java) S 16646 16648 15990 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8775873 1566543872 7488 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1529828

[startup+3.10191 s]
/proc/loadavg: 1.15 1.03 1.01 2/117 16660
/proc/meminfo: memFree=1721004/2059040 swapFree=4192956/4192956
[pid=16648] ppid=16646 vsize=1529828 CPUtime=3.66
/proc/16648/stat : 16648 (java) S 16646 16648 15990 0 -1 4202496 9437 0 1 0 361 5 0 0 25 0 12 0 8775864 1566543872 8415 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16648/statm: 382457 8415 1409 10 0 379759 0
[pid=16648/tid=16650] ppid=16646 vsize=1529828 CPUtime=2.9
/proc/16648/task/16650/stat : 16650 (java) R 16646 16648 15990 0 -1 4202560 6374 0 1 0 286 4 0 0 25 0 12 0 8775865 1566543872 8415 1992294400 134512640 134550932 4293618768 18446744073709551615 4108999561 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16648/tid=16651] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16651/stat : 16651 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8775866 1566543872 8415 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16652] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16652/stat : 16652 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8775866 1566543872 8415 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16653] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16653/stat : 16653 (java) S 16646 16648 15990 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8775868 1566543872 8415 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16654] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16654/stat : 16654 (java) S 16646 16648 15990 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 8775869 1566543872 8415 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16655] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16655/stat : 16655 (java) S 16646 16648 15990 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 12 0 8775869 1566543872 8415 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16656] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16656/stat : 16656 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8775873 1566543872 8415 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16657] ppid=16646 vsize=1529828 CPUtime=0.31
/proc/16648/task/16657/stat : 16657 (java) S 16646 16648 15990 0 -1 4202560 588 0 0 0 31 0 0 0 15 0 12 0 8775873 1566543872 8415 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16658] ppid=16646 vsize=1529828 CPUtime=0.43
/proc/16648/task/16658/stat : 16658 (java) S 16646 16648 15990 0 -1 4202560 1413 0 0 0 43 0 0 0 15 0 12 0 8775873 1566543872 8415 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16659] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16659/stat : 16659 (java) S 16646 16648 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8775873 1566543872 8415 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16660] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16660/stat : 16660 (java) S 16646 16648 15990 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8775873 1566543872 8415 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1529828

[startup+6.30226 s]
/proc/loadavg: 1.15 1.03 1.01 2/117 16660
/proc/meminfo: memFree=1714928/2059040 swapFree=4192956/4192956
[pid=16648] ppid=16646 vsize=1529828 CPUtime=6.96
/proc/16648/stat : 16648 (java) S 16646 16648 15990 0 -1 4202496 10829 0 1 0 690 6 0 0 25 0 12 0 8775864 1566543872 9806 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16648/statm: 382457 9806 1418 10 0 379759 0
[pid=16648/tid=16650] ppid=16646 vsize=1529828 CPUtime=6.09
/proc/16648/task/16650/stat : 16650 (java) R 16646 16648 15990 0 -1 4202560 7758 0 1 0 604 5 0 0 25 0 12 0 8775865 1566543872 9806 1992294400 134512640 134550932 4293618768 18446744073709551615 4108716383 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16648/tid=16651] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16651/stat : 16651 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8775866 1566543872 9806 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16652] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16652/stat : 16652 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8775866 1566543872 9806 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16653] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16653/stat : 16653 (java) S 16646 16648 15990 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8775868 1566543872 9806 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16654] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16654/stat : 16654 (java) S 16646 16648 15990 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 8775869 1566543872 9806 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16655] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16655/stat : 16655 (java) S 16646 16648 15990 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 12 0 8775869 1566543872 9806 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16656] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16656/stat : 16656 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8775873 1566543872 9806 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16657] ppid=16646 vsize=1529828 CPUtime=0.4
/proc/16648/task/16657/stat : 16657 (java) S 16646 16648 15990 0 -1 4202560 595 0 0 0 40 0 0 0 15 0 12 0 8775873 1566543872 9806 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16658] ppid=16646 vsize=1529828 CPUtime=0.44
/proc/16648/task/16658/stat : 16658 (java) S 16646 16648 15990 0 -1 4202560 1414 0 0 0 44 0 0 0 15 0 12 0 8775873 1566543872 9806 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16659] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16659/stat : 16659 (java) S 16646 16648 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8775873 1566543872 9806 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16660] ppid=16646 vsize=1529828 CPUtime=0
/proc/16648/task/16660/stat : 16660 (java) S 16646 16648 15990 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8775873 1566543872 9806 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 1529828

[startup+12.702 s]
/proc/loadavg: 1.12 1.03 1.01 2/117 16660
/proc/meminfo: memFree=1703024/2059040 swapFree=4192956/4192956
[pid=16648] ppid=16646 vsize=1530528 CPUtime=13.5
/proc/16648/stat : 16648 (java) S 16646 16648 15990 0 -1 4202496 13878 0 1 0 1342 8 0 0 25 0 12 0 8775864 1567260672 12720 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16648/statm: 382632 12720 1418 10 0 379934 0
[pid=16648/tid=16650] ppid=16646 vsize=1530528 CPUtime=12.46
/proc/16648/task/16650/stat : 16650 (java) R 16646 16648 15990 0 -1 4202560 10577 0 1 0 1240 6 0 0 25 0 12 0 8775865 1567260672 12720 1992294400 134512640 134550932 4293618768 18446744073709551615 4108999525 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16648/tid=16651] ppid=16646 vsize=1530528 CPUtime=0
/proc/16648/task/16651/stat : 16651 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8775866 1567260672 12720 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16652] ppid=16646 vsize=1530528 CPUtime=0
/proc/16648/task/16652/stat : 16652 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8775866 1567260672 12720 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16653] ppid=16646 vsize=1530528 CPUtime=0
/proc/16648/task/16653/stat : 16653 (java) S 16646 16648 15990 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8775868 1567260672 12720 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16654] ppid=16646 vsize=1530528 CPUtime=0
/proc/16648/task/16654/stat : 16654 (java) S 16646 16648 15990 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 8775869 1567260672 12720 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16655] ppid=16646 vsize=1530528 CPUtime=0
/proc/16648/task/16655/stat : 16655 (java) S 16646 16648 15990 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 12 0 8775869 1567260672 12720 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16656] ppid=16646 vsize=1530528 CPUtime=0
/proc/16648/task/16656/stat : 16656 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8775873 1567260672 12720 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16657] ppid=16646 vsize=1530528 CPUtime=0.52
/proc/16648/task/16657/stat : 16657 (java) S 16646 16648 15990 0 -1 4202560 819 0 0 0 52 0 0 0 15 0 12 0 8775873 1567260672 12720 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16658] ppid=16646 vsize=1530528 CPUtime=0.49
/proc/16648/task/16658/stat : 16658 (java) S 16646 16648 15990 0 -1 4202560 1420 0 0 0 49 0 0 0 15 0 12 0 8775873 1567260672 12720 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16659] ppid=16646 vsize=1530528 CPUtime=0
/proc/16648/task/16659/stat : 16659 (java) S 16646 16648 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8775873 1567260672 12720 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16660] ppid=16646 vsize=1530528 CPUtime=0
/proc/16648/task/16660/stat : 16660 (java) S 16646 16648 15990 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8775873 1567260672 12720 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.5
Current children cumulated vsize (KiB) 1530528

[startup+25.5024 s]
/proc/loadavg: 1.10 1.03 1.01 2/118 16663
/proc/meminfo: memFree=1575048/2059040 swapFree=4192956/4192956
[pid=16648] ppid=16646 vsize=1530056 CPUtime=26.99
/proc/16648/stat : 16648 (java) S 16646 16648 15990 0 -1 4202496 45945 0 1 0 2677 22 0 0 25 0 13 0 8775864 1566777344 44381 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16648/statm: 382514 44381 1440 10 0 379816 0
[pid=16648/tid=16650] ppid=16646 vsize=1530056 CPUtime=24.88
/proc/16648/task/16650/stat : 16650 (java) R 16646 16648 15990 0 -1 4202560 36211 0 1 0 2472 16 0 0 25 0 13 0 8775865 1566777344 44381 1992294400 134512640 134550932 4293618768 18446744073709551615 4109276489 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16648/tid=16651] ppid=16646 vsize=1530056 CPUtime=0.16
/proc/16648/task/16651/stat : 16651 (java) S 16646 16648 15990 0 -1 4202560 2954 0 0 0 15 1 0 0 16 0 13 0 8775866 1566777344 44381 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16652] ppid=16646 vsize=1530056 CPUtime=0.17
/proc/16648/task/16652/stat : 16652 (java) S 16646 16648 15990 0 -1 4202560 3340 0 0 0 15 2 0 0 16 0 13 0 8775866 1566777344 44381 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16653] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16653/stat : 16653 (java) S 16646 16648 15990 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 13 0 8775868 1566777344 44381 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16654] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16654/stat : 16654 (java) S 16646 16648 15990 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8775869 1566777344 44381 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16655] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16655/stat : 16655 (java) S 16646 16648 15990 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 8775869 1566777344 44381 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16656] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16656/stat : 16656 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8775873 1566777344 44381 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16657] ppid=16646 vsize=1530056 CPUtime=0.81

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

[pid=16648/tid=16656] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16656/stat : 16656 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8775873 1566777344 54861 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16657] ppid=16646 vsize=1530056 CPUtime=1.15
/proc/16648/task/16657/stat : 16657 (java) S 16646 16648 15990 0 -1 4202560 1662 0 0 0 115 0 0 0 15 0 13 0 8775873 1566777344 54861 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16658] ppid=16646 vsize=1530056 CPUtime=0.98
/proc/16648/task/16658/stat : 16658 (java) S 16646 16648 15990 0 -1 4202560 1520 0 0 0 98 0 0 0 16 0 13 0 8775873 1566777344 54861 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16659] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16659/stat : 16659 (java) S 16646 16648 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 8775873 1566777344 54861 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16660] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16660/stat : 16660 (java) S 16646 16648 15990 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 8775873 1566777344 54861 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16661] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16661/stat : 16661 (java) S 16646 16648 15990 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8777320 1566777344 54861 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1729.28
Current children cumulated vsize (KiB) 1530056

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 16718
/proc/meminfo: memFree=1530160/2059040 swapFree=4192956/4192956
[pid=16648] ppid=16646 vsize=1530056 CPUtime=1789.47
/proc/16648/stat : 16648 (java) S 16646 16648 15990 0 -1 4202496 60312 0 1 0 178882 65 0 0 25 0 13 0 8775864 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16648/statm: 382514 54987 1445 10 0 379816 0
[pid=16648/tid=16650] ppid=16646 vsize=1530056 CPUtime=1767.11
/proc/16648/task/16650/stat : 16650 (java) R 16646 16648 15990 0 -1 4202560 37510 0 1 0 176690 21 0 0 25 0 13 0 8775865 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4109292498 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16648/tid=16651] ppid=16646 vsize=1530056 CPUtime=6.68
/proc/16648/task/16651/stat : 16651 (java) S 16646 16648 15990 0 -1 4202560 9028 0 0 0 654 14 0 0 16 0 13 0 8775866 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16652] ppid=16646 vsize=1530056 CPUtime=6.66
/proc/16648/task/16652/stat : 16652 (java) S 16646 16648 15990 0 -1 4202560 8812 0 0 0 647 19 0 0 16 0 13 0 8775866 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16653] ppid=16646 vsize=1530056 CPUtime=6.82
/proc/16648/task/16653/stat : 16653 (java) S 16646 16648 15990 0 -1 4202560 612 0 0 0 675 7 0 0 15 0 13 0 8775868 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16654] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16654/stat : 16654 (java) S 16646 16648 15990 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8775869 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16655] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16655/stat : 16655 (java) S 16646 16648 15990 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 8775869 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16656] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16656/stat : 16656 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8775873 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16657] ppid=16646 vsize=1530056 CPUtime=1.15
/proc/16648/task/16657/stat : 16657 (java) S 16646 16648 15990 0 -1 4202560 1662 0 0 0 115 0 0 0 15 0 13 0 8775873 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16658] ppid=16646 vsize=1530056 CPUtime=0.98
/proc/16648/task/16658/stat : 16658 (java) S 16646 16648 15990 0 -1 4202560 1520 0 0 0 98 0 0 0 16 0 13 0 8775873 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16659] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16659/stat : 16659 (java) S 16646 16648 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 8775873 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16660] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16660/stat : 16660 (java) S 16646 16648 15990 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8775873 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16661] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16661/stat : 16661 (java) S 16646 16648 15990 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8777320 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1789.47
Current children cumulated vsize (KiB) 1530056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 16718
/proc/meminfo: memFree=1530160/2059040 swapFree=4192956/4192956
[pid=16648] ppid=16646 vsize=1530056 CPUtime=1800.01
/proc/16648/stat : 16648 (java) S 16646 16648 15990 0 -1 4202496 60321 0 1 0 179936 65 0 0 25 0 13 0 8775864 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16648/statm: 382514 54987 1445 10 0 379816 0
[pid=16648/tid=16650] ppid=16646 vsize=1530056 CPUtime=1777.5
/proc/16648/task/16650/stat : 16650 (java) R 16646 16648 15990 0 -1 4202560 37517 0 1 0 177729 21 0 0 25 0 13 0 8775865 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4109414072 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16648/tid=16651] ppid=16646 vsize=1530056 CPUtime=6.72
/proc/16648/task/16651/stat : 16651 (java) S 16646 16648 15990 0 -1 4202560 9028 0 0 0 658 14 0 0 16 0 13 0 8775866 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16652] ppid=16646 vsize=1530056 CPUtime=6.7
/proc/16648/task/16652/stat : 16652 (java) S 16646 16648 15990 0 -1 4202560 8812 0 0 0 651 19 0 0 15 0 13 0 8775866 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16653] ppid=16646 vsize=1530056 CPUtime=6.89
/proc/16648/task/16653/stat : 16653 (java) S 16646 16648 15990 0 -1 4202560 614 0 0 0 682 7 0 0 15 0 13 0 8775868 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16654] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16654/stat : 16654 (java) S 16646 16648 15990 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8775869 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16655] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16655/stat : 16655 (java) S 16646 16648 15990 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 8775869 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16656] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16656/stat : 16656 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8775873 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16657] ppid=16646 vsize=1530056 CPUtime=1.15
/proc/16648/task/16657/stat : 16657 (java) S 16646 16648 15990 0 -1 4202560 1662 0 0 0 115 0 0 0 15 0 13 0 8775873 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16658] ppid=16646 vsize=1530056 CPUtime=0.98
/proc/16648/task/16658/stat : 16658 (java) S 16646 16648 15990 0 -1 4202560 1520 0 0 0 98 0 0 0 16 0 13 0 8775873 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16659] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16659/stat : 16659 (java) S 16646 16648 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 8775873 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16660] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16660/stat : 16660 (java) S 16646 16648 15990 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8775873 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16661] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16661/stat : 16661 (java) S 16646 16648 15990 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8777320 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1530056

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

############
# WARNING:
# current cumulated CPU time (0 s) is less than in the last sample (1800.01 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1800.01 s) to the 'lost time'.

[startup+1792.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 16718
/proc/meminfo: memFree=1530160/2059040 swapFree=4192956/4192956
[pid=16648] ppid=16646 vsize=1530056 CPUtime=1800.01
/proc/16648/stat : 16648 (java) S 16646 16648 15990 0 -1 4202496 60321 0 1 0 179936 65 0 0 25 0 13 0 8775864 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16648/statm: 382514 54987 1445 10 0 379816 0
[pid=16648/tid=16650] ppid=16646 vsize=1530056 CPUtime=1777.5
/proc/16648/task/16650/stat : 16650 (java) R 16646 16648 15990 0 -1 4202560 37517 0 1 0 177729 21 0 0 25 0 13 0 8775865 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4109414072 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16648/tid=16651] ppid=16646 vsize=1530056 CPUtime=6.72
/proc/16648/task/16651/stat : 16651 (java) S 16646 16648 15990 0 -1 4202560 9028 0 0 0 658 14 0 0 16 0 13 0 8775866 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16652] ppid=16646 vsize=1530056 CPUtime=6.7
/proc/16648/task/16652/stat : 16652 (java) S 16646 16648 15990 0 -1 4202560 8812 0 0 0 651 19 0 0 15 0 13 0 8775866 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16653] ppid=16646 vsize=1530056 CPUtime=6.89
/proc/16648/task/16653/stat : 16653 (java) S 16646 16648 15990 0 -1 4202560 614 0 0 0 682 7 0 0 15 0 13 0 8775868 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 0 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16654] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16654/stat : 16654 (java) S 16646 16648 15990 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8775869 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16655] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16655/stat : 16655 (java) S 16646 16648 15990 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 8775869 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16656] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16656/stat : 16656 (java) S 16646 16648 15990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8775873 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16657] ppid=16646 vsize=1530056 CPUtime=1.15
/proc/16648/task/16657/stat : 16657 (java) S 16646 16648 15990 0 -1 4202560 1662 0 0 0 115 0 0 0 15 0 13 0 8775873 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16658] ppid=16646 vsize=1530056 CPUtime=0.98
/proc/16648/task/16658/stat : 16658 (java) S 16646 16648 15990 0 -1 4202560 1520 0 0 0 98 0 0 0 16 0 13 0 8775873 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16659] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16659/stat : 16659 (java) S 16646 16648 15990 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 8775873 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
[pid=16648/tid=16660] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16660/stat : 16660 (java) S 16646 16648 15990 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8775873 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 1 0 0 0
[pid=16648/tid=16661] ppid=16646 vsize=1530056 CPUtime=0
/proc/16648/task/16661/stat : 16661 (java) S 16646 16648 15990 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8777320 1566777344 54987 1992294400 134512640 134550932 4293618768 18446744073709551615 4294960144 0 4 0 16800975 18446604437865003968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1530056

[startup+1792.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 16721
/proc/meminfo: memFree=1737264/2059040 swapFree=4192956/4192956
[pid=16648] ppid=-1 vsize=0 CPUtime=0
/proc/16648/stat : -- couldn't open stat file --/proc/16648/statm: 0144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0
#
############


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

[startup+1792.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 16721
/proc/meminfo: memFree=1737264/2059040 swapFree=4192956/4192956
[pid=16648] ppid=-1 vsize=0 CPUtime=0
/proc/16648/stat : -- couldn't open stat file --/proc/16648/statm: 0144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16648 and gives
#  childrusage.ru_utime.tv_sec=1799
#  childrusage.ru_utime.tv_usec=501434
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=682896
# CPU time returned by wait4() is 1800.18
# while last known CPU time is 0
#
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1800.01
#  lost CPU user time (s): 1799.36
#  lost CPU system time (s): 0.65

Real time (s): 1792.92
CPU time (s): 1800.01
CPU user time (s): 1799.36
CPU system time (s): 0.65
CPU usage (%): 100.395
Max. virtual memory (cumulated for all children) (KiB): 1531896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.682896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60341
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= 47902
involuntary context switches= 26775

runsolver used 3.34149 second user time and 9.82451 second system time

The end

Launcher Data

Begin job on node086 at 2010-06-16 09:53:42
IDJOB=2658668
IDBENCH=48282
IDSOLVER=1164
FILE ID=node086/2658668-1276674821
PBS_JOBID= 11172526
Free space on /tmp= 62576 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_4.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658668-1276674821/watcher-2658668-1276674821 -o /tmp/evaluation-result-2658668-1276674821/solver-2658668-1276674821 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658668-1276674821.opb

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

MD5SUM BENCH= f7dd1b6b0a4946caf4c26a82905ed8fe
RANDOM SEED=1314640730

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1748032 kB
Buffers:         57612 kB
Cached:         116808 kB
SwapCached:          0 kB
Active:         121764 kB
Inactive:       111904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1748032 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             932 kB
Writeback:           0 kB
AnonPages:       59152 kB
Mapped:          15516 kB
Slab:            55664 kB
PageTables:       3884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182148 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= 62576 MiB
End job on node086 at 2010-06-16 10:23:36