Trace number 2659020

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.23 1793.83

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dolom1.opb
MD5SUM0b7be4a8ca67db62b7397f891414d40c
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18720440947643392
Optimality of the best value was proved NO
Number of variables66480
Total number of constraints1802
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 constraints1802
Minimum length of a constraint40
Maximum length of a constraint66480
Number of terms in the objective function 66480
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 35987090508169209146105
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 35987192908169209146105
Number of bits of the biggest sum of numbers75
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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659020-1276534261.opb
0.22/0.21	c reading problem ... 
5.80/4.13	c ... done. Wall clock time 3.917s.
5.80/4.13	c #vars     66480
5.80/4.13	c #constraints  27862
5.80/4.13	c constraints type 
5.80/4.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3495
22.71/19.36	c cleaning 2497 clauses out of 5000 with flag 5000/5000
29.16/25.75	c cleaning 4250 clauses out of 8504 with flag 11001/11001
36.61/33.11	c cleaning 5613 clauses out of 11254 with flag 18001/18001
43.33/39.82	c cleaning 6821 clauses out of 13646 with flag 26006/26006
50.67/47.15	c cleaning 7905 clauses out of 15820 with flag 35001/35001
60.83/57.23	c cleaning 8952 clauses out of 17914 with flag 45000/45000
70.15/66.59	c cleaning 9471 clauses out of 18962 with flag 55000/55000
78.58/74.92	c cleaning 9737 clauses out of 19491 with flag 65000/65000
87.41/83.76	c cleaning 9870 clauses out of 19754 with flag 75000/75000
97.19/93.49	c cleaning 9940 clauses out of 19884 with flag 85000/85000
107.01/103.29	c cleaning 9953 clauses out of 19944 with flag 95000/95000
116.03/112.22	c cleaning 9989 clauses out of 19992 with flag 105001/105001
123.25/119.48	c cleaning 9999 clauses out of 20002 with flag 115000/115000
131.79/127.99	c cleaning 10001 clauses out of 20005 with flag 125002/125002
140.70/136.83	c cleaning 9995 clauses out of 20003 with flag 135001/135001
154.83/150.96	c cleaning 9991 clauses out of 20007 with flag 145000/145000
169.75/165.80	c cleaning 10009 clauses out of 20025 with flag 155009/155009
175.27/171.36	c cleaning 9999 clauses out of 20010 with flag 165003/165003
185.11/181.17	c cleaning 9998 clauses out of 20008 with flag 175000/175000
194.44/190.43	c cleaning 9990 clauses out of 20012 with flag 185002/185002
202.49/198.43	c cleaning 9998 clauses out of 20021 with flag 195001/195001
212.32/208.24	c cleaning 9985 clauses out of 20024 with flag 205002/205002
222.75/218.62	c cleaning 9996 clauses out of 20037 with flag 215000/215000
232.07/227.98	c cleaning 9995 clauses out of 20042 with flag 225001/225001
239.78/235.64	c cleaning 10002 clauses out of 20049 with flag 235003/235003
245.19/241.04	c cleaning 9998 clauses out of 20044 with flag 245000/245000
251.19/247.02	c cleaning 10002 clauses out of 20047 with flag 255001/255001
270.57/266.31	c cleaning 10018 clauses out of 20044 with flag 265000/265000
289.31/285.07	c cleaning 9996 clauses out of 20026 with flag 275000/275000
304.75/300.49	c cleaning 10003 clauses out of 20030 with flag 285000/285000
326.08/321.79	c cleaning 10010 clauses out of 20029 with flag 295002/295002
347.41/343.06	c cleaning 9993 clauses out of 20017 with flag 305000/305000
375.94/371.57	c cleaning 10009 clauses out of 20024 with flag 315000/315000
403.07/398.65	c cleaning 9999 clauses out of 20017 with flag 325002/325002
431.21/426.72	c cleaning 9974 clauses out of 20016 with flag 335000/335000
456.74/452.26	c cleaning 10007 clauses out of 20042 with flag 345000/345000
472.87/468.39	c cleaning 9993 clauses out of 20036 with flag 355001/355001
482.91/478.34	c cleaning 9993 clauses out of 20042 with flag 365000/365000
498.72/494.14	c cleaning 9993 clauses out of 20049 with flag 375000/375000
513.42/508.82	c cleaning 10002 clauses out of 20056 with flag 385000/385000
528.95/524.37	c cleaning 10012 clauses out of 20054 with flag 395000/395000
541.41/536.72	c cleaning 9990 clauses out of 20042 with flag 405000/405000
548.73/544.05	c cleaning 10022 clauses out of 20055 with flag 415003/415003
555.77/551.10	c cleaning 10000 clauses out of 20030 with flag 425000/425000
566.50/561.73	c cleaning 9983 clauses out of 20031 with flag 435001/435001
575.82/571.09	c cleaning 10001 clauses out of 20047 with flag 445000/445000
590.44/585.69	c cleaning 9997 clauses out of 20046 with flag 455000/455000
605.53/600.77	c cleaning 9995 clauses out of 20049 with flag 465000/465000
618.83/614.02	c cleaning 10003 clauses out of 20054 with flag 475000/475000
627.27/622.46	c cleaning 10013 clauses out of 20058 with flag 485007/485007
634.67/629.88	c cleaning 10009 clauses out of 20048 with flag 495010/495010
642.48/637.62	c cleaning 10002 clauses out of 20040 with flag 505011/505011
650.20/645.36	c cleaning 9999 clauses out of 20033 with flag 515006/515006
661.55/656.66	c cleaning 9985 clauses out of 20028 with flag 525000/525000
669.96/665.07	c cleaning 9988 clauses out of 20046 with flag 535003/535003
675.76/670.89	c cleaning 9999 clauses out of 20059 with flag 545004/545004
681.47/676.59	c cleaning 9996 clauses out of 20056 with flag 555000/555000
688.18/683.24	c cleaning 9998 clauses out of 20060 with flag 565000/565000
696.90/691.97	c cleaning 9997 clauses out of 20062 with flag 575000/575000
705.30/700.33	c cleaning 10000 clauses out of 20065 with flag 585000/585000
722.16/717.19	c cleaning 10031 clauses out of 20069 with flag 595004/595004
754.84/749.73	c cleaning 10006 clauses out of 20034 with flag 605000/605000
765.06/759.92	c cleaning 10005 clauses out of 20029 with flag 615001/615001
770.56/765.49	c cleaning 10001 clauses out of 20023 with flag 625000/625000
782.20/777.03	c cleaning 9996 clauses out of 20027 with flag 635005/635005
791.02/785.89	c cleaning 9999 clauses out of 20030 with flag 645004/645004
798.37/793.14	c cleaning 9987 clauses out of 20030 with flag 655003/655003
809.31/804.08	c cleaning 9993 clauses out of 20040 with flag 665000/665000
819.63/814.31	c cleaning 10021 clauses out of 20048 with flag 675001/675001
828.46/823.15	c cleaning 9974 clauses out of 20026 with flag 685000/685000
834.59/829.28	c cleaning 10001 clauses out of 20054 with flag 695002/695002
841.10/835.74	c cleaning 10002 clauses out of 20055 with flag 705004/705004
847.51/842.10	c cleaning 9998 clauses out of 20052 with flag 715003/715003
858.24/852.82	c cleaning 9984 clauses out of 20052 with flag 725001/725001
875.25/869.82	c cleaning 10001 clauses out of 20067 with flag 735000/735000
891.56/886.17	c cleaning 9993 clauses out of 20066 with flag 745000/745000
907.78/902.31	c cleaning 10000 clauses out of 20074 with flag 755001/755001
922.88/917.42	c cleaning 10005 clauses out of 20073 with flag 765000/765000
936.39/930.91	c cleaning 9992 clauses out of 20068 with flag 775000/775000
948.39/942.94	c cleaning 10019 clauses out of 20077 with flag 785001/785001
975.43/969.99	c cleaning 10006 clauses out of 20057 with flag 795000/795000
1023.36/1017.87	c cleaning 9997 clauses out of 20051 with flag 805000/805000
1053.87/1048.34	c cleaning 9998 clauses out of 20054 with flag 815000/815000
1084.38/1078.87	c cleaning 10000 clauses out of 20056 with flag 825000/825000
1113.39/1107.89	c cleaning 9992 clauses out of 20056 with flag 835000/835000
1143.31/1137.78	c cleaning 10014 clauses out of 20065 with flag 845001/845001
1170.42/1164.83	c cleaning 9993 clauses out of 20050 with flag 855000/855000
1200.52/1194.96	c cleaning 10004 clauses out of 20057 with flag 865000/865000
1227.83/1222.27	c cleaning 9996 clauses out of 20053 with flag 875000/875000
1253.94/1248.40	c cleaning 10027 clauses out of 20058 with flag 885001/885001
1270.52/1264.87	c cleaning 10001 clauses out of 20030 with flag 895000/895000
1299.56/1293.87	c cleaning 10006 clauses out of 20031 with flag 905002/905002
1306.50/1300.75	c cleaning 10001 clauses out of 20023 with flag 915000/915000
1312.80/1307.00	c cleaning 10004 clauses out of 20024 with flag 925002/925002
1324.24/1318.49	c cleaning 9989 clauses out of 20025 with flag 935007/935007
1336.20/1330.32	c cleaning 9973 clauses out of 20029 with flag 945000/945000
1346.22/1340.31	c cleaning 9963 clauses out of 20056 with flag 955000/955000
1355.74/1349.84	c cleaning 9976 clauses out of 20093 with flag 965000/965000
1365.76/1359.82	c cleaning 10033 clauses out of 20118 with flag 975001/975001
1402.90/1396.95	c cleaning 9990 clauses out of 20084 with flag 985000/985000
1447.20/1441.26	c cleaning 10017 clauses out of 20094 with flag 995000/995000
1491.11/1485.17	c cleaning 9984 clauses out of 20077 with flag 1005000/1005000
1531.14/1525.19	c cleaning 10031 clauses out of 20096 with flag 1015003/1015003
1539.68/1533.68	c cleaning 9990 clauses out of 20062 with flag 1025000/1025000
1547.91/1541.86	c cleaning 9992 clauses out of 20075 with flag 1035003/1035003
1556.42/1550.35	c cleaning 9996 clauses out of 20081 with flag 1045001/1045001
1564.43/1558.36	c cleaning 9996 clauses out of 20084 with flag 1055000/1055000
1572.23/1566.18	c cleaning 9997 clauses out of 20088 with flag 1065000/1065000
1580.46/1574.35	c cleaning 10001 clauses out of 20092 with flag 1075001/1075001
1589.77/1583.62	c cleaning 10021 clauses out of 20090 with flag 1085000/1085000
1600.47/1594.38	c cleaning 10009 clauses out of 20069 with flag 1095000/1095000
1611.28/1605.16	c cleaning 10005 clauses out of 20060 with flag 1105000/1105000
1622.09/1615.98	c cleaning 10001 clauses out of 20056 with flag 1115001/1115001
1632.88/1626.73	c cleaning 9999 clauses out of 20054 with flag 1125000/1125000
1643.68/1637.59	c cleaning 9998 clauses out of 20055 with flag 1135000/1135000
1654.29/1648.16	c cleaning 10011 clauses out of 20059 with flag 1145002/1145002
1665.50/1659.34	c cleaning 9997 clauses out of 20046 with flag 1155000/1155000
1676.70/1670.57	c cleaning 10001 clauses out of 20049 with flag 1165000/1165000
1688.52/1682.31	c cleaning 10002 clauses out of 20048 with flag 1175000/1175000
1697.14/1690.97	c cleaning 10003 clauses out of 20046 with flag 1185000/1185000
1705.95/1699.76	c cleaning 10015 clauses out of 20043 with flag 1195000/1195000
1715.70/1709.45	c cleaning 9986 clauses out of 20028 with flag 1205000/1205000
1724.40/1718.17	c cleaning 9999 clauses out of 20044 with flag 1215002/1215002
1733.10/1726.80	c cleaning 9998 clauses out of 20043 with flag 1225000/1225000
1741.82/1735.56	c cleaning 10000 clauses out of 20047 with flag 1235002/1235002
1750.22/1743.98	c cleaning 10001 clauses out of 20046 with flag 1245001/1245001
1758.63/1752.39	c cleaning 10002 clauses out of 20045 with flag 1255001/1255001
1767.34/1761.07	c cleaning 9997 clauses out of 20042 with flag 1265000/1265000
1775.54/1769.20	c cleaning 10001 clauses out of 20047 with flag 1275002/1275002
1783.74/1777.50	c cleaning 9999 clauses out of 20044 with flag 1285000/1285000
1792.44/1786.15	c cleaning 10001 clauses out of 20045 with flag 1295000/1295000
1800.06/1793.71	c starts		: 190
1800.06/1793.71	c conflicts		: 1304109
1800.06/1793.71	c decisions		: 5482280
1800.06/1793.71	c propagations		: 41615568
1800.06/1793.71	c inspects		: 611061641
1800.06/1793.71	c learnt literals	: 0
1800.06/1793.71	c learnt binary clauses	: 0
1800.06/1793.71	c learnt ternary clauses	: 0
1800.06/1793.71	c learnt clauses	: 1304109
1800.06/1793.71	c ignored clauses	: 0
1800.06/1793.71	c root simplifications	: 0
1800.06/1793.71	c removed literals (reason simplification)	: 5439323
1800.06/1793.71	c reason swapping (by a shorter reason)	: 0
1800.06/1793.71	c Calls to reduceDB	: 131
1800.06/1793.71	c number of reductions to clauses (during analyze)	: 0
1800.06/1793.71	c number of learned constraints concerned by reduction	: 0
1800.06/1793.71	c number of learning phase by resolution	: 0
1800.06/1793.71	c number of learning phase by cutting planes	: 0
1800.06/1793.71	c speed (assignments/second)	: 23254.325586281502
1800.06/1793.71	c non guided choices	3206432
1800.06/1793.74	c learnt constraints type 
1800.06/1793.74	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19173
1800.06/1793.74	c constraints type 
1800.06/1793.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3495
1800.06/1793.74	s UNKNOWN
1800.06/1793.74	c Total wall clock time (in seconds): 1793.53

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 31387
/proc/meminfo: memFree=1842144/2059040 swapFree=4140012/4192956
[pid=31387] ppid=31385 vsize=1832 CPUtime=0
/proc/31387/stat : 31387 (java6) S 31385 31387 31272 0 -1 4194304 250 0 0 0 0 0 0 0 17 0 1 0 29029837 1875968 153 1992294400 134512640 134550932 4290132032 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/31387/statm: 458 153 116 10 0 63 0

