Trace number 3190528

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 core 2.3.0 SNAPSHOT 2011-02-06SAT 321.885 321.402

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1462223811-042.SATISFIABLE.cnf
MD5SUMcd0b1f588aad9c4aef9bf4b7912f7c0d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004999
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.08/0.09	c no version file found!!!
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.18-164.el5
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		6997539544
0.08/0.09	c Max memory 		7034241024
0.08/0.09	c Total memory 		7034241024
0.08/0.09	c Number of processors 	8
0.08/0.10	c --- Begin Solver configuration ---
0.08/0.10	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@64578ceb
0.08/0.10	c Learn all clauses as in MiniSAT
0.08/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.08/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.08/0.10	c Expensive reason simplification
0.08/0.10	c Armin Biere (Picosat) restarts strategy
0.08/0.10	c Glucose learned constraints deletion strategy
0.08/0.10	c timeout=2147483647s
0.08/0.10	c DB Simplification allowed=true
0.08/0.10	c --- End Solver configuration ---
0.08/0.10	c solving HOME/instance-3190528-1302601239.cnf
0.08/0.10	c reading problem ... 
0.09/0.13	c ... done. Wall clock time 0.035s.
0.09/0.13	c #vars     400
0.09/0.13	c #constraints  1704
0.09/0.13	c constraints type 
0.09/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1704
0.76/0.62	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.38/1.04	c cleaning 4250 clauses out of 8507 with flag 11005/11005
1.97/1.61	c cleaning 5624 clauses out of 11254 with flag 18002/18002
2.67/2.35	c cleaning 6812 clauses out of 13631 with flag 26003/26003
3.58/3.23	c cleaning 7904 clauses out of 15817 with flag 35001/35001
4.59/4.29	c cleaning 8950 clauses out of 17912 with flag 45000/45000
5.69/5.37	c cleaning 9471 clauses out of 18962 with flag 55000/55000
6.89/6.51	c cleaning 9745 clauses out of 19492 with flag 65001/65001
7.99/7.63	c cleaning 9868 clauses out of 19747 with flag 75001/75001
9.09/8.72	c cleaning 9938 clauses out of 19881 with flag 85003/85003
10.19/9.85	c cleaning 9967 clauses out of 19940 with flag 95000/95000
11.30/11.00	c cleaning 9980 clauses out of 19974 with flag 105001/105001
12.50/12.13	c cleaning 9989 clauses out of 19993 with flag 115000/115000
13.69/13.31	c cleaning 9993 clauses out of 20004 with flag 125000/125000
14.79/14.45	c cleaning 10003 clauses out of 20012 with flag 135001/135001
15.99/15.60	c cleaning 9996 clauses out of 20008 with flag 145000/145000
17.09/16.73	c cleaning 10002 clauses out of 20012 with flag 155000/155000
18.09/17.79	c cleaning 10001 clauses out of 20010 with flag 165000/165000
19.19/18.86	c cleaning 9999 clauses out of 20009 with flag 175000/175000
20.29/19.94	c cleaning 10001 clauses out of 20010 with flag 185000/185000
21.39/21.09	c cleaning 9996 clauses out of 20010 with flag 195001/195001
22.59/22.22	c cleaning 10001 clauses out of 20013 with flag 205000/205000
23.69/23.35	c cleaning 10001 clauses out of 20012 with flag 215000/215000
24.79/24.44	c cleaning 9998 clauses out of 20011 with flag 225000/225000
25.79/25.49	c cleaning 10005 clauses out of 20014 with flag 235001/235001
26.89/26.55	c cleaning 10000 clauses out of 20008 with flag 245000/245000
27.99/27.61	c cleaning 10000 clauses out of 20008 with flag 255000/255000
29.09/28.74	c cleaning 10002 clauses out of 20008 with flag 265000/265000
30.19/29.87	c cleaning 10000 clauses out of 20011 with flag 275005/275005
31.29/30.99	c cleaning 9997 clauses out of 20006 with flag 285000/285000
32.49/32.10	c cleaning 10003 clauses out of 20009 with flag 295000/295000
33.59/33.26	c cleaning 10000 clauses out of 20007 with flag 305001/305001
34.59/34.28	c cleaning 9997 clauses out of 20006 with flag 315000/315000
35.60/35.29	c cleaning 9996 clauses out of 20010 with flag 325001/325001
36.70/36.38	c cleaning 9999 clauses out of 20013 with flag 335000/335000
37.80/37.47	c cleaning 10003 clauses out of 20014 with flag 345000/345000
38.80/38.48	c cleaning 9996 clauses out of 20011 with flag 355000/355000
39.90/39.56	c cleaning 10000 clauses out of 20015 with flag 365000/365000
41.00/40.69	c cleaning 10005 clauses out of 20019 with flag 375004/375004
42.10/41.77	c cleaning 9999 clauses out of 20011 with flag 385001/385001
43.09/42.79	c cleaning 9997 clauses out of 20011 with flag 395000/395000
44.19/43.87	c cleaning 10003 clauses out of 20014 with flag 405000/405000
45.29/44.93	c cleaning 9998 clauses out of 20011 with flag 415000/415000
46.39/46.01	c cleaning 9997 clauses out of 20013 with flag 425000/425000
47.39/47.07	c cleaning 10002 clauses out of 20016 with flag 435000/435000
48.49/48.10	c cleaning 9998 clauses out of 20014 with flag 445000/445000
49.49/49.16	c cleaning 10005 clauses out of 20018 with flag 455002/455002
50.59/50.26	c cleaning 9996 clauses out of 20011 with flag 465000/465000
51.69/51.33	c cleaning 10000 clauses out of 20015 with flag 475000/475000
52.69/52.34	c cleaning 9999 clauses out of 20015 with flag 485000/485000
53.69/53.37	c cleaning 10002 clauses out of 20016 with flag 495000/495000
54.79/54.46	c cleaning 10000 clauses out of 20014 with flag 505000/505000
55.89/55.51	c cleaning 9999 clauses out of 20014 with flag 515000/515000
56.89/56.57	c cleaning 10003 clauses out of 20015 with flag 525000/525000
57.89/57.58	c cleaning 10000 clauses out of 20013 with flag 535001/535001
58.89/58.58	c cleaning 10006 clauses out of 20014 with flag 545002/545002
59.99/59.66	c cleaning 9992 clauses out of 20006 with flag 555000/555000
60.99/60.68	c cleaning 10001 clauses out of 20015 with flag 565001/565001
62.00/61.66	c cleaning 9997 clauses out of 20013 with flag 575000/575000
63.00/62.70	c cleaning 10001 clauses out of 20017 with flag 585001/585001
64.10/63.80	c cleaning 10004 clauses out of 20017 with flag 595002/595002
65.20/64.88	c cleaning 9995 clauses out of 20011 with flag 605000/605000
66.30/65.95	c cleaning 10007 clauses out of 20017 with flag 615001/615001
67.40/67.04	c cleaning 9999 clauses out of 20009 with flag 625000/625000
68.40/68.07	c cleaning 9996 clauses out of 20010 with flag 635000/635000
69.50/69.11	c cleaning 9998 clauses out of 20014 with flag 645000/645000
70.50/70.15	c cleaning 10006 clauses out of 20017 with flag 655001/655001
71.60/71.21	c cleaning 10001 clauses out of 20011 with flag 665001/665001
72.60/72.25	c cleaning 10004 clauses out of 20009 with flag 675000/675000
73.60/73.29	c cleaning 10000 clauses out of 20006 with flag 685001/685001
74.70/74.35	c cleaning 9996 clauses out of 20006 with flag 695001/695001
75.70/75.40	c cleaning 10002 clauses out of 20011 with flag 705002/705002
76.80/76.44	c cleaning 9996 clauses out of 20007 with flag 715000/715000
77.90/77.51	c cleaning 10002 clauses out of 20012 with flag 725001/725001
78.91/78.56	c cleaning 10003 clauses out of 20011 with flag 735002/735002
79.90/79.58	c cleaning 9999 clauses out of 20012 with flag 745006/745006
81.00/80.67	c cleaning 9994 clauses out of 20008 with flag 755001/755001
82.11/81.72	c cleaning 10005 clauses out of 20015 with flag 765002/765002
83.21/82.82	c cleaning 9994 clauses out of 20008 with flag 775000/775000
84.21/83.88	c cleaning 9997 clauses out of 20014 with flag 785000/785000
85.31/84.96	c cleaning 10004 clauses out of 20017 with flag 795000/795000
86.30/85.98	c cleaning 10000 clauses out of 20013 with flag 805000/805000
87.41/87.05	c cleaning 9999 clauses out of 20013 with flag 815000/815000
88.50/88.14	c cleaning 10000 clauses out of 20016 with flag 825002/825002
89.51/89.17	c cleaning 10001 clauses out of 20014 with flag 835000/835000
90.51/90.18	c cleaning 10001 clauses out of 20013 with flag 845000/845000
91.50/91.18	c cleaning 9999 clauses out of 20012 with flag 855000/855000
92.60/92.25	c cleaning 10001 clauses out of 20014 with flag 865001/865001
93.70/93.30	c cleaning 10001 clauses out of 20013 with flag 875001/875001
94.70/94.35	c cleaning 10001 clauses out of 20012 with flag 885001/885001
95.70/95.37	c cleaning 9997 clauses out of 20010 with flag 895000/895000
96.70/96.36	c cleaning 10000 clauses out of 20013 with flag 905000/905000
97.80/97.41	c cleaning 10007 clauses out of 20013 with flag 915000/915000
98.80/98.45	c cleaning 10000 clauses out of 20006 with flag 925000/925000
99.90/99.53	c cleaning 9998 clauses out of 20010 with flag 935004/935004
100.90/100.55	c cleaning 10000 clauses out of 20008 with flag 945000/945000
101.90/101.58	c cleaning 9996 clauses out of 20008 with flag 955000/955000
103.00/102.61	c cleaning 9998 clauses out of 20013 with flag 965001/965001
104.00/103.67	c cleaning 10006 clauses out of 20016 with flag 975002/975002
105.11/104.72	c cleaning 9994 clauses out of 20008 with flag 985000/985000
106.10/105.78	c cleaning 10003 clauses out of 20015 with flag 995001/995001
107.20/106.83	c cleaning 9999 clauses out of 20011 with flag 1005000/1005000
108.31/107.92	c cleaning 9996 clauses out of 20012 with flag 1015000/1015000
109.32/108.97	c cleaning 10002 clauses out of 20016 with flag 1025000/1025000
110.32/109.97	c cleaning 10002 clauses out of 20016 with flag 1035002/1035002
111.42/111.02	c cleaning 10001 clauses out of 20013 with flag 1045001/1045001
112.41/112.06	c cleaning 9996 clauses out of 20012 with flag 1055001/1055001
113.41/113.10	c cleaning 10003 clauses out of 20017 with flag 1065002/1065002
114.51/114.13	c cleaning 9996 clauses out of 20012 with flag 1075000/1075000
115.51/115.16	c cleaning 10005 clauses out of 20018 with flag 1085002/1085002
116.51/116.15	c cleaning 9997 clauses out of 20011 with flag 1095000/1095000
117.51/117.17	c cleaning 10006 clauses out of 20016 with flag 1105002/1105002
118.61/118.21	c cleaning 9997 clauses out of 20008 with flag 1115000/1115000
119.61/119.22	c cleaning 10002 clauses out of 20012 with flag 1125001/1125001
120.61/120.22	c cleaning 9997 clauses out of 20009 with flag 1135000/1135000
121.61/121.26	c cleaning 10000 clauses out of 20014 with flag 1145002/1145002
122.61/122.23	c cleaning 9997 clauses out of 20012 with flag 1155000/1155000
123.62/123.29	c cleaning 9999 clauses out of 20016 with flag 1165001/1165001
124.72/124.32	c cleaning 10003 clauses out of 20019 with flag 1175003/1175003
125.72/125.33	c cleaning 10000 clauses out of 20014 with flag 1185001/1185001
126.71/126.34	c cleaning 9995 clauses out of 20014 with flag 1195001/1195001
127.71/127.34	c cleaning 10005 clauses out of 20018 with flag 1205000/1205000
128.71/128.31	c cleaning 9996 clauses out of 20013 with flag 1215000/1215000
129.71/129.30	c cleaning 10002 clauses out of 20017 with flag 1225000/1225000
130.71/130.35	c cleaning 10004 clauses out of 20015 with flag 1235000/1235000
131.71/131.35	c cleaning 10002 clauses out of 20011 with flag 1245000/1245000
132.71/132.37	c cleaning 9999 clauses out of 20009 with flag 1255000/1255000
133.71/133.39	c cleaning 10001 clauses out of 20012 with flag 1265002/1265002
134.82/134.40	c cleaning 9997 clauses out of 20009 with flag 1275000/1275000
135.81/135.40	c cleaning 9999 clauses out of 20012 with flag 1285000/1285000
136.82/136.41	c cleaning 9989 clauses out of 20013 with flag 1295000/1295000
137.82/137.42	c cleaning 10006 clauses out of 20024 with flag 1305000/1305000
138.81/138.41	c cleaning 10003 clauses out of 20018 with flag 1315000/1315000
139.82/139.41	c cleaning 9997 clauses out of 20015 with flag 1325000/1325000
140.82/140.41	c cleaning 10003 clauses out of 20018 with flag 1335000/1335000
141.82/141.43	c cleaning 9997 clauses out of 20015 with flag 1345000/1345000
142.82/142.44	c cleaning 10002 clauses out of 20018 with flag 1355000/1355000
143.82/143.47	c cleaning 10008 clauses out of 20017 with flag 1365001/1365001
144.92/144.52	c cleaning 9995 clauses out of 20009 with flag 1375001/1375001
145.92/145.53	c cleaning 9995 clauses out of 20013 with flag 1385000/1385000
146.92/146.54	c cleaning 10001 clauses out of 20019 with flag 1395001/1395001
147.92/147.58	c cleaning 9997 clauses out of 20017 with flag 1405000/1405000
148.92/148.59	c cleaning 10004 clauses out of 20021 with flag 1415001/1415001
150.02/149.62	c cleaning 10003 clauses out of 20019 with flag 1425003/1425003
151.02/150.67	c cleaning 10000 clauses out of 20013 with flag 1435000/1435000
152.01/151.69	c cleaning 9999 clauses out of 20014 with flag 1445001/1445001
153.11/152.72	c cleaning 10003 clauses out of 20014 with flag 1455000/1455000
154.11/153.74	c cleaning 10005 clauses out of 20012 with flag 1465001/1465001
155.21/154.82	c cleaning 9991 clauses out of 20006 with flag 1475000/1475000
156.22/155.86	c cleaning 10002 clauses out of 20015 with flag 1485000/1485000
157.22/156.89	c cleaning 10005 clauses out of 20016 with flag 1495003/1495003
158.32/157.94	c cleaning 9998 clauses out of 20009 with flag 1505001/1505001
159.32/158.95	c cleaning 9999 clauses out of 20010 with flag 1515000/1515000
160.32/159.94	c cleaning 10002 clauses out of 20011 with flag 1525000/1525000
161.32/160.95	c cleaning 9998 clauses out of 20009 with flag 1535000/1535000
162.32/161.99	c cleaning 10001 clauses out of 20014 with flag 1545003/1545003
163.42/163.00	c cleaning 9999 clauses out of 20010 with flag 1555000/1555000
164.42/164.04	c cleaning 9997 clauses out of 20011 with flag 1565000/1565000
165.52/165.11	c cleaning 9998 clauses out of 20014 with flag 1575000/1575000
166.52/166.11	c cleaning 10000 clauses out of 20017 with flag 1585001/1585001
167.53/167.15	c cleaning 9999 clauses out of 20017 with flag 1595001/1595001
168.53/168.18	c cleaning 9997 clauses out of 20017 with flag 1605000/1605000
169.63/169.21	c cleaning 10003 clauses out of 20020 with flag 1615000/1615000
170.62/170.25	c cleaning 9993 clauses out of 20017 with flag 1625000/1625000
171.62/171.28	c cleaning 10010 clauses out of 20025 with flag 1635001/1635001
172.62/172.28	c cleaning 9999 clauses out of 20016 with flag 1645002/1645002
173.72/173.32	c cleaning 10000 clauses out of 20015 with flag 1655000/1655000
174.72/174.36	c cleaning 10005 clauses out of 20017 with flag 1665002/1665002
175.72/175.37	c cleaning 10002 clauses out of 20010 with flag 1675000/1675000
176.72/176.39	c cleaning 9996 clauses out of 20008 with flag 1685000/1685000
177.82/177.45	c cleaning 10000 clauses out of 20012 with flag 1695000/1695000
178.82/178.44	c cleaning 10003 clauses out of 20015 with flag 1705003/1705003
179.92/179.53	c cleaning 10002 clauses out of 20012 with flag 1715003/1715003
180.92/180.55	c cleaning 9992 clauses out of 20007 with flag 1725000/1725000
181.93/181.59	c cleaning 10004 clauses out of 20015 with flag 1735000/1735000
183.03/182.64	c cleaning 9996 clauses out of 20011 with flag 1745000/1745000
184.03/183.64	c cleaning 10003 clauses out of 20015 with flag 1755000/1755000
185.02/184.60	c cleaning 10000 clauses out of 20012 with flag 1765000/1765000
186.02/185.63	c cleaning 9998 clauses out of 20012 with flag 1775000/1775000
187.02/186.66	c cleaning 10001 clauses out of 20015 with flag 1785001/1785001
188.12/187.71	c cleaning 10003 clauses out of 20013 with flag 1795000/1795000
189.12/188.75	c cleaning 9996 clauses out of 20010 with flag 1805000/1805000
190.22/189.80	c cleaning 10002 clauses out of 20015 with flag 1815001/1815001
191.22/190.86	c cleaning 9998 clauses out of 20012 with flag 1825000/1825000
192.32/191.90	c cleaning 10002 clauses out of 20014 with flag 1835000/1835000
193.32/192.99	c cleaning 10001 clauses out of 20013 with flag 1845001/1845001
194.42/194.00	c cleaning 9997 clauses out of 20011 with flag 1855000/1855000
195.43/195.01	c cleaning 9999 clauses out of 20014 with flag 1865000/1865000
196.43/196.03	c cleaning 9994 clauses out of 20015 with flag 1875000/1875000
197.43/197.02	c cleaning 10002 clauses out of 20021 with flag 1885000/1885000
198.43/198.01	c cleaning 10004 clauses out of 20020 with flag 1895001/1895001
199.43/199.01	c cleaning 9997 clauses out of 20015 with flag 1905000/1905000
200.43/200.01	c cleaning 10002 clauses out of 20018 with flag 1915000/1915000
201.43/201.03	c cleaning 10000 clauses out of 20017 with flag 1925001/1925001
202.43/202.03	c cleaning 10001 clauses out of 20016 with flag 1935000/1935000
203.43/203.04	c cleaning 9999 clauses out of 20015 with flag 1945000/1945000
204.43/204.03	c cleaning 10001 clauses out of 20016 with flag 1955000/1955000
205.43/205.08	c cleaning 10000 clauses out of 20015 with flag 1965000/1965000
206.53/206.10	c cleaning 10002 clauses out of 20015 with flag 1975000/1975000
207.53/207.10	c cleaning 10000 clauses out of 20013 with flag 1985000/1985000
208.53/208.14	c cleaning 9998 clauses out of 20013 with flag 1995000/1995000
209.53/209.15	c cleaning 10004 clauses out of 20015 with flag 2005000/2005000
210.63/210.22	c cleaning 10005 clauses out of 20012 with flag 2015001/2015001
211.64/211.30	c cleaning 9996 clauses out of 20006 with flag 2025000/2025000
212.74/212.31	c cleaning 9999 clauses out of 20010 with flag 2035000/2035000
213.74/213.34	c cleaning 9994 clauses out of 20011 with flag 2045000/2045000
214.73/214.33	c cleaning 10005 clauses out of 20017 with flag 2055000/2055000
215.73/215.33	c cleaning 9999 clauses out of 20012 with flag 2065000/2065000
216.73/216.36	c cleaning 10001 clauses out of 20013 with flag 2075000/2075000
217.84/217.40	c cleaning 9996 clauses out of 20012 with flag 2085000/2085000
218.84/218.41	c cleaning 10004 clauses out of 20017 with flag 2095001/2095001
219.84/219.42	c cleaning 9999 clauses out of 20014 with flag 2105002/2105002
220.84/220.42	c cleaning 9999 clauses out of 20013 with flag 2115000/2115000
221.84/221.43	c cleaning 10004 clauses out of 20016 with flag 2125002/2125002
222.84/222.48	c cleaning 9991 clauses out of 20010 with flag 2135000/2135000
223.94/223.51	c cleaning 10003 clauses out of 20019 with flag 2145000/2145000
224.94/224.50	c cleaning 9997 clauses out of 20016 with flag 2155000/2155000
225.95/225.55	c cleaning 10004 clauses out of 20019 with flag 2165000/2165000
226.95/226.54	c cleaning 9996 clauses out of 20015 with flag 2175000/2175000
228.05/227.61	c cleaning 9996 clauses out of 20019 with flag 2185000/2185000
229.04/228.65	c cleaning 10004 clauses out of 20024 with flag 2195001/2195001
230.04/229.68	c cleaning 10006 clauses out of 20020 with flag 2205001/2205001
231.14/230.72	c cleaning 9998 clauses out of 20014 with flag 2215001/2215001
232.14/231.73	c cleaning 10003 clauses out of 20015 with flag 2225000/2225000
233.14/232.73	c cleaning 9997 clauses out of 20012 with flag 2235000/2235000
234.14/233.75	c cleaning 10001 clauses out of 20016 with flag 2245001/2245001
235.14/234.77	c cleaning 10002 clauses out of 20014 with flag 2255000/2255000
236.24/235.82	c cleaning 9997 clauses out of 20013 with flag 2265001/2265001
237.24/236.83	c cleaning 10003 clauses out of 20016 with flag 2275001/2275001
238.24/237.84	c cleaning 9999 clauses out of 20012 with flag 2285000/2285000
239.24/238.89	c cleaning 10002 clauses out of 20013 with flag 2295000/2295000
240.34/239.92	c cleaning 9993 clauses out of 20012 with flag 2305001/2305001
241.35/240.91	c cleaning 10003 clauses out of 20018 with flag 2315000/2315000
242.35/241.90	c cleaning 10004 clauses out of 20016 with flag 2325001/2325001
243.24/242.89	c cleaning 9998 clauses out of 20011 with flag 2335000/2335000
244.34/243.91	c cleaning 10002 clauses out of 20014 with flag 2345001/2345001
245.34/244.92	c cleaning 9998 clauses out of 20011 with flag 2355000/2355000
246.34/245.92	c cleaning 9997 clauses out of 20014 with flag 2365001/2365001
247.34/246.96	c cleaning 10000 clauses out of 20016 with flag 2375000/2375000
248.34/247.97	c cleaning 9995 clauses out of 20016 with flag 2385000/2385000
249.44/249.03	c cleaning 10003 clauses out of 20021 with flag 2395000/2395000
250.44/250.05	c cleaning 9999 clauses out of 20018 with flag 2405000/2405000
251.44/251.08	c cleaning 10006 clauses out of 20022 with flag 2415003/2415003
252.44/252.10	c cleaning 9995 clauses out of 20013 with flag 2425000/2425000
253.55/253.14	c cleaning 9999 clauses out of 20018 with flag 2435000/2435000
254.55/254.14	c cleaning 10001 clauses out of 20020 with flag 2445001/2445001
255.55/255.19	c cleaning 10004 clauses out of 20018 with flag 2455000/2455000
256.65/256.21	c cleaning 9998 clauses out of 20014 with flag 2465000/2465000
257.64/257.21	c cleaning 10003 clauses out of 20016 with flag 2475000/2475000
258.64/258.22	c cleaning 10003 clauses out of 20015 with flag 2485002/2485002
259.64/259.25	c cleaning 10000 clauses out of 20011 with flag 2495001/2495001
260.64/260.26	c cleaning 10000 clauses out of 20010 with flag 2505000/2505000
261.64/261.29	c cleaning 10002 clauses out of 20010 with flag 2515000/2515000
262.74/262.30	c cleaning 10000 clauses out of 20010 with flag 2525002/2525002
263.74/263.35	c cleaning 10001 clauses out of 20009 with flag 2535001/2535001
264.74/264.39	c cleaning 9994 clauses out of 20007 with flag 2545000/2545000
265.84/265.40	c cleaning 10002 clauses out of 20014 with flag 2555001/2555001
266.85/266.40	c cleaning 9999 clauses out of 20011 with flag 2565000/2565000
267.85/267.43	c cleaning 9995 clauses out of 20012 with flag 2575000/2575000
268.86/268.45	c cleaning 10000 clauses out of 20020 with flag 2585003/2585003
269.86/269.46	c cleaning 9999 clauses out of 20018 with flag 2595001/2595001
270.96/270.51	c cleaning 10006 clauses out of 20019 with flag 2605001/2605001
271.95/271.53	c cleaning 10000 clauses out of 20012 with flag 2615000/2615000
272.95/272.56	c cleaning 10000 clauses out of 20012 with flag 2625000/2625000
274.06/273.62	c cleaning 9997 clauses out of 20012 with flag 2635000/2635000
275.06/274.63	c cleaning 9997 clauses out of 20016 with flag 2645001/2645001
276.06/275.68	c cleaning 10001 clauses out of 20018 with flag 2655000/2655000
277.16/276.75	c cleaning 9999 clauses out of 20017 with flag 2665000/2665000
278.16/277.77	c cleaning 9998 clauses out of 20018 with flag 2675000/2675000
279.16/278.77	c cleaning 10005 clauses out of 20021 with flag 2685001/2685001
280.26/279.82	c cleaning 10000 clauses out of 20017 with flag 2695002/2695002
281.26/280.87	c cleaning 10004 clauses out of 20016 with flag 2705001/2705001
282.36/281.90	c cleaning 10002 clauses out of 20011 with flag 2715000/2715000
283.36/282.93	c cleaning 10003 clauses out of 20009 with flag 2725000/2725000
284.36/283.96	c cleaning 9998 clauses out of 20006 with flag 2735000/2735000
285.36/284.98	c cleaning 9994 clauses out of 20008 with flag 2745000/2745000
286.36/285.96	c cleaning 9995 clauses out of 20014 with flag 2755000/2755000
287.36/286.95	c cleaning 10001 clauses out of 20019 with flag 2765000/2765000
288.36/287.98	c cleaning 10000 clauses out of 20019 with flag 2775001/2775001
289.36/288.98	c cleaning 10002 clauses out of 20018 with flag 2785000/2785000
290.36/289.99	c cleaning 10000 clauses out of 20017 with flag 2795001/2795001
291.46/291.02	c cleaning 9998 clauses out of 20016 with flag 2805000/2805000
292.46/292.04	c cleaning 9996 clauses out of 20018 with flag 2815000/2815000
293.46/293.05	c cleaning 9995 clauses out of 20022 with flag 2825000/2825000
294.46/294.09	c cleaning 10003 clauses out of 20028 with flag 2835001/2835001
295.56/295.14	c cleaning 10007 clauses out of 20024 with flag 2845000/2845000
296.66/296.20	c cleaning 10004 clauses out of 20020 with flag 2855003/2855003
297.66/297.22	c cleaning 10005 clauses out of 20015 with flag 2865002/2865002
298.66/298.23	c cleaning 10001 clauses out of 20011 with flag 2875003/2875003
299.67/299.26	c cleaning 9999 clauses out of 20008 with flag 2885001/2885001
300.67/300.26	c cleaning 9997 clauses out of 20008 with flag 2895000/2895000
301.66/301.28	c cleaning 10001 clauses out of 20012 with flag 2905001/2905001
302.66/302.27	c cleaning 9993 clauses out of 20010 with flag 2915000/2915000
303.76/303.32	c cleaning 10006 clauses out of 20018 with flag 2925001/2925001
304.76/304.34	c cleaning 9999 clauses out of 20012 with flag 2935001/2935001
305.76/305.38	c cleaning 9995 clauses out of 20012 with flag 2945000/2945000
306.86/306.41	c cleaning 9999 clauses out of 20017 with flag 2955000/2955000
307.86/307.45	c cleaning 10002 clauses out of 20020 with flag 2965002/2965002
308.86/308.49	c cleaning 9999 clauses out of 20018 with flag 2975002/2975002
309.96/309.51	c cleaning 10001 clauses out of 20018 with flag 2985001/2985001
310.96/310.51	c cleaning 10000 clauses out of 20016 with flag 2995000/2995000
311.97/311.54	c cleaning 10001 clauses out of 20017 with flag 3005001/3005001
312.97/312.59	c cleaning 9998 clauses out of 20016 with flag 3015001/3015001
314.07/313.64	c cleaning 10000 clauses out of 20019 with flag 3025002/3025002
315.07/314.68	c cleaning 10000 clauses out of 20018 with flag 3035001/3035001
316.07/315.70	c cleaning 10001 clauses out of 20020 with flag 3045003/3045003
317.17/316.74	c cleaning 9996 clauses out of 20017 with flag 3055001/3055001
318.27/317.83	c cleaning 9996 clauses out of 20020 with flag 3065000/3065000
319.27/318.83	c cleaning 10003 clauses out of 20024 with flag 3075000/3075000
320.27/319.82	c cleaning 10005 clauses out of 20021 with flag 3085000/3085000
321.27/320.83	c cleaning 9997 clauses out of 20017 with flag 3095001/3095001
321.77/321.38	c starts		: 1821
321.77/321.38	c conflicts		: 3100944
321.77/321.38	c decisions		: 3678044
321.77/321.38	c propagations		: 182845045
321.77/321.38	c inspects		: 4338529375
321.77/321.38	c shortcuts		: 0
321.77/321.38	c learnt literals	: 0
321.77/321.38	c learnt binary clauses	: 0
321.77/321.38	c learnt ternary clauses	: 81
321.77/321.38	c learnt constraints	: 3100944
321.77/321.38	c ignored constraints	: 0
321.77/321.38	c root simplifications	: 1821
321.77/321.38	c removed literals (reason simplification)	: 19224982
321.77/321.38	c reason swapping (by a shorter reason)	: 0
321.77/321.38	c Calls to reduceDB	: 311
321.77/321.38	c speed (assignments/second)	: 569163.9118200042
321.77/321.38	c non guided choices	37
321.77/321.39	c learnt constraints type 
321.77/321.39	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15963
321.77/321.39	c constraints type 
321.77/321.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1704
321.77/321.39	s SATISFIABLE
321.77/321.39	v -1 -2 -3 4 -5 -6 -7 -8 9 10 -11 12 13 -14 -15 -16 17 18 -19 -20 -21 -22 23 -24 -25 26 27 -28 -29 -30 -31 -32 33 34 35 36 37 38 39 -40 -41 -42 43 -44 45 -46 47 -48 -49 50 -51 -52 -53 54 55 56 -57 58 -59 60 -61 -62 63 -64 -65 -66 -67 68 -69 70 -71 72 73 74 75 -76 -77 78 79 -80 81 -82 83 84 85 -86 87 -88 -89 90 91 -92 -93 -94 95 -96 -97 98 -99 100 -101 -102 103 -104 105 106 -107 -108 109 110 -111 112 113 114 -115 116 -117 -118 119 120 121 -122 123 124 -125 126 127 128 129 130 131 -132 -133 -134 135 -136 137 138 -139 140 -141 142 143 -144 145 -146 -147 -148 -149 -150 151 152 153 -154 -155 156 -157 158 159 160 161 162 -163 -164 -165 -166 -167 -168 -169 -170 -171 -172 -173 -174 175 -176 -177 -178 179 -180 181 -182 183 -184 -185 -186 -187 188 189 -190 191 -192 -193 194 195 196 -197 198 199 200 201 202 -203 -204 -205 -206 207 -208 209 -210 211 212 -213 214 -215 -216 217 -218 219 220 221 222 223 224 -225 226 227 -228 229 -230 231 232 -233 -234 -235 236 -237 -238 239 -240 241 242 -243 -244 -245 246 -247 248 -249 -250 -251 -252 253 -254 -255 -256 -257 -258 259 260 261 -262 -263 -264 -265 -266 -267 -268 -269 270 -271 272 -273 -274 275 -276 277 278 -279 -280 -281 282 -283 284 -285 286 287 288 -289 290 -291 292 293 -294 295 -296 297 -298 -299 300 -301 302 -303 304 305 306 307 -308 -309 310 -311 -312 -313 -314 315 -316 317 -318 319 -320 -321 322 -323 324 -325 326 327 -328 329 330 331 -332 333 334 -335 -336 -337 338 -339 -340 -341 342 -343 344 345 -346 347 -348 -349 350 -351 -352 353 354 -355 356 357 358 -359 -360 -361 -362 363 364 365 -366 -367 368 -369 -370 -371 -372 -373 374 -375 -376 -377 378 -379 380 381 -382 -383 -384 -385 -386 387 388 -389 390 391 -392 -393 394 -395 -396 397 -398 399 400 0
321.77/321.39	c Total wall clock time (in seconds) : 321.287

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3190528-1302601239/watcher-3190528-1302601239 -o /tmp/evaluation-result-3190528-1302601239/solver-3190528-1302601239 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190528-1302601239.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.68 3.95 3.96 8/233 31998
/proc/meminfo: memFree=28022180/32951124 swapFree=67111528/67111528
[pid=31998] ppid=31996 vsize=31604 CPUtime=0 cores=1,3
/proc/31998/stat : 31998 (java) S 31996 31998 31202 0 -1 4202496 1261 0 0 0 0 0 0 0 25 0 2 0 104315150 32362496 977 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/31998/statm: 7901 977 748 9 0 386 0
[pid=31998/tid=31999] ppid=31996 vsize=31604 CPUtime=0 cores=1,3
/proc/31998/task/31999/stat : 31999 (java) R 31996 31998 31202 0 -1 4202560 159 0 0 0 0 0 0 0 25 0 2 0 104315151 32362496 992 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268660478874 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0897981 s]
/proc/loadavg: 3.68 3.95 3.96 8/233 31998
/proc/meminfo: memFree=28022180/32951124 swapFree=67111528/67111528
[pid=31998] ppid=31996 vsize=7570804 CPUtime=0.08 cores=1,3
/proc/31998/stat : 31998 (java) S 31996 31998 31202 0 -1 4202496 10108 0 1 0 7 1 0 0 25 0 18 0 104315150 7752503296 9802 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31998/statm: 1892701 9805 2084 9 0 1883439 0
[pid=31998/tid=31999] ppid=31996 vsize=7570804 CPUtime=0.06 cores=1,3
/proc/31998/task/31999/stat : 31999 (java) R 31996 31998 31202 0 -1 4202560 8381 0 1 0 5 1 0 0 25 0 18 0 104315151 7752503296 9805 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672488117 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7570804

