Trace number 2662189

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.61 934.736

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-agg.opb
MD5SUM4f19aa044e880280faec0077a2509ba8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4890
Total number of constraints363
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 constraints363
Minimum length of a constraint30
Maximum length of a constraint540
Number of terms in the objective function 3930
Biggest coefficient in the objective function 5373004087296
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 556141355997381
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 22763326668800000
Number of bits of the biggest number in a constraint 55
Biggest sum of numbers in a constraint 46271983665442689
Number of bits of the biggest sum of numbers56
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662189-1276556540.opb
0.24/0.22	c reading problem ... 
2.39/1.43	c ... done. Wall clock time 1.207s.
2.39/1.43	c #vars     4890
2.39/1.43	c #constraints  2213
2.39/1.43	c constraints type 
2.39/1.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 393
2.39/1.43	c constraints type 
2.39/1.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 393
8.11/4.39	c cleaning 2500 clauses out of 4999 with flag 5001/5001
13.38/7.08	c cleaning 4249 clauses out of 8498 with flag 11000/11000
20.23/10.59	c cleaning 5625 clauses out of 11249 with flag 18000/18000
29.67/15.38	c cleaning 6810 clauses out of 13624 with flag 26000/26000
42.65/21.98	c cleaning 7903 clauses out of 15815 with flag 35001/35001
56.43/28.94	c cleaning 8956 clauses out of 17912 with flag 45001/45001
71.02/36.33	c cleaning 9477 clauses out of 18955 with flag 55000/55000
85.77/43.80	c cleaning 9737 clauses out of 19478 with flag 65000/65000
101.30/51.72	c cleaning 9871 clauses out of 19741 with flag 75000/75000
117.24/59.82	c cleaning 9934 clauses out of 19871 with flag 85001/85001
129.82/66.27	c cleaning 9966 clauses out of 19936 with flag 95000/95000
140.81/71.83	c cleaning 9982 clauses out of 19970 with flag 105000/105000
150.58/76.81	c cleaning 9992 clauses out of 19989 with flag 115001/115001
163.55/83.47	c cleaning 9998 clauses out of 19996 with flag 125000/125000
175.10/89.33	c cleaning 10000 clauses out of 19999 with flag 135001/135001
187.28/95.53	c cleaning 10000 clauses out of 20000 with flag 145002/145002
199.79/101.96	c cleaning 9996 clauses out of 19998 with flag 155000/155000
212.75/108.54	c cleaning 10000 clauses out of 20003 with flag 165001/165001
227.09/115.87	c cleaning 9999 clauses out of 20003 with flag 175001/175001
238.25/121.55	c cleaning 10001 clauses out of 20004 with flag 185001/185001
250.55/127.87	c cleaning 10000 clauses out of 20002 with flag 195000/195000
264.47/134.90	c cleaning 9998 clauses out of 20003 with flag 205001/205001
277.79/141.78	c cleaning 9999 clauses out of 20005 with flag 215001/215001
292.89/149.43	c cleaning 9999 clauses out of 20007 with flag 225002/225002
306.36/156.34	c cleaning 10002 clauses out of 20007 with flag 235001/235001
318.07/162.38	c cleaning 9995 clauses out of 20004 with flag 245000/245000
330.78/168.87	c cleaning 10000 clauses out of 20009 with flag 255000/255000
343.48/175.39	c cleaning 10000 clauses out of 20010 with flag 265001/265001
354.95/181.26	c cleaning 10002 clauses out of 20010 with flag 275001/275001
366.66/187.24	c cleaning 10002 clauses out of 20007 with flag 285000/285000
378.96/193.52	c cleaning 10000 clauses out of 20005 with flag 295000/295000
391.24/199.89	c cleaning 10001 clauses out of 20007 with flag 305002/305002
403.88/206.37	c cleaning 10001 clauses out of 20007 with flag 315003/315003
415.39/212.22	c cleaning 10002 clauses out of 20005 with flag 325002/325002
426.88/218.18	c cleaning 9995 clauses out of 20002 with flag 335001/335001
439.96/224.81	c cleaning 10002 clauses out of 20007 with flag 345001/345001
451.20/230.60	c cleaning 9996 clauses out of 20004 with flag 355000/355000
462.50/236.45	c cleaning 9998 clauses out of 20008 with flag 365000/365000
473.40/242.02	c cleaning 10002 clauses out of 20011 with flag 375001/375001
485.25/248.14	c cleaning 9999 clauses out of 20009 with flag 385001/385001
498.63/255.05	c cleaning 10001 clauses out of 20010 with flag 395001/395001
510.89/261.31	c cleaning 10003 clauses out of 20008 with flag 405000/405000
522.77/267.45	c cleaning 10003 clauses out of 20006 with flag 415001/415001
534.80/273.67	c cleaning 9995 clauses out of 20002 with flag 425000/425000
548.56/280.77	c cleaning 10000 clauses out of 20007 with flag 435000/435000
561.21/287.22	c cleaning 10002 clauses out of 20007 with flag 445000/445000
571.66/292.62	c cleaning 9998 clauses out of 20005 with flag 455000/455000
582.50/298.22	c cleaning 10001 clauses out of 20007 with flag 465000/465000
594.45/304.45	c cleaning 9998 clauses out of 20006 with flag 475000/475000
607.88/311.32	c cleaning 10001 clauses out of 20009 with flag 485001/485001
618.50/316.81	c cleaning 10002 clauses out of 20008 with flag 495001/495001
628.33/321.99	c cleaning 10000 clauses out of 20005 with flag 505000/505000
640.06/328.09	c cleaning 9997 clauses out of 20005 with flag 515000/515000
651.89/334.17	c cleaning 10002 clauses out of 20009 with flag 525001/525001
664.50/340.67	c cleaning 10001 clauses out of 20006 with flag 535000/535000
677.50/347.38	c cleaning 9999 clauses out of 20005 with flag 545000/545000
689.43/353.52	c cleaning 10003 clauses out of 20006 with flag 555000/555000
703.60/360.90	c cleaning 10002 clauses out of 20003 with flag 565000/565000
716.95/367.70	c cleaning 9995 clauses out of 20002 with flag 575001/575001
730.93/374.99	c cleaning 9999 clauses out of 20006 with flag 585000/585000
745.42/382.42	c cleaning 10000 clauses out of 20008 with flag 595001/595001
758.61/389.29	c cleaning 10001 clauses out of 20007 with flag 605000/605000
771.80/396.04	c cleaning 9996 clauses out of 20006 with flag 615000/615000
783.57/402.16	c cleaning 10002 clauses out of 20010 with flag 625000/625000
796.85/409.09	c cleaning 10003 clauses out of 20009 with flag 635001/635001
810.41/416.00	c cleaning 10000 clauses out of 20005 with flag 645000/645000
821.99/422.03	c cleaning 9998 clauses out of 20006 with flag 655001/655001
832.38/427.45	c cleaning 10000 clauses out of 20007 with flag 665000/665000
843.47/433.23	c cleaning 9999 clauses out of 20007 with flag 675000/675000
853.67/438.57	c cleaning 10001 clauses out of 20008 with flag 685000/685000
864.65/444.27	c cleaning 10004 clauses out of 20007 with flag 695000/695000
876.62/450.46	c cleaning 9999 clauses out of 20003 with flag 705000/705000
888.32/456.60	c cleaning 10003 clauses out of 20005 with flag 715001/715001
901.87/463.54	c cleaning 10000 clauses out of 20001 with flag 725000/725000
914.05/469.87	c cleaning 9998 clauses out of 20002 with flag 735001/735001
925.61/475.89	c cleaning 9998 clauses out of 20004 with flag 745001/745001
938.08/482.35	c cleaning 9999 clauses out of 20006 with flag 755001/755001
950.24/488.64	c cleaning 10004 clauses out of 20007 with flag 765001/765001
962.98/495.23	c cleaning 9996 clauses out of 20002 with flag 775000/775000
976.12/502.03	c cleaning 10002 clauses out of 20007 with flag 785001/785001
988.95/508.78	c cleaning 9999 clauses out of 20005 with flag 795001/795001
1002.10/515.56	c cleaning 10000 clauses out of 20007 with flag 805002/805002
1013.67/521.59	c cleaning 10002 clauses out of 20005 with flag 815000/815000
1026.41/528.16	c cleaning 9998 clauses out of 20004 with flag 825001/825001
1038.65/534.51	c cleaning 10000 clauses out of 20006 with flag 835001/835001
1050.39/540.68	c cleaning 10002 clauses out of 20006 with flag 845001/845001
1061.75/546.56	c cleaning 10000 clauses out of 20003 with flag 855000/855000
1074.08/552.98	c cleaning 9997 clauses out of 20004 with flag 865001/865001
1086.33/559.39	c cleaning 9997 clauses out of 20007 with flag 875001/875001
1099.26/566.05	c cleaning 10001 clauses out of 20011 with flag 885002/885002
1111.39/572.31	c cleaning 9998 clauses out of 20010 with flag 895002/895002
1124.91/579.34	c cleaning 9999 clauses out of 20011 with flag 905001/905001
1137.35/585.86	c cleaning 9995 clauses out of 20011 with flag 915000/915000
1150.27/592.50	c cleaning 10005 clauses out of 20018 with flag 925002/925002
1162.79/599.01	c cleaning 10001 clauses out of 20012 with flag 935001/935001
1168.22/601.97	c cleaning 0 clauses out of 5000 with flag 0/5000
1174.63/605.41	c cleaning 9998 clauses out of 20011 with flag 945001/945001
1184.38/610.57	c cleaning 10000 clauses out of 20013 with flag 955001/955001
1194.30/615.73	c cleaning 9999 clauses out of 20012 with flag 965000/965000
1207.83/622.71	c cleaning 10000 clauses out of 20013 with flag 975000/975000
1219.40/628.80	c cleaning 10000 clauses out of 20013 with flag 985000/985000
1230.52/634.65	c cleaning 10002 clauses out of 20013 with flag 995000/995000
1242.05/640.63	c cleaning 9998 clauses out of 20012 with flag 1005001/1005001
1253.76/646.76	c cleaning 10002 clauses out of 20013 with flag 1015000/1015000
1264.55/652.44	c cleaning 9999 clauses out of 20011 with flag 1025000/1025000
1274.87/657.85	c cleaning 10002 clauses out of 20014 with flag 1035002/1035002
1283.98/662.67	c cleaning 9995 clauses out of 20010 with flag 1045000/1045000
1294.28/668.02	c cleaning 10003 clauses out of 20016 with flag 1055001/1055001
1304.05/673.21	c cleaning 10001 clauses out of 20012 with flag 1065000/1065000
1313.55/678.25	c cleaning 10003 clauses out of 20011 with flag 1075000/1075000
1324.24/683.88	c cleaning 9999 clauses out of 20009 with flag 1085001/1085001
1333.75/688.84	c cleaning 10003 clauses out of 20009 with flag 1095000/1095000
1344.91/694.75	c cleaning 9997 clauses out of 20006 with flag 1105000/1105000
1354.42/699.78	c cleaning 10000 clauses out of 20010 with flag 1115001/1115001
1364.89/705.21	c cleaning 10002 clauses out of 20009 with flag 1125000/1125000
1374.36/710.24	c cleaning 9996 clauses out of 20007 with flag 1135000/1135000
1384.91/715.85	c cleaning 10003 clauses out of 20011 with flag 1145000/1145000
1397.37/722.36	c cleaning 9998 clauses out of 20008 with flag 1155000/1155000
1407.07/727.40	c cleaning 10003 clauses out of 20011 with flag 1165001/1165001
1416.34/732.30	c cleaning 9999 clauses out of 20007 with flag 1175000/1175000
1428.92/738.95	c cleaning 9996 clauses out of 20008 with flag 1185000/1185000
1441.17/745.32	c cleaning 10001 clauses out of 20012 with flag 1195000/1195000
1453.21/751.65	c cleaning 10000 clauses out of 20012 with flag 1205001/1205001
1464.68/757.68	c cleaning 10001 clauses out of 20011 with flag 1215000/1215000
1476.43/763.89	c cleaning 10000 clauses out of 20010 with flag 1225000/1225000
1487.30/769.56	c cleaning 10002 clauses out of 20010 with flag 1235000/1235000
1496.80/774.52	c cleaning 9996 clauses out of 20008 with flag 1245000/1245000
1506.06/779.43	c cleaning 10000 clauses out of 20013 with flag 1255001/1255001
1515.99/784.76	c cleaning 9995 clauses out of 20012 with flag 1265000/1265000
1525.87/789.92	c cleaning 10002 clauses out of 20017 with flag 1275000/1275000
1536.49/795.57	c cleaning 10003 clauses out of 20015 with flag 1285000/1285000
1547.15/801.11	c cleaning 10000 clauses out of 20012 with flag 1295000/1295000
1557.90/806.81	c cleaning 10000 clauses out of 20013 with flag 1305001/1305001
1568.53/812.47	c cleaning 9999 clauses out of 20012 with flag 1315000/1315000
1582.16/819.60	c cleaning 9998 clauses out of 20013 with flag 1325000/1325000
1595.16/826.36	c cleaning 10001 clauses out of 20015 with flag 1335000/1335000
1609.22/833.75	c cleaning 10003 clauses out of 20015 with flag 1345001/1345001
1622.03/840.50	c cleaning 9999 clauses out of 20012 with flag 1355001/1355001
1633.04/846.20	c cleaning 10001 clauses out of 20012 with flag 1365000/1365000
1644.87/852.45	c cleaning 10000 clauses out of 20012 with flag 1375001/1375001
1656.72/858.72	c cleaning 10000 clauses out of 20012 with flag 1385001/1385001
1667.73/864.58	c cleaning 10005 clauses out of 20011 with flag 1395000/1395000
1678.57/870.27	c cleaning 10001 clauses out of 20006 with flag 1405000/1405000
1691.55/877.01	c cleaning 9998 clauses out of 20005 with flag 1415000/1415000
1702.99/883.16	c cleaning 9998 clauses out of 20007 with flag 1425000/1425000
1714.60/889.27	c cleaning 9998 clauses out of 20010 with flag 1435001/1435001
1725.81/895.16	c cleaning 10001 clauses out of 20011 with flag 1445000/1445000
1737.02/901.06	c cleaning 10006 clauses out of 20012 with flag 1455002/1455002
1748.31/907.07	c cleaning 9995 clauses out of 20004 with flag 1465000/1465000
1759.51/912.96	c cleaning 10000 clauses out of 20010 with flag 1475001/1475001
1770.91/918.96	c cleaning 10001 clauses out of 20010 with flag 1485001/1485001
1782.10/924.83	c cleaning 10000 clauses out of 20008 with flag 1495000/1495000
1792.36/930.38	c cleaning 10001 clauses out of 20008 with flag 1505000/1505000
1800.19/934.51	c starts		: 207
1800.19/934.52	c conflicts		: 1512795
1800.19/934.52	c decisions		: 1544661
1800.19/934.52	c propagations		: 13112139
1800.19/934.52	c inspects		: 802173935
1800.19/934.52	c learnt literals	: 2
1800.19/934.52	c learnt binary clauses	: 0
1800.19/934.52	c learnt ternary clauses	: 2
1800.19/934.52	c learnt clauses	: 1512793
1800.19/934.52	c ignored clauses	: 0
1800.19/934.52	c root simplifications	: 0
1800.19/934.52	c removed literals (reason simplification)	: 56432928
1800.19/934.52	c reason swapping (by a shorter reason)	: 0
1800.19/934.52	c Calls to reduceDB	: 152
1800.19/934.52	c number of reductions to clauses (during analyze)	: 0
1800.19/934.52	c number of learned constraints concerned by reduction	: 0
1800.19/934.52	c number of learning phase by resolution	: 0
1800.19/934.52	c number of learning phase by cutting planes	: 0
1800.19/934.52	c speed (assignments/second)	: 14052.45931506776
1800.19/934.52	c non guided choices	0
1800.41/934.64	c learnt constraints type 
1800.41/934.64	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17948
1800.41/934.64	c constraints type 
1800.41/934.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 393
1800.41/934.64	c constraints type 
1800.41/934.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 393
1800.41/934.64	s UNKNOWN
1800.41/934.64	c Total wall clock time (in seconds): 934.412

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 32442
/proc/meminfo: memFree=1846572/2059040 swapFree=4140228/4192956
[pid=32442] ppid=32440 vsize=1832 CPUtime=0
/proc/32442/stat : 32442 (java6) R 32440 32442 32417 0 -1 4194304 228 0 0 0 0 0 0 0 19 0 1 0 29310325 1875968 132 1992294400 134512640 134550932 4292053328 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32442/statm: 458 143 107 10 0 63 0

