Trace number 2658825

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.2 1796.02

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-boeing1.opb
MD5SUM89b57889d16cd406631a12aac7aefa29
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 variables8869
Total number of constraints561
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 constraints561
Minimum length of a constraint11
Maximum length of a constraint6849
Number of terms in the objective function 6523
Biggest coefficient in the objective function 24535000678400
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 1761916844753634
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 4102681610158080
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 384599747612655519
Number of bits of the biggest sum of numbers59
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.21/0.21	c Pseudo Boolean Optimization
0.21/0.21	c --- Begin Solver configuration ---
0.21/0.21	c Stops conflict analysis at the first Unique Implication Point
0.21/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.21/0.21	c Learn all clauses as in MiniSAT
0.21/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.21	c Expensive reason simplification
0.21/0.21	c Armin Biere (Picosat) restarts strategy
0.21/0.21	c Glucose learned constraints deletion strategy
0.21/0.21	c timeout=2147483s
0.21/0.21	c DB Simplification allowed=false
0.21/0.21	c --- End Solver configuration ---
0.21/0.21	c solving HOME/instance-2658825-1276554566.opb
0.21/0.21	c reading problem ... 
2.69/1.68	c ... done. Wall clock time 1.464s.
2.69/1.68	c #vars     8869
2.69/1.68	c #constraints  3553
2.69/1.68	c constraints type 
2.69/1.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 568
12.81/10.61	c cleaning 2495 clauses out of 4994 with flag 5003/5003
16.50/14.22	c cleaning 4243 clauses out of 8496 with flag 11000/11000
21.80/19.21	c cleaning 5626 clauses out of 11253 with flag 18000/18000
28.72/26.16	c cleaning 6810 clauses out of 13627 with flag 26000/26000
36.15/33.55	c cleaning 7907 clauses out of 15817 with flag 35000/35000
44.96/42.38	c cleaning 8953 clauses out of 17911 with flag 45001/45001
54.56/51.99	c cleaning 9477 clauses out of 18958 with flag 55001/55001
62.76/60.12	c cleaning 9738 clauses out of 19480 with flag 65000/65000
72.47/69.80	c cleaning 9870 clauses out of 19742 with flag 75000/75000
79.38/76.79	c cleaning 9936 clauses out of 19872 with flag 85000/85000
86.79/84.19	c cleaning 9968 clauses out of 19937 with flag 95001/95001
94.89/92.26	c cleaning 9985 clauses out of 19970 with flag 105002/105002
105.99/103.40	c cleaning 9992 clauses out of 19984 with flag 115001/115001
117.19/114.55	c cleaning 9996 clauses out of 19991 with flag 125000/125000
131.41/128.73	c cleaning 9998 clauses out of 19996 with flag 135001/135001
140.60/137.97	c cleaning 9998 clauses out of 19997 with flag 145000/145000
149.21/146.50	c cleaning 9996 clauses out of 20000 with flag 155001/155001
158.33/155.66	c cleaning 9997 clauses out of 20004 with flag 165001/165001
167.55/164.83	c cleaning 10000 clauses out of 20007 with flag 175001/175001
177.37/174.65	c cleaning 9999 clauses out of 20006 with flag 185000/185000
184.68/181.92	c cleaning 9994 clauses out of 20007 with flag 195000/195000
191.39/188.66	c cleaning 10002 clauses out of 20014 with flag 205001/205001
200.29/197.55	c cleaning 9998 clauses out of 20011 with flag 215000/215000
208.40/205.69	c cleaning 10001 clauses out of 20014 with flag 225001/225001
216.10/213.40	c cleaning 9999 clauses out of 20012 with flag 235000/235000
226.71/223.97	c cleaning 9990 clauses out of 20016 with flag 245003/245003
243.80/241.00	c cleaning 9990 clauses out of 20024 with flag 255001/255001
256.00/253.16	c cleaning 10010 clauses out of 20032 with flag 265000/265000
263.50/260.63	c cleaning 10001 clauses out of 20022 with flag 275000/275000
270.72/267.85	c cleaning 10006 clauses out of 20021 with flag 285000/285000
277.32/274.40	c cleaning 9998 clauses out of 20015 with flag 295000/295000
283.92/281.01	c cleaning 10000 clauses out of 20017 with flag 305000/305000
290.63/287.77	c cleaning 10001 clauses out of 20018 with flag 315001/315001
300.23/297.34	c cleaning 9997 clauses out of 20016 with flag 325000/325000
308.84/305.91	c cleaning 10001 clauses out of 20019 with flag 335000/335000
318.23/315.39	c cleaning 10001 clauses out of 20019 with flag 345001/345001
324.53/321.65	c cleaning 10003 clauses out of 20019 with flag 355002/355002
331.13/328.26	c cleaning 10000 clauses out of 20014 with flag 365000/365000
337.83/334.92	c cleaning 10004 clauses out of 20015 with flag 375001/375001
344.34/341.42	c cleaning 9998 clauses out of 20011 with flag 385001/385001
352.14/349.28	c cleaning 10003 clauses out of 20013 with flag 395001/395001
359.05/356.13	c cleaning 9997 clauses out of 20010 with flag 405001/405001
366.25/363.32	c cleaning 9999 clauses out of 20013 with flag 415001/415001
372.67/369.76	c cleaning 10000 clauses out of 20014 with flag 425001/425001
379.66/376.76	c cleaning 10002 clauses out of 20016 with flag 435003/435003
385.96/383.05	c cleaning 9997 clauses out of 20011 with flag 445000/445000
392.56/389.65	c cleaning 10002 clauses out of 20015 with flag 455001/455001
399.55/396.62	c cleaning 9998 clauses out of 20012 with flag 465000/465000
406.76/403.87	c cleaning 9998 clauses out of 20014 with flag 475000/475000
413.64/410.78	c cleaning 9999 clauses out of 20017 with flag 485001/485001
420.44/417.53	c cleaning 10003 clauses out of 20018 with flag 495001/495001
427.74/424.81	c cleaning 9997 clauses out of 20014 with flag 505000/505000
434.84/431.93	c cleaning 10001 clauses out of 20017 with flag 515000/515000
442.14/439.28	c cleaning 10000 clauses out of 20016 with flag 525000/525000
449.04/446.15	c cleaning 9998 clauses out of 20017 with flag 535001/535001
456.24/453.39	c cleaning 10006 clauses out of 20019 with flag 545001/545001
463.95/461.09	c cleaning 9999 clauses out of 20013 with flag 555001/555001
471.14/468.25	c cleaning 9997 clauses out of 20013 with flag 565000/565000
478.15/475.30	c cleaning 9998 clauses out of 20016 with flag 575000/575000
484.94/482.08	c cleaning 10001 clauses out of 20018 with flag 585000/585000
494.75/491.87	c cleaning 10009 clauses out of 20018 with flag 595002/595002
515.34/512.45	c cleaning 10005 clauses out of 20009 with flag 605002/605002
538.04/535.15	c cleaning 9999 clauses out of 20002 with flag 615000/615000
564.86/561.91	c cleaning 9959 clauses out of 20003 with flag 625000/625000
576.57/573.67	c cleaning 10021 clauses out of 20050 with flag 635006/635006
585.98/583.10	c cleaning 10010 clauses out of 20028 with flag 645005/645005
594.38/591.50	c cleaning 10003 clauses out of 20014 with flag 655001/655001
603.81/600.82	c cleaning 10008 clauses out of 20019 with flag 665009/665009
612.43/609.45	c cleaning 10000 clauses out of 20004 with flag 675002/675002
621.14/618.16	c cleaning 10000 clauses out of 20008 with flag 685006/685006
631.56/628.53	c cleaning 9999 clauses out of 20011 with flag 695009/695009
640.78/637.79	c cleaning 9998 clauses out of 20003 with flag 705000/705000
651.40/648.38	c cleaning 10002 clauses out of 20008 with flag 715003/715003
659.49/656.44	c cleaning 9998 clauses out of 20004 with flag 725001/725001
669.09/666.05	c cleaning 10002 clauses out of 20011 with flag 735006/735006
678.78/675.71	c cleaning 9997 clauses out of 20005 with flag 745002/745002
688.29/685.21	c cleaning 9999 clauses out of 20007 with flag 755001/755001
698.01/694.97	c cleaning 10000 clauses out of 20008 with flag 765001/765001
712.31/709.29	c cleaning 9999 clauses out of 20007 with flag 775000/775000
730.42/727.39	c cleaning 10000 clauses out of 20008 with flag 785000/785000
746.84/743.77	c cleaning 10003 clauses out of 20012 with flag 795004/795004
762.64/759.50	c cleaning 9999 clauses out of 20009 with flag 805004/805004
778.55/775.46	c cleaning 9997 clauses out of 20007 with flag 815001/815001
792.76/789.62	c cleaning 10001 clauses out of 20010 with flag 825001/825001
807.96/804.84	c cleaning 10002 clauses out of 20011 with flag 835003/835003
825.36/822.26	c cleaning 9998 clauses out of 20007 with flag 845001/845001
840.58/837.47	c cleaning 10003 clauses out of 20010 with flag 855002/855002
858.08/854.92	c cleaning 9998 clauses out of 20006 with flag 865001/865001
876.28/873.13	c cleaning 9999 clauses out of 20008 with flag 875001/875001
891.47/888.31	c cleaning 10001 clauses out of 20010 with flag 885002/885002
904.79/901.65	c cleaning 10000 clauses out of 20008 with flag 895001/895001
927.91/924.77	c cleaning 9999 clauses out of 20009 with flag 905002/905002
946.32/943.12	c cleaning 9998 clauses out of 20009 with flag 915001/915001
960.95/957.75	c cleaning 9994 clauses out of 20016 with flag 925006/925006
968.26/965.07	c cleaning 10000 clauses out of 20022 with flag 935006/935006
974.86/971.66	c cleaning 10002 clauses out of 20016 with flag 945000/945000
982.87/979.67	c cleaning 9998 clauses out of 20014 with flag 955000/955000
991.78/988.51	c cleaning 10001 clauses out of 20016 with flag 965000/965000
1000.48/997.23	c cleaning 9997 clauses out of 20015 with flag 975000/975000
1009.29/1006.05	c cleaning 10002 clauses out of 20018 with flag 985000/985000
1018.09/1014.86	c cleaning 10004 clauses out of 20017 with flag 995001/995001
1025.68/1022.43	c cleaning 9995 clauses out of 20013 with flag 1005001/1005001
1033.98/1030.71	c cleaning 10005 clauses out of 20017 with flag 1015000/1015000
1041.89/1038.61	c cleaning 10000 clauses out of 20012 with flag 1025000/1025000
1048.89/1045.63	c cleaning 10003 clauses out of 20013 with flag 1035001/1035001
1056.00/1052.79	c cleaning 9993 clauses out of 20010 with flag 1045001/1045001
1062.71/1059.46	c cleaning 10007 clauses out of 20017 with flag 1055001/1055001
1069.71/1066.47	c cleaning 9998 clauses out of 20009 with flag 1065000/1065000
1089.43/1086.15	c cleaning 9976 clauses out of 20011 with flag 1075000/1075000
1103.55/1100.28	c cleaning 10002 clauses out of 20035 with flag 1085000/1085000
1111.95/1108.63	c cleaning 9999 clauses out of 20033 with flag 1095000/1095000
1120.36/1117.01	c cleaning 10001 clauses out of 20034 with flag 1105000/1105000
1125.87/1122.54	c cleaning 10008 clauses out of 20032 with flag 1115000/1115000
1132.28/1128.98	c cleaning 10007 clauses out of 20025 with flag 1125001/1125001
1139.69/1136.36	c cleaning 10002 clauses out of 20017 with flag 1135000/1135000
1147.50/1144.17	c cleaning 9997 clauses out of 20015 with flag 1145000/1145000
1154.60/1151.23	c cleaning 10002 clauses out of 20019 with flag 1155001/1155001
1162.10/1158.76	c cleaning 10003 clauses out of 20018 with flag 1165002/1165002
1170.31/1166.92	c cleaning 10000 clauses out of 20015 with flag 1175002/1175002
1176.22/1172.84	c cleaning 9997 clauses out of 20013 with flag 1185000/1185000
1182.62/1179.29	c cleaning 10003 clauses out of 20017 with flag 1195001/1195001
1190.43/1187.02	c cleaning 9998 clauses out of 20013 with flag 1205000/1205000
1197.43/1194.06	c cleaning 9999 clauses out of 20015 with flag 1215000/1215000
1204.03/1200.64	c cleaning 10003 clauses out of 20016 with flag 1225000/1225000
1210.93/1207.59	c cleaning 10000 clauses out of 20015 with flag 1235002/1235002
1217.44/1214.09	c cleaning 9996 clauses out of 20013 with flag 1245000/1245000
1224.65/1221.29	c cleaning 9998 clauses out of 20017 with flag 1255000/1255000
1231.25/1227.81	c cleaning 10003 clauses out of 20020 with flag 1265001/1265001
1243.67/1240.20	c cleaning 9980 clauses out of 20016 with flag 1275001/1275001
1267.32/1263.86	c cleaning 9991 clauses out of 20035 with flag 1285000/1285000
1291.26/1287.78	c cleaning 9999 clauses out of 20044 with flag 1295000/1295000
1315.19/1311.68	c cleaning 9971 clauses out of 20045 with flag 1305000/1305000
1338.52/1334.96	c cleaning 9989 clauses out of 20074 with flag 1315000/1315000
1368.55/1364.97	c cleaning 9990 clauses out of 20085 with flag 1325000/1325000
1398.08/1394.47	c cleaning 9999 clauses out of 20096 with flag 1335001/1335001
1427.91/1424.29	c cleaning 10001 clauses out of 20096 with flag 1345000/1345000
1458.24/1454.55	c cleaning 9995 clauses out of 20096 with flag 1355001/1355001
1485.07/1481.38	c cleaning 10007 clauses out of 20100 with flag 1365000/1365000
1512.10/1508.36	c cleaning 9994 clauses out of 20093 with flag 1375000/1375000
1538.45/1534.67	c cleaning 10000 clauses out of 20100 with flag 1385001/1385001
1564.87/1561.01	c cleaning 10006 clauses out of 20099 with flag 1395000/1395000
1592.69/1588.88	c cleaning 9999 clauses out of 20094 with flag 1405001/1405001
1621.92/1618.00	c cleaning 9993 clauses out of 20094 with flag 1415000/1415000
1634.93/1631.09	c cleaning 10045 clauses out of 20102 with flag 1425001/1425001
1641.44/1637.55	c cleaning 10022 clauses out of 20056 with flag 1435000/1435000
1649.35/1645.45	c cleaning 10013 clauses out of 20034 with flag 1445000/1445000
1657.16/1653.21	c cleaning 10006 clauses out of 20021 with flag 1455000/1455000
1678.71/1674.76	c cleaning 9972 clauses out of 20016 with flag 1465001/1465001
1705.63/1701.61	c cleaning 9991 clauses out of 20044 with flag 1475001/1475001
1719.53/1715.50	c cleaning 10017 clauses out of 20053 with flag 1485001/1485001
1731.93/1727.92	c cleaning 10008 clauses out of 20035 with flag 1495000/1495000
1744.53/1740.50	c cleaning 10004 clauses out of 20027 with flag 1505000/1505000
1751.45/1747.44	c cleaning 10006 clauses out of 20023 with flag 1515000/1515000
1757.36/1753.31	c cleaning 10001 clauses out of 20017 with flag 1525000/1525000
1765.67/1761.66	c cleaning 9985 clauses out of 20019 with flag 1535003/1535003
1780.38/1776.37	c cleaning 9999 clauses out of 20035 with flag 1545004/1545004
1791.40/1787.33	c cleaning 10016 clauses out of 20040 with flag 1555008/1555008
1800.02/1795.91	c starts		: 207
1800.02/1795.92	c conflicts		: 1563049
1800.02/1795.92	c decisions		: 1805810
1800.02/1795.92	c propagations		: 28725564
1800.02/1795.92	c inspects		: 775873641
1800.02/1795.92	c learnt literals	: 13
1800.02/1795.92	c learnt binary clauses	: 36
1800.02/1795.92	c learnt ternary clauses	: 83
1800.02/1795.92	c learnt clauses	: 1563036
1800.02/1795.92	c ignored clauses	: 0
1800.02/1795.92	c root simplifications	: 0
1800.02/1795.92	c removed literals (reason simplification)	: 89361780
1800.02/1795.92	c reason swapping (by a shorter reason)	: 0
1800.02/1795.92	c Calls to reduceDB	: 157
1800.02/1795.92	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.92	c number of learned constraints concerned by reduction	: 0
1800.02/1795.92	c number of learning phase by resolution	: 0
1800.02/1795.92	c number of learning phase by cutting planes	: 0
1800.02/1795.92	c speed (assignments/second)	: 16009.89779505283
1800.02/1795.92	c non guided choices	43643
1800.02/1795.97	c learnt constraints type 
1800.02/1795.97	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18072
1800.02/1795.97	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
1800.02/1795.97	c constraints type 
1800.02/1795.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 568
1800.02/1795.97	s UNKNOWN
1800.02/1795.97	c Total wall clock time (in seconds): 1795.759

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

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


