Trace number 2658775

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.14 1798.5

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-5-c.opb
MD5SUM47657fb6d35516304c5b4897d4fb805d
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables2678
Total number of constraints6689
Number of constraints which are clauses6689
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2678
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2678
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2678
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c solving HOME/instance-2658775-1276469130.opb
0.25/0.21	c reading problem ... 
1.34/0.85	c ... done. Wall clock time 0.645s.
1.34/0.85	c #vars     2678
1.34/0.85	c #constraints  6689
1.34/0.85	c constraints type 
1.34/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4978
1.34/0.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1711
6.66/5.18	c cleaning 2498 clauses out of 5000 with flag 5000/5000
10.84/8.99	c cleaning 4252 clauses out of 8504 with flag 11002/11002
15.73/13.88	c cleaning 5623 clauses out of 11250 with flag 18000/18000
21.56/19.69	c cleaning 6810 clauses out of 13628 with flag 26001/26001
29.21/27.26	c cleaning 7906 clauses out of 15819 with flag 35002/35002
37.92/35.99	c cleaning 8954 clauses out of 17913 with flag 45002/45002
47.31/45.33	c cleaning 9475 clauses out of 18957 with flag 55000/55000
56.80/54.89	c cleaning 9738 clauses out of 19483 with flag 65001/65001
66.30/64.32	c cleaning 9867 clauses out of 19744 with flag 75000/75000
76.40/74.44	c cleaning 9937 clauses out of 19877 with flag 85000/85000
86.90/84.91	c cleaning 9966 clauses out of 19940 with flag 95000/95000
97.31/95.34	c cleaning 9980 clauses out of 19974 with flag 105001/105001
108.12/106.15	c cleaning 9992 clauses out of 19993 with flag 115000/115000
119.21/117.28	c cleaning 9995 clauses out of 20001 with flag 125000/125000
130.31/128.31	c cleaning 9999 clauses out of 20006 with flag 135000/135000
140.80/138.82	c cleaning 9998 clauses out of 20007 with flag 145000/145000
150.91/148.95	c cleaning 10001 clauses out of 20010 with flag 155001/155001
161.90/159.90	c cleaning 9995 clauses out of 20008 with flag 165000/165000
172.10/170.11	c cleaning 10001 clauses out of 20014 with flag 175001/175001
183.30/181.40	c cleaning 10003 clauses out of 20013 with flag 185001/185001
195.10/193.11	c cleaning 10001 clauses out of 20009 with flag 195000/195000
206.50/204.55	c cleaning 9998 clauses out of 20009 with flag 205001/205001
215.72/213.73	c cleaning 10000 clauses out of 20010 with flag 215000/215000
224.53/222.59	c cleaning 9999 clauses out of 20012 with flag 225002/225002
233.43/231.43	c cleaning 10000 clauses out of 20011 with flag 235000/235000
242.44/240.44	c cleaning 10002 clauses out of 20012 with flag 245001/245001
251.53/249.51	c cleaning 9998 clauses out of 20009 with flag 255000/255000
260.73/258.78	c cleaning 9996 clauses out of 20011 with flag 265000/265000
269.92/267.92	c cleaning 10002 clauses out of 20015 with flag 275000/275000
279.42/277.43	c cleaning 9997 clauses out of 20013 with flag 285000/285000
289.02/287.02	c cleaning 10003 clauses out of 20017 with flag 295001/295001
298.81/296.83	c cleaning 9997 clauses out of 20013 with flag 305000/305000
308.71/306.75	c cleaning 10001 clauses out of 20018 with flag 315002/315002
318.50/316.53	c cleaning 10003 clauses out of 20016 with flag 325001/325001
328.62/326.62	c cleaning 9996 clauses out of 20012 with flag 335000/335000
338.80/336.82	c cleaning 10001 clauses out of 20017 with flag 345001/345001
348.79/346.83	c cleaning 10001 clauses out of 20015 with flag 355000/355000
358.89/356.97	c cleaning 10000 clauses out of 20014 with flag 365000/365000
369.09/367.18	c cleaning 9999 clauses out of 20014 with flag 375000/375000
379.38/377.41	c cleaning 10002 clauses out of 20015 with flag 385000/385000
389.77/387.87	c cleaning 9999 clauses out of 20014 with flag 395001/395001
399.77/397.89	c cleaning 10002 clauses out of 20014 with flag 405000/405000
410.17/408.21	c cleaning 9998 clauses out of 20012 with flag 415000/415000
420.47/418.54	c cleaning 9999 clauses out of 20014 with flag 425000/425000
431.15/429.27	c cleaning 9998 clauses out of 20015 with flag 435000/435000
442.05/440.12	c cleaning 10003 clauses out of 20018 with flag 445001/445001
452.86/450.99	c cleaning 10000 clauses out of 20014 with flag 455000/455000
463.95/462.06	c cleaning 10002 clauses out of 20016 with flag 465002/465002
474.85/472.98	c cleaning 9997 clauses out of 20012 with flag 475000/475000
485.63/483.71	c cleaning 10005 clauses out of 20017 with flag 485002/485002
496.23/494.36	c cleaning 9999 clauses out of 20010 with flag 495000/495000
506.74/504.87	c cleaning 10000 clauses out of 20012 with flag 505001/505001
518.12/516.22	c cleaning 9999 clauses out of 20011 with flag 515000/515000
529.52/527.64	c cleaning 10001 clauses out of 20013 with flag 525001/525001
540.61/538.72	c cleaning 10001 clauses out of 20012 with flag 535001/535001
551.82/549.97	c cleaning 9997 clauses out of 20010 with flag 545000/545000
562.81/560.93	c cleaning 9997 clauses out of 20014 with flag 555001/555001
573.71/571.86	c cleaning 9999 clauses out of 20016 with flag 565000/565000
584.60/582.78	c cleaning 10005 clauses out of 20019 with flag 575002/575002
595.90/594.03	c cleaning 9999 clauses out of 20013 with flag 585001/585001
606.69/604.88	c cleaning 10003 clauses out of 20014 with flag 595001/595001
617.68/615.84	c cleaning 10003 clauses out of 20011 with flag 605001/605001
628.89/627.01	c cleaning 9999 clauses out of 20007 with flag 615000/615000
639.88/638.05	c cleaning 10000 clauses out of 20009 with flag 625001/625001
650.88/649.05	c cleaning 9994 clauses out of 20008 with flag 635000/635000
662.07/660.28	c cleaning 10002 clauses out of 20014 with flag 645000/645000
673.37/671.50	c cleaning 9999 clauses out of 20012 with flag 655000/655000
684.57/682.74	c cleaning 9998 clauses out of 20013 with flag 665000/665000
695.87/694.04	c cleaning 9996 clauses out of 20015 with flag 675000/675000
707.05/705.25	c cleaning 10004 clauses out of 20019 with flag 685000/685000
718.55/716.77	c cleaning 10003 clauses out of 20016 with flag 695001/695001
729.96/728.15	c cleaning 9999 clauses out of 20013 with flag 705001/705001
741.04/739.25	c cleaning 9998 clauses out of 20013 with flag 715000/715000
751.95/750.17	c cleaning 10001 clauses out of 20016 with flag 725001/725001
762.83/761.05	c cleaning 10000 clauses out of 20014 with flag 735000/735000
773.83/772.06	c cleaning 10000 clauses out of 20016 with flag 745002/745002
784.76/782.91	c cleaning 9998 clauses out of 20016 with flag 755002/755002
795.66/793.80	c cleaning 9998 clauses out of 20016 with flag 765000/765000
806.56/804.73	c cleaning 10003 clauses out of 20019 with flag 775001/775001
817.36/815.57	c cleaning 10002 clauses out of 20015 with flag 785000/785000
828.85/827.04	c cleaning 10001 clauses out of 20014 with flag 795001/795001
840.45/838.62	c cleaning 10003 clauses out of 20013 with flag 805001/805001
851.85/850.04	c cleaning 9997 clauses out of 20009 with flag 815000/815000
863.34/861.53	c cleaning 9999 clauses out of 20013 with flag 825001/825001
875.15/873.32	c cleaning 9995 clauses out of 20014 with flag 835001/835001
886.64/884.88	c cleaning 10000 clauses out of 20018 with flag 845000/845000
898.34/896.51	c cleaning 10000 clauses out of 20018 with flag 855000/855000
910.04/908.22	c cleaning 9999 clauses out of 20018 with flag 865000/865000
921.64/919.84	c cleaning 10001 clauses out of 20019 with flag 875000/875000
933.23/931.45	c cleaning 10003 clauses out of 20019 with flag 885001/885001
944.62/942.80	c cleaning 10000 clauses out of 20015 with flag 895000/895000
956.52/954.74	c cleaning 10003 clauses out of 20015 with flag 905000/905000
968.01/966.25	c cleaning 10001 clauses out of 20012 with flag 915000/915000
979.81/978.04	c cleaning 9999 clauses out of 20012 with flag 925001/925001
991.51/989.75	c cleaning 9997 clauses out of 20012 with flag 935000/935000
1002.60/1000.87	c cleaning 10001 clauses out of 20015 with flag 945000/945000
1014.00/1012.24	c cleaning 10001 clauses out of 20015 with flag 955001/955001
1025.39/1023.66	c cleaning 10000 clauses out of 20014 with flag 965001/965001
1036.79/1035.01	c cleaning 10000 clauses out of 20013 with flag 975000/975000
1048.19/1046.46	c cleaning 9999 clauses out of 20014 with flag 985001/985001
1059.69/1058.00	c cleaning 9999 clauses out of 20014 with flag 995000/995000
1071.19/1069.43	c cleaning 10001 clauses out of 20016 with flag 1005001/1005001
1082.58/1080.88	c cleaning 9999 clauses out of 20015 with flag 1015001/1015001
1093.99/1092.26	c cleaning 10002 clauses out of 20015 with flag 1025000/1025000
1105.48/1103.71	c cleaning 10000 clauses out of 20013 with flag 1035000/1035000
1116.88/1115.11	c cleaning 9996 clauses out of 20013 with flag 1045000/1045000
1128.37/1126.65	c cleaning 10003 clauses out of 20017 with flag 1055000/1055000
1139.47/1137.75	c cleaning 9998 clauses out of 20014 with flag 1065000/1065000
1150.97/1149.26	c cleaning 9997 clauses out of 20016 with flag 1075000/1075000
1162.56/1160.81	c cleaning 10003 clauses out of 20020 with flag 1085001/1085001
1174.06/1172.35	c cleaning 9998 clauses out of 20017 with flag 1095001/1095001
1185.65/1183.94	c cleaning 10003 clauses out of 20019 with flag 1105001/1105001
1197.15/1195.40	c cleaning 10000 clauses out of 20015 with flag 1115000/1115000
1208.74/1207.06	c cleaning 9998 clauses out of 20015 with flag 1125000/1125000
1220.44/1218.77	c cleaning 10002 clauses out of 20018 with flag 1135001/1135001
1232.23/1230.59	c cleaning 10003 clauses out of 20017 with flag 1145002/1145002
1243.93/1242.24	c cleaning 9998 clauses out of 20014 with flag 1155002/1155002
1255.33/1253.64	c cleaning 10000 clauses out of 20014 with flag 1165000/1165000
1267.03/1265.39	c cleaning 9998 clauses out of 20015 with flag 1175001/1175001
1278.43/1276.70	c cleaning 9999 clauses out of 20016 with flag 1185000/1185000
1290.33/1288.67	c cleaning 9999 clauses out of 20017 with flag 1195000/1195000
1301.93/1300.26	c cleaning 10002 clauses out of 20019 with flag 1205001/1205001
1313.42/1311.71	c cleaning 10000 clauses out of 20017 with flag 1215001/1215001
1325.22/1323.56	c cleaning 9997 clauses out of 20016 with flag 1225000/1225000
1337.02/1335.34	c cleaning 10004 clauses out of 20021 with flag 1235002/1235002
1348.61/1346.94	c cleaning 10002 clauses out of 20015 with flag 1245000/1245000
1360.51/1358.81	c cleaning 9998 clauses out of 20014 with flag 1255001/1255001
1372.21/1370.59	c cleaning 10002 clauses out of 20015 with flag 1265000/1265000
1383.89/1382.25	c cleaning 10001 clauses out of 20013 with flag 1275000/1275000
1395.59/1393.96	c cleaning 9996 clauses out of 20012 with flag 1285000/1285000
1407.39/1405.72	c cleaning 10001 clauses out of 20017 with flag 1295001/1295001
1418.68/1417.05	c cleaning 10003 clauses out of 20016 with flag 1305001/1305001
1430.49/1428.82	c cleaning 9995 clauses out of 20012 with flag 1315000/1315000
1442.17/1440.56	c cleaning 10002 clauses out of 20017 with flag 1325000/1325000
1453.47/1451.81	c cleaning 10004 clauses out of 20015 with flag 1335000/1335000
1464.87/1463.27	c cleaning 10000 clauses out of 20011 with flag 1345000/1345000
1476.47/1474.83	c cleaning 9998 clauses out of 20011 with flag 1355000/1355000
1487.77/1486.18	c cleaning 9999 clauses out of 20014 with flag 1365001/1365001
1499.77/1498.12	c cleaning 10001 clauses out of 20015 with flag 1375001/1375001
1511.46/1509.87	c cleaning 9998 clauses out of 20014 with flag 1385001/1385001
1523.16/1521.53	c cleaning 10002 clauses out of 20015 with flag 1395000/1395000
1534.66/1533.09	c cleaning 9998 clauses out of 20014 with flag 1405001/1405001
1546.45/1544.83	c cleaning 10001 clauses out of 20015 with flag 1415000/1415000
1557.65/1556.03	c cleaning 10000 clauses out of 20015 with flag 1425001/1425001
1569.15/1567.58	c cleaning 9999 clauses out of 20015 with flag 1435001/1435001
1580.74/1579.16	c cleaning 10000 clauses out of 20015 with flag 1445000/1445000
1592.14/1590.52	c cleaning 10000 clauses out of 20015 with flag 1455000/1455000
1603.53/1601.91	c cleaning 10000 clauses out of 20015 with flag 1465000/1465000
1615.03/1613.42	c cleaning 10000 clauses out of 20016 with flag 1475001/1475001
1626.33/1624.76	c cleaning 10001 clauses out of 20016 with flag 1485001/1485001
1637.62/1636.03	c cleaning 10002 clauses out of 20014 with flag 1495000/1495000
1649.12/1647.58	c cleaning 9994 clauses out of 20012 with flag 1505000/1505000
1660.52/1658.93	c cleaning 9998 clauses out of 20018 with flag 1515000/1515000
1672.11/1670.52	c cleaning 10001 clauses out of 20021 with flag 1525001/1525001
1683.52/1681.91	c cleaning 10000 clauses out of 20020 with flag 1535001/1535001
1694.81/1693.30	c cleaning 10001 clauses out of 20020 with flag 1545001/1545001
1706.40/1704.87	c cleaning 10004 clauses out of 20019 with flag 1555001/1555001
1718.10/1716.56	c cleaning 9999 clauses out of 20014 with flag 1565000/1565000
1729.61/1728.10	c cleaning 10003 clauses out of 20017 with flag 1575002/1575002
1741.50/1739.91	c cleaning 10002 clauses out of 20013 with flag 1585001/1585001
1753.30/1751.76	c cleaning 9997 clauses out of 20010 with flag 1595000/1595000
1765.20/1763.63	c cleaning 9996 clauses out of 20014 with flag 1605001/1605001
1776.90/1775.36	c cleaning 10002 clauses out of 20017 with flag 1615000/1615000
1788.69/1787.12	c cleaning 9999 clauses out of 20016 with flag 1625001/1625001
1800.01/1798.42	c starts		: 209
1800.01/1798.42	c conflicts		: 1634631
1800.01/1798.42	c decisions		: 1694219
1800.01/1798.42	c propagations		: 986639380
1800.01/1798.42	c inspects		: 10053265904
1800.01/1798.42	c learnt literals	: 1
1800.01/1798.42	c learnt binary clauses	: 64
1800.01/1798.42	c learnt ternary clauses	: 61
1800.01/1798.42	c learnt clauses	: 1634630
1800.01/1798.42	c ignored clauses	: 0
1800.01/1798.42	c root simplifications	: 0
1800.01/1798.42	c removed literals (reason simplification)	: 17310923
1800.01/1798.42	c reason swapping (by a shorter reason)	: 0
1800.01/1798.42	c Calls to reduceDB	: 164
1800.01/1798.42	c number of reductions to clauses (during analyze)	: 0
1800.01/1798.42	c number of learned constraints concerned by reduction	: 0
1800.01/1798.42	c number of learning phase by resolution	: 0
1800.01/1798.42	c number of learning phase by cutting planes	: 0
1800.01/1798.42	c speed (assignments/second)	: 548874.9582073992
1800.01/1798.42	c non guided choices	0
1800.01/1798.45	c learnt constraints type 
1800.01/1798.45	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19590
1800.01/1798.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 64
1800.01/1798.45	c constraints type 
1800.01/1798.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4978
1800.01/1798.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1711
1800.01/1798.45	s UNKNOWN
1800.01/1798.45	c Total wall clock time (in seconds): 1798.242

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-2658775-1276469130/watcher-2658775-1276469130 -o /tmp/evaluation-result-2658775-1276469130/solver-2658775-1276469130 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658775-1276469130.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 1.01 1.05 3/106 25360
/proc/meminfo: memFree=1652792/2059040 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=444 CPUtime=0
/proc/25360/stat : 25360 (java6) R 25358 25360 24373 0 -1 4194304 131 0 0 0 0 0 0 0 19 0 1 0 22516755 454656 50 1992294400 134512640 134550932 4286981904 18446744073709551615 8782366 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/25360/statm: 436 55 44 10 0 28 0