[startup+0.100772 s]
/proc/loadavg: 3.68 3.95 3.96 8/233 31998
/proc/meminfo: memFree=28022180/32951124 swapFree=67111528/67111528
[pid=31998] ppid=31996 vsize=7570944 CPUtime=0.09 cores=1,3
/proc/31998/stat : 31998 (java) S 31996 31998 31202 0 -1 4202496 10279 0 1 0 8 1 0 0 25 0 18 0 104315150 7752646656 9973 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31998/statm: 1892736 9975 2093 9 0 1883474 0
[pid=31998/tid=31999] ppid=31996 vsize=7570944 CPUtime=0.07 cores=1,3
/proc/31998/task/31999/stat : 31999 (java) R 31996 31998 31202 0 -1 4202560 8504 0 1 0 6 1 0 0 25 0 18 0 104315151 7752646656 9975 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 46941502540627 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7570944

[startup+0.301477 s]
/proc/loadavg: 3.68 3.95 3.96 8/233 31998
/proc/meminfo: memFree=28022180/32951124 swapFree=67111528/67111528
[pid=31998] ppid=31996 vsize=7708964 CPUtime=0.36 cores=1,3
/proc/31998/stat : 31998 (java) S 31996 31998 31202 0 -1 4202496 13427 0 1 0 34 2 0 0 25 0 19 0 104315150 7893979136 12462 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31998/statm: 1927241 12462 2195 9 0 1917979 0
[pid=31998/tid=31999] ppid=31996 vsize=7708964 CPUtime=0.18 cores=1,3
/proc/31998/task/31999/stat : 31999 (java) R 31996 31998 31202 0 -1 4202560 8679 0 1 0 17 1 0 0 25 0 19 0 104315151 7893979136 12462 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672488117 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 7708964