[startup+0.05645 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 31387
/proc/meminfo: memFree=1842144/2059040 swapFree=4140012/4192956
[pid=31387] ppid=31385 vsize=1521664 CPUtime=0.04
/proc/31387/stat : 31387 (java) S 31385 31387 31272 0 -1 4202496 3567 0 1 0 2 2 0 0 15 0 7 0 29029837 1558183936 3009 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31387/statm: 380416 3009 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101455 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 31387
/proc/meminfo: memFree=1842144/2059040 swapFree=4140012/4192956
[pid=31387] ppid=31385 vsize=1524184 CPUtime=0.08
/proc/31387/stat : 31387 (java) S 31385 31387 31272 0 -1 4202496 3961 0 1 0 6 2 0 0 15 0 12 0 29029837 1560764416 3401 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31387/statm: 381046 3401 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301482 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 31387
/proc/meminfo: memFree=1842144/2059040 swapFree=4140012/4192956
[pid=31387] ppid=31385 vsize=1526676 CPUtime=0.38
/proc/31387/stat : 31387 (java) S 31385 31387 31272 0 -1 4202496 5739 0 1 0 34 4 0 0 15 0 12 0 29029837 1563316224 5177 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31387/statm: 381669 5178 1360 10 0 378971 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526676

[startup+0.701519 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 31387
/proc/meminfo: memFree=1842144/2059040 swapFree=4140012/4192956
[pid=31387] ppid=31385 vsize=1527908 CPUtime=1.04
/proc/31387/stat : 31387 (java) S 31385 31387 31272 0 -1 4202496 9386 0 1 0 99 5 0 0 15 0 12 0 29029837 1564577792 8774 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31387/statm: 381977 8775 1400 10 0 379279 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1527908

[startup+1.50262 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 31399
/proc/meminfo: memFree=1793440/2059040 swapFree=4140012/4192956
[pid=31387] ppid=31385 vsize=1542472 CPUtime=2.34
/proc/31387/stat : 31387 (java) S 31385 31387 31272 0 -1 4202496 20941 0 1 0 224 10 0 0 15 0 12 0 29029837 1579491328 19322 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31387/statm: 385618 19323 1401 10 0 382920 0
[pid=31387/tid=31389] ppid=31385 vsize=1542472 CPUtime=1.47
/proc/31387/task/31389/stat : 31389 (java) R 31385 31387 31272 0 -1 4202560 14515 0 1 0 140 7 0 0 19 0 12 0 29029839 1579491328 19323 1992294400 134512640 134550932 4288698192 18446744073709551615 4109625430 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31387/tid=31390] ppid=31385 vsize=1542472 CPUtime=0
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 31272 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 29029840 1579491328 19324 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31391] ppid=31385 vsize=1542472 CPUtime=0
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 31272 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 29029840 1579491328 19324 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31392] ppid=31385 vsize=1542472 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 31272 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 29029842 1579491328 19325 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=1542472 CPUtime=0
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 31272 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 29029843 1579491328 19325 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=1542472 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 31272 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 29029843 1579491328 19325 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=1542472 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 29029847 1579491328 19326 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31396] ppid=31385 vsize=1542472 CPUtime=0.1
/proc/31387/task/31396/stat : 31396 (java) R 31385 31387 31272 0 -1 4202560 53 0 0 0 10 0 0 0 18 0 12 0 29029847 1579491328 19326 1992294400 134512640 134550932 4288698192 18446744073709551615 105580443 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31387/tid=31397] ppid=31385 vsize=1542472 CPUtime=0.75
/proc/31387/task/31397/stat : 31397 (java) R 31385 31387 31272 0 -1 4202560 5312 0 0 0 73 2 0 0 16 0 12 0 29029847 1579491328 19326 1992294400 134512640 134550932 4288698192 18446744073709551615 106260576 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31387/tid=31398] ppid=31385 vsize=1542472 CPUtime=0
/proc/31387/task/31398/stat : 31398 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 29029847 1579491328 19326 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31399] ppid=31385 vsize=1542472 CPUtime=0
/proc/31387/task/31399/stat : 31399 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29029847 1579491328 19326 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 1542472

