Trace number 2658180

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26UNSAT 868.636 865.04

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_2_15.opb
MD5SUM8fb158ac9231df21fb20d5a2362f86e8
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark28.0457
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2960
Sum of products size (including duplicates)5920
Number of different products1480
Sum of products size2960

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2658180-1276676535.opb
0.09/0.20	c reading problem ... 
1.09/0.74	c ... done. Wall clock time 0.539s.
1.09/0.74	c #vars     1580
1.09/0.74	c #constraints  3113
1.09/0.74	c constraints type 
1.09/0.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1480
1.09/0.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1.09/0.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1.09/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1480
3.98/2.62	c cleaning 2501 clauses out of 5001 with flag 5001/5001
5.22/3.82	c cleaning 4241 clauses out of 8499 with flag 11000/11000
6.42/5.08	c cleaning 5619 clauses out of 11259 with flag 18001/18001
8.14/6.76	c cleaning 6811 clauses out of 13639 with flag 26000/26000
9.89/8.48	c cleaning 7900 clauses out of 15828 with flag 35000/35000
12.30/10.87	c cleaning 8954 clauses out of 17929 with flag 45001/45001
14.72/13.26	c cleaning 9471 clauses out of 18974 with flag 55000/55000
16.71/15.26	c cleaning 9745 clauses out of 19503 with flag 65000/65000
19.42/17.93	c cleaning 9870 clauses out of 19758 with flag 75000/75000
21.93/20.45	c cleaning 9931 clauses out of 19888 with flag 85000/85000
24.23/22.71	c cleaning 9973 clauses out of 19957 with flag 95000/95000
27.24/25.73	c cleaning 9990 clauses out of 19987 with flag 105003/105003
30.16/28.67	c cleaning 9994 clauses out of 19994 with flag 115000/115000
32.66/31.18	c cleaning 9995 clauses out of 20001 with flag 125001/125001
35.67/34.11	c cleaning 10000 clauses out of 20006 with flag 135001/135001
38.57/37.08	c cleaning 10000 clauses out of 20005 with flag 145000/145000
41.19/39.63	c cleaning 9996 clauses out of 20006 with flag 155001/155001
43.30/41.71	c cleaning 9992 clauses out of 20009 with flag 165000/165000
45.29/43.77	c cleaning 10000 clauses out of 20017 with flag 175000/175000
47.39/45.86	c cleaning 9996 clauses out of 20017 with flag 185000/185000
49.40/47.81	c cleaning 10005 clauses out of 20021 with flag 195000/195000
51.40/49.85	c cleaning 9997 clauses out of 20016 with flag 205000/205000
53.21/51.62	c cleaning 10000 clauses out of 20020 with flag 215001/215001
55.01/53.41	c cleaning 9999 clauses out of 20020 with flag 225001/225001
56.93/55.39	c cleaning 9999 clauses out of 20020 with flag 235000/235000
58.85/57.21	c cleaning 10005 clauses out of 20023 with flag 245002/245002
60.75/59.12	c cleaning 9996 clauses out of 20016 with flag 255000/255000
62.85/61.23	c cleaning 10000 clauses out of 20021 with flag 265001/265001
64.85/63.26	c cleaning 9998 clauses out of 20020 with flag 275000/275000
67.06/65.44	c cleaning 10004 clauses out of 20022 with flag 285000/285000
69.16/67.54	c cleaning 10002 clauses out of 20018 with flag 295000/295000
71.17/69.56	c cleaning 9997 clauses out of 20017 with flag 305001/305001
73.08/71.49	c cleaning 9996 clauses out of 20020 with flag 315001/315001
75.18/73.54	c cleaning 9999 clauses out of 20024 with flag 325001/325001
77.09/75.42	c cleaning 10000 clauses out of 20024 with flag 335000/335000
78.89/77.21	c cleaning 10002 clauses out of 20026 with flag 345002/345002
80.80/79.13	c cleaning 10007 clauses out of 20022 with flag 355000/355000
82.70/81.08	c cleaning 9994 clauses out of 20015 with flag 365000/365000
84.61/82.92	c cleaning 9997 clauses out of 20021 with flag 375000/375000
86.52/84.80	c cleaning 9999 clauses out of 20024 with flag 385000/385000
88.53/86.83	c cleaning 10001 clauses out of 20025 with flag 395000/395000
90.43/88.79	c cleaning 10002 clauses out of 20024 with flag 405000/405000
92.53/90.84	c cleaning 9999 clauses out of 20022 with flag 415000/415000
94.54/92.82	c cleaning 9999 clauses out of 20023 with flag 425000/425000
96.44/94.72	c cleaning 10001 clauses out of 20025 with flag 435001/435001
98.14/96.48	c cleaning 10001 clauses out of 20024 with flag 445001/445001
100.05/98.34	c cleaning 10004 clauses out of 20022 with flag 455000/455000
101.76/100.05	c cleaning 10001 clauses out of 20018 with flag 465000/465000
103.45/101.72	c cleaning 9998 clauses out of 20018 with flag 475001/475001
105.25/103.52	c cleaning 10000 clauses out of 20019 with flag 485000/485000
106.97/105.27	c cleaning 10001 clauses out of 20019 with flag 495000/495000
108.88/107.13	c cleaning 10001 clauses out of 20019 with flag 505001/505001
110.69/108.97	c cleaning 10002 clauses out of 20019 with flag 515002/515002
112.69/110.97	c cleaning 9999 clauses out of 20015 with flag 525000/525000
114.59/112.89	c cleaning 9999 clauses out of 20016 with flag 535000/535000
116.39/114.67	c cleaning 9999 clauses out of 20017 with flag 545000/545000
118.31/116.55	c cleaning 9999 clauses out of 20019 with flag 555001/555001
120.10/118.37	c cleaning 10003 clauses out of 20021 with flag 565002/565002
121.80/120.03	c cleaning 9998 clauses out of 20016 with flag 575000/575000
123.30/121.50	c cleaning 9999 clauses out of 20018 with flag 585000/585000
125.11/123.39	c cleaning 10001 clauses out of 20019 with flag 595000/595000
126.91/125.18	c cleaning 9997 clauses out of 20018 with flag 605000/605000
128.81/127.05	c cleaning 10003 clauses out of 20023 with flag 615002/615002
130.52/128.75	c cleaning 9999 clauses out of 20019 with flag 625001/625001
132.42/130.66	c cleaning 10000 clauses out of 20020 with flag 635001/635001
134.23/132.42	c cleaning 10002 clauses out of 20021 with flag 645002/645002
136.23/134.47	c cleaning 9996 clauses out of 20017 with flag 655000/655000
138.03/136.30	c cleaning 10001 clauses out of 20021 with flag 665000/665000
140.13/138.30	c cleaning 9997 clauses out of 20021 with flag 675001/675001
141.95/140.16	c cleaning 10005 clauses out of 20024 with flag 685001/685001
143.75/141.94	c cleaning 10004 clauses out of 20018 with flag 695000/695000
145.55/143.73	c cleaning 9996 clauses out of 20014 with flag 705000/705000
147.35/145.55	c cleaning 10002 clauses out of 20018 with flag 715000/715000
149.26/147.46	c cleaning 9999 clauses out of 20018 with flag 725002/725002
151.09/149.29	c cleaning 9997 clauses out of 20017 with flag 735000/735000
153.09/151.21	c cleaning 9997 clauses out of 20020 with flag 745000/745000
154.80/152.94	c cleaning 10002 clauses out of 20024 with flag 755001/755001
156.39/154.50	c cleaning 9999 clauses out of 20021 with flag 765000/765000
158.29/156.47	c cleaning 10001 clauses out of 20022 with flag 775000/775000
160.49/158.61	c cleaning 10010 clauses out of 20023 with flag 785002/785002
163.54/161.70	c cleaning 10000 clauses out of 20013 with flag 795002/795002
166.66/164.78	c cleaning 9996 clauses out of 20012 with flag 805001/805001
169.59/167.67	c cleaning 10002 clauses out of 20015 with flag 815000/815000
172.72/170.74	c cleaning 10003 clauses out of 20014 with flag 825001/825001
175.82/173.81	c cleaning 10000 clauses out of 20011 with flag 835001/835001
178.63/176.67	c cleaning 9994 clauses out of 20010 with flag 845000/845000
181.35/179.32	c cleaning 10004 clauses out of 20017 with flag 855001/855001
184.25/182.26	c cleaning 10004 clauses out of 20013 with flag 865001/865001
187.65/185.63	c cleaning 9999 clauses out of 20008 with flag 875000/875000
190.26/188.21	c cleaning 9999 clauses out of 20009 with flag 885000/885000
192.07/190.04	c cleaning 9999 clauses out of 20011 with flag 895001/895001
193.77/191.72	c cleaning 10002 clauses out of 20011 with flag 905000/905000
195.37/193.33	c cleaning 9995 clauses out of 20010 with flag 915001/915001
197.27/195.22	c cleaning 9998 clauses out of 20014 with flag 925000/925000
198.98/196.95	c cleaning 9999 clauses out of 20016 with flag 935000/935000
200.68/198.68	c cleaning 10001 clauses out of 20017 with flag 945000/945000
202.58/200.52	c cleaning 10000 clauses out of 20017 with flag 955001/955001
204.28/202.27	c cleaning 10001 clauses out of 20016 with flag 965000/965000
206.08/204.02	c cleaning 10000 clauses out of 20016 with flag 975001/975001
207.79/205.75	c cleaning 9998 clauses out of 20016 with flag 985001/985001
209.48/207.45	c cleaning 9996 clauses out of 20017 with flag 995000/995000
211.18/209.19	c cleaning 10003 clauses out of 20024 with flag 1005003/1005003
212.99/210.99	c cleaning 9998 clauses out of 20018 with flag 1015000/1015000
214.90/212.84	c cleaning 9998 clauses out of 20020 with flag 1025000/1025000
216.60/214.58	c cleaning 10004 clauses out of 20023 with flag 1035001/1035001
218.39/216.35	c cleaning 10001 clauses out of 20018 with flag 1045000/1045000
220.10/218.02	c cleaning 9997 clauses out of 20017 with flag 1055000/1055000
221.79/219.71	c cleaning 10001 clauses out of 20021 with flag 1065001/1065001
223.30/221.28	c cleaning 10002 clauses out of 20020 with flag 1075001/1075001
224.99/222.97	c cleaning 10001 clauses out of 20017 with flag 1085000/1085000
226.69/224.64	c cleaning 10000 clauses out of 20017 with flag 1095001/1095001
228.29/226.28	c cleaning 9998 clauses out of 20016 with flag 1105000/1105000
229.98/227.96	c cleaning 9997 clauses out of 20018 with flag 1115000/1115000
231.78/229.71	c cleaning 10002 clauses out of 20022 with flag 1125001/1125001
233.38/231.36	c cleaning 9999 clauses out of 20019 with flag 1135000/1135000
235.19/233.12	c cleaning 9998 clauses out of 20020 with flag 1145000/1145000
236.88/234.83	c cleaning 10003 clauses out of 20024 with flag 1155002/1155002
238.59/236.60	c cleaning 10002 clauses out of 20019 with flag 1165000/1165000
240.70/238.68	c cleaning 9999 clauses out of 20017 with flag 1175000/1175000
242.49/240.45	c cleaning 10001 clauses out of 20018 with flag 1185000/1185000
244.19/242.13	c cleaning 10002 clauses out of 20017 with flag 1195000/1195000
245.89/243.86	c cleaning 10000 clauses out of 20015 with flag 1205000/1205000
247.69/245.67	c cleaning 9995 clauses out of 20015 with flag 1215000/1215000
249.60/247.58	c cleaning 10003 clauses out of 20022 with flag 1225002/1225002
251.60/249.51	c cleaning 10007 clauses out of 20018 with flag 1235001/1235001
253.61/251.59	c cleaning 9996 clauses out of 20010 with flag 1245000/1245000
255.31/253.27	c cleaning 9999 clauses out of 20015 with flag 1255001/1255001
257.32/255.29	c cleaning 10001 clauses out of 20015 with flag 1265000/1265000
259.32/257.25	c cleaning 10004 clauses out of 20020 with flag 1275006/1275006
261.53/259.40	c cleaning 9995 clauses out of 20010 with flag 1285000/1285000
263.24/261.19	c cleaning 9998 clauses out of 20015 with flag 1295000/1295000
265.14/263.08	c cleaning 10001 clauses out of 20017 with flag 1305000/1305000
266.84/264.78	c cleaning 10005 clauses out of 20018 with flag 1315002/1315002
268.86/266.75	c cleaning 9996 clauses out of 20013 with flag 1325002/1325002
270.96/268.84	c cleaning 9995 clauses out of 20017 with flag 1335002/1335002
272.77/270.68	c cleaning 9995 clauses out of 20020 with flag 1345000/1345000
274.67/272.51	c cleaning 10007 clauses out of 20025 with flag 1355000/1355000
276.37/274.26	c cleaning 10001 clauses out of 20018 with flag 1365000/1365000
278.18/276.01	c cleaning 10004 clauses out of 20017 with flag 1375000/1375000
279.98/277.81	c cleaning 9999 clauses out of 20014 with flag 1385001/1385001
281.68/279.54	c cleaning 9997 clauses out of 20014 with flag 1395000/1395000
283.49/281.33	c cleaning 10000 clauses out of 20019 with flag 1405002/1405002
285.30/283.14	c cleaning 10004 clauses out of 20019 with flag 1415002/1415002
287.01/284.88	c cleaning 9997 clauses out of 20013 with flag 1425000/1425000
288.70/286.54	c cleaning 9998 clauses out of 20016 with flag 1435000/1435000
290.41/288.23	c cleaning 9997 clauses out of 20019 with flag 1445001/1445001
292.00/289.89	c cleaning 10003 clauses out of 20022 with flag 1455001/1455001
293.80/291.62	c cleaning 10005 clauses out of 20020 with flag 1465002/1465002
295.51/293.35	c cleaning 10001 clauses out of 20014 with flag 1475001/1475001
297.31/295.10	c cleaning 9998 clauses out of 20013 with flag 1485001/1485001
298.91/296.78	c cleaning 9995 clauses out of 20014 with flag 1495000/1495000
300.71/298.50	c cleaning 9995 clauses out of 20019 with flag 1505000/1505000
302.42/300.26	c cleaning 10001 clauses out of 20025 with flag 1515001/1515001
304.21/302.02	c cleaning 10002 clauses out of 20023 with flag 1525000/1525000
306.03/303.86	c cleaning 10004 clauses out of 20022 with flag 1535001/1535001
307.84/305.65	c cleaning 10000 clauses out of 20017 with flag 1545000/1545000
309.85/307.60	c cleaning 10001 clauses out of 20018 with flag 1555001/1555001
311.64/309.43	c cleaning 9998 clauses out of 20017 with flag 1565001/1565001
313.45/311.24	c cleaning 9999 clauses out of 20018 with flag 1575000/1575000
315.15/313.00	c cleaning 10001 clauses out of 20019 with flag 1585000/1585000
316.95/314.78	c cleaning 9999 clauses out of 20018 with flag 1595000/1595000
318.85/316.60	c cleaning 10003 clauses out of 20020 with flag 1605001/1605001
320.86/318.61	c cleaning 10002 clauses out of 20017 with flag 1615001/1615001
322.87/320.62	c cleaning 10001 clauses out of 20014 with flag 1625000/1625000
324.69/322.47	c cleaning 10003 clauses out of 20014 with flag 1635001/1635001
326.39/324.15	c cleaning 9997 clauses out of 20010 with flag 1645000/1645000
328.19/325.97	c cleaning 9995 clauses out of 20013 with flag 1655000/1655000
329.90/327.69	c cleaning 10001 clauses out of 20018 with flag 1665000/1665000
331.90/329.62	c cleaning 10004 clauses out of 20017 with flag 1675000/1675000
333.81/331.52	c cleaning 10004 clauses out of 20017 with flag 1685004/1685004
335.81/333.60	c cleaning 9998 clauses out of 20010 with flag 1695001/1695001
337.72/335.43	c cleaning 10001 clauses out of 20012 with flag 1705001/1705001
339.62/337.35	c cleaning 9998 clauses out of 20010 with flag 1715000/1715000
341.53/339.29	c cleaning 9998 clauses out of 20012 with flag 1725000/1725000
344.13/341.84	c cleaning 10005 clauses out of 20016 with flag 1735002/1735002
346.54/344.23	c cleaning 9978 clauses out of 20009 with flag 1745000/1745000
348.84/346.53	c cleaning 9993 clauses out of 20033 with flag 1755002/1755002
350.85/348.58	c cleaning 10007 clauses out of 20038 with flag 1765000/1765000
353.06/350.76	c cleaning 9995 clauses out of 20032 with flag 1775001/1775001
355.47/353.15	c cleaning 10009 clauses out of 20036 with flag 1785000/1785000
357.47/355.12	c cleaning 10007 clauses out of 20028 with flag 1795001/1795001
359.57/357.21	c cleaning 10004 clauses out of 20021 with flag 1805001/1805001
361.57/359.29	c cleaning 10007 clauses out of 20021 with flag 1815005/1815005
363.87/361.52	c cleaning 9999 clauses out of 20009 with flag 1825000/1825000
366.49/364.17	c cleaning 10001 clauses out of 20010 with flag 1835000/1835000
369.28/366.99	c cleaning 9986 clauses out of 20010 with flag 1845001/1845001
371.90/369.55	c cleaning 10010 clauses out of 20024 with flag 1855001/1855001
374.10/371.77	c cleaning 9999 clauses out of 20014 with flag 1865001/1865001
376.31/373.97	c cleaning 9996 clauses out of 20014 with flag 1875000/1875000
378.51/376.12	c cleaning 9996 clauses out of 20018 with flag 1885000/1885000
380.31/377.96	c cleaning 10002 clauses out of 20022 with flag 1895000/1895000
382.51/380.12	c cleaning 9997 clauses out of 20020 with flag 1905000/1905000
384.72/382.39	c cleaning 9997 clauses out of 20023 with flag 1915000/1915000
387.03/384.69	c cleaning 10005 clauses out of 20026 with flag 1925000/1925000
389.54/387.20	c cleaning 10006 clauses out of 20022 with flag 1935001/1935001
392.33/389.92	c cleaning 10001 clauses out of 20015 with flag 1945000/1945000
394.64/392.23	c cleaning 9992 clauses out of 20016 with flag 1955002/1955002
397.04/394.65	c cleaning 10000 clauses out of 20022 with flag 1965000/1965000
399.46/397.10	c cleaning 10004 clauses out of 20022 with flag 1975000/1975000
401.95/399.54	c cleaning 10000 clauses out of 20018 with flag 1985000/1985000
403.98/401.58	c cleaning 10000 clauses out of 20018 with flag 1995000/1995000
405.98/403.51	c cleaning 10003 clauses out of 20019 with flag 2005001/2005001
407.88/405.46	c cleaning 10002 clauses out of 20015 with flag 2015000/2015000
409.79/407.38	c cleaning 9999 clauses out of 20013 with flag 2025000/2025000
411.70/409.28	c cleaning 9996 clauses out of 20014 with flag 2035000/2035000
413.60/411.18	c cleaning 9990 clauses out of 20018 with flag 2045000/2045000
415.50/413.05	c cleaning 10004 clauses out of 20029 with flag 2055001/2055001
417.31/414.81	c cleaning 10004 clauses out of 20024 with flag 2065000/2065000
419.01/416.54	c cleaning 10004 clauses out of 20020 with flag 2075000/2075000
420.82/418.33	c cleaning 10001 clauses out of 20018 with flag 2085002/2085002
422.52/420.08	c cleaning 9998 clauses out of 20016 with flag 2095001/2095001
424.53/422.08	c cleaning 10001 clauses out of 20017 with flag 2105000/2105000
426.63/424.17	c cleaning 9997 clauses out of 20016 with flag 2115000/2115000
428.93/426.43	c cleaning 10004 clauses out of 20019 with flag 2125000/2125000
430.83/428.35	c cleaning 10006 clauses out of 20019 with flag 2135004/2135004
432.94/430.45	c cleaning 9990 clauses out of 20009 with flag 2145000/2145000
435.04/432.54	c cleaning 10000 clauses out of 20021 with flag 2155002/2155002
437.15/434.65	c cleaning 10000 clauses out of 20020 with flag 2165001/2165001
439.26/436.71	c cleaning 10001 clauses out of 20019 with flag 2175000/2175000
441.26/438.78	c cleaning 9998 clauses out of 20018 with flag 2185000/2185000
443.17/440.65	c cleaning 10000 clauses out of 20020 with flag 2195000/2195000
444.98/442.47	c cleaning 10002 clauses out of 20020 with flag 2205000/2205000
446.78/444.22	c cleaning 10001 clauses out of 20018 with flag 2215000/2215000
448.89/446.37	c cleaning 10002 clauses out of 20017 with flag 2225000/2225000
451.00/448.46	c cleaning 10001 clauses out of 20015 with flag 2235000/2235000
453.20/450.62	c cleaning 10002 clauses out of 20015 with flag 2245001/2245001
455.41/452.84	c cleaning 9998 clauses out of 20012 with flag 2255000/2255000
457.42/454.84	c cleaning 10000 clauses out of 20015 with flag 2265001/2265001
459.43/456.88	c cleaning 10000 clauses out of 20014 with flag 2275000/2275000
461.54/458.98	c cleaning 10001 clauses out of 20017 with flag 2285003/2285003
463.45/460.83	c cleaning 9999 clauses out of 20013 with flag 2295000/2295000
465.25/462.66	c cleaning 10001 clauses out of 20015 with flag 2305001/2305001
467.36/464.77	c cleaning 9999 clauses out of 20013 with flag 2315000/2315000
469.36/466.74	c cleaning 10002 clauses out of 20016 with flag 2325002/2325002
471.68/469.09	c cleaning 9997 clauses out of 20013 with flag 2335001/2335001
473.88/471.21	c cleaning 10003 clauses out of 20017 with flag 2345002/2345002
475.79/473.18	c cleaning 9993 clauses out of 20014 with flag 2355002/2355002
478.00/475.37	c cleaning 9991 clauses out of 20019 with flag 2365000/2365000
480.40/477.70	c cleaning 10003 clauses out of 20030 with flag 2375002/2375002
482.40/479.76	c cleaning 10006 clauses out of 20027 with flag 2385002/2385002
484.31/481.67	c cleaning 10004 clauses out of 20019 with flag 2395000/2395000
486.52/483.89	c cleaning 9998 clauses out of 20015 with flag 2405000/2405000
488.52/485.84	c cleaning 10001 clauses out of 20019 with flag 2415002/2415002
490.83/488.11	c cleaning 9998 clauses out of 20016 with flag 2425000/2425000
493.04/490.32	c cleaning 10006 clauses out of 20019 with flag 2435001/2435001
495.14/492.45	c cleaning 10001 clauses out of 20012 with flag 2445000/2445000
497.64/494.93	c cleaning 9995 clauses out of 20011 with flag 2455000/2455000
499.74/497.04	c cleaning 9986 clauses out of 20016 with flag 2465000/2465000
501.95/499.21	c cleaning 10009 clauses out of 20032 with flag 2475002/2475002
504.36/501.63	c cleaning 9997 clauses out of 20023 with flag 2485002/2485002
506.47/503.80	c cleaning 10002 clauses out of 20024 with flag 2495000/2495000
508.67/505.90	c cleaning 10004 clauses out of 20024 with flag 2505002/2505002
511.18/508.49	c cleaning 10001 clauses out of 20018 with flag 2515000/2515000
513.39/510.67	c cleaning 10001 clauses out of 20018 with flag 2525001/2525001
515.69/512.91	c cleaning 9991 clauses out of 20016 with flag 2535000/2535000
517.80/515.07	c cleaning 10006 clauses out of 20025 with flag 2545000/2545000
520.30/517.55	c cleaning 10004 clauses out of 20020 with flag 2555001/2555001
522.31/519.56	c cleaning 10003 clauses out of 20015 with flag 2565000/2565000
524.41/521.66	c cleaning 10000 clauses out of 20014 with flag 2575002/2575002
526.72/523.94	c cleaning 9997 clauses out of 20014 with flag 2585002/2585002
529.53/526.79	c cleaning 9996 clauses out of 20015 with flag 2595000/2595000
531.63/528.83	c cleaning 9999 clauses out of 20019 with flag 2605000/2605000
534.04/531.27	c cleaning 10004 clauses out of 20021 with flag 2615001/2615001
536.75/533.90	c cleaning 10004 clauses out of 20017 with flag 2625001/2625001
538.95/536.13	c cleaning 9993 clauses out of 20013 with flag 2635001/2635001
541.46/538.69	c cleaning 9993 clauses out of 20020 with flag 2645001/2645001
543.66/540.86	c cleaning 10003 clauses out of 20026 with flag 2655000/2655000
545.67/542.84	c cleaning 10008 clauses out of 20024 with flag 2665001/2665001
547.68/544.80	c cleaning 9983 clauses out of 20016 with flag 2675001/2675001
550.09/547.23	c cleaning 10006 clauses out of 20037 with flag 2685005/2685005
552.49/549.65	c cleaning 10004 clauses out of 20026 with flag 2695000/2695000
554.79/551.98	c cleaning 10002 clauses out of 20022 with flag 2705000/2705000
557.40/554.52	c cleaning 9981 clauses out of 20021 with flag 2715001/2715001
559.70/556.84	c cleaning 10015 clauses out of 20040 with flag 2725001/2725001
562.00/559.17	c cleaning 9987 clauses out of 20026 with flag 2735002/2735002
564.11/561.27	c cleaning 10010 clauses out of 20038 with flag 2745001/2745001
566.41/563.55	c cleaning 10012 clauses out of 20029 with flag 2755002/2755002
569.03/566.20	c cleaning 9998 clauses out of 20015 with flag 2765000/2765000
571.44/568.54	c cleaning 10003 clauses out of 20018 with flag 2775001/2775001
573.95/571.03	c cleaning 10000 clauses out of 20014 with flag 2785000/2785000
575.96/573.08	c cleaning 10002 clauses out of 20014 with flag 2795000/2795000
578.26/575.33	c cleaning 9994 clauses out of 20013 with flag 2805001/2805001
580.55/577.67	c cleaning 10003 clauses out of 20018 with flag 2815000/2815000
582.96/580.00	c cleaning 9991 clauses out of 20015 with flag 2825000/2825000
585.16/582.28	c cleaning 10006 clauses out of 20026 with flag 2835002/2835002
587.77/584.84	c cleaning 10001 clauses out of 20019 with flag 2845001/2845001
590.07/587.17	c cleaning 10005 clauses out of 20017 with flag 2855000/2855000
592.49/589.52	c cleaning 9995 clauses out of 20012 with flag 2865000/2865000
594.99/592.03	c cleaning 9972 clauses out of 20017 with flag 2875000/2875000
597.29/594.30	c cleaning 10018 clauses out of 20045 with flag 2885000/2885000
599.70/596.77	c cleaning 10007 clauses out of 20028 with flag 2895001/2895001
601.92/598.98	c cleaning 10006 clauses out of 20020 with flag 2905000/2905000
603.82/600.86	c cleaning 10005 clauses out of 20016 with flag 2915002/2915002
606.23/603.27	c cleaning 9990 clauses out of 20014 with flag 2925005/2925005
608.23/605.29	c cleaning 9996 clauses out of 20020 with flag 2935001/2935001
610.93/607.91	c cleaning 10003 clauses out of 20023 with flag 2945000/2945000
613.33/610.38	c cleaning 10001 clauses out of 20020 with flag 2955000/2955000
615.75/612.73	c cleaning 10002 clauses out of 20019 with flag 2965000/2965000
617.96/614.98	c cleaning 10002 clauses out of 20018 with flag 2975001/2975001
620.25/617.27	c cleaning 9990 clauses out of 20015 with flag 2985000/2985000
622.16/619.19	c cleaning 10004 clauses out of 20026 with flag 2995001/2995001
624.08/621.06	c cleaning 10003 clauses out of 20021 with flag 3005000/3005000
625.98/622.97	c cleaning 10002 clauses out of 20018 with flag 3015000/3015000
627.79/624.74	c cleaning 10001 clauses out of 20016 with flag 3025000/3025000
629.68/626.65	c cleaning 10001 clauses out of 20015 with flag 3035000/3035000
631.49/628.46	c cleaning 9998 clauses out of 20014 with flag 3045000/3045000
633.48/630.43	c cleaning 10000 clauses out of 20016 with flag 3055000/3055000
635.38/632.31	c cleaning 10002 clauses out of 20016 with flag 3065000/3065000
637.19/634.11	c cleaning 9999 clauses out of 20014 with flag 3075000/3075000
638.99/635.95	c cleaning 10000 clauses out of 20015 with flag 3085000/3085000
640.81/637.76	c cleaning 10001 clauses out of 20015 with flag 3095000/3095000
642.71/639.60	c cleaning 10000 clauses out of 20015 with flag 3105001/3105001
644.62/641.56	c cleaning 10003 clauses out of 20018 with flag 3115004/3115004
646.42/643.32	c cleaning 9997 clauses out of 20011 with flag 3125000/3125000
648.53/645.43	c cleaning 10000 clauses out of 20014 with flag 3135000/3135000
650.53/647.49	c cleaning 9998 clauses out of 20015 with flag 3145001/3145001
652.73/649.69	c cleaning 10004 clauses out of 20019 with flag 3155003/3155003
655.04/651.99	c cleaning 9999 clauses out of 20012 with flag 3165000/3165000
657.35/654.26	c cleaning 9985 clauses out of 20013 with flag 3175000/3175000
659.35/656.28	c cleaning 10008 clauses out of 20031 with flag 3185003/3185003
661.97/658.82	c cleaning 10003 clauses out of 20020 with flag 3195000/3195000
663.98/660.80	c cleaning 10002 clauses out of 20018 with flag 3205001/3205001
665.98/662.82	c cleaning 9999 clauses out of 20016 with flag 3215001/3215001
668.49/665.33	c cleaning 9999 clauses out of 20019 with flag 3225003/3225003
670.80/667.66	c cleaning 10004 clauses out of 20018 with flag 3235001/3235001
673.20/670.05	c cleaning 9992 clauses out of 20014 with flag 3245001/3245001
675.31/672.12	c cleaning 10001 clauses out of 20022 with flag 3255001/3255001
677.42/674.30	c cleaning 10002 clauses out of 20020 with flag 3265000/3265000
679.62/676.44	c cleaning 10007 clauses out of 20018 with flag 3275000/3275000
682.11/679.00	c cleaning 10005 clauses out of 20013 with flag 3285002/3285002
685.12/681.91	c cleaning 9985 clauses out of 20006 with flag 3295000/3295000
687.82/684.62	c cleaning 10007 clauses out of 20023 with flag 3305002/3305002
690.92/687.73	c cleaning 9993 clauses out of 20015 with flag 3315001/3315001
693.42/690.25	c cleaning 9941 clauses out of 20023 with flag 3325002/3325002
696.44/693.27	c cleaning 9940 clauses out of 20081 with flag 3335001/3335001
698.94/695.80	c cleaning 9882 clauses out of 20141 with flag 3345001/3345001
701.45/698.22	c cleaning 9953 clauses out of 20258 with flag 3355000/3355000
704.05/700.80	c cleaning 9975 clauses out of 20308 with flag 3365003/3365003
706.65/703.42	c cleaning 9978 clauses out of 20330 with flag 3375000/3375000
709.56/706.37	c cleaning 9930 clauses out of 20354 with flag 3385002/3385002
712.26/709.04	c cleaning 9961 clauses out of 20423 with flag 3395001/3395001
714.97/711.71	c cleaning 9929 clauses out of 20462 with flag 3405001/3405001
718.36/715.17	c cleaning 9935 clauses out of 20533 with flag 3415001/3415001
721.48/718.22	c cleaning 9943 clauses out of 20608 with flag 3425011/3425011
724.28/721.01	c cleaning 9958 clauses out of 20655 with flag 3435001/3435001
726.18/722.92	c cleaning 9981 clauses out of 20696 with flag 3445000/3445000
728.09/724.83	c cleaning 9982 clauses out of 20715 with flag 3455000/3455000
730.09/726.85	c cleaning 9989 clauses out of 20733 with flag 3465000/3465000
732.19/728.93	c cleaning 9951 clauses out of 20745 with flag 3475001/3475001
734.20/730.95	c cleaning 9988 clauses out of 20794 with flag 3485001/3485001
736.21/732.92	c cleaning 9975 clauses out of 20805 with flag 3495000/3495000
738.21/734.99	c cleaning 9998 clauses out of 20830 with flag 3505000/3505000
740.61/737.31	c cleaning 9927 clauses out of 20832 with flag 3515000/3515000
742.63/739.31	c cleaning 9991 clauses out of 20905 with flag 3525000/3525000
744.74/741.43	c cleaning 9954 clauses out of 20916 with flag 3535002/3535002
746.74/743.43	c cleaning 9977 clauses out of 20962 with flag 3545002/3545002
748.74/745.40	c cleaning 9961 clauses out of 20984 with flag 3555001/3555001
750.75/747.42	c cleaning 9966 clauses out of 21022 with flag 3565000/3565000
753.25/749.91	c cleaning 9944 clauses out of 21057 with flag 3575001/3575001
755.36/752.07	c cleaning 9988 clauses out of 21113 with flag 3585001/3585001
757.87/754.55	c cleaning 9975 clauses out of 21125 with flag 3595001/3595001
760.18/756.84	c cleaning 9972 clauses out of 21150 with flag 3605001/3605001
762.39/759.08	c cleaning 9981 clauses out of 21177 with flag 3615000/3615000
764.60/761.24	c cleaning 9951 clauses out of 21196 with flag 3625000/3625000
766.71/763.36	c cleaning 10009 clauses out of 21245 with flag 3635000/3635000
768.92/765.56	c cleaning 9957 clauses out of 21236 with flag 3645000/3645000
772.01/768.61	c cleaning 9968 clauses out of 21283 with flag 3655004/3655004
774.61/771.29	c cleaning 9907 clauses out of 21313 with flag 3665002/3665002
777.42/774.07	c cleaning 9893 clauses out of 21405 with flag 3675001/3675001
780.03/776.69	c cleaning 9905 clauses out of 21511 with flag 3685000/3685000
782.73/779.30	c cleaning 9910 clauses out of 21612 with flag 3695006/3695006
785.55/782.18	c cleaning 9903 clauses out of 21696 with flag 3705000/3705000
788.15/784.71	c cleaning 9846 clauses out of 21794 with flag 3715001/3715001
791.06/787.61	c cleaning 9971 clauses out of 21949 with flag 3725002/3725002
794.06/790.61	c cleaning 9894 clauses out of 21978 with flag 3735002/3735002
797.16/793.77	c cleaning 9938 clauses out of 22084 with flag 3745002/3745002
800.16/796.76	c cleaning 9930 clauses out of 22144 with flag 3755000/3755000
803.17/799.73	c cleaning 9927 clauses out of 22214 with flag 3765000/3765000
806.18/802.75	c cleaning 9979 clauses out of 22300 with flag 3775013/3775013
809.28/805.88	c cleaning 9917 clauses out of 22308 with flag 3785000/3785000
812.00/808.59	c cleaning 9913 clauses out of 22397 with flag 3795006/3795006
815.40/811.91	c cleaning 9960 clauses out of 22483 with flag 3805005/3805005
818.10/814.63	c cleaning 9906 clauses out of 22519 with flag 3815001/3815001
820.90/817.46	c cleaning 9918 clauses out of 22612 with flag 3825000/3825000
824.02/820.59	c cleaning 9932 clauses out of 22695 with flag 3835001/3835001
827.21/823.77	c cleaning 9951 clauses out of 22763 with flag 3845001/3845001
830.12/826.65	c cleaning 9985 clauses out of 22812 with flag 3855001/3855001
833.12/829.61	c cleaning 9930 clauses out of 22826 with flag 3865000/3865000
836.03/832.60	c cleaning 9930 clauses out of 22896 with flag 3875000/3875000
838.73/835.28	c cleaning 9943 clauses out of 22967 with flag 3885001/3885001
842.03/838.54	c cleaning 9971 clauses out of 23023 with flag 3895000/3895000
845.24/841.76	c cleaning 9922 clauses out of 23052 with flag 3905000/3905000
847.85/844.38	c cleaning 9907 clauses out of 23130 with flag 3915000/3915000
850.06/846.59	c cleaning 9997 clauses out of 23226 with flag 3925003/3925003
852.36/848.83	c cleaning 9965 clauses out of 23226 with flag 3935000/3935000
854.77/851.29	c cleaning 10018 clauses out of 23270 with flag 3945009/3945009
857.08/853.59	c cleaning 9966 clauses out of 23243 with flag 3955000/3955000
859.77/856.21	c cleaning 9973 clauses out of 23277 with flag 3965000/3965000
863.08/859.52	c cleaning 9983 clauses out of 23306 with flag 3975002/3975002
866.09/862.59	c cleaning 9947 clauses out of 23320 with flag 3985000/3985000
868.50/864.96	c starts		: 252
868.50/864.96	c conflicts		: 3992518
868.50/864.96	c decisions		: 5572052
868.50/864.96	c propagations		: 177797316
868.50/864.96	c inspects		: 2551823963
868.50/864.96	c learnt literals	: 15
868.50/864.96	c learnt binary clauses	: 182
868.50/864.96	c learnt ternary clauses	: 86176
868.50/864.96	c learnt clauses	: 3992502
868.50/864.96	c ignored clauses	: 0
868.50/864.96	c root simplifications	: 0
868.50/864.96	c removed literals (reason simplification)	: 124591505
868.50/864.96	c reason swapping (by a shorter reason)	: 0
868.50/864.96	c Calls to reduceDB	: 400
868.50/864.96	c number of reductions to clauses (during analyze)	: 0
868.50/864.96	c number of learned constraints concerned by reduction	: 0
868.50/864.96	c number of learning phase by resolution	: 0
868.50/864.96	c number of learning phase by cutting planes	: 0
868.50/864.96	c speed (assignments/second)	: 205729.87883970301
868.50/864.96	c non guided choices	1496
868.50/864.99	c learnt constraints type 
868.50/864.99	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 20694
868.50/864.99	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 182
868.50/864.99	c constraints type 
868.50/864.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1480
868.50/864.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
868.50/864.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
868.50/865.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1480
868.50/865.00	s UNSATISFIABLE
868.50/865.00	c Total wall clock time (in seconds): 864.798

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

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


