Trace number 2658761

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.19 1799.61

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-2-c.opb
MD5SUM02ee6f086501e1f86c8de97a222a24d7
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 variables2606
Total number of constraints6509
Number of constraints which are clauses6509
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 2606
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 2606
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 2606
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-2658761-1276416722.opb
0.21/0.22	c reading problem ... 
1.22/0.83	c ... done. Wall clock time 0.611s.
1.22/0.83	c #vars     2606
1.22/0.84	c #constraints  6509
1.22/0.84	c constraints type 
1.22/0.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4834
1.22/0.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1675
7.03/6.11	c cleaning 2498 clauses out of 5000 with flag 5000/5000
11.70/10.73	c cleaning 4251 clauses out of 8502 with flag 11000/11000
17.10/16.14	c cleaning 5624 clauses out of 11252 with flag 18001/18001
22.62/21.66	c cleaning 6814 clauses out of 13627 with flag 26000/26000
29.05/28.03	c cleaning 7906 clauses out of 15814 with flag 35001/35001
36.94/35.99	c cleaning 8954 clauses out of 17907 with flag 45000/45000
45.34/44.30	c cleaning 9474 clauses out of 18955 with flag 55002/55002
53.54/52.57	c cleaning 9736 clauses out of 19479 with flag 65000/65000
62.65/61.62	c cleaning 9867 clauses out of 19743 with flag 75000/75000
72.46/71.44	c cleaning 9929 clauses out of 19876 with flag 85000/85000
82.36/81.38	c cleaning 9969 clauses out of 19947 with flag 95000/95000
92.35/91.33	c cleaning 9984 clauses out of 19978 with flag 105000/105000
102.25/101.27	c cleaning 9988 clauses out of 19994 with flag 115000/115000
112.57/111.59	c cleaning 9998 clauses out of 20006 with flag 125000/125000
122.98/121.98	c cleaning 9995 clauses out of 20008 with flag 135000/135000
132.88/131.89	c cleaning 9999 clauses out of 20014 with flag 145001/145001
142.88/141.84	c cleaning 10002 clauses out of 20014 with flag 155000/155000
152.78/151.78	c cleaning 9995 clauses out of 20012 with flag 165000/165000
162.46/161.43	c cleaning 10004 clauses out of 20017 with flag 175000/175000
172.47/171.42	c cleaning 9997 clauses out of 20013 with flag 185000/185000
182.46/181.41	c cleaning 10001 clauses out of 20017 with flag 195001/195001
192.85/191.80	c cleaning 9998 clauses out of 20015 with flag 205000/205000
202.85/201.89	c cleaning 10003 clauses out of 20017 with flag 215000/215000
213.26/212.22	c cleaning 10000 clauses out of 20014 with flag 225000/225000
222.05/221.06	c cleaning 10000 clauses out of 20016 with flag 235002/235002
231.23/230.20	c cleaning 10001 clauses out of 20014 with flag 245000/245000
240.14/239.11	c cleaning 9996 clauses out of 20014 with flag 255001/255001
248.44/247.47	c cleaning 10003 clauses out of 20018 with flag 265001/265001
256.94/255.93	c cleaning 10001 clauses out of 20015 with flag 275001/275001
266.03/265.04	c cleaning 10001 clauses out of 20013 with flag 285000/285000
275.52/274.51	c cleaning 10002 clauses out of 20013 with flag 295001/295001
285.02/284.07	c cleaning 10000 clauses out of 20010 with flag 305000/305000
294.91/293.94	c cleaning 9997 clauses out of 20011 with flag 315001/315001
305.22/304.26	c cleaning 10001 clauses out of 20013 with flag 325000/325000
315.71/314.70	c cleaning 9996 clauses out of 20012 with flag 335000/335000
325.31/324.33	c cleaning 10001 clauses out of 20017 with flag 345001/345001
334.10/333.16	c cleaning 10002 clauses out of 20015 with flag 355000/355000
343.29/342.32	c cleaning 10002 clauses out of 20014 with flag 365001/365001
353.10/352.16	c cleaning 9996 clauses out of 20011 with flag 375000/375000
363.38/362.41	c cleaning 9999 clauses out of 20016 with flag 385001/385001
373.28/372.31	c cleaning 10001 clauses out of 20016 with flag 395000/395000
384.17/383.25	c cleaning 10002 clauses out of 20017 with flag 405002/405002
395.07/394.11	c cleaning 9999 clauses out of 20012 with flag 415000/415000
406.16/405.22	c cleaning 10002 clauses out of 20013 with flag 425000/425000
416.96/416.05	c cleaning 9999 clauses out of 20012 with flag 435001/435001
426.67/425.71	c cleaning 9997 clauses out of 20012 with flag 445000/445000
436.56/435.61	c cleaning 10001 clauses out of 20015 with flag 455000/455000
446.95/446.09	c cleaning 10001 clauses out of 20015 with flag 465001/465001
458.16/457.23	c cleaning 10000 clauses out of 20014 with flag 475001/475001
469.75/468.80	c cleaning 10002 clauses out of 20013 with flag 485000/485000
482.85/481.91	c cleaning 10000 clauses out of 20013 with flag 495002/495002
495.95/495.08	c cleaning 9999 clauses out of 20012 with flag 505001/505001
508.84/507.93	c cleaning 9999 clauses out of 20014 with flag 515002/515002
522.14/521.24	c cleaning 9996 clauses out of 20013 with flag 525000/525000
535.03/534.12	c cleaning 10003 clauses out of 20017 with flag 535000/535000
548.13/547.20	c cleaning 10001 clauses out of 20014 with flag 545000/545000
561.03/560.14	c cleaning 9999 clauses out of 20013 with flag 555000/555000
573.72/572.85	c cleaning 10001 clauses out of 20015 with flag 565001/565001
586.62/585.76	c cleaning 10000 clauses out of 20014 with flag 575001/575001
600.11/599.24	c cleaning 10000 clauses out of 20014 with flag 585001/585001
613.01/612.18	c cleaning 10002 clauses out of 20014 with flag 595001/595001
624.80/623.91	c cleaning 10002 clauses out of 20012 with flag 605001/605001
636.72/635.87	c cleaning 10002 clauses out of 20009 with flag 615000/615000
648.40/647.56	c cleaning 9999 clauses out of 20008 with flag 625001/625001
660.81/660.00	c cleaning 9999 clauses out of 20008 with flag 635000/635000
673.10/672.25	c cleaning 9996 clauses out of 20009 with flag 645000/645000
685.49/684.63	c cleaning 10001 clauses out of 20015 with flag 655002/655002
697.39/696.55	c cleaning 9998 clauses out of 20013 with flag 665001/665001
710.08/709.21	c cleaning 9999 clauses out of 20015 with flag 675001/675001
722.78/721.99	c cleaning 10001 clauses out of 20015 with flag 685000/685000
735.88/735.00	c cleaning 10002 clauses out of 20014 with flag 695000/695000
747.47/746.69	c cleaning 9998 clauses out of 20013 with flag 705001/705001
759.57/758.76	c cleaning 10001 clauses out of 20014 with flag 715000/715000
771.57/770.76	c cleaning 10000 clauses out of 20014 with flag 725001/725001
783.86/783.04	c cleaning 9998 clauses out of 20014 with flag 735001/735001
796.26/795.44	c cleaning 9999 clauses out of 20015 with flag 745000/745000
808.39/807.53	c cleaning 10000 clauses out of 20016 with flag 755000/755000
820.69/819.86	c cleaning 10002 clauses out of 20017 with flag 765001/765001
832.88/832.08	c cleaning 10003 clauses out of 20015 with flag 775001/775001
845.48/844.66	c cleaning 9999 clauses out of 20011 with flag 785000/785000
857.78/856.94	c cleaning 10000 clauses out of 20013 with flag 795001/795001
869.97/869.20	c cleaning 9998 clauses out of 20012 with flag 805000/805000
882.38/881.57	c cleaning 10002 clauses out of 20016 with flag 815002/815002
895.08/894.22	c cleaning 9998 clauses out of 20012 with flag 825000/825000
907.37/906.52	c cleaning 10001 clauses out of 20015 with flag 835001/835001
919.67/918.88	c cleaning 10000 clauses out of 20013 with flag 845000/845000
932.07/931.27	c cleaning 9999 clauses out of 20014 with flag 855001/855001
944.67/943.86	c cleaning 9999 clauses out of 20014 with flag 865000/865000
957.26/956.41	c cleaning 9999 clauses out of 20016 with flag 875001/875001
969.86/969.02	c cleaning 9997 clauses out of 20016 with flag 885000/885000
981.95/981.11	c cleaning 10005 clauses out of 20019 with flag 895000/895000
993.54/992.75	c cleaning 10003 clauses out of 20015 with flag 905001/905001
1005.73/1004.94	c cleaning 9997 clauses out of 20012 with flag 915001/915001
1018.13/1017.35	c cleaning 9999 clauses out of 20015 with flag 925001/925001
1030.43/1029.65	c cleaning 10000 clauses out of 20016 with flag 935001/935001
1042.91/1042.13	c cleaning 10003 clauses out of 20016 with flag 945001/945001
1055.30/1054.54	c cleaning 9998 clauses out of 20012 with flag 955000/955000
1067.80/1067.06	c cleaning 10001 clauses out of 20014 with flag 965000/965000
1080.29/1079.55	c cleaning 9998 clauses out of 20013 with flag 975000/975000
1092.68/1091.94	c cleaning 10001 clauses out of 20015 with flag 985000/985000
1105.09/1104.32	c cleaning 10001 clauses out of 20016 with flag 995002/995002
1117.58/1116.80	c cleaning 10002 clauses out of 20014 with flag 1005001/1005001
1129.88/1129.18	c cleaning 9997 clauses out of 20011 with flag 1015000/1015000
1141.17/1140.41	c cleaning 10001 clauses out of 20015 with flag 1025001/1025001
1152.98/1152.24	c cleaning 10001 clauses out of 20015 with flag 1035002/1035002
1164.67/1164.00	c cleaning 9999 clauses out of 20012 with flag 1045000/1045000
1176.15/1175.46	c cleaning 9994 clauses out of 20013 with flag 1055000/1055000
1186.95/1186.28	c cleaning 10004 clauses out of 20019 with flag 1065000/1065000
1198.85/1198.19	c cleaning 10002 clauses out of 20015 with flag 1075000/1075000
1210.75/1210.09	c cleaning 9997 clauses out of 20014 with flag 1085001/1085001
1222.75/1222.01	c cleaning 10002 clauses out of 20017 with flag 1095001/1095001
1233.84/1233.13	c cleaning 9998 clauses out of 20014 with flag 1105000/1105000
1246.23/1245.52	c cleaning 10001 clauses out of 20016 with flag 1115000/1115000
1258.83/1258.15	c cleaning 9997 clauses out of 20015 with flag 1125000/1125000
1269.82/1269.11	c cleaning 10005 clauses out of 20020 with flag 1135002/1135002
1280.82/1280.18	c cleaning 10001 clauses out of 20013 with flag 1145000/1145000
1293.01/1292.38	c cleaning 9997 clauses out of 20012 with flag 1155000/1155000
1304.21/1303.56	c cleaning 10002 clauses out of 20015 with flag 1165000/1165000
1316.00/1315.36	c cleaning 10000 clauses out of 20013 with flag 1175000/1175000
1327.90/1327.22	c cleaning 10002 clauses out of 20013 with flag 1185000/1185000
1339.10/1338.45	c cleaning 9999 clauses out of 20011 with flag 1195000/1195000
1351.29/1350.68	c cleaning 10002 clauses out of 20013 with flag 1205001/1205001
1362.99/1362.35	c cleaning 9997 clauses out of 20011 with flag 1215001/1215001
1374.19/1373.55	c cleaning 10001 clauses out of 20014 with flag 1225001/1225001
1385.98/1385.36	c cleaning 9993 clauses out of 20013 with flag 1235001/1235001
1398.08/1397.43	c cleaning 10003 clauses out of 20021 with flag 1245002/1245002
1409.68/1409.10	c cleaning 9999 clauses out of 20017 with flag 1255001/1255001
1421.67/1421.00	c cleaning 10000 clauses out of 20018 with flag 1265001/1265001
1433.47/1432.87	c cleaning 10006 clauses out of 20020 with flag 1275003/1275003
1444.88/1444.29	c cleaning 9998 clauses out of 20012 with flag 1285001/1285001
1456.37/1455.72	c cleaning 10001 clauses out of 20014 with flag 1295001/1295001
1468.16/1467.57	c cleaning 9998 clauses out of 20014 with flag 1305002/1305002
1480.55/1479.92	c cleaning 9999 clauses out of 20015 with flag 1315001/1315001
1492.95/1492.30	c cleaning 10000 clauses out of 20016 with flag 1325001/1325001
1504.75/1504.12	c cleaning 9999 clauses out of 20015 with flag 1335000/1335000
1516.94/1516.38	c cleaning 10002 clauses out of 20017 with flag 1345001/1345001
1528.93/1528.30	c cleaning 10001 clauses out of 20014 with flag 1355000/1355000
1540.64/1540.01	c cleaning 10001 clauses out of 20014 with flag 1365001/1365001
1552.03/1551.47	c cleaning 10002 clauses out of 20014 with flag 1375002/1375002
1564.22/1563.67	c cleaning 9997 clauses out of 20011 with flag 1385001/1385001
1576.83/1576.27	c cleaning 10003 clauses out of 20014 with flag 1395001/1395001
1589.12/1588.54	c cleaning 9997 clauses out of 20010 with flag 1405000/1405000
1601.41/1600.83	c cleaning 9997 clauses out of 20014 with flag 1415001/1415001
1613.81/1613.23	c cleaning 10002 clauses out of 20017 with flag 1425001/1425001
1626.42/1625.85	c cleaning 10002 clauses out of 20015 with flag 1435001/1435001
1638.51/1637.92	c cleaning 9999 clauses out of 20013 with flag 1445001/1445001
1650.10/1649.59	c cleaning 9999 clauses out of 20013 with flag 1455000/1455000
1661.70/1661.15	c cleaning 10001 clauses out of 20014 with flag 1465000/1465000
1673.90/1673.39	c cleaning 9998 clauses out of 20013 with flag 1475000/1475000
1685.99/1685.44	c cleaning 10001 clauses out of 20016 with flag 1485001/1485001
1698.29/1697.77	c cleaning 9995 clauses out of 20014 with flag 1495000/1495000
1709.58/1709.08	c cleaning 10003 clauses out of 20019 with flag 1505000/1505000
1720.88/1720.36	c cleaning 10003 clauses out of 20017 with flag 1515001/1515001
1732.66/1732.10	c cleaning 10002 clauses out of 20015 with flag 1525002/1525002
1743.66/1743.10	c cleaning 9999 clauses out of 20011 with flag 1535000/1535000
1754.76/1754.24	c cleaning 9998 clauses out of 20012 with flag 1545000/1545000
1765.96/1765.50	c cleaning 10002 clauses out of 20015 with flag 1555001/1555001
1777.35/1776.82	c cleaning 9996 clauses out of 20012 with flag 1565000/1565000
1788.64/1788.11	c cleaning 10001 clauses out of 20016 with flag 1575000/1575000
1799.94/1799.46	c cleaning 10000 clauses out of 20015 with flag 1585000/1585000
1800.06/1799.52	c starts		: 208
1800.06/1799.52	c conflicts		: 1585023
1800.06/1799.52	c decisions		: 1622416
1800.06/1799.52	c propagations		: 1107275131
1800.06/1799.53	c inspects		: 8920309654
1800.06/1799.53	c learnt literals	: 1
1800.06/1799.53	c learnt binary clauses	: 30
1800.06/1799.53	c learnt ternary clauses	: 19
1800.06/1799.53	c learnt clauses	: 1585022
1800.06/1799.53	c ignored clauses	: 0
1800.06/1799.53	c root simplifications	: 0
1800.06/1799.53	c removed literals (reason simplification)	: 17319232
1800.06/1799.53	c reason swapping (by a shorter reason)	: 0
1800.06/1799.53	c Calls to reduceDB	: 160
1800.06/1799.53	c number of reductions to clauses (during analyze)	: 0
1800.06/1799.53	c number of learned constraints concerned by reduction	: 0
1800.06/1799.53	c number of learning phase by resolution	: 0
1800.06/1799.53	c number of learning phase by cutting planes	: 0
1800.06/1799.53	c speed (assignments/second)	: 615597.4487129593
1800.06/1799.53	c non guided choices	0
1800.06/1799.55	c learnt constraints type 
1800.06/1799.55	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10027
1800.06/1799.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 30
1800.06/1799.55	c constraints type 
1800.06/1799.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4834
1800.06/1799.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1675
1800.06/1799.55	s UNKNOWN
1800.06/1799.55	c Total wall clock time (in seconds): 1799.337

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-2658761-1276416722/watcher-2658761-1276416722 -o /tmp/evaluation-result-2658761-1276416722/solver-2658761-1276416722 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658761-1276416722.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.93 1.03 1.00 3/106 22707
/proc/meminfo: memFree=1768240/2059040 swapFree=4165864/4192956
[pid=22707] ppid=22705 vsize=1752 CPUtime=0
/proc/22707/stat : 22707 (java6) R 22705 22707 21942 0 -1 4194304 154 0 0 0 0 0 0 0 19 0 1 0 17273629 1794048 73 1992294400 134512640 134550932 4288770224 18446744073709551615 2289570 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22707/statm: 438 79 63 10 0 30 0

