Trace number 2658812

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-26? (TO) 1800.19 1796.22

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-maros.opb
MD5SUMa4588bb38746a3d57566a2a5df85a941
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42240
Total number of constraints836
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 constraints836
Minimum length of a constraint30
Maximum length of a constraint4740
Number of terms in the objective function 10110
Biggest coefficient in the objective function 330175610880000000
Number of bits for the biggest coefficient in the objective function 59
Sum of the numbers in the objective function 14934064445704252926
Number of bits of the sum of numbers in the objective function 64
Biggest number in a constraint 330175610880000000
Number of bits of the biggest number in a constraint 59
Biggest sum of numbers in a constraint 14934064445704252926
Number of bits of the biggest sum of numbers64
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100526
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/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@64dc11
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-2658812-1276547472.opb
0.24/0.20	c reading problem ... 
4.35/2.91	c ... done. Wall clock time 2.716s.
4.35/2.91	c #vars     42240
4.35/2.91	c #constraints  11046
4.35/2.92	c constraints type 
4.35/2.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1148
13.69/11.14	c cleaning 2479 clauses out of 4961 with flag 5000/5000
16.71/14.11	c cleaning 4238 clauses out of 8482 with flag 11000/11000
20.46/17.48	c cleaning 5622 clauses out of 11245 with flag 18001/18001
24.98/21.61	c cleaning 6808 clauses out of 13622 with flag 26000/26000
29.29/25.99	c cleaning 7903 clauses out of 15816 with flag 35002/35002
34.59/31.28	c cleaning 8955 clauses out of 17913 with flag 45002/45002
40.59/37.23	c cleaning 9474 clauses out of 18957 with flag 55001/55001
45.40/42.06	c cleaning 9735 clauses out of 19482 with flag 65000/65000
50.70/47.34	c cleaning 9875 clauses out of 19751 with flag 75004/75004
63.59/60.27	c cleaning 9919 clauses out of 19871 with flag 85000/85000
77.40/74.01	c cleaning 9970 clauses out of 19952 with flag 95000/95000
86.70/83.30	c cleaning 9988 clauses out of 19982 with flag 105000/105000
99.93/96.50	c cleaning 9992 clauses out of 19994 with flag 115000/115000
110.14/106.73	c cleaning 9975 clauses out of 20001 with flag 125000/125000
112.84/109.42	c cleaning 10006 clauses out of 20026 with flag 135000/135000
117.85/114.42	c cleaning 10004 clauses out of 20020 with flag 145000/145000
124.44/121.04	c cleaning 10002 clauses out of 20016 with flag 155000/155000
126.23/122.87	c cleaning 10000 clauses out of 20015 with flag 165001/165001
128.14/124.79	c cleaning 10005 clauses out of 20015 with flag 175001/175001
130.24/126.89	c cleaning 9993 clauses out of 20009 with flag 185000/185000
132.17/128.71	c cleaning 9998 clauses out of 20017 with flag 195001/195001
133.86/130.42	c cleaning 10007 clauses out of 20019 with flag 205001/205001
135.77/132.37	c cleaning 9997 clauses out of 20011 with flag 215000/215000
137.68/134.21	c cleaning 9999 clauses out of 20015 with flag 225001/225001
139.37/135.93	c cleaning 9997 clauses out of 20016 with flag 235001/235001
141.27/137.86	c cleaning 10002 clauses out of 20019 with flag 245001/245001
143.18/139.72	c cleaning 10003 clauses out of 20017 with flag 255001/255001
145.08/141.65	c cleaning 9996 clauses out of 20013 with flag 265000/265000
146.88/143.43	c cleaning 10002 clauses out of 20017 with flag 275000/275000
148.69/145.30	c cleaning 9999 clauses out of 20015 with flag 285000/285000
150.58/147.13	c cleaning 10002 clauses out of 20016 with flag 295000/295000
152.38/148.93	c cleaning 9999 clauses out of 20014 with flag 305000/305000
154.19/150.74	c cleaning 10000 clauses out of 20015 with flag 315000/315000
155.89/152.45	c cleaning 10000 clauses out of 20016 with flag 325001/325001
158.39/154.90	c cleaning 10002 clauses out of 20014 with flag 335001/335001
160.09/156.63	c cleaning 9997 clauses out of 20012 with flag 345001/345001
161.80/158.36	c cleaning 9997 clauses out of 20015 with flag 355001/355001
163.50/160.03	c cleaning 10000 clauses out of 20017 with flag 365000/365000
165.21/161.73	c cleaning 10004 clauses out of 20017 with flag 375000/375000
167.10/163.60	c cleaning 9995 clauses out of 20015 with flag 385003/385003
169.00/165.57	c cleaning 10000 clauses out of 20017 with flag 395000/395000
170.91/167.42	c cleaning 9997 clauses out of 20017 with flag 405000/405000
178.41/174.94	c cleaning 9969 clauses out of 20019 with flag 415000/415000
186.21/182.71	c cleaning 9983 clauses out of 20051 with flag 425001/425001
195.31/191.85	c cleaning 9991 clauses out of 20067 with flag 435000/435000
204.41/200.95	c cleaning 9992 clauses out of 20076 with flag 445000/445000
215.31/211.84	c cleaning 10034 clauses out of 20085 with flag 455001/455001
224.52/221.07	c cleaning 10003 clauses out of 20052 with flag 465002/465002
236.41/232.94	c cleaning 9980 clauses out of 20048 with flag 475001/475001
251.91/248.48	c cleaning 10022 clauses out of 20069 with flag 485002/485002
264.51/261.04	c cleaning 10013 clauses out of 20045 with flag 495000/495000
270.42/266.97	c cleaning 9999 clauses out of 20033 with flag 505001/505001
277.13/273.66	c cleaning 10005 clauses out of 20033 with flag 515000/515000
285.42/281.95	c cleaning 10004 clauses out of 20028 with flag 525000/525000
294.62/291.18	c cleaning 10004 clauses out of 20024 with flag 535000/535000
304.53/301.06	c cleaning 9993 clauses out of 20020 with flag 545000/545000
314.43/310.96	c cleaning 9992 clauses out of 20028 with flag 555001/555001
324.33/320.84	c cleaning 10002 clauses out of 20036 with flag 565001/565001
334.53/331.02	c cleaning 9996 clauses out of 20034 with flag 575001/575001
343.62/340.14	c cleaning 10000 clauses out of 20037 with flag 585000/585000
353.74/350.26	c cleaning 10012 clauses out of 20039 with flag 595003/595003
363.64/360.16	c cleaning 10004 clauses out of 20025 with flag 605001/605001
373.65/370.18	c cleaning 9995 clauses out of 20020 with flag 615000/615000
384.45/380.97	c cleaning 9980 clauses out of 20026 with flag 625001/625001
396.75/393.20	c cleaning 9991 clauses out of 20045 with flag 635000/635000
409.25/405.76	c cleaning 9994 clauses out of 20054 with flag 645000/645000
421.45/417.95	c cleaning 10027 clauses out of 20062 with flag 655002/655002
441.15/437.69	c cleaning 10013 clauses out of 20033 with flag 665000/665000
460.96/457.44	c cleaning 10002 clauses out of 20020 with flag 675000/675000
477.38/473.82	c cleaning 9997 clauses out of 20007 with flag 685001/685001
491.98/488.46	c cleaning 9999 clauses out of 20006 with flag 695000/695000
496.28/492.71	c cleaning 9989 clauses out of 20007 with flag 705000/705000
509.79/506.26	c cleaning 9983 clauses out of 20011 with flag 715001/715001
537.91/534.34	c cleaning 9982 clauses out of 20027 with flag 725000/725000
560.63/557.07	c cleaning 10004 clauses out of 20044 with flag 735000/735000
569.24/565.60	c cleaning 9997 clauses out of 20040 with flag 745000/745000
576.96/573.36	c cleaning 9994 clauses out of 20044 with flag 755001/755001
582.99/579.35	c cleaning 10012 clauses out of 20050 with flag 765001/765001
585.50/581.87	c cleaning 10006 clauses out of 20037 with flag 775000/775000
588.30/584.67	c cleaning 10003 clauses out of 20032 with flag 785001/785001
590.90/587.20	c cleaning 9998 clauses out of 20029 with flag 795001/795001
593.50/589.82	c cleaning 10009 clauses out of 20030 with flag 805000/805000
595.70/592.00	c cleaning 10001 clauses out of 20021 with flag 815000/815000
597.90/594.28	c cleaning 10007 clauses out of 20021 with flag 825001/825001
600.50/596.84	c cleaning 10000 clauses out of 20013 with flag 835000/835000
602.81/599.15	c cleaning 9998 clauses out of 20014 with flag 845001/845001
605.21/601.58	c cleaning 10002 clauses out of 20015 with flag 855000/855000
607.62/603.99	c cleaning 10000 clauses out of 20013 with flag 865000/865000
609.82/606.15	c cleaning 9998 clauses out of 20013 with flag 875000/875000
611.80/608.18	c cleaning 10002 clauses out of 20016 with flag 885001/885001
614.10/610.42	c cleaning 9999 clauses out of 20013 with flag 895000/895000
616.31/612.69	c cleaning 10002 clauses out of 20015 with flag 905001/905001
618.61/614.91	c cleaning 10000 clauses out of 20012 with flag 915000/915000
620.71/617.09	c cleaning 9997 clauses out of 20012 with flag 925000/925000
622.91/619.21	c cleaning 9999 clauses out of 20016 with flag 935001/935001
625.22/621.58	c cleaning 10003 clauses out of 20016 with flag 945000/945000
627.61/623.96	c cleaning 9996 clauses out of 20013 with flag 955000/955000
629.81/626.17	c cleaning 10000 clauses out of 20018 with flag 965001/965001
632.11/628.48	c cleaning 10001 clauses out of 20017 with flag 975000/975000
634.61/630.90	c cleaning 9998 clauses out of 20016 with flag 985000/985000
637.01/633.39	c cleaning 10004 clauses out of 20019 with flag 995001/995001
639.42/635.71	c cleaning 10000 clauses out of 20015 with flag 1005001/1005001
641.92/638.22	c cleaning 10001 clauses out of 20015 with flag 1015001/1015001
644.42/640.75	c cleaning 9998 clauses out of 20013 with flag 1025000/1025000
646.92/643.28	c cleaning 10000 clauses out of 20015 with flag 1035000/1035000
649.73/646.05	c cleaning 10003 clauses out of 20016 with flag 1045001/1045001
652.33/648.65	c cleaning 10000 clauses out of 20012 with flag 1055000/1055000
654.63/650.98	c cleaning 9999 clauses out of 20012 with flag 1065000/1065000
657.03/653.38	c cleaning 9997 clauses out of 20013 with flag 1075000/1075000
659.82/656.16	c cleaning 9999 clauses out of 20016 with flag 1085000/1085000
662.92/659.20	c cleaning 9999 clauses out of 20018 with flag 1095001/1095001
665.42/661.75	c cleaning 10003 clauses out of 20018 with flag 1105000/1105000
668.13/664.45	c cleaning 9997 clauses out of 20015 with flag 1115000/1115000
670.63/666.93	c cleaning 10003 clauses out of 20018 with flag 1125000/1125000
672.73/669.05	c cleaning 10002 clauses out of 20015 with flag 1135000/1135000
675.34/671.62	c cleaning 10001 clauses out of 20014 with flag 1145001/1145001
707.55/703.85	c cleaning 9984 clauses out of 20011 with flag 1155000/1155000
720.25/716.57	c cleaning 9970 clauses out of 20027 with flag 1165000/1165000
723.16/719.46	c cleaning 9990 clauses out of 20058 with flag 1175001/1175001
726.36/722.68	c cleaning 9996 clauses out of 20068 with flag 1185001/1185001
729.36/725.62	c cleaning 9999 clauses out of 20072 with flag 1195001/1195001
732.76/729.04	c cleaning 9999 clauses out of 20073 with flag 1205001/1205001
735.96/732.29	c cleaning 9997 clauses out of 20073 with flag 1215000/1215000
739.58/735.89	c cleaning 10027 clauses out of 20076 with flag 1225001/1225001
744.09/740.35	c cleaning 10016 clauses out of 20049 with flag 1235001/1235001
779.78/776.02	c cleaning 9998 clauses out of 20033 with flag 1245001/1245001
859.90/856.11	c cleaning 10000 clauses out of 20035 with flag 1255001/1255001
934.32/930.56	c cleaning 9996 clauses out of 20035 with flag 1265001/1265001
1002.82/999.01	c cleaning 9998 clauses out of 20038 with flag 1275000/1275000
1072.62/1068.90	c cleaning 9991 clauses out of 20041 with flag 1285001/1285001
1160.02/1156.23	c cleaning 9995 clauses out of 20049 with flag 1295000/1295000
1241.64/1237.81	c cleaning 10009 clauses out of 20055 with flag 1305001/1305001
1342.04/1338.24	c cleaning 9994 clauses out of 20046 with flag 1315001/1315001
1384.74/1380.96	c cleaning 9993 clauses out of 20052 with flag 1325001/1325001
1399.93/1396.12	c cleaning 9975 clauses out of 20058 with flag 1335000/1335000
1418.14/1414.33	c cleaning 9996 clauses out of 20086 with flag 1345003/1345003
1432.14/1428.36	c cleaning 9997 clauses out of 20088 with flag 1355001/1355001
1446.55/1442.76	c cleaning 9997 clauses out of 20090 with flag 1365000/1365000
1463.04/1459.26	c cleaning 9991 clauses out of 20094 with flag 1375001/1375001
1478.44/1474.69	c cleaning 10002 clauses out of 20102 with flag 1385000/1385000
1493.04/1489.25	c cleaning 9999 clauses out of 20100 with flag 1395000/1395000
1509.24/1505.45	c cleaning 9998 clauses out of 20101 with flag 1405000/1405000
1526.34/1522.52	c cleaning 10007 clauses out of 20103 with flag 1415000/1415000
1542.75/1538.97	c cleaning 9998 clauses out of 20097 with flag 1425001/1425001
1559.84/1556.03	c cleaning 9999 clauses out of 20098 with flag 1435000/1435000
1573.74/1569.99	c cleaning 10000 clauses out of 20100 with flag 1445001/1445001
1587.73/1583.92	c cleaning 10001 clauses out of 20100 with flag 1455001/1455001
1601.83/1598.01	c cleaning 9997 clauses out of 20099 with flag 1465001/1465001
1610.53/1606.71	c cleaning 10035 clauses out of 20100 with flag 1475000/1475000
1624.75/1620.95	c cleaning 10026 clauses out of 20065 with flag 1485000/1485000
1636.36/1632.51	c cleaning 10020 clauses out of 20039 with flag 1495000/1495000
1651.16/1647.38	c cleaning 10004 clauses out of 20019 with flag 1505001/1505001
1672.88/1669.03	c cleaning 9994 clauses out of 20014 with flag 1515001/1515001
1675.39/1671.51	c cleaning 9998 clauses out of 20019 with flag 1525000/1525000
1678.38/1674.57	c cleaning 10007 clauses out of 20023 with flag 1535002/1535002
1684.98/1681.13	c cleaning 10003 clauses out of 20014 with flag 1545000/1545000
1692.58/1688.74	c cleaning 10000 clauses out of 20011 with flag 1555000/1555000
1699.99/1696.14	c cleaning 9996 clauses out of 20010 with flag 1565000/1565000
1710.79/1706.92	c cleaning 9958 clauses out of 20014 with flag 1575000/1575000
1723.49/1719.68	c cleaning 10002 clauses out of 20056 with flag 1585000/1585000
1738.12/1734.28	c cleaning 9999 clauses out of 20055 with flag 1595001/1595001
1752.33/1748.47	c cleaning 10012 clauses out of 20055 with flag 1605000/1605000
1769.63/1765.70	c cleaning 9995 clauses out of 20040 with flag 1615000/1615000
1792.54/1788.63	c cleaning 9987 clauses out of 20045 with flag 1625000/1625000
1800.03/1796.12	c starts		: 206
1800.03/1796.12	c conflicts		: 1628206
1800.03/1796.12	c decisions		: 1877907
1800.03/1796.12	c propagations		: 32090014
1800.03/1796.12	c inspects		: 543284054
1800.03/1796.12	c learnt literals	: 79
1800.03/1796.12	c learnt binary clauses	: 195
1800.03/1796.12	c learnt ternary clauses	: 333
1800.03/1796.12	c learnt clauses	: 1628127
1800.03/1796.12	c ignored clauses	: 0
1800.03/1796.12	c root simplifications	: 0
1800.03/1796.12	c removed literals (reason simplification)	: 34240587
1800.03/1796.12	c reason swapping (by a shorter reason)	: 0
1800.03/1796.12	c Calls to reduceDB	: 164
1800.03/1796.12	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.12	c number of learned constraints concerned by reduction	: 0
1800.03/1796.12	c number of learning phase by resolution	: 0
1800.03/1796.12	c number of learning phase by cutting planes	: 0
1800.03/1796.12	c speed (assignments/second)	: 17895.370404449695
1800.03/1796.12	c non guided choices	98615
1800.03/1796.14	c learnt constraints type 
1800.03/1796.14	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13079
1800.03/1796.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 195
1800.03/1796.14	c constraints type 
1800.03/1796.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1148
1800.03/1796.14	s UNKNOWN
1800.03/1796.14	c Total wall clock time (in seconds): 1795.944

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-2658812-1276547472/watcher-2658812-1276547472 -o /tmp/evaluation-result-2658812-1276547472/solver-2658812-1276547472 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658812-1276547472.opb 

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


