Trace number 2659549

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.23 1796.79

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl35_36_pb.cnf.cr.opb
MD5SUM63dafaa5a785f38064ac19ced11339d2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.12598
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2520
Total number of constraints142
Number of constraints which are clauses72
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint36
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 37
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c Armin Biere (Picosat) restarts strategy
0.23/0.20	c Glucose learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.20	c solving HOME/instance-2659549-1276327418.opb
0.23/0.20	c reading problem ... 
0.55/0.48	c ... done. Wall clock time 0.273s.
0.55/0.48	c #vars     2520
0.55/0.48	c #constraints  142
0.55/0.48	c constraints type 
0.55/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 72
0.55/0.48	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
4.17/3.07	c cleaning 2484 clauses out of 5002 with flag 5002/5002
6.82/5.65	c cleaning 4236 clauses out of 8517 with flag 11001/11001
10.23/9.07	c cleaning 5611 clauses out of 11281 with flag 18001/18001
14.85/13.67	c cleaning 6776 clauses out of 13669 with flag 26000/26000
19.75/18.50	c cleaning 7933 clauses out of 15893 with flag 35000/35000
27.36/26.07	c cleaning 8918 clauses out of 17963 with flag 45003/45003
34.28/32.99	c cleaning 9460 clauses out of 19042 with flag 55000/55000
42.09/40.75	c cleaning 9761 clauses out of 19584 with flag 65002/65002
54.40/53.03	c cleaning 9852 clauses out of 19821 with flag 75000/75000
60.12/58.74	c cleaning 9965 clauses out of 19971 with flag 85002/85002
68.43/67.04	c cleaning 9963 clauses out of 20004 with flag 95000/95000
78.23/76.84	c cleaning 9960 clauses out of 20042 with flag 105001/105001
90.06/88.67	c cleaning 10040 clauses out of 20083 with flag 115002/115002
95.47/94.00	c cleaning 10020 clauses out of 20042 with flag 125001/125001
102.38/100.94	c cleaning 9989 clauses out of 20023 with flag 135002/135002
109.59/108.20	c cleaning 9997 clauses out of 20033 with flag 145001/145001
118.70/117.21	c cleaning 9951 clauses out of 20035 with flag 155000/155000
128.71/127.23	c cleaning 9963 clauses out of 20084 with flag 165000/165000
136.73/135.24	c cleaning 10004 clauses out of 20122 with flag 175001/175001
141.74/140.24	c cleaning 10031 clauses out of 20117 with flag 185000/185000
146.65/145.14	c cleaning 10018 clauses out of 20088 with flag 195002/195002
153.15/151.68	c cleaning 10017 clauses out of 20069 with flag 205001/205001
159.55/158.09	c cleaning 10007 clauses out of 20055 with flag 215004/215004
170.76/169.25	c cleaning 10012 clauses out of 20045 with flag 225001/225001
177.37/175.80	c cleaning 9992 clauses out of 20034 with flag 235002/235002
187.28/185.70	c cleaning 10002 clauses out of 20041 with flag 245001/245001
200.72/199.19	c cleaning 10001 clauses out of 20038 with flag 255000/255000
208.83/207.27	c cleaning 9925 clauses out of 20037 with flag 265000/265000
214.86/213.23	c cleaning 10023 clauses out of 20113 with flag 275001/275001
222.87/221.21	c cleaning 10029 clauses out of 20089 with flag 285000/285000
231.18/229.59	c cleaning 10019 clauses out of 20068 with flag 295008/295008
239.39/237.76	c cleaning 10008 clauses out of 20042 with flag 305001/305001
250.21/248.52	c cleaning 10004 clauses out of 20034 with flag 315001/315001
254.51/252.87	c cleaning 9992 clauses out of 20029 with flag 325000/325000
262.33/260.67	c cleaning 9997 clauses out of 20038 with flag 335001/335001
271.83/270.19	c cleaning 10000 clauses out of 20040 with flag 345000/345000
280.44/278.78	c cleaning 9976 clauses out of 20040 with flag 355000/355000
291.45/289.71	c cleaning 10003 clauses out of 20066 with flag 365002/365002
300.67/298.98	c cleaning 10005 clauses out of 20067 with flag 375006/375006
311.18/309.45	c cleaning 9998 clauses out of 20056 with flag 385000/385000
318.81/317.00	c cleaning 9925 clauses out of 20059 with flag 395001/395001
326.12/324.34	c cleaning 9966 clauses out of 20133 with flag 405000/405000
337.24/335.45	c cleaning 9976 clauses out of 20167 with flag 415000/415000
347.06/345.29	c cleaning 10042 clauses out of 20194 with flag 425003/425003
354.16/352.30	c cleaning 10043 clauses out of 20152 with flag 435003/435003
362.77/360.93	c cleaning 10007 clauses out of 20108 with flag 445002/445002
367.49/365.66	c cleaning 10010 clauses out of 20099 with flag 455000/455000
377.01/375.19	c cleaning 9984 clauses out of 20090 with flag 465001/465001
385.82/383.93	c cleaning 10033 clauses out of 20107 with flag 475002/475002
395.23/393.38	c cleaning 9983 clauses out of 20075 with flag 485003/485003
409.84/407.92	c cleaning 9998 clauses out of 20092 with flag 495003/495003
422.47/420.55	c cleaning 10002 clauses out of 20091 with flag 505000/505000
433.79/431.88	c cleaning 9986 clauses out of 20089 with flag 515000/515000
442.31/440.34	c cleaning 9871 clauses out of 20104 with flag 525001/525001
458.23/456.24	c cleaning 9902 clauses out of 20232 with flag 535000/535000
477.04/475.07	c cleaning 9972 clauses out of 20330 with flag 545000/545000
493.08/491.07	c cleaning 10013 clauses out of 20358 with flag 555000/555000
512.60/510.60	c cleaning 9955 clauses out of 20347 with flag 565002/565002
537.02/534.90	c cleaning 10026 clauses out of 20390 with flag 575000/575000
551.85/549.77	c cleaning 10001 clauses out of 20365 with flag 585001/585001
556.76/554.69	c cleaning 10176 clauses out of 20364 with flag 595001/595001
563.97/561.83	c cleaning 10056 clauses out of 20190 with flag 605003/605003
572.58/570.43	c cleaning 10034 clauses out of 20131 with flag 615000/615000
584.20/582.09	c cleaning 10016 clauses out of 20098 with flag 625001/625001
593.21/591.02	c cleaning 10019 clauses out of 20081 with flag 635000/635000
603.02/600.82	c cleaning 10013 clauses out of 20062 with flag 645000/645000
612.23/610.03	c cleaning 10005 clauses out of 20054 with flag 655005/655005
622.04/619.82	c cleaning 9997 clauses out of 20044 with flag 665000/665000
629.95/627.78	c cleaning 10003 clauses out of 20048 with flag 675001/675001
638.08/635.87	c cleaning 10001 clauses out of 20044 with flag 685000/685000
646.28/644.09	c cleaning 10001 clauses out of 20044 with flag 695001/695001
654.19/651.96	c cleaning 9997 clauses out of 20044 with flag 705002/705002
662.70/660.45	c cleaning 10002 clauses out of 20045 with flag 715000/715000
670.40/668.12	c cleaning 10005 clauses out of 20048 with flag 725005/725005
681.72/679.46	c cleaning 9998 clauses out of 20038 with flag 735000/735000
692.77/690.49	c cleaning 9998 clauses out of 20041 with flag 745001/745001
704.70/702.39	c cleaning 10001 clauses out of 20042 with flag 755000/755000
717.22/714.82	c cleaning 9997 clauses out of 20041 with flag 765000/765000
728.14/725.74	c cleaning 10007 clauses out of 20047 with flag 775003/775003
737.04/734.66	c cleaning 9982 clauses out of 20037 with flag 785000/785000
747.76/745.36	c cleaning 9987 clauses out of 20055 with flag 795000/795000
759.57/757.17	c cleaning 9995 clauses out of 20068 with flag 805000/805000
774.38/771.94	c cleaning 9997 clauses out of 20074 with flag 815001/815001
788.49/786.05	c cleaning 9999 clauses out of 20076 with flag 825000/825000
804.89/802.41	c cleaning 9997 clauses out of 20078 with flag 835001/835001
821.50/819.01	c cleaning 9995 clauses out of 20080 with flag 845000/845000
837.10/834.63	c cleaning 10003 clauses out of 20088 with flag 855003/855003
854.50/852.02	c cleaning 10002 clauses out of 20082 with flag 865000/865000
871.81/869.35	c cleaning 10001 clauses out of 20081 with flag 875001/875001
888.10/885.69	c cleaning 10014 clauses out of 20082 with flag 885003/885003
896.01/893.58	c cleaning 9986 clauses out of 20065 with flag 895000/895000
904.33/901.90	c cleaning 9891 clauses out of 20080 with flag 905001/905001
911.84/909.32	c cleaning 10049 clauses out of 20188 with flag 915000/915000
923.44/921.00	c cleaning 10063 clauses out of 20139 with flag 925000/925000
928.85/926.31	c cleaning 10012 clauses out of 20076 with flag 935000/935000
935.27/932.75	c cleaning 9927 clauses out of 20064 with flag 945000/945000
943.99/941.44	c cleaning 9921 clauses out of 20138 with flag 955001/955001
954.22/951.61	c cleaning 9965 clauses out of 20217 with flag 965001/965001
960.14/957.57	c cleaning 10057 clauses out of 20252 with flag 975001/975001
974.14/971.54	c cleaning 10028 clauses out of 20195 with flag 985001/985001
984.86/982.23	c cleaning 10012 clauses out of 20169 with flag 995003/995003
992.17/989.51	c cleaning 10006 clauses out of 20157 with flag 1005003/1005003
1002.67/1000.01	c cleaning 10048 clauses out of 20150 with flag 1015002/1015002
1013.29/1010.66	c cleaning 9997 clauses out of 20100 with flag 1025000/1025000
1022.40/1019.77	c cleaning 9989 clauses out of 20104 with flag 1035001/1035001
1032.80/1030.12	c cleaning 9990 clauses out of 20118 with flag 1045004/1045004
1039.61/1036.97	c cleaning 9985 clauses out of 20126 with flag 1055002/1055002
1049.92/1047.29	c cleaning 9968 clauses out of 20140 with flag 1065001/1065001
1062.93/1060.27	c cleaning 9983 clauses out of 20174 with flag 1075003/1075003
1072.24/1069.60	c cleaning 10035 clauses out of 20190 with flag 1085002/1085002
1087.86/1085.18	c cleaning 10007 clauses out of 20154 with flag 1095001/1095001
1104.37/1101.64	c cleaning 10013 clauses out of 20148 with flag 1105002/1105002
1117.19/1114.50	c cleaning 10005 clauses out of 20134 with flag 1115001/1115001
1131.00/1128.29	c cleaning 9989 clauses out of 20128 with flag 1125000/1125000
1142.42/1139.61	c cleaning 10003 clauses out of 20140 with flag 1135001/1135001
1158.03/1155.22	c cleaning 9998 clauses out of 20141 with flag 1145005/1145005
1174.14/1171.31	c cleaning 10012 clauses out of 20139 with flag 1155001/1155001
1189.66/1186.89	c cleaning 10002 clauses out of 20126 with flag 1165000/1165000
1205.76/1202.92	c cleaning 9991 clauses out of 20125 with flag 1175001/1175001
1213.68/1210.84	c cleaning 10004 clauses out of 20133 with flag 1185000/1185000
1225.70/1222.88	c cleaning 10002 clauses out of 20129 with flag 1195000/1195000
1239.12/1236.29	c cleaning 9991 clauses out of 20127 with flag 1205000/1205000
1250.93/1248.07	c cleaning 9996 clauses out of 20138 with flag 1215002/1215002
1262.84/1259.92	c cleaning 9998 clauses out of 20141 with flag 1225001/1225001
1272.55/1269.64	c cleaning 9998 clauses out of 20142 with flag 1235000/1235000
1282.86/1279.91	c cleaning 9999 clauses out of 20147 with flag 1245003/1245003
1293.46/1290.58	c cleaning 10000 clauses out of 20147 with flag 1255002/1255002
1307.06/1304.12	c cleaning 9999 clauses out of 20145 with flag 1265000/1265000
1317.96/1315.00	c cleaning 9999 clauses out of 20147 with flag 1275001/1275001
1328.07/1325.17	c cleaning 10007 clauses out of 20148 with flag 1285001/1285001
1340.27/1337.36	c cleaning 9997 clauses out of 20140 with flag 1295000/1295000
1362.59/1359.69	c cleaning 9987 clauses out of 20145 with flag 1305002/1305002
1369.49/1366.51	c cleaning 9994 clauses out of 20158 with flag 1315002/1315002
1382.00/1379.02	c cleaning 9992 clauses out of 20163 with flag 1325001/1325001
1389.01/1386.02	c cleaning 10039 clauses out of 20171 with flag 1335001/1335001
1395.12/1392.14	c cleaning 9984 clauses out of 20132 with flag 1345001/1345001
1405.44/1402.48	c cleaning 10011 clauses out of 20148 with flag 1355001/1355001
1413.95/1410.98	c cleaning 9978 clauses out of 20136 with flag 1365000/1365000
1421.66/1418.69	c cleaning 10012 clauses out of 20159 with flag 1375001/1375001
1430.68/1427.69	c cleaning 10024 clauses out of 20147 with flag 1385001/1385001
1439.98/1436.99	c cleaning 10005 clauses out of 20123 with flag 1395001/1395001
1450.59/1447.58	c cleaning 10015 clauses out of 20117 with flag 1405000/1405000
1457.69/1454.61	c cleaning 10009 clauses out of 20102 with flag 1415000/1415000
1468.00/1464.91	c cleaning 10007 clauses out of 20093 with flag 1425000/1425000
1478.71/1475.65	c cleaning 10005 clauses out of 20088 with flag 1435002/1435002
1488.52/1485.40	c cleaning 10007 clauses out of 20084 with flag 1445003/1445003
1498.13/1495.01	c cleaning 10004 clauses out of 20076 with flag 1455002/1455002
1507.45/1504.31	c cleaning 10015 clauses out of 20070 with flag 1465000/1465000
1521.17/1518.04	c cleaning 9991 clauses out of 20056 with flag 1475001/1475001
1532.67/1529.59	c cleaning 10017 clauses out of 20066 with flag 1485002/1485002
1547.49/1544.40	c cleaning 10002 clauses out of 20048 with flag 1495001/1495001
1564.79/1561.69	c cleaning 10001 clauses out of 20046 with flag 1505001/1505001
1582.00/1578.88	c cleaning 10000 clauses out of 20045 with flag 1515001/1515001
1596.22/1593.01	c cleaning 9967 clauses out of 20044 with flag 1525000/1525000
1606.94/1603.77	c cleaning 9983 clauses out of 20080 with flag 1535003/1535003
1618.54/1615.32	c cleaning 9992 clauses out of 20094 with flag 1545000/1545000
1628.85/1625.62	c cleaning 9992 clauses out of 20103 with flag 1555001/1555001
1640.86/1637.67	c cleaning 10001 clauses out of 20110 with flag 1565000/1565000
1653.77/1650.53	c cleaning 10001 clauses out of 20109 with flag 1575000/1575000
1666.18/1662.93	c cleaning 9991 clauses out of 20108 with flag 1585000/1585000
1677.89/1674.63	c cleaning 10002 clauses out of 20117 with flag 1595000/1595000
1689.00/1685.71	c cleaning 10002 clauses out of 20115 with flag 1605000/1605000
1698.91/1695.66	c cleaning 10001 clauses out of 20113 with flag 1615000/1615000
1707.01/1703.76	c cleaning 10030 clauses out of 20114 with flag 1625002/1625002
1716.02/1712.76	c cleaning 10012 clauses out of 20082 with flag 1635000/1635000
1724.02/1720.74	c cleaning 10006 clauses out of 20071 with flag 1645001/1645001
1732.03/1728.70	c cleaning 10001 clauses out of 20066 with flag 1655002/1655002
1739.73/1736.42	c cleaning 9999 clauses out of 20063 with flag 1665000/1665000
1749.84/1746.54	c cleaning 10001 clauses out of 20064 with flag 1675000/1675000
1759.95/1756.70	c cleaning 10003 clauses out of 20065 with flag 1685002/1685002
1769.65/1766.35	c cleaning 10000 clauses out of 20060 with flag 1695000/1695000
1777.76/1774.47	c cleaning 9998 clauses out of 20061 with flag 1705001/1705001
1786.06/1782.72	c cleaning 10000 clauses out of 20062 with flag 1715000/1715000
1794.27/1791.00	c cleaning 10000 clauses out of 20062 with flag 1725000/1725000
1800.09/1796.71	c starts		: 209
1800.09/1796.71	c conflicts		: 1732903
1800.09/1796.71	c decisions		: 2895112
1800.09/1796.71	c propagations		: 35771886
1800.09/1796.71	c inspects		: 2291424198
1800.09/1796.71	c learnt literals	: 0
1800.09/1796.72	c learnt binary clauses	: 0
1800.09/1796.72	c learnt ternary clauses	: 0
1800.09/1796.72	c learnt clauses	: 1732902
1800.09/1796.72	c ignored clauses	: 0
1800.09/1796.72	c root simplifications	: 0
1800.09/1796.72	c removed literals (reason simplification)	: 17230814
1800.09/1796.72	c reason swapping (by a shorter reason)	: 0
1800.09/1796.72	c Calls to reduceDB	: 174
1800.09/1796.72	c number of reductions to clauses (during analyze)	: 0
1800.09/1796.72	c number of learned constraints concerned by reduction	: 0
1800.09/1796.72	c number of learning phase by resolution	: 0
1800.09/1796.72	c number of learning phase by cutting planes	: 0
1800.09/1796.72	c speed (assignments/second)	: 19914.90321154725
1800.09/1796.72	c non guided choices	54270
1800.09/1796.74	c learnt constraints type 
1800.09/1796.74	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17975
1800.09/1796.74	c constraints type 
1800.09/1796.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 72
1800.09/1796.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
1800.09/1796.74	s UNKNOWN
1800.09/1796.74	c Total wall clock time (in seconds): 1796.54

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 8800
/proc/meminfo: memFree=1521032/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1832 CPUtime=0
/proc/8800/stat : 8800 (java6) R 8798 8800 8410 0 -1 4194304 254 0 0 0 0 0 0 0 22 0 1 0 8343552 1875968 157 1992294400 134512640 134550932 4286669440 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/8800/statm: 458 157 119 10 0 63 0