[startup+0.072058 s]
/proc/loadavg: 0.92 1.01 1.05 3/106 25360
/proc/meminfo: memFree=1652792/2059040 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=1521796 CPUtime=0.05
/proc/25360/stat : 25360 (java) S 25358 25360 24373 0 -1 4202496 3696 0 1 0 3 2 0 0 18 0 7 0 22516755 1558319104 3137 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/25360/statm: 380449 3137 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101058 s]
/proc/loadavg: 0.92 1.01 1.05 3/106 25360
/proc/meminfo: memFree=1652792/2059040 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=1524024 CPUtime=0.09
/proc/25360/stat : 25360 (java) S 25358 25360 24373 0 -1 4202496 3933 0 1 0 6 3 0 0 18 0 12 0 22516755 1560600576 3372 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25360/statm: 381006 3372 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524024

[startup+0.300413 s]
/proc/loadavg: 0.92 1.01 1.05 3/106 25360
/proc/meminfo: memFree=1652792/2059040 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=1526508 CPUtime=0.36
/proc/25360/stat : 25360 (java) S 25358 25360 24373 0 -1 4202496 5343 0 1 0 32 4 0 0 18 0 12 0 22516755 1563144192 4780 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25360/statm: 381627 4780 1361 10 0 378929 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526508