[startup+0 s]
/proc/loadavg: 1.55 1.84 1.60 3/106 994
/proc/meminfo: memFree=1843120/2059040 swapFree=4136456/4192956
[pid=994] ppid=992 vsize=24036 CPUtime=0
/proc/994/stat : 994 (runsolver) R 992 994 32615 0 -1 4202560 81 0 0 0 0 0 0 0 19 0 1 0 30351285 24612864 106 1992294400 4194304 4302564 140733767265168 18446744073709551615 248552989687 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/994/statm: 6009 106 69 27 0 2647 0

[startup+0.0212439 s]
/proc/loadavg: 1.55 1.84 1.60 3/106 994
/proc/meminfo: memFree=1843120/2059040 swapFree=4136456/4192956
[pid=994] ppid=992 vsize=1517068 CPUtime=0.01
/proc/994/stat : 994 (java) S 992 994 32615 0 -1 4202496 1759 0 1 0 0 1 0 0 18 0 2 0 30351285 1553477632 1202 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/994/statm: 379267 1202 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.101251 s]
/proc/loadavg: 1.55 1.84 1.60 3/106 994
/proc/meminfo: memFree=1843120/2059040 swapFree=4136456/4192956
[pid=994] ppid=992 vsize=1524184 CPUtime=0.08
/proc/994/stat : 994 (java) S 992 994 32615 0 -1 4202496 3998 0 1 0 6 2 0 0 18 0 12 0 30351285 1560764416 3436 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/994/statm: 381046 3436 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300183 s]
/proc/loadavg: 1.55 1.84 1.60 3/106 994
/proc/meminfo: memFree=1843120/2059040 swapFree=4136456/4192956
[pid=994] ppid=992 vsize=1526592 CPUtime=0.4
/proc/994/stat : 994 (java) S 992 994 32615 0 -1 4202496 5633 0 1 0 37 3 0 0 18 0 12 0 30351285 1563230208 5069 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/994/statm: 381648 5069 1368 10 0 378950 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526592

