Trace number 2662399

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.38 922.059

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-qiu.opb
MD5SUM42437a98f8f475fdcbcf3676beea9d9f
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23808
Total number of constraints1192
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 constraints1192
Minimum length of a constraint31
Maximum length of a constraint5940
Number of terms in the objective function 7968
Biggest coefficient in the objective function 9098351345664
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 4803935111035752
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 9098351345664
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 4803935111035752
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.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.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/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@4413ee
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@1cb25f1
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-2662399-1276568124.opb
0.21/0.22	c reading problem ... 
3.04/1.78	c ... done. Wall clock time 1.551s.
3.04/1.78	c #vars     23808
3.04/1.78	c #constraints  16228
3.04/1.78	c constraints type 
3.04/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1324
3.04/1.78	c constraints type 
3.04/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1324
20.01/10.32	c cleaning 2498 clauses out of 5000 with flag 5000/5000
27.42/14.13	c cleaning 4247 clauses out of 8503 with flag 11001/11001
35.65/18.38	c cleaning 5628 clauses out of 11255 with flag 18000/18000
45.06/23.13	c cleaning 6811 clauses out of 13628 with flag 26001/26001
56.82/29.11	c cleaning 7909 clauses out of 15817 with flag 35001/35001
73.97/37.85	c cleaning 8951 clauses out of 17907 with flag 45000/45000
89.33/45.67	c cleaning 9478 clauses out of 18956 with flag 55000/55000
103.11/52.69	c cleaning 9737 clauses out of 19479 with flag 65001/65001
116.05/59.30	c cleaning 9871 clauses out of 19741 with flag 75000/75000
129.83/66.21	c cleaning 9935 clauses out of 19870 with flag 85000/85000
143.39/73.17	c cleaning 9966 clauses out of 19935 with flag 95000/95000
155.93/79.56	c cleaning 9984 clauses out of 19969 with flag 105000/105000
166.85/85.17	c cleaning 9988 clauses out of 19986 with flag 115001/115001
177.84/90.72	c cleaning 9997 clauses out of 19998 with flag 125001/125001
189.60/96.74	c cleaning 9997 clauses out of 20000 with flag 135000/135000
200.95/102.50	c cleaning 9998 clauses out of 20003 with flag 145000/145000
213.49/108.91	c cleaning 9999 clauses out of 20005 with flag 155000/155000
226.02/115.39	c cleaning 10001 clauses out of 20007 with flag 165001/165001
238.59/121.73	c cleaning 10001 clauses out of 20006 with flag 175001/175001
251.56/128.32	c cleaning 10002 clauses out of 20005 with flag 185001/185001
266.25/135.80	c cleaning 10000 clauses out of 20003 with flag 195001/195001
279.42/142.53	c cleaning 10000 clauses out of 20002 with flag 205000/205000
291.78/148.88	c cleaning 9999 clauses out of 20003 with flag 215001/215001
304.90/155.58	c cleaning 10002 clauses out of 20003 with flag 225000/225000
319.76/163.13	c cleaning 9997 clauses out of 20001 with flag 235000/235000
331.69/169.21	c cleaning 9998 clauses out of 20004 with flag 245000/245000
343.85/175.43	c cleaning 10001 clauses out of 20007 with flag 255001/255001
358.95/183.15	c cleaning 10000 clauses out of 20005 with flag 265000/265000
371.45/189.59	c cleaning 9999 clauses out of 20005 with flag 275000/275000
382.83/195.37	c cleaning 9998 clauses out of 20006 with flag 285000/285000
393.98/201.08	c cleaning 10003 clauses out of 20008 with flag 295000/295000
407.94/208.16	c cleaning 10002 clauses out of 20006 with flag 305001/305001
421.24/214.97	c cleaning 9998 clauses out of 20004 with flag 315001/315001
438.17/223.53	c cleaning 10004 clauses out of 20007 with flag 325002/325002
451.92/230.54	c cleaning 10000 clauses out of 20002 with flag 335001/335001
467.02/238.25	c cleaning 10001 clauses out of 20002 with flag 345001/345001
480.73/245.25	c cleaning 9999 clauses out of 20000 with flag 355000/355000
495.05/252.55	c cleaning 10000 clauses out of 20002 with flag 365001/365001
509.76/260.01	c cleaning 10002 clauses out of 20003 with flag 375002/375002
520.89/265.79	c cleaning 9997 clauses out of 20000 with flag 385001/385001
533.37/272.15	c cleaning 9996 clauses out of 20003 with flag 395001/395001
547.69/279.45	c cleaning 10002 clauses out of 20007 with flag 405001/405001
561.01/286.27	c cleaning 9997 clauses out of 20005 with flag 415001/415001
573.74/292.72	c cleaning 10005 clauses out of 20010 with flag 425003/425003
592.17/302.12	c cleaning 9999 clauses out of 20003 with flag 435001/435001
606.66/309.53	c cleaning 9999 clauses out of 20004 with flag 445001/445001
618.79/315.80	c cleaning 9995 clauses out of 20004 with flag 455000/455000
630.89/321.96	c cleaning 9996 clauses out of 20010 with flag 465001/465001
640.80/327.01	c cleaning 10002 clauses out of 20014 with flag 475001/475001
650.93/332.27	c cleaning 10001 clauses out of 20012 with flag 485001/485001
661.67/337.72	c cleaning 10001 clauses out of 20011 with flag 495001/495001
671.38/342.79	c cleaning 9997 clauses out of 20010 with flag 505001/505001
681.88/348.10	c cleaning 9998 clauses out of 20012 with flag 515000/515000
693.40/354.00	c cleaning 10003 clauses out of 20014 with flag 525000/525000
704.91/359.97	c cleaning 10002 clauses out of 20011 with flag 535000/535000
715.64/365.42	c cleaning 10001 clauses out of 20009 with flag 545000/545000
725.53/370.57	c cleaning 10001 clauses out of 20009 with flag 555001/555001
735.07/375.46	c cleaning 10003 clauses out of 20009 with flag 565002/565002
745.59/380.80	c cleaning 9997 clauses out of 20007 with flag 575003/575003
756.31/386.38	c cleaning 9999 clauses out of 20007 with flag 585000/585000
775.15/395.99	c cleaning 9997 clauses out of 20008 with flag 595000/595000
795.18/406.19	c cleaning 10001 clauses out of 20011 with flag 605000/605000
816.01/416.72	c cleaning 10005 clauses out of 20011 with flag 615001/615001
836.46/427.16	c cleaning 9999 clauses out of 20005 with flag 625000/625000
854.70/436.47	c cleaning 10003 clauses out of 20006 with flag 635000/635000
868.39/443.46	c cleaning 10001 clauses out of 20003 with flag 645000/645000
881.67/450.27	c cleaning 10000 clauses out of 20003 with flag 655001/655001
893.58/456.38	c cleaning 9999 clauses out of 20003 with flag 665001/665001
905.22/462.36	c cleaning 9998 clauses out of 20003 with flag 675000/675000
917.34/468.59	c cleaning 10000 clauses out of 20006 with flag 685001/685001
928.61/474.31	c cleaning 10003 clauses out of 20005 with flag 695000/695000
945.08/482.70	c cleaning 9997 clauses out of 20002 with flag 705000/705000
959.33/490.04	c cleaning 9997 clauses out of 20006 with flag 715001/715001
971.82/496.46	c cleaning 10003 clauses out of 20009 with flag 725001/725001
981.52/501.44	c cleaning 10003 clauses out of 20005 with flag 735000/735000
992.04/506.82	c cleaning 10000 clauses out of 20003 with flag 745001/745001
1001.73/511.86	c cleaning 9999 clauses out of 20002 with flag 755000/755000
1011.65/517.00	c cleaning 10001 clauses out of 20004 with flag 765001/765001
1021.13/521.80	c cleaning 9999 clauses out of 20003 with flag 775001/775001
1035.22/529.06	c cleaning 9999 clauses out of 20005 with flag 785002/785002
1052.03/537.65	c cleaning 9994 clauses out of 20004 with flag 795000/795000
1066.68/545.14	c cleaning 10001 clauses out of 20011 with flag 805001/805001
1077.56/550.72	c cleaning 10003 clauses out of 20009 with flag 815000/815000
1089.06/556.70	c cleaning 10000 clauses out of 20006 with flag 825000/825000
1100.09/562.36	c cleaning 9997 clauses out of 20006 with flag 835000/835000
1113.74/569.35	c cleaning 10000 clauses out of 20010 with flag 845001/845001
1125.44/575.37	c cleaning 9997 clauses out of 20009 with flag 855000/855000
1138.10/581.83	c cleaning 10003 clauses out of 20014 with flag 865002/865002
1150.72/588.37	c cleaning 10002 clauses out of 20009 with flag 875000/875000
1163.00/594.65	c cleaning 9998 clauses out of 20008 with flag 885001/885001
1179.22/602.99	c cleaning 9998 clauses out of 20010 with flag 895001/895001
1193.67/610.31	c cleaning 10003 clauses out of 20011 with flag 905000/905000
1211.07/619.28	c cleaning 9997 clauses out of 20008 with flag 915000/915000
1224.31/626.03	c cleaning 10001 clauses out of 20013 with flag 925002/925002
1236.18/632.16	c cleaning 9998 clauses out of 20010 with flag 935000/935000
1251.41/639.95	c cleaning 10002 clauses out of 20012 with flag 945000/945000
1267.42/648.16	c cleaning 10001 clauses out of 20010 with flag 955000/955000
1283.44/656.37	c cleaning 10003 clauses out of 20010 with flag 965001/965001
1299.29/664.45	c cleaning 9996 clauses out of 20006 with flag 975000/975000
1313.71/671.83	c cleaning 10003 clauses out of 20011 with flag 985001/985001
1327.15/678.79	c cleaning 10000 clauses out of 20008 with flag 995001/995001
1341.76/686.29	c cleaning 9999 clauses out of 20007 with flag 1005000/1005000
1355.61/693.36	c cleaning 10002 clauses out of 20009 with flag 1015001/1015001
1373.80/702.61	c cleaning 9999 clauses out of 20007 with flag 1025001/1025001
1390.77/711.35	c cleaning 9999 clauses out of 20007 with flag 1035000/1035000
1407.98/720.13	c cleaning 9996 clauses out of 20008 with flag 1045000/1045000
1422.00/727.37	c cleaning 10000 clauses out of 20012 with flag 1055000/1055000
1433.25/733.13	c cleaning 10001 clauses out of 20012 with flag 1065000/1065000
1448.62/741.04	c cleaning 9996 clauses out of 20012 with flag 1075001/1075001
1465.62/749.71	c cleaning 10003 clauses out of 20016 with flag 1085001/1085001
1479.06/756.68	c cleaning 10004 clauses out of 20013 with flag 1095001/1095001
1495.08/764.83	c cleaning 9999 clauses out of 20008 with flag 1105000/1105000
1511.84/773.46	c cleaning 10001 clauses out of 20009 with flag 1115000/1115000
1527.25/781.36	c cleaning 10000 clauses out of 20008 with flag 1125000/1125000
1542.65/789.26	c cleaning 10000 clauses out of 20009 with flag 1135001/1135001
1555.69/795.94	c cleaning 9998 clauses out of 20008 with flag 1145000/1145000
1573.83/805.23	c cleaning 9999 clauses out of 20010 with flag 1155000/1155000
1589.63/813.35	c cleaning 10001 clauses out of 20011 with flag 1165000/1165000
1602.65/820.02	c cleaning 10001 clauses out of 20011 with flag 1175001/1175001
1615.26/826.59	c cleaning 9998 clauses out of 20010 with flag 1185001/1185001
1629.03/833.64	c cleaning 10002 clauses out of 20011 with flag 1195000/1195000
1641.48/840.01	c cleaning 9999 clauses out of 20009 with flag 1205000/1205000
1652.72/845.87	c cleaning 10001 clauses out of 20011 with flag 1215001/1215001
1664.15/851.74	c cleaning 10002 clauses out of 20009 with flag 1225000/1225000
1675.34/857.52	c cleaning 10004 clauses out of 20008 with flag 1235001/1235001
1687.78/863.95	c cleaning 10000 clauses out of 20003 with flag 1245000/1245000
1699.62/870.02	c cleaning 10001 clauses out of 20005 with flag 1255002/1255002
1711.84/876.33	c cleaning 9995 clauses out of 20002 with flag 1265000/1265000
1722.85/882.02	c cleaning 9998 clauses out of 20007 with flag 1275000/1275000
1733.91/887.78	c cleaning 10002 clauses out of 20009 with flag 1285000/1285000
1745.92/893.94	c cleaning 10004 clauses out of 20007 with flag 1295000/1295000
1757.18/899.76	c cleaning 9997 clauses out of 20003 with flag 1305000/1305000
1767.99/905.34	c cleaning 10001 clauses out of 20007 with flag 1315001/1315001
1778.63/910.88	c cleaning 9997 clauses out of 20005 with flag 1325000/1325000
1790.45/916.93	c cleaning 10001 clauses out of 20009 with flag 1335001/1335001
1800.11/921.91	c starts		: 202
1800.11/921.91	c conflicts		: 1343033
1800.11/921.91	c decisions		: 1351427
1800.11/921.91	c propagations		: 12166559
1800.11/921.91	c inspects		: 1367570560
1800.11/921.91	c learnt literals	: 0
1800.11/921.91	c learnt binary clauses	: 0
1800.11/921.91	c learnt ternary clauses	: 28
1800.11/921.92	c learnt clauses	: 1343033
1800.11/921.92	c ignored clauses	: 0
1800.11/921.92	c root simplifications	: 0
1800.11/921.92	c removed literals (reason simplification)	: 19168232
1800.11/921.92	c reason swapping (by a shorter reason)	: 0
1800.11/921.92	c Calls to reduceDB	: 135
1800.11/921.92	c number of reductions to clauses (during analyze)	: 0
1800.11/921.92	c number of learned constraints concerned by reduction	: 0
1800.11/921.92	c number of learning phase by resolution	: 0
1800.11/921.92	c number of learning phase by cutting planes	: 0
1800.11/921.92	c speed (assignments/second)	: 13222.537271583175
1800.11/921.92	c non guided choices	0
1800.11/921.98	c learnt constraints type 
1800.11/921.98	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18056
1800.11/921.98	c constraints type 
1800.11/921.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1324
1800.11/921.98	c constraints type 
1800.11/921.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1324
1800.11/921.98	s UNKNOWN
1800.11/921.98	c Total wall clock time (in seconds): 921.757

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-2662399-1276568124/watcher-2662399-1276568124 -o /tmp/evaluation-result-2662399-1276568124/solver-2662399-1276568124 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662399-1276568124.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.10 1.14 1.07 3/106 32186
/proc/meminfo: memFree=1746168/2059040 swapFree=4164948/4192956
[pid=32186] ppid=32184 vsize=392 CPUtime=0
/proc/32186/stat : 32186 (java6) S 32184 32186 30740 0 -1 4194304 121 0 0 0 0 0 0 0 19 0 1 0 32416114 401408 40 1992294400 134512640 134550932 4290604288 18446744073709551615 8782420 0 2147483391 4096 0 18446744071699391678 0 0 17 1 0 0 0
/proc/32186/statm: 98 40 32 10 0 25 0