[startup+0.700411 s]
/proc/loadavg: 0.92 1.01 1.05 3/106 25360
/proc/meminfo: memFree=1652792/2059040 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=1529452 CPUtime=1.14
/proc/25360/stat : 25360 (java) S 25358 25360 24373 0 -1 4202496 8227 0 1 0 108 6 0 0 18 0 12 0 22516755 1566158848 7163 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25360/statm: 382363 7164 1401 10 0 379665 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1529452

[startup+1.50141 s]
/proc/loadavg: 0.92 1.01 1.05 4/119 25373
/proc/meminfo: memFree=1620944/2059040 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=1532508 CPUtime=2.66
/proc/25360/stat : 25360 (java) S 25358 25360 24373 0 -1 4202496 11561 0 1 0 259 7 0 0 18 0 13 0 22516755 1569288192 9783 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25360/statm: 383127 9783 1423 10 0 380429 0
[pid=25360/tid=25362] ppid=25358 vsize=1532508 CPUtime=1.47
/proc/25360/task/25362/stat : 25362 (java) R 25358 25360 24373 0 -1 4202560 7258 0 1 0 142 5 0 0 19 0 13 0 22516757 1569288192 9783 1992294400 134512640 134550932 4290766784 18446744073709551615 4109166145 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 24373 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 22516758 1569288192 9783 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 24373 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 22516758 1569288192 9783 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 24373 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 22516760 1569288192 9783 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 24373 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 22516760 1569288192 9783 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 24373 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 22516760 1569288192 9783 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 24373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22516765 1569288192 9783 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=1532508 CPUtime=0.51
/proc/25360/task/25369/stat : 25369 (java) R 25358 25360 24373 0 -1 4202560 1200 0 0 0 51 0 0 0 25 0 13 0 22516765 1569288192 9783 1992294400 134512640 134550932 4290766784 18446744073709551615 103237045 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=1532508 CPUtime=0.65
/proc/25360/task/25370/stat : 25370 (java) R 25358 25360 24373 0 -1 4202560 2038 0 0 0 65 0 0 0 25 0 13 0 22516765 1569288192 9783 1992294400 134512640 134550932 4290766784 18446744073709551615 105390154 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 24373 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 22516765 1569288192 9783 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 24373 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 22516765 1569288192 9783 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 24373 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22516854 1569288192 9783 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 1532508

