Trace number 2662389

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.32 943.965

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-grow22.opb
MD5SUM459c1d0101a0e61c9c386c9d02f149df
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 0
Optimality of the best value was proved NO
Number of variables25124
Total number of constraints1320
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 constraints1320
Minimum length of a constraint22
Maximum length of a constraint491
Number of terms in the objective function 1958
Biggest coefficient in the objective function 3758096384
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 234612588283
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 878188741787648
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4550739094651140
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.16	c Free memory 		1393557488
0.09/0.16	c Max memory 		1395916800
0.09/0.16	c Total memory 		1395916800
0.09/0.16	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c ManyCore solver with 2 solvers running in parallel
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	
0.21/0.22	c solving HOME/instance-2662389-1276549448.opb
0.21/0.22	c reading problem ... 
4.45/2.85	c ... done. Wall clock time 2.63s.
4.45/2.85	c #vars     25124
4.45/2.85	c #constraints  1760
4.45/2.85	c constraints type 
4.45/2.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1760
4.45/2.85	c constraints type 
4.45/2.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1760
16.68/9.02	c cleaning 2465 clauses out of 5001 with flag 5001/5001
22.98/12.38	c cleaning 4264 clauses out of 8536 with flag 11001/11001
27.48/14.78	c cleaning 5635 clauses out of 11271 with flag 18000/18000
33.81/18.04	c cleaning 6817 clauses out of 13637 with flag 26001/26001
40.79/21.77	c cleaning 7909 clauses out of 15819 with flag 35000/35000
49.85/26.43	c cleaning 8950 clauses out of 17911 with flag 45001/45001
59.06/31.21	c cleaning 9480 clauses out of 18960 with flag 55000/55000
68.08/35.92	c cleaning 9741 clauses out of 19481 with flag 65001/65001
75.41/39.82	c cleaning 9865 clauses out of 19740 with flag 75001/75001
83.44/44.09	c cleaning 9936 clauses out of 19874 with flag 85000/85000
92.41/48.73	c cleaning 9960 clauses out of 19938 with flag 95000/95000
99.81/52.69	c cleaning 9986 clauses out of 19978 with flag 105000/105000
107.50/56.78	c cleaning 9992 clauses out of 19992 with flag 115000/115000
114.48/60.47	c cleaning 9996 clauses out of 20000 with flag 125000/125000
122.07/64.43	c cleaning 9985 clauses out of 20005 with flag 135001/135001
138.74/73.01	c cleaning 9995 clauses out of 20019 with flag 145000/145000
156.29/82.11	c cleaning 10007 clauses out of 20024 with flag 155000/155000
164.04/86.24	c cleaning 10000 clauses out of 20018 with flag 165001/165001
173.36/91.16	c cleaning 10007 clauses out of 20018 with flag 175001/175001
192.59/101.09	c cleaning 9987 clauses out of 20012 with flag 185002/185002
220.58/115.46	c cleaning 10005 clauses out of 20023 with flag 195000/195000
250.50/130.75	c cleaning 10005 clauses out of 20022 with flag 205004/205004
284.94/148.38	c cleaning 10001 clauses out of 20015 with flag 215002/215002
292.41/152.32	c cleaning 9975 clauses out of 20012 with flag 225000/225000
319.14/166.13	c cleaning 9991 clauses out of 20037 with flag 235000/235000
335.94/174.86	c cleaning 10005 clauses out of 20047 with flag 245001/245001
352.49/183.42	c cleaning 9996 clauses out of 20041 with flag 255000/255000
361.92/188.43	c cleaning 10018 clauses out of 20046 with flag 265001/265001
367.63/191.65	c cleaning 10011 clauses out of 20027 with flag 275000/275000
373.51/194.88	c cleaning 10002 clauses out of 20018 with flag 285002/285002
380.34/198.54	c cleaning 10000 clauses out of 20014 with flag 295000/295000
386.20/201.76	c cleaning 10003 clauses out of 20014 with flag 305000/305000
393.88/205.90	c cleaning 9997 clauses out of 20011 with flag 315000/315000
400.53/209.53	c cleaning 10005 clauses out of 20015 with flag 325001/325001
406.77/212.91	c cleaning 10004 clauses out of 20011 with flag 335002/335002
413.42/216.59	c cleaning 9997 clauses out of 20006 with flag 345001/345001
420.69/220.51	c cleaning 9999 clauses out of 20009 with flag 355001/355001
426.73/223.85	c cleaning 10001 clauses out of 20011 with flag 365002/365002
432.96/227.22	c cleaning 9996 clauses out of 20010 with flag 375002/375002
438.99/230.53	c cleaning 10001 clauses out of 20012 with flag 385000/385000
448.45/235.65	c cleaning 10000 clauses out of 20011 with flag 395000/395000
456.85/240.10	c cleaning 10000 clauses out of 20011 with flag 405000/405000
464.66/244.33	c cleaning 9999 clauses out of 20011 with flag 415000/415000
471.86/248.23	c cleaning 10001 clauses out of 20012 with flag 425000/425000
478.52/251.97	c cleaning 10000 clauses out of 20013 with flag 435002/435002
484.92/255.44	c cleaning 9997 clauses out of 20011 with flag 445000/445000
491.33/258.94	c cleaning 10004 clauses out of 20016 with flag 455002/455002
497.74/262.44	c cleaning 9998 clauses out of 20010 with flag 465000/465000
504.19/266.06	c cleaning 9998 clauses out of 20013 with flag 475001/475001
510.39/269.45	c cleaning 10003 clauses out of 20015 with flag 485001/485001
517.78/273.40	c cleaning 9997 clauses out of 20012 with flag 495001/495001
525.36/277.57	c cleaning 10002 clauses out of 20016 with flag 505002/505002
532.18/281.38	c cleaning 9999 clauses out of 20013 with flag 515001/515001
540.95/286.02	c cleaning 10000 clauses out of 20013 with flag 525000/525000
549.12/290.49	c cleaning 9999 clauses out of 20013 with flag 535000/535000
557.86/295.14	c cleaning 10003 clauses out of 20014 with flag 545000/545000
566.39/299.71	c cleaning 9996 clauses out of 20011 with flag 555000/555000
573.95/303.85	c cleaning 10001 clauses out of 20016 with flag 565001/565001
582.52/308.41	c cleaning 10004 clauses out of 20015 with flag 575001/575001
590.29/312.68	c cleaning 9999 clauses out of 20010 with flag 585000/585000
598.08/316.96	c cleaning 10000 clauses out of 20011 with flag 595000/595000
605.44/320.94	c cleaning 9998 clauses out of 20012 with flag 605001/605001
612.03/324.54	c cleaning 10000 clauses out of 20013 with flag 615000/615000
618.39/328.04	c cleaning 9999 clauses out of 20013 with flag 625000/625000
625.04/331.70	c cleaning 10001 clauses out of 20014 with flag 635000/635000
630.87/334.93	c cleaning 10003 clauses out of 20013 with flag 645000/645000
637.84/338.72	c cleaning 10000 clauses out of 20010 with flag 655000/655000
645.62/342.92	c cleaning 10000 clauses out of 20011 with flag 665001/665001
655.01/348.09	c cleaning 10001 clauses out of 20010 with flag 675000/675000
662.17/352.00	c cleaning 9998 clauses out of 20011 with flag 685002/685002
668.94/355.68	c cleaning 10002 clauses out of 20012 with flag 695001/695001
678.68/360.90	c cleaning 9946 clauses out of 20010 with flag 705001/705001
698.19/371.07	c cleaning 9985 clauses out of 20064 with flag 715001/715001
710.36/377.46	c cleaning 10016 clauses out of 20079 with flag 725001/725001
730.86/388.03	c cleaning 10000 clauses out of 20063 with flag 735001/735001
748.00/396.98	c cleaning 9996 clauses out of 20063 with flag 745001/745001
766.50/406.61	c cleaning 10003 clauses out of 20066 with flag 755000/755000
783.59/415.57	c cleaning 9996 clauses out of 20063 with flag 765000/765000
802.31/425.22	c cleaning 10002 clauses out of 20067 with flag 775000/775000
819.64/434.27	c cleaning 10021 clauses out of 20065 with flag 785000/785000
846.35/448.03	c cleaning 9979 clauses out of 20044 with flag 795000/795000
872.46/461.47	c cleaning 10005 clauses out of 20065 with flag 805000/805000
899.16/475.15	c cleaning 9999 clauses out of 20060 with flag 815000/815000
926.05/488.91	c cleaning 10001 clauses out of 20061 with flag 825000/825000
952.74/502.78	c cleaning 10001 clauses out of 20061 with flag 835001/835001
980.91/517.25	c cleaning 9998 clauses out of 20059 with flag 845000/845000
1006.99/530.62	c cleaning 9999 clauses out of 20061 with flag 855000/855000
1033.17/544.16	c cleaning 10000 clauses out of 20062 with flag 865000/865000
1059.67/557.85	c cleaning 10003 clauses out of 20063 with flag 875001/875001
1079.71/568.38	c cleaning 10027 clauses out of 20059 with flag 885000/885000
1093.50/575.82	c cleaning 10004 clauses out of 20033 with flag 895001/895001
1110.16/584.59	c cleaning 10010 clauses out of 20028 with flag 905000/905000
1119.30/589.59	c cleaning 10001 clauses out of 20019 with flag 915001/915001
1127.48/594.01	c cleaning 10000 clauses out of 20017 with flag 925000/925000
1136.85/598.97	c cleaning 10004 clauses out of 20018 with flag 935001/935001
1145.24/603.40	c cleaning 10000 clauses out of 20014 with flag 945001/945001
1152.22/607.31	c cleaning 9997 clauses out of 20014 with flag 955001/955001
1159.56/611.34	c cleaning 10003 clauses out of 20017 with flag 965001/965001
1166.93/615.31	c cleaning 9998 clauses out of 20013 with flag 975000/975000
1174.12/619.27	c cleaning 10005 clauses out of 20016 with flag 985001/985001
1181.10/623.10	c cleaning 9997 clauses out of 20010 with flag 995000/995000
1188.50/627.16	c cleaning 9999 clauses out of 20013 with flag 1005000/1005000
1196.67/631.54	c cleaning 10005 clauses out of 20014 with flag 1015000/1015000
1205.65/636.32	c cleaning 9999 clauses out of 20009 with flag 1025000/1025000
1214.22/641.01	c cleaning 10000 clauses out of 20010 with flag 1035000/1035000
1223.21/645.81	c cleaning 9998 clauses out of 20010 with flag 1045000/1045000
1231.77/650.46	c cleaning 10002 clauses out of 20012 with flag 1055000/1055000
1238.95/654.37	c cleaning 10000 clauses out of 20010 with flag 1065000/1065000
1248.54/659.57	c cleaning 9998 clauses out of 20011 with flag 1075001/1075001
1253.72/662.47	c cleaning 9999 clauses out of 20012 with flag 1085000/1085000
1257.52/664.64	c cleaning 10000 clauses out of 20013 with flag 1095000/1095000
1276.05/674.27	c cleaning 9953 clauses out of 20013 with flag 1105000/1105000
1309.09/691.28	c cleaning 9979 clauses out of 20060 with flag 1115000/1115000
1341.90/708.04	c cleaning 9983 clauses out of 20081 with flag 1125000/1125000
1374.08/724.52	c cleaning 9991 clauses out of 20098 with flag 1135000/1135000
1408.83/742.32	c cleaning 9999 clauses out of 20109 with flag 1145002/1145002
1432.19/754.56	c cleaning 10019 clauses out of 20108 with flag 1155000/1155000
1452.47/765.04	c cleaning 10012 clauses out of 20089 with flag 1165000/1165000
1471.52/774.90	c cleaning 9998 clauses out of 20079 with flag 1175002/1175002
1494.36/786.74	c cleaning 10006 clauses out of 20079 with flag 1185000/1185000
1516.75/798.49	c cleaning 10006 clauses out of 20073 with flag 1195000/1195000
1544.22/812.52	c cleaning 9988 clauses out of 20067 with flag 1205000/1205000
1577.37/829.54	c cleaning 10002 clauses out of 20081 with flag 1215002/1215002
1605.61/844.09	c cleaning 10009 clauses out of 20078 with flag 1225001/1225001
1636.41/859.90	c cleaning 10000 clauses out of 20068 with flag 1235000/1235000
1666.44/875.38	c cleaning 9979 clauses out of 20068 with flag 1245000/1245000
1697.24/891.15	c cleaning 10007 clauses out of 20090 with flag 1255001/1255001
1726.06/905.96	c cleaning 9989 clauses out of 20082 with flag 1265000/1265000
1766.82/926.85	c cleaning 9990 clauses out of 20093 with flag 1275000/1275000
1800.07/943.82	c starts		: 190
1800.07/943.82	c conflicts		: 1282319
1800.07/943.82	c decisions		: 1602800
1800.07/943.82	c propagations		: 19325333
1800.07/943.82	c inspects		: 444605728
1800.07/943.82	c learnt literals	: 0
1800.07/943.82	c learnt binary clauses	: 2
1800.07/943.82	c learnt ternary clauses	: 5
1800.07/943.82	c learnt clauses	: 1282318
1800.07/943.82	c ignored clauses	: 0
1800.07/943.82	c root simplifications	: 0
1800.07/943.82	c removed literals (reason simplification)	: 48686887
1800.07/943.82	c reason swapping (by a shorter reason)	: 0
1800.07/943.82	c Calls to reduceDB	: 129
1800.07/943.82	c number of reductions to clauses (during analyze)	: 0
1800.07/943.82	c number of learned constraints concerned by reduction	: 0
1800.07/943.82	c number of learning phase by resolution	: 0
1800.07/943.82	c number of learning phase by cutting planes	: 0
1800.07/943.82	c speed (assignments/second)	: 20537.649938202132
1800.07/943.82	c non guided choices	169078
1800.07/943.86	c learnt constraints type 
1800.07/943.86	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17427
1800.07/943.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.07/943.86	c constraints type 
1800.07/943.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1760
1800.07/943.86	c constraints type 
1800.07/943.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1760
1800.07/943.86	s UNKNOWN
1800.07/943.86	c Total wall clock time (in seconds): 943.644

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 30404
/proc/meminfo: memFree=1834360/2059040 swapFree=4140192/4192956
[pid=30404] ppid=30402 vsize=1832 CPUtime=0
/proc/30404/stat : 30404 (java6) R 30402 30404 30094 0 -1 4194304 219 0 0 0 0 0 0 0 16 0 1 0 30548792 1875968 122 1992294400 134512640 134550932 4291909840 18446744073709551615 10982151 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30404/statm: 458 128 92 10 0 63 0