[startup+0 s]
/proc/loadavg: 0.99 1.26 1.41 3/106 30993
/proc/meminfo: memFree=1820936/2059040 swapFree=4139744/4192956
[pid=30993] ppid=30991 vsize=444 CPUtime=0
/proc/30993/stat : 30993 (java6) R 30991 30993 30087 0 -1 4194304 130 0 0 0 0 0 0 0 21 0 1 0 31058099 454656 50 1992294400 134512640 134550932 4294262880 18446744073709551615 11640784 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30993/statm: 436 52 40 10 0 25 0

[startup+0.103038 s]
/proc/loadavg: 0.99 1.26 1.41 3/106 30993
/proc/meminfo: memFree=1820936/2059040 swapFree=4139744/4192956
[pid=30993] ppid=30991 vsize=1524184 CPUtime=0.08
/proc/30993/stat : 30993 (java) S 30991 30993 30087 0 -1 4202496 3962 0 1 0 6 2 0 0 15 0 12 0 31058099 1560764416 3400 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30993/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.201055 s]
/proc/loadavg: 0.99 1.26 1.41 3/106 30993
/proc/meminfo: memFree=1820936/2059040 swapFree=4139744/4192956
[pid=30993] ppid=30991 vsize=1526076 CPUtime=0.21
/proc/30993/stat : 30993 (java) S 30991 30993 30087 0 -1 4202496 4999 0 1 0 19 2 0 0 15 0 12 0 31058099 1562701824 4435 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30993/statm: 381519 4436 1344 10 0 378821 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1526076