[startup+0.700637 s]
/proc/loadavg: 3.68 3.95 3.96 8/233 31998
/proc/meminfo: memFree=28022180/32951124 swapFree=67111528/67111528
[pid=31998] ppid=31996 vsize=7708964 CPUtime=0.94 cores=1,3
/proc/31998/stat : 31998 (java) S 31996 31998 31202 0 -1 4202496 19488 0 1 0 92 2 0 0 25 0 19 0 104315150 7893979136 16986 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31998/statm: 1927241 17010 2239 9 0 1917979 0
[pid=31998/tid=31999] ppid=31996 vsize=7708964 CPUtime=0.56 cores=1,3
/proc/31998/task/31999/stat : 31999 (java) R 31996 31998 31202 0 -1 4202560 8916 0 1 0 55 1 0 0 25 0 19 0 104315151 7893979136 17021 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 46912505531962 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 7708964

[startup+1.50053 s]
/proc/loadavg: 3.68 3.95 3.96 6/262 32027
/proc/meminfo: memFree=27870616/32951124 swapFree=67111528/67111528
[pid=31998] ppid=31996 vsize=7708964 CPUtime=1.87 cores=1,3
/proc/31998/stat : 31998 (java) S 31996 31998 31202 0 -1 4202496 20789 0 1 0 185 2 0 0 25 0 19 0 104315150 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31998/statm: 1927241 17541 2242 9 0 1917979 0
[pid=31998/tid=31999] ppid=31996 vsize=7708964 CPUtime=1.34 cores=1,3
/proc/31998/task/31999/stat : 31999 (java) R 31996 31998 31202 0 -1 4202560 8917 0 1 0 133 1 0 0 25 0 19 0 104315151 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 46912505520036 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31998/tid=32004] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32004/stat : 32004 (java) S 31996 31998 31202 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32005] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32005/stat : 32005 (java) S 31996 31998 31202 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32006] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32006/stat : 32006 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32007] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32007/stat : 32007 (java) S 31996 31998 31202 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32008] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32008/stat : 32008 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32009] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32009/stat : 32009 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 104315152 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32010] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32010/stat : 32010 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32011] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32011/stat : 32011 (java) S 31996 31998 31202 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32012] ppid=31996 vsize=7708964 CPUtime=0.01 cores=1,3
/proc/31998/task/32012/stat : 32012 (java) S 31996 31998 31202 0 -1 4202560 353 0 0 0 1 0 0 0 16 0 19 0 104315153 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 0 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32018] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32018/stat : 32018 (java) S 31996 31998 31202 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 104315153 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32019] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32019/stat : 32019 (java) S 31996 31998 31202 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 104315153 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32020] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32020/stat : 32020 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 104315155 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672485809 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32021] ppid=31996 vsize=7708964 CPUtime=0.17 cores=1,3
/proc/31998/task/32021/stat : 32021 (java) S 31996 31998 31202 0 -1 4202560 1336 0 0 0 17 0 0 0 18 0 19 0 104315155 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32022] ppid=31996 vsize=7708964 CPUtime=0.32 cores=1,3
/proc/31998/task/32022/stat : 32022 (java) S 31996 31998 31202 0 -1 4202560 8565 0 0 0 32 0 0 0 18 0 19 0 104315155 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32023] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32023/stat : 32023 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 104315155 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32024] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32024/stat : 32024 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 104315155 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32027] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32027/stat : 32027 (java) S 31996 31998 31202 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 19 0 104315164 7893979136 17541 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 7708964