[startup+0.105562 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 30404
/proc/meminfo: memFree=1834360/2059040 swapFree=4140192/4192956
[pid=30404] ppid=30402 vsize=1524180 CPUtime=0.09
/proc/30404/stat : 30404 (java) S 30402 30404 30094 0 -1 4202496 3974 0 1 0 7 2 0 0 15 0 12 0 30548792 1560760320 3413 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30404/statm: 381045 3413 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.20057 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 30404
/proc/meminfo: memFree=1834360/2059040 swapFree=4140192/4192956
[pid=30404] ppid=30402 vsize=1525796 CPUtime=0.21
/proc/30404/stat : 30404 (java) S 30402 30404 30094 0 -1 4202496 5010 0 1 0 19 2 0 0 15 0 12 0 30548792 1562415104 4447 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30404/statm: 381449 4448 1340 10 0 378752 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1525796

[startup+0.300579 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 30404
/proc/meminfo: memFree=1834360/2059040 swapFree=4140192/4192956
[pid=30404] ppid=30402 vsize=1525796 CPUtime=0.37
/proc/30404/stat : 30404 (java) S 30402 30404 30094 0 -1 4202496 5620 0 1 0 34 3 0 0 15 0 12 0 30548792 1562415104 5056 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30404/statm: 381449 5057 1360 10 0 378752 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1525796

[startup+0.700616 s]
/proc/loadavg: 1.00 1.01 1.00 3/106 30404
/proc/meminfo: memFree=1834360/2059040 swapFree=4140192/4192956
[pid=30404] ppid=30402 vsize=1529892 CPUtime=1.15
/proc/30404/stat : 30404 (java) S 30402 30404 30094 0 -1 4202496 9591 0 1 0 111 4 0 0 15 0 12 0 30548792 1566609408 7977 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30404/statm: 382473 7977 1404 10 0 379776 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1529892

[startup+1.50168 s]
/proc/loadavg: 1.24 1.06 1.02 5/118 30416
/proc/meminfo: memFree=1785904/2059040 swapFree=4140192/4192956
[pid=30404] ppid=30402 vsize=1541500 CPUtime=2.74
/proc/30404/stat : 30404 (java) S 30402 30404 30094 0 -1 4202496 24140 0 1 0 264 10 0 0 15 0 12 0 30548792 1578496000 21325 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30404/statm: 385375 21327 1406 10 0 382678 0
[pid=30404/tid=30406] ppid=30402 vsize=1541500 CPUtime=1.47
/proc/30404/task/30406/stat : 30406 (java) R 30402 30404 30094 0 -1 4202560 16689 0 1 0 139 8 0 0 18 0 12 0 30548794 1578496000 21330 1992294400 134512640 134550932 4286850592 18446744073709551615 4109111961 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30404/tid=30407] ppid=30402 vsize=1541500 CPUtime=0
/proc/30404/task/30407/stat : 30407 (java) S 30402 30404 30094 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 30548795 1578496000 21332 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30408] ppid=30402 vsize=1541500 CPUtime=0
/proc/30404/task/30408/stat : 30408 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30548795 1578496000 21337 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30409] ppid=30402 vsize=1541500 CPUtime=0
/proc/30404/task/30409/stat : 30409 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 30548797 1578496000 21339 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30410] ppid=30402 vsize=1541500 CPUtime=0
/proc/30404/task/30410/stat : 30410 (java) S 30402 30404 30094 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 30548798 1578496000 21339 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30411] ppid=30402 vsize=1541500 CPUtime=0
/proc/30404/task/30411/stat : 30411 (java) S 30402 30404 30094 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 30548798 1578496000 21339 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30412] ppid=30402 vsize=1541500 CPUtime=0
/proc/30404/task/30412/stat : 30412 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 30548802 1578496000 21339 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30413] ppid=30402 vsize=1541500 CPUtime=0.04
/proc/30404/task/30413/stat : 30413 (java) R 30402 30404 30094 0 -1 4202560 48 0 0 0 4 0 0 0 22 0 12 0 30548802 1578496000 21339 1992294400 134512640 134550932 4286850592 18446744073709551615 105529970 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30404/tid=30414] ppid=30402 vsize=1541500 CPUtime=1.21
/proc/30404/task/30414/stat : 30414 (java) R 30402 30404 30094 0 -1 4202560 6341 0 0 0 119 2 0 0 18 0 12 0 30548802 1578496000 21339 1992294400 134512640 134550932 4286850592 18446744073709551615 104164028 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30404/tid=30415] ppid=30402 vsize=1541500 CPUtime=0
/proc/30404/task/30415/stat : 30415 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 30548802 1578496000 21339 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30416] ppid=30402 vsize=1541500 CPUtime=0
/proc/30404/task/30416/stat : 30416 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30548802 1578496000 21339 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1541500