[startup+3.10079 s]
/proc/loadavg: 1.25 1.05 1.02 4/118 31399
/proc/meminfo: memFree=1732432/2059040 swapFree=4140012/4192956
[pid=31387] ppid=31385 vsize=1541340 CPUtime=4.61
/proc/31387/stat : 31387 (java) S 31385 31387 31272 0 -1 4202496 45650 0 1 0 441 20 0 0 15 0 12 0 29029837 1578332160 42828 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31387/statm: 385335 42828 1417 10 0 382637 0
[pid=31387/tid=31389] ppid=31385 vsize=1541340 CPUtime=2.95
/proc/31387/task/31389/stat : 31389 (java) R 31385 31387 31272 0 -1 4202560 31998 0 1 0 282 13 0 0 21 0 12 0 29029839 1578332160 42828 1992294400 134512640 134550932 4288698192 18446744073709551615 4109836720 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31387/tid=31390] ppid=31385 vsize=1541340 CPUtime=0.1
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 31272 0 -1 4202560 2927 0 0 0 9 1 0 0 15 0 12 0 29029840 1578332160 42828 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31391] ppid=31385 vsize=1541340 CPUtime=0.1
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 31272 0 -1 4202560 3143 0 0 0 9 1 0 0 18 0 12 0 29029840 1578332160 42828 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31392] ppid=31385 vsize=1541340 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 31272 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 29029842 1578332160 42828 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=1541340 CPUtime=0
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 31272 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 29029843 1578332160 42828 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=1541340 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 31272 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 29029843 1578332160 42828 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=1541340 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 29029847 1578332160 42828 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31396] ppid=31385 vsize=1541340 CPUtime=0.15
/proc/31387/task/31396/stat : 31396 (java) S 31385 31387 31272 0 -1 4202560 53 0 0 0 15 0 0 0 15 0 12 0 29029847 1578332160 42828 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31397] ppid=31385 vsize=1541340 CPUtime=1.26
/proc/31387/task/31397/stat : 31397 (java) S 31385 31387 31272 0 -1 4202560 6460 0 0 0 124 2 0 0 16 0 12 0 29029847 1578332160 42828 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31398] ppid=31385 vsize=1541340 CPUtime=0
/proc/31387/task/31398/stat : 31398 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 29029847 1578332160 42828 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31399] ppid=31385 vsize=1541340 CPUtime=0
/proc/31387/task/31399/stat : 31399 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29029847 1578332160 42828 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 1541340