[startup+0.301067 s]
/proc/loadavg: 0.99 1.26 1.41 3/106 30993
/proc/meminfo: memFree=1820936/2059040 swapFree=4139744/4192956
[pid=30993] ppid=30991 vsize=1526684 CPUtime=0.37
/proc/30993/stat : 30993 (java) S 30991 30993 30087 0 -1 4202496 5402 0 1 0 34 3 0 0 15 0 12 0 31058099 1563324416 4838 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30993/statm: 381671 4838 1360 10 0 378973 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526684

[startup+0.701121 s]
/proc/loadavg: 0.99 1.26 1.41 3/106 30993
/proc/meminfo: memFree=1820936/2059040 swapFree=4139744/4192956
[pid=30993] ppid=30991 vsize=1530556 CPUtime=1.1
/proc/30993/stat : 30993 (java) S 30991 30993 30087 0 -1 4202496 8887 0 1 0 106 4 0 0 15 0 12 0 31058099 1567289344 8066 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30993/statm: 382639 8066 1401 10 0 379941 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1530556

[startup+1.50222 s]
/proc/loadavg: 0.99 1.26 1.41 4/118 31005
/proc/meminfo: memFree=1772728/2059040 swapFree=4139744/4192956
[pid=30993] ppid=30991 vsize=1543904 CPUtime=2.59
/proc/30993/stat : 30993 (java) S 30991 30993 30087 0 -1 4202496 19449 0 1 0 251 8 0 0 15 0 12 0 31058099 1580957696 15915 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30993/statm: 385976 15915 1406 10 0 383278 0
[pid=30993/tid=30995] ppid=30991 vsize=1543904 CPUtime=1.16
/proc/30993/task/30995/stat : 30995 (java) R 30991 30993 30087 0 -1 4202560 10473 0 1 0 112 4 0 0 25 0 12 0 31058100 1580957696 15915 1992294400 134512640 134550932 4289267424 18446744073709551615 4109381740 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1543904 CPUtime=0
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30087 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 31058102 1580957696 15915 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1543904 CPUtime=0
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30087 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 31058102 1580957696 15915 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1543904 CPUtime=0
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30087 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 31058103 1580957696 15915 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1543904 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30087 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 31058104 1580957696 15915 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1543904 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30087 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 31058104 1580957696 15915 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1543904 CPUtime=0
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30087 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 31058108 1580957696 15915 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1543904 CPUtime=0.5
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30087 0 -1 4202560 1131 0 0 0 50 0 0 0 18 0 12 0 31058108 1580957696 15915 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1543904 CPUtime=0.9
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30087 0 -1 4202560 6782 0 0 0 88 2 0 0 18 0 12 0 31058108 1580957696 15915 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1543904 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 31058108 1580957696 15915 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1543904 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30087 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 31058108 1580957696 15915 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 1543904