[startup+0.102457 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 32442
/proc/meminfo: memFree=1846572/2059040 swapFree=4140228/4192956
[pid=32442] ppid=32440 vsize=1524180 CPUtime=0.08
/proc/32442/stat : 32442 (java) S 32440 32442 32417 0 -1 4202496 3960 0 1 0 6 2 0 0 15 0 12 0 29310325 1560760320 3400 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32442/statm: 381045 3400 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.211509 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 32442
/proc/meminfo: memFree=1846572/2059040 swapFree=4140228/4192956
[pid=32442] ppid=32440 vsize=1526416 CPUtime=0.24
/proc/32442/stat : 32442 (java) S 32440 32442 32417 0 -1 4202496 5118 0 1 0 21 3 0 0 15 0 12 0 29310325 1563049984 4556 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32442/statm: 381604 4556 1346 10 0 378907 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526416

[startup+0.317901 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 32442
/proc/meminfo: memFree=1846572/2059040 swapFree=4140228/4192956
[pid=32442] ppid=32440 vsize=1526876 CPUtime=0.4
/proc/32442/stat : 32442 (java) S 32440 32442 32417 0 -1 4202496 5546 0 1 0 37 3 0 0 15 0 12 0 29310325 1563521024 4984 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32442/statm: 381719 4984 1368 10 0 379022 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526876

[startup+0.700517 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 32442
/proc/meminfo: memFree=1846572/2059040 swapFree=4140228/4192956
[pid=32442] ppid=32440 vsize=1536588 CPUtime=1.08
/proc/32442/stat : 32442 (java) S 32440 32442 32417 0 -1 4202496 9024 0 1 0 103 5 0 0 15 0 12 0 29310325 1573466112 8113 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32442/statm: 384147 8113 1404 10 0 381450 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1536588

[startup+1.5016 s]
/proc/loadavg: 1.09 1.02 1.01 4/118 32454
/proc/meminfo: memFree=1799108/2059040 swapFree=4140228/4192956
[pid=32442] ppid=32440 vsize=1542700 CPUtime=2.56
/proc/32442/stat : 32442 (java) S 32440 32442 32417 0 -1 4202496 23404 0 1 0 244 12 0 0 15 0 14 0 29310325 1579724800 19737 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32442/statm: 385675 19737 1424 10 0 382978 0
[pid=32442/tid=32444] ppid=32440 vsize=1542700 CPUtime=1
/proc/32442/task/32444/stat : 32444 (java) S 32440 32442 32417 0 -1 4202560 14382 0 1 0 93 7 0 0 25 0 14 0 29310327 1579724800 19737 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32445] ppid=32440 vsize=1542700 CPUtime=0
/proc/32442/task/32445/stat : 32445 (java) S 32440 32442 32417 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 14 0 29310328 1579724800 19737 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32446] ppid=32440 vsize=1542700 CPUtime=0
/proc/32442/task/32446/stat : 32446 (java) S 32440 32442 32417 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 29310328 1579724800 19738 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32447] ppid=32440 vsize=1542700 CPUtime=0
/proc/32442/task/32447/stat : 32447 (java) S 32440 32442 32417 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 29310330 1579724800 19738 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32448] ppid=32440 vsize=1542700 CPUtime=0
/proc/32442/task/32448/stat : 32448 (java) S 32440 32442 32417 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 14 0 29310330 1579724800 19738 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32449] ppid=32440 vsize=1542700 CPUtime=0
/proc/32442/task/32449/stat : 32449 (java) S 32440 32442 32417 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 29310331 1579724800 19738 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32450] ppid=32440 vsize=1542700 CPUtime=0
/proc/32442/task/32450/stat : 32450 (java) S 32440 32442 32417 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 29310335 1579724800 19738 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32451] ppid=32440 vsize=1542700 CPUtime=0.94
/proc/32442/task/32451/stat : 32451 (java) R 32440 32442 32417 0 -1 4202560 5263 0 0 0 92 2 0 0 16 0 14 0 29310335 1579724800 19738 1992294400 134512640 134550932 4289554192 18446744073709551615 104163917 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32442/tid=32452] ppid=32440 vsize=1542700 CPUtime=0.51
/proc/32442/task/32452/stat : 32452 (java) R 32440 32442 32417 0 -1 4202560 2416 0 0 0 50 1 0 0 15 0 14 0 29310335 1579724800 19738 1992294400 134512640 134550932 4289554192 18446744073709551615 5617507 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32442/tid=32453] ppid=32440 vsize=1542700 CPUtime=0
/proc/32442/task/32453/stat : 32453 (java) S 32440 32442 32417 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 29310335 1579724800 19738 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32454] ppid=32440 vsize=1542700 CPUtime=0
/proc/32442/task/32454/stat : 32454 (java) R 32440 32442 32417 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 29310335 1579724800 19738 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 1542700

