Trace number 2658514

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)13 1800.21 1788.32

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_1.opb
MD5SUM88e7a647c6e46a38e952354158b1fb76
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark1800.21
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint44
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 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6204
Sum of products size (including duplicates)12408
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.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.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658514-1276654223.opb
0.24/0.20	c reading problem ... 
7.91/7.14	c ... done. Wall clock time 6.941s.
7.91/7.14	c #vars     6404
7.91/7.14	c #constraints  12608
7.91/7.14	c constraints type 
7.91/7.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6404
7.91/7.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
8.24/7.35	c SATISFIABLE
8.24/7.35	c OPTIMIZING...
8.24/7.35	c Got one! Elapsed wall clock time (in seconds):7.152
8.24/7.35	o 15
12.86/11.46	c cleaning 2496 clauses out of 5001 with flag 5001/5001
17.24/15.55	c cleaning 4247 clauses out of 8504 with flag 11000/11000
22.24/20.39	c cleaning 5624 clauses out of 11257 with flag 18000/18000
28.59/26.69	c cleaning 6813 clauses out of 13635 with flag 26002/26002
34.61/32.59	c cleaning 7906 clauses out of 15820 with flag 35000/35000
41.65/39.53	c cleaning 8953 clauses out of 17915 with flag 45001/45001
50.10/47.98	c cleaning 9978 clauses out of 19963 with flag 56002/56002
59.27/57.10	c cleaning 10986 clauses out of 21983 with flag 68000/68000
69.61/67.30	c cleaning 11996 clauses out of 23997 with flag 81000/81000
78.87/76.55	c cleaning 12497 clauses out of 25001 with flag 94000/94000
88.83/86.41	c cleaning 12748 clauses out of 25507 with flag 107003/107003
99.09/96.62	c cleaning 12875 clauses out of 25757 with flag 120001/120001
107.44/104.91	c cleaning 12938 clauses out of 25881 with flag 133000/133000
116.18/113.63	c cleaning 12966 clauses out of 25944 with flag 146001/146001
126.23/123.62	c cleaning 12984 clauses out of 25977 with flag 159000/159000
138.07/135.48	c cleaning 12995 clauses out of 25994 with flag 172001/172001
148.05/145.35	c cleaning 12991 clauses out of 25998 with flag 185000/185000
150.77/148.00	c Got one! Elapsed wall clock time (in seconds):147.803
150.77/148.00	o 14
157.04/154.24	c cleaning 12997 clauses out of 26007 with flag 198000/198000
167.41/164.55	c cleaning 12999 clauses out of 26010 with flag 211000/211000
179.28/176.37	c cleaning 13001 clauses out of 26011 with flag 224000/224000
193.26/190.29	c cleaning 13000 clauses out of 26011 with flag 237001/237001
203.00/199.99	c cleaning 13000 clauses out of 26011 with flag 250001/250001
213.25/210.17	c cleaning 12999 clauses out of 26011 with flag 263001/263001
223.13/219.93	c cleaning 13000 clauses out of 26011 with flag 276000/276000
233.38/230.17	c cleaning 13002 clauses out of 26013 with flag 289002/289002
244.12/240.90	c cleaning 12999 clauses out of 26009 with flag 302000/302000
254.77/251.44	c cleaning 12999 clauses out of 26010 with flag 315000/315000
265.31/261.93	c cleaning 12999 clauses out of 26012 with flag 328001/328001
276.28/272.84	c cleaning 13003 clauses out of 26013 with flag 341001/341001
287.13/283.68	c cleaning 13004 clauses out of 26009 with flag 354000/354000
297.38/293.83	c cleaning 12997 clauses out of 26005 with flag 367000/367000
307.93/304.35	c cleaning 12997 clauses out of 26008 with flag 380000/380000
318.28/314.63	c cleaning 12997 clauses out of 26011 with flag 393000/393000
323.11/319.50	c Got one! Elapsed wall clock time (in seconds):319.296
323.11/319.50	o 13
328.56/324.81	c cleaning 13001 clauses out of 26014 with flag 406000/406000
339.74/335.97	c cleaning 13002 clauses out of 26013 with flag 419000/419000
351.51/347.68	c cleaning 13002 clauses out of 26011 with flag 432000/432000
363.87/359.99	c cleaning 12998 clauses out of 26011 with flag 445002/445002
376.74/372.72	c cleaning 13002 clauses out of 26012 with flag 458001/458001
391.12/387.02	c cleaning 12998 clauses out of 26009 with flag 471000/471000
406.72/402.56	c cleaning 13003 clauses out of 26012 with flag 484001/484001
420.58/416.36	c cleaning 12997 clauses out of 26008 with flag 497000/497000
433.76/429.48	c cleaning 12999 clauses out of 26011 with flag 510000/510000
447.23/442.88	c cleaning 12999 clauses out of 26012 with flag 523000/523000
459.91/455.42	c cleaning 13003 clauses out of 26014 with flag 536001/536001
473.28/468.78	c cleaning 13003 clauses out of 26013 with flag 549003/549003
487.34/482.78	c cleaning 12998 clauses out of 26008 with flag 562001/562001
501.61/496.96	c cleaning 13001 clauses out of 26009 with flag 575000/575000
516.09/511.36	c cleaning 12998 clauses out of 26010 with flag 588002/588002
528.76/523.92	c cleaning 12999 clauses out of 26011 with flag 601001/601001
542.64/537.70	c cleaning 12998 clauses out of 26012 with flag 614001/614001
556.02/551.02	c cleaning 13002 clauses out of 26014 with flag 627001/627001
569.50/564.43	c cleaning 13002 clauses out of 26012 with flag 640001/640001
582.57/577.45	c cleaning 13000 clauses out of 26009 with flag 653000/653000
594.52/589.34	c cleaning 12999 clauses out of 26010 with flag 666001/666001
606.27/601.09	c cleaning 12998 clauses out of 26010 with flag 679000/679000
618.44/613.17	c cleaning 12998 clauses out of 26012 with flag 692000/692000
630.40/625.09	c cleaning 13000 clauses out of 26014 with flag 705000/705000
643.96/638.50	c cleaning 13001 clauses out of 26014 with flag 718000/718000
659.13/653.61	c cleaning 13003 clauses out of 26013 with flag 731000/731000
677.13/671.51	c cleaning 13000 clauses out of 26010 with flag 744000/744000
692.61/686.95	c cleaning 13000 clauses out of 26013 with flag 757003/757003
707.28/701.51	c cleaning 13000 clauses out of 26012 with flag 770002/770002
725.19/719.36	c cleaning 12998 clauses out of 26011 with flag 783001/783001
741.39/735.43	c cleaning 13002 clauses out of 26013 with flag 796001/796001
756.37/750.32	c cleaning 12999 clauses out of 26011 with flag 809001/809001
771.15/765.01	c cleaning 12999 clauses out of 26011 with flag 822000/822000
786.32/780.15	c cleaning 13000 clauses out of 26012 with flag 835000/835000
800.89/794.67	c cleaning 13003 clauses out of 26013 with flag 848001/848001
816.27/809.97	c cleaning 13003 clauses out of 26015 with flag 861006/861006
830.94/824.51	c cleaning 12997 clauses out of 26007 with flag 874001/874001
845.81/839.35	c cleaning 12997 clauses out of 26009 with flag 887000/887000
858.39/851.88	c cleaning 13004 clauses out of 26013 with flag 900001/900001
870.07/863.48	c cleaning 12998 clauses out of 26008 with flag 913000/913000
881.53/874.85	c cleaning 12999 clauses out of 26011 with flag 926001/926001
894.10/887.34	c cleaning 13001 clauses out of 26012 with flag 939001/939001
906.16/899.37	c cleaning 13000 clauses out of 26010 with flag 952000/952000
917.12/910.27	c cleaning 13000 clauses out of 26012 with flag 965002/965002
928.17/921.23	c cleaning 12999 clauses out of 26010 with flag 978000/978000
939.03/932.03	c cleaning 12998 clauses out of 26012 with flag 991001/991001
949.69/942.66	c cleaning 12997 clauses out of 26013 with flag 1004000/1004000
960.75/953.69	c cleaning 13001 clauses out of 26017 with flag 1017001/1017001
972.32/965.17	c cleaning 13004 clauses out of 26016 with flag 1030001/1030001
983.38/976.20	c cleaning 13000 clauses out of 26013 with flag 1043002/1043002
994.95/987.62	c cleaning 12998 clauses out of 26011 with flag 1056000/1056000
1007.02/999.67	c cleaning 13001 clauses out of 26013 with flag 1069000/1069000
1017.89/1010.49	c cleaning 12999 clauses out of 26012 with flag 1082000/1082000
1029.76/1022.28	c cleaning 13003 clauses out of 26016 with flag 1095003/1095003
1041.41/1033.86	c cleaning 12994 clauses out of 26010 with flag 1108000/1108000
1053.57/1045.95	c cleaning 12999 clauses out of 26016 with flag 1121000/1121000
1065.95/1058.21	c cleaning 13002 clauses out of 26017 with flag 1134000/1134000
1078.12/1070.39	c cleaning 13001 clauses out of 26017 with flag 1147002/1147002
1090.88/1083.02	c cleaning 13002 clauses out of 26016 with flag 1160002/1160002
1103.84/1095.91	c cleaning 12997 clauses out of 26012 with flag 1173000/1173000
1116.61/1108.62	c cleaning 13005 clauses out of 26017 with flag 1186002/1186002
1130.37/1122.30	c cleaning 12999 clauses out of 26011 with flag 1199001/1199001
1144.75/1136.68	c cleaning 13003 clauses out of 26012 with flag 1212001/1212001
1159.73/1151.54	c cleaning 13001 clauses out of 26008 with flag 1225000/1225000
1174.62/1166.31	c cleaning 13000 clauses out of 26009 with flag 1238002/1238002
1190.21/1181.83	c cleaning 13000 clauses out of 26008 with flag 1251001/1251001
1205.89/1197.43	c cleaning 12998 clauses out of 26007 with flag 1264000/1264000
1221.40/1212.89	c cleaning 12999 clauses out of 26009 with flag 1277000/1277000
1236.78/1228.17	c cleaning 13001 clauses out of 26014 with flag 1290004/1290004
1252.56/1243.86	c cleaning 13000 clauses out of 26011 with flag 1303002/1303002
1268.76/1259.90	c cleaning 12996 clauses out of 26009 with flag 1316000/1316000
1284.53/1275.69	c cleaning 13002 clauses out of 26015 with flag 1329002/1329002
1297.52/1288.57	c cleaning 13000 clauses out of 26012 with flag 1342001/1342001
1309.02/1299.94	c cleaning 12999 clauses out of 26012 with flag 1355001/1355001
1322.00/1312.84	c cleaning 13002 clauses out of 26014 with flag 1368002/1368002
1334.58/1325.36	c cleaning 12998 clauses out of 26010 with flag 1381000/1381000
1347.97/1338.62	c cleaning 12999 clauses out of 26014 with flag 1394002/1394002
1362.04/1352.67	c cleaning 13000 clauses out of 26013 with flag 1407000/1407000
1376.11/1366.66	c cleaning 13000 clauses out of 26015 with flag 1420002/1420002
1389.39/1379.85	c cleaning 12996 clauses out of 26014 with flag 1433001/1433001
1402.77/1393.18	c cleaning 13000 clauses out of 26017 with flag 1446000/1446000
1416.75/1407.03	c cleaning 13004 clauses out of 26020 with flag 1459003/1459003
1429.43/1419.62	c cleaning 13002 clauses out of 26013 with flag 1472000/1472000
1442.10/1432.28	c cleaning 13000 clauses out of 26011 with flag 1485000/1485000
1454.96/1445.09	c cleaning 12999 clauses out of 26011 with flag 1498000/1498000
1468.13/1458.14	c cleaning 13001 clauses out of 26013 with flag 1511001/1511001
1480.90/1470.88	c cleaning 13001 clauses out of 26011 with flag 1524000/1524000
1492.36/1482.29	c cleaning 12999 clauses out of 26011 with flag 1537001/1537001
1503.22/1493.03	c cleaning 12999 clauses out of 26011 with flag 1550000/1550000
1514.08/1503.81	c cleaning 12997 clauses out of 26013 with flag 1563001/1563001
1524.85/1514.59	c cleaning 12999 clauses out of 26017 with flag 1576002/1576002
1536.62/1526.21	c cleaning 13000 clauses out of 26018 with flag 1589002/1589002
1548.49/1538.08	c cleaning 13005 clauses out of 26018 with flag 1602002/1602002
1560.34/1549.90	c cleaning 12999 clauses out of 26012 with flag 1615001/1615001
1572.71/1562.10	c cleaning 13001 clauses out of 26014 with flag 1628002/1628002
1586.98/1576.38	c cleaning 13002 clauses out of 26011 with flag 1641000/1641000
1600.73/1590.10	c cleaning 13000 clauses out of 26009 with flag 1654000/1654000
1615.51/1604.76	c cleaning 12999 clauses out of 26010 with flag 1667001/1667001
1630.30/1619.42	c cleaning 12999 clauses out of 26010 with flag 1680000/1680000
1644.98/1634.08	c cleaning 13002 clauses out of 26011 with flag 1693000/1693000
1660.86/1649.89	c cleaning 13001 clauses out of 26011 with flag 1706002/1706002
1676.24/1665.11	c cleaning 12999 clauses out of 26009 with flag 1719001/1719001
1691.22/1680.00	c cleaning 13001 clauses out of 26010 with flag 1732001/1732001
1706.42/1695.14	c cleaning 12998 clauses out of 26008 with flag 1745000/1745000
1721.82/1710.47	c cleaning 13000 clauses out of 26010 with flag 1758000/1758000
1737.50/1726.06	c cleaning 13002 clauses out of 26013 with flag 1771003/1771003
1750.08/1738.59	c cleaning 13001 clauses out of 26009 with flag 1784001/1784001
1762.35/1750.72	c cleaning 12998 clauses out of 26008 with flag 1797001/1797001
1774.61/1762.97	c cleaning 12997 clauses out of 26010 with flag 1810001/1810001
1787.09/1775.34	c cleaning 13001 clauses out of 26012 with flag 1823000/1823000
1798.95/1787.12	c cleaning 12997 clauses out of 26011 with flag 1836000/1836000
1800.07/1788.21	c starts		: 213
1800.07/1788.21	c conflicts		: 1837208
1800.07/1788.21	c decisions		: 2849540
1800.07/1788.21	c propagations		: 364932553
1800.07/1788.21	c inspects		: 3615592780
1800.07/1788.21	c learnt literals	: 0
1800.07/1788.21	c learnt binary clauses	: 0
1800.07/1788.21	c learnt ternary clauses	: 0
1800.07/1788.21	c learnt clauses	: 1837208
1800.07/1788.21	c ignored clauses	: 0
1800.07/1788.21	c root simplifications	: 0
1800.07/1788.21	c removed literals (reason simplification)	: 7710857
1800.07/1788.21	c reason swapping (by a shorter reason)	: 0
1800.07/1788.21	c Calls to reduceDB	: 144
1800.07/1788.21	c number of reductions to clauses (during analyze)	: 0
1800.07/1788.21	c number of learned constraints concerned by reduction	: 0
1800.07/1788.21	c number of learning phase by resolution	: 0
1800.07/1788.21	c number of learning phase by cutting planes	: 0
1800.07/1788.21	c speed (assignments/second)	: 248470.13041305408
1800.07/1788.21	c non guided choices	0
1800.07/1788.23	c learnt constraints type 
1800.07/1788.23	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14249
1800.07/1788.23	c constraints type 
1800.07/1788.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6404
1800.07/1788.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.07/1788.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6204
1800.07/1788.24	s SATISFIABLE
1800.07/1788.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 
1800.07/1788.24	c objective function=13
1800.07/1788.24	c Total wall clock time (in seconds): 1788.038