[startup+3.10121 s]
/proc/loadavg: 3.68 3.95 3.96 5/262 32027
/proc/meminfo: memFree=27863176/32951124 swapFree=67111528/67111528
[pid=31998] ppid=31996 vsize=7708964 CPUtime=3.48 cores=1,3
/proc/31998/stat : 31998 (java) S 31996 31998 31202 0 -1 4202496 20998 0 1 0 346 2 0 0 25 0 19 0 104315150 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31998/statm: 1927241 17748 2243 9 0 1917979 0
[pid=31998/tid=31999] ppid=31996 vsize=7708964 CPUtime=2.89 cores=1,3
/proc/31998/task/31999/stat : 31999 (java) R 31996 31998 31202 0 -1 4202560 8919 0 1 0 288 1 0 0 25 0 19 0 104315151 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 46912505531962 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=31998/tid=32004] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32004/stat : 32004 (java) S 31996 31998 31202 0 -1 4202560 139 0 0 0 0 0 0 0 16 0 19 0 104315152 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32005] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32005/stat : 32005 (java) S 31996 31998 31202 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32006] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32006/stat : 32006 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32007] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32007/stat : 32007 (java) S 31996 31998 31202 0 -1 4202560 82 0 0 0 0 0 0 0 16 0 19 0 104315152 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32008] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32008/stat : 32008 (java) S 31996 31998 31202 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32009] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32009/stat : 32009 (java) S 31996 31998 31202 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32010] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32010/stat : 32010 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32011] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32011/stat : 32011 (java) S 31996 31998 31202 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32012] ppid=31996 vsize=7708964 CPUtime=0.04 cores=1,3
/proc/31998/task/32012/stat : 32012 (java) S 31996 31998 31202 0 -1 4202560 449 0 0 0 4 0 0 0 15 0 19 0 104315153 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 0 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32018] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32018/stat : 32018 (java) S 31996 31998 31202 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 104315153 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32019] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32019/stat : 32019 (java) S 31996 31998 31202 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 104315153 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32020] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32020/stat : 32020 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 104315155 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672485809 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32021] ppid=31996 vsize=7708964 CPUtime=0.17 cores=1,3
/proc/31998/task/32021/stat : 32021 (java) S 31996 31998 31202 0 -1 4202560 1336 0 0 0 17 0 0 0 18 0 19 0 104315155 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32022] ppid=31996 vsize=7708964 CPUtime=0.35 cores=1,3
/proc/31998/task/32022/stat : 32022 (java) S 31996 31998 31202 0 -1 4202560 8569 0 0 0 35 0 0 0 15 0 19 0 104315155 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32023] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32023/stat : 32023 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 104315155 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32024] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32024/stat : 32024 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 104315155 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32027] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32027/stat : 32027 (java) S 31996 31998 31202 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 19 0 104315164 7893979136 17748 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 7708964