[startup+3.10174 s]
/proc/loadavg: 1.09 1.02 1.01 5/122 32458
/proc/meminfo: memFree=1751708/2059040 swapFree=4140228/4192956
[pid=32442] ppid=32440 vsize=1543348 CPUtime=5.74
/proc/32442/stat : 32442 (java) S 32440 32442 32417 0 -1 4202496 44599 0 1 0 554 20 0 0 15 0 16 0 29310325 1580388352 39129 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32442/statm: 385837 39130 1441 10 0 383140 0
[pid=32442/tid=32444] ppid=32440 vsize=1543348 CPUtime=1
/proc/32442/task/32444/stat : 32444 (java) S 32440 32442 32417 0 -1 4202560 14382 0 1 0 93 7 0 0 18 0 16 0 29310327 1580388352 39132 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32445] ppid=32440 vsize=1543348 CPUtime=0.04
/proc/32442/task/32445/stat : 32445 (java) S 32440 32442 32417 0 -1 4202560 1182 0 0 0 4 0 0 0 15 0 16 0 29310328 1580388352 39133 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32446] ppid=32440 vsize=1543348 CPUtime=0.04
/proc/32442/task/32446/stat : 32446 (java) S 32440 32442 32417 0 -1 4202560 1182 0 0 0 4 0 0 0 18 0 16 0 29310328 1580388352 39133 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32447] ppid=32440 vsize=1543348 CPUtime=0
/proc/32442/task/32447/stat : 32447 (java) S 32440 32442 32417 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 29310330 1580388352 39133 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32448] ppid=32440 vsize=1543348 CPUtime=0
/proc/32442/task/32448/stat : 32448 (java) S 32440 32442 32417 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 29310330 1580388352 39134 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32449] ppid=32440 vsize=1543348 CPUtime=0
/proc/32442/task/32449/stat : 32449 (java) S 32440 32442 32417 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 29310331 1580388352 39134 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32450] ppid=32440 vsize=1543348 CPUtime=0
/proc/32442/task/32450/stat : 32450 (java) S 32440 32442 32417 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29310335 1580388352 39135 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32451] ppid=32440 vsize=1543348 CPUtime=1.78
/proc/32442/task/32451/stat : 32451 (java) S 32440 32442 32417 0 -1 4202560 5388 0 0 0 176 2 0 0 15 0 16 0 29310335 1580388352 39136 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32452] ppid=32440 vsize=1543348 CPUtime=1.41
/proc/32442/task/32452/stat : 32452 (java) S 32440 32442 32417 0 -1 4202560 4264 0 0 0 140 1 0 0 16 0 16 0 29310335 1580388352 39137 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32453] ppid=32440 vsize=1543348 CPUtime=0
/proc/32442/task/32453/stat : 32453 (java) S 32440 32442 32417 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 29310335 1580388352 39138 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32454] ppid=32440 vsize=1543348 CPUtime=0
/proc/32442/task/32454/stat : 32454 (java) S 32440 32442 32417 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 29310335 1580388352 39139 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32455] ppid=32440 vsize=1543348 CPUtime=0.64
/proc/32442/task/32455/stat : 32455 (java) R 32440 32442 32417 0 -1 4202560 4772 0 0 0 62 2 0 0 25 0 16 0 29310469 1580388352 39140 1992294400 134512640 134550932 4289554192 18446744073709551615 4109485840 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32442/tid=32456] ppid=32440 vsize=1543348 CPUtime=0.76
/proc/32442/task/32456/stat : 32456 (java) R 32440 32442 32417 0 -1 4202560 12364 0 0 0 71 5 0 0 19 0 16 0 29310469 1580388352 39141 1992294400 134512640 134550932 4289554192 18446744073709551615 4109063267 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32442/tid=32457] ppid=32440 vsize=1543348 CPUtime=0
/proc/32442/task/32457/stat : 32457 (java) S 32440 32442 32417 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29310505 1580388352 39142 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32458] ppid=32440 vsize=1543348 CPUtime=0
/proc/32442/task/32458/stat : 32458 (java) S 32440 32442 32417 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 29310514 1580388352 39143 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 1543348