[startup+0.021997 s]
/proc/loadavg: 0.93 1.03 1.00 3/106 22707
/proc/meminfo: memFree=1768240/2059040 swapFree=4165864/4192956
[pid=22707] ppid=22705 vsize=13684 CPUtime=0
/proc/22707/stat : 22707 (java) S 22705 22707 21942 0 -1 4202496 1185 0 0 0 0 0 0 0 15 0 2 0 17273629 14012416 631 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/22707/statm: 3421 631 307 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13684

[startup+0.100934 s]
/proc/loadavg: 0.93 1.03 1.00 3/106 22707
/proc/meminfo: memFree=1768240/2059040 swapFree=4165864/4192956
[pid=22707] ppid=22705 vsize=1524024 CPUtime=0.08
/proc/22707/stat : 22707 (java) S 22705 22707 21942 0 -1 4202496 3930 0 1 0 5 3 0 0 15 0 12 0 17273629 1560600576 3368 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22707/statm: 381006 3368 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300969 s]
/proc/loadavg: 0.93 1.03 1.00 3/106 22707
/proc/meminfo: memFree=1768240/2059040 swapFree=4165864/4192956
[pid=22707] ppid=22705 vsize=1526276 CPUtime=0.34
/proc/22707/stat : 22707 (java) S 22705 22707 21942 0 -1 4202496 5273 0 1 0 31 3 0 0 15 0 12 0 17273629 1562906624 4709 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22707/statm: 381569 4709 1361 10 0 378871 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526276