[startup+6.30116 s]
/proc/loadavg: 1.25 1.05 1.02 2/119 31400
/proc/meminfo: memFree=1633348/2059040 swapFree=4140012/4192956
[pid=31387] ppid=31385 vsize=1540800 CPUtime=9.23
/proc/31387/stat : 31387 (java) S 31385 31387 31272 0 -1 4202496 58665 0 1 0 897 26 0 0 15 0 13 0 29029837 1577779200 54328 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31387/statm: 385200 54328 1442 10 0 382502 0
[pid=31387/tid=31389] ppid=31385 vsize=1540800 CPUtime=5.81
/proc/31387/task/31389/stat : 31389 (java) R 31385 31387 31272 0 -1 4202560 32046 0 1 0 567 14 0 0 25 0 13 0 29029839 1577779200 54328 1992294400 134512640 134550932 4288698192 18446744073709551615 4110207433 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31387/tid=31390] ppid=31385 vsize=1540800 CPUtime=0.38
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 31272 0 -1 4202560 10255 0 0 0 34 4 0 0 16 0 13 0 29029840 1577779200 54328 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31391] ppid=31385 vsize=1540800 CPUtime=0.38
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 31272 0 -1 4202560 8410 0 0 0 35 3 0 0 18 0 13 0 29029840 1577779200 54328 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31392] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 31272 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 29029842 1577779200 54328 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 31272 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29029843 1577779200 54328 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 31272 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29029843 1577779200 54328 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 29029847 1577779200 54328 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31396] ppid=31385 vsize=1540800 CPUtime=0.88
/proc/31387/task/31396/stat : 31396 (java) S 31385 31387 31272 0 -1 4202560 363 0 0 0 88 0 0 0 15 0 13 0 29029847 1577779200 54328 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31397] ppid=31385 vsize=1540800 CPUtime=1.73
/proc/31387/task/31397/stat : 31397 (java) S 31385 31387 31272 0 -1 4202560 6518 0 0 0 171 2 0 0 15 0 13 0 29029847 1577779200 54328 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31398] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31398/stat : 31398 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 29029847 1577779200 54328 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31399] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31399/stat : 31399 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29029847 1577779200 54328 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31400] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31400/stat : 31400 (java) S 31385 31387 31272 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29030348 1577779200 54328 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.23
Current children cumulated vsize (KiB) 1540800