[startup+3.10142 s]
/proc/loadavg: 0.99 1.26 1.41 4/119 31006
/proc/meminfo: memFree=1739488/2059040 swapFree=4139744/4192956
[pid=30993] ppid=30991 vsize=1544460 CPUtime=4.83
/proc/30993/stat : 30993 (java) S 30991 30993 30087 0 -1 4202496 28905 0 1 0 471 12 0 0 15 0 13 0 31058099 1581527040 25371 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30993/statm: 386115 25371 1429 10 0 383417 0
[pid=30993/tid=30995] ppid=30991 vsize=1544460 CPUtime=2.51
/proc/30993/task/30995/stat : 30995 (java) R 30991 30993 30087 0 -1 4202560 19765 0 1 0 243 8 0 0 25 0 13 0 31058100 1581527040 25371 1992294400 134512640 134550932 4289267424 18446744073709551615 4109695160 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30087 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 31058102 1581527040 25372 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30087 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 31058102 1581527040 25372 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30087 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 31058103 1581527040 25372 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30087 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 31058104 1581527040 25372 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30087 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 31058104 1581527040 25373 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30087 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 31058108 1581527040 25373 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1544460 CPUtime=0.95
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30087 0 -1 4202560 1186 0 0 0 95 0 0 0 15 0 13 0 31058108 1581527040 25373 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1544460 CPUtime=1.34
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30087 0 -1 4202560 6887 0 0 0 132 2 0 0 15 0 13 0 31058108 1581527040 25374 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31058108 1581527040 25374 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30087 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 31058108 1581527040 25374 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31006] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31006/stat : 31006 (java) S 30991 30993 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31058314 1581527040 25375 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 1544460