[startup+0.701045 s]
/proc/loadavg: 0.93 1.03 1.00 3/106 22707
/proc/meminfo: memFree=1768240/2059040 swapFree=4165864/4192956
[pid=22707] ppid=22705 vsize=1528124 CPUtime=1.07
/proc/22707/stat : 22707 (java) S 22705 22707 21942 0 -1 4202496 7131 0 1 0 103 4 0 0 15 0 12 0 17273629 1564798976 6527 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22707/statm: 382031 6528 1402 10 0 379333 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1528124

[startup+1.50126 s]
/proc/loadavg: 0.93 1.03 1.00 5/118 22719
/proc/meminfo: memFree=1737208/2059040 swapFree=4165864/4192956
[pid=22707] ppid=22705 vsize=1530296 CPUtime=2.37
/proc/22707/stat : 22707 (java) S 22705 22707 21942 0 -1 4202496 10531 0 1 0 232 5 0 0 15 0 13 0 17273629 1567023104 9288 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22707/statm: 382574 9288 1425 10 0 379876 0
[pid=22707/tid=22709] ppid=22705 vsize=1530296 CPUtime=1.17
/proc/22707/task/22709/stat : 22709 (java) R 22705 22707 21942 0 -1 4202560 7190 0 1 0 113 4 0 0 19 0 13 0 17273631 1567023104 9288 1992294400 134512640 134550932 4292343328 18446744073709551615 4108976719 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22707/tid=22710] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22710/stat : 22710 (java) S 22705 22707 21942 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 17273632 1567023104 9288 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22711] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22711/stat : 22711 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 17273632 1567023104 9288 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22712] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22712/stat : 22712 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 17273634 1567023104 9288 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22713] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22713/stat : 22713 (java) S 22705 22707 21942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 13 0 17273634 1567023104 9288 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22714] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22714/stat : 22714 (java) S 22705 22707 21942 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 17273634 1567023104 9288 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22715] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22715/stat : 22715 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 17273639 1567023104 9288 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22716] ppid=22705 vsize=1530296 CPUtime=0.67
/proc/22707/task/22716/stat : 22716 (java) S 22705 22707 21942 0 -1 4202560 925 0 0 0 67 0 0 0 15 0 13 0 17273639 1567023104 9288 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22717] ppid=22705 vsize=1530296 CPUtime=0.5
/proc/22707/task/22717/stat : 22717 (java) R 22705 22707 21942 0 -1 4202560 1347 0 0 0 50 0 0 0 16 0 13 0 17273639 1567023104 9288 1992294400 134512640 134550932 4292343328 18446744073709551615 104163917 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22707/tid=22718] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22718/stat : 22718 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 17273639 1567023104 9288 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22719] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22719/stat : 22719 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 17273639 1567023104 9288 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 1530296