[startup+12.7019 s]
/proc/loadavg: 1.21 1.05 1.02 2/119 31400
/proc/meminfo: memFree=1628636/2059040 swapFree=4140012/4192956
[pid=31387] ppid=31385 vsize=1540800 CPUtime=16.06
/proc/31387/stat : 31387 (java) S 31385 31387 31272 0 -1 4202496 64714 0 1 0 1576 30 0 0 15 0 13 0 29029837 1577779200 59299 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31387/statm: 385200 59299 1444 10 0 382502 0
[pid=31387/tid=31389] ppid=31385 vsize=1540800 CPUtime=11.87
/proc/31387/task/31389/stat : 31389 (java) R 31385 31387 31272 0 -1 4202560 32051 0 1 0 1173 14 0 0 25 0 13 0 29029839 1577779200 59299 1992294400 134512640 134550932 4288698192 18446744073709551615 4110207506 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31387/tid=31390] ppid=31385 vsize=1540800 CPUtime=0.68
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 31272 0 -1 4202560 13656 0 0 0 62 6 0 0 15 0 13 0 29029840 1577779200 59299 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31391] ppid=31385 vsize=1540800 CPUtime=0.68
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 31272 0 -1 4202560 11041 0 0 0 64 4 0 0 18 0 13 0 29029840 1577779200 59299 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31392] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 31272 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 29029842 1577779200 59299 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 31272 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29029843 1577779200 59299 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 31272 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29029843 1577779200 59299 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 29029847 1577779200 59299 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31396] ppid=31385 vsize=1540800 CPUtime=0.94
/proc/31387/task/31396/stat : 31396 (java) S 31385 31387 31272 0 -1 4202560 368 0 0 0 94 0 0 0 15 0 13 0 29029847 1577779200 59299 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31397] ppid=31385 vsize=1540800 CPUtime=1.82
/proc/31387/task/31397/stat : 31397 (java) S 31385 31387 31272 0 -1 4202560 6525 0 0 0 179 3 0 0 15 0 13 0 29029847 1577779200 59299 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31398] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31398/stat : 31398 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 29029847 1577779200 59299 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31399] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31399/stat : 31399 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29029847 1577779200 59299 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31400] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31400/stat : 31400 (java) S 31385 31387 31272 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29030348 1577779200 59299 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.06
Current children cumulated vsize (KiB) 1540800