Verifier Data

OK	13

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658514-1276654223/watcher-2658514-1276654223 -o /tmp/evaluation-result-2658514-1276654223/solver-2658514-1276654223 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658514-1276654223.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.99 0.99 3/106 14459
/proc/meminfo: memFree=1728828/2059040 swapFree=4192956/4192956
[pid=14459] ppid=14457 vsize=1752 CPUtime=0
/proc/14459/stat : 14459 (java) R 14457 14459 12076 0 -1 4194304 331 0 0 0 0 0 0 0 19 0 1 0 6717462 1794048 76 1992294400 134512640 134550932 4286657008 18446744073709551615 8541441 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14459/statm: 438 80 64 10 0 30 0

[startup+0.0423309 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 14459
/proc/meminfo: memFree=1728828/2059040 swapFree=4192956/4192956
[pid=14459] ppid=14457 vsize=1521016 CPUtime=0.02
/proc/14459/stat : 14459 (java) S 14457 14459 12076 0 -1 4202496 3449 0 1 0 1 1 0 0 19 0 5 0 6717462 1557520384 2892 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/14459/statm: 380254 2892 971 10 0 377564 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1521016

[startup+0.100739 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 14459
/proc/meminfo: memFree=1728828/2059040 swapFree=4192956/4192956
[pid=14459] ppid=14457 vsize=1524184 CPUtime=0.09
/proc/14459/stat : 14459 (java) S 14457 14459 12076 0 -1 4202496 3999 0 1 0 7 2 0 0 19 0 12 0 6717462 1560764416 3438 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14459/statm: 381046 3438 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300685 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 14459
/proc/meminfo: memFree=1728828/2059040 swapFree=4192956/4192956
[pid=14459] ppid=14457 vsize=1526628 CPUtime=0.39
/proc/14459/stat : 14459 (java) S 14457 14459 12076 0 -1 4202496 5432 0 1 0 36 3 0 0 19 0 12 0 6717462 1563267072 4868 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14459/statm: 381657 4868 1358 10 0 378959 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526628

[startup+0.700685 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 14459
/proc/meminfo: memFree=1728828/2059040 swapFree=4192956/4192956
[pid=14459] ppid=14457 vsize=1528344 CPUtime=1.1
/proc/14459/stat : 14459 (java) S 14457 14459 12076 0 -1 4202496 6718 0 1 0 107 3 0 0 19 0 12 0 6717462 1565024256 6103 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14459/statm: 382086 6103 1396 10 0 379388 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528344

[startup+1.50068 s]
/proc/loadavg: 1.09 1.02 1.01 3/118 14471
/proc/meminfo: memFree=1707652/2059040 swapFree=4192956/4192956
[pid=14459] ppid=14457 vsize=1528344 CPUtime=2.16
/proc/14459/stat : 14459 (java) S 14457 14459 12076 0 -1 4202496 8025 0 1 0 212 4 0 0 19 0 12 0 6717462 1565024256 6824 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14459/statm: 382086 6824 1407 10 0 379388 0
[pid=14459/tid=14461] ppid=14457 vsize=1528344 CPUtime=1.47
/proc/14459/task/14461/stat : 14461 (java) R 14457 14459 12076 0 -1 4202560 5081 0 1 0 145 2 0 0 19 0 12 0 6717463 1565024256 6824 1992294400 134512640 134550932 4286657008 18446744073709551615 4109471692 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14459/tid=14462] ppid=14457 vsize=1528344 CPUtime=0
/proc/14459/task/14462/stat : 14462 (java) S 14457 14459 12076 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 12 0 6717464 1565024256 6824 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14463] ppid=14457 vsize=1528344 CPUtime=0
/proc/14459/task/14463/stat : 14463 (java) S 14457 14459 12076 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 6717465 1565024256 6824 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14464] ppid=14457 vsize=1528344 CPUtime=0
/proc/14459/task/14464/stat : 14464 (java) S 14457 14459 12076 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6717466 1565024256 6824 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14465] ppid=14457 vsize=1528344 CPUtime=0
/proc/14459/task/14465/stat : 14465 (java) S 14457 14459 12076 0 -1 4202560 9 0 0 0 0 0 0 0 22 0 12 0 6717467 1565024256 6824 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14466] ppid=14457 vsize=1528344 CPUtime=0
/proc/14459/task/14466/stat : 14466 (java) S 14457 14459 12076 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 6717467 1565024256 6824 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14467] ppid=14457 vsize=1528344 CPUtime=0
/proc/14459/task/14467/stat : 14467 (java) S 14457 14459 12076 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 6717471 1565024256 6824 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14468] ppid=14457 vsize=1528344 CPUtime=0.28
/proc/14459/task/14468/stat : 14468 (java) S 14457 14459 12076 0 -1 4202560 659 0 0 0 28 0 0 0 24 0 12 0 6717471 1565024256 6824 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14469] ppid=14457 vsize=1528344 CPUtime=0.38
/proc/14459/task/14469/stat : 14469 (java) S 14457 14459 12076 0 -1 4202560 1219 0 0 0 38 0 0 0 21 0 12 0 6717471 1565024256 6824 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14470] ppid=14457 vsize=1528344 CPUtime=0
/proc/14459/task/14470/stat : 14470 (java) S 14457 14459 12076 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6717471 1565024256 6824 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14471] ppid=14457 vsize=1528344 CPUtime=0
/proc/14459/task/14471/stat : 14471 (java) S 14457 14459 12076 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 6717471 1565024256 6824 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 1528344