[startup+3.1014 s]
/proc/loadavg: 1.09 1.04 1.06 2/119 25373
/proc/meminfo: memFree=1618092/2059040 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=1532508 CPUtime=4.62
/proc/25360/stat : 25360 (java) S 25358 25360 24373 0 -1 4202496 11827 0 1 0 455 7 0 0 18 0 13 0 22516755 1569288192 10047 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25360/statm: 383127 10047 1425 10 0 380429 0
[pid=25360/tid=25362] ppid=25358 vsize=1532508 CPUtime=3.06
/proc/25360/task/25362/stat : 25362 (java) R 25358 25360 24373 0 -1 4202560 7435 0 1 0 301 5 0 0 24 0 13 0 22516757 1569288192 10047 1992294400 134512640 134550932 4290766784 18446744073709551615 4109716183 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 24373 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 22516758 1569288192 10047 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 24373 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 22516758 1569288192 10047 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 24373 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 22516760 1569288192 10047 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 24373 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 22516760 1569288192 10047 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 24373 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 22516760 1569288192 10047 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 24373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22516765 1569288192 10047 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=1532508 CPUtime=0.69
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 24373 0 -1 4202560 1213 0 0 0 69 0 0 0 19 0 13 0 22516765 1569288192 10047 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=1532508 CPUtime=0.83
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 24373 0 -1 4202560 2114 0 0 0 83 0 0 0 19 0 13 0 22516765 1569288192 10047 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 24373 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 22516765 1569288192 10047 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 24373 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 22516765 1569288192 10047 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=1532508 CPUtime=0
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 24373 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22516854 1569288192 10047 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 1532508