[startup+0 s]
/proc/loadavg: 1.10 1.03 1.01 3/105 15571
/proc/meminfo: memFree=1757740/2059040 swapFree=4140808/4192956
[pid=15571] ppid=15569 vsize=13164 CPUtime=0
/proc/15571/stat : 15571 (java) R 15569 15571 15039 0 -1 4194304 617 0 0 0 0 0 0 0 25 0 1 0 8946968 13479936 265 1992294400 134512640 134550932 4289189216 18446744073709551615 5424763 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15571/statm: 3291 270 140 10 0 1121 0

[startup+0.0865629 s]
/proc/loadavg: 1.10 1.03 1.01 3/105 15571
/proc/meminfo: memFree=1757740/2059040 swapFree=4140808/4192956
[pid=15571] ppid=15569 vsize=1522120 CPUtime=0.07
/proc/15571/stat : 15571 (java) S 15569 15571 15039 0 -1 4202496 3872 0 1 0 5 2 0 0 25 0 8 0 8946968 1558650880 3313 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/15571/statm: 380530 3313 1048 10 0 377840 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1522120

[startup+0.10313 s]
/proc/loadavg: 1.10 1.03 1.01 3/105 15571
/proc/meminfo: memFree=1757740/2059040 swapFree=4140808/4192956
[pid=15571] ppid=15569 vsize=1524184 CPUtime=0.09
/proc/15571/stat : 15571 (java) S 15569 15571 15039 0 -1 4202496 4028 0 1 0 7 2 0 0 25 0 12 0 8946968 1560764416 3467 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15571/statm: 381046 3467 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.30109 s]
/proc/loadavg: 1.10 1.03 1.01 3/105 15571
/proc/meminfo: memFree=1757740/2059040 swapFree=4140808/4192956
[pid=15571] ppid=15569 vsize=1526692 CPUtime=0.4
/proc/15571/stat : 15571 (java) S 15569 15571 15039 0 -1 4202496 5430 0 1 0 37 3 0 0 25 0 12 0 8946968 1563332608 4867 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15571/statm: 381673 4867 1365 10 0 378975 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526692