[startup+6.30205 s]
/proc/loadavg: 1.09 1.02 1.01 3/122 32458
/proc/meminfo: memFree=1667140/2059040 swapFree=4140228/4192956
[pid=32442] ppid=32440 vsize=1543232 CPUtime=11.99
/proc/32442/stat : 32442 (java) S 32440 32442 32417 0 -1 4202496 52874 0 1 0 1175 24 0 0 15 0 16 0 29310325 1580269568 45839 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32442/statm: 385808 45839 1446 10 0 383111 0
[pid=32442/tid=32444] ppid=32440 vsize=1543232 CPUtime=1
/proc/32442/task/32444/stat : 32444 (java) S 32440 32442 32417 0 -1 4202560 14382 0 1 0 93 7 0 0 15 0 16 0 29310327 1580269568 45839 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32445] ppid=32440 vsize=1543232 CPUtime=0.12
/proc/32442/task/32445/stat : 32445 (java) S 32440 32442 32417 0 -1 4202560 2981 0 0 0 11 1 0 0 16 0 16 0 29310328 1580269568 45839 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32446] ppid=32440 vsize=1543232 CPUtime=0.1
/proc/32442/task/32446/stat : 32446 (java) S 32440 32442 32417 0 -1 4202560 2797 0 0 0 10 0 0 0 16 0 16 0 29310328 1580269568 45839 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32447] ppid=32440 vsize=1543232 CPUtime=0.07
/proc/32442/task/32447/stat : 32447 (java) S 32440 32442 32417 0 -1 4202560 2862 0 0 0 6 1 0 0 15 0 16 0 29310330 1580269568 45839 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32448] ppid=32440 vsize=1543232 CPUtime=0
/proc/32442/task/32448/stat : 32448 (java) S 32440 32442 32417 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 29310330 1580269568 45839 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32449] ppid=32440 vsize=1543232 CPUtime=0
/proc/32442/task/32449/stat : 32449 (java) S 32440 32442 32417 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 29310331 1580269568 45839 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32450] ppid=32440 vsize=1543232 CPUtime=0
/proc/32442/task/32450/stat : 32450 (java) S 32440 32442 32417 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29310335 1580269568 45839 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32451] ppid=32440 vsize=1543232 CPUtime=1.81
/proc/32442/task/32451/stat : 32451 (java) S 32440 32442 32417 0 -1 4202560 5393 0 0 0 179 2 0 0 15 0 16 0 29310335 1580269568 45839 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32452] ppid=32440 vsize=1543232 CPUtime=2
/proc/32442/task/32452/stat : 32452 (java) S 32440 32442 32417 0 -1 4202560 5669 0 0 0 198 2 0 0 15 0 16 0 29310335 1580269568 45839 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32453] ppid=32440 vsize=1543232 CPUtime=0
/proc/32442/task/32453/stat : 32453 (java) S 32440 32442 32417 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 29310335 1580269568 45839 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32454] ppid=32440 vsize=1543232 CPUtime=0
/proc/32442/task/32454/stat : 32454 (java) S 32440 32442 32417 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 29310335 1580269568 45839 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32455] ppid=32440 vsize=1543232 CPUtime=3.59
/proc/32442/task/32455/stat : 32455 (java) R 32440 32442 32417 0 -1 4202560 4990 0 0 0 357 2 0 0 25 0 16 0 29310469 1580269568 45839 1992294400 134512640 134550932 4289554192 18446744073709551615 4109316457 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32442/tid=32456] ppid=32440 vsize=1543232 CPUtime=3.22
/proc/32442/task/32456/stat : 32456 (java) R 32440 32442 32417 0 -1 4202560 12730 0 0 0 317 5 0 0 22 0 16 0 29310469 1580269568 45839 1992294400 134512640 134550932 4289554192 18446744073709551615 106315978 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32442/tid=32457] ppid=32440 vsize=1543232 CPUtime=0
/proc/32442/task/32457/stat : 32457 (java) S 32440 32442 32417 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29310505 1580269568 45839 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32458] ppid=32440 vsize=1543232 CPUtime=0
/proc/32442/task/32458/stat : 32458 (java) S 32440 32442 32417 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 29310514 1580269568 45839 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.99
Current children cumulated vsize (KiB) 1543232