[startup+6.30138 s]
/proc/loadavg: 1.09 1.04 1.06 4/119 25375
/proc/meminfo: memFree=1608172/2059040 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=1534600 CPUtime=8.2
/proc/25360/stat : 25360 (java) S 25358 25360 24373 0 -1 4202496 14477 0 1 0 811 9 0 0 18 0 13 0 22516755 1571430400 11868 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25360/statm: 383650 11868 1443 10 0 380952 0
[pid=25360/tid=25362] ppid=25358 vsize=1534600 CPUtime=6.22
/proc/25360/task/25362/stat : 25362 (java) R 25358 25360 24373 0 -1 4202560 7553 0 1 0 616 6 0 0 25 0 13 0 22516757 1571430400 11868 1992294400 134512640 134550932 4290766784 18446744073709551615 4109585065 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=1534600 CPUtime=0.01
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 24373 0 -1 4202560 479 0 0 0 1 0 0 0 17 0 13 0 22516758 1571430400 11868 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 24373 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 22516758 1571430400 11868 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=1534600 CPUtime=0.02
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 24373 0 -1 4202560 523 0 0 0 2 0 0 0 16 0 13 0 22516760 1571430400 11868 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 24373 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22516760 1571430400 11868 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22516760 1571430400 11868 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 24373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22516765 1571430400 11868 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=1534600 CPUtime=1.06
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 24373 0 -1 4202560 2744 0 0 0 106 0 0 0 16 0 13 0 22516765 1571430400 11868 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=1534600 CPUtime=0.83
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 24373 0 -1 4202560 2114 0 0 0 83 0 0 0 18 0 13 0 22516765 1571430400 11868 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 24373 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 22516765 1571430400 11868 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 24373 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 22516765 1571430400 11868 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 24373 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22516854 1571430400 11868 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.2
Current children cumulated vsize (KiB) 1534600