[startup+0.701134 s]
/proc/loadavg: 1.10 1.03 1.01 3/105 15571
/proc/meminfo: memFree=1757740/2059040 swapFree=4140808/4192956
[pid=15571] ppid=15569 vsize=1530212 CPUtime=1.09
/proc/15571/stat : 15571 (java) S 15569 15571 15039 0 -1 4202496 7450 0 1 0 105 4 0 0 25 0 12 0 8946968 1566937088 6731 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15571/statm: 382553 6731 1408 10 0 379855 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1530212

[startup+1.50121 s]
/proc/loadavg: 1.10 1.03 1.01 4/118 15584
/proc/meminfo: memFree=1729736/2059040 swapFree=4140808/4192956
[pid=15571] ppid=15569 vsize=1534224 CPUtime=2.63
/proc/15571/stat : 15571 (java) S 15569 15571 15039 0 -1 4202496 13424 0 1 0 256 7 0 0 25 0 13 0 8946968 1571045376 11928 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15571/statm: 383556 11928 1423 10 0 380858 0
[pid=15571/tid=15573] ppid=15569 vsize=1534224 CPUtime=1.46
/proc/15571/task/15573/stat : 15573 (java) R 15569 15571 15039 0 -1 4202560 8867 0 1 0 141 5 0 0 25 0 13 0 8946969 1571045376 11928 1992294400 134512640 134550932 4289189216 18446744073709551615 4109420444 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15571/tid=15574] ppid=15569 vsize=1534224 CPUtime=0
/proc/15571/task/15574/stat : 15574 (java) S 15569 15571 15039 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8946970 1571045376 11928 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15575] ppid=15569 vsize=1534224 CPUtime=0
/proc/15571/task/15575/stat : 15575 (java) S 15569 15571 15039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8946970 1571045376 11928 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15576] ppid=15569 vsize=1534224 CPUtime=0
/proc/15571/task/15576/stat : 15576 (java) S 15569 15571 15039 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 8946972 1571045376 11928 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15577] ppid=15569 vsize=1534224 CPUtime=0
/proc/15571/task/15577/stat : 15577 (java) S 15569 15571 15039 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 13 0 8946972 1571045376 11928 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15578] ppid=15569 vsize=1534224 CPUtime=0
/proc/15571/task/15578/stat : 15578 (java) S 15569 15571 15039 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 8946972 1571045376 11928 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15579] ppid=15569 vsize=1534224 CPUtime=0
/proc/15571/task/15579/stat : 15579 (java) S 15569 15571 15039 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8946977 1571045376 11928 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15580] ppid=15569 vsize=1534224 CPUtime=0.61
/proc/15571/task/15580/stat : 15580 (java) R 15569 15571 15039 0 -1 4202560 1282 0 0 0 61 0 0 0 25 0 13 0 8946977 1571045376 11928 1992294400 134512640 134550932 4289189216 18446744073709551615 104139979 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15571/tid=15581] ppid=15569 vsize=1534224 CPUtime=0.54
/proc/15571/task/15581/stat : 15581 (java) R 15569 15571 15039 0 -1 4202560 2205 0 0 0 53 1 0 0 25 0 13 0 8946977 1571045376 11928 1992294400 134512640 134550932 4289189216 18446744073709551615 103334609 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15571/tid=15582] ppid=15569 vsize=1534224 CPUtime=0
/proc/15571/task/15582/stat : 15582 (java) S 15569 15571 15039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8946977 1571045376 11928 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15583] ppid=15569 vsize=1534224 CPUtime=0
/proc/15571/task/15583/stat : 15583 (java) S 15569 15571 15039 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8946977 1571045376 11928 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15584] ppid=15569 vsize=1534224 CPUtime=0
/proc/15571/task/15584/stat : 15584 (java) S 15569 15571 15039 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8947043 1571045376 11928 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1534224