[startup+0.0676759 s]
/proc/loadavg: 1.10 1.14 1.07 3/106 32186
/proc/meminfo: memFree=1746168/2059040 swapFree=4164948/4192956
[pid=32186] ppid=32184 vsize=1521796 CPUtime=0.04
/proc/32186/stat : 32186 (java) S 32184 32186 30740 0 -1 4202496 3663 0 1 0 3 1 0 0 15 0 7 0 32416114 1558319104 3104 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 380449 3105 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521796

[startup+0.100676 s]
/proc/loadavg: 1.10 1.14 1.07 3/106 32186
/proc/meminfo: memFree=1746168/2059040 swapFree=4164948/4192956
[pid=32186] ppid=32184 vsize=1524020 CPUtime=0.08
/proc/32186/stat : 32186 (java) S 32184 32186 30740 0 -1 4202496 3935 0 1 0 6 2 0 0 15 0 12 0 32416114 1560596480 3374 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 381005 3374 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.300675 s]
/proc/loadavg: 1.10 1.14 1.07 3/106 32186
/proc/meminfo: memFree=1746168/2059040 swapFree=4164948/4192956
[pid=32186] ppid=32184 vsize=1526784 CPUtime=0.36
/proc/32186/stat : 32186 (java) S 32184 32186 30740 0 -1 4202496 5641 0 1 0 33 3 0 0 15 0 12 0 32416114 1563426816 5078 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 381696 5078 1360 10 0 378999 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526784