[startup+6.30068 s]
/proc/loadavg: 3.70 3.95 3.96 5/262 32027
/proc/meminfo: memFree=27859028/32951124 swapFree=67111528/67111528
[pid=31998] ppid=31996 vsize=7708964 CPUtime=6.69 cores=1,3
/proc/31998/stat : 31998 (java) S 31996 31998 31202 0 -1 4202496 21238 0 1 0 666 3 0 0 25 0 19 0 104315150 7893979136 17968 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31998/statm: 1927241 17968 2243 9 0 1917979 0
[pid=31998/tid=31999] ppid=31996 vsize=7708964 CPUtime=6.04 cores=1,3
/proc/31998/task/31999/stat : 31999 (java) R 31996 31998 31202 0 -1 4202560 8923 0 1 0 603 1 0 0 25 0 19 0 104315151 7893979136 17968 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 46912505519993 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31998/tid=32004] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32004/stat : 32004 (java) S 31996 31998 31202 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17968 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32005] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32005/stat : 32005 (java) S 31996 31998 31202 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17968 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32006] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32006/stat : 32006 (java) S 31996 31998 31202 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17968 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32007] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32007/stat : 32007 (java) S 31996 31998 31202 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17968 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32008] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32008/stat : 32008 (java) S 31996 31998 31202 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17968 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32009] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32009/stat : 32009 (java) S 31996 31998 31202 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17968 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32010] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32010/stat : 32010 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17968 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32011] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32011/stat : 32011 (java) S 31996 31998 31202 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 104315152 7893979136 17968 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32012] ppid=31996 vsize=7708964 CPUtime=0.07 cores=1,3
/proc/31998/task/32012/stat : 32012 (java) S 31996 31998 31202 0 -1 4202560 664 0 0 0 7 0 0 0 16 0 19 0 104315153 7893979136 17968 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 0 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32018] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32018/stat : 32018 (java) S 31996 31998 31202 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 104315153 7893979136 17968 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32019] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32019/stat : 32019 (java) S 31996 31998 31202 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 104315153 7893979136 17968 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32020] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32020/stat : 32020 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 104315155 7893979136 17968 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672485809 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32021] ppid=31996 vsize=7708964 CPUtime=0.17 cores=1,3
/proc/31998/task/32021/stat : 32021 (java) S 31996 31998 31202 0 -1 4202560 1336 0 0 0 17 0 0 0 18 0 19 0 104315155 7893979136 17968 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32022] ppid=31996 vsize=7708964 CPUtime=0.35 cores=1,3
/proc/31998/task/32022/stat : 32022 (java) S 31996 31998 31202 0 -1 4202560 8569 0 0 0 35 0 0 0 15 0 19 0 104315155 7893979136 17968 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0

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