[startup+12.702 s]
/proc/loadavg: 1.23 1.05 1.02 3/122 32458
/proc/meminfo: memFree=1658956/2059040 swapFree=4140228/4192956
[pid=32442] ppid=32440 vsize=1542208 CPUtime=24.52
/proc/32442/stat : 32442 (java) S 32440 32442 32417 0 -1 4202496 55026 0 1 0 2426 26 0 0 15 0 16 0 29310325 1579220992 47827 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32442/statm: 385552 47827 1450 10 0 382855 0
[pid=32442/tid=32444] ppid=32440 vsize=1542208 CPUtime=1
/proc/32442/task/32444/stat : 32444 (java) S 32440 32442 32417 0 -1 4202560 14382 0 1 0 93 7 0 0 15 0 16 0 29310327 1579220992 47827 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32445] ppid=32440 vsize=1542208 CPUtime=0.17
/proc/32442/task/32445/stat : 32445 (java) S 32440 32442 32417 0 -1 4202560 3405 0 0 0 16 1 0 0 15 0 16 0 29310328 1579220992 47827 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32446] ppid=32440 vsize=1542208 CPUtime=0.16
/proc/32442/task/32446/stat : 32446 (java) S 32440 32442 32417 0 -1 4202560 3052 0 0 0 15 1 0 0 16 0 16 0 29310328 1579220992 47827 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32447] ppid=32440 vsize=1542208 CPUtime=0.24
/proc/32442/task/32447/stat : 32447 (java) S 32440 32442 32417 0 -1 4202560 4319 0 0 0 22 2 0 0 15 0 16 0 29310330 1579220992 47827 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32448] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32448/stat : 32448 (java) S 32440 32442 32417 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 29310330 1579220992 47827 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32449] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32449/stat : 32449 (java) S 32440 32442 32417 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 29310331 1579220992 47827 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32450] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32450/stat : 32450 (java) S 32440 32442 32417 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29310335 1579220992 47827 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32451] ppid=32440 vsize=1542208 CPUtime=1.88
/proc/32442/task/32451/stat : 32451 (java) S 32440 32442 32417 0 -1 4202560 5401 0 0 0 186 2 0 0 16 0 16 0 29310335 1579220992 47827 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32452] ppid=32440 vsize=1542208 CPUtime=2
/proc/32442/task/32452/stat : 32452 (java) S 32440 32442 32417 0 -1 4202560 5669 0 0 0 198 2 0 0 15 0 16 0 29310335 1579220992 47827 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32453] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32453/stat : 32453 (java) S 32440 32442 32417 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 29310335 1579220992 47827 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32454] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32454/stat : 32454 (java) S 32440 32442 32417 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 29310335 1579220992 47827 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32455] ppid=32440 vsize=1542208 CPUtime=9.69
/proc/32442/task/32455/stat : 32455 (java) R 32440 32442 32417 0 -1 4202560 4993 0 0 0 966 3 0 0 25 0 16 0 29310469 1579220992 47827 1992294400 134512640 134550932 4289554192 18446744073709551615 4109658965 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32442/tid=32456] ppid=32440 vsize=1542208 CPUtime=9.3
/proc/32442/task/32456/stat : 32456 (java) R 32440 32442 32417 0 -1 4202560 12735 0 0 0 925 5 0 0 25 0 16 0 29310469 1579220992 47827 1992294400 134512640 134550932 4289554192 18446744073709551615 4109315705 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32442/tid=32457] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32457/stat : 32457 (java) S 32440 32442 32417 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29310505 1579220992 47827 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32458] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32458/stat : 32458 (java) S 32440 32442 32417 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 29310514 1579220992 47827 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0

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