[startup+0.700673 s]
/proc/loadavg: 1.10 1.14 1.07 3/106 32186
/proc/meminfo: memFree=1746168/2059040 swapFree=4164948/4192956
[pid=32186] ppid=32184 vsize=1528472 CPUtime=1.14
/proc/32186/stat : 32186 (java) S 32184 32186 30740 0 -1 4202496 8554 0 1 0 110 4 0 0 15 0 12 0 32416114 1565155328 7991 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 382118 7991 1405 10 0 379421 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1528472

[startup+1.50167 s]
/proc/loadavg: 1.10 1.14 1.07 5/118 32198
/proc/meminfo: memFree=1700068/2059040 swapFree=4164948/4192956
[pid=32186] ppid=32184 vsize=1539964 CPUtime=2.73
/proc/32186/stat : 32186 (java) S 32184 32186 30740 0 -1 4202496 24400 0 1 0 262 11 0 0 15 0 12 0 32416114 1576923136 22301 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 384991 22301 1406 10 0 382294 0
[pid=32186/tid=32188] ppid=32184 vsize=1539964 CPUtime=1.46
/proc/32186/task/32188/stat : 32188 (java) R 32184 32186 30740 0 -1 4202560 17925 0 1 0 138 8 0 0 25 0 12 0 32416116 1576923136 22301 1992294400 134512640 134550932 4292889536 18446744073709551615 4109248632 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32186/tid=32189] ppid=32184 vsize=1539964 CPUtime=0
/proc/32186/task/32189/stat : 32189 (java) S 32184 32186 30740 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 32416117 1576923136 22301 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32190] ppid=32184 vsize=1539964 CPUtime=0
/proc/32186/task/32190/stat : 32190 (java) S 32184 32186 30740 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32416117 1576923136 22301 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32191] ppid=32184 vsize=1539964 CPUtime=0
/proc/32186/task/32191/stat : 32191 (java) S 32184 32186 30740 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 32416119 1576923136 22301 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32192] ppid=32184 vsize=1539964 CPUtime=0
/proc/32186/task/32192/stat : 32192 (java) S 32184 32186 30740 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 32416120 1576923136 22301 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32193] ppid=32184 vsize=1540220 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 32416120 1577185280 22305 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32194] ppid=32184 vsize=1540220 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32184 32186 30740 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 32416124 1577185280 22311 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32195] ppid=32184 vsize=1540220 CPUtime=0.48
/proc/32186/task/32195/stat : 32195 (java) R 32184 32186 30740 0 -1 4202560 3751 0 0 0 47 1 0 0 18 0 12 0 32416124 1577185280 22318 1992294400 134512640 134550932 4292889536 18446744073709551615 104163101 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32186/tid=32196] ppid=32184 vsize=1540220 CPUtime=0.77
/proc/32186/task/32196/stat : 32196 (java) S 32184 32186 30740 0 -1 4202560 1677 0 0 0 76 1 0 0 17 0 12 0 32416124 1577185280 22324 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32197] ppid=32184 vsize=1540220 CPUtime=0
/proc/32186/task/32197/stat : 32197 (java) S 32184 32186 30740 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 32416124 1577185280 22330 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32198] ppid=32184 vsize=1540220 CPUtime=0
/proc/32186/task/32198/stat : 32198 (java) S 32184 32186 30740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32416124 1577185280 22336 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1539964