[startup+6.30185 s]
/proc/loadavg: 0.99 1.25 1.41 2/119 31006
/proc/meminfo: memFree=1689640/2059040 swapFree=4139744/4192956
[pid=30993] ppid=30991 vsize=1544460 CPUtime=8.37
/proc/30993/stat : 30993 (java) S 30991 30993 30087 0 -1 4202496 43108 0 1 0 819 18 0 0 15 0 13 0 31058099 1581527040 39553 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30993/statm: 386115 39553 1440 10 0 383417 0
[pid=30993/tid=30995] ppid=30991 vsize=1544460 CPUtime=5.65
/proc/30993/task/30995/stat : 30995 (java) R 30991 30993 30087 0 -1 4202560 32051 0 1 0 552 13 0 0 25 0 13 0 31058100 1581527040 39553 1992294400 134512640 134550932 4289267424 18446744073709551615 4109682476 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1544460 CPUtime=0.03
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30087 0 -1 4202560 915 0 0 0 3 0 0 0 16 0 13 0 31058102 1581527040 39553 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1544460 CPUtime=0.02
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30087 0 -1 4202560 974 0 0 0 2 0 0 0 18 0 13 0 31058102 1581527040 39553 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30087 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 31058103 1581527040 39553 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31058104 1581527040 39553 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31058104 1581527040 39553 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30087 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 31058108 1581527040 39553 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1544460 CPUtime=0.99
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30087 0 -1 4202560 1189 0 0 0 99 0 0 0 15 0 13 0 31058108 1581527040 39553 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1544460 CPUtime=1.63
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30087 0 -1 4202560 6906 0 0 0 161 2 0 0 15 0 13 0 31058108 1581527040 39553 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31058108 1581527040 39553 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30087 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 31058108 1581527040 39553 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31006] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31006/stat : 31006 (java) S 30991 30993 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31058314 1581527040 39553 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 1544460