/proc/32442/statm: 385552 88319 1450 10 0 382855 0
[pid=32442/tid=32444] ppid=32440 vsize=1542208 CPUtime=1
/proc/32442/task/32444/stat : 32444 (java) S 32440 32442 32417 0 -1 4202560 14403 0 1 0 93 7 0 0 15 0 16 0 29310327 1579220992 88319 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32445] ppid=32440 vsize=1542208 CPUtime=6.85
/proc/32442/task/32445/stat : 32445 (java) S 32440 32442 32417 0 -1 4202560 26886 0 0 0 658 27 0 0 16 0 16 0 29310328 1579220992 88319 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32446] ppid=32440 vsize=1542208 CPUtime=6.82
/proc/32442/task/32446/stat : 32446 (java) S 32440 32442 32417 0 -1 4202560 24496 0 0 0 657 25 0 0 16 0 16 0 29310328 1579220992 88319 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32447] ppid=32440 vsize=1542208 CPUtime=37.57
/proc/32442/task/32447/stat : 32447 (java) S 32440 32442 32417 0 -1 4202560 6101 0 0 0 3749 8 0 0 15 0 16 0 29310330 1579220992 88319 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32448] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32448/stat : 32448 (java) S 32440 32442 32417 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 29310330 1579220992 88319 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32449] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32449/stat : 32449 (java) S 32440 32442 32417 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 29310331 1579220992 88319 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32450] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32450/stat : 32450 (java) S 32440 32442 32417 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29310335 1579220992 88319 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32451] ppid=32440 vsize=1542208 CPUtime=5.24
/proc/32442/task/32451/stat : 32451 (java) S 32440 32442 32417 0 -1 4202560 5578 0 0 0 521 3 0 0 15 0 16 0 29310335 1579220992 88319 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32452] ppid=32440 vsize=1542208 CPUtime=2.09
/proc/32442/task/32452/stat : 32452 (java) S 32440 32442 32417 0 -1 4202560 5669 0 0 0 207 2 0 0 15 0 16 0 29310335 1579220992 88319 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32453] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32453/stat : 32453 (java) S 32440 32442 32417 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 29310335 1579220992 88319 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32454] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32454/stat : 32454 (java) S 32440 32442 32417 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 29310335 1579220992 88319 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32455] ppid=32440 vsize=1542208 CPUtime=707.68
/proc/32442/task/32455/stat : 32455 (java) R 32440 32442 32417 0 -1 4202560 5273 0 0 0 70748 20 0 0 25 0 16 0 29310469 1579220992 88319 1992294400 134512640 134550932 4289554192 18446744073709551615 4109454673 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32442/tid=32456] ppid=32440 vsize=1542208 CPUtime=706.14
/proc/32442/task/32456/stat : 32456 (java) R 32440 32442 32417 0 -1 4202560 13158 0 0 0 70599 15 0 0 25 0 16 0 29310469 1579220992 88319 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32442/tid=32457] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32457/stat : 32457 (java) S 32440 32442 32417 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29310505 1579220992 88319 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32458] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32458/stat : 32458 (java) S 32440 32442 32417 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 29310514 1579220992 88319 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1473.49
Current children cumulated vsize (KiB) 1542208