[startup+3.10881 s]
/proc/loadavg: 1.24 1.06 1.02 2/118 30416
/proc/meminfo: memFree=1692284/2059040 swapFree=4140192/4192956
[pid=30404] ppid=30402 vsize=1542184 CPUtime=5.01
/proc/30404/stat : 30404 (java) S 30402 30404 30094 0 -1 4202496 48054 0 1 0 479 22 0 0 15 0 15 0 30548792 1579196416 43959 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30404/statm: 385546 43959 1436 10 0 382849 0
[pid=30404/tid=30406] ppid=30402 vsize=1542184 CPUtime=2.65
/proc/30404/task/30406/stat : 30406 (java) S 30402 30404 30094 0 -1 4202560 32038 0 1 0 251 14 0 0 19 0 15 0 30548794 1579196416 43959 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30407] ppid=30402 vsize=1542184 CPUtime=0.14
/proc/30404/task/30407/stat : 30407 (java) S 30402 30404 30094 0 -1 4202560 3523 0 0 0 13 1 0 0 16 0 15 0 30548795 1579196416 43959 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30408] ppid=30402 vsize=1542184 CPUtime=0.14
/proc/30404/task/30408/stat : 30408 (java) S 30402 30404 30094 0 -1 4202560 3776 0 0 0 13 1 0 0 18 0 15 0 30548795 1579196416 43959 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30409] ppid=30402 vsize=1542184 CPUtime=0
/proc/30404/task/30409/stat : 30409 (java) S 30402 30404 30094 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 15 0 30548797 1579196416 43959 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30410] ppid=30402 vsize=1542184 CPUtime=0
/proc/30404/task/30410/stat : 30410 (java) S 30402 30404 30094 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 30548798 1579196416 43959 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30411] ppid=30402 vsize=1542184 CPUtime=0
/proc/30404/task/30411/stat : 30411 (java) S 30402 30404 30094 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 30548798 1579196416 43959 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30412] ppid=30402 vsize=1542184 CPUtime=0
/proc/30404/task/30412/stat : 30412 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 15 0 30548802 1579196416 43959 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30413] ppid=30402 vsize=1542184 CPUtime=0.27
/proc/30404/task/30413/stat : 30413 (java) R 30402 30404 30094 0 -1 4202560 183 0 0 0 27 0 0 0 15 0 15 0 30548802 1579196416 43959 1992294400 134512640 134550932 4286850592 18446744073709551615 104140949 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30404/tid=30414] ppid=30402 vsize=1542184 CPUtime=1.57
/proc/30404/task/30414/stat : 30414 (java) R 30402 30404 30094 0 -1 4202560 7437 0 0 0 155 2 0 0 17 0 15 0 30548802 1579196416 43959 1992294400 134512640 134550932 4286850592 18446744073709551615 106119659 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30404/tid=30415] ppid=30402 vsize=1542184 CPUtime=0
/proc/30404/task/30415/stat : 30415 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 30548802 1579196416 43959 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30416] ppid=30402 vsize=1542184 CPUtime=0
/proc/30404/task/30416/stat : 30416 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 15 0 30548802 1579196416 43959 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 1542184