[startup+12.7017 s]
/proc/loadavg: 0.99 1.25 1.41 2/119 31006
/proc/meminfo: memFree=1647728/2059040 swapFree=4139744/4192956
[pid=30993] ppid=30991 vsize=1544460 CPUtime=14.93
/proc/30993/stat : 30993 (java) S 30991 30993 30087 0 -1 4202496 47981 0 1 0 1473 20 0 0 15 0 13 0 31058099 1581527040 44399 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30993/statm: 386115 44399 1445 10 0 383417 0
[pid=30993/tid=30995] ppid=30991 vsize=1544460 CPUtime=11.91
/proc/30993/task/30995/stat : 30995 (java) R 30991 30993 30087 0 -1 4202560 32053 0 1 0 1178 13 0 0 25 0 13 0 31058100 1581527040 44399 1992294400 134512640 134550932 4289267424 18446744073709551615 4109814314 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1544460 CPUtime=0.05
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30087 0 -1 4202560 1974 0 0 0 5 0 0 0 16 0 13 0 31058102 1581527040 44399 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1544460 CPUtime=0.06
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30087 0 -1 4202560 2363 0 0 0 5 1 0 0 18 0 13 0 31058102 1581527040 44399 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1544460 CPUtime=0.06
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30087 0 -1 4202560 2414 0 0 0 6 0 0 0 15 0 13 0 31058103 1581527040 44399 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31058104 1581527040 44399 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31058104 1581527040 44399 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30087 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 31058108 1581527040 44399 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1544460 CPUtime=1.01
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30087 0 -1 4202560 1193 0 0 0 101 0 0 0 15 0 13 0 31058108 1581527040 44399 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1544460 CPUtime=1.78
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30087 0 -1 4202560 6917 0 0 0 176 2 0 0 15 0 13 0 31058108 1581527040 44399 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31058108 1581527040 44399 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30087 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 31058108 1581527040 44399 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=31006] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31006/stat : 31006 (java) S 30991 30993 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31058314 1581527040 44399 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.93
Current children cumulated vsize (KiB) 1544460

[startup+25.5017 s]
/proc/loadavg: 0.99 1.23 1.40 2/119 31006
/proc/meminfo: memFree=1642892/2059040 swapFree=4139744/4192956
[pid=30993] ppid=30991 vsize=1544460 CPUtime=28.1
/proc/30993/stat : 30993 (java) S 30991 30993 30087 0 -1 4202496 49206 0 1 0 2789 21 0 0 15 0 13 0 31058099 1581527040 45621 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30993/statm: 386115 45621 1445 10 0 383417 0
[pid=30993/tid=30995] ppid=30991 vsize=1544460 CPUtime=24.53
/proc/30993/task/30995/stat : 30995 (java) R 30991 30993 30087 0 -1 4202560 32057 0 1 0 2440 13 0 0 25 0 13 0 31058100 1581527040 45621 1992294400 134512640 134550932 4289267424 18446744073709551615 4109695276 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1544460 CPUtime=0.07
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30087 0 -1 4202560 1977 0 0 0 7 0 0 0 16 0 13 0 31058102 1581527040 45621 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1544460 CPUtime=0.07
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30087 0 -1 4202560 2364 0 0 0 6 1 0 0 18 0 13 0 31058102 1581527040 45621 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1544460 CPUtime=0.18
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30087 0 -1 4202560 3578 0 0 0 17 1 0 0 15 0 13 0 31058103 1581527040 45621 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1544460 CPUtime=0

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

[pid=30993/tid=30999] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31058104 1581527040 61934 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31058104 1581527040 61934 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30087 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 31058108 1581527040 61934 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1544460 CPUtime=1.17
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30087 0 -1 4202560 1200 0 0 0 117 0 0 0 15 0 13 0 31058108 1581527040 61934 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1544460 CPUtime=2.15
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30087 0 -1 4202560 6968 0 0 0 213 2 0 0 16 0 13 0 31058108 1581527040 61934 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31058108 1581527040 61934 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30087 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 31058108 1581527040 61934 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=31006] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31006/stat : 31006 (java) S 30991 30993 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31058314 1581527040 61934 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.2
Current children cumulated vsize (KiB) 1544460