[startup+822.302 s]
/proc/loadavg: 1.99 1.92 1.57 3/122 32480
/proc/meminfo: memFree=1495400/2059040 swapFree=4140228/4192956
[pid=32442] ppid=32440 vsize=1542208 CPUtime=1587.23
/proc/32442/stat : 32442 (java) S 32440 32442 32417 0 -1 4202496 102761 0 1 0 158603 120 0 0 15 0 16 0 29310325 1579220992 88349 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32442/statm: 385552 88349 1450 10 0 382855 0
[pid=32442/tid=32444] ppid=32440 vsize=1542208 CPUtime=1
/proc/32442/task/32444/stat : 32444 (java) S 32440 32442 32417 0 -1 4202560 14404 0 1 0 93 7 0 0 15 0 16 0 29310327 1579220992 88349 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32445] ppid=32440 vsize=1542208 CPUtime=7.69
/proc/32442/task/32445/stat : 32445 (java) S 32440 32442 32417 0 -1 4202560 26902 0 0 0 740 29 0 0 16 0 16 0 29310328 1579220992 88349 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32446] ppid=32440 vsize=1542208 CPUtime=7.65
/proc/32442/task/32446/stat : 32446 (java) S 32440 32442 32417 0 -1 4202560 24510 0 0 0 738 27 0 0 15 0 16 0 29310328 1579220992 88349 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32447] ppid=32440 vsize=1542208 CPUtime=42.82
/proc/32442/task/32447/stat : 32447 (java) S 32440 32442 32417 0 -1 4202560 6105 0 0 0 4273 9 0 0 15 0 16 0 29310330 1579220992 88349 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32448] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32448/stat : 32448 (java) S 32440 32442 32417 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 29310330 1579220992 88349 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32449] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32449/stat : 32449 (java) S 32440 32442 32417 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 29310331 1579220992 88349 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32450] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32450/stat : 32450 (java) S 32440 32442 32417 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29310335 1579220992 88349 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32451] ppid=32440 vsize=1542208 CPUtime=5.24
/proc/32442/task/32451/stat : 32451 (java) S 32440 32442 32417 0 -1 4202560 5578 0 0 0 521 3 0 0 15 0 16 0 29310335 1579220992 88349 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32452] ppid=32440 vsize=1542208 CPUtime=2.09
/proc/32442/task/32452/stat : 32452 (java) S 32440 32442 32417 0 -1 4202560 5669 0 0 0 207 2 0 0 15 0 16 0 29310335 1579220992 88349 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32453] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32453/stat : 32453 (java) S 32440 32442 32417 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 29310335 1579220992 88349 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32454] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32454/stat : 32454 (java) S 32440 32442 32417 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 29310335 1579220992 88349 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32455] ppid=32440 vsize=1542208 CPUtime=761.44
/proc/32442/task/32455/stat : 32455 (java) R 32440 32442 32417 0 -1 4202560 5301 0 0 0 76123 21 0 0 25 0 16 0 29310469 1579220992 88349 1992294400 134512640 134550932 4289554192 18446744073709551615 4109594453 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32442/tid=32456] ppid=32440 vsize=1542208 CPUtime=759.2
/proc/32442/task/32456/stat : 32456 (java) R 32440 32442 32417 0 -1 4202560 13174 0 0 0 75904 16 0 0 25 0 16 0 29310469 1579220992 88349 1992294400 134512640 134550932 4289554192 18446744073709551615 4109316263 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32442/tid=32457] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32457/stat : 32457 (java) S 32440 32442 32417 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29310505 1579220992 88349 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32458] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32458/stat : 32458 (java) S 32440 32442 32417 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 29310514 1579220992 88349 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1587.23
Current children cumulated vsize (KiB) 1542208