[pid=31998/tid=32010] ppid=31996 vsize=7708964 CPUtime=0.06 cores=1,3
/proc/31998/task/32010/stat : 32010 (java) S 31996 31998 31202 0 -1 4202560 5 0 0 0 6 0 0 0 15 0 19 0 104315152 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32011] ppid=31996 vsize=7708964 CPUtime=0.05 cores=1,3
/proc/31998/task/32011/stat : 32011 (java) S 31996 31998 31202 0 -1 4202560 158 0 0 0 5 0 0 0 15 0 19 0 104315152 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32012] ppid=31996 vsize=7708964 CPUtime=3.93 cores=1,3
/proc/31998/task/32012/stat : 32012 (java) S 31996 31998 31202 0 -1 4202560 971 0 0 0 391 2 0 0 16 0 19 0 104315153 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 0 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32018] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32018/stat : 32018 (java) S 31996 31998 31202 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 104315153 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32019] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32019/stat : 32019 (java) S 31996 31998 31202 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 104315153 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32020] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32020/stat : 32020 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 104315155 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672485809 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32021] ppid=31996 vsize=7708964 CPUtime=0.17 cores=1,3
/proc/31998/task/32021/stat : 32021 (java) S 31996 31998 31202 0 -1 4202560 1336 0 0 0 17 0 0 0 18 0 19 0 104315155 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32022] ppid=31996 vsize=7708964 CPUtime=0.37 cores=1,3
/proc/31998/task/32022/stat : 32022 (java) S 31996 31998 31202 0 -1 4202560 8606 0 0 0 37 0 0 0 15 0 19 0 104315155 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32023] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32023/stat : 32023 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 104315155 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32024] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32024/stat : 32024 (java) S 31996 31998 31202 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 104315155 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32027] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32027/stat : 32027 (java) S 31996 31998 31202 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 19 0 104315164 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 320.37
Current children cumulated vsize (KiB) 7708964