[startup+6.30206 s]
/proc/loadavg: 1.24 1.06 1.02 3/122 30420
/proc/meminfo: memFree=1626656/2059040 swapFree=4140192/4192956
[pid=30404] ppid=30402 vsize=1542204 CPUtime=11.34
/proc/30404/stat : 30404 (java) S 30402 30404 30094 0 -1 4202496 59552 0 1 0 1106 28 0 0 15 0 16 0 30548792 1579216896 53331 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30404/statm: 385551 53331 1440 10 0 382854 0
[pid=30404/tid=30406] ppid=30402 vsize=1542204 CPUtime=2.65
/proc/30404/task/30406/stat : 30406 (java) S 30402 30404 30094 0 -1 4202560 32038 0 1 0 251 14 0 0 15 0 16 0 30548794 1579216896 53331 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30407] ppid=30402 vsize=1542204 CPUtime=0.64
/proc/30404/task/30407/stat : 30407 (java) S 30402 30404 30094 0 -1 4202560 8171 0 0 0 61 3 0 0 16 0 16 0 30548795 1579216896 53331 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30408] ppid=30402 vsize=1542204 CPUtime=0.63
/proc/30404/task/30408/stat : 30408 (java) S 30402 30404 30094 0 -1 4202560 9170 0 0 0 58 5 0 0 15 0 16 0 30548795 1579216896 53331 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30409] ppid=30402 vsize=1542204 CPUtime=0
/proc/30404/task/30409/stat : 30409 (java) S 30402 30404 30094 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 30548797 1579216896 53331 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30410] ppid=30402 vsize=1542204 CPUtime=0
/proc/30404/task/30410/stat : 30410 (java) S 30402 30404 30094 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30548798 1579216896 53331 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30411] ppid=30402 vsize=1542204 CPUtime=0
/proc/30404/task/30411/stat : 30411 (java) S 30402 30404 30094 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 30548798 1579216896 53331 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30412] ppid=30402 vsize=1542204 CPUtime=0
/proc/30404/task/30412/stat : 30412 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30548802 1579216896 53331 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30413] ppid=30402 vsize=1542204 CPUtime=1.49
/proc/30404/task/30413/stat : 30413 (java) S 30402 30404 30094 0 -1 4202560 1553 0 0 0 149 0 0 0 15 0 16 0 30548802 1579216896 53331 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30414] ppid=30402 vsize=1542204 CPUtime=2.2
/proc/30404/task/30414/stat : 30414 (java) S 30402 30404 30094 0 -1 4202560 7481 0 0 0 217 3 0 0 15 0 16 0 30548802 1579216896 53331 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30415] ppid=30402 vsize=1542204 CPUtime=0
/proc/30404/task/30415/stat : 30415 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30548802 1579216896 53331 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30416] ppid=30402 vsize=1542204 CPUtime=0
/proc/30404/task/30416/stat : 30416 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30548802 1579216896 53331 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30417] ppid=30402 vsize=1542204 CPUtime=2.12
/proc/30404/task/30417/stat : 30417 (java) R 30402 30404 30094 0 -1 4202560 33 0 0 0 212 0 0 0 16 0 16 0 30549078 1579216896 53331 1992294400 134512640 134550932 4286850592 18446744073709551615 4109541659 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30404/tid=30418] ppid=30402 vsize=1542204 CPUtime=1.54
/proc/30404/task/30418/stat : 30418 (java) R 30402 30404 30094 0 -1 4202560 26 0 0 0 154 0 0 0 17 0 16 0 30549078 1579216896 53331 1992294400 134512640 134550932 4286850592 18446744073709551615 4109112169 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30404/tid=30419] ppid=30402 vsize=1542204 CPUtime=0
/proc/30404/task/30419/stat : 30419 (java) S 30402 30404 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30549100 1579216896 53331 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30420] ppid=30402 vsize=1542204 CPUtime=0
/proc/30404/task/30420/stat : 30420 (java) S 30402 30404 30094 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30549109 1579216896 53331 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.34
Current children cumulated vsize (KiB) 1542204