[startup+0.0122991 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 8800
/proc/meminfo: memFree=1521032/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1832 CPUtime=0
/proc/8800/stat : 8800 (java) S 8798 8800 8410 0 -1 4194304 418 0 0 0 0 0 0 0 18 0 1 0 8343552 1875968 148 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 0 0 0 0
/proc/8800/statm: 458 160 123 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.101124 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 8800
/proc/meminfo: memFree=1521032/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1524184 CPUtime=0.09
/proc/8800/stat : 8800 (java) S 8798 8800 8410 0 -1 4202496 3961 0 1 0 6 3 0 0 18 0 12 0 8343552 1560764416 3400 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301149 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 8800
/proc/meminfo: memFree=1521032/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1526244 CPUtime=0.34
/proc/8800/stat : 8800 (java) S 8798 8800 8410 0 -1 4202496 5308 0 1 0 31 3 0 0 18 0 12 0 8343552 1562873856 4745 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 381561 4745 1361 10 0 378863 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526244

[startup+0.701183 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 8800
/proc/meminfo: memFree=1521032/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1534120 CPUtime=1.11
/proc/8800/stat : 8800 (java) S 8798 8800 8410 0 -1 4202496 8969 0 1 0 106 5 0 0 18 0 13 0 8343552 1570938880 7550 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 383530 7550 1396 10 0 380832 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1534120

[startup+1.50227 s]
/proc/loadavg: 0.92 0.98 0.99 4/119 8813
/proc/meminfo: memFree=1492844/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1535144 CPUtime=2.63
/proc/8800/stat : 8800 (java) S 8798 8800 8410 0 -1 4202496 10426 0 1 0 257 6 0 0 18 0 13 0 8343552 1571987456 8337 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 383786 8337 1417 10 0 381088 0
[pid=8800/tid=8802] ppid=8798 vsize=1535144 CPUtime=1.44
/proc/8800/task/8802/stat : 8802 (java) R 8798 8800 8410 0 -1 4202560 5035 0 1 0 141 3 0 0 25 0 13 0 8343554 1571987456 8337 1992294400 134512640 134550932 4287486944 18446744073709551615 4109029441 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8410 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 8343555 1571987456 8337 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8410 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 8343555 1571987456 8337 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8805/stat : 8805 (java) S 8798 8800 8410 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 8343557 1571987456 8337 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8410 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 8343557 1571987456 8337 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8410 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 8343557 1571987456 8337 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8343561 1571987456 8337 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1535144 CPUtime=0.62
/proc/8800/task/8809/stat : 8809 (java) S 8798 8800 8410 0 -1 4202560 2649 0 0 0 62 0 0 0 25 0 13 0 8343561 1571987456 8337 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1535144 CPUtime=0.53
/proc/8800/task/8810/stat : 8810 (java) S 8798 8800 8410 0 -1 4202560 1677 0 0 0 53 0 0 0 25 0 13 0 8343562 1571987456 8337 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 8343562 1571987456 8337 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8812/stat : 8812 (java) S 8798 8800 8410 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 8343562 1571987456 8337 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8813] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8813/stat : 8813 (java) S 8798 8800 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8343602 1571987456 8337 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1535144

[startup+3.10246 s]
/proc/loadavg: 0.92 0.98 0.99 2/119 8813
/proc/meminfo: memFree=1490116/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1535144 CPUtime=4.3
/proc/8800/stat : 8800 (java) S 8798 8800 8410 0 -1 4202496 12415 0 1 0 423 7 0 0 18 0 13 0 8343552 1571987456 10315 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 383786 10315 1437 10 0 381088 0
[pid=8800/tid=8802] ppid=8798 vsize=1535144 CPUtime=2.99
/proc/8800/task/8802/stat : 8802 (java) S 8798 8800 8410 0 -1 4202560 6261 0 1 0 295 4 0 0 25 0 13 0 8343554 1571987456 10315 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8410 0 -1 4202560 306 0 0 0 0 0 0 0 18 0 13 0 8343555 1571987456 10315 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8410 0 -1 4202560 430 0 0 0 0 0 0 0 18 0 13 0 8343555 1571987456 10315 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1535144 CPUtime=0.01
/proc/8800/task/8805/stat : 8805 (java) R 8798 8800 8410 0 -1 4202560 11 0 0 0 1 0 0 0 17 0 13 0 8343557 1571987456 10315 1992294400 134512640 134550932 4287486944 18446744073709551615 106547600 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8410 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 8343557 1571987456 10315 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8410 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 8343557 1571987456 10315 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8343561 1571987456 10315 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1535144 CPUtime=0.68
/proc/8800/task/8809/stat : 8809 (java) S 8798 8800 8410 0 -1 4202560 2657 0 0 0 68 0 0 0 18 0 13 0 8343561 1571987456 10315 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1535144 CPUtime=0.56
/proc/8800/task/8810/stat : 8810 (java) S 8798 8800 8410 0 -1 4202560 1688 0 0 0 56 0 0 0 16 0 13 0 8343562 1571987456 10315 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 8343562 1571987456 10315 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8812/stat : 8812 (java) S 8798 8800 8410 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 8343562 1571987456 10315 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8813] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8813/stat : 8813 (java) S 8798 8800 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8343602 1571987456 10315 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 1535144