[startup+3.10169 s]
/proc/loadavg: 1.09 1.02 1.01 2/118 14471
/proc/meminfo: memFree=1705544/2059040 swapFree=4192956/4192956
[pid=14459] ppid=14457 vsize=1528344 CPUtime=3.81
/proc/14459/stat : 14459 (java) S 14457 14459 12076 0 -1 4202496 8572 0 1 0 376 5 0 0 19 0 12 0 6717462 1565024256 7371 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14459/statm: 382086 7371 1407 10 0 379388 0
[pid=14459/tid=14461] ppid=14457 vsize=1528344 CPUtime=3.07
/proc/14459/task/14461/stat : 14461 (java) R 14457 14459 12076 0 -1 4202560 5628 0 1 0 304 3 0 0 25 0 12 0 6717463 1565024256 7371 1992294400 134512640 134550932 4286657008 18446744073709551615 4109319885 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14459/tid=14462] ppid=14457 vsize=1528344 CPUtime=0
/proc/14459/task/14462/stat : 14462 (java) S 14457 14459 12076 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 12 0 6717464 1565024256 7371 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14463] ppid=14457 vsize=1528344 CPUtime=0
/proc/14459/task/14463/stat : 14463 (java) S 14457 14459 12076 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 6717465 1565024256 7371 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14464] ppid=14457 vsize=1528344 CPUtime=0
/proc/14459/task/14464/stat : 14464 (java) S 14457 14459 12076 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6717466 1565024256 7371 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14465] ppid=14457 vsize=1528344 CPUtime=0
/proc/14459/task/14465/stat : 14465 (java) S 14457 14459 12076 0 -1 4202560 9 0 0 0 0 0 0 0 22 0 12 0 6717467 1565024256 7371 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14466] ppid=14457 vsize=1528344 CPUtime=0
/proc/14459/task/14466/stat : 14466 (java) S 14457 14459 12076 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 6717467 1565024256 7371 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14467] ppid=14457 vsize=1528344 CPUtime=0
/proc/14459/task/14467/stat : 14467 (java) S 14457 14459 12076 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 6717471 1565024256 7371 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14468] ppid=14457 vsize=1528344 CPUtime=0.3
/proc/14459/task/14468/stat : 14468 (java) S 14457 14459 12076 0 -1 4202560 659 0 0 0 30 0 0 0 18 0 12 0 6717471 1565024256 7371 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14469] ppid=14457 vsize=1528344 CPUtime=0.4
/proc/14459/task/14469/stat : 14469 (java) S 14457 14459 12076 0 -1 4202560 1219 0 0 0 40 0 0 0 15 0 12 0 6717471 1565024256 7371 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14470] ppid=14457 vsize=1528344 CPUtime=0
/proc/14459/task/14470/stat : 14470 (java) S 14457 14459 12076 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6717471 1565024256 7371 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14471] ppid=14457 vsize=1528344 CPUtime=0
/proc/14459/task/14471/stat : 14471 (java) S 14457 14459 12076 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 6717471 1565024256 7371 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 1528344