[startup+12.7016 s]
/proc/loadavg: 1.51 1.13 1.04 4/122 30422
/proc/meminfo: memFree=1596896/2059040 swapFree=4140192/4192956
[pid=30404] ppid=30402 vsize=1542328 CPUtime=23.52
/proc/30404/stat : 30404 (java) S 30402 30404 30094 0 -1 4202496 68965 0 1 0 2319 33 0 0 15 0 16 0 30548792 1579343872 60986 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30404/statm: 385582 60986 1449 10 0 382885 0
[pid=30404/tid=30406] ppid=30402 vsize=1542328 CPUtime=2.65
/proc/30404/task/30406/stat : 30406 (java) S 30402 30404 30094 0 -1 4202560 32038 0 1 0 251 14 0 0 15 0 16 0 30548794 1579343872 60986 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30407] ppid=30402 vsize=1542328 CPUtime=0.87
/proc/30404/task/30407/stat : 30407 (java) S 30402 30404 30094 0 -1 4202560 12062 0 0 0 83 4 0 0 16 0 16 0 30548795 1579343872 60986 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30408] ppid=30402 vsize=1542328 CPUtime=0.86
/proc/30404/task/30408/stat : 30408 (java) S 30402 30404 30094 0 -1 4202560 14266 0 0 0 78 8 0 0 15 0 16 0 30548795 1579343872 60986 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30409] ppid=30402 vsize=1542328 CPUtime=0.49
/proc/30404/task/30409/stat : 30409 (java) S 30402 30404 30094 0 -1 4202560 297 0 0 0 49 0 0 0 16 0 16 0 30548797 1579343872 60986 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30410] ppid=30402 vsize=1542328 CPUtime=0
/proc/30404/task/30410/stat : 30410 (java) S 30402 30404 30094 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30548798 1579343872 60986 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30411] ppid=30402 vsize=1542328 CPUtime=0
/proc/30404/task/30411/stat : 30411 (java) S 30402 30404 30094 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 30548798 1579343872 60986 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30412] ppid=30402 vsize=1542328 CPUtime=0
/proc/30404/task/30412/stat : 30412 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30548802 1579343872 60986 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30413] ppid=30402 vsize=1542328 CPUtime=1.69
/proc/30404/task/30413/stat : 30413 (java) S 30402 30404 30094 0 -1 4202560 1641 0 0 0 169 0 0 0 15 0 16 0 30548802 1579343872 60986 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30414] ppid=30402 vsize=1542328 CPUtime=2.49
/proc/30404/task/30414/stat : 30414 (java) S 30402 30404 30094 0 -1 4202560 7504 0 0 0 246 3 0 0 15 0 16 0 30548802 1579343872 60986 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30415] ppid=30402 vsize=1542328 CPUtime=0
/proc/30404/task/30415/stat : 30415 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30548802 1579343872 60986 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30416] ppid=30402 vsize=1542328 CPUtime=0
/proc/30404/task/30416/stat : 30416 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 30548802 1579343872 60986 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30417] ppid=30402 vsize=1542328 CPUtime=7.53
/proc/30404/task/30417/stat : 30417 (java) R 30402 30404 30094 0 -1 4202560 48 0 0 0 753 0 0 0 16 0 16 0 30549078 1579343872 60986 1992294400 134512640 134550932 4286850592 18446744073709551615 4109818436 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30404/tid=30418] ppid=30402 vsize=1542328 CPUtime=6.85
/proc/30404/task/30418/stat : 30418 (java) R 30402 30404 30094 0 -1 4202560 36 0 0 0 685 0 0 0 18 0 16 0 30549078 1579343872 60986 1992294400 134512640 134550932 4286850592 18446744073709551615 4109112359 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30404/tid=30419] ppid=30402 vsize=1542328 CPUtime=0
/proc/30404/task/30419/stat : 30419 (java) S 30402 30404 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30549100 1579343872 60986 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30420] ppid=30402 vsize=1542328 CPUtime=0
/proc/30404/task/30420/stat : 30420 (java) S 30402 30404 30094 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30549109 1579343872 60986 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.52
Current children cumulated vsize (KiB) 1542328