[startup+0.700183 s]
/proc/loadavg: 1.55 1.84 1.60 3/106 994
/proc/meminfo: memFree=1843120/2059040 swapFree=4136456/4192956
[pid=994] ppid=992 vsize=1529876 CPUtime=1.19
/proc/994/stat : 994 (java) S 992 994 32615 0 -1 4202496 8715 0 1 0 114 5 0 0 18 0 12 0 30351285 1566593024 8060 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/994/statm: 382469 8060 1405 10 0 379771 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 1529876

[startup+1.50118 s]
/proc/loadavg: 1.55 1.84 1.60 4/118 1006
/proc/meminfo: memFree=1792432/2059040 swapFree=4136456/4192956
[pid=994] ppid=992 vsize=1541352 CPUtime=2.78
/proc/994/stat : 994 (java) S 992 994 32615 0 -1 4202496 26402 0 1 0 266 12 0 0 18 0 12 0 30351285 1578344448 23815 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/994/statm: 385338 23817 1406 10 0 382640 0
[pid=994/tid=996] ppid=992 vsize=1541352 CPUtime=1.47
/proc/994/task/996/stat : 996 (java) R 992 994 32615 0 -1 4202560 18934 0 1 0 138 9 0 0 18 0 12 0 30351286 1578344448 23817 1992294400 134512640 134550932 4291346272 18446744073709551615 4109682355 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=994/tid=997] ppid=992 vsize=1541352 CPUtime=0
/proc/994/task/997/stat : 997 (java) S 992 994 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 30351287 1578344448 23818 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=998] ppid=992 vsize=1541352 CPUtime=0
/proc/994/task/998/stat : 998 (java) S 992 994 32615 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30351287 1578344448 23819 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=999] ppid=992 vsize=1541352 CPUtime=0
/proc/994/task/999/stat : 999 (java) S 992 994 32615 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 30351289 1578344448 23820 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1000] ppid=992 vsize=1541352 CPUtime=0
/proc/994/task/1000/stat : 1000 (java) S 992 994 32615 0 -1 4202560 10 0 0 0 0 0 0 0 24 0 12 0 30351289 1578344448 23821 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1001] ppid=992 vsize=1541352 CPUtime=0
/proc/994/task/1001/stat : 1001 (java) S 992 994 32615 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 30351289 1578344448 23824 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1002] ppid=992 vsize=1541352 CPUtime=0
/proc/994/task/1002/stat : 1002 (java) S 992 994 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30351294 1578344448 23825 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1003] ppid=992 vsize=1541352 CPUtime=0.33
/proc/994/task/1003/stat : 1003 (java) S 992 994 32615 0 -1 4202560 914 0 0 0 33 0 0 0 25 0 12 0 30351294 1578344448 23827 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1004] ppid=992 vsize=1541352 CPUtime=0.95
/proc/994/task/1004/stat : 1004 (java) R 992 994 32615 0 -1 4202560 5490 0 0 0 93 2 0 0 25 0 12 0 30351294 1578344448 23827 1992294400 134512640 134550932 4291346272 18446744073709551615 104163978 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=994/tid=1005] ppid=992 vsize=1541352 CPUtime=0
/proc/994/task/1005/stat : 1005 (java) S 992 994 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30351294 1578344448 23828 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1006] ppid=992 vsize=1541352 CPUtime=0
/proc/994/task/1006/stat : 1006 (java) S 992 994 32615 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30351294 1578344448 23829 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 1541352