[startup+12.7003 s]
/proc/loadavg: 1.07 1.04 1.06 2/119 25375
/proc/meminfo: memFree=1608172/2059040 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=1534600 CPUtime=14.63
/proc/25360/stat : 25360 (java) S 25358 25360 24373 0 -1 4202496 14842 0 1 0 1454 9 0 0 18 0 13 0 22516755 1571430400 12174 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25360/statm: 383650 12174 1443 10 0 380952 0
[pid=25360/tid=25362] ppid=25358 vsize=1534600 CPUtime=12.58
/proc/25360/task/25362/stat : 25362 (java) R 25358 25360 24373 0 -1 4202560 7555 0 1 0 1252 6 0 0 25 0 13 0 22516757 1571430400 12174 1992294400 134512640 134550932 4290766784 18446744073709551615 4109691231 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=1534600 CPUtime=0.01
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 24373 0 -1 4202560 507 0 0 0 1 0 0 0 15 0 13 0 22516758 1571430400 12174 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 24373 0 -1 4202560 184 0 0 0 0 0 0 0 16 0 13 0 22516758 1571430400 12174 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=1534600 CPUtime=0.05
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 24373 0 -1 4202560 673 0 0 0 5 0 0 0 15 0 13 0 22516760 1571430400 12174 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 24373 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22516760 1571430400 12174 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22516760 1571430400 12174 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 24373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22516765 1571430400 12174 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=1534600 CPUtime=1.11
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 24373 0 -1 4202560 2745 0 0 0 111 0 0 0 16 0 13 0 22516765 1571430400 12174 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=1534600 CPUtime=0.83
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 24373 0 -1 4202560 2114 0 0 0 83 0 0 0 18 0 13 0 22516765 1571430400 12174 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 24373 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 22516765 1571430400 12174 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 24373 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 22516765 1571430400 12174 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 24373 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22516854 1571430400 12174 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.63
Current children cumulated vsize (KiB) 1534600

[startup+25.5013 s]
/proc/loadavg: 1.06 1.04 1.06 2/119 25375
/proc/meminfo: memFree=1607924/2059040 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=1534600 CPUtime=27.51
/proc/25360/stat : 25360 (java) S 25358 25360 24373 0 -1 4202496 15027 0 1 0 2741 10 0 0 18 0 13 0 22516755 1571430400 12254 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25360/statm: 383650 12254 1443 10 0 380952 0
[pid=25360/tid=25362] ppid=25358 vsize=1534600 CPUtime=25.31
/proc/25360/task/25362/stat : 25362 (java) R 25358 25360 24373 0 -1 4202560 7557 0 1 0 2524 7 0 0 25 0 13 0 22516757 1571430400 12254 1992294400 134512640 134550932 4290766784 18446744073709551615 4109716183 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=1534600 CPUtime=0.02
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 24373 0 -1 4202560 522 0 0 0 2 0 0 0 15 0 13 0 22516758 1571430400 12254 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 24373 0 -1 4202560 228 0 0 0 0 0 0 0 16 0 13 0 22516758 1571430400 12254 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=1534600 CPUtime=0.11

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