[startup+320.701 s]
/proc/loadavg: 3.99 3.97 3.96 5/262 32035
/proc/meminfo: memFree=27851024/32951124 swapFree=67111528/67111528
[pid=31998] ppid=31996 vsize=7708964 CPUtime=321.17 cores=1,3
/proc/31998/stat : 31998 (java) S 31996 31998 31202 0 -1 4202496 21929 0 1 0 32110 7 0 0 25 0 19 0 104315150 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31998/statm: 1927241 18315 2244 9 0 1917979 0
[pid=31998/tid=31999] ppid=31996 vsize=7708964 CPUtime=316.17 cores=1,3
/proc/31998/task/31999/stat : 31999 (java) R 31996 31998 31202 0 -1 4202560 9225 0 1 0 31615 2 0 0 25 0 19 0 104315151 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 46912505597165 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31998/tid=32004] ppid=31996 vsize=7708964 CPUtime=0.06 cores=1,3
/proc/31998/task/32004/stat : 32004 (java) S 31996 31998 31202 0 -1 4202560 142 0 0 0 6 0 0 0 15 0 19 0 104315152 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32005] ppid=31996 vsize=7708964 CPUtime=0.06 cores=1,3
/proc/31998/task/32005/stat : 32005 (java) S 31996 31998 31202 0 -1 4202560 132 0 0 0 6 0 0 0 15 0 19 0 104315152 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32006] ppid=31996 vsize=7708964 CPUtime=0.03 cores=1,3
/proc/31998/task/32006/stat : 32006 (java) S 31996 31998 31202 0 -1 4202560 6 0 0 0 3 0 0 0 15 0 19 0 104315152 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32007] ppid=31996 vsize=7708964 CPUtime=0.05 cores=1,3
/proc/31998/task/32007/stat : 32007 (java) S 31996 31998 31202 0 -1 4202560 95 0 0 0 5 0 0 0 15 0 19 0 104315152 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32008] ppid=31996 vsize=7708964 CPUtime=0.05 cores=1,3
/proc/31998/task/32008/stat : 32008 (java) S 31996 31998 31202 0 -1 4202560 52 0 0 0 5 0 0 0 15 0 19 0 104315152 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32009] ppid=31996 vsize=7708964 CPUtime=0.07 cores=1,3
/proc/31998/task/32009/stat : 32009 (java) S 31996 31998 31202 0 -1 4202560 26 0 0 0 7 0 0 0 15 0 19 0 104315152 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32010] ppid=31996 vsize=7708964 CPUtime=0.06 cores=1,3
/proc/31998/task/32010/stat : 32010 (java) S 31996 31998 31202 0 -1 4202560 5 0 0 0 6 0 0 0 15 0 19 0 104315152 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32011] ppid=31996 vsize=7708964 CPUtime=0.05 cores=1,3
/proc/31998/task/32011/stat : 32011 (java) S 31996 31998 31202 0 -1 4202560 158 0 0 0 5 0 0 0 15 0 19 0 104315152 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32012] ppid=31996 vsize=7708964 CPUtime=3.93 cores=1,3
/proc/31998/task/32012/stat : 32012 (java) S 31996 31998 31202 0 -1 4202560 971 0 0 0 391 2 0 0 16 0 19 0 104315153 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 0 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32018] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32018/stat : 32018 (java) S 31996 31998 31202 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 104315153 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32019] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32019/stat : 32019 (java) S 31996 31998 31202 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 104315153 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32020] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32020/stat : 32020 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 104315155 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672485809 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32021] ppid=31996 vsize=7708964 CPUtime=0.17 cores=1,3
/proc/31998/task/32021/stat : 32021 (java) S 31996 31998 31202 0 -1 4202560 1336 0 0 0 17 0 0 0 18 0 19 0 104315155 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32022] ppid=31996 vsize=7708964 CPUtime=0.37 cores=1,3
/proc/31998/task/32022/stat : 32022 (java) S 31996 31998 31202 0 -1 4202560 8606 0 0 0 37 0 0 0 15 0 19 0 104315155 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32023] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32023/stat : 32023 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 104315155 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32024] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32024/stat : 32024 (java) S 31996 31998 31202 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 104315155 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32027] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32027/stat : 32027 (java) S 31996 31998 31202 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 19 0 104315164 7893979136 18315 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 321.17
Current children cumulated vsize (KiB) 7708964

[startup+321.101 s]
/proc/loadavg: 3.99 3.97 3.96 5/262 32035
/proc/meminfo: memFree=27850900/32951124 swapFree=67111528/67111528
[pid=31998] ppid=31996 vsize=7708964 CPUtime=321.58 cores=1,3
/proc/31998/stat : 31998 (java) S 31996 31998 31202 0 -1 4202496 21938 0 1 0 32151 7 0 0 25 0 19 0 104315150 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31998/statm: 1927241 18323 2244 9 0 1917979 0
[pid=31998/tid=31999] ppid=31996 vsize=7708964 CPUtime=316.56 cores=1,3
/proc/31998/task/31999/stat : 31999 (java) R 31996 31998 31202 0 -1 4202560 9226 0 1 0 31654 2 0 0 25 0 19 0 104315151 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 46912505532012 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31998/tid=32004] ppid=31996 vsize=7708964 CPUtime=0.06 cores=1,3
/proc/31998/task/32004/stat : 32004 (java) S 31996 31998 31202 0 -1 4202560 142 0 0 0 6 0 0 0 15 0 19 0 104315152 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32005] ppid=31996 vsize=7708964 CPUtime=0.06 cores=1,3
/proc/31998/task/32005/stat : 32005 (java) S 31996 31998 31202 0 -1 4202560 132 0 0 0 6 0 0 0 15 0 19 0 104315152 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32006] ppid=31996 vsize=7708964 CPUtime=0.03 cores=1,3
/proc/31998/task/32006/stat : 32006 (java) S 31996 31998 31202 0 -1 4202560 6 0 0 0 3 0 0 0 16 0 19 0 104315152 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32007] ppid=31996 vsize=7708964 CPUtime=0.05 cores=1,3
/proc/31998/task/32007/stat : 32007 (java) S 31996 31998 31202 0 -1 4202560 95 0 0 0 5 0 0 0 15 0 19 0 104315152 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32008] ppid=31996 vsize=7708964 CPUtime=0.05 cores=1,3
/proc/31998/task/32008/stat : 32008 (java) S 31996 31998 31202 0 -1 4202560 52 0 0 0 5 0 0 0 15 0 19 0 104315152 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32009] ppid=31996 vsize=7708964 CPUtime=0.07 cores=1,3
/proc/31998/task/32009/stat : 32009 (java) S 31996 31998 31202 0 -1 4202560 26 0 0 0 7 0 0 0 15 0 19 0 104315152 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32010] ppid=31996 vsize=7708964 CPUtime=0.06 cores=1,3
/proc/31998/task/32010/stat : 32010 (java) S 31996 31998 31202 0 -1 4202560 5 0 0 0 6 0 0 0 15 0 19 0 104315152 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32011] ppid=31996 vsize=7708964 CPUtime=0.05 cores=1,3
/proc/31998/task/32011/stat : 32011 (java) S 31996 31998 31202 0 -1 4202560 158 0 0 0 5 0 0 0 15 0 19 0 104315152 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32012] ppid=31996 vsize=7708964 CPUtime=3.95 cores=1,3
/proc/31998/task/32012/stat : 32012 (java) S 31996 31998 31202 0 -1 4202560 979 0 0 0 393 2 0 0 16 0 19 0 104315153 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 0 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32018] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32018/stat : 32018 (java) S 31996 31998 31202 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 104315153 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32019] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32019/stat : 32019 (java) S 31996 31998 31202 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 104315153 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32020] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32020/stat : 32020 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 104315155 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672485809 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32021] ppid=31996 vsize=7708964 CPUtime=0.17 cores=1,3
/proc/31998/task/32021/stat : 32021 (java) S 31996 31998 31202 0 -1 4202560 1336 0 0 0 17 0 0 0 18 0 19 0 104315155 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32022] ppid=31996 vsize=7708964 CPUtime=0.37 cores=1,3
/proc/31998/task/32022/stat : 32022 (java) S 31996 31998 31202 0 -1 4202560 8606 0 0 0 37 0 0 0 15 0 19 0 104315155 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32023] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32023/stat : 32023 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 104315155 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32024] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32024/stat : 32024 (java) S 31996 31998 31202 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 104315155 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32027] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32027/stat : 32027 (java) S 31996 31998 31202 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 19 0 104315164 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 321.58
Current children cumulated vsize (KiB) 7708964