[startup+25.5014 s]
/proc/loadavg: 1.66 1.17 1.05 3/122 30422
/proc/meminfo: memFree=1578296/2059040 swapFree=4140192/4192956
[pid=30404] ppid=30402 vsize=1542576 CPUtime=48.05
/proc/30404/stat : 30404 (java) S 30402 30404 30094 0 -1 4202496 73872 0 1 0 4770 35 0 0 15 0 16 0 30548792 1579597824 65107 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/30404/statm: 385663 122352 1449 10 0 382966 0
[pid=30404/tid=30406] ppid=30402 vsize=1542652 CPUtime=2.66
/proc/30404/task/30406/stat : 30406 (java) S 30402 30404 30094 0 -1 4202560 32053 0 1 0 252 14 0 0 15 0 16 0 30548794 1579675648 122352 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30407] ppid=30402 vsize=1542652 CPUtime=7.97
/proc/30404/task/30407/stat : 30407 (java) S 30402 30404 30094 0 -1 4202560 49376 0 0 0 755 42 0 0 15 0 16 0 30548795 1579675648 122352 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30408] ppid=30402 vsize=1542652 CPUtime=7.98
/proc/30404/task/30408/stat : 30408 (java) S 30402 30404 30094 0 -1 4202560 46499 0 0 0 759 39 0 0 15 0 16 0 30548795 1579675648 122352 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30409] ppid=30402 vsize=1542652 CPUtime=68.9
/proc/30404/task/30409/stat : 30409 (java) S 30402 30404 30094 0 -1 4202560 15165 0 0 0 6868 22 0 0 15 0 16 0 30548797 1579675648 122352 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30410] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30410/stat : 30410 (java) S 30402 30404 30094 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30548798 1579675648 122352 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30411] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30411/stat : 30411 (java) S 30402 30404 30094 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 30548798 1579675648 122352 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30412] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30412/stat : 30412 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30548802 1579675648 122352 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30413] ppid=30402 vsize=1542652 CPUtime=2.24
/proc/30404/task/30413/stat : 30413 (java) S 30402 30404 30094 0 -1 4202560 2703 0 0 0 224 0 0 0 15 0 16 0 30548802 1579675648 122352 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30414] ppid=30402 vsize=1542652 CPUtime=2.49
/proc/30404/task/30414/stat : 30414 (java) S 30402 30404 30094 0 -1 4202560 7504 0 0 0 246 3 0 0 15 0 16 0 30548802 1579675648 122352 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30415] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30415/stat : 30415 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30548802 1579675648 122352 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30416] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30416/stat : 30416 (java) S 30402 30404 30094 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 30548802 1579675648 122352 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30417] ppid=30402 vsize=1542652 CPUtime=738.4
/proc/30404/task/30417/stat : 30417 (java) R 30402 30404 30094 0 -1 4202560 296 0 0 0 73821 19 0 0 25 0 16 0 30549078 1579675648 122352 1992294400 134512640 134550932 4286850592 18446744073709551615 4109110420 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30404/tid=30418] ppid=30402 vsize=1542652 CPUtime=732.33
/proc/30404/task/30418/stat : 30418 (java) R 30402 30404 30094 0 -1 4202560 199 0 0 0 73227 6 0 0 25 0 16 0 30549078 1579675648 122352 1992294400 134512640 134550932 4286850592 18446744073709551615 4109523354 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30404/tid=30419] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30419/stat : 30419 (java) S 30402 30404 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30549100 1579675648 122352 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30420] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30420/stat : 30420 (java) S 30402 30404 30094 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30549109 1579675648 122352 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1563.07
Current children cumulated vsize (KiB) 1542652