[pid=25360] ppid=25358 vsize=1534600 CPUtime=1603.93
/proc/25360/stat : 25360 (java) S 25358 25360 24373 0 -1 4202496 15727 0 1 0 160348 45 0 0 18 0 13 0 22516755 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25360/statm: 383650 12624 1443 10 0 380952 0
[pid=25360/tid=25362] ppid=25358 vsize=1534600 CPUtime=1596.63
/proc/25360/task/25362/stat : 25362 (java) R 25358 25360 24373 0 -1 4202560 7702 0 1 0 159627 36 0 0 25 0 13 0 22516757 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4109650792 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=1534600 CPUtime=0.31
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 24373 0 -1 4202560 536 0 0 0 30 1 0 0 16 0 13 0 22516758 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=1534600 CPUtime=0.25
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 24373 0 -1 4202560 239 0 0 0 24 1 0 0 15 0 13 0 22516758 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=1534600 CPUtime=4.54
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 24373 0 -1 4202560 1218 0 0 0 452 2 0 0 16 0 13 0 22516760 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 24373 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22516760 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22516760 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 24373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=1534600 CPUtime=1.12
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 24373 0 -1 4202560 2746 0 0 0 112 0 0 0 15 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=1534600 CPUtime=1
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 24373 0 -1 4202560 2130 0 0 0 100 0 0 0 16 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 24373 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 24373 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 24373 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22516854 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1603.93
Current children cumulated vsize (KiB) 1534600

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 25428
/proc/meminfo: memFree=1604204/2059040 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=1534600 CPUtime=1663.92
/proc/25360/stat : 25360 (java) S 25358 25360 24373 0 -1 4202496 15740 0 1 0 166347 45 0 0 18 0 13 0 22516755 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25360/statm: 383650 12624 1443 10 0 380952 0
[pid=25360/tid=25362] ppid=25358 vsize=1534600 CPUtime=1656.44
/proc/25360/task/25362/stat : 25362 (java) R 25358 25360 24373 0 -1 4202560 7707 0 1 0 165608 36 0 0 25 0 13 0 22516757 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4109792761 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=1534600 CPUtime=0.31
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 24373 0 -1 4202560 536 0 0 0 30 1 0 0 15 0 13 0 22516758 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=1534600 CPUtime=0.27
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 24373 0 -1 4202560 239 0 0 0 26 1 0 0 15 0 13 0 22516758 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=1534600 CPUtime=4.69
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 24373 0 -1 4202560 1222 0 0 0 467 2 0 0 15 0 13 0 22516760 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 24373 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22516760 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22516760 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 24373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=1534600 CPUtime=1.12
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 24373 0 -1 4202560 2746 0 0 0 112 0 0 0 15 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=1534600 CPUtime=1
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 24373 0 -1 4202560 2130 0 0 0 100 0 0 0 16 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 24373 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 24373 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 24373 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22516854 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1663.92
Current children cumulated vsize (KiB) 1534600

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 25431
/proc/meminfo: memFree=1603460/2059040 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=1534600 CPUtime=1723.9
/proc/25360/stat : 25360 (java) S 25358 25360 24373 0 -1 4202496 15753 0 1 0 172345 45 0 0 18 0 13 0 22516755 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25360/statm: 383650 12624 1443 10 0 380952 0
[pid=25360/tid=25362] ppid=25358 vsize=1534600 CPUtime=1716.26
/proc/25360/task/25362/stat : 25362 (java) R 25358 25360 24373 0 -1 4202560 7712 0 1 0 171590 36 0 0 25 0 13 0 22516757 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4109791076 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=1534600 CPUtime=0.32
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 24373 0 -1 4202560 536 0 0 0 31 1 0 0 15 0 13 0 22516758 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=1534600 CPUtime=0.28
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 24373 0 -1 4202560 239 0 0 0 27 1 0 0 15 0 13 0 22516758 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=1534600 CPUtime=4.85
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 24373 0 -1 4202560 1226 0 0 0 483 2 0 0 15 0 13 0 22516760 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 24373 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22516760 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22516760 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 24373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=1534600 CPUtime=1.12
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 24373 0 -1 4202560 2746 0 0 0 112 0 0 0 15 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=1534600 CPUtime=1
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 24373 0 -1 4202560 2130 0 0 0 100 0 0 0 16 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 24373 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 24373 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 24373 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22516854 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1723.9
Current children cumulated vsize (KiB) 1534600

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 25433
/proc/meminfo: memFree=1603460/2059040 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=1534600 CPUtime=1783.89
/proc/25360/stat : 25360 (java) S 25358 25360 24373 0 -1 4202496 15764 0 1 0 178343 46 0 0 18 0 13 0 22516755 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25360/statm: 383650 12624 1443 10 0 380952 0
[pid=25360/tid=25362] ppid=25358 vsize=1534600 CPUtime=1776.07
/proc/25360/task/25362/stat : 25362 (java) R 25358 25360 24373 0 -1 4202560 7717 0 1 0 177571 36 0 0 25 0 13 0 22516757 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4109585065 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=1534600 CPUtime=0.32
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 24373 0 -1 4202560 536 0 0 0 31 1 0 0 15 0 13 0 22516758 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=1534600 CPUtime=0.29
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 24373 0 -1 4202560 239 0 0 0 28 1 0 0 15 0 13 0 22516758 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=1534600 CPUtime=5
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 24373 0 -1 4202560 1228 0 0 0 498 2 0 0 15 0 13 0 22516760 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 24373 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22516760 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22516760 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 24373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=1534600 CPUtime=1.12
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 24373 0 -1 4202560 2746 0 0 0 112 0 0 0 15 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=1534600 CPUtime=1
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 24373 0 -1 4202560 2130 0 0 0 100 0 0 0 16 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 24373 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 24373 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 24373 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22516854 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1783.89
Current children cumulated vsize (KiB) 1534600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 25433
/proc/meminfo: memFree=1603460/2059040 swapFree=4192956/4192956
[pid=25360] ppid=25358 vsize=1534600 CPUtime=1800.01
/proc/25360/stat : 25360 (java) S 25358 25360 24373 0 -1 4202496 15767 0 1 0 179955 46 0 0 18 0 13 0 22516755 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/25360/statm: 383650 12624 1443 10 0 380952 0
[pid=25360/tid=25362] ppid=25358 vsize=1534600 CPUtime=1792.15
/proc/25360/task/25362/stat : 25362 (java) R 25358 25360 24373 0 -1 4202560 7718 0 1 0 179179 36 0 0 25 0 13 0 22516757 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4109716183 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25360/tid=25363] ppid=25358 vsize=1534600 CPUtime=0.32
/proc/25360/task/25363/stat : 25363 (java) S 25358 25360 24373 0 -1 4202560 536 0 0 0 31 1 0 0 15 0 13 0 22516758 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25364] ppid=25358 vsize=1534600 CPUtime=0.29
/proc/25360/task/25364/stat : 25364 (java) S 25358 25360 24373 0 -1 4202560 239 0 0 0 28 1 0 0 15 0 13 0 22516758 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25365] ppid=25358 vsize=1534600 CPUtime=5.03
/proc/25360/task/25365/stat : 25365 (java) S 25358 25360 24373 0 -1 4202560 1230 0 0 0 501 2 0 0 15 0 13 0 22516760 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 0 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25366] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25366/stat : 25366 (java) S 25358 25360 24373 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 22516760 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25367] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25367/stat : 25367 (java) S 25358 25360 24373 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 22516760 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25368] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25368/stat : 25368 (java) S 25358 25360 24373 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25369] ppid=25358 vsize=1534600 CPUtime=1.12
/proc/25360/task/25369/stat : 25369 (java) S 25358 25360 24373 0 -1 4202560 2746 0 0 0 112 0 0 0 15 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25370] ppid=25358 vsize=1534600 CPUtime=1
/proc/25360/task/25370/stat : 25370 (java) S 25358 25360 24373 0 -1 4202560 2130 0 0 0 100 0 0 0 16 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 1 0 0 0
[pid=25360/tid=25371] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25371/stat : 25371 (java) S 25358 25360 24373 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25372] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25372/stat : 25372 (java) S 25358 25360 24373 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 22516765 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
[pid=25360/tid=25373] ppid=25358 vsize=1534600 CPUtime=0
/proc/25360/task/25373/stat : 25373 (java) S 25358 25360 24373 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 22516854 1571430400 12624 1992294400 134512640 134550932 4290766784 18446744073709551615 4294960144 0 4 0 16800975 18446604437823067264 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1534600

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

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