[startup+3.10166 s]
/proc/loadavg: 1.34 1.19 1.09 6/120 32200
/proc/meminfo: memFree=1631852/2059040 swapFree=4164948/4192956
[pid=32186] ppid=32184 vsize=1540396 CPUtime=5.75
/proc/32186/stat : 32186 (java) S 32184 32186 30740 0 -1 4202496 37364 0 1 0 557 18 0 0 15 0 16 0 32416114 1577365504 34952 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 385099 34952 1430 10 0 382402 0
[pid=32186/tid=32188] ppid=32184 vsize=1540396 CPUtime=1.73
/proc/32186/task/32188/stat : 32188 (java) S 32184 32186 30740 0 -1 4202560 23632 0 1 0 163 10 0 0 18 0 16 0 32416116 1577365504 34952 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32189] ppid=32184 vsize=1540396 CPUtime=0
/proc/32186/task/32189/stat : 32189 (java) S 32184 32186 30740 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 32416117 1577365504 34952 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32190] ppid=32184 vsize=1540396 CPUtime=0
/proc/32186/task/32190/stat : 32190 (java) S 32184 32186 30740 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 32416117 1577365504 34952 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32191] ppid=32184 vsize=1540396 CPUtime=0
/proc/32186/task/32191/stat : 32191 (java) S 32184 32186 30740 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 16 0 32416119 1577365504 34952 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32192] ppid=32184 vsize=1540396 CPUtime=0
/proc/32186/task/32192/stat : 32192 (java) S 32184 32186 30740 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 32416120 1577365504 34952 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32193] ppid=32184 vsize=1540396 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 32416120 1577365504 34952 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32194] ppid=32184 vsize=1540396 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32184 32186 30740 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 32416124 1577365504 34952 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32195] ppid=32184 vsize=1540396 CPUtime=0.98
/proc/32186/task/32195/stat : 32195 (java) S 32184 32186 30740 0 -1 4202560 4056 0 0 0 97 1 0 0 15 0 16 0 32416124 1577365504 34952 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32196] ppid=32184 vsize=1540396 CPUtime=1.34
/proc/32186/task/32196/stat : 32196 (java) S 32184 32186 30740 0 -1 4202560 1718 0 0 0 133 1 0 0 15 0 16 0 32416124 1577365504 34952 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32197] ppid=32184 vsize=1540396 CPUtime=0
/proc/32186/task/32197/stat : 32197 (java) S 32184 32186 30740 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 32416124 1577365504 34952 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32198] ppid=32184 vsize=1540396 CPUtime=0
/proc/32186/task/32198/stat : 32198 (java) S 32184 32186 30740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32416124 1577365504 34952 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32199] ppid=32184 vsize=1540396 CPUtime=0.8
/proc/32186/task/32199/stat : 32199 (java) R 32184 32186 30740 0 -1 4202560 3155 0 0 0 79 1 0 0 25 0 16 0 32416292 1577365504 34952 1992294400 134512640 134550932 4292889536 18446744073709551615 4109641446 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32186/tid=32200] ppid=32184 vsize=1540396 CPUtime=0.85
/proc/32186/task/32200/stat : 32200 (java) R 32184 32186 30740 0 -1 4202560 3734 0 0 0 83 2 0 0 18 0 16 0 32416292 1577365504 34952 1992294400 134512640 134550932 4292889536 18446744073709551615 4109641446 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 1540396