[startup+3.10022 s]
/proc/loadavg: 0.93 1.03 1.00 2/119 22720
/proc/meminfo: memFree=1735712/2059040 swapFree=4165864/4192956
[pid=22707] ppid=22705 vsize=1530296 CPUtime=3.99
/proc/22707/stat : 22707 (java) S 22705 22707 21942 0 -1 4202496 10643 0 1 0 394 5 0 0 15 0 13 0 17273629 1567023104 9399 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22707/statm: 382574 9399 1425 10 0 379876 0
[pid=22707/tid=22709] ppid=22705 vsize=1530296 CPUtime=2.76
/proc/22707/task/22709/stat : 22709 (java) R 22705 22707 21942 0 -1 4202560 7300 0 1 0 272 4 0 0 19 0 13 0 17273631 1567023104 9399 1992294400 134512640 134550932 4292343328 18446744073709551615 4109070497 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22707/tid=22710] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22710/stat : 22710 (java) S 22705 22707 21942 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 17273632 1567023104 9399 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22711] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22711/stat : 22711 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 17273632 1567023104 9399 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22712] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22712/stat : 22712 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 17273634 1567023104 9399 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22713] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22713/stat : 22713 (java) S 22705 22707 21942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 13 0 17273634 1567023104 9399 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22714] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22714/stat : 22714 (java) S 22705 22707 21942 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 17273634 1567023104 9399 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22715] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22715/stat : 22715 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 17273639 1567023104 9399 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22716] ppid=22705 vsize=1530296 CPUtime=0.7
/proc/22707/task/22716/stat : 22716 (java) S 22705 22707 21942 0 -1 4202560 926 0 0 0 70 0 0 0 15 0 13 0 17273639 1567023104 9399 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22717] ppid=22705 vsize=1530296 CPUtime=0.5
/proc/22707/task/22717/stat : 22717 (java) S 22705 22707 21942 0 -1 4202560 1348 0 0 0 50 0 0 0 16 0 13 0 17273639 1567023104 9399 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22718] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22718/stat : 22718 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 17273639 1567023104 9399 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22719] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22719/stat : 22719 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 17273639 1567023104 9399 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22720] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22720/stat : 22720 (java) S 22705 22707 21942 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 17273734 1567023104 9399 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 1530296