[startup+3.10137 s]
/proc/loadavg: 1.10 1.03 1.01 3/118 15584
/proc/meminfo: memFree=1659552/2059040 swapFree=4140808/4192956
[pid=15571] ppid=15569 vsize=1534224 CPUtime=4.49
/proc/15571/stat : 15571 (java) S 15569 15571 15039 0 -1 4202496 38349 0 1 0 432 17 0 0 25 0 13 0 8946968 1571045376 36841 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15571/statm: 383556 36841 1443 10 0 380858 0
[pid=15571/tid=15573] ppid=15569 vsize=1534224 CPUtime=2.98
/proc/15571/task/15573/stat : 15573 (java) R 15569 15571 15039 0 -1 4202560 32050 0 1 0 284 14 0 0 25 0 13 0 8946969 1571045376 36841 1992294400 134512640 134550932 4289189216 18446744073709551615 4109403105 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15571/tid=15574] ppid=15569 vsize=1534224 CPUtime=0.01
/proc/15571/task/15574/stat : 15574 (java) S 15569 15571 15039 0 -1 4202560 618 0 0 0 1 0 0 0 17 0 13 0 8946970 1571045376 36841 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15575] ppid=15569 vsize=1534224 CPUtime=0.01
/proc/15571/task/15575/stat : 15575 (java) S 15569 15571 15039 0 -1 4202560 589 0 0 0 1 0 0 0 17 0 13 0 8946970 1571045376 36841 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15576] ppid=15569 vsize=1534224 CPUtime=0.02
/proc/15571/task/15576/stat : 15576 (java) S 15569 15571 15039 0 -1 4202560 507 0 0 0 2 0 0 0 15 0 13 0 8946972 1571045376 36841 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15577] ppid=15569 vsize=1534224 CPUtime=0
/proc/15571/task/15577/stat : 15577 (java) S 15569 15571 15039 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8946972 1571045376 36841 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15578] ppid=15569 vsize=1534224 CPUtime=0
/proc/15571/task/15578/stat : 15578 (java) S 15569 15571 15039 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8946972 1571045376 36841 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15579] ppid=15569 vsize=1534224 CPUtime=0
/proc/15571/task/15579/stat : 15579 (java) S 15569 15571 15039 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8946977 1571045376 36841 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15580] ppid=15569 vsize=1534224 CPUtime=0.69
/proc/15571/task/15580/stat : 15580 (java) S 15569 15571 15039 0 -1 4202560 1293 0 0 0 69 0 0 0 16 0 13 0 8946977 1571045376 36841 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15581] ppid=15569 vsize=1534224 CPUtime=0.72
/proc/15571/task/15581/stat : 15581 (java) S 15569 15571 15039 0 -1 4202560 2224 0 0 0 71 1 0 0 17 0 13 0 8946977 1571045376 36841 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15582] ppid=15569 vsize=1534224 CPUtime=0
/proc/15571/task/15582/stat : 15582 (java) S 15569 15571 15039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8946977 1571045376 36841 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15583] ppid=15569 vsize=1534224 CPUtime=0
/proc/15571/task/15583/stat : 15583 (java) S 15569 15571 15039 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8946977 1571045376 36841 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15584] ppid=15569 vsize=1534224 CPUtime=0
/proc/15571/task/15584/stat : 15584 (java) S 15569 15571 15039 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8947043 1571045376 36841 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 1534224