[startup+6.30169 s]
/proc/loadavg: 1.08 1.02 1.00 2/118 14471
/proc/meminfo: memFree=1702196/2059040 swapFree=4192956/4192956
[pid=14459] ppid=14457 vsize=1528496 CPUtime=7.11
/proc/14459/stat : 14459 (java) S 14457 14459 12076 0 -1 4202496 9280 0 1 0 706 5 0 0 19 0 12 0 6717462 1565179904 8078 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14459/statm: 382124 8078 1409 10 0 379426 0
[pid=14459/tid=14461] ppid=14457 vsize=1528496 CPUtime=6.27
/proc/14459/task/14461/stat : 14461 (java) R 14457 14459 12076 0 -1 4202560 6291 0 1 0 624 3 0 0 25 0 12 0 6717463 1565179904 8078 1992294400 134512640 134550932 4286657008 18446744073709551615 4109320188 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14459/tid=14462] ppid=14457 vsize=1528496 CPUtime=0
/proc/14459/task/14462/stat : 14462 (java) S 14457 14459 12076 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 12 0 6717464 1565179904 8078 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14463] ppid=14457 vsize=1528496 CPUtime=0
/proc/14459/task/14463/stat : 14463 (java) S 14457 14459 12076 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 12 0 6717465 1565179904 8078 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14464] ppid=14457 vsize=1528496 CPUtime=0
/proc/14459/task/14464/stat : 14464 (java) S 14457 14459 12076 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 6717466 1565179904 8078 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14465] ppid=14457 vsize=1528496 CPUtime=0
/proc/14459/task/14465/stat : 14465 (java) S 14457 14459 12076 0 -1 4202560 9 0 0 0 0 0 0 0 22 0 12 0 6717467 1565179904 8078 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14466] ppid=14457 vsize=1528496 CPUtime=0
/proc/14459/task/14466/stat : 14466 (java) S 14457 14459 12076 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 6717467 1565179904 8078 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14467] ppid=14457 vsize=1528496 CPUtime=0
/proc/14459/task/14467/stat : 14467 (java) S 14457 14459 12076 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 12 0 6717471 1565179904 8078 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14468] ppid=14457 vsize=1528496 CPUtime=0.34
/proc/14459/task/14468/stat : 14468 (java) S 14457 14459 12076 0 -1 4202560 701 0 0 0 34 0 0 0 15 0 12 0 6717471 1565179904 8078 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14469] ppid=14457 vsize=1528496 CPUtime=0.46
/proc/14459/task/14469/stat : 14469 (java) S 14457 14459 12076 0 -1 4202560 1222 0 0 0 46 0 0 0 15 0 12 0 6717471 1565179904 8078 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14470] ppid=14457 vsize=1528496 CPUtime=0
/proc/14459/task/14470/stat : 14470 (java) S 14457 14459 12076 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6717471 1565179904 8078 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14471] ppid=14457 vsize=1528496 CPUtime=0
/proc/14459/task/14471/stat : 14471 (java) S 14457 14459 12076 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 6717471 1565179904 8078 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 1528496