[startup+6.30164 s]
/proc/loadavg: 1.34 1.19 1.09 3/122 32202
/proc/meminfo: memFree=1586700/2059040 swapFree=4164948/4192956
[pid=32186] ppid=32184 vsize=1539856 CPUtime=12.09
/proc/32186/stat : 32186 (java) S 32184 32186 30740 0 -1 4202496 46956 0 1 0 1187 22 0 0 15 0 16 0 32416114 1576812544 44303 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 384964 44306 1439 10 0 382267 0
[pid=32186/tid=32188] ppid=32184 vsize=1539856 CPUtime=1.73
/proc/32186/task/32188/stat : 32188 (java) S 32184 32186 30740 0 -1 4202560 23632 0 1 0 163 10 0 0 18 0 16 0 32416116 1576812544 44307 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32189] ppid=32184 vsize=1539856 CPUtime=0.14
/proc/32186/task/32189/stat : 32189 (java) R 32184 32186 30740 0 -1 4202560 4254 0 0 0 13 1 0 0 15 0 16 0 32416117 1576812544 44309 1992294400 134512640 134550932 4292889536 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32186/tid=32190] ppid=32184 vsize=1539856 CPUtime=0.14
/proc/32186/task/32190/stat : 32190 (java) R 32184 32186 30740 0 -1 4202560 3693 0 0 0 13 1 0 0 18 0 16 0 32416117 1576812544 44311 1992294400 134512640 134550932 4292889536 18446744073709551615 106197548 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32186/tid=32191] ppid=32184 vsize=1539856 CPUtime=0
/proc/32186/task/32191/stat : 32191 (java) S 32184 32186 30740 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 32416119 1576812544 44313 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32192] ppid=32184 vsize=1539856 CPUtime=0
/proc/32186/task/32192/stat : 32192 (java) S 32184 32186 30740 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 32416120 1576812544 44315 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32193] ppid=32184 vsize=1539856 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 32416120 1576812544 44317 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32194] ppid=32184 vsize=1539856 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32184 32186 30740 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 32416124 1576812544 44319 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32195] ppid=32184 vsize=1539856 CPUtime=1.37
/proc/32186/task/32195/stat : 32195 (java) S 32184 32186 30740 0 -1 4202560 4100 0 0 0 136 1 0 0 15 0 16 0 32416124 1576812544 44320 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32196] ppid=32184 vsize=1539856 CPUtime=1.85
/proc/32186/task/32196/stat : 32196 (java) S 32184 32186 30740 0 -1 4202560 1750 0 0 0 184 1 0 0 15 0 16 0 32416124 1576812544 44322 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32197] ppid=32184 vsize=1539856 CPUtime=0
/proc/32186/task/32197/stat : 32197 (java) S 32184 32186 30740 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 32416124 1576812544 44324 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32198] ppid=32184 vsize=1539856 CPUtime=0
/proc/32186/task/32198/stat : 32198 (java) S 32184 32186 30740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32416124 1576812544 44326 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32199] ppid=32184 vsize=1539856 CPUtime=3.38
/proc/32186/task/32199/stat : 32199 (java) S 32184 32186 30740 0 -1 4202560 3484 0 0 0 337 1 0 0 25 0 16 0 32416292 1576812544 44327 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32200] ppid=32184 vsize=1539856 CPUtime=3.42
/proc/32186/task/32200/stat : 32200 (java) R 32184 32186 30740 0 -1 4202560 4976 0 0 0 339 3 0 0 25 0 16 0 32416292 1576812544 44329 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32186/tid=32201] ppid=32184 vsize=1539856 CPUtime=0
/proc/32186/task/32201/stat : 32201 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32416346 1576812544 44331 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32202] ppid=32184 vsize=1539856 CPUtime=0
/proc/32186/task/32202/stat : 32202 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32416346 1576812544 44333 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 1539856