[startup+6.30167 s]
/proc/loadavg: 1.10 1.03 1.01 2/118 15584
/proc/meminfo: memFree=1614912/2059040 swapFree=4140808/4192956
[pid=15571] ppid=15569 vsize=1532588 CPUtime=7.74
/proc/15571/stat : 15571 (java) S 15569 15571 15039 0 -1 4202496 38636 0 1 0 756 18 0 0 25 0 13 0 8946968 1569370112 36722 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15571/statm: 383147 36722 1443 10 0 380449 0
[pid=15571/tid=15573] ppid=15569 vsize=1532588 CPUtime=6.07
/proc/15571/task/15573/stat : 15573 (java) R 15569 15571 15039 0 -1 4202560 32056 0 1 0 593 14 0 0 25 0 13 0 8946969 1569370112 36722 1992294400 134512640 134550932 4289189216 18446744073709551615 4109349376 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15571/tid=15574] ppid=15569 vsize=1532588 CPUtime=0.03
/proc/15571/task/15574/stat : 15574 (java) S 15569 15571 15039 0 -1 4202560 619 0 0 0 3 0 0 0 16 0 13 0 8946970 1569370112 36722 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15575] ppid=15569 vsize=1532588 CPUtime=0.03
/proc/15571/task/15575/stat : 15575 (java) S 15569 15571 15039 0 -1 4202560 592 0 0 0 3 0 0 0 15 0 13 0 8946970 1569370112 36722 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15576] ppid=15569 vsize=1532588 CPUtime=0.07
/proc/15571/task/15576/stat : 15576 (java) S 15569 15571 15039 0 -1 4202560 776 0 0 0 7 0 0 0 15 0 13 0 8946972 1569370112 36722 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15577] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15577/stat : 15577 (java) S 15569 15571 15039 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8946972 1569370112 36722 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15578] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15578/stat : 15578 (java) S 15569 15571 15039 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8946972 1569370112 36722 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15579] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15579/stat : 15579 (java) S 15569 15571 15039 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8946977 1569370112 36722 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15580] ppid=15569 vsize=1532588 CPUtime=0.73
/proc/15571/task/15580/stat : 15580 (java) S 15569 15571 15039 0 -1 4202560 1298 0 0 0 73 0 0 0 15 0 13 0 8946977 1569370112 36722 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15581] ppid=15569 vsize=1532588 CPUtime=0.75
/proc/15571/task/15581/stat : 15581 (java) S 15569 15571 15039 0 -1 4202560 2227 0 0 0 74 1 0 0 15 0 13 0 8946977 1569370112 36722 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15582] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15582/stat : 15582 (java) S 15569 15571 15039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8946977 1569370112 36722 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15583] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15583/stat : 15583 (java) S 15569 15571 15039 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8946977 1569370112 36722 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15584] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15584/stat : 15584 (java) S 15569 15571 15039 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8947043 1569370112 36722 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 1532588