[startup+882.31 s]
/proc/loadavg: 1.92 1.91 1.59 3/122 32480
/proc/meminfo: memFree=1483992/2059040 swapFree=4140228/4192956
[pid=32442] ppid=32440 vsize=1542208 CPUtime=1701.41
/proc/32442/stat : 32442 (java) S 32440 32442 32417 0 -1 4202496 106002 0 1 0 170013 128 0 0 15 0 16 0 29310325 1579220992 91215 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32442/statm: 385552 91215 1450 10 0 382855 0
[pid=32442/tid=32444] ppid=32440 vsize=1542208 CPUtime=1
/proc/32442/task/32444/stat : 32444 (java) S 32440 32442 32417 0 -1 4202560 14404 0 1 0 93 7 0 0 15 0 16 0 29310327 1579220992 91215 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32445] ppid=32440 vsize=1542208 CPUtime=8.61
/proc/32442/task/32445/stat : 32445 (java) S 32440 32442 32417 0 -1 4202560 28565 0 0 0 830 31 0 0 16 0 16 0 29310328 1579220992 91215 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32446] ppid=32440 vsize=1542208 CPUtime=8.57
/proc/32442/task/32446/stat : 32446 (java) S 32440 32442 32417 0 -1 4202560 26034 0 0 0 827 30 0 0 15 0 16 0 29310328 1579220992 91215 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32447] ppid=32440 vsize=1542208 CPUtime=47.69
/proc/32442/task/32447/stat : 32447 (java) S 32440 32442 32417 0 -1 4202560 6109 0 0 0 4759 10 0 0 15 0 16 0 29310330 1579220992 91215 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32448] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32448/stat : 32448 (java) S 32440 32442 32417 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 29310330 1579220992 91215 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32449] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32449/stat : 32449 (java) S 32440 32442 32417 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 29310331 1579220992 91215 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32450] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32450/stat : 32450 (java) S 32440 32442 32417 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29310335 1579220992 91215 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32451] ppid=32440 vsize=1542208 CPUtime=5.24
/proc/32442/task/32451/stat : 32451 (java) S 32440 32442 32417 0 -1 4202560 5578 0 0 0 521 3 0 0 15 0 16 0 29310335 1579220992 91215 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32452] ppid=32440 vsize=1542208 CPUtime=2.09
/proc/32442/task/32452/stat : 32452 (java) S 32440 32442 32417 0 -1 4202560 5669 0 0 0 207 2 0 0 15 0 16 0 29310335 1579220992 91215 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32453] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32453/stat : 32453 (java) S 32440 32442 32417 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 29310335 1579220992 91215 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32454] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32454/stat : 32454 (java) S 32440 32442 32417 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 29310335 1579220992 91215 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32455] ppid=32440 vsize=1542208 CPUtime=815.61
/proc/32442/task/32455/stat : 32455 (java) R 32440 32442 32417 0 -1 4202560 5329 0 0 0 81540 21 0 0 25 0 16 0 29310469 1579220992 91215 1992294400 134512640 134550932 4289554192 18446744073709551615 4109581323 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32442/tid=32456] ppid=32440 vsize=1542208 CPUtime=812.49
/proc/32442/task/32456/stat : 32456 (java) R 32440 32442 32417 0 -1 4202560 13192 0 0 0 81230 19 0 0 25 0 16 0 29310469 1579220992 91215 1992294400 134512640 134550932 4289554192 18446744073709551615 4109480573 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32442/tid=32457] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32457/stat : 32457 (java) S 32440 32442 32417 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29310505 1579220992 91215 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32458] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32458/stat : 32458 (java) S 32440 32442 32417 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 29310514 1579220992 91215 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1701.41
Current children cumulated vsize (KiB) 1542208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+934.502 s]
/proc/loadavg: 1.98 1.94 1.61 3/122 32482
/proc/meminfo: memFree=1480148/2059040 swapFree=4140228/4192956
[pid=32442] ppid=32440 vsize=1542208 CPUtime=1800.19
/proc/32442/stat : 32442 (java) S 32440 32442 32417 0 -1 4202496 107168 0 1 0 179884 135 0 0 15 0 16 0 29310325 1579220992 92123 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32442/statm: 385552 92123 1450 10 0 382855 0
[pid=32442/tid=32444] ppid=32440 vsize=1542208 CPUtime=1
/proc/32442/task/32444/stat : 32444 (java) S 32440 32442 32417 0 -1 4202560 14405 0 1 0 93 7 0 0 15 0 16 0 29310327 1579220992 92123 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32445] ppid=32440 vsize=1542208 CPUtime=9.48
/proc/32442/task/32445/stat : 32445 (java) S 32440 32442 32417 0 -1 4202560 29004 0 0 0 914 34 0 0 16 0 16 0 29310328 1579220992 92123 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32446] ppid=32440 vsize=1542208 CPUtime=9.45
/proc/32442/task/32446/stat : 32446 (java) S 32440 32442 32417 0 -1 4202560 26713 0 0 0 914 31 0 0 15 0 16 0 29310328 1579220992 92123 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32447] ppid=32440 vsize=1542208 CPUtime=52.49
/proc/32442/task/32447/stat : 32447 (java) S 32440 32442 32417 0 -1 4202560 6111 0 0 0 5239 10 0 0 15 0 16 0 29310330 1579220992 92123 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 0 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32448] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32448/stat : 32448 (java) S 32440 32442 32417 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 29310330 1579220992 92123 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32449] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32449/stat : 32449 (java) S 32440 32442 32417 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 29310331 1579220992 92123 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32450] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32450/stat : 32450 (java) S 32440 32442 32417 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29310335 1579220992 92123 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32451] ppid=32440 vsize=1542208 CPUtime=5.24
/proc/32442/task/32451/stat : 32451 (java) S 32440 32442 32417 0 -1 4202560 5578 0 0 0 521 3 0 0 15 0 16 0 29310335 1579220992 92123 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32452] ppid=32440 vsize=1542208 CPUtime=2.09
/proc/32442/task/32452/stat : 32452 (java) S 32440 32442 32417 0 -1 4202560 5669 0 0 0 207 2 0 0 15 0 16 0 29310335 1579220992 92123 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32453] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32453/stat : 32453 (java) S 32440 32442 32417 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 29310335 1579220992 92123 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32454] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32454/stat : 32454 (java) S 32440 32442 32417 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 29310335 1579220992 92123 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
[pid=32442/tid=32455] ppid=32440 vsize=1542208 CPUtime=861.8
/proc/32442/task/32455/stat : 32455 (java) R 32440 32442 32417 0 -1 4202560 5350 0 0 0 86158 22 0 0 25 0 16 0 29310469 1579220992 92123 1992294400 134512640 134550932 4289554192 18446744073709551615 4109445988 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32442/tid=32456] ppid=32440 vsize=1542208 CPUtime=858.53
/proc/32442/task/32456/stat : 32456 (java) R 32440 32442 32417 0 -1 4202560 13214 0 0 0 85833 20 0 0 25 0 16 0 29310469 1579220992 92123 1992294400 134512640 134550932 4289554192 18446744073709551615 4109480434 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32442/tid=32457] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32457/stat : 32457 (java) S 32440 32442 32417 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29310505 1579220992 92123 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 1 0 0 0
[pid=32442/tid=32458] ppid=32440 vsize=1542208 CPUtime=0
/proc/32442/task/32458/stat : 32458 (java) S 32440 32442 32417 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 29310514 1579220992 92123 1992294400 134512640 134550932 4289554192 18446744073709551615 4294960144 0 4 0 16800975 18446604437862577984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1542208

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

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

[startup+934.702 s]
/proc/loadavg: 1.98 1.94 1.61 3/122 32482
/proc/meminfo: memFree=1480148/2059040 swapFree=4140228/4192956
[pid=32442] ppid=32440 vsize=0 CPUtime=1800.57
/proc/32442/stat : 32442 (java) Z 32440 32442 32417 0 -1 4203548 107190 0 1 0 179921 136 0 0 15 0 2 0 29310325 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32442/statm: 0 0 0 0 0 0 0
[pid=32442/tid=32455] ppid=32440 vsize=0 CPUtime=861.94
/proc/32442/task/32455/stat : 32455 (java) R 32440 32442 32417 0 -1 4203588 5350 0 0 0 86171 23 0 0 25 0 2 0 29310469 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.57
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 934.736
CPU time (s): 1800.61
CPU user time (s): 1799.21
CPU system time (s): 1.39879
CPU usage (%): 192.633
Max. virtual memory (cumulated for all children) (KiB): 1544372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 1.39879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107190
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= 27486
involuntary context switches= 52003

runsolver used 4.88026 second user time and 10.6544 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-15 01:02:20
IDJOB=2662189
IDBENCH=2457
IDSOLVER=1166
FILE ID=node018/2662189-1276556540
PBS_JOBID= 11173498
Free space on /tmp= 62368 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-agg.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662189-1276556540/watcher-2662189-1276556540 -o /tmp/evaluation-result-2662189-1276556540/solver-2662189-1276556540 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662189-1276556540.opb

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

MD5SUM BENCH= 4f19aa044e880280faec0077a2509ba8
RANDOM SEED=1542354321

node018.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.248
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.248
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1846844 kB
Buffers:         34160 kB
Cached:          91104 kB
SwapCached:       5836 kB
Active:          71684 kB
Inactive:        65928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1846844 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:            1216 kB
Writeback:           0 kB
AnonPages:       10836 kB
Mapped:          12952 kB
Slab:            52512 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   178964 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= 62368 MiB
End job on node018 at 2010-06-15 01:17:56