[startup+6.30114 s]
/proc/loadavg: 0.94 1.03 1.00 2/119 22720
/proc/meminfo: memFree=1734720/2059040 swapFree=4165864/4192956
[pid=22707] ppid=22705 vsize=1530296 CPUtime=7.28
/proc/22707/stat : 22707 (java) S 22705 22707 21942 0 -1 4202496 11796 0 1 0 722 6 0 0 15 0 13 0 17273629 1567023104 10512 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22707/statm: 382574 10512 1443 10 0 379876 0
[pid=22707/tid=22709] ppid=22705 vsize=1530296 CPUtime=5.88
/proc/22707/task/22709/stat : 22709 (java) R 22705 22707 21942 0 -1 4202560 7452 0 1 0 584 4 0 0 25 0 13 0 17273631 1567023104 10512 1992294400 134512640 134550932 4292343328 18446744073709551615 4109022076 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22707/tid=22710] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22710/stat : 22710 (java) S 22705 22707 21942 0 -1 4202560 226 0 0 0 0 0 0 0 16 0 13 0 17273632 1567023104 10512 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22711] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22711/stat : 22711 (java) S 22705 22707 21942 0 -1 4202560 243 0 0 0 0 0 0 0 18 0 13 0 17273632 1567023104 10512 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22712] ppid=22705 vsize=1530296 CPUtime=0.02
/proc/22707/task/22712/stat : 22712 (java) S 22705 22707 21942 0 -1 4202560 513 0 0 0 2 0 0 0 15 0 13 0 17273634 1567023104 10512 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22713] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22713/stat : 22713 (java) S 22705 22707 21942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 17273634 1567023104 10512 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22714] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22714/stat : 22714 (java) S 22705 22707 21942 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 17273634 1567023104 10512 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22715] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22715/stat : 22715 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 17273639 1567023104 10512 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22716] ppid=22705 vsize=1530296 CPUtime=0.8
/proc/22707/task/22716/stat : 22716 (java) S 22705 22707 21942 0 -1 4202560 941 0 0 0 80 0 0 0 15 0 13 0 17273639 1567023104 10512 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22717] ppid=22705 vsize=1530296 CPUtime=0.52
/proc/22707/task/22717/stat : 22717 (java) S 22705 22707 21942 0 -1 4202560 1352 0 0 0 52 0 0 0 15 0 13 0 17273639 1567023104 10512 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22718] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22718/stat : 22718 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 17273639 1567023104 10512 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22719] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22719/stat : 22719 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 17273639 1567023104 10512 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22720] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22720/stat : 22720 (java) S 22705 22707 21942 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 17273734 1567023104 10512 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 1530296