[startup+12.7013 s]
/proc/loadavg: 1.17 1.04 1.01 2/118 15584
/proc/meminfo: memFree=1581804/2059040 swapFree=4140808/4192956
[pid=15571] ppid=15569 vsize=1532588 CPUtime=14.21
/proc/15571/stat : 15571 (java) S 15569 15571 15039 0 -1 4202496 47057 0 1 0 1400 21 0 0 25 0 13 0 8946968 1569370112 45127 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15571/statm: 383147 45127 1443 10 0 380449 0
[pid=15571/tid=15573] ppid=15569 vsize=1532588 CPUtime=12.32
/proc/15571/task/15573/stat : 15573 (java) R 15569 15571 15039 0 -1 4202560 38932 0 1 0 1215 17 0 0 25 0 13 0 8946969 1569370112 45127 1992294400 134512640 134550932 4289189216 18446744073709551615 4109403108 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15571/tid=15574] ppid=15569 vsize=1532588 CPUtime=0.07
/proc/15571/task/15574/stat : 15574 (java) S 15569 15571 15039 0 -1 4202560 1278 0 0 0 7 0 0 0 16 0 13 0 8946970 1569370112 45127 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15575] ppid=15569 vsize=1532588 CPUtime=0.06
/proc/15571/task/15575/stat : 15575 (java) S 15569 15571 15039 0 -1 4202560 1222 0 0 0 6 0 0 0 16 0 13 0 8946970 1569370112 45127 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15576] ppid=15569 vsize=1532588 CPUtime=0.17
/proc/15571/task/15576/stat : 15576 (java) S 15569 15571 15039 0 -1 4202560 1027 0 0 0 17 0 0 0 15 0 13 0 8946972 1569370112 45127 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15577] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15577/stat : 15577 (java) S 15569 15571 15039 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8946972 1569370112 45127 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15578] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15578/stat : 15578 (java) S 15569 15571 15039 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8946972 1569370112 45127 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15579] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15579/stat : 15579 (java) S 15569 15571 15039 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8946977 1569370112 45127 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15580] ppid=15569 vsize=1532588 CPUtime=0.78
/proc/15571/task/15580/stat : 15580 (java) S 15569 15571 15039 0 -1 4202560 1303 0 0 0 78 0 0 0 15 0 13 0 8946977 1569370112 45127 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15581] ppid=15569 vsize=1532588 CPUtime=0.76
/proc/15571/task/15581/stat : 15581 (java) S 15569 15571 15039 0 -1 4202560 2227 0 0 0 75 1 0 0 16 0 13 0 8946977 1569370112 45127 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15582] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15582/stat : 15582 (java) S 15569 15571 15039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8946977 1569370112 45127 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15583] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15583/stat : 15583 (java) S 15569 15571 15039 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8946977 1569370112 45127 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15584] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15584/stat : 15584 (java) S 15569 15571 15039 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8947043 1569370112 45127 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.21
Current children cumulated vsize (KiB) 1532588