[startup+12.7116 s]
/proc/loadavg: 1.52 1.23 1.10 5/122 32202
/proc/meminfo: memFree=1543424/2059040 swapFree=4164948/4192956
[pid=32186] ppid=32184 vsize=1536960 CPUtime=24.66
/proc/32186/stat : 32186 (java) S 32184 32186 30740 0 -1 4202496 56270 0 1 0 2440 26 0 0 15 0 16 0 32416114 1573847040 51825 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 384240 51825 1446 10 0 381543 0
[pid=32186/tid=32188] ppid=32184 vsize=1536960 CPUtime=1.73
/proc/32186/task/32188/stat : 32188 (java) S 32184 32186 30740 0 -1 4202560 23632 0 1 0 163 10 0 0 18 0 16 0 32416116 1573847040 51825 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32189] ppid=32184 vsize=1536960 CPUtime=0.55
/proc/32186/task/32189/stat : 32189 (java) S 32184 32186 30740 0 -1 4202560 8714 0 0 0 51 4 0 0 15 0 16 0 32416117 1573847040 51825 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32190] ppid=32184 vsize=1536960 CPUtime=0.53
/proc/32186/task/32190/stat : 32190 (java) S 32184 32186 30740 0 -1 4202560 8503 0 0 0 51 2 0 0 16 0 16 0 32416117 1573847040 51825 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32191] ppid=32184 vsize=1536960 CPUtime=0.13
/proc/32186/task/32191/stat : 32191 (java) S 32184 32186 30740 0 -1 4202560 7 0 0 0 13 0 0 0 15 0 16 0 32416119 1573847040 51825 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32192] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32192/stat : 32192 (java) S 32184 32186 30740 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32416120 1573847040 51825 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32193] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32184 32186 30740 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32416120 1573847040 51825 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32194] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32184 32186 30740 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 32416124 1573847040 51825 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32195] ppid=32184 vsize=1536960 CPUtime=1.51
/proc/32186/task/32195/stat : 32195 (java) R 32184 32186 30740 0 -1 4202560 4107 0 0 0 150 1 0 0 16 0 16 0 32416124 1573847040 51825 1992294400 134512640 134550932 4292889536 18446744073709551615 105817441 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32186/tid=32196] ppid=32184 vsize=1536960 CPUtime=2.01
/proc/32186/task/32196/stat : 32196 (java) S 32184 32186 30740 0 -1 4202560 1757 0 0 0 200 1 0 0 15 0 16 0 32416124 1573847040 51825 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32197] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32197/stat : 32197 (java) S 32184 32186 30740 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 32416124 1573847040 51825 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32198] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32198/stat : 32198 (java) R 32184 32186 30740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32416124 1573847040 51825 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32186/tid=32199] ppid=32184 vsize=1536960 CPUtime=9.15
/proc/32186/task/32199/stat : 32199 (java) R 32184 32186 30740 0 -1 4202560 3491 0 0 0 914 1 0 0 25 0 16 0 32416292 1573847040 51825 1992294400 134512640 134550932 4292889536 18446744073709551615 4109720912 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32186/tid=32200] ppid=32184 vsize=1536960 CPUtime=9
/proc/32186/task/32200/stat : 32200 (java) R 32184 32186 30740 0 -1 4202560 4987 0 0 0 897 3 0 0 25 0 16 0 32416292 1573847040 51825 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32186/tid=32201] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32201/stat : 32201 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32416346 1573847040 51825 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32202] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32202/stat : 32202 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32416346 1573847040 51825 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 1536960

[startup+25.5015 s]

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

/proc/32186/task/32201/stat : 32201 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32416346 1573847040 61424 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32202] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32202/stat : 32202 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32416346 1573847040 61424 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1490.13
Current children cumulated vsize (KiB) 1536960

[startup+822.302 s]
/proc/loadavg: 2.00 1.91 1.58 3/122 32224
/proc/meminfo: memFree=1501636/2059040 swapFree=4164948/4192956
[pid=32186] ppid=32184 vsize=1536960 CPUtime=1606.94
/proc/32186/stat : 32186 (java) S 32184 32186 30740 0 -1 4202496 67900 0 1 0 160609 85 0 0 15 0 16 0 32416114 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 384240 61858 1450 10 0 381543 0
[pid=32186/tid=32188] ppid=32184 vsize=1536960 CPUtime=1.73
/proc/32186/task/32188/stat : 32188 (java) S 32184 32186 30740 0 -1 4202560 23646 0 1 0 163 10 0 0 15 0 16 0 32416116 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32189] ppid=32184 vsize=1536960 CPUtime=3.65
/proc/32186/task/32189/stat : 32189 (java) S 32184 32186 30740 0 -1 4202560 13642 0 0 0 354 11 0 0 16 0 16 0 32416117 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32190] ppid=32184 vsize=1536960 CPUtime=3.65
/proc/32186/task/32190/stat : 32190 (java) S 32184 32186 30740 0 -1 4202560 13497 0 0 0 354 11 0 0 16 0 16 0 32416117 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32191] ppid=32184 vsize=1536960 CPUtime=24.15
/proc/32186/task/32191/stat : 32191 (java) S 32184 32186 30740 0 -1 4202560 869 0 0 0 2407 8 0 0 15 0 16 0 32416119 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32192] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32192/stat : 32192 (java) S 32184 32186 30740 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32416120 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32193] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32184 32186 30740 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32416120 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32194] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32184 32186 30740 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 32416124 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32195] ppid=32184 vsize=1536960 CPUtime=1.58
/proc/32186/task/32195/stat : 32195 (java) S 32184 32186 30740 0 -1 4202560 4111 0 0 0 157 1 0 0 15 0 16 0 32416124 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32196] ppid=32184 vsize=1536960 CPUtime=2.51
/proc/32186/task/32196/stat : 32196 (java) S 32184 32186 30740 0 -1 4202560 1783 0 0 0 250 1 0 0 15 0 16 0 32416124 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32197] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32197/stat : 32197 (java) S 32184 32186 30740 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 32416124 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32198] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32198/stat : 32198 (java) S 32184 32186 30740 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 32416124 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32199] ppid=32184 vsize=1536960 CPUtime=785.28
/proc/32186/task/32199/stat : 32199 (java) R 32184 32186 30740 0 -1 4202560 3882 0 0 0 78512 16 0 0 25 0 16 0 32416292 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4109641536 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32186/tid=32200] ppid=32184 vsize=1536960 CPUtime=784.29
/proc/32186/task/32200/stat : 32200 (java) R 32184 32186 30740 0 -1 4202560 5350 0 0 0 78408 21 0 0 25 0 16 0 32416292 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4109640501 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32186/tid=32201] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32201/stat : 32201 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32416346 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32202] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32202/stat : 32202 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32416346 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.94
Current children cumulated vsize (KiB) 1536960