[startup+321.301 s]
/proc/loadavg: 3.99 3.97 3.96 5/262 32035
/proc/meminfo: memFree=27850900/32951124 swapFree=67111528/67111528
[pid=31998] ppid=31996 vsize=7708964 CPUtime=321.77 cores=1,3
/proc/31998/stat : 31998 (java) S 31996 31998 31202 0 -1 4202496 21938 0 1 0 32170 7 0 0 25 0 19 0 104315150 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31998/statm: 1927241 18323 2244 9 0 1917979 0
[pid=31998/tid=31999] ppid=31996 vsize=7708964 CPUtime=316.76 cores=1,3
/proc/31998/task/31999/stat : 31999 (java) R 31996 31998 31202 0 -1 4202560 9226 0 1 0 31674 2 0 0 25 0 19 0 104315151 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 46912505519864 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31998/tid=32004] ppid=31996 vsize=7708964 CPUtime=0.06 cores=1,3
/proc/31998/task/32004/stat : 32004 (java) S 31996 31998 31202 0 -1 4202560 142 0 0 0 6 0 0 0 15 0 19 0 104315152 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32005] ppid=31996 vsize=7708964 CPUtime=0.06 cores=1,3
/proc/31998/task/32005/stat : 32005 (java) S 31996 31998 31202 0 -1 4202560 132 0 0 0 6 0 0 0 15 0 19 0 104315152 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32006] ppid=31996 vsize=7708964 CPUtime=0.03 cores=1,3
/proc/31998/task/32006/stat : 32006 (java) S 31996 31998 31202 0 -1 4202560 6 0 0 0 3 0 0 0 16 0 19 0 104315152 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32007] ppid=31996 vsize=7708964 CPUtime=0.05 cores=1,3
/proc/31998/task/32007/stat : 32007 (java) S 31996 31998 31202 0 -1 4202560 95 0 0 0 5 0 0 0 15 0 19 0 104315152 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32008] ppid=31996 vsize=7708964 CPUtime=0.05 cores=1,3
/proc/31998/task/32008/stat : 32008 (java) S 31996 31998 31202 0 -1 4202560 52 0 0 0 5 0 0 0 15 0 19 0 104315152 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32009] ppid=31996 vsize=7708964 CPUtime=0.07 cores=1,3
/proc/31998/task/32009/stat : 32009 (java) S 31996 31998 31202 0 -1 4202560 26 0 0 0 7 0 0 0 15 0 19 0 104315152 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32010] ppid=31996 vsize=7708964 CPUtime=0.06 cores=1,3
/proc/31998/task/32010/stat : 32010 (java) S 31996 31998 31202 0 -1 4202560 5 0 0 0 6 0 0 0 15 0 19 0 104315152 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32011] ppid=31996 vsize=7708964 CPUtime=0.05 cores=1,3
/proc/31998/task/32011/stat : 32011 (java) S 31996 31998 31202 0 -1 4202560 158 0 0 0 5 0 0 0 15 0 19 0 104315152 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32012] ppid=31996 vsize=7708964 CPUtime=3.95 cores=1,3
/proc/31998/task/32012/stat : 32012 (java) S 31996 31998 31202 0 -1 4202560 979 0 0 0 393 2 0 0 16 0 19 0 104315153 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 0 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32018] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32018/stat : 32018 (java) S 31996 31998 31202 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 104315153 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32019] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32019/stat : 32019 (java) S 31996 31998 31202 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 104315153 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32020] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32020/stat : 32020 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 104315155 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672485809 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32021] ppid=31996 vsize=7708964 CPUtime=0.17 cores=1,3
/proc/31998/task/32021/stat : 32021 (java) S 31996 31998 31202 0 -1 4202560 1336 0 0 0 17 0 0 0 18 0 19 0 104315155 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32022] ppid=31996 vsize=7708964 CPUtime=0.37 cores=1,3
/proc/31998/task/32022/stat : 32022 (java) S 31996 31998 31202 0 -1 4202560 8606 0 0 0 37 0 0 0 15 0 19 0 104315155 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32023] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32023/stat : 32023 (java) S 31996 31998 31202 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 104315155 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478105 0 4 0 16800975 18446604461427995008 0 0 -1 1 0 0 0
[pid=31998/tid=32024] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32024/stat : 32024 (java) S 31996 31998 31202 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 104315155 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
[pid=31998/tid=32027] ppid=31996 vsize=7708964 CPUtime=0 cores=1,3
/proc/31998/task/32027/stat : 32027 (java) S 31996 31998 31202 0 -1 4202560 9 0 0 0 0 0 0 0 25 0 19 0 104315164 7893979136 18323 33554432000 1073741824 1073778376 140737332435712 18446744073709551615 268672478720 0 4 0 16800975 18446604461427995008 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 321.77
Current children cumulated vsize (KiB) 7708964

[startup+321.401 s]
/proc/loadavg: 3.99 3.97 3.96 5/262 32035
/proc/meminfo: memFree=27850900/32951124 swapFree=67111528/67111528
[pid=31998] ppid=31996 vsize=0 CPUtime=321.87 cores=1,3
/proc/31998/stat : 31998 (java) Z 31996 31998 31202 0 -1 4203548 21968 0 1 0 32180 7 0 0 18 0 2 0 104315150 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/31998/statm: 0 0 0 0 0 0 0
[pid=31998/tid=31999] ppid=31996 vsize=0 CPUtime=316.84 cores=1,3
/proc/31998/task/31999/stat : 31999 (java) R 31996 31998 31202 0 -1 4203588 9229 0 1 0 31682 2 0 0 25 0 2 0 104315151 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 321.87
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 321.402
CPU time (s): 321.885
CPU user time (s): 321.805
CPU system time (s): 0.079987
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 7708964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 321.805
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21968
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= 14778
involuntary context switches= 6337

runsolver used 0.555915 second user time and 1.21981 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-12 11:40:39
IDJOB=3190528
IDBENCH=82859
IDSOLVER=1611
FILE ID=node107/3190528-1302601239
RUNJOBID= node107-1302597331-31222
PBS_JOBID= 12958097
Free space on /tmp= 73608 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1462223811-042.SATISFIABLE.cnf
COMMAND LINE= java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3190528-1302601239/watcher-3190528-1302601239 -o /tmp/evaluation-result-3190528-1302601239/solver-3190528-1302601239 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3190528-1302601239.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= cd0b1f588aad9c4aef9bf4b7912f7c0d
RANDOM SEED=1393083982

node107.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5359.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28022584 kB
Buffers:        532376 kB
Cached:        3992724 kB
SwapCached:          0 kB
Active:        2694964 kB
Inactive:      1995036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28022584 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1256 kB
Writeback:           0 kB
AnonPages:      164488 kB
Mapped:          23240 kB
Slab:           175004 kB
PageTables:       5104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 21980184 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73608 MiB
End job on node107 at 2011-04-12 11:46:00