[startup+25.5025 s]
/proc/loadavg: 1.13 1.04 1.01 2/118 15584
/proc/meminfo: memFree=1579076/2059040 swapFree=4140808/4192956
[pid=15571] ppid=15569 vsize=1532588 CPUtime=27.04
/proc/15571/stat : 15571 (java) S 15569 15571 15039 0 -1 4202496 47845 0 1 0 2682 22 0 0 25 0 13 0 8946968 1569370112 45838 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15571/statm: 383147 45838 1443 10 0 380449 0
[pid=15571/tid=15573] ppid=15569 vsize=1532588 CPUtime=24.9
/proc/15571/task/15573/stat : 15573 (java) R 15569 15571 15039 0 -1 4202560 38942 0 1 0 2472 18 0 0 25 0 13 0 8946969 1569370112 45838 1992294400 134512640 134550932 4289189216 18446744073709551615 4109474397 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15571/tid=15574] ppid=15569 vsize=1532588 CPUtime=0.11
/proc/15571/task/15574/stat : 15574 (java) S 15569 15571 15039 0 -1 4202560 1579 0 0 0 11 0 0 0 15 0 13 0 8946970 1569370112 45838 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15575] ppid=15569 vsize=1532588 CPUtime=0.11
/proc/15571/task/15575/stat : 15575 (java) S 15569 15571 15039 0 -1 4202560 1485 0 0 0 11 0 0 0 15 0 13 0 8946970 1569370112 45838 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15576] ppid=15569 vsize=1532588 CPUtime=0.32

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

/proc/15571/task/15583/stat : 15583 (java) S 15569 15571 15039 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 13 0 8946977 1569370112 47267 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15584] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15584/stat : 15584 (java) S 15569 15571 15039 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8947043 1569370112 47267 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 864.28
Current children cumulated vsize (KiB) 1532588

[startup+862.303 s]
/proc/loadavg: 1.00 1.05 1.01 2/118 15609
/proc/meminfo: memFree=1571140/2059040 swapFree=4140808/4192956
[pid=15571] ppid=15569 vsize=1532588 CPUtime=865.9
/proc/15571/stat : 15571 (java) S 15569 15571 15039 0 -1 4202496 50255 0 1 0 86531 59 0 0 25 0 13 0 8946968 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15571/statm: 383147 47268 1443 10 0 380449 0
[pid=15571/tid=15573] ppid=15569 vsize=1532588 CPUtime=844.23
/proc/15571/task/15573/stat : 15573 (java) R 15569 15571 15039 0 -1 4202560 39666 0 1 0 84401 22 0 0 23 0 13 0 8946969 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4109408479 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15571/tid=15574] ppid=15569 vsize=1532588 CPUtime=3.5
/proc/15571/task/15574/stat : 15574 (java) S 15569 15571 15039 0 -1 4202560 2333 0 0 0 336 14 0 0 15 0 13 0 8946970 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15575] ppid=15569 vsize=1532588 CPUtime=3.56
/proc/15571/task/15575/stat : 15575 (java) S 15569 15571 15039 0 -1 4202560 2251 0 0 0 343 13 0 0 15 0 13 0 8946970 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15576] ppid=15569 vsize=1532588 CPUtime=12.78
/proc/15571/task/15576/stat : 15576 (java) S 15569 15571 15039 0 -1 4202560 1344 0 0 0 1273 5 0 0 15 0 13 0 8946972 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15577] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15577/stat : 15577 (java) S 15569 15571 15039 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8946972 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15578] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15578/stat : 15578 (java) S 15569 15571 15039 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8946972 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15579] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15579/stat : 15579 (java) S 15569 15571 15039 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15580] ppid=15569 vsize=1532588 CPUtime=0.97
/proc/15571/task/15580/stat : 15580 (java) S 15569 15571 15039 0 -1 4202560 1319 0 0 0 97 0 0 0 15 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15581] ppid=15569 vsize=1532588 CPUtime=0.78
/proc/15571/task/15581/stat : 15581 (java) S 15569 15571 15039 0 -1 4202560 2228 0 0 0 77 1 0 0 15 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15582] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15582/stat : 15582 (java) S 15569 15571 15039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15583] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15583/stat : 15583 (java) S 15569 15571 15039 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15584] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15584/stat : 15584 (java) S 15569 15571 15039 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8947043 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 865.9
Current children cumulated vsize (KiB) 1532588

[startup+863.902 s]
/proc/loadavg: 1.00 1.05 1.01 2/118 15609
/proc/meminfo: memFree=1571140/2059040 swapFree=4140808/4192956
[pid=15571] ppid=15569 vsize=1532588 CPUtime=867.5
/proc/15571/stat : 15571 (java) S 15569 15571 15039 0 -1 4202496 50258 0 1 0 86690 60 0 0 25 0 13 0 8946968 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15571/statm: 383147 47268 1443 10 0 380449 0
[pid=15571/tid=15573] ppid=15569 vsize=1532588 CPUtime=845.77
/proc/15571/task/15573/stat : 15573 (java) R 15569 15571 15039 0 -1 4202560 39669 0 1 0 84555 22 0 0 25 0 13 0 8946969 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4109371745 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15571/tid=15574] ppid=15569 vsize=1532588 CPUtime=3.51
/proc/15571/task/15574/stat : 15574 (java) S 15569 15571 15039 0 -1 4202560 2333 0 0 0 337 14 0 0 15 0 13 0 8946970 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15575] ppid=15569 vsize=1532588 CPUtime=3.57
/proc/15571/task/15575/stat : 15575 (java) S 15569 15571 15039 0 -1 4202560 2251 0 0 0 344 13 0 0 15 0 13 0 8946970 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15576] ppid=15569 vsize=1532588 CPUtime=12.82
/proc/15571/task/15576/stat : 15576 (java) S 15569 15571 15039 0 -1 4202560 1344 0 0 0 1277 5 0 0 16 0 13 0 8946972 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15577] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15577/stat : 15577 (java) S 15569 15571 15039 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8946972 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15578] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15578/stat : 15578 (java) S 15569 15571 15039 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8946972 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15579] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15579/stat : 15579 (java) S 15569 15571 15039 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15580] ppid=15569 vsize=1532588 CPUtime=0.97
/proc/15571/task/15580/stat : 15580 (java) S 15569 15571 15039 0 -1 4202560 1319 0 0 0 97 0 0 0 15 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15581] ppid=15569 vsize=1532588 CPUtime=0.78
/proc/15571/task/15581/stat : 15581 (java) S 15569 15571 15039 0 -1 4202560 2228 0 0 0 77 1 0 0 15 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15582] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15582/stat : 15582 (java) S 15569 15571 15039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15583] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15583/stat : 15583 (java) S 15569 15571 15039 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15584] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15584/stat : 15584 (java) S 15569 15571 15039 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8947043 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 867.5
Current children cumulated vsize (KiB) 1532588

[startup+864.702 s]
/proc/loadavg: 1.00 1.05 1.01 2/118 15609
/proc/meminfo: memFree=1571140/2059040 swapFree=4140808/4192956
[pid=15571] ppid=15569 vsize=1532588 CPUtime=868.3
/proc/15571/stat : 15571 (java) S 15569 15571 15039 0 -1 4202496 50258 0 1 0 86770 60 0 0 25 0 13 0 8946968 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15571/statm: 383147 47268 1443 10 0 380449 0
[pid=15571/tid=15573] ppid=15569 vsize=1532588 CPUtime=846.57
/proc/15571/task/15573/stat : 15573 (java) R 15569 15571 15039 0 -1 4202560 39669 0 1 0 84635 22 0 0 25 0 13 0 8946969 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4109371745 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15571/tid=15574] ppid=15569 vsize=1532588 CPUtime=3.51
/proc/15571/task/15574/stat : 15574 (java) S 15569 15571 15039 0 -1 4202560 2333 0 0 0 337 14 0 0 15 0 13 0 8946970 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15575] ppid=15569 vsize=1532588 CPUtime=3.57
/proc/15571/task/15575/stat : 15575 (java) S 15569 15571 15039 0 -1 4202560 2251 0 0 0 344 13 0 0 15 0 13 0 8946970 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15576] ppid=15569 vsize=1532588 CPUtime=12.82
/proc/15571/task/15576/stat : 15576 (java) S 15569 15571 15039 0 -1 4202560 1344 0 0 0 1277 5 0 0 16 0 13 0 8946972 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15577] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15577/stat : 15577 (java) S 15569 15571 15039 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8946972 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15578] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15578/stat : 15578 (java) S 15569 15571 15039 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8946972 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15579] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15579/stat : 15579 (java) S 15569 15571 15039 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15580] ppid=15569 vsize=1532588 CPUtime=0.97
/proc/15571/task/15580/stat : 15580 (java) S 15569 15571 15039 0 -1 4202560 1319 0 0 0 97 0 0 0 15 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15581] ppid=15569 vsize=1532588 CPUtime=0.78
/proc/15571/task/15581/stat : 15581 (java) S 15569 15571 15039 0 -1 4202560 2228 0 0 0 77 1 0 0 15 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15582] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15582/stat : 15582 (java) S 15569 15571 15039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15583] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15583/stat : 15583 (java) S 15569 15571 15039 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15584] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15584/stat : 15584 (java) S 15569 15571 15039 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8947043 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 868.3
Current children cumulated vsize (KiB) 1532588