[startup+25.5024 s]
/proc/loadavg: 1.18 1.05 1.01 2/119 31400
/proc/meminfo: memFree=1606936/2059040 swapFree=4140012/4192956
[pid=31387] ppid=31385 vsize=1540800 CPUtime=28.97
/proc/31387/stat : 31387 (java) S 31385 31387 31272 0 -1 4202496 65590 0 1 0 2867 30 0 0 15 0 13 0 29029837 1577779200 60089 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31387/statm: 385200 60089 1449 10 0 382502 0
[pid=31387/tid=31389] ppid=31385 vsize=1540800 CPUtime=24.24
/proc/31387/task/31389/stat : 31389 (java) R 31385 31387 31272 0 -1 4202560 32065 0 1 0 2410 14 0 0 25 0 13 0 29029839 1577779200 60089 1992294400 134512640 134550932 4288698192 18446744073709551615 4110207397 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31387/tid=31390] ppid=31385 vsize=1540800 CPUtime=0.75
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 31272 0 -1 4202560 14061 0 0 0 69 6 0 0 15 0 13 0 29029840 1577779200 60089 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31391] ppid=31385 vsize=1540800 CPUtime=0.76
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 31272 0 -1 4202560 11482 0 0 0 72 4 0 0 16 0 13 0 29029840 1577779200 60089 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31392] ppid=31385 vsize=1540800 CPUtime=0.27
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 31272 0 -1 4202560 17 0 0 0 27 0 0 0 15 0 13 0 29029842 1577779200 60089 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 31272 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29029843 1577779200 60089 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=1540800 CPUtime=0

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