[startup+3.10319 s]
/proc/loadavg: 1.55 1.84 1.60 2/118 1006
/proc/meminfo: memFree=1701912/2059040 swapFree=4136456/4192956
[pid=994] ppid=992 vsize=1541352 CPUtime=4.74
/proc/994/stat : 994 (java) S 992 994 32615 0 -1 4202496 44614 0 1 0 451 23 0 0 18 0 12 0 30351285 1578344448 41967 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/994/statm: 385338 41967 1434 10 0 382640 0
[pid=994/tid=996] ppid=992 vsize=1541352 CPUtime=2.97
/proc/994/task/996/stat : 996 (java) R 992 994 32615 0 -1 4202560 32034 0 1 0 281 16 0 0 19 0 12 0 30351286 1578344448 41967 1992294400 134512640 134550932 4291346272 18446744073709551615 104257100 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=994/tid=997] ppid=992 vsize=1541352 CPUtime=0.09
/proc/994/task/997/stat : 997 (java) S 992 994 32615 0 -1 4202560 2604 0 0 0 8 1 0 0 18 0 12 0 30351287 1578344448 41967 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=998] ppid=992 vsize=1541352 CPUtime=0.08
/proc/994/task/998/stat : 998 (java) S 992 994 32615 0 -1 4202560 2468 0 0 0 7 1 0 0 18 0 12 0 30351287 1578344448 41967 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=999] ppid=992 vsize=1541352 CPUtime=0
/proc/994/task/999/stat : 999 (java) S 992 994 32615 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 30351289 1578344448 41967 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1000] ppid=992 vsize=1541352 CPUtime=0
/proc/994/task/1000/stat : 1000 (java) S 992 994 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 30351289 1578344448 41967 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1001] ppid=992 vsize=1541352 CPUtime=0
/proc/994/task/1001/stat : 1001 (java) S 992 994 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 30351289 1578344448 41967 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1002] ppid=992 vsize=1541352 CPUtime=0
/proc/994/task/1002/stat : 1002 (java) S 992 994 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 30351294 1578344448 41967 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1003] ppid=992 vsize=1541352 CPUtime=0.34
/proc/994/task/1003/stat : 1003 (java) R 992 994 32615 0 -1 4202560 914 0 0 0 34 0 0 0 16 0 12 0 30351294 1578344448 41967 1992294400 134512640 134550932 4291346272 18446744073709551615 104163517 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=994/tid=1004] ppid=992 vsize=1541352 CPUtime=1.2
/proc/994/task/1004/stat : 1004 (java) R 992 994 32615 0 -1 4202560 5523 0 0 0 118 2 0 0 16 0 12 0 30351294 1578344448 41967 1992294400 134512640 134550932 4291346272 18446744073709551615 104161330 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=994/tid=1005] ppid=992 vsize=1541352 CPUtime=0
/proc/994/task/1005/stat : 1005 (java) S 992 994 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30351294 1578344448 41967 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1006] ppid=992 vsize=1541352 CPUtime=0
/proc/994/task/1006/stat : 1006 (java) S 992 994 32615 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30351294 1578344448 41967 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 1541352