[startup+864.902 s]
/proc/loadavg: 1.00 1.05 1.01 2/118 15609
/proc/meminfo: memFree=1571140/2059040 swapFree=4140808/4192956
[pid=15571] ppid=15569 vsize=1532588 CPUtime=868.5
/proc/15571/stat : 15571 (java) S 15569 15571 15039 0 -1 4202496 50258 0 1 0 86790 60 0 0 25 0 13 0 8946968 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15571/statm: 383147 47268 1443 10 0 380449 0
[pid=15571/tid=15573] ppid=15569 vsize=1532588 CPUtime=846.77
/proc/15571/task/15573/stat : 15573 (java) R 15569 15571 15039 0 -1 4202560 39669 0 1 0 84655 22 0 0 25 0 13 0 8946969 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4109345928 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15571/tid=15574] ppid=15569 vsize=1532588 CPUtime=3.51
/proc/15571/task/15574/stat : 15574 (java) S 15569 15571 15039 0 -1 4202560 2333 0 0 0 337 14 0 0 15 0 13 0 8946970 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15575] ppid=15569 vsize=1532588 CPUtime=3.57
/proc/15571/task/15575/stat : 15575 (java) S 15569 15571 15039 0 -1 4202560 2251 0 0 0 344 13 0 0 15 0 13 0 8946970 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15576] ppid=15569 vsize=1532588 CPUtime=12.82
/proc/15571/task/15576/stat : 15576 (java) S 15569 15571 15039 0 -1 4202560 1344 0 0 0 1277 5 0 0 15 0 13 0 8946972 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15577] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15577/stat : 15577 (java) S 15569 15571 15039 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8946972 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15578] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15578/stat : 15578 (java) S 15569 15571 15039 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8946972 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15579] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15579/stat : 15579 (java) S 15569 15571 15039 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15580] ppid=15569 vsize=1532588 CPUtime=0.97
/proc/15571/task/15580/stat : 15580 (java) S 15569 15571 15039 0 -1 4202560 1319 0 0 0 97 0 0 0 15 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15581] ppid=15569 vsize=1532588 CPUtime=0.78
/proc/15571/task/15581/stat : 15581 (java) S 15569 15571 15039 0 -1 4202560 2228 0 0 0 77 1 0 0 15 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15582] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15582/stat : 15582 (java) S 15569 15571 15039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15583] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15583/stat : 15583 (java) S 15569 15571 15039 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 13 0 8946977 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15584] ppid=15569 vsize=1532588 CPUtime=0
/proc/15571/task/15584/stat : 15584 (java) S 15569 15571 15039 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8947043 1569370112 47268 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 868.5
Current children cumulated vsize (KiB) 1532588

[startup+865.003 s]
/proc/loadavg: 1.00 1.05 1.01 2/118 15609
/proc/meminfo: memFree=1571140/2059040 swapFree=4140808/4192956
[pid=15571] ppid=15569 vsize=1532912 CPUtime=868.61
/proc/15571/stat : 15571 (java) S 15569 15571 15039 0 -1 4202496 50271 0 1 0 86801 60 0 0 25 0 13 0 8946968 1569701888 47281 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15571/statm: 383228 47281 1446 10 0 380530 0
[pid=15571/tid=15573] ppid=15569 vsize=1532912 CPUtime=846.83
/proc/15571/task/15573/stat : 15573 (java) S 15569 15571 15039 0 -1 4202560 39674 0 1 0 84661 22 0 0 25 0 13 0 8946969 1569701888 47281 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15574] ppid=15569 vsize=1532912 CPUtime=3.51
/proc/15571/task/15574/stat : 15574 (java) S 15569 15571 15039 0 -1 4202560 2333 0 0 0 337 14 0 0 15 0 13 0 8946970 1569701888 47281 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 1 0 0 0
[pid=15571/tid=15575] ppid=15569 vsize=1532912 CPUtime=3.57
/proc/15571/task/15575/stat : 15575 (java) S 15569 15571 15039 0 -1 4202560 2251 0 0 0 344 13 0 0 15 0 13 0 8946970 1569701888 47281 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15576] ppid=15569 vsize=1532912 CPUtime=12.82
/proc/15571/task/15576/stat : 15576 (java) S 15569 15571 15039 0 -1 4202560 1344 0 0 0 1277 5 0 0 15 0 13 0 8946972 1569701888 47281 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 0 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15577] ppid=15569 vsize=1532912 CPUtime=0
/proc/15571/task/15577/stat : 15577 (java) S 15569 15571 15039 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8946972 1569701888 47281 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15578] ppid=15569 vsize=1532912 CPUtime=0
/proc/15571/task/15578/stat : 15578 (java) S 15569 15571 15039 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 8946972 1569701888 47281 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15579] ppid=15569 vsize=1532912 CPUtime=0
/proc/15571/task/15579/stat : 15579 (java) S 15569 15571 15039 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 8946977 1569701888 47281 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15580] ppid=15569 vsize=1532912 CPUtime=0.97
/proc/15571/task/15580/stat : 15580 (java) S 15569 15571 15039 0 -1 4202560 1321 0 0 0 97 0 0 0 15 0 13 0 8946977 1569701888 47281 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15581] ppid=15569 vsize=1532912 CPUtime=0.79
/proc/15571/task/15581/stat : 15581 (java) R 15569 15571 15039 0 -1 4202560 2228 0 0 0 78 1 0 0 15 0 13 0 8946977 1569701888 47281 1992294400 134512640 134550932 4289189216 18446744073709551615 106121455 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15571/tid=15582] ppid=15569 vsize=1532912 CPUtime=0
/proc/15571/task/15582/stat : 15582 (java) S 15569 15571 15039 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 8946977 1569701888 47281 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15583] ppid=15569 vsize=1532912 CPUtime=0
/proc/15571/task/15583/stat : 15583 (java) S 15569 15571 15039 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 13 0 8946977 1569701888 47281 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
[pid=15571/tid=15584] ppid=15569 vsize=1532912 CPUtime=0
/proc/15571/task/15584/stat : 15584 (java) S 15569 15571 15039 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 8947043 1569701888 47281 1992294400 134512640 134550932 4289189216 18446744073709551615 4294960144 0 4 0 16800975 18446604436275869760 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 868.61
Current children cumulated vsize (KiB) 1532912

Child status: 20
Real time (s): 865.04
CPU time (s): 868.636
CPU user time (s): 868.015
CPU system time (s): 0.620905
CPU usage (%): 100.416
Max. virtual memory (cumulated for all children) (KiB): 1534224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 868.015
system time used= 0.620905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50275
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= 26130
involuntary context switches= 14262

runsolver used 1.67874 second user time and 4.71628 second system time

The end

Launcher Data

Begin job on node089 at 2010-06-16 10:22:15
IDJOB=2658180
IDBENCH=48299
IDSOLVER=1164
FILE ID=node089/2658180-1276676535
PBS_JOBID= 11172535
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_2_15.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658180-1276676535/watcher-2658180-1276676535 -o /tmp/evaluation-result-2658180-1276676535/solver-2658180-1276676535 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658180-1276676535.opb

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

MD5SUM BENCH= 8fb158ac9231df21fb20d5a2362f86e8
RANDOM SEED=1098312699

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1758128 kB
Buffers:        101700 kB
Cached:         118740 kB
SwapCached:       6556 kB
Active:          92740 kB
Inactive:       141556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1758128 kB
SwapTotal:     4192956 kB
SwapFree:      4140808 kB
Dirty:             448 kB
Writeback:           0 kB
AnonPages:       11208 kB
Mapped:          13092 kB
Slab:            44936 kB
PageTables:       3876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182100 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= 62556 MiB
End job on node089 at 2010-06-16 10:36:40