[startup+12.7017 s]
/proc/loadavg: 1.07 1.02 1.00 2/119 14472
/proc/meminfo: memFree=1572864/2059040 swapFree=4192956/4192956
[pid=14459] ppid=14457 vsize=1532916 CPUtime=14.38
/proc/14459/stat : 14459 (java) S 14457 14459 12076 0 -1 4202496 42363 0 1 0 1419 19 0 0 19 0 13 0 6717462 1569705984 40093 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14459/statm: 383229 40093 1444 10 0 380531 0
[pid=14459/tid=14461] ppid=14457 vsize=1532916 CPUtime=12.2
/proc/14459/task/14461/stat : 14461 (java) R 14457 14459 12076 0 -1 4202560 32046 0 1 0 1206 14 0 0 25 0 13 0 6717463 1569705984 40093 1992294400 134512640 134550932 4286657008 18446744073709551615 4109501610 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14459/tid=14462] ppid=14457 vsize=1532916 CPUtime=0.11
/proc/14459/task/14462/stat : 14462 (java) S 14457 14459 12076 0 -1 4202560 1893 0 0 0 10 1 0 0 16 0 13 0 6717464 1569705984 40093 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14463] ppid=14457 vsize=1532916 CPUtime=0.1
/proc/14459/task/14463/stat : 14463 (java) S 14457 14459 12076 0 -1 4202560 1805 0 0 0 10 0 0 0 16 0 13 0 6717465 1569705984 40093 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14464] ppid=14457 vsize=1532916 CPUtime=0.05
/proc/14459/task/14464/stat : 14464 (java) S 14457 14459 12076 0 -1 4202560 1455 0 0 0 5 0 0 0 15 0 13 0 6717466 1569705984 40093 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14465] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14465/stat : 14465 (java) S 14457 14459 12076 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6717467 1569705984 40093 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14466] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14466/stat : 14466 (java) S 14457 14459 12076 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6717467 1569705984 40093 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14467] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14467/stat : 14467 (java) S 14457 14459 12076 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 6717471 1569705984 40093 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14468] ppid=14457 vsize=1532916 CPUtime=0.74
/proc/14459/task/14468/stat : 14468 (java) S 14457 14459 12076 0 -1 4202560 792 0 0 0 74 0 0 0 15 0 13 0 6717471 1569705984 40093 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14469] ppid=14457 vsize=1532916 CPUtime=1.12
/proc/14459/task/14469/stat : 14469 (java) S 14457 14459 12076 0 -1 4202560 3304 0 0 0 111 1 0 0 16 0 13 0 6717471 1569705984 40093 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14470] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14470/stat : 14470 (java) S 14457 14459 12076 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6717471 1569705984 40093 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14471] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14471/stat : 14471 (java) S 14457 14459 12076 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6717471 1569705984 40093 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14472] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14472/stat : 14472 (java) S 14457 14459 12076 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6718180 1569705984 40093 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.38
Current children cumulated vsize (KiB) 1532916