[startup+6.3018 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 8813
/proc/meminfo: memFree=1481684/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1535144 CPUtime=7.53
/proc/8800/stat : 8800 (java) S 8798 8800 8410 0 -1 4202496 15318 0 1 0 745 8 0 0 18 0 13 0 8343552 1571987456 13214 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 383786 13214 1439 10 0 381088 0
[pid=8800/tid=8802] ppid=8798 vsize=1535144 CPUtime=6.11
/proc/8800/task/8802/stat : 8802 (java) R 8798 8800 8410 0 -1 4202560 6267 0 1 0 607 4 0 0 25 0 13 0 8343554 1571987456 13214 1992294400 134512640 134550932 4287486944 18446744073709551615 4108999744 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1535144 CPUtime=0.01
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8410 0 -1 4202560 1188 0 0 0 1 0 0 0 18 0 13 0 8343555 1571987456 13214 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1535144 CPUtime=0.01
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8410 0 -1 4202560 1165 0 0 0 1 0 0 0 18 0 13 0 8343555 1571987456 13214 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1535144 CPUtime=0.04
/proc/8800/task/8805/stat : 8805 (java) S 8798 8800 8410 0 -1 4202560 1284 0 0 0 4 0 0 0 15 0 13 0 8343557 1571987456 13214 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8410 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8343557 1571987456 13214 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8410 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8343557 1571987456 13214 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8343561 1571987456 13214 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1535144 CPUtime=0.7
/proc/8800/task/8809/stat : 8809 (java) S 8798 8800 8410 0 -1 4202560 2659 0 0 0 70 0 0 0 18 0 13 0 8343561 1571987456 13214 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1535144 CPUtime=0.58
/proc/8800/task/8810/stat : 8810 (java) S 8798 8800 8410 0 -1 4202560 1689 0 0 0 58 0 0 0 16 0 13 0 8343562 1571987456 13214 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 8343562 1571987456 13214 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8812/stat : 8812 (java) S 8798 8800 8410 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 8343562 1571987456 13214 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8813] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8813/stat : 8813 (java) S 8798 8800 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8343602 1571987456 13214 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 1535144