[startup+12.701 s]
/proc/loadavg: 0.94 1.03 1.00 2/119 22720
/proc/meminfo: memFree=1729140/2059040 swapFree=4165864/4192956
[pid=22707] ppid=22705 vsize=1530296 CPUtime=13.7
/proc/22707/stat : 22707 (java) S 22705 22707 21942 0 -1 4202496 12175 0 1 0 1363 7 0 0 15 0 13 0 17273629 1567023104 10887 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22707/statm: 382574 10887 1443 10 0 379876 0
[pid=22707/tid=22709] ppid=22705 vsize=1530296 CPUtime=12.23
/proc/22707/task/22709/stat : 22709 (java) R 22705 22707 21942 0 -1 4202560 7456 0 1 0 1218 5 0 0 25 0 13 0 17273631 1567023104 10887 1992294400 134512640 134550932 4292343328 18446744073709551615 4109042135 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22707/tid=22710] ppid=22705 vsize=1530296 CPUtime=0.01
/proc/22707/task/22710/stat : 22710 (java) S 22705 22707 21942 0 -1 4202560 367 0 0 0 1 0 0 0 15 0 13 0 17273632 1567023104 10887 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22711] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22711/stat : 22711 (java) S 22705 22707 21942 0 -1 4202560 331 0 0 0 0 0 0 0 18 0 13 0 17273632 1567023104 10887 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22712] ppid=22705 vsize=1530296 CPUtime=0.05
/proc/22707/task/22712/stat : 22712 (java) S 22705 22707 21942 0 -1 4202560 658 0 0 0 5 0 0 0 16 0 13 0 17273634 1567023104 10887 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22713] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22713/stat : 22713 (java) S 22705 22707 21942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 17273634 1567023104 10887 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22714] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22714/stat : 22714 (java) S 22705 22707 21942 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 17273634 1567023104 10887 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22715] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22715/stat : 22715 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 17273639 1567023104 10887 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22716] ppid=22705 vsize=1530296 CPUtime=0.82
/proc/22707/task/22716/stat : 22716 (java) S 22705 22707 21942 0 -1 4202560 941 0 0 0 82 0 0 0 16 0 13 0 17273639 1567023104 10887 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22717] ppid=22705 vsize=1530296 CPUtime=0.54
/proc/22707/task/22717/stat : 22717 (java) S 22705 22707 21942 0 -1 4202560 1353 0 0 0 54 0 0 0 15 0 13 0 17273639 1567023104 10887 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22718] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22718/stat : 22718 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 17273639 1567023104 10887 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22719] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22719/stat : 22719 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 17273639 1567023104 10887 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22720] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22720/stat : 22720 (java) S 22705 22707 21942 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 17273734 1567023104 10887 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.7
Current children cumulated vsize (KiB) 1530296

[startup+25.5023 s]
/proc/loadavg: 0.95 1.02 1.00 2/119 22720
/proc/meminfo: memFree=1728272/2059040 swapFree=4165864/4192956
[pid=22707] ppid=22705 vsize=1530296 CPUtime=26.55
/proc/22707/stat : 22707 (java) S 22705 22707 21942 0 -1 4202496 12434 0 1 0 2648 7 0 0 15 0 13 0 17273629 1567023104 11143 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22707/statm: 382574 11143 1443 10 0 379876 0
[pid=22707/tid=22709] ppid=22705 vsize=1530296 CPUtime=24.93
/proc/22707/task/22709/stat : 22709 (java) R 22705 22707 21942 0 -1 4202560 7457 0 1 0 2488 5 0 0 25 0 13 0 17273631 1567023104 11143 1992294400 134512640 134550932 4292343328 18446744073709551615 4109090325 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22707/tid=22710] ppid=22705 vsize=1530296 CPUtime=0.02
/proc/22707/task/22710/stat : 22710 (java) S 22705 22707 21942 0 -1 4202560 418 0 0 0 2 0 0 0 16 0 13 0 17273632 1567023104 11143 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22711] ppid=22705 vsize=1530296 CPUtime=0.01
/proc/22707/task/22711/stat : 22711 (java) S 22705 22707 21942 0 -1 4202560 382 0 0 0 1 0 0 0 18 0 13 0 17273632 1567023104 11143 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22712] ppid=22705 vsize=1530296 CPUtime=0.11
/proc/22707/task/22712/stat : 22712 (java) S 22705 22707 21942 0 -1 4202560 804 0 0 0 11 0 0 0 15 0 13 0 17273634 1567023104 11143 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22713] ppid=22705 vsize=1530296 CPUtime=0

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

[pid=22707] ppid=22705 vsize=1530296 CPUtime=1662.91
/proc/22707/stat : 22707 (java) S 22705 22707 21942 0 -1 4202496 13192 0 1 0 166264 27 0 0 15 0 13 0 17273629 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22707/statm: 382574 11565 1443 10 0 379876 0
[pid=22707/tid=22709] ppid=22705 vsize=1530296 CPUtime=1656.2
/proc/22707/task/22709/stat : 22709 (java) R 22705 22707 21942 0 -1 4202560 7603 0 1 0 165601 19 0 0 25 0 13 0 17273631 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4109041937 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22707/tid=22710] ppid=22705 vsize=1530296 CPUtime=0.29
/proc/22707/task/22710/stat : 22710 (java) S 22705 22707 21942 0 -1 4202560 431 0 0 0 28 1 0 0 15 0 13 0 17273632 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22711] ppid=22705 vsize=1530296 CPUtime=0.26
/proc/22707/task/22711/stat : 22711 (java) S 22705 22707 21942 0 -1 4202560 395 0 0 0 25 1 0 0 15 0 13 0 17273632 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22712] ppid=22705 vsize=1530296 CPUtime=4.56
/proc/22707/task/22712/stat : 22712 (java) S 22705 22707 21942 0 -1 4202560 1290 0 0 0 454 2 0 0 15 0 13 0 17273634 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22713] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22713/stat : 22713 (java) S 22705 22707 21942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 17273634 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22714] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22714/stat : 22714 (java) S 22705 22707 21942 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 17273634 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22715] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22715/stat : 22715 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22716] ppid=22705 vsize=1530296 CPUtime=0.99
/proc/22707/task/22716/stat : 22716 (java) S 22705 22707 21942 0 -1 4202560 955 0 0 0 99 0 0 0 15 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22717] ppid=22705 vsize=1530296 CPUtime=0.54
/proc/22707/task/22717/stat : 22717 (java) S 22705 22707 21942 0 -1 4202560 1353 0 0 0 54 0 0 0 15 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22718] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22718/stat : 22718 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22719] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22719/stat : 22719 (java) S 22705 22707 21942 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22720] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22720/stat : 22720 (java) S 22705 22707 21942 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 17273734 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1662.91
Current children cumulated vsize (KiB) 1530296