[startup+6.31198 s]
/proc/loadavg: 1.50 1.83 1.59 2/119 1007
/proc/meminfo: memFree=1646732/2059040 swapFree=4136456/4192956
[pid=994] ppid=992 vsize=1541100 CPUtime=8.71
/proc/994/stat : 994 (java) S 992 994 32615 0 -1 4202496 53524 0 1 0 844 27 0 0 18 0 13 0 30351285 1578086400 50152 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/994/statm: 385275 50152 1438 10 0 382577 0
[pid=994/tid=996] ppid=992 vsize=1541100 CPUtime=5.81
/proc/994/task/996/stat : 996 (java) R 992 994 32615 0 -1 4202560 32051 0 1 0 565 16 0 0 25 0 13 0 30351286 1578086400 50152 1992294400 134512640 134550932 4291346272 18446744073709551615 4110031706 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=994/tid=997] ppid=992 vsize=1541100 CPUtime=0.22
/proc/994/task/997/stat : 997 (java) S 992 994 32615 0 -1 4202560 6973 0 0 0 19 3 0 0 18 0 13 0 30351287 1578086400 50152 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=998] ppid=992 vsize=1541100 CPUtime=0.22
/proc/994/task/998/stat : 998 (java) S 992 994 32615 0 -1 4202560 6910 0 0 0 19 3 0 0 18 0 13 0 30351287 1578086400 50152 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=999] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/999/stat : 999 (java) S 992 994 32615 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 30351289 1578086400 50152 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1000] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1000/stat : 1000 (java) S 992 994 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30351289 1578086400 50152 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1001] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1001/stat : 1001 (java) S 992 994 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 30351289 1578086400 50152 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1002] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1002/stat : 1002 (java) S 992 994 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 30351294 1578086400 50152 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1003] ppid=992 vsize=1541100 CPUtime=0.79
/proc/994/task/1003/stat : 1003 (java) S 992 994 32615 0 -1 4202560 963 0 0 0 79 0 0 0 15 0 13 0 30351294 1578086400 50152 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1004] ppid=992 vsize=1541100 CPUtime=1.62
/proc/994/task/1004/stat : 1004 (java) R 992 994 32615 0 -1 4202560 5552 0 0 0 160 2 0 0 15 0 13 0 30351294 1578086400 50152 1992294400 134512640 134550932 4291346272 18446744073709551615 106116920 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=994/tid=1005] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1005/stat : 1005 (java) S 992 994 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30351294 1578086400 50152 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1006] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1006/stat : 1006 (java) S 992 994 32615 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 30351294 1578086400 50152 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1007] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1007/stat : 1007 (java) S 992 994 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30351658 1578086400 50152 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.71
Current children cumulated vsize (KiB) 1541100