[startup+1662.3 s]
/proc/loadavg: 0.97 0.98 1.04 2/119 31050
/proc/meminfo: memFree=1575064/2059040 swapFree=4139744/4192956
[pid=30993] ppid=30991 vsize=1544460 CPUtime=1666.29
/proc/30993/stat : 30993 (java) S 30991 30993 30087 0 -1 4202496 68009 0 1 0 166583 46 0 0 15 0 13 0 31058099 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30993/statm: 386115 61935 1445 10 0 383417 0
[pid=30993/tid=30995] ppid=30991 vsize=1544460 CPUtime=1647.88
/proc/30993/task/30995/stat : 30995 (java) R 30991 30993 30087 0 -1 4202560 32339 0 1 0 164769 19 0 0 25 0 13 0 31058100 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4109695246 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1544460 CPUtime=2.4
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30087 0 -1 4202560 8146 0 0 0 233 7 0 0 16 0 13 0 31058102 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1544460 CPUtime=2.34
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30087 0 -1 4202560 7941 0 0 0 224 10 0 0 16 0 13 0 31058102 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1544460 CPUtime=10.28
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30087 0 -1 4202560 10252 0 0 0 1023 5 0 0 15 0 13 0 31058103 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31058104 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31058104 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30087 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1544460 CPUtime=1.17
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30087 0 -1 4202560 1200 0 0 0 117 0 0 0 15 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1544460 CPUtime=2.15
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30087 0 -1 4202560 6968 0 0 0 213 2 0 0 16 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30087 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31006] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31006/stat : 31006 (java) S 30991 30993 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31058314 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.29
Current children cumulated vsize (KiB) 1544460

[startup+1722.3 s]
/proc/loadavg: 1.48 1.12 1.08 2/119 31052
/proc/meminfo: memFree=1574940/2059040 swapFree=4139744/4192956
[pid=30993] ppid=30991 vsize=1544460 CPUtime=1726.33
/proc/30993/stat : 30993 (java) S 30991 30993 30087 0 -1 4202496 68030 0 1 0 172587 46 0 0 15 0 13 0 31058099 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30993/statm: 386115 61935 1445 10 0 383417 0
[pid=30993/tid=30995] ppid=30991 vsize=1544460 CPUtime=1707.51
/proc/30993/task/30995/stat : 30995 (java) R 30991 30993 30087 0 -1 4202560 32354 0 1 0 170732 19 0 0 25 0 13 0 31058100 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4109914268 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1544460 CPUtime=2.5
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30087 0 -1 4202560 8146 0 0 0 243 7 0 0 16 0 13 0 31058102 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1544460 CPUtime=2.43
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30087 0 -1 4202560 7941 0 0 0 233 10 0 0 15 0 13 0 31058102 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1544460 CPUtime=10.51
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30087 0 -1 4202560 10254 0 0 0 1046 5 0 0 15 0 13 0 31058103 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31058104 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31058104 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30087 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1544460 CPUtime=1.17
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30087 0 -1 4202560 1200 0 0 0 117 0 0 0 15 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1544460 CPUtime=2.15
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30087 0 -1 4202560 6968 0 0 0 213 2 0 0 16 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30087 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31006] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31006/stat : 31006 (java) S 30991 30993 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31058314 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.33
Current children cumulated vsize (KiB) 1544460