[startup+1722.3 s]
/proc/loadavg: 1.10 1.07 1.01 2/119 22767
/proc/meminfo: memFree=1723808/2059040 swapFree=4165864/4192956
[pid=22707] ppid=22705 vsize=1530296 CPUtime=1722.87
/proc/22707/stat : 22707 (java) S 22705 22707 21942 0 -1 4202496 13205 0 1 0 172259 28 0 0 15 0 13 0 17273629 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22707/statm: 382574 11565 1443 10 0 379876 0
[pid=22707/tid=22709] ppid=22705 vsize=1530296 CPUtime=1716
/proc/22707/task/22709/stat : 22709 (java) R 22705 22707 21942 0 -1 4202560 7608 0 1 0 171580 20 0 0 25 0 13 0 17273631 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4109047759 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22707/tid=22710] ppid=22705 vsize=1530296 CPUtime=0.3
/proc/22707/task/22710/stat : 22710 (java) S 22705 22707 21942 0 -1 4202560 431 0 0 0 29 1 0 0 15 0 13 0 17273632 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22711] ppid=22705 vsize=1530296 CPUtime=0.26
/proc/22707/task/22711/stat : 22711 (java) S 22705 22707 21942 0 -1 4202560 395 0 0 0 25 1 0 0 16 0 13 0 17273632 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22712] ppid=22705 vsize=1530296 CPUtime=4.71
/proc/22707/task/22712/stat : 22712 (java) S 22705 22707 21942 0 -1 4202560 1294 0 0 0 469 2 0 0 15 0 13 0 17273634 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22713] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22713/stat : 22713 (java) S 22705 22707 21942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 17273634 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22714] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22714/stat : 22714 (java) S 22705 22707 21942 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 17273634 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22715] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22715/stat : 22715 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22716] ppid=22705 vsize=1530296 CPUtime=0.99
/proc/22707/task/22716/stat : 22716 (java) S 22705 22707 21942 0 -1 4202560 955 0 0 0 99 0 0 0 15 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22717] ppid=22705 vsize=1530296 CPUtime=0.54
/proc/22707/task/22717/stat : 22717 (java) S 22705 22707 21942 0 -1 4202560 1353 0 0 0 54 0 0 0 15 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22718] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22718/stat : 22718 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22719] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22719/stat : 22719 (java) S 22705 22707 21942 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22720] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22720/stat : 22720 (java) S 22705 22707 21942 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 17273734 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1722.87
Current children cumulated vsize (KiB) 1530296

[startup+1782.3 s]
/proc/loadavg: 1.03 1.05 1.00 2/119 22769
/proc/meminfo: memFree=1723808/2059040 swapFree=4165864/4192956
[pid=22707] ppid=22705 vsize=1530296 CPUtime=1782.84
/proc/22707/stat : 22707 (java) S 22705 22707 21942 0 -1 4202496 13216 0 1 0 178253 31 0 0 15 0 13 0 17273629 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22707/statm: 382574 11565 1443 10 0 379876 0
[pid=22707/tid=22709] ppid=22705 vsize=1530296 CPUtime=1775.81
/proc/22707/task/22709/stat : 22709 (java) R 22705 22707 21942 0 -1 4202560 7613 0 1 0 177558 23 0 0 25 0 13 0 17273631 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4109042111 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22707/tid=22710] ppid=22705 vsize=1530296 CPUtime=0.31
/proc/22707/task/22710/stat : 22710 (java) S 22705 22707 21942 0 -1 4202560 431 0 0 0 30 1 0 0 15 0 13 0 17273632 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22711] ppid=22705 vsize=1530296 CPUtime=0.27
/proc/22707/task/22711/stat : 22711 (java) S 22705 22707 21942 0 -1 4202560 395 0 0 0 26 1 0 0 15 0 13 0 17273632 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22712] ppid=22705 vsize=1530296 CPUtime=4.85
/proc/22707/task/22712/stat : 22712 (java) S 22705 22707 21942 0 -1 4202560 1296 0 0 0 483 2 0 0 15 0 13 0 17273634 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22713] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22713/stat : 22713 (java) S 22705 22707 21942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 17273634 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22714] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22714/stat : 22714 (java) S 22705 22707 21942 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 17273634 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22715] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22715/stat : 22715 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22716] ppid=22705 vsize=1530296 CPUtime=0.99
/proc/22707/task/22716/stat : 22716 (java) S 22705 22707 21942 0 -1 4202560 955 0 0 0 99 0 0 0 15 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22717] ppid=22705 vsize=1530296 CPUtime=0.54
/proc/22707/task/22717/stat : 22717 (java) S 22705 22707 21942 0 -1 4202560 1353 0 0 0 54 0 0 0 15 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22718] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22718/stat : 22718 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22719] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22719/stat : 22719 (java) S 22705 22707 21942 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22720] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22720/stat : 22720 (java) S 22705 22707 21942 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 17273734 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1782.84
Current children cumulated vsize (KiB) 1530296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.5 s]
/proc/loadavg: 1.02 1.05 1.00 2/119 22771
/proc/meminfo: memFree=1723684/2059040 swapFree=4165864/4192956
[pid=22707] ppid=22705 vsize=1530296 CPUtime=1800.06
/proc/22707/stat : 22707 (java) S 22705 22707 21942 0 -1 4202496 13220 0 1 0 179974 32 0 0 15 0 13 0 17273629 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22707/statm: 382574 11565 1443 10 0 379876 0
[pid=22707/tid=22709] ppid=22705 vsize=1530296 CPUtime=1792.95
/proc/22707/task/22709/stat : 22709 (java) R 22705 22707 21942 0 -1 4202560 7615 0 1 0 179271 24 0 0 25 0 13 0 17273631 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4109090173 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22707/tid=22710] ppid=22705 vsize=1530296 CPUtime=0.31
/proc/22707/task/22710/stat : 22710 (java) S 22705 22707 21942 0 -1 4202560 431 0 0 0 30 1 0 0 16 0 13 0 17273632 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22711] ppid=22705 vsize=1530296 CPUtime=0.27
/proc/22707/task/22711/stat : 22711 (java) S 22705 22707 21942 0 -1 4202560 395 0 0 0 26 1 0 0 15 0 13 0 17273632 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22712] ppid=22705 vsize=1530296 CPUtime=4.92
/proc/22707/task/22712/stat : 22712 (java) S 22705 22707 21942 0 -1 4202560 1298 0 0 0 490 2 0 0 16 0 13 0 17273634 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22713] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22713/stat : 22713 (java) S 22705 22707 21942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 17273634 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22714] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22714/stat : 22714 (java) S 22705 22707 21942 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 17273634 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22715] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22715/stat : 22715 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22716] ppid=22705 vsize=1530296 CPUtime=0.99
/proc/22707/task/22716/stat : 22716 (java) S 22705 22707 21942 0 -1 4202560 955 0 0 0 99 0 0 0 15 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22717] ppid=22705 vsize=1530296 CPUtime=0.54
/proc/22707/task/22717/stat : 22717 (java) S 22705 22707 21942 0 -1 4202560 1353 0 0 0 54 0 0 0 15 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22718] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22718/stat : 22718 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22719] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22719/stat : 22719 (java) S 22705 22707 21942 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22720] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22720/stat : 22720 (java) S 22705 22707 21942 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 17273734 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1530296

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

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