[startup+12.7004 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 8813
/proc/meminfo: memFree=1467432/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1535144 CPUtime=13.95
/proc/8800/stat : 8800 (java) S 8798 8800 8410 0 -1 4202496 16656 0 1 0 1386 9 0 0 18 0 13 0 8343552 1571987456 14551 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 383786 14551 1439 10 0 381088 0
[pid=8800/tid=8802] ppid=8798 vsize=1535144 CPUtime=12.47
/proc/8800/task/8802/stat : 8802 (java) R 8798 8800 8410 0 -1 4202560 6268 0 1 0 1243 4 0 0 25 0 13 0 8343554 1571987456 14551 1992294400 134512640 134550932 4287486944 18446744073709551615 4109116227 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1535144 CPUtime=0.02
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8410 0 -1 4202560 1710 0 0 0 2 0 0 0 18 0 13 0 8343555 1571987456 14551 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1535144 CPUtime=0.01
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8410 0 -1 4202560 1563 0 0 0 1 0 0 0 17 0 13 0 8343555 1571987456 14551 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1535144 CPUtime=0.07
/proc/8800/task/8805/stat : 8805 (java) S 8798 8800 8410 0 -1 4202560 1699 0 0 0 7 0 0 0 15 0 13 0 8343557 1571987456 14551 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8410 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8343557 1571987456 14551 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8410 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8343557 1571987456 14551 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8343561 1571987456 14551 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1535144 CPUtime=0.7
/proc/8800/task/8809/stat : 8809 (java) S 8798 8800 8410 0 -1 4202560 2659 0 0 0 70 0 0 0 18 0 13 0 8343561 1571987456 14551 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1535144 CPUtime=0.6
/proc/8800/task/8810/stat : 8810 (java) S 8798 8800 8410 0 -1 4202560 1691 0 0 0 60 0 0 0 15 0 13 0 8343562 1571987456 14551 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 8343562 1571987456 14551 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8812/stat : 8812 (java) S 8798 8800 8410 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 8343562 1571987456 14551 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8813] ppid=8798 vsize=1535144 CPUtime=0
/proc/8800/task/8813/stat : 8813 (java) S 8798 8800 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8343602 1571987456 14551 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.95
Current children cumulated vsize (KiB) 1535144

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/119 8815
/proc/meminfo: memFree=1451436/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1536168 CPUtime=26.85
/proc/8800/stat : 8800 (java) S 8798 8800 8410 0 -1 4202496 20993 0 1 0 2674 11 0 0 18 0 13 0 8343552 1573036032 18716 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 384042 18716 1439 10 0 381344 0
[pid=8800/tid=8802] ppid=8798 vsize=1536168 CPUtime=25.14
/proc/8800/task/8802/stat : 8802 (java) R 8798 8800 8410 0 -1 4202560 6982 0 1 0 2509 5 0 0 25 0 13 0 8343554 1573036032 18716 1992294400 134512640 134550932 4287486944 18446744073709551615 4109069317 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1536168 CPUtime=0.05
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8410 0 -1 4202560 2963 0 0 0 4 1 0 0 18 0 13 0 8343555 1573036032 18716 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1536168 CPUtime=0.05
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8410 0 -1 4202560 2944 0 0 0 4 1 0 0 15 0 13 0 8343555 1573036032 18716 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1536168 CPUtime=0.15

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