[startup+882.301 s]
/proc/loadavg: 1.95 1.91 1.60 2/122 32226
/proc/meminfo: memFree=1501512/2059040 swapFree=4164948/4192956
[pid=32186] ppid=32184 vsize=1536960 CPUtime=1723.19
/proc/32186/stat : 32186 (java) S 32184 32186 30740 0 -1 4202496 67930 0 1 0 172231 88 0 0 15 0 16 0 32416114 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 384240 61858 1450 10 0 381543 0
[pid=32186/tid=32188] ppid=32184 vsize=1536960 CPUtime=1.73
/proc/32186/task/32188/stat : 32188 (java) S 32184 32186 30740 0 -1 4202560 23648 0 1 0 163 10 0 0 15 0 16 0 32416116 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32189] ppid=32184 vsize=1536960 CPUtime=3.87
/proc/32186/task/32189/stat : 32189 (java) S 32184 32186 30740 0 -1 4202560 13642 0 0 0 375 12 0 0 15 0 16 0 32416117 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32190] ppid=32184 vsize=1536960 CPUtime=3.86
/proc/32186/task/32190/stat : 32190 (java) S 32184 32186 30740 0 -1 4202560 13497 0 0 0 375 11 0 0 16 0 16 0 32416117 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32191] ppid=32184 vsize=1536960 CPUtime=26.88
/proc/32186/task/32191/stat : 32191 (java) S 32184 32186 30740 0 -1 4202560 873 0 0 0 2680 8 0 0 16 0 16 0 32416119 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32192] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32192/stat : 32192 (java) S 32184 32186 30740 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32416120 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32193] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32184 32186 30740 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32416120 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32194] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32184 32186 30740 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 32416124 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32195] ppid=32184 vsize=1536960 CPUtime=1.58
/proc/32186/task/32195/stat : 32195 (java) S 32184 32186 30740 0 -1 4202560 4111 0 0 0 157 1 0 0 15 0 16 0 32416124 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32196] ppid=32184 vsize=1536960 CPUtime=2.51
/proc/32186/task/32196/stat : 32196 (java) S 32184 32186 30740 0 -1 4202560 1783 0 0 0 250 1 0 0 15 0 16 0 32416124 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32197] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32197/stat : 32197 (java) S 32184 32186 30740 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 32416124 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32198] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32198/stat : 32198 (java) S 32184 32186 30740 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 32416124 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32199] ppid=32184 vsize=1536960 CPUtime=841.64
/proc/32186/task/32199/stat : 32199 (java) R 32184 32186 30740 0 -1 4202560 3893 0 0 0 84146 18 0 0 23 0 16 0 32416292 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4109642008 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32186/tid=32200] ppid=32184 vsize=1536960 CPUtime=841.02
/proc/32186/task/32200/stat : 32200 (java) R 32184 32186 30740 0 -1 4202560 5359 0 0 0 84081 21 0 0 23 0 16 0 32416292 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4109248815 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32186/tid=32201] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32201/stat : 32201 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32416346 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32202] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32202/stat : 32202 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32416346 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1723.19
Current children cumulated vsize (KiB) 1536960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.902 s]
/proc/loadavg: 2.04 1.93 1.62 3/122 32226
/proc/meminfo: memFree=1501388/2059040 swapFree=4164948/4192956
[pid=32186] ppid=32184 vsize=1536960 CPUtime=1800.11
/proc/32186/stat : 32186 (java) S 32184 32186 30740 0 -1 4202496 67947 0 1 0 179921 90 0 0 15 0 16 0 32416114 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 384240 61858 1450 10 0 381543 0
[pid=32186/tid=32188] ppid=32184 vsize=1536960 CPUtime=1.73
/proc/32186/task/32188/stat : 32188 (java) S 32184 32186 30740 0 -1 4202560 23648 0 1 0 163 10 0 0 15 0 16 0 32416116 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32189] ppid=32184 vsize=1536960 CPUtime=3.99
/proc/32186/task/32189/stat : 32189 (java) S 32184 32186 30740 0 -1 4202560 13642 0 0 0 387 12 0 0 16 0 16 0 32416117 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32190] ppid=32184 vsize=1536960 CPUtime=4
/proc/32186/task/32190/stat : 32190 (java) S 32184 32186 30740 0 -1 4202560 13497 0 0 0 388 12 0 0 15 0 16 0 32416117 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32191] ppid=32184 vsize=1536960 CPUtime=28.5
/proc/32186/task/32191/stat : 32191 (java) S 32184 32186 30740 0 -1 4202560 875 0 0 0 2842 8 0 0 15 0 16 0 32416119 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32192] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32192/stat : 32192 (java) S 32184 32186 30740 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 32416120 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32193] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32184 32186 30740 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32416120 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32194] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32184 32186 30740 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 32416124 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32195] ppid=32184 vsize=1536960 CPUtime=1.58
/proc/32186/task/32195/stat : 32195 (java) S 32184 32186 30740 0 -1 4202560 4111 0 0 0 157 1 0 0 15 0 16 0 32416124 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32196] ppid=32184 vsize=1536960 CPUtime=2.51
/proc/32186/task/32196/stat : 32196 (java) S 32184 32186 30740 0 -1 4202560 1783 0 0 0 250 1 0 0 15 0 16 0 32416124 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32197] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32197/stat : 32197 (java) S 32184 32186 30740 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 32416124 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32198] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32198/stat : 32198 (java) S 32184 32186 30740 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 32416124 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32199] ppid=32184 vsize=1536960 CPUtime=879.13
/proc/32186/task/32199/stat : 32199 (java) R 32184 32186 30740 0 -1 4202560 3900 0 0 0 87894 19 0 0 25 0 16 0 32416292 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4109641472 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32186/tid=32200] ppid=32184 vsize=1536960 CPUtime=878.58
/proc/32186/task/32200/stat : 32200 (java) R 32184 32186 30740 0 -1 4202560 5365 0 0 0 87836 22 0 0 25 0 16 0 32416292 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4109640501 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32186/tid=32201] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32201/stat : 32201 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 32416346 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32202] ppid=32184 vsize=1536960 CPUtime=0
/proc/32186/task/32202/stat : 32202 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32416346 1573847040 61858 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1536960

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

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