[startup+1799.5 s]
/proc/loadavg: 1.02 1.05 1.00 2/119 22771
/proc/meminfo: memFree=1723684/2059040 swapFree=4165864/4192956
[pid=22707] ppid=22705 vsize=1530296 CPUtime=1800.06
/proc/22707/stat : 22707 (java) S 22705 22707 21942 0 -1 4202496 13220 0 1 0 179974 32 0 0 15 0 13 0 17273629 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/22707/statm: 382574 11565 1443 10 0 379876 0
[pid=22707/tid=22709] ppid=22705 vsize=1530296 CPUtime=1792.95
/proc/22707/task/22709/stat : 22709 (java) R 22705 22707 21942 0 -1 4202560 7615 0 1 0 179271 24 0 0 25 0 13 0 17273631 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4109090173 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=22707/tid=22710] ppid=22705 vsize=1530296 CPUtime=0.31
/proc/22707/task/22710/stat : 22710 (java) S 22705 22707 21942 0 -1 4202560 431 0 0 0 30 1 0 0 16 0 13 0 17273632 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22711] ppid=22705 vsize=1530296 CPUtime=0.27
/proc/22707/task/22711/stat : 22711 (java) S 22705 22707 21942 0 -1 4202560 395 0 0 0 26 1 0 0 15 0 13 0 17273632 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22712] ppid=22705 vsize=1530296 CPUtime=4.92
/proc/22707/task/22712/stat : 22712 (java) S 22705 22707 21942 0 -1 4202560 1298 0 0 0 490 2 0 0 16 0 13 0 17273634 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 0 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22713] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22713/stat : 22713 (java) S 22705 22707 21942 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 17273634 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22714] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22714/stat : 22714 (java) S 22705 22707 21942 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 17273634 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22715] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22715/stat : 22715 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22716] ppid=22705 vsize=1530296 CPUtime=0.99
/proc/22707/task/22716/stat : 22716 (java) S 22705 22707 21942 0 -1 4202560 955 0 0 0 99 0 0 0 15 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22717] ppid=22705 vsize=1530296 CPUtime=0.54
/proc/22707/task/22717/stat : 22717 (java) S 22705 22707 21942 0 -1 4202560 1353 0 0 0 54 0 0 0 15 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 1 0 0 0
[pid=22707/tid=22718] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22718/stat : 22718 (java) S 22705 22707 21942 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22719] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22719/stat : 22719 (java) S 22705 22707 21942 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 17273639 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
[pid=22707/tid=22720] ppid=22705 vsize=1530296 CPUtime=0
/proc/22707/task/22720/stat : 22720 (java) S 22705 22707 21942 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 17273734 1567023104 11565 1992294400 134512640 134550932 4292343328 18446744073709551615 4294960144 0 4 0 16800975 18446604437869072768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1530296

Child status: 143
Real time (s): 1799.61
CPU time (s): 1800.19
CPU user time (s): 1799.86
CPU system time (s): 0.328949
CPU usage (%): 100.032
Max. virtual memory (cumulated for all children) (KiB): 1530296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.328949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13243
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= 38472
involuntary context switches= 20891

runsolver used 3.64245 second user time and 9.54755 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-13 10:12:02
IDJOB=2658761
IDBENCH=2057
IDSOLVER=1164
FILE ID=node014/2658761-1276416722
PBS_JOBID= 11173281
Free space on /tmp= 62464 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-2-c.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658761-1276416722/watcher-2658761-1276416722 -o /tmp/evaluation-result-2658761-1276416722/solver-2658761-1276416722 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658761-1276416722.opb

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

MD5SUM BENCH= 02ee6f086501e1f86c8de97a222a24d7
RANDOM SEED=176315356

node014.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.258
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.51
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.258
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1768512 kB
Buffers:         38868 kB
Cached:         139804 kB
SwapCached:       1640 kB
Active:         118336 kB
Inactive:        94896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1768512 kB
SwapTotal:     4192956 kB
SwapFree:      4165864 kB
Dirty:             508 kB
Writeback:           0 kB
AnonPages:       32868 kB
Mapped:          15048 kB
Slab:            55432 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182532 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= 62464 MiB
End job on node014 at 2010-06-13 10:42:04