[pid=8800] ppid=8798 vsize=1536168 CPUtime=1665.58
/proc/8800/stat : 8800 (java) S 8798 8800 8410 0 -1 4202496 46138 0 1 0 166523 35 0 0 18 0 13 0 8343552 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 384042 38707 1439 10 0 381344 0
[pid=8800/tid=8802] ppid=8798 vsize=1536168 CPUtime=1649.02
/proc/8800/task/8802/stat : 8802 (java) R 8798 8800 8410 0 -1 4202560 11250 0 1 0 164887 15 0 0 25 0 13 0 8343554 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4109118136 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1536168 CPUtime=2.67
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8410 0 -1 4202560 11669 0 0 0 261 6 0 0 15 0 13 0 8343555 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1536168 CPUtime=2.69
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8410 0 -1 4202560 11125 0 0 0 262 7 0 0 16 0 13 0 8343555 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1536168 CPUtime=9.7
/proc/8800/task/8805/stat : 8805 (java) S 8798 8800 8410 0 -1 4202560 6099 0 0 0 967 3 0 0 15 0 13 0 8343557 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8410 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8343557 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8410 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8343557 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8343561 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1536168 CPUtime=0.71
/proc/8800/task/8809/stat : 8809 (java) S 8798 8800 8410 0 -1 4202560 2662 0 0 0 71 0 0 0 18 0 13 0 8343561 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1536168 CPUtime=0.72
/proc/8800/task/8810/stat : 8810 (java) S 8798 8800 8410 0 -1 4202560 2171 0 0 0 72 0 0 0 15 0 13 0 8343562 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 8343562 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8812/stat : 8812 (java) S 8798 8800 8410 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 8343562 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8813] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8813/stat : 8813 (java) S 8798 8800 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8343602 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1665.58
Current children cumulated vsize (KiB) 1536168