[startup+882.31 s]
/proc/loadavg: 2.10 2.01 1.62 3/122 30447
/proc/meminfo: memFree=1333272/2059040 swapFree=4140192/4192956
[pid=30404] ppid=30402 vsize=1542652 CPUtime=1679.75
/proc/30404/stat : 30404 (java) S 30402 30404 30094 0 -1 4202496 159028 0 1 0 167811 164 0 0 15 0 16 0 30548792 1579675648 125858 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30404/statm: 385663 125858 1449 10 0 382966 0
[pid=30404/tid=30406] ppid=30402 vsize=1542652 CPUtime=2.66
/proc/30404/task/30406/stat : 30406 (java) S 30402 30404 30094 0 -1 4202560 32054 0 1 0 252 14 0 0 15 0 16 0 30548794 1579675648 125858 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30407] ppid=30402 vsize=1542652 CPUtime=8.27
/proc/30404/task/30407/stat : 30407 (java) S 30402 30404 30094 0 -1 4202560 51427 0 0 0 783 44 0 0 16 0 16 0 30548795 1579675648 125858 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30408] ppid=30402 vsize=1542652 CPUtime=8.27
/proc/30404/task/30408/stat : 30408 (java) S 30402 30404 30094 0 -1 4202560 48530 0 0 0 786 41 0 0 15 0 16 0 30548795 1579675648 125858 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30409] ppid=30402 vsize=1542652 CPUtime=71.73
/proc/30404/task/30409/stat : 30409 (java) S 30402 30404 30094 0 -1 4202560 15169 0 0 0 7142 31 0 0 16 0 16 0 30548797 1579675648 125858 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30410] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30410/stat : 30410 (java) S 30402 30404 30094 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30548798 1579675648 125858 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30411] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30411/stat : 30411 (java) S 30402 30404 30094 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 30548798 1579675648 125858 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30412] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30412/stat : 30412 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30548802 1579675648 125858 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30413] ppid=30402 vsize=1542652 CPUtime=2.24
/proc/30404/task/30413/stat : 30413 (java) S 30402 30404 30094 0 -1 4202560 2703 0 0 0 224 0 0 0 15 0 16 0 30548802 1579675648 125858 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30414] ppid=30402 vsize=1542652 CPUtime=2.49
/proc/30404/task/30414/stat : 30414 (java) S 30402 30404 30094 0 -1 4202560 7504 0 0 0 246 3 0 0 15 0 16 0 30548802 1579675648 125858 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30415] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30415/stat : 30415 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30548802 1579675648 125858 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30416] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30416/stat : 30416 (java) S 30402 30404 30094 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 30548802 1579675648 125858 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30417] ppid=30402 vsize=1542652 CPUtime=795.18
/proc/30404/task/30417/stat : 30417 (java) R 30402 30404 30094 0 -1 4202560 307 0 0 0 79498 20 0 0 25 0 16 0 30549078 1579675648 125858 1992294400 134512640 134550932 4286850592 18446744073709551615 4109541975 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30404/tid=30418] ppid=30402 vsize=1542652 CPUtime=788.82
/proc/30404/task/30418/stat : 30418 (java) R 30402 30404 30094 0 -1 4202560 209 0 0 0 78875 7 0 0 25 0 16 0 30549078 1579675648 125858 1992294400 134512640 134550932 4286850592 18446744073709551615 4109643382 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30404/tid=30419] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30419/stat : 30419 (java) S 30402 30404 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30549100 1579675648 125858 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30420] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30420/stat : 30420 (java) S 30402 30404 30094 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30549109 1579675648 125858 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1679.75
Current children cumulated vsize (KiB) 1542652