[pid=31387/tid=31393] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 31272 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29029843 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 31272 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29029843 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31396] ppid=31385 vsize=1540800 CPUtime=1.02
/proc/31387/task/31396/stat : 31396 (java) S 31385 31387 31272 0 -1 4202560 377 0 0 0 102 0 0 0 15 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31397] ppid=31385 vsize=1540800 CPUtime=1.98
/proc/31387/task/31397/stat : 31397 (java) S 31385 31387 31272 0 -1 4202560 6537 0 0 0 195 3 0 0 15 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31398] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31398/stat : 31398 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31399] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31399/stat : 31399 (java) S 31385 31387 31272 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31400] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31400/stat : 31400 (java) S 31385 31387 31272 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29030348 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1608.49
Current children cumulated vsize (KiB) 1540800

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 31456
/proc/meminfo: memFree=1561676/2059040 swapFree=4140012/4192956
[pid=31387] ppid=31385 vsize=1540800 CPUtime=1668.5
/proc/31387/stat : 31387 (java) S 31385 31387 31272 0 -1 4202496 124799 0 1 0 166768 82 0 0 15 0 13 0 29029837 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31387/statm: 385200 70530 1449 10 0 382502 0
[pid=31387/tid=31389] ppid=31385 vsize=1540800 CPUtime=1620
/proc/31387/task/31389/stat : 31389 (java) R 31385 31387 31272 0 -1 4202560 32536 0 1 0 161976 24 0 0 25 0 13 0 29029839 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4110207433 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31387/tid=31390] ppid=31385 vsize=1540800 CPUtime=4.36
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 31272 0 -1 4202560 19109 0 0 0 420 16 0 0 16 0 13 0 29029840 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31391] ppid=31385 vsize=1540800 CPUtime=4.41
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 31272 0 -1 4202560 18404 0 0 0 428 13 0 0 16 0 13 0 29029840 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31392] ppid=31385 vsize=1540800 CPUtime=36.68
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 31272 0 -1 4202560 46674 0 0 0 3645 23 0 0 15 0 13 0 29029842 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 31272 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29029843 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 31272 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29029843 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31396] ppid=31385 vsize=1540800 CPUtime=1.02
/proc/31387/task/31396/stat : 31396 (java) S 31385 31387 31272 0 -1 4202560 377 0 0 0 102 0 0 0 15 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31397] ppid=31385 vsize=1540800 CPUtime=1.98
/proc/31387/task/31397/stat : 31397 (java) S 31385 31387 31272 0 -1 4202560 6537 0 0 0 195 3 0 0 15 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31398] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31398/stat : 31398 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31399] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31399/stat : 31399 (java) S 31385 31387 31272 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31400] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31400/stat : 31400 (java) S 31385 31387 31272 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29030348 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1668.5
Current children cumulated vsize (KiB) 1540800

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 31458
/proc/meminfo: memFree=1561676/2059040 swapFree=4140012/4192956
[pid=31387] ppid=31385 vsize=1540800 CPUtime=1728.6
/proc/31387/stat : 31387 (java) S 31385 31387 31272 0 -1 4202496 126747 0 1 0 172776 84 0 0 15 0 13 0 29029837 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31387/statm: 385200 70530 1449 10 0 382502 0
[pid=31387/tid=31389] ppid=31385 vsize=1540800 CPUtime=1677.91
/proc/31387/task/31389/stat : 31389 (java) R 31385 31387 31272 0 -1 4202560 32553 0 1 0 167766 25 0 0 25 0 13 0 29029839 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4110208099 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31387/tid=31390] ppid=31385 vsize=1540800 CPUtime=4.5
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 31272 0 -1 4202560 19109 0 0 0 434 16 0 0 15 0 13 0 29029840 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31391] ppid=31385 vsize=1540800 CPUtime=4.57
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 31272 0 -1 4202560 18404 0 0 0 443 14 0 0 16 0 13 0 29029840 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31392] ppid=31385 vsize=1540800 CPUtime=38.56
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 31272 0 -1 4202560 48601 0 0 0 3833 23 0 0 15 0 13 0 29029842 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 31272 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29029843 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 31272 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29029843 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31396] ppid=31385 vsize=1540800 CPUtime=1.02
/proc/31387/task/31396/stat : 31396 (java) S 31385 31387 31272 0 -1 4202560 377 0 0 0 102 0 0 0 15 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31397] ppid=31385 vsize=1540800 CPUtime=1.98
/proc/31387/task/31397/stat : 31397 (java) S 31385 31387 31272 0 -1 4202560 6537 0 0 0 195 3 0 0 15 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31398] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31398/stat : 31398 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31399] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31399/stat : 31399 (java) S 31385 31387 31272 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31400] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31400/stat : 31400 (java) S 31385 31387 31272 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29030348 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1728.6
Current children cumulated vsize (KiB) 1540800

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 31458
/proc/meminfo: memFree=1561552/2059040 swapFree=4140012/4192956
[pid=31387] ppid=31385 vsize=1540800 CPUtime=1788.64
/proc/31387/stat : 31387 (java) S 31385 31387 31272 0 -1 4202496 127406 0 1 0 178778 86 0 0 15 0 13 0 29029837 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31387/statm: 385200 70530 1449 10 0 382502 0
[pid=31387/tid=31389] ppid=31385 vsize=1540800 CPUtime=1735.52
/proc/31387/task/31389/stat : 31389 (java) R 31385 31387 31272 0 -1 4202560 32567 0 1 0 173526 26 0 0 25 0 13 0 29029839 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4110208988 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31387/tid=31390] ppid=31385 vsize=1540800 CPUtime=4.58
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 31272 0 -1 4202560 19109 0 0 0 442 16 0 0 16 0 13 0 29029840 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31391] ppid=31385 vsize=1540800 CPUtime=4.64
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 31272 0 -1 4202560 18404 0 0 0 450 14 0 0 15 0 13 0 29029840 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31392] ppid=31385 vsize=1540800 CPUtime=40.84
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 31272 0 -1 4202560 49244 0 0 0 4060 24 0 0 15 0 13 0 29029842 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 31272 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29029843 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 31272 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29029843 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31396] ppid=31385 vsize=1540800 CPUtime=1.02
/proc/31387/task/31396/stat : 31396 (java) S 31385 31387 31272 0 -1 4202560 377 0 0 0 102 0 0 0 15 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31397] ppid=31385 vsize=1540800 CPUtime=1.98
/proc/31387/task/31397/stat : 31397 (java) S 31385 31387 31272 0 -1 4202560 6537 0 0 0 195 3 0 0 15 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31398] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31398/stat : 31398 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31399] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31399/stat : 31399 (java) S 31385 31387 31272 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31400] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31400/stat : 31400 (java) S 31385 31387 31272 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29030348 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1788.64
Current children cumulated vsize (KiB) 1540800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 31458
/proc/meminfo: memFree=1561552/2059040 swapFree=4140012/4192956
[pid=31387] ppid=31385 vsize=1540800 CPUtime=1800.06
/proc/31387/stat : 31387 (java) S 31385 31387 31272 0 -1 4202496 127413 0 1 0 179920 86 0 0 15 0 13 0 29029837 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31387/statm: 385200 70530 1449 10 0 382502 0
[pid=31387/tid=31389] ppid=31385 vsize=1540800 CPUtime=1746.59
/proc/31387/task/31389/stat : 31389 (java) R 31385 31387 31272 0 -1 4202560 32570 0 1 0 174633 26 0 0 25 0 13 0 29029839 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4110206389 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31387/tid=31390] ppid=31385 vsize=1540800 CPUtime=4.59
/proc/31387/task/31390/stat : 31390 (java) S 31385 31387 31272 0 -1 4202560 19109 0 0 0 443 16 0 0 16 0 13 0 29029840 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31391] ppid=31385 vsize=1540800 CPUtime=4.66
/proc/31387/task/31391/stat : 31391 (java) S 31385 31387 31272 0 -1 4202560 18404 0 0 0 452 14 0 0 15 0 13 0 29029840 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31392] ppid=31385 vsize=1540800 CPUtime=41.15
/proc/31387/task/31392/stat : 31392 (java) S 31385 31387 31272 0 -1 4202560 49246 0 0 0 4091 24 0 0 15 0 13 0 29029842 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 0 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31393] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31393/stat : 31393 (java) S 31385 31387 31272 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29029843 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31394] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31394/stat : 31394 (java) S 31385 31387 31272 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 29029843 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31395] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31395/stat : 31395 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31396] ppid=31385 vsize=1540800 CPUtime=1.02
/proc/31387/task/31396/stat : 31396 (java) S 31385 31387 31272 0 -1 4202560 377 0 0 0 102 0 0 0 15 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31397] ppid=31385 vsize=1540800 CPUtime=1.98
/proc/31387/task/31397/stat : 31397 (java) S 31385 31387 31272 0 -1 4202560 6537 0 0 0 195 3 0 0 15 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 1 0 0 0
[pid=31387/tid=31398] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31398/stat : 31398 (java) S 31385 31387 31272 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31399] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31399/stat : 31399 (java) S 31385 31387 31272 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 29029847 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
[pid=31387/tid=31400] ppid=31385 vsize=1540800 CPUtime=0
/proc/31387/task/31400/stat : 31400 (java) S 31385 31387 31272 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 29030348 1577779200 70530 1992294400 134512640 134550932 4288698192 18446744073709551615 4294960144 0 4 0 16800975 18446604437828390976 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1540800

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

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