[startup+1722.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 8859
/proc/meminfo: memFree=1368232/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1536168 CPUtime=1725.63
/proc/8800/stat : 8800 (java) S 8798 8800 8410 0 -1 4202496 46153 0 1 0 172527 36 0 0 18 0 13 0 8343552 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 384042 38707 1439 10 0 381344 0
[pid=8800/tid=8802] ppid=8798 vsize=1536168 CPUtime=1708.42
/proc/8800/task/8802/stat : 8802 (java) R 8798 8800 8410 0 -1 4202560 11257 0 1 0 170826 16 0 0 25 0 13 0 8343554 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4109029396 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1536168 CPUtime=2.74
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8410 0 -1 4202560 11669 0 0 0 268 6 0 0 16 0 13 0 8343555 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1536168 CPUtime=2.75
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8410 0 -1 4202560 11125 0 0 0 268 7 0 0 16 0 13 0 8343555 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1536168 CPUtime=10.22
/proc/8800/task/8805/stat : 8805 (java) S 8798 8800 8410 0 -1 4202560 6103 0 0 0 1019 3 0 0 15 0 13 0 8343557 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8410 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8343557 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8410 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8343557 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8343561 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1536168 CPUtime=0.71
/proc/8800/task/8809/stat : 8809 (java) S 8798 8800 8410 0 -1 4202560 2662 0 0 0 71 0 0 0 18 0 13 0 8343561 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1536168 CPUtime=0.72
/proc/8800/task/8810/stat : 8810 (java) S 8798 8800 8410 0 -1 4202560 2171 0 0 0 72 0 0 0 15 0 13 0 8343562 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 8343562 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8812/stat : 8812 (java) S 8798 8800 8410 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 8343562 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8813] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8813/stat : 8813 (java) S 8798 8800 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8343602 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1725.63
Current children cumulated vsize (KiB) 1536168