Child status: 143
Real time (s): 1798.5
CPU time (s): 1800.14
CPU user time (s): 1799.67
CPU system time (s): 0.468928
CPU usage (%): 100.091
Max. virtual memory (cumulated for all children) (KiB): 1535204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.468928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15791
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= 38374
involuntary context switches= 19026

runsolver used 3.52346 second user time and 9.71852 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-14 00:45:30
IDJOB=2658775
IDBENCH=2198
IDSOLVER=1164
FILE ID=node005/2658775-1276469130
PBS_JOBID= 11173355
Free space on /tmp= 62532 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-5-c.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658775-1276469130/watcher-2658775-1276469130 -o /tmp/evaluation-result-2658775-1276469130/solver-2658775-1276469130 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658775-1276469130.opb

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

MD5SUM BENCH= 47657fb6d35516304c5b4897d4fb805d
RANDOM SEED=1609681263

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:       1653188 kB
Buffers:        118996 kB
Cached:         157856 kB
SwapCached:          0 kB
Active:         162420 kB
Inactive:       173784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1653188 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             520 kB
Writeback:           0 kB
AnonPages:       59312 kB
Mapped:          15396 kB
Slab:            47724 kB
PageTables:       3952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180836 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= 62532 MiB
End job on node005 at 2010-06-14 01:15:31