[startup+922.016 s]
/proc/loadavg: 2.04 1.93 1.62 3/122 32226
/proc/meminfo: memFree=1501388/2059040 swapFree=4164948/4192956
[pid=32186] ppid=32184 vsize=1537608 CPUtime=1800.32
/proc/32186/stat : 32186 (java) S 32184 32186 30740 0 -1 4202496 67972 0 1 0 179942 90 0 0 15 0 17 0 32416114 1574510592 61883 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32186/statm: 384402 61883 1453 10 0 381705 0
[pid=32186/tid=32188] ppid=32184 vsize=1537608 CPUtime=1.73
/proc/32186/task/32188/stat : 32188 (java) S 32184 32186 30740 0 -1 4202560 23648 0 1 0 163 10 0 0 15 0 17 0 32416116 1574510592 61883 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32189] ppid=32184 vsize=1537608 CPUtime=3.99
/proc/32186/task/32189/stat : 32189 (java) S 32184 32186 30740 0 -1 4202560 13642 0 0 0 387 12 0 0 16 0 17 0 32416117 1574510592 61883 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32190] ppid=32184 vsize=1537608 CPUtime=4
/proc/32186/task/32190/stat : 32190 (java) S 32184 32186 30740 0 -1 4202560 13497 0 0 0 388 12 0 0 15 0 17 0 32416117 1574510592 61883 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32191] ppid=32184 vsize=1537608 CPUtime=28.5
/proc/32186/task/32191/stat : 32191 (java) S 32184 32186 30740 0 -1 4202560 875 0 0 0 2842 8 0 0 15 0 17 0 32416119 1574510592 61883 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 0 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32192] ppid=32184 vsize=1537608 CPUtime=0
/proc/32186/task/32192/stat : 32192 (java) S 32184 32186 30740 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 32416120 1574510592 61883 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32193] ppid=32184 vsize=1537608 CPUtime=0
/proc/32186/task/32193/stat : 32193 (java) S 32184 32186 30740 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 32416120 1574510592 61883 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32194] ppid=32184 vsize=1537608 CPUtime=0
/proc/32186/task/32194/stat : 32194 (java) S 32184 32186 30740 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 17 0 32416124 1574510592 61883 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32195] ppid=32184 vsize=1537608 CPUtime=1.58
/proc/32186/task/32195/stat : 32195 (java) S 32184 32186 30740 0 -1 4202560 4111 0 0 0 157 1 0 0 15 0 17 0 32416124 1574510592 61883 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32196] ppid=32184 vsize=1537608 CPUtime=2.54
/proc/32186/task/32196/stat : 32196 (java) S 32184 32186 30740 0 -1 4202560 1788 0 0 0 253 1 0 0 15 0 17 0 32416124 1574510592 61883 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32197] ppid=32184 vsize=1537608 CPUtime=0
/proc/32186/task/32197/stat : 32197 (java) S 32184 32186 30740 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 17 0 32416124 1574510592 61883 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32198] ppid=32184 vsize=1537608 CPUtime=0
/proc/32186/task/32198/stat : 32198 (java) S 32184 32186 30740 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 32416124 1574510592 61883 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
[pid=32186/tid=32199] ppid=32184 vsize=1537608 CPUtime=879.18
/proc/32186/task/32199/stat : 32199 (java) R 32184 32186 30740 0 -1 4202560 3900 0 0 0 87899 19 0 0 25 0 17 0 32416292 1574510592 61883 1992294400 134512640 134550932 4292889536 18446744073709551615 4109642455 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32186/tid=32200] ppid=32184 vsize=1537608 CPUtime=878.68
/proc/32186/task/32200/stat : 32200 (java) R 32184 32186 30740 0 -1 4202560 5365 0 0 0 87846 22 0 0 25 0 17 0 32416292 1574510592 61883 1992294400 134512640 134550932 4292889536 18446744073709551615 4109608679 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32186/tid=32201] ppid=32184 vsize=1537608 CPUtime=0
/proc/32186/task/32201/stat : 32201 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 32416346 1574510592 61883 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 1 0 0 0
[pid=32186/tid=32202] ppid=32184 vsize=1537608 CPUtime=0
/proc/32186/task/32202/stat : 32202 (java) S 32184 32186 30740 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 17 0 32416346 1574510592 61883 1992294400 134512640 134550932 4292889536 18446744073709551615 4294960144 0 4 0 16800975 18446604437846344064 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 1537608

Child status: 143
Real time (s): 922.059
CPU time (s): 1800.38
CPU user time (s): 1799.45
CPU system time (s): 0.929858
CPU usage (%): 195.257
Max. virtual memory (cumulated for all children) (KiB): 1540396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.929858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67972
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= 29189
involuntary context switches= 53560

runsolver used 4.78127 second user time and 9.40057 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-15 04:15:24
IDJOB=2662399
IDBENCH=2512
IDSOLVER=1166
FILE ID=node005/2662399-1276568124
PBS_JOBID= 11173497
Free space on /tmp= 62564 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/MIPLIB/miplib2003/normalized-mps-v2-20-10-qiu.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662399-1276568124/watcher-2662399-1276568124 -o /tmp/evaluation-result-2662399-1276568124/solver-2662399-1276568124 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662399-1276568124.opb

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

MD5SUM BENCH= 42437a98f8f475fdcbcf3676beea9d9f
RANDOM SEED=2104567034

node005.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.246
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.49
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.246
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:       1746440 kB
Buffers:         68104 kB
Cached:         142116 kB
SwapCached:       1408 kB
Active:          78356 kB
Inactive:       164664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1746440 kB
SwapTotal:     4192956 kB
SwapFree:      4164948 kB
Dirty:            1656 kB
Writeback:           0 kB
AnonPages:       31336 kB
Mapped:          14672 kB
Slab:            47688 kB
PageTables:       3924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181300 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= 62564 MiB
End job on node005 at 2010-06-15 04:30:48