[startup+942.302 s]
/proc/loadavg: 1.99 1.99 1.63 3/122 30449
/proc/meminfo: memFree=1329428/2059040 swapFree=4140192/4192956
[pid=30404] ppid=30402 vsize=1542652 CPUtime=1797.07
/proc/30404/stat : 30404 (java) S 30402 30404 30094 0 -1 4202496 160244 0 1 0 179534 173 0 0 15 0 16 0 30548792 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30404/statm: 385663 126808 1449 10 0 382966 0
[pid=30404/tid=30406] ppid=30402 vsize=1542652 CPUtime=2.66
/proc/30404/task/30406/stat : 30406 (java) S 30402 30404 30094 0 -1 4202560 32054 0 1 0 252 14 0 0 15 0 16 0 30548794 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30407] ppid=30402 vsize=1542652 CPUtime=8.63
/proc/30404/task/30407/stat : 30407 (java) S 30402 30404 30094 0 -1 4202560 51904 0 0 0 819 44 0 0 16 0 16 0 30548795 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30408] ppid=30402 vsize=1542652 CPUtime=8.64
/proc/30404/task/30408/stat : 30408 (java) S 30402 30404 30094 0 -1 4202560 49239 0 0 0 822 42 0 0 15 0 16 0 30548795 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30409] ppid=30402 vsize=1542652 CPUtime=73.92
/proc/30404/task/30409/stat : 30409 (java) S 30402 30404 30094 0 -1 4202560 15173 0 0 0 7355 37 0 0 15 0 16 0 30548797 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30410] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30410/stat : 30410 (java) S 30402 30404 30094 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30548798 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30411] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30411/stat : 30411 (java) S 30402 30404 30094 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 30548798 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30412] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30412/stat : 30412 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30548802 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30413] ppid=30402 vsize=1542652 CPUtime=2.24
/proc/30404/task/30413/stat : 30413 (java) S 30402 30404 30094 0 -1 4202560 2703 0 0 0 224 0 0 0 15 0 16 0 30548802 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30414] ppid=30402 vsize=1542652 CPUtime=2.49
/proc/30404/task/30414/stat : 30414 (java) S 30402 30404 30094 0 -1 4202560 7504 0 0 0 246 3 0 0 15 0 16 0 30548802 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30415] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30415/stat : 30415 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30548802 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30416] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30416/stat : 30416 (java) S 30402 30404 30094 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 30548802 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30417] ppid=30402 vsize=1542652 CPUtime=852.58
/proc/30404/task/30417/stat : 30417 (java) R 30402 30404 30094 0 -1 4202560 322 0 0 0 85238 20 0 0 25 0 16 0 30549078 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4109819176 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30404/tid=30418] ppid=30402 vsize=1542652 CPUtime=845.8
/proc/30404/task/30418/stat : 30418 (java) R 30402 30404 30094 0 -1 4202560 216 0 0 0 84573 7 0 0 25 0 16 0 30549078 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4109523354 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30404/tid=30419] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30419/stat : 30419 (java) S 30402 30404 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30549100 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30420] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30420/stat : 30420 (java) S 30402 30404 30094 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30549109 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1797.07
Current children cumulated vsize (KiB) 1542652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+943.802 s]
/proc/loadavg: 1.99 1.99 1.63 3/122 30449
/proc/meminfo: memFree=1329428/2059040 swapFree=4140192/4192956
[pid=30404] ppid=30402 vsize=1542652 CPUtime=1800.07
/proc/30404/stat : 30404 (java) S 30402 30404 30094 0 -1 4202496 160244 0 1 0 179834 173 0 0 15 0 16 0 30548792 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30404/statm: 385663 126808 1449 10 0 382966 0
[pid=30404/tid=30406] ppid=30402 vsize=1542652 CPUtime=2.66
/proc/30404/task/30406/stat : 30406 (java) S 30402 30404 30094 0 -1 4202560 32054 0 1 0 252 14 0 0 15 0 16 0 30548794 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30407] ppid=30402 vsize=1542652 CPUtime=8.63
/proc/30404/task/30407/stat : 30407 (java) S 30402 30404 30094 0 -1 4202560 51904 0 0 0 819 44 0 0 16 0 16 0 30548795 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30408] ppid=30402 vsize=1542652 CPUtime=8.64
/proc/30404/task/30408/stat : 30408 (java) S 30402 30404 30094 0 -1 4202560 49239 0 0 0 822 42 0 0 15 0 16 0 30548795 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30409] ppid=30402 vsize=1542652 CPUtime=73.92
/proc/30404/task/30409/stat : 30409 (java) S 30402 30404 30094 0 -1 4202560 15173 0 0 0 7355 37 0 0 15 0 16 0 30548797 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 0 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30410] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30410/stat : 30410 (java) S 30402 30404 30094 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 30548798 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30411] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30411/stat : 30411 (java) S 30402 30404 30094 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 30548798 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30412] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30412/stat : 30412 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 30548802 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30413] ppid=30402 vsize=1542652 CPUtime=2.24
/proc/30404/task/30413/stat : 30413 (java) S 30402 30404 30094 0 -1 4202560 2703 0 0 0 224 0 0 0 15 0 16 0 30548802 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30414] ppid=30402 vsize=1542652 CPUtime=2.49
/proc/30404/task/30414/stat : 30414 (java) S 30402 30404 30094 0 -1 4202560 7504 0 0 0 246 3 0 0 15 0 16 0 30548802 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30415] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30415/stat : 30415 (java) S 30402 30404 30094 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 30548802 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
[pid=30404/tid=30416] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30416/stat : 30416 (java) S 30402 30404 30094 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 30548802 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30417] ppid=30402 vsize=1542652 CPUtime=854.1
/proc/30404/task/30417/stat : 30417 (java) R 30402 30404 30094 0 -1 4202560 322 0 0 0 85390 20 0 0 25 0 16 0 30549078 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4109818424 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30404/tid=30418] ppid=30402 vsize=1542652 CPUtime=847.29
/proc/30404/task/30418/stat : 30418 (java) R 30402 30404 30094 0 -1 4202560 216 0 0 0 84722 7 0 0 25 0 16 0 30549078 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4109523360 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30404/tid=30419] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30419/stat : 30419 (java) S 30402 30404 30094 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 30549100 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 1 0 0 0
[pid=30404/tid=30420] ppid=30402 vsize=1542652 CPUtime=0
/proc/30404/task/30420/stat : 30420 (java) S 30402 30404 30094 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 30549109 1579675648 126808 1992294400 134512640 134550932 4286850592 18446744073709551615 4294960144 0 4 0 16800975 18446604437838726400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1542652

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

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

[startup+943.924 s]
/proc/loadavg: 1.99 1.99 1.63 3/122 30449
/proc/meminfo: memFree=1329428/2059040 swapFree=4140192/4192956
[pid=30404] ppid=30402 vsize=0 CPUtime=1800.27
/proc/30404/stat : 30404 (java) Z 30402 30404 30094 0 -1 4203548 160298 0 1 0 179853 174 0 0 15 0 2 0 30548792 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30404/statm: 0 0 0 0 0 0 0
[pid=30404/tid=30417] ppid=30402 vsize=0 CPUtime=854.17
/proc/30404/task/30417/stat : 30417 (java) R 30402 30404 30094 0 -1 4203588 322 0 0 0 85396 21 0 0 25 0 2 0 30549078 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.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 943.965
CPU time (s): 1800.32
CPU user time (s): 1798.54
CPU system time (s): 1.78673
CPU usage (%): 190.719
Max. virtual memory (cumulated for all children) (KiB): 1545944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.54
system time used= 1.78673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160298
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= 26229
involuntary context switches= 50969

runsolver used 4.26235 second user time and 7.66183 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-14 23:04:09
IDJOB=2662389
IDBENCH=2415
IDSOLVER=1166
FILE ID=node003/2662389-1276549448
PBS_JOBID= 11173480
Free space on /tmp= 62572 MiB

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

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

MD5SUM BENCH= 459c1d0101a0e61c9c386c9d02f149df
RANDOM SEED=987755859

node003.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.251
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.251
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:       1834756 kB
Buffers:         35436 kB
Cached:         110576 kB
SwapCached:       5848 kB
Active:          69616 kB
Inactive:        89000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1834756 kB
SwapTotal:     4192956 kB
SwapFree:      4140192 kB
Dirty:            2964 kB
Writeback:           0 kB
AnonPages:       11172 kB
Mapped:          13004 kB
Slab:            43708 kB
PageTables:       3876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183132 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= 62572 MiB
End job on node003 at 2010-06-14 23:19:54