[startup+12.7017 s]
/proc/loadavg: 1.46 1.81 1.59 2/119 1007
/proc/meminfo: memFree=1626644/2059040 swapFree=4136456/4192956
[pid=994] ppid=992 vsize=1541100 CPUtime=15.38
/proc/994/stat : 994 (java) S 992 994 32615 0 -1 4202496 58681 0 1 0 1509 29 0 0 18 0 13 0 30351285 1578086400 55277 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/994/statm: 385275 55277 1445 10 0 382577 0
[pid=994/tid=996] ppid=992 vsize=1541100 CPUtime=11.82
/proc/994/task/996/stat : 996 (java) R 992 994 32615 0 -1 4202560 32056 0 1 0 1166 16 0 0 25 0 13 0 30351286 1578086400 55277 1992294400 134512640 134550932 4291346272 18446744073709551615 4110031327 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=994/tid=997] ppid=992 vsize=1541100 CPUtime=0.35
/proc/994/task/997/stat : 997 (java) S 992 994 32615 0 -1 4202560 7239 0 0 0 32 3 0 0 16 0 13 0 30351287 1578086400 55277 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=998] ppid=992 vsize=1541100 CPUtime=0.35
/proc/994/task/998/stat : 998 (java) S 992 994 32615 0 -1 4202560 7023 0 0 0 32 3 0 0 16 0 13 0 30351287 1578086400 55277 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=999] ppid=992 vsize=1541100 CPUtime=0.2
/proc/994/task/999/stat : 999 (java) S 992 994 32615 0 -1 4202560 4760 0 0 0 19 1 0 0 15 0 13 0 30351289 1578086400 55277 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1000] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1000/stat : 1000 (java) S 992 994 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30351289 1578086400 55277 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1001] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1001/stat : 1001 (java) S 992 994 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 30351289 1578086400 55277 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1002] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1002/stat : 1002 (java) S 992 994 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 30351294 1578086400 55277 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1003] ppid=992 vsize=1541100 CPUtime=0.82
/proc/994/task/1003/stat : 1003 (java) S 992 994 32615 0 -1 4202560 968 0 0 0 82 0 0 0 16 0 13 0 30351294 1578086400 55277 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1004] ppid=992 vsize=1541100 CPUtime=1.78
/proc/994/task/1004/stat : 1004 (java) S 992 994 32615 0 -1 4202560 5567 0 0 0 176 2 0 0 15 0 13 0 30351294 1578086400 55277 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1005] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1005/stat : 1005 (java) S 992 994 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30351294 1578086400 55277 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1006] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1006/stat : 1006 (java) S 992 994 32615 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 30351294 1578086400 55277 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1007] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1007/stat : 1007 (java) S 992 994 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30351658 1578086400 55277 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.38
Current children cumulated vsize (KiB) 1541100

[startup+25.5012 s]
/proc/loadavg: 1.36 1.77 1.58 2/119 1007
/proc/meminfo: memFree=1625032/2059040 swapFree=4136456/4192956
[pid=994] ppid=992 vsize=1541100 CPUtime=28.89
/proc/994/stat : 994 (java) S 992 994 32615 0 -1 4202496 59107 0 1 0 2859 30 0 0 18 0 13 0 30351285 1578086400 55700 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/994/statm: 385275 55700 1445 10 0 382577 0
[pid=994/tid=996] ppid=992 vsize=1541100 CPUtime=23.99
/proc/994/task/996/stat : 996 (java) R 992 994 32615 0 -1 4202560 32059 0 1 0 2382 17 0 0 25 0 13 0 30351286 1578086400 55700 1992294400 134512640 134550932 4291346272 18446744073709551615 4109742286 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=994/tid=997] ppid=992 vsize=1541100 CPUtime=0.36
/proc/994/task/997/stat : 997 (java) S 992 994 32615 0 -1 4202560 7239 0 0 0 33 3 0 0 15 0 13 0 30351287 1578086400 55700 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=998] ppid=992 vsize=1541100 CPUtime=0.37
/proc/994/task/998/stat : 998 (java) S 992 994 32615 0 -1 4202560 7025 0 0 0 34 3 0 0 16 0 13 0 30351287 1578086400 55700 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=999] ppid=992 vsize=1541100 CPUtime=0.78
/proc/994/task/999/stat : 999 (java) S 992 994 32615 0 -1 4202560 5062 0 0 0 77 1 0 0 15 0 13 0 30351289 1578086400 55700 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1000] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1000/stat : 1000 (java) S 992 994 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30351289 1578086400 55700 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1001] ppid=992 vsize=1541100 CPUtime=0

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