[startup+1782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 8861
/proc/meminfo: memFree=1367984/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1536168 CPUtime=1785.66
/proc/8800/stat : 8800 (java) S 8798 8800 8410 0 -1 4202496 46167 0 1 0 178530 36 0 0 18 0 13 0 8343552 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 384042 38707 1439 10 0 381344 0
[pid=8800/tid=8802] ppid=8798 vsize=1536168 CPUtime=1767.89
/proc/8800/task/8802/stat : 8802 (java) R 8798 8800 8410 0 -1 4202560 11263 0 1 0 176773 16 0 0 25 0 13 0 8343554 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4108999660 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1536168 CPUtime=2.79
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8410 0 -1 4202560 11669 0 0 0 273 6 0 0 15 0 13 0 8343555 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1536168 CPUtime=2.8
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8410 0 -1 4202560 11125 0 0 0 273 7 0 0 16 0 13 0 8343555 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1536168 CPUtime=10.68
/proc/8800/task/8805/stat : 8805 (java) S 8798 8800 8410 0 -1 4202560 6108 0 0 0 1065 3 0 0 15 0 13 0 8343557 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8410 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8343557 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8410 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8343557 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8343561 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1536168 CPUtime=0.71
/proc/8800/task/8809/stat : 8809 (java) S 8798 8800 8410 0 -1 4202560 2662 0 0 0 71 0 0 0 18 0 13 0 8343561 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1536168 CPUtime=0.72
/proc/8800/task/8810/stat : 8810 (java) S 8798 8800 8410 0 -1 4202560 2171 0 0 0 72 0 0 0 15 0 13 0 8343562 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 8343562 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8812/stat : 8812 (java) S 8798 8800 8410 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8343562 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8813] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8813/stat : 8813 (java) S 8798 8800 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8343602 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1785.66
Current children cumulated vsize (KiB) 1536168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 8861
/proc/meminfo: memFree=1367984/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1536168 CPUtime=1800.09
/proc/8800/stat : 8800 (java) S 8798 8800 8410 0 -1 4202496 46169 0 1 0 179972 37 0 0 18 0 13 0 8343552 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 384042 38707 1439 10 0 381344 0
[pid=8800/tid=8802] ppid=8798 vsize=1536168 CPUtime=1782.13
/proc/8800/task/8802/stat : 8802 (java) R 8798 8800 8410 0 -1 4202560 11265 0 1 0 178197 16 0 0 25 0 13 0 8343554 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4109118186 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1536168 CPUtime=2.81
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8410 0 -1 4202560 11669 0 0 0 275 6 0 0 15 0 13 0 8343555 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1536168 CPUtime=2.82
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8410 0 -1 4202560 11125 0 0 0 275 7 0 0 16 0 13 0 8343555 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1536168 CPUtime=10.81
/proc/8800/task/8805/stat : 8805 (java) S 8798 8800 8410 0 -1 4202560 6108 0 0 0 1078 3 0 0 15 0 13 0 8343557 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8410 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8343557 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8410 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8343557 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8343561 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1536168 CPUtime=0.71
/proc/8800/task/8809/stat : 8809 (java) S 8798 8800 8410 0 -1 4202560 2662 0 0 0 71 0 0 0 18 0 13 0 8343561 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1536168 CPUtime=0.72
/proc/8800/task/8810/stat : 8810 (java) S 8798 8800 8410 0 -1 4202560 2171 0 0 0 72 0 0 0 15 0 13 0 8343562 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 8343562 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8812/stat : 8812 (java) R 8798 8800 8410 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8343562 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8800/tid=8813] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8813/stat : 8813 (java) S 8798 8800 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8343602 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1536168

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

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