[startup+1793.82 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 31458
/proc/meminfo: memFree=1561552/2059040 swapFree=4140012/4192956
[pid=31387] ppid=31385 vsize=0 CPUtime=1800.21
/proc/31387/stat : 31387 (java) Z 31385 31387 31272 0 -1 4203548 127436 0 1 0 179933 88 0 0 15 0 2 0 29029837 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31387/statm: 0 0 0 0 0 0 0
[pid=31387/tid=31389] ppid=31385 vsize=0 CPUtime=1746.69
/proc/31387/task/31389/stat : 31389 (java) R 31385 31387 31272 0 -1 4203588 32570 0 1 0 174641 28 0 0 25 0 2 0 29029839 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.83
CPU time (s): 1800.23
CPU user time (s): 1799.34
CPU system time (s): 0.894863
CPU usage (%): 100.357
Max. virtual memory (cumulated for all children) (KiB): 1551048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.894863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127436
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= 42169
involuntary context switches= 20382

runsolver used 3.56046 second user time and 9.61154 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-14 18:51:02
IDJOB=2659020
IDBENCH=2344
IDSOLVER=1164
FILE ID=node006/2659020-1276534261
PBS_JOBID= 11173461
Free space on /tmp= 62468 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-dolom1.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659020-1276534261/watcher-2659020-1276534261 -o /tmp/evaluation-result-2659020-1276534261/solver-2659020-1276534261 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659020-1276534261.opb

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

MD5SUM BENCH= 0b7be4a8ca67db62b7397f891414d40c
RANDOM SEED=174440146

node006.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.204
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.204
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1842540 kB
Buffers:         21628 kB
Cached:         115280 kB
SwapCached:       6152 kB
Active:          84248 kB
Inactive:        66104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1842540 kB
SwapTotal:     4192956 kB
SwapFree:      4140012 kB
Dirty:            5888 kB
Writeback:           0 kB
AnonPages:       12044 kB
Mapped:          12888 kB
Slab:            44188 kB
PageTables:       4092 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= 62468 MiB
End job on node006 at 2010-06-14 19:20:57