[pid=994/tid=999] ppid=992 vsize=1541100 CPUtime=28.44
/proc/994/task/999/stat : 999 (java) S 992 994 32615 0 -1 4202560 17095 0 0 0 2836 8 0 0 15 0 13 0 30351289 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1000] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1000/stat : 1000 (java) S 992 994 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30351289 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1001] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1001/stat : 1001 (java) S 992 994 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 30351289 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1002] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1002/stat : 1002 (java) S 992 994 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1003] ppid=992 vsize=1541100 CPUtime=0.84
/proc/994/task/1003/stat : 1003 (java) S 992 994 32615 0 -1 4202560 970 0 0 0 84 0 0 0 16 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1004] ppid=992 vsize=1541100 CPUtime=2.56
/proc/994/task/1004/stat : 1004 (java) S 992 994 32615 0 -1 4202560 5687 0 0 0 254 2 0 0 15 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1005] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1005/stat : 1005 (java) S 992 994 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1006] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1006/stat : 1006 (java) S 992 994 32615 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1007] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1007/stat : 1007 (java) S 992 994 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30351658 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.13
Current children cumulated vsize (KiB) 1541100

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/119 1051
/proc/meminfo: memFree=1585104/2059040 swapFree=4136456/4192956
[pid=994] ppid=992 vsize=1541100 CPUtime=1666.18
/proc/994/stat : 994 (java) S 992 994 32615 0 -1 4202496 81589 0 1 0 166554 64 0 0 18 0 13 0 30351285 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/994/statm: 385275 64950 1445 10 0 382577 0
[pid=994/tid=996] ppid=992 vsize=1541100 CPUtime=1630.36
/proc/994/task/996/stat : 996 (java) R 992 994 32615 0 -1 4202560 32302 0 1 0 163002 34 0 0 25 0 13 0 30351286 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4110150656 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=994/tid=997] ppid=992 vsize=1541100 CPUtime=1.53
/proc/994/task/997/stat : 997 (java) S 992 994 32615 0 -1 4202560 12360 0 0 0 146 7 0 0 16 0 13 0 30351287 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=998] ppid=992 vsize=1541100 CPUtime=1.57
/proc/994/task/998/stat : 998 (java) S 992 994 32615 0 -1 4202560 12007 0 0 0 149 8 0 0 16 0 13 0 30351287 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=999] ppid=992 vsize=1541100 CPUtime=29.24
/proc/994/task/999/stat : 999 (java) S 992 994 32615 0 -1 4202560 17099 0 0 0 2915 9 0 0 15 0 13 0 30351289 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1000] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1000/stat : 1000 (java) S 992 994 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30351289 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1001] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1001/stat : 1001 (java) S 992 994 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 30351289 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1002] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1002/stat : 1002 (java) S 992 994 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1003] ppid=992 vsize=1541100 CPUtime=0.84
/proc/994/task/1003/stat : 1003 (java) S 992 994 32615 0 -1 4202560 970 0 0 0 84 0 0 0 16 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1004] ppid=992 vsize=1541100 CPUtime=2.56
/proc/994/task/1004/stat : 1004 (java) S 992 994 32615 0 -1 4202560 5687 0 0 0 254 2 0 0 15 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1005] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1005/stat : 1005 (java) S 992 994 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1006] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1006/stat : 1006 (java) S 992 994 32615 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1007] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1007/stat : 1007 (java) S 992 994 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30351658 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.18
Current children cumulated vsize (KiB) 1541100

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/119 1053
/proc/meminfo: memFree=1584980/2059040 swapFree=4136456/4192956
[pid=994] ppid=992 vsize=1541100 CPUtime=1726.21
/proc/994/stat : 994 (java) S 992 994 32615 0 -1 4202496 81605 0 1 0 172556 65 0 0 18 0 13 0 30351285 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/994/statm: 385275 64950 1445 10 0 382577 0
[pid=994/tid=996] ppid=992 vsize=1541100 CPUtime=1688.67
/proc/994/task/996/stat : 996 (java) R 992 994 32615 0 -1 4202560 32310 0 1 0 168831 36 0 0 25 0 13 0 30351286 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4109742124 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=994/tid=997] ppid=992 vsize=1541100 CPUtime=1.59
/proc/994/task/997/stat : 997 (java) S 992 994 32615 0 -1 4202560 12360 0 0 0 152 7 0 0 16 0 13 0 30351287 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=998] ppid=992 vsize=1541100 CPUtime=1.64
/proc/994/task/998/stat : 998 (java) S 992 994 32615 0 -1 4202560 12007 0 0 0 156 8 0 0 16 0 13 0 30351287 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=999] ppid=992 vsize=1541100 CPUtime=30.84
/proc/994/task/999/stat : 999 (java) S 992 994 32615 0 -1 4202560 17103 0 0 0 3075 9 0 0 15 0 13 0 30351289 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1000] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1000/stat : 1000 (java) S 992 994 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30351289 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1001] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1001/stat : 1001 (java) S 992 994 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 30351289 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1002] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1002/stat : 1002 (java) S 992 994 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1003] ppid=992 vsize=1541100 CPUtime=0.84
/proc/994/task/1003/stat : 1003 (java) S 992 994 32615 0 -1 4202560 970 0 0 0 84 0 0 0 16 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1004] ppid=992 vsize=1541100 CPUtime=2.56
/proc/994/task/1004/stat : 1004 (java) S 992 994 32615 0 -1 4202560 5687 0 0 0 254 2 0 0 15 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1005] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1005/stat : 1005 (java) S 992 994 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1006] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1006/stat : 1006 (java) S 992 994 32615 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1007] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1007/stat : 1007 (java) S 992 994 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30351658 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.21
Current children cumulated vsize (KiB) 1541100

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 1055
/proc/meminfo: memFree=1584856/2059040 swapFree=4136456/4192956
[pid=994] ppid=992 vsize=1541100 CPUtime=1786.24
/proc/994/stat : 994 (java) S 992 994 32615 0 -1 4202496 81618 0 1 0 178557 67 0 0 18 0 13 0 30351285 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/994/statm: 385275 64950 1445 10 0 382577 0
[pid=994/tid=996] ppid=992 vsize=1541100 CPUtime=1748
/proc/994/task/996/stat : 996 (java) R 992 994 32615 0 -1 4202560 32317 0 1 0 174763 37 0 0 25 0 13 0 30351286 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4110150677 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=994/tid=997] ppid=992 vsize=1541100 CPUtime=1.66
/proc/994/task/997/stat : 997 (java) S 992 994 32615 0 -1 4202560 12360 0 0 0 159 7 0 0 15 0 13 0 30351287 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=998] ppid=992 vsize=1541100 CPUtime=1.7
/proc/994/task/998/stat : 998 (java) S 992 994 32615 0 -1 4202560 12007 0 0 0 162 8 0 0 16 0 13 0 30351287 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=999] ppid=992 vsize=1541100 CPUtime=31.41
/proc/994/task/999/stat : 999 (java) S 992 994 32615 0 -1 4202560 17105 0 0 0 3132 9 0 0 15 0 13 0 30351289 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1000] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1000/stat : 1000 (java) S 992 994 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30351289 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1001] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1001/stat : 1001 (java) S 992 994 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 30351289 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1002] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1002/stat : 1002 (java) S 992 994 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1003] ppid=992 vsize=1541100 CPUtime=0.84
/proc/994/task/1003/stat : 1003 (java) S 992 994 32615 0 -1 4202560 970 0 0 0 84 0 0 0 16 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1004] ppid=992 vsize=1541100 CPUtime=2.56
/proc/994/task/1004/stat : 1004 (java) S 992 994 32615 0 -1 4202560 5687 0 0 0 254 2 0 0 15 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1005] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1005/stat : 1005 (java) S 992 994 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1006] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1006/stat : 1006 (java) S 992 994 32615 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1007] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1007/stat : 1007 (java) S 992 994 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30351658 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.24
Current children cumulated vsize (KiB) 1541100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 1064
/proc/meminfo: memFree=1584732/2059040 swapFree=4136456/4192956
[pid=994] ppid=992 vsize=1541100 CPUtime=1800.03
/proc/994/stat : 994 (java) S 992 994 32615 0 -1 4202496 81621 0 1 0 179936 67 0 0 18 0 13 0 30351285 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/994/statm: 385275 64950 1445 10 0 382577 0
[pid=994/tid=996] ppid=992 vsize=1541100 CPUtime=1761.54
/proc/994/task/996/stat : 996 (java) R 992 994 32615 0 -1 4202560 32318 0 1 0 176117 37 0 0 25 0 13 0 30351286 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4109770697 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=994/tid=997] ppid=992 vsize=1541100 CPUtime=1.66
/proc/994/task/997/stat : 997 (java) S 992 994 32615 0 -1 4202560 12360 0 0 0 159 7 0 0 15 0 13 0 30351287 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=998] ppid=992 vsize=1541100 CPUtime=1.71
/proc/994/task/998/stat : 998 (java) S 992 994 32615 0 -1 4202560 12007 0 0 0 163 8 0 0 16 0 13 0 30351287 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=999] ppid=992 vsize=1541100 CPUtime=31.65
/proc/994/task/999/stat : 999 (java) S 992 994 32615 0 -1 4202560 17107 0 0 0 3156 9 0 0 15 0 13 0 30351289 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 0 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1000] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1000/stat : 1000 (java) S 992 994 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 30351289 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1001] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1001/stat : 1001 (java) S 992 994 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 30351289 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1002] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1002/stat : 1002 (java) S 992 994 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1003] ppid=992 vsize=1541100 CPUtime=0.84
/proc/994/task/1003/stat : 1003 (java) S 992 994 32615 0 -1 4202560 970 0 0 0 84 0 0 0 16 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1004] ppid=992 vsize=1541100 CPUtime=2.56
/proc/994/task/1004/stat : 1004 (java) S 992 994 32615 0 -1 4202560 5687 0 0 0 254 2 0 0 15 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1005] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1005/stat : 1005 (java) S 992 994 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 0 0 0 0
[pid=994/tid=1006] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1006/stat : 1006 (java) S 992 994 32615 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 30351294 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
[pid=994/tid=1007] ppid=992 vsize=1541100 CPUtime=0
/proc/994/task/1007/stat : 1007 (java) S 992 994 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 30351658 1578086400 64950 1992294400 134512640 134550932 4291346272 18446744073709551615 4294960144 0 4 0 16800975 18446604437826859456 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1541100

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

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