[startup+25.5017 s]
/proc/loadavg: 1.14 1.04 1.01 2/119 14472
/proc/meminfo: memFree=1548808/2059040 swapFree=4192956/4192956
[pid=14459] ppid=14457 vsize=1532916 CPUtime=27.49
/proc/14459/stat : 14459 (java) S 14457 14459 12076 0 -1 4202496 49361 0 1 0 2726 23 0 0 19 0 13 0 6717462 1569705984 46215 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14459/statm: 383229 46215 1444 10 0 380531 0
[pid=14459/tid=14461] ppid=14457 vsize=1532916 CPUtime=24.74
/proc/14459/task/14461/stat : 14461 (java) R 14457 14459 12076 0 -1 4202560 34666 0 1 0 2458 16 0 0 25 0 13 0 6717463 1569705984 46215 1992294400 134512640 134550932 4286657008 18446744073709551615 4109587891 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14459/tid=14462] ppid=14457 vsize=1532916 CPUtime=0.21
/proc/14459/task/14462/stat : 14462 (java) S 14457 14459 12076 0 -1 4202560 3694 0 0 0 19 2 0 0 16 0 13 0 6717464 1569705984 46215 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14463] ppid=14457 vsize=1532916 CPUtime=0.21
/proc/14459/task/14463/stat : 14463 (java) S 14457 14459 12076 0 -1 4202560 3512 0 0 0 20 1 0 0 15 0 13 0 6717465 1569705984 46215 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14464] ppid=14457 vsize=1532916 CPUtime=0.16
/proc/14459/task/14464/stat : 14464 (java) S 14457 14459 12076 0 -1 4202560 1765 0 0 0 16 0 0 0 15 0 13 0 6717466 1569705984 46215 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14465] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14465/stat : 14465 (java) S 14457 14459 12076 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6717467 1569705984 46215 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14466] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14466/stat : 14466 (java) S 14457 14459 12076 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6717467 1569705984 46215 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14467] ppid=14457 vsize=1532916 CPUtime=0

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

[pid=14459] ppid=14457 vsize=1532916 CPUtime=1613.11
/proc/14459/stat : 14459 (java) S 14457 14459 12076 0 -1 4202496 61208 0 1 0 161137 174 0 0 19 0 13 0 6717462 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14459/statm: 383229 55535 1444 10 0 380531 0
[pid=14459/tid=14461] ppid=14457 vsize=1532916 CPUtime=1580.42
/proc/14459/task/14461/stat : 14461 (java) R 14457 14459 12076 0 -1 4202560 36310 0 1 0 157960 82 0 0 25 0 13 0 6717463 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4109566123 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14459/tid=14462] ppid=14457 vsize=1532916 CPUtime=10.35
/proc/14459/task/14462/stat : 14462 (java) S 14457 14459 12076 0 -1 4202560 8916 0 0 0 996 39 0 0 15 0 13 0 6717464 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14463] ppid=14457 vsize=1532916 CPUtime=10.38
/proc/14459/task/14463/stat : 14463 (java) S 14457 14459 12076 0 -1 4202560 8157 0 0 0 1006 32 0 0 15 0 13 0 6717465 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14464] ppid=14457 vsize=1532916 CPUtime=9.55
/proc/14459/task/14464/stat : 14464 (java) S 14457 14459 12076 0 -1 4202560 2001 0 0 0 942 13 0 0 15 0 13 0 6717466 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14465] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14465/stat : 14465 (java) S 14457 14459 12076 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6717467 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14466] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14466/stat : 14466 (java) S 14457 14459 12076 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6717467 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14467] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14467/stat : 14467 (java) S 14457 14459 12076 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14468] ppid=14457 vsize=1532916 CPUtime=0.82
/proc/14459/task/14468/stat : 14468 (java) S 14457 14459 12076 0 -1 4202560 799 0 0 0 82 0 0 0 15 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14469] ppid=14457 vsize=1532916 CPUtime=1.48
/proc/14459/task/14469/stat : 14469 (java) S 14457 14459 12076 0 -1 4202560 3867 0 0 0 147 1 0 0 15 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14470] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14470/stat : 14470 (java) S 14457 14459 12076 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14471] ppid=14457 vsize=1532916 CPUtime=0.04
/proc/14459/task/14471/stat : 14471 (java) S 14457 14459 12076 0 -1 4202560 91 0 0 0 1 3 0 0 15 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14472] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14472/stat : 14472 (java) S 14457 14459 12076 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6718180 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1613.11
Current children cumulated vsize (KiB) 1532916