[startup+1796.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 8861
/proc/meminfo: memFree=1367984/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1536168 CPUtime=1800.09
/proc/8800/stat : 8800 (java) S 8798 8800 8410 0 -1 4202496 46169 0 1 0 179972 37 0 0 18 0 13 0 8343552 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 384042 38707 1439 10 0 381344 0
[pid=8800/tid=8802] ppid=8798 vsize=1536168 CPUtime=1782.13
/proc/8800/task/8802/stat : 8802 (java) R 8798 8800 8410 0 -1 4202560 11265 0 1 0 178197 16 0 0 25 0 13 0 8343554 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4109118186 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1536168 CPUtime=2.81
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8410 0 -1 4202560 11669 0 0 0 275 6 0 0 15 0 13 0 8343555 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1536168 CPUtime=2.82
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8410 0 -1 4202560 11125 0 0 0 275 7 0 0 16 0 13 0 8343555 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1536168 CPUtime=10.81
/proc/8800/task/8805/stat : 8805 (java) S 8798 8800 8410 0 -1 4202560 6108 0 0 0 1078 3 0 0 15 0 13 0 8343557 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 0 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8410 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 8343557 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8410 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8343557 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8410 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8343561 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1536168 CPUtime=0.71
/proc/8800/task/8809/stat : 8809 (java) S 8798 8800 8410 0 -1 4202560 2662 0 0 0 71 0 0 0 18 0 13 0 8343561 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1536168 CPUtime=0.72
/proc/8800/task/8810/stat : 8810 (java) S 8798 8800 8410 0 -1 4202560 2171 0 0 0 72 0 0 0 15 0 13 0 8343562 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 1 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8410 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 8343562 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8812/stat : 8812 (java) R 8798 8800 8410 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8343562 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8800/tid=8813] ppid=8798 vsize=1536168 CPUtime=0
/proc/8800/task/8813/stat : 8813 (java) S 8798 8800 8410 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8343602 1573036032 38707 1992294400 134512640 134550932 4287486944 18446744073709551615 4294960144 0 4 0 16800975 18446604437841060224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1536168

Child status: 143
Real time (s): 1796.79
CPU time (s): 1800.23
CPU user time (s): 1799.84
CPU system time (s): 0.38994
CPU usage (%): 100.191
Max. virtual memory (cumulated for all children) (KiB): 1537192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.38994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46194
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= 38483
involuntary context switches= 18384

runsolver used 3.65444 second user time and 9.55255 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-12 09:23:38
IDJOB=2659549
IDBENCH=1426
IDSOLVER=1164
FILE ID=node009/2659549-1276327418
PBS_JOBID= 11173169
Free space on /tmp= 62444 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_36_pb.cnf.cr.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659549-1276327418/watcher-2659549-1276327418 -o /tmp/evaluation-result-2659549-1276327418/solver-2659549-1276327418 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659549-1276327418.opb

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

MD5SUM BENCH= 63dafaa5a785f38064ac19ced11339d2
RANDOM SEED=365443295

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1521304 kB
Buffers:         93900 kB
Cached:         315620 kB
SwapCached:          0 kB
Active:         174288 kB
Inactive:       294412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1521304 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             392 kB
Writeback:           0 kB
AnonPages:       59232 kB
Mapped:          15340 kB
Slab:            47020 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180852 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= 62444 MiB
End job on node009 at 2010-06-12 09:53:37