[startup+1782.3 s]
/proc/loadavg: 1.35 1.15 1.09 2/119 31054
/proc/meminfo: memFree=1574568/2059040 swapFree=4139744/4192956
[pid=30993] ppid=30991 vsize=1544460 CPUtime=1786.39
/proc/30993/stat : 30993 (java) S 30991 30993 30087 0 -1 4202496 68046 0 1 0 178592 47 0 0 15 0 13 0 31058099 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30993/statm: 386115 61935 1445 10 0 383417 0
[pid=30993/tid=30995] ppid=30991 vsize=1544460 CPUtime=1766.9
/proc/30993/task/30995/stat : 30995 (java) R 30991 30993 30087 0 -1 4202560 32364 0 1 0 176671 19 0 0 25 0 13 0 31058100 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4109914274 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1544460 CPUtime=2.59
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30087 0 -1 4202560 8146 0 0 0 252 7 0 0 16 0 13 0 31058102 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1544460 CPUtime=2.52
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30087 0 -1 4202560 7941 0 0 0 241 11 0 0 15 0 13 0 31058102 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1544460 CPUtime=10.99
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30087 0 -1 4202560 10258 0 0 0 1094 5 0 0 15 0 13 0 31058103 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31058104 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31058104 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30087 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1544460 CPUtime=1.17
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30087 0 -1 4202560 1200 0 0 0 117 0 0 0 15 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1544460 CPUtime=2.15
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30087 0 -1 4202560 6968 0 0 0 213 2 0 0 16 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30087 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31006] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31006/stat : 31006 (java) S 30991 30993 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31058314 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.39
Current children cumulated vsize (KiB) 1544460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 1.27 1.15 1.09 2/119 31054
/proc/meminfo: memFree=1574568/2059040 swapFree=4139744/4192956
[pid=30993] ppid=30991 vsize=1544460 CPUtime=1800.02
/proc/30993/stat : 30993 (java) S 30991 30993 30087 0 -1 4202496 68053 0 1 0 179955 47 0 0 15 0 13 0 31058099 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30993/statm: 386115 61935 1445 10 0 383417 0
[pid=30993/tid=30995] ppid=30991 vsize=1544460 CPUtime=1780.39
/proc/30993/task/30995/stat : 30995 (java) R 30991 30993 30087 0 -1 4202560 32367 0 1 0 178020 19 0 0 18 0 13 0 31058100 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4109696237 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30993/tid=30996] ppid=30991 vsize=1544460 CPUtime=2.63
/proc/30993/task/30996/stat : 30996 (java) S 30991 30993 30087 0 -1 4202560 8146 0 0 0 256 7 0 0 15 0 13 0 31058102 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=30997] ppid=30991 vsize=1544460 CPUtime=2.56
/proc/30993/task/30997/stat : 30997 (java) S 30991 30993 30087 0 -1 4202560 7941 0 0 0 245 11 0 0 16 0 13 0 31058102 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=30998] ppid=30991 vsize=1544460 CPUtime=11.06
/proc/30993/task/30998/stat : 30998 (java) S 30991 30993 30087 0 -1 4202560 10260 0 0 0 1101 5 0 0 15 0 13 0 31058103 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 0 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=30999] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/30999/stat : 30999 (java) S 30991 30993 30087 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 31058104 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31000] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31000/stat : 31000 (java) S 30991 30993 30087 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 31058104 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31001] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31001/stat : 31001 (java) S 30991 30993 30087 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31002] ppid=30991 vsize=1544460 CPUtime=1.17
/proc/30993/task/31002/stat : 31002 (java) S 30991 30993 30087 0 -1 4202560 1200 0 0 0 117 0 0 0 15 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31003] ppid=30991 vsize=1544460 CPUtime=2.15
/proc/30993/task/31003/stat : 31003 (java) S 30991 30993 30087 0 -1 4202560 6968 0 0 0 213 2 0 0 16 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
[pid=30993/tid=31004] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31004/stat : 31004 (java) S 30991 30993 30087 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31005] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31005/stat : 31005 (java) S 30991 30993 30087 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 31058108 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 0 0 0 0
[pid=30993/tid=31006] ppid=30991 vsize=1544460 CPUtime=0
/proc/30993/task/31006/stat : 31006 (java) S 30991 30993 30087 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 31058314 1581527040 61935 1992294400 134512640 134550932 4289267424 18446744073709551615 4294960144 0 4 0 16800975 18446604437845072704 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1544460

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

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

[startup+1796.02 s]
/proc/loadavg: 1.27 1.15 1.09 2/119 31054
/proc/meminfo: memFree=1574568/2059040 swapFree=4139744/4192956
[pid=30993] ppid=30991 vsize=0 CPUtime=1800.18
/proc/30993/stat : 30993 (java) Z 30991 30993 30087 0 -1 4203548 68075 0 1 0 179969 49 0 0 15 0 2 0 31058099 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30993/statm: 0 0 0 0 0 0 0
[pid=30993/tid=30995] ppid=30991 vsize=0 CPUtime=1780.49
/proc/30993/task/30995/stat : 30995 (java) R 30991 30993 30087 0 -1 4203588 32367 0 1 0 178028 21 0 0 19 0 2 0 31058100 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.02
CPU time (s): 1800.2
CPU user time (s): 1799.69
CPU system time (s): 0.505923
CPU usage (%): 100.232
Max. virtual memory (cumulated for all children) (KiB): 1547296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.505923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68075
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= 40263
involuntary context switches= 16227

runsolver used 3.62345 second user time and 9.55555 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-15 00:29:26
IDJOB=2658825
IDBENCH=2442
IDSOLVER=1164
FILE ID=node013/2658825-1276554566
PBS_JOBID= 11173481
Free space on /tmp= 62504 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-boeing1.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658825-1276554566/watcher-2658825-1276554566 -o /tmp/evaluation-result-2658825-1276554566/solver-2658825-1276554566 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658825-1276554566.opb

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

MD5SUM BENCH= 89b57889d16cd406631a12aac7aefa29
RANDOM SEED=1963460763

node013.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.253
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.50
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.253
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1821332 kB
Buffers:         45428 kB
Cached:         111560 kB
SwapCached:       6440 kB
Active:          38444 kB
Inactive:       131956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1821332 kB
SwapTotal:     4192956 kB
SwapFree:      4139744 kB
Dirty:            1296 kB
Writeback:           0 kB
AnonPages:       11972 kB
Mapped:          13020 kB
Slab:            45272 kB
PageTables:       4064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180596 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= 62504 MiB
End job on node013 at 2010-06-15 00:59:24