[startup+1796.22 s]
/proc/loadavg: 1.00 1.00 1.06 2/109 1067
/proc/meminfo: memFree=1804568/2059040 swapFree=4136456/4192956
[pid=994] ppid=992 vsize=0 CPUtime=1800.18
/proc/994/stat : 994 (java) Z 992 994 32615 0 -1 4203548 81644 0 1 0 179948 70 0 0 17 0 2 0 30351285 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/994/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.22
CPU time (s): 1800.19
CPU user time (s): 1799.48
CPU system time (s): 0.708892
CPU usage (%): 100.221
Max. virtual memory (cumulated for all children) (KiB): 1546228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.48
system time used= 0.708892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81644
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= 39404
involuntary context switches= 19414

runsolver used 3.63045 second user time and 9.72752 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-14 22:31:13
IDJOB=2658812
IDBENCH=2406
IDSOLVER=1164
FILE ID=node001/2658812-1276547472
PBS_JOBID= 11173469
Free space on /tmp= 62432 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-maros.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658812-1276547472/watcher-2658812-1276547472 -o /tmp/evaluation-result-2658812-1276547472/solver-2658812-1276547472 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658812-1276547472.opb

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

MD5SUM BENCH= a4588bb38746a3d57566a2a5df85a941
RANDOM SEED=377211580

node001.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.202
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.40
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.202
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1843516 kB
Buffers:         24216 kB
Cached:         112700 kB
SwapCached:       9648 kB
Active:          84892 kB
Inactive:        64724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1843516 kB
SwapTotal:     4192956 kB
SwapFree:      4136456 kB
Dirty:            5120 kB
Writeback:           0 kB
AnonPages:       11256 kB
Mapped:           9332 kB
Slab:            43904 kB
PageTables:       3928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181812 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= 62432 MiB
End job on node001 at 2010-06-14 23:01:11