[startup+1662.3 s]
/proc/loadavg: 1.03 1.03 1.00 2/119 14519
/proc/meminfo: memFree=1509252/2059040 swapFree=4192956/4192956
[pid=14459] ppid=14457 vsize=1532916 CPUtime=1673.41
/proc/14459/stat : 14459 (java) S 14457 14459 12076 0 -1 4202496 61276 0 1 0 167163 178 0 0 19 0 13 0 6717462 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14459/statm: 383229 55535 1444 10 0 380531 0
[pid=14459/tid=14461] ppid=14457 vsize=1532916 CPUtime=1639.64
/proc/14459/task/14461/stat : 14461 (java) R 14457 14459 12076 0 -1 4202560 36370 0 1 0 163880 84 0 0 25 0 13 0 6717463 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4109565464 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14459/tid=14462] ppid=14457 vsize=1532916 CPUtime=10.73
/proc/14459/task/14462/stat : 14462 (java) S 14457 14459 12076 0 -1 4202560 8916 0 0 0 1033 40 0 0 15 0 13 0 6717464 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14463] ppid=14457 vsize=1532916 CPUtime=10.77
/proc/14459/task/14463/stat : 14463 (java) S 14457 14459 12076 0 -1 4202560 8157 0 0 0 1044 33 0 0 15 0 13 0 6717465 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14464] ppid=14457 vsize=1532916 CPUtime=9.85
/proc/14459/task/14464/stat : 14464 (java) S 14457 14459 12076 0 -1 4202560 2006 0 0 0 972 13 0 0 15 0 13 0 6717466 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14465] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14465/stat : 14465 (java) S 14457 14459 12076 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6717467 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14466] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14466/stat : 14466 (java) S 14457 14459 12076 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6717467 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14467] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14467/stat : 14467 (java) S 14457 14459 12076 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14468] ppid=14457 vsize=1532916 CPUtime=0.82
/proc/14459/task/14468/stat : 14468 (java) S 14457 14459 12076 0 -1 4202560 799 0 0 0 82 0 0 0 15 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14469] ppid=14457 vsize=1532916 CPUtime=1.48
/proc/14459/task/14469/stat : 14469 (java) S 14457 14459 12076 0 -1 4202560 3867 0 0 0 147 1 0 0 15 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14470] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14470/stat : 14470 (java) S 14457 14459 12076 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14471] ppid=14457 vsize=1532916 CPUtime=0.04
/proc/14459/task/14471/stat : 14471 (java) S 14457 14459 12076 0 -1 4202560 94 0 0 0 1 3 0 0 15 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14472] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14472/stat : 14472 (java) S 14457 14459 12076 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6718180 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1673.41
Current children cumulated vsize (KiB) 1532916

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 14521
/proc/meminfo: memFree=1509252/2059040 swapFree=4192956/4192956
[pid=14459] ppid=14457 vsize=1532916 CPUtime=1733.78
/proc/14459/stat : 14459 (java) S 14457 14459 12076 0 -1 4202496 61346 0 1 0 173193 185 0 0 19 0 13 0 6717462 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14459/statm: 383229 55535 1444 10 0 380531 0
[pid=14459/tid=14461] ppid=14457 vsize=1532916 CPUtime=1698.87
/proc/14459/task/14461/stat : 14461 (java) R 14457 14459 12076 0 -1 4202560 36432 0 1 0 169799 88 0 0 25 0 13 0 6717463 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4109565108 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14459/tid=14462] ppid=14457 vsize=1532916 CPUtime=11.14
/proc/14459/task/14462/stat : 14462 (java) S 14457 14459 12076 0 -1 4202560 8916 0 0 0 1072 42 0 0 15 0 13 0 6717464 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14463] ppid=14457 vsize=1532916 CPUtime=11.19
/proc/14459/task/14463/stat : 14463 (java) S 14457 14459 12076 0 -1 4202560 8157 0 0 0 1086 33 0 0 16 0 13 0 6717465 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14464] ppid=14457 vsize=1532916 CPUtime=10.16
/proc/14459/task/14464/stat : 14464 (java) S 14457 14459 12076 0 -1 4202560 2010 0 0 0 1002 14 0 0 16 0 13 0 6717466 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14465] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14465/stat : 14465 (java) S 14457 14459 12076 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6717467 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14466] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14466/stat : 14466 (java) S 14457 14459 12076 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6717467 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14467] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14467/stat : 14467 (java) S 14457 14459 12076 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14468] ppid=14457 vsize=1532916 CPUtime=0.82
/proc/14459/task/14468/stat : 14468 (java) S 14457 14459 12076 0 -1 4202560 799 0 0 0 82 0 0 0 15 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14469] ppid=14457 vsize=1532916 CPUtime=1.48
/proc/14459/task/14469/stat : 14469 (java) S 14457 14459 12076 0 -1 4202560 3867 0 0 0 147 1 0 0 15 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14470] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14470/stat : 14470 (java) S 14457 14459 12076 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14471] ppid=14457 vsize=1532916 CPUtime=0.05
/proc/14459/task/14471/stat : 14471 (java) S 14457 14459 12076 0 -1 4202560 98 0 0 0 2 3 0 0 15 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14472] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14472/stat : 14472 (java) S 14457 14459 12076 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6718180 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1733.78
Current children cumulated vsize (KiB) 1532916

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 14523
/proc/meminfo: memFree=1508880/2059040 swapFree=4192956/4192956
[pid=14459] ppid=14457 vsize=1532916 CPUtime=1794.13
/proc/14459/stat : 14459 (java) S 14457 14459 12076 0 -1 4202496 61417 0 1 0 179222 191 0 0 19 0 13 0 6717462 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14459/statm: 383229 55535 1444 10 0 380531 0
[pid=14459/tid=14461] ppid=14457 vsize=1532916 CPUtime=1758
/proc/14459/task/14461/stat : 14461 (java) R 14457 14459 12076 0 -1 4202560 36495 0 1 0 175710 90 0 0 25 0 13 0 6717463 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4109003990 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14459/tid=14462] ppid=14457 vsize=1532916 CPUtime=11.55
/proc/14459/task/14462/stat : 14462 (java) S 14457 14459 12076 0 -1 4202560 8916 0 0 0 1111 44 0 0 15 0 13 0 6717464 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14463] ppid=14457 vsize=1532916 CPUtime=11.61
/proc/14459/task/14463/stat : 14463 (java) S 14457 14459 12076 0 -1 4202560 8157 0 0 0 1128 33 0 0 15 0 13 0 6717465 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14464] ppid=14457 vsize=1532916 CPUtime=10.54
/proc/14459/task/14464/stat : 14464 (java) S 14457 14459 12076 0 -1 4202560 2015 0 0 0 1039 15 0 0 15 0 13 0 6717466 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14465] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14465/stat : 14465 (java) S 14457 14459 12076 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6717467 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14466] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14466/stat : 14466 (java) S 14457 14459 12076 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6717467 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14467] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14467/stat : 14467 (java) S 14457 14459 12076 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14468] ppid=14457 vsize=1532916 CPUtime=0.82
/proc/14459/task/14468/stat : 14468 (java) S 14457 14459 12076 0 -1 4202560 799 0 0 0 82 0 0 0 15 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14469] ppid=14457 vsize=1532916 CPUtime=1.48
/proc/14459/task/14469/stat : 14469 (java) S 14457 14459 12076 0 -1 4202560 3867 0 0 0 147 1 0 0 15 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14470] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14470/stat : 14470 (java) S 14457 14459 12076 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14471] ppid=14457 vsize=1532916 CPUtime=0.06
/proc/14459/task/14471/stat : 14471 (java) S 14457 14459 12076 0 -1 4202560 101 0 0 0 2 4 0 0 15 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14472] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14472/stat : 14472 (java) S 14457 14459 12076 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6718180 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1794.13
Current children cumulated vsize (KiB) 1532916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.2 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 14523
/proc/meminfo: memFree=1508880/2059040 swapFree=4192956/4192956
[pid=14459] ppid=14457 vsize=1532916 CPUtime=1800.07
/proc/14459/stat : 14459 (java) S 14457 14459 12076 0 -1 4202496 61423 0 1 0 179816 191 0 0 19 0 13 0 6717462 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14459/statm: 383229 55535 1444 10 0 380531 0
[pid=14459/tid=14461] ppid=14457 vsize=1532916 CPUtime=1763.78
/proc/14459/task/14461/stat : 14461 (java) R 14457 14459 12076 0 -1 4202560 36501 0 1 0 176287 91 0 0 25 0 13 0 6717463 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4109600884 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14459/tid=14462] ppid=14457 vsize=1532916 CPUtime=11.59
/proc/14459/task/14462/stat : 14462 (java) S 14457 14459 12076 0 -1 4202560 8916 0 0 0 1115 44 0 0 15 0 13 0 6717464 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14463] ppid=14457 vsize=1532916 CPUtime=11.65
/proc/14459/task/14463/stat : 14463 (java) S 14457 14459 12076 0 -1 4202560 8157 0 0 0 1131 34 0 0 16 0 13 0 6717465 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14464] ppid=14457 vsize=1532916 CPUtime=10.63
/proc/14459/task/14464/stat : 14464 (java) S 14457 14459 12076 0 -1 4202560 2015 0 0 0 1048 15 0 0 16 0 13 0 6717466 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 0 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14465] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14465/stat : 14465 (java) S 14457 14459 12076 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6717467 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14466] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14466/stat : 14466 (java) S 14457 14459 12076 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6717467 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14467] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14467/stat : 14467 (java) S 14457 14459 12076 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14468] ppid=14457 vsize=1532916 CPUtime=0.82
/proc/14459/task/14468/stat : 14468 (java) S 14457 14459 12076 0 -1 4202560 799 0 0 0 82 0 0 0 15 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14469] ppid=14457 vsize=1532916 CPUtime=1.48
/proc/14459/task/14469/stat : 14469 (java) S 14457 14459 12076 0 -1 4202560 3867 0 0 0 147 1 0 0 15 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14470] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14470/stat : 14470 (java) S 14457 14459 12076 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 0 0 0 0
[pid=14459/tid=14471] ppid=14457 vsize=1532916 CPUtime=0.06
/proc/14459/task/14471/stat : 14471 (java) S 14457 14459 12076 0 -1 4202560 101 0 0 0 2 4 0 0 15 0 13 0 6717471 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
[pid=14459/tid=14472] ppid=14457 vsize=1532916 CPUtime=0
/proc/14459/task/14472/stat : 14472 (java) S 14457 14459 12076 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6718180 1569705984 55535 1992294400 134512640 134550932 4286657008 18446744073709551615 4294960144 0 4 0 16800975 18446604437831436480 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1532916

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): 1788.32
CPU time (s): 1800.21
CPU user time (s): 1798.27
CPU system time (s): 1.9417
CPU usage (%): 100.665
Max. virtual memory (cumulated for all children) (KiB): 1533940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.27
system time used= 1.9417
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61443
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= 55124
involuntary context switches= 34715

runsolver used 3.83942 second user time and 9.91049 second system time

The end

Launcher Data

Begin job on node033 at 2010-06-16 04:10:23
IDJOB=2658514
IDBENCH=48128
IDSOLVER=1164
FILE ID=node033/2658514-1276654223
PBS_JOBID= 11172425
Free space on /tmp= 62592 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_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-2658514-1276654223/watcher-2658514-1276654223 -o /tmp/evaluation-result-2658514-1276654223/solver-2658514-1276654223 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658514-1276654223.opb

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

MD5SUM BENCH= 88e7a647c6e46a38e952354158b1fb76
RANDOM SEED=253700098

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1729100 kB
Buffers:         35580 kB
Cached:         156216 kB
SwapCached:          0 kB
Active:          93804 kB
Inactive:       157716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1729100 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             592 kB
Writeback:           8 kB
AnonPages:       59752 kB
Mapped:          15380 kB
Slab:            56524 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181708 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= 62588 MiB
End job on node033 at 2010-06-16 04:40:14