Trace number 3274197

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 433.508 431.74

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n140-s18527668-sat.cnf
MD5SUMd6f66d406779966e0b3cbed9097980e3
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.099983
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses336
Sum of the clauses size840
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2280
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
Number of clauses of size over 50

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c no version file found!!!
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		6997539544
0.00/0.08	c Max memory 		7034241024
0.00/0.08	c Total memory 		7034241024
0.00/0.08	c Number of processors 	8
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@50337d0f
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483647s
0.00/0.11	c DB Simplification allowed=true
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3274197-1303609177.cnf
0.00/0.11	c reading problem ... 
0.00/0.11	c ... done. Wall clock time 0.0080s.
0.00/0.11	c #vars     140
0.00/0.11	c #constraints  336
0.00/0.11	c constraints type 
0.00/0.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 56
0.00/0.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 280
0.72/0.60	c cleaning 2495 clauses out of 5001 with flag 5001/5001
1.45/1.07	c cleaning 4249 clauses out of 8506 with flag 11001/11001
2.26/1.83	c cleaning 5625 clauses out of 11256 with flag 18000/18000
3.16/2.76	c cleaning 6809 clauses out of 13631 with flag 26000/26000
4.28/3.87	c cleaning 7904 clauses out of 15822 with flag 35000/35000
5.58/5.17	c cleaning 8948 clauses out of 17918 with flag 45000/45000
6.98/6.51	c cleaning 9481 clauses out of 18971 with flag 55001/55001
8.29/7.85	c cleaning 9742 clauses out of 19490 with flag 65001/65001
9.58/9.14	c cleaning 9867 clauses out of 19747 with flag 75000/75000
10.98/10.51	c cleaning 9937 clauses out of 19881 with flag 85001/85001
12.28/11.86	c cleaning 9966 clauses out of 19943 with flag 95000/95000
13.58/13.16	c cleaning 9978 clauses out of 19977 with flag 105000/105000
14.89/14.41	c cleaning 9996 clauses out of 20000 with flag 115001/115001
16.08/15.69	c cleaning 10002 clauses out of 20004 with flag 125001/125001
17.28/16.86	c cleaning 9997 clauses out of 20001 with flag 135000/135000
18.58/18.11	c cleaning 9995 clauses out of 20004 with flag 145000/145000
19.78/19.35	c cleaning 10002 clauses out of 20011 with flag 155002/155002
20.98/20.54	c cleaning 10001 clauses out of 20007 with flag 165000/165000
22.18/21.77	c cleaning 9996 clauses out of 20006 with flag 175000/175000
23.38/22.90	c cleaning 9994 clauses out of 20010 with flag 185000/185000
24.58/24.13	c cleaning 10007 clauses out of 20017 with flag 195001/195001
25.68/25.27	c cleaning 10000 clauses out of 20011 with flag 205002/205002
26.89/26.44	c cleaning 9998 clauses out of 20009 with flag 215000/215000
27.99/27.59	c cleaning 10002 clauses out of 20013 with flag 225002/225002
29.09/28.68	c cleaning 10003 clauses out of 20010 with flag 235001/235001
30.29/29.82	c cleaning 9998 clauses out of 20006 with flag 245000/245000
31.48/31.01	c cleaning 10002 clauses out of 20008 with flag 255000/255000
32.69/32.21	c cleaning 9996 clauses out of 20007 with flag 265001/265001
33.78/33.33	c cleaning 10000 clauses out of 20010 with flag 275000/275000
34.78/34.37	c cleaning 9992 clauses out of 20010 with flag 285000/285000
35.88/35.47	c cleaning 10002 clauses out of 20020 with flag 295002/295002
37.09/36.60	c cleaning 10006 clauses out of 20016 with flag 305000/305000
38.09/37.68	c cleaning 10000 clauses out of 20010 with flag 315000/315000
39.19/38.70	c cleaning 9998 clauses out of 20010 with flag 325000/325000
40.29/39.88	c cleaning 10001 clauses out of 20012 with flag 335000/335000
41.39/40.98	c cleaning 10004 clauses out of 20014 with flag 345003/345003
42.49/42.03	c cleaning 9995 clauses out of 20007 with flag 355000/355000
43.59/43.14	c cleaning 10003 clauses out of 20013 with flag 365001/365001
44.69/44.26	c cleaning 9997 clauses out of 20010 with flag 375001/375001
45.79/45.31	c cleaning 9998 clauses out of 20012 with flag 385000/385000
46.79/46.38	c cleaning 9998 clauses out of 20014 with flag 395000/395000
48.00/47.52	c cleaning 10005 clauses out of 20017 with flag 405001/405001
49.10/48.63	c cleaning 10002 clauses out of 20012 with flag 415001/415001
50.20/49.70	c cleaning 10004 clauses out of 20011 with flag 425002/425002
51.20/50.74	c cleaning 9999 clauses out of 20008 with flag 435003/435003
52.20/51.79	c cleaning 9999 clauses out of 20006 with flag 445000/445000
53.40/52.91	c cleaning 9998 clauses out of 20011 with flag 455004/455004
54.40/53.94	c cleaning 9997 clauses out of 20009 with flag 465000/465000
55.50/55.01	c cleaning 10003 clauses out of 20013 with flag 475001/475001
56.50/56.05	c cleaning 9998 clauses out of 20011 with flag 485002/485002
57.50/57.07	c cleaning 9996 clauses out of 20011 with flag 495000/495000
58.70/58.21	c cleaning 9998 clauses out of 20015 with flag 505000/505000
59.80/59.31	c cleaning 10000 clauses out of 20019 with flag 515002/515002
60.80/60.35	c cleaning 10000 clauses out of 20017 with flag 525000/525000
61.80/61.32	c cleaning 9999 clauses out of 20018 with flag 535001/535001
62.80/62.39	c cleaning 10008 clauses out of 20018 with flag 545000/545000
64.00/63.55	c cleaning 10004 clauses out of 20013 with flag 555003/555003
65.00/64.58	c cleaning 9996 clauses out of 20006 with flag 565000/565000
66.10/65.68	c cleaning 9996 clauses out of 20011 with flag 575001/575001
67.10/66.65	c cleaning 9997 clauses out of 20014 with flag 585000/585000
68.10/67.67	c cleaning 10002 clauses out of 20017 with flag 595000/595000
69.10/68.64	c cleaning 10003 clauses out of 20016 with flag 605001/605001
70.20/69.75	c cleaning 10006 clauses out of 20013 with flag 615001/615001
71.30/70.82	c cleaning 9997 clauses out of 20006 with flag 625000/625000
72.40/71.98	c cleaning 9997 clauses out of 20009 with flag 635000/635000
73.40/72.97	c cleaning 9992 clauses out of 20012 with flag 645000/645000
74.40/73.97	c cleaning 10001 clauses out of 20020 with flag 655000/655000
75.50/75.02	c cleaning 10000 clauses out of 20020 with flag 665001/665001
76.61/76.13	c cleaning 10001 clauses out of 20020 with flag 675001/675001
77.71/77.20	c cleaning 10004 clauses out of 20019 with flag 685001/685001
78.71/78.27	c cleaning 10002 clauses out of 20014 with flag 695000/695000
79.71/79.30	c cleaning 9998 clauses out of 20012 with flag 705000/705000
80.81/80.34	c cleaning 9995 clauses out of 20015 with flag 715001/715001
81.82/81.30	c cleaning 10003 clauses out of 20021 with flag 725002/725002
82.83/82.35	c cleaning 9996 clauses out of 20016 with flag 735000/735000
83.93/83.47	c cleaning 10003 clauses out of 20020 with flag 745000/745000
85.03/84.55	c cleaning 10004 clauses out of 20017 with flag 755000/755000
86.02/85.56	c cleaning 9999 clauses out of 20015 with flag 765002/765002
87.02/86.58	c cleaning 9999 clauses out of 20017 with flag 775003/775003
88.02/87.58	c cleaning 10001 clauses out of 20017 with flag 785002/785002
89.13/88.60	c cleaning 9999 clauses out of 20014 with flag 795000/795000
90.23/89.74	c cleaning 10005 clauses out of 20016 with flag 805001/805001
91.33/90.82	c cleaning 10000 clauses out of 20010 with flag 815000/815000
92.22/91.79	c cleaning 9996 clauses out of 20010 with flag 825000/825000
93.42/92.90	c cleaning 9997 clauses out of 20014 with flag 835000/835000
94.42/93.90	c cleaning 10001 clauses out of 20017 with flag 845000/845000
95.42/94.93	c cleaning 10006 clauses out of 20016 with flag 855000/855000
96.42/95.96	c cleaning 10000 clauses out of 20010 with flag 865000/865000
97.43/96.97	c cleaning 9996 clauses out of 20010 with flag 875000/875000
98.53/98.01	c cleaning 10004 clauses out of 20015 with flag 885001/885001
99.53/99.05	c cleaning 10001 clauses out of 20010 with flag 895000/895000
100.52/100.09	c cleaning 9996 clauses out of 20009 with flag 905000/905000
101.73/101.20	c cleaning 10006 clauses out of 20014 with flag 915001/915001
102.73/102.24	c cleaning 9995 clauses out of 20008 with flag 925001/925001
103.73/103.23	c cleaning 9993 clauses out of 20012 with flag 935000/935000
104.73/104.25	c cleaning 10006 clauses out of 20020 with flag 945001/945001
105.73/105.25	c cleaning 10001 clauses out of 20013 with flag 955000/955000
106.72/106.26	c cleaning 9999 clauses out of 20013 with flag 965001/965001
107.72/107.25	c cleaning 10000 clauses out of 20014 with flag 975001/975001
108.82/108.32	c cleaning 10002 clauses out of 20016 with flag 985003/985003
109.82/109.37	c cleaning 9998 clauses out of 20012 with flag 995001/995001
110.82/110.39	c cleaning 10002 clauses out of 20018 with flag 1005005/1005005
111.93/111.46	c cleaning 10000 clauses out of 20012 with flag 1015001/1015001
112.93/112.47	c cleaning 9997 clauses out of 20011 with flag 1025000/1025000
113.93/113.41	c cleaning 10001 clauses out of 20014 with flag 1035000/1035000
114.83/114.40	c cleaning 10001 clauses out of 20013 with flag 1045000/1045000
115.83/115.37	c cleaning 9995 clauses out of 20012 with flag 1055000/1055000
116.93/116.40	c cleaning 10004 clauses out of 20017 with flag 1065000/1065000
117.83/117.37	c cleaning 9998 clauses out of 20013 with flag 1075000/1075000
118.83/118.37	c cleaning 10000 clauses out of 20018 with flag 1085003/1085003
119.83/119.37	c cleaning 9992 clauses out of 20015 with flag 1095000/1095000
120.93/120.44	c cleaning 10009 clauses out of 20023 with flag 1105000/1105000
121.93/121.48	c cleaning 10005 clauses out of 20016 with flag 1115002/1115002
123.03/122.50	c cleaning 9997 clauses out of 20009 with flag 1125000/1125000
123.93/123.45	c cleaning 9998 clauses out of 20012 with flag 1135000/1135000
124.83/124.40	c cleaning 10001 clauses out of 20014 with flag 1145000/1145000
125.93/125.41	c cleaning 9998 clauses out of 20013 with flag 1155000/1155000
126.83/126.33	c cleaning 10004 clauses out of 20015 with flag 1165000/1165000
127.73/127.25	c cleaning 10000 clauses out of 20011 with flag 1175000/1175000
128.73/128.28	c cleaning 9997 clauses out of 20011 with flag 1185000/1185000
129.73/129.24	c cleaning 9990 clauses out of 20014 with flag 1195000/1195000
130.73/130.21	c cleaning 10006 clauses out of 20026 with flag 1205002/1205002
131.73/131.21	c cleaning 10001 clauses out of 20019 with flag 1215001/1215001
132.73/132.21	c cleaning 10005 clauses out of 20017 with flag 1225000/1225000
133.73/133.26	c cleaning 9997 clauses out of 20012 with flag 1235000/1235000
134.73/134.28	c cleaning 9997 clauses out of 20015 with flag 1245000/1245000
135.73/135.24	c cleaning 9992 clauses out of 20018 with flag 1255000/1255000
136.63/136.19	c cleaning 10003 clauses out of 20026 with flag 1265000/1265000
137.63/137.16	c cleaning 10007 clauses out of 20024 with flag 1275001/1275001
138.63/138.14	c cleaning 10003 clauses out of 20017 with flag 1285001/1285001
139.63/139.14	c cleaning 10001 clauses out of 20016 with flag 1295003/1295003
140.63/140.17	c cleaning 10003 clauses out of 20013 with flag 1305001/1305001
141.63/141.17	c cleaning 9999 clauses out of 20009 with flag 1315000/1315000
142.73/142.21	c cleaning 10002 clauses out of 20010 with flag 1325000/1325000
143.64/143.19	c cleaning 9996 clauses out of 20008 with flag 1335000/1335000
144.74/144.24	c cleaning 10002 clauses out of 20012 with flag 1345000/1345000
145.74/145.23	c cleaning 9998 clauses out of 20012 with flag 1355002/1355002
146.84/146.38	c cleaning 10004 clauses out of 20012 with flag 1365000/1365000
147.94/147.42	c cleaning 10003 clauses out of 20009 with flag 1375001/1375001
148.93/148.46	c cleaning 9996 clauses out of 20006 with flag 1385001/1385001
149.93/149.46	c cleaning 9996 clauses out of 20009 with flag 1395000/1395000
151.03/150.51	c cleaning 9998 clauses out of 20015 with flag 1405002/1405002
152.03/151.54	c cleaning 9995 clauses out of 20015 with flag 1415000/1415000
153.04/152.57	c cleaning 10007 clauses out of 20023 with flag 1425003/1425003
154.14/153.60	c cleaning 9998 clauses out of 20014 with flag 1435001/1435001
155.14/154.69	c cleaning 10004 clauses out of 20016 with flag 1445001/1445001
156.24/155.75	c cleaning 10004 clauses out of 20013 with flag 1455002/1455002
157.44/156.95	c cleaning 10000 clauses out of 20007 with flag 1465000/1465000
158.64/158.12	c cleaning 9998 clauses out of 20007 with flag 1475000/1475000
159.74/159.25	c cleaning 9997 clauses out of 20009 with flag 1485000/1485000
160.74/160.29	c cleaning 10007 clauses out of 20013 with flag 1495001/1495001
161.94/161.49	c cleaning 9992 clauses out of 20005 with flag 1505000/1505000
163.04/162.55	c cleaning 9999 clauses out of 20013 with flag 1515000/1515000
164.04/163.58	c cleaning 10002 clauses out of 20014 with flag 1525000/1525000
165.14/164.60	c cleaning 10005 clauses out of 20013 with flag 1535001/1535001
166.14/165.65	c cleaning 9999 clauses out of 20007 with flag 1545000/1545000
167.14/166.66	c cleaning 9991 clauses out of 20008 with flag 1555000/1555000
168.24/167.73	c cleaning 10007 clauses out of 20018 with flag 1565001/1565001
169.34/168.84	c cleaning 10003 clauses out of 20011 with flag 1575001/1575001
170.34/169.87	c cleaning 9998 clauses out of 20007 with flag 1585000/1585000
171.44/170.96	c cleaning 10001 clauses out of 20010 with flag 1595001/1595001
172.54/172.07	c cleaning 9991 clauses out of 20009 with flag 1605001/1605001
173.64/173.11	c cleaning 10008 clauses out of 20019 with flag 1615002/1615002
174.74/174.25	c cleaning 9988 clauses out of 20009 with flag 1625000/1625000
175.84/175.34	c cleaning 10004 clauses out of 20021 with flag 1635000/1635000
176.94/176.42	c cleaning 10003 clauses out of 20017 with flag 1645000/1645000
178.04/177.55	c cleaning 10002 clauses out of 20014 with flag 1655000/1655000
179.14/178.66	c cleaning 9999 clauses out of 20013 with flag 1665001/1665001
180.14/179.68	c cleaning 10003 clauses out of 20015 with flag 1675002/1675002
181.24/180.71	c cleaning 9997 clauses out of 20011 with flag 1685001/1685001
182.15/181.69	c cleaning 10001 clauses out of 20013 with flag 1695000/1695000
183.15/182.69	c cleaning 9996 clauses out of 20012 with flag 1705000/1705000
184.14/183.69	c cleaning 10003 clauses out of 20016 with flag 1715000/1715000
185.24/184.80	c cleaning 10005 clauses out of 20013 with flag 1725000/1725000
186.34/185.88	c cleaning 9998 clauses out of 20009 with flag 1735001/1735001
187.44/186.95	c cleaning 10001 clauses out of 20012 with flag 1745002/1745002
188.44/187.98	c cleaning 10003 clauses out of 20010 with flag 1755001/1755001
189.54/189.08	c cleaning 9994 clauses out of 20006 with flag 1765000/1765000
190.64/190.17	c cleaning 9994 clauses out of 20013 with flag 1775001/1775001
191.74/191.22	c cleaning 10007 clauses out of 20020 with flag 1785002/1785002
192.84/192.35	c cleaning 9996 clauses out of 20012 with flag 1795001/1795001
193.84/193.37	c cleaning 10005 clauses out of 20015 with flag 1805000/1805000
194.84/194.35	c cleaning 9997 clauses out of 20011 with flag 1815001/1815001
196.04/195.51	c cleaning 10003 clauses out of 20013 with flag 1825000/1825000
197.04/196.55	c cleaning 10003 clauses out of 20010 with flag 1835000/1835000
198.04/197.50	c cleaning 9999 clauses out of 20008 with flag 1845001/1845001
198.94/198.49	c cleaning 9999 clauses out of 20008 with flag 1855000/1855000
199.94/199.48	c cleaning 9998 clauses out of 20009 with flag 1865000/1865000
200.94/200.49	c cleaning 9996 clauses out of 20011 with flag 1875000/1875000
202.04/201.52	c cleaning 10001 clauses out of 20017 with flag 1885002/1885002
203.05/202.56	c cleaning 10006 clauses out of 20015 with flag 1895001/1895001
204.05/203.51	c cleaning 9996 clauses out of 20009 with flag 1905001/1905001
205.04/204.55	c cleaning 10005 clauses out of 20014 with flag 1915002/1915002
206.04/205.54	c cleaning 9994 clauses out of 20007 with flag 1925000/1925000
206.94/206.48	c cleaning 10004 clauses out of 20013 with flag 1935000/1935000
208.04/207.55	c cleaning 9994 clauses out of 20010 with flag 1945001/1945001
209.14/208.63	c cleaning 10000 clauses out of 20015 with flag 1955000/1955000
210.14/209.68	c cleaning 10001 clauses out of 20016 with flag 1965001/1965001
211.24/210.72	c cleaning 10004 clauses out of 20015 with flag 1975001/1975001
212.24/211.79	c cleaning 9997 clauses out of 20010 with flag 1985000/1985000
213.34/212.89	c cleaning 9995 clauses out of 20013 with flag 1995000/1995000
214.35/213.88	c cleaning 10005 clauses out of 20018 with flag 2005000/2005000
215.35/214.88	c cleaning 10002 clauses out of 20013 with flag 2015000/2015000
216.44/215.92	c cleaning 9997 clauses out of 20011 with flag 2025000/2025000
217.35/216.88	c cleaning 10000 clauses out of 20014 with flag 2035000/2035000
218.35/217.85	c cleaning 10004 clauses out of 20015 with flag 2045001/2045001
219.34/218.84	c cleaning 10001 clauses out of 20010 with flag 2055000/2055000
220.34/219.84	c cleaning 10003 clauses out of 20010 with flag 2065001/2065001
221.34/220.84	c cleaning 9997 clauses out of 20006 with flag 2075000/2075000
222.24/221.78	c cleaning 10000 clauses out of 20009 with flag 2085000/2085000
223.24/222.73	c cleaning 10003 clauses out of 20009 with flag 2095000/2095000
224.14/223.64	c cleaning 9997 clauses out of 20008 with flag 2105002/2105002
225.05/224.57	c cleaning 9996 clauses out of 20009 with flag 2115000/2115000
226.05/225.54	c cleaning 10004 clauses out of 20014 with flag 2125001/2125001
227.04/226.53	c cleaning 9998 clauses out of 20011 with flag 2135002/2135002
228.04/227.54	c cleaning 9994 clauses out of 20012 with flag 2145001/2145001
229.04/228.52	c cleaning 9998 clauses out of 20017 with flag 2155000/2155000
229.94/229.49	c cleaning 10006 clauses out of 20019 with flag 2165000/2165000
230.84/230.38	c cleaning 10002 clauses out of 20014 with flag 2175001/2175001
231.84/231.38	c cleaning 10004 clauses out of 20016 with flag 2185005/2185005
232.84/232.37	c cleaning 9998 clauses out of 20007 with flag 2195000/2195000
233.85/233.31	c cleaning 10000 clauses out of 20010 with flag 2205001/2205001
234.74/234.29	c cleaning 9996 clauses out of 20009 with flag 2215000/2215000
235.84/235.31	c cleaning 9999 clauses out of 20014 with flag 2225001/2225001
236.75/236.25	c cleaning 10006 clauses out of 20015 with flag 2235001/2235001
237.65/237.19	c cleaning 9992 clauses out of 20009 with flag 2245001/2245001
238.65/238.11	c cleaning 10004 clauses out of 20016 with flag 2255000/2255000
239.45/238.97	c cleaning 10002 clauses out of 20014 with flag 2265002/2265002
240.45/239.92	c cleaning 10003 clauses out of 20012 with flag 2275002/2275002
241.35/240.86	c cleaning 9992 clauses out of 20007 with flag 2285000/2285000
242.35/241.84	c cleaning 9993 clauses out of 20015 with flag 2295000/2295000
243.35/242.83	c cleaning 10004 clauses out of 20024 with flag 2305002/2305002
244.25/243.75	c cleaning 10003 clauses out of 20019 with flag 2315001/2315001
245.15/244.67	c cleaning 10004 clauses out of 20017 with flag 2325002/2325002
246.05/245.57	c cleaning 10004 clauses out of 20012 with flag 2335001/2335001
247.06/246.51	c cleaning 9995 clauses out of 20008 with flag 2345001/2345001
247.96/247.44	c cleaning 9994 clauses out of 20013 with flag 2355001/2355001
248.86/248.39	c cleaning 9997 clauses out of 20018 with flag 2365000/2365000
249.86/249.37	c cleaning 10006 clauses out of 20021 with flag 2375000/2375000
250.86/250.32	c cleaning 9994 clauses out of 20015 with flag 2385000/2385000
251.76/251.29	c cleaning 9999 clauses out of 20022 with flag 2395001/2395001
252.76/252.27	c cleaning 10006 clauses out of 20022 with flag 2405000/2405000
253.76/253.21	c cleaning 10007 clauses out of 20017 with flag 2415001/2415001
254.77/254.22	c cleaning 9999 clauses out of 20011 with flag 2425002/2425002
255.66/255.20	c cleaning 9994 clauses out of 20011 with flag 2435001/2435001
256.76/256.24	c cleaning 10004 clauses out of 20017 with flag 2445001/2445001
257.76/257.26	c cleaning 10002 clauses out of 20012 with flag 2455000/2455000
258.76/258.21	c cleaning 9996 clauses out of 20010 with flag 2465000/2465000
259.66/259.13	c cleaning 9994 clauses out of 20016 with flag 2475002/2475002
260.56/260.02	c cleaning 10004 clauses out of 20020 with flag 2485000/2485000
261.46/260.94	c cleaning 9996 clauses out of 20016 with flag 2495000/2495000
262.47/261.91	c cleaning 10006 clauses out of 20022 with flag 2505002/2505002
263.36/262.84	c cleaning 9999 clauses out of 20014 with flag 2515000/2515000
264.36/263.84	c cleaning 9998 clauses out of 20016 with flag 2525001/2525001
265.36/264.84	c cleaning 9996 clauses out of 20018 with flag 2535001/2535001
266.36/265.88	c cleaning 10010 clauses out of 20023 with flag 2545002/2545002
267.46/266.91	c cleaning 9992 clauses out of 20013 with flag 2555002/2555002
268.46/267.96	c cleaning 10005 clauses out of 20019 with flag 2565000/2565000
269.56/269.04	c cleaning 9999 clauses out of 20014 with flag 2575000/2575000
270.56/270.04	c cleaning 9992 clauses out of 20015 with flag 2585000/2585000
271.46/270.94	c cleaning 10004 clauses out of 20023 with flag 2595000/2595000
272.46/271.98	c cleaning 10005 clauses out of 20019 with flag 2605000/2605000
273.56/273.03	c cleaning 10006 clauses out of 20015 with flag 2615001/2615001
274.66/274.13	c cleaning 9996 clauses out of 20010 with flag 2625002/2625002
275.80/275.26	c cleaning 10000 clauses out of 20012 with flag 2635000/2635000
277.00/276.26	c cleaning 10003 clauses out of 20013 with flag 2645001/2645001
278.36/277.33	c cleaning 10000 clauses out of 20009 with flag 2655000/2655000
279.66/278.36	c cleaning 10001 clauses out of 20009 with flag 2665000/2665000
281.04/279.36	c cleaning 10001 clauses out of 20008 with flag 2675000/2675000
282.14/280.50	c cleaning 9998 clauses out of 20007 with flag 2685000/2685000
283.34/281.70	c cleaning 9995 clauses out of 20010 with flag 2695001/2695001
284.54/282.83	c cleaning 10001 clauses out of 20014 with flag 2705000/2705000
285.54/283.84	c cleaning 10002 clauses out of 20013 with flag 2715000/2715000
286.54/284.86	c cleaning 9996 clauses out of 20011 with flag 2725000/2725000
287.54/285.86	c cleaning 9995 clauses out of 20015 with flag 2735000/2735000
288.54/286.84	c cleaning 10003 clauses out of 20020 with flag 2745000/2745000
289.54/287.84	c cleaning 10004 clauses out of 20020 with flag 2755003/2755003
290.64/288.90	c cleaning 9997 clauses out of 20013 with flag 2765000/2765000
291.74/290.00	c cleaning 10003 clauses out of 20016 with flag 2775000/2775000
292.74/291.07	c cleaning 9997 clauses out of 20013 with flag 2785000/2785000
293.84/292.14	c cleaning 10001 clauses out of 20017 with flag 2795001/2795001
294.94/293.23	c cleaning 9997 clauses out of 20016 with flag 2805001/2805001
296.04/294.34	c cleaning 10000 clauses out of 20018 with flag 2815000/2815000
297.14/295.41	c cleaning 10001 clauses out of 20018 with flag 2825000/2825000
298.24/296.54	c cleaning 10002 clauses out of 20017 with flag 2835000/2835000
299.24/297.57	c cleaning 9996 clauses out of 20017 with flag 2845002/2845002
300.34/298.66	c cleaning 10001 clauses out of 20022 with flag 2855003/2855003
301.44/299.78	c cleaning 10004 clauses out of 20019 with flag 2865001/2865001
302.54/300.83	c cleaning 9994 clauses out of 20016 with flag 2875002/2875002
303.64/301.95	c cleaning 9999 clauses out of 20020 with flag 2885000/2885000
304.84/303.11	c cleaning 10003 clauses out of 20021 with flag 2895000/2895000
305.84/304.19	c cleaning 9999 clauses out of 20018 with flag 2905000/2905000
306.94/305.23	c cleaning 10003 clauses out of 20020 with flag 2915001/2915001
308.04/306.38	c cleaning 10004 clauses out of 20016 with flag 2925000/2925000
309.14/307.49	c cleaning 10002 clauses out of 20012 with flag 2935000/2935000
310.24/308.53	c cleaning 10004 clauses out of 20013 with flag 2945003/2945003
311.24/309.57	c cleaning 9996 clauses out of 20006 with flag 2955000/2955000
312.34/310.67	c cleaning 10000 clauses out of 20012 with flag 2965002/2965002
313.44/311.76	c cleaning 9996 clauses out of 20010 with flag 2975000/2975000
314.64/312.93	c cleaning 10005 clauses out of 20014 with flag 2985000/2985000
315.74/314.02	c cleaning 9997 clauses out of 20009 with flag 2995000/2995000
316.74/315.06	c cleaning 10001 clauses out of 20013 with flag 3005001/3005001
317.84/316.11	c cleaning 9989 clauses out of 20012 with flag 3015001/3015001
318.94/317.22	c cleaning 10008 clauses out of 20022 with flag 3025000/3025000
319.94/318.30	c cleaning 9998 clauses out of 20015 with flag 3035001/3035001
321.04/319.35	c cleaning 10001 clauses out of 20016 with flag 3045000/3045000
322.14/320.43	c cleaning 9994 clauses out of 20016 with flag 3055001/3055001
323.24/321.56	c cleaning 10000 clauses out of 20023 with flag 3065002/3065002
324.44/322.71	c cleaning 10006 clauses out of 20021 with flag 3075000/3075000
325.44/323.76	c cleaning 10005 clauses out of 20016 with flag 3085001/3085001
326.54/324.89	c cleaning 10002 clauses out of 20011 with flag 3095001/3095001
327.85/326.17	c cleaning 9997 clauses out of 20009 with flag 3105001/3105001
329.05/327.32	c cleaning 10002 clauses out of 20011 with flag 3115000/3115000
330.05/328.36	c cleaning 9992 clauses out of 20010 with flag 3125001/3125001
331.15/329.46	c cleaning 10005 clauses out of 20020 with flag 3135003/3135003
332.25/330.59	c cleaning 9998 clauses out of 20012 with flag 3145000/3145000
333.35/331.69	c cleaning 10001 clauses out of 20014 with flag 3155000/3155000
334.55/332.86	c cleaning 10002 clauses out of 20014 with flag 3165001/3165001
335.65/333.99	c cleaning 10000 clauses out of 20012 with flag 3175001/3175001
336.75/335.08	c cleaning 9995 clauses out of 20011 with flag 3185000/3185000
337.95/336.23	c cleaning 9998 clauses out of 20017 with flag 3195001/3195001
339.05/337.34	c cleaning 10002 clauses out of 20021 with flag 3205003/3205003
340.16/338.47	c cleaning 9998 clauses out of 20016 with flag 3215000/3215000
341.26/339.58	c cleaning 10000 clauses out of 20018 with flag 3225000/3225000
342.36/340.69	c cleaning 10001 clauses out of 20018 with flag 3235000/3235000
343.46/341.79	c cleaning 9999 clauses out of 20021 with flag 3245004/3245004
344.66/342.92	c cleaning 10001 clauses out of 20018 with flag 3255000/3255000
345.76/344.07	c cleaning 10003 clauses out of 20017 with flag 3265000/3265000
346.96/345.23	c cleaning 9998 clauses out of 20014 with flag 3275000/3275000
348.16/346.40	c cleaning 9998 clauses out of 20017 with flag 3285001/3285001
349.16/347.48	c cleaning 10000 clauses out of 20018 with flag 3295000/3295000
350.26/348.54	c cleaning 10001 clauses out of 20020 with flag 3305002/3305002
351.26/349.60	c cleaning 10002 clauses out of 20017 with flag 3315000/3315000
352.36/350.65	c cleaning 9996 clauses out of 20015 with flag 3325000/3325000
353.46/351.77	c cleaning 9994 clauses out of 20019 with flag 3335000/3335000
354.56/352.82	c cleaning 10008 clauses out of 20025 with flag 3345000/3345000
355.66/353.91	c cleaning 10003 clauses out of 20017 with flag 3355000/3355000
356.66/354.95	c cleaning 10005 clauses out of 20015 with flag 3365001/3365001
357.86/356.13	c cleaning 9995 clauses out of 20011 with flag 3375002/3375002
358.96/357.27	c cleaning 9998 clauses out of 20014 with flag 3385000/3385000
360.16/358.40	c cleaning 10004 clauses out of 20016 with flag 3395000/3395000
361.16/359.43	c cleaning 10001 clauses out of 20013 with flag 3405001/3405001
362.16/360.46	c cleaning 9998 clauses out of 20011 with flag 3415000/3415000
363.36/361.62	c cleaning 9999 clauses out of 20013 with flag 3425000/3425000
364.46/362.74	c cleaning 10007 clauses out of 20017 with flag 3435003/3435003
365.56/363.89	c cleaning 9999 clauses out of 20007 with flag 3445000/3445000
366.76/365.02	c cleaning 10000 clauses out of 20009 with flag 3455001/3455001
367.86/366.18	c cleaning 9989 clauses out of 20009 with flag 3465001/3465001
368.96/367.25	c cleaning 10000 clauses out of 20019 with flag 3475000/3475000
370.16/368.40	c cleaning 10008 clauses out of 20021 with flag 3485002/3485002
371.16/369.48	c cleaning 10000 clauses out of 20011 with flag 3495000/3495000
372.26/370.59	c cleaning 9999 clauses out of 20011 with flag 3505000/3505000
373.36/371.63	c cleaning 10002 clauses out of 20012 with flag 3515000/3515000
374.46/372.76	c cleaning 9991 clauses out of 20010 with flag 3525000/3525000
375.56/373.87	c cleaning 10004 clauses out of 20020 with flag 3535001/3535001
376.76/375.00	c cleaning 10001 clauses out of 20017 with flag 3545002/3545002
377.86/376.16	c cleaning 9998 clauses out of 20016 with flag 3555002/3555002
378.96/377.29	c cleaning 10000 clauses out of 20017 with flag 3565001/3565001
380.06/378.35	c cleaning 10000 clauses out of 20017 with flag 3575001/3575001
381.16/379.45	c cleaning 9996 clauses out of 20017 with flag 3585001/3585001
382.26/380.59	c cleaning 10004 clauses out of 20020 with flag 3595000/3595000
383.47/381.75	c cleaning 9998 clauses out of 20016 with flag 3605000/3605000
384.57/382.90	c cleaning 10005 clauses out of 20019 with flag 3615001/3615001
385.67/383.98	c cleaning 9994 clauses out of 20013 with flag 3625000/3625000
386.77/385.05	c cleaning 10000 clauses out of 20019 with flag 3635000/3635000
387.87/386.14	c cleaning 9999 clauses out of 20019 with flag 3645000/3645000
388.97/387.21	c cleaning 9999 clauses out of 20020 with flag 3655000/3655000
389.86/388.17	c cleaning 10002 clauses out of 20021 with flag 3665000/3665000
390.96/389.20	c cleaning 10004 clauses out of 20019 with flag 3675000/3675000
391.96/390.22	c cleaning 10000 clauses out of 20015 with flag 3685000/3685000
393.06/391.30	c cleaning 9995 clauses out of 20015 with flag 3695000/3695000
394.06/392.37	c cleaning 10002 clauses out of 20020 with flag 3705000/3705000
395.16/393.40	c cleaning 10001 clauses out of 20018 with flag 3715000/3715000
396.16/394.44	c cleaning 10004 clauses out of 20018 with flag 3725001/3725001
397.26/395.50	c cleaning 9997 clauses out of 20013 with flag 3735000/3735000
398.26/396.53	c cleaning 9997 clauses out of 20016 with flag 3745000/3745000
399.36/397.65	c cleaning 10002 clauses out of 20020 with flag 3755001/3755001
400.46/398.72	c cleaning 10007 clauses out of 20019 with flag 3765002/3765002
401.46/399.79	c cleaning 9992 clauses out of 20010 with flag 3775000/3775000
402.66/400.90	c cleaning 10007 clauses out of 20020 with flag 3785002/3785002
403.76/402.00	c cleaning 9997 clauses out of 20011 with flag 3795000/3795000
404.86/403.10	c cleaning 10003 clauses out of 20015 with flag 3805001/3805001
405.96/404.23	c cleaning 9996 clauses out of 20011 with flag 3815000/3815000
406.96/405.26	c cleaning 9999 clauses out of 20020 with flag 3825005/3825005
408.06/406.36	c cleaning 9995 clauses out of 20016 with flag 3835000/3835000
409.16/407.41	c cleaning 9998 clauses out of 20021 with flag 3845000/3845000
410.16/408.48	c cleaning 10005 clauses out of 20023 with flag 3855000/3855000
411.16/409.48	c cleaning 10005 clauses out of 20019 with flag 3865001/3865001
412.26/410.57	c cleaning 10001 clauses out of 20013 with flag 3875000/3875000
413.36/411.62	c cleaning 9996 clauses out of 20012 with flag 3885000/3885000
414.37/412.65	c cleaning 10002 clauses out of 20016 with flag 3895000/3895000
415.37/413.69	c cleaning 10001 clauses out of 20015 with flag 3905001/3905001
416.47/414.78	c cleaning 9999 clauses out of 20014 with flag 3915001/3915001
417.57/415.80	c cleaning 10002 clauses out of 20015 with flag 3925001/3925001
418.57/416.90	c cleaning 9997 clauses out of 20012 with flag 3935000/3935000
419.78/418.04	c cleaning 10004 clauses out of 20015 with flag 3945000/3945000
420.77/419.10	c cleaning 10002 clauses out of 20011 with flag 3955000/3955000
421.86/420.15	c cleaning 9997 clauses out of 20009 with flag 3965000/3965000
422.86/421.17	c cleaning 10000 clauses out of 20013 with flag 3975001/3975001
423.96/422.26	c cleaning 9997 clauses out of 20012 with flag 3985000/3985000
424.96/423.29	c cleaning 9999 clauses out of 20015 with flag 3995000/3995000
425.96/424.29	c cleaning 9998 clauses out of 20016 with flag 4005000/4005000
426.97/425.28	c cleaning 10001 clauses out of 20018 with flag 4015000/4015000
428.06/426.30	c cleaning 9995 clauses out of 20019 with flag 4025002/4025002
428.96/427.24	c cleaning 9996 clauses out of 20022 with flag 4035000/4035000
429.96/428.24	c cleaning 9999 clauses out of 20026 with flag 4045000/4045000
430.96/429.25	c cleaning 10007 clauses out of 20028 with flag 4055001/4055001
432.06/430.31	c cleaning 10004 clauses out of 20020 with flag 4065000/4065000
433.07/431.32	c cleaning 9996 clauses out of 20016 with flag 4075000/4075000
433.47/431.70	c starts		: 2002
433.47/431.70	c conflicts		: 4079579
433.47/431.70	c decisions		: 4593238
433.47/431.70	c propagations		: 105931244
433.47/431.70	c inspects		: 5872187945
433.47/431.70	c shortcuts		: 0
433.47/431.70	c learnt literals	: 0
433.47/431.70	c learnt binary clauses	: 1
433.47/431.70	c learnt ternary clauses	: 35
433.47/431.70	c learnt constraints	: 4079579
433.47/431.70	c ignored constraints	: 0
433.47/431.70	c root simplifications	: 2002
433.47/431.70	c removed literals (reason simplification)	: 30523043
433.47/431.70	c reason swapping (by a shorter reason)	: 0
433.47/431.70	c Calls to reduceDB	: 409
433.47/431.70	c speed (assignments/second)	: 245440.7455120066
433.47/431.70	c non guided choices	19
433.47/431.71	c learnt constraints type 
433.47/431.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
433.47/431.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14598
433.47/431.71	c constraints type 
433.47/431.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 56
433.47/431.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 280
433.47/431.71	s SATISFIABLE
433.47/431.71	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 0
433.47/431.71	c Total wall clock time (in seconds) : 431.604

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3274197-1303609177/watcher-3274197-1303609177 -o /tmp/evaluation-result-3274197-1303609177/solver-3274197-1303609177 -C 2400 -W 1300 -M 7680 java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3274197-1303609177.cnf 

running on 2 cores: 0,2

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.79 4.00 3.99 3/175 19408
/proc/meminfo: memFree=14424036/32951124 swapFree=67111524/67111528
[pid=19408] ppid=19406 vsize=11800 CPUtime=0 cores=0,2
/proc/19408/stat : 19408 (runsolver) R 19406 19408 18201 0 -1 4202560 45 0 0 0 0 0 0 0 22 0 1 0 472515702 12083200 54 33554432000 4194304 5434984 140736400253440 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/19408/statm: 2950 54 34 303 0 2644 0

[startup+0.112826 s]
/proc/loadavg: 3.79 4.00 3.99 3/175 19408
/proc/meminfo: memFree=14424036/32951124 swapFree=67111524/67111528
[pid=19408] ppid=19406 vsize=7637108 CPUtime=0.1 cores=0,2
/proc/19408/stat : 19408 (java) S 19406 19408 18201 0 -1 4202496 10416 0 1 0 9 1 0 0 22 0 19 0 472515702 7820398592 10112 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19408/statm: 1909277 10112 2093 9 0 1900015 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 7637108

[startup+0.200981 s]
/proc/loadavg: 3.79 4.00 3.99 3/175 19408
/proc/meminfo: memFree=14424036/32951124 swapFree=67111524/67111528
[pid=19408] ppid=19406 vsize=7637108 CPUtime=0.26 cores=0,2
/proc/19408/stat : 19408 (java) S 19406 19408 18201 0 -1 4202496 12002 0 1 0 25 1 0 0 22 0 19 0 472515702 7820398592 11054 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19408/statm: 1909277 11054 2176 9 0 1900015 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 7637108

[startup+0.30094 s]
/proc/loadavg: 3.79 4.00 3.99 3/175 19408
/proc/meminfo: memFree=14424036/32951124 swapFree=67111524/67111528
[pid=19408] ppid=19406 vsize=7637108 CPUtime=0.46 cores=0,2
/proc/19408/stat : 19408 (java) S 19406 19408 18201 0 -1 4202496 12166 0 1 0 45 1 0 0 22 0 19 0 472515702 7820398592 11162 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19408/statm: 1909277 11162 2188 9 0 1900015 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 7637108

[startup+0.700891 s]
/proc/loadavg: 3.79 4.00 3.99 3/175 19408
/proc/meminfo: memFree=14424036/32951124 swapFree=67111524/67111528
[pid=19408] ppid=19406 vsize=7662588 CPUtime=1.06 cores=0,2
/proc/19408/stat : 19408 (java) S 19406 19408 18201 0 -1 4202496 20354 0 1 0 104 2 0 0 22 0 19 0 472515702 7846490112 17370 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19408/statm: 1915647 17370 2227 9 0 1906385 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 7662588

[startup+1.50082 s]
/proc/loadavg: 3.79 4.00 3.99 3/216 19450
/proc/meminfo: memFree=14306376/32951124 swapFree=67111524/67111528
[pid=19408] ppid=19406 vsize=7662728 CPUtime=1.96 cores=0,2
/proc/19408/stat : 19408 (java) S 19406 19408 18201 0 -1 4202496 21110 0 1 0 193 3 0 0 22 0 19 0 472515702 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19408/statm: 1915682 18125 2230 9 0 1906420 0
[pid=19408/tid=19415] ppid=19406 vsize=7662728 CPUtime=1.44 cores=0,2
/proc/19408/task/19415/stat : 19415 (java) R 19406 19408 18201 0 -1 4202560 8983 0 1 0 143 1 0 0 21 0 19 0 472515704 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 46912505502534 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19408/tid=19417] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19417/stat : 19417 (java) S 19406 19408 18201 0 -1 4202560 377 0 0 0 0 0 0 0 15 0 19 0 472515705 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19418] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19418/stat : 19418 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 472515705 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19419] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19419/stat : 19419 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 472515705 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19420] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19420/stat : 19420 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 472515705 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19421] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19421/stat : 19421 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 472515705 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19422] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19422/stat : 19422 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 472515705 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19423] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19423/stat : 19423 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 472515705 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19424] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19424/stat : 19424 (java) S 19406 19408 18201 0 -1 4202560 133 0 0 0 0 0 0 0 16 0 19 0 472515705 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19433] ppid=19406 vsize=7662728 CPUtime=0.01 cores=0,2
/proc/19408/task/19433/stat : 19433 (java) S 19406 19408 18201 0 -1 4202560 407 0 0 0 1 0 0 0 16 0 19 0 472515706 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 0 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19435] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19435/stat : 19435 (java) S 19406 19408 18201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 472515707 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19436] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19436/stat : 19436 (java) S 19406 19408 18201 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 472515707 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19441] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19441/stat : 19441 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 472515709 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256172465 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19442] ppid=19406 vsize=7662728 CPUtime=0.26 cores=0,2
/proc/19408/task/19442/stat : 19442 (java) S 19406 19408 18201 0 -1 4202560 7745 0 0 0 26 0 0 0 23 0 19 0 472515709 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19444] ppid=19406 vsize=7662728 CPUtime=0.2 cores=0,2
/proc/19408/task/19444/stat : 19444 (java) S 19406 19408 18201 0 -1 4202560 2305 0 0 0 20 0 0 0 20 0 19 0 472515709 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19446] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19446/stat : 19446 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 472515709 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19448] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19448/stat : 19448 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 472515709 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19450] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19450/stat : 19450 (java) S 19406 19408 18201 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 472515714 7846633472 18125 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 7662728

[startup+3.10144 s]
/proc/loadavg: 3.64 3.97 3.97 3/216 19450
/proc/meminfo: memFree=14303608/32951124 swapFree=67111524/67111528
[pid=19408] ppid=19406 vsize=7662728 CPUtime=3.58 cores=0,2
/proc/19408/stat : 19408 (java) S 19406 19408 18201 0 -1 4202496 21499 0 1 0 355 3 0 0 22 0 19 0 472515702 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19408/statm: 1915682 18512 2230 9 0 1906420 0
[pid=19408/tid=19415] ppid=19406 vsize=7662728 CPUtime=3 cores=0,2
/proc/19408/task/19415/stat : 19415 (java) R 19406 19408 18201 0 -1 4202560 8985 0 1 0 299 1 0 0 25 0 19 0 472515704 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 46912505531646 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19408/tid=19417] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19417/stat : 19417 (java) S 19406 19408 18201 0 -1 4202560 469 0 0 0 0 0 0 0 15 0 19 0 472515705 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19418] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19418/stat : 19418 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 472515705 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19419] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19419/stat : 19419 (java) S 19406 19408 18201 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 472515705 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19420] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19420/stat : 19420 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 472515705 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19421] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19421/stat : 19421 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 472515705 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19422] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19422/stat : 19422 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 472515705 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19423] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19423/stat : 19423 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 472515705 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19424] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19424/stat : 19424 (java) S 19406 19408 18201 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 19 0 472515705 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19433] ppid=19406 vsize=7662728 CPUtime=0.03 cores=0,2
/proc/19408/task/19433/stat : 19433 (java) S 19406 19408 18201 0 -1 4202560 555 0 0 0 3 0 0 0 16 0 19 0 472515706 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 0 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19435] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19435/stat : 19435 (java) S 19406 19408 18201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 472515707 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19436] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19436/stat : 19436 (java) S 19406 19408 18201 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 472515707 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19441] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19441/stat : 19441 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 472515709 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256172465 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19442] ppid=19406 vsize=7662728 CPUtime=0.26 cores=0,2
/proc/19408/task/19442/stat : 19442 (java) S 19406 19408 18201 0 -1 4202560 7745 0 0 0 26 0 0 0 23 0 19 0 472515709 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19444] ppid=19406 vsize=7662728 CPUtime=0.24 cores=0,2
/proc/19408/task/19444/stat : 19444 (java) S 19406 19408 18201 0 -1 4202560 2310 0 0 0 24 0 0 0 15 0 19 0 472515709 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19446] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19446/stat : 19446 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 472515709 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19448] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19448/stat : 19448 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 472515709 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19450] ppid=19406 vsize=7662728 CPUtime=0 cores=0,2
/proc/19408/task/19450/stat : 19450 (java) S 19406 19408 18201 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 472515714 7846633472 18512 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 7662728

[startup+6.30094 s]
/proc/loadavg: 3.64 3.97 3.97 3/214 19450
/proc/meminfo: memFree=14309568/32951124 swapFree=67111524/67111528
[pid=19408] ppid=19406 vsize=7659436 CPUtime=6.78 cores=0,2
/proc/19408/stat : 19408 (java) S 19406 19408 18201 0 -1 4202496 21725 0 1 0 675 3 0 0 22 0 19 0 472515702 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19408/statm: 1914859 18413 2230 9 0 1905597 0
[pid=19408/tid=19415] ppid=19406 vsize=7659436 CPUtime=6.17 cores=0,2
/proc/19408/task/19415/stat : 19415 (java) R 19406 19408 18201 0 -1 4202560 8988 0 1 0 616 1 0 0 25 0 19 0 472515704 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 46912505531735 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19408/tid=19417] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19417/stat : 19417 (java) S 19406 19408 18201 0 -1 4202560 480 0 0 0 0 0 0 0 15 0 19 0 472515705 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19418] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19418/stat : 19418 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 472515705 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19419] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19419/stat : 19419 (java) S 19406 19408 18201 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 472515705 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19420] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19420/stat : 19420 (java) S 19406 19408 18201 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 472515705 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19421] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19421/stat : 19421 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 472515705 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19422] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19422/stat : 19422 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 472515705 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19423] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19423/stat : 19423 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 472515705 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19424] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19424/stat : 19424 (java) S 19406 19408 18201 0 -1 4202560 208 0 0 0 0 0 0 0 16 0 19 0 472515705 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19433] ppid=19406 vsize=7659436 CPUtime=0.05 cores=0,2
/proc/19408/task/19433/stat : 19433 (java) S 19406 19408 18201 0 -1 4202560 754 0 0 0 5 0 0 0 15 0 19 0 472515706 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 0 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19435] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19435/stat : 19435 (java) S 19406 19408 18201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 472515707 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19436] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19436/stat : 19436 (java) S 19406 19408 18201 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 472515707 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19441] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19441/stat : 19441 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 472515709 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256172465 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19442] ppid=19406 vsize=7659436 CPUtime=0.26 cores=0,2
/proc/19408/task/19442/stat : 19442 (java) S 19406 19408 18201 0 -1 4202560 7745 0 0 0 26 0 0 0 23 0 19 0 472515709 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19444] ppid=19406 vsize=7659436 CPUtime=0.24 cores=0,2
/proc/19408/task/19444/stat : 19444 (java) S 19406 19408 18201 0 -1 4202560 2310 0 0 0 24 0 0 0 15 0 19 0 472515709 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19446] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19446/stat : 19446 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 472515709 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19448] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19448/stat : 19448 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 472515709 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19450] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19450/stat : 19450 (java) S 19406 19408 18201 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 472515714 7843262464 18413 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 7659436

[startup+12.7008 s]

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

/proc/19408/task/19417/stat : 19417 (java) S 19406 19408 18201 0 -1 4202560 485 0 0 0 9 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19418] ppid=19406 vsize=7659436 CPUtime=0.07 cores=0,2
/proc/19408/task/19418/stat : 19418 (java) S 19406 19408 18201 0 -1 4202560 7 0 0 0 7 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19419] ppid=19406 vsize=7659436 CPUtime=0.09 cores=0,2
/proc/19408/task/19419/stat : 19419 (java) S 19406 19408 18201 0 -1 4202560 83 0 0 0 9 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19420] ppid=19406 vsize=7659436 CPUtime=0.07 cores=0,2
/proc/19408/task/19420/stat : 19420 (java) S 19406 19408 18201 0 -1 4202560 21 0 0 0 7 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19421] ppid=19406 vsize=7659436 CPUtime=0.08 cores=0,2
/proc/19408/task/19421/stat : 19421 (java) S 19406 19408 18201 0 -1 4202560 10 0 0 0 8 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19422] ppid=19406 vsize=7659436 CPUtime=0.06 cores=0,2
/proc/19408/task/19422/stat : 19422 (java) S 19406 19408 18201 0 -1 4202560 11 0 0 0 6 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19423] ppid=19406 vsize=7659436 CPUtime=0.07 cores=0,2
/proc/19408/task/19423/stat : 19423 (java) S 19406 19408 18201 0 -1 4202560 9 0 0 0 7 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19424] ppid=19406 vsize=7659436 CPUtime=0.09 cores=0,2
/proc/19408/task/19424/stat : 19424 (java) S 19406 19408 18201 0 -1 4202560 214 0 0 0 9 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19433] ppid=19406 vsize=7659436 CPUtime=4.95 cores=0,2
/proc/19408/task/19433/stat : 19433 (java) S 19406 19408 18201 0 -1 4202560 1024 0 0 0 492 3 0 0 16 0 19 0 472515706 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 0 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19435] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19435/stat : 19435 (java) S 19406 19408 18201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 472515707 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19436] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19436/stat : 19436 (java) S 19406 19408 18201 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 472515707 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19441] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19441/stat : 19441 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256172465 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19442] ppid=19406 vsize=7659436 CPUtime=0.29 cores=0,2
/proc/19408/task/19442/stat : 19442 (java) S 19406 19408 18201 0 -1 4202560 7784 0 0 0 29 0 0 0 15 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19444] ppid=19406 vsize=7659436 CPUtime=1.46 cores=0,2
/proc/19408/task/19444/stat : 19444 (java) S 19406 19408 18201 0 -1 4202560 15185 0 0 0 144 2 0 0 15 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19446] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19446/stat : 19446 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19448] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19448/stat : 19448 (java) S 19406 19408 18201 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19450] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19450/stat : 19450 (java) S 19406 19408 18201 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 472515714 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 432.16
Current children cumulated vsize (KiB) 7659436

[startup+431.201 s]
/proc/loadavg: 2.02 2.49 3.25 3/214 19461
/proc/meminfo: memFree=14285280/32951124 swapFree=67111524/67111528
[pid=19408] ppid=19406 vsize=7659436 CPUtime=432.97 cores=0,2
/proc/19408/stat : 19408 (java) S 19406 19408 18201 0 -1 4202496 35407 0 1 0 43287 10 0 0 22 0 19 0 472515702 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19408/statm: 1914859 23211 2235 9 0 1905597 0
[pid=19408/tid=19415] ppid=19406 vsize=7659436 CPUtime=425.56 cores=0,2
/proc/19408/task/19415/stat : 19415 (java) R 19406 19408 18201 0 -1 4202560 9394 0 1 0 42554 2 0 0 25 0 19 0 472515704 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 46912505531710 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19408/tid=19417] ppid=19406 vsize=7659436 CPUtime=0.09 cores=0,2
/proc/19408/task/19417/stat : 19417 (java) S 19406 19408 18201 0 -1 4202560 485 0 0 0 9 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19418] ppid=19406 vsize=7659436 CPUtime=0.07 cores=0,2
/proc/19408/task/19418/stat : 19418 (java) S 19406 19408 18201 0 -1 4202560 7 0 0 0 7 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19419] ppid=19406 vsize=7659436 CPUtime=0.09 cores=0,2
/proc/19408/task/19419/stat : 19419 (java) S 19406 19408 18201 0 -1 4202560 83 0 0 0 9 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19420] ppid=19406 vsize=7659436 CPUtime=0.07 cores=0,2
/proc/19408/task/19420/stat : 19420 (java) S 19406 19408 18201 0 -1 4202560 21 0 0 0 7 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19421] ppid=19406 vsize=7659436 CPUtime=0.08 cores=0,2
/proc/19408/task/19421/stat : 19421 (java) S 19406 19408 18201 0 -1 4202560 10 0 0 0 8 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19422] ppid=19406 vsize=7659436 CPUtime=0.06 cores=0,2
/proc/19408/task/19422/stat : 19422 (java) S 19406 19408 18201 0 -1 4202560 11 0 0 0 6 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19423] ppid=19406 vsize=7659436 CPUtime=0.07 cores=0,2
/proc/19408/task/19423/stat : 19423 (java) S 19406 19408 18201 0 -1 4202560 9 0 0 0 7 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19424] ppid=19406 vsize=7659436 CPUtime=0.09 cores=0,2
/proc/19408/task/19424/stat : 19424 (java) S 19406 19408 18201 0 -1 4202560 214 0 0 0 9 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19433] ppid=19406 vsize=7659436 CPUtime=4.95 cores=0,2
/proc/19408/task/19433/stat : 19433 (java) S 19406 19408 18201 0 -1 4202560 1024 0 0 0 492 3 0 0 16 0 19 0 472515706 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 0 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19435] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19435/stat : 19435 (java) S 19406 19408 18201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 472515707 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19436] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19436/stat : 19436 (java) S 19406 19408 18201 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 472515707 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19441] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19441/stat : 19441 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256172465 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19442] ppid=19406 vsize=7659436 CPUtime=0.29 cores=0,2
/proc/19408/task/19442/stat : 19442 (java) S 19406 19408 18201 0 -1 4202560 7784 0 0 0 29 0 0 0 15 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19444] ppid=19406 vsize=7659436 CPUtime=1.46 cores=0,2
/proc/19408/task/19444/stat : 19444 (java) S 19406 19408 18201 0 -1 4202560 15185 0 0 0 144 2 0 0 15 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19446] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19446/stat : 19446 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19448] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19448/stat : 19448 (java) S 19406 19408 18201 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19450] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19450/stat : 19450 (java) S 19406 19408 18201 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 472515714 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 432.97
Current children cumulated vsize (KiB) 7659436

[startup+431.601 s]
/proc/loadavg: 2.02 2.49 3.25 3/214 19461
/proc/meminfo: memFree=14285280/32951124 swapFree=67111524/67111528
[pid=19408] ppid=19406 vsize=7659436 CPUtime=433.37 cores=0,2
/proc/19408/stat : 19408 (java) S 19406 19408 18201 0 -1 4202496 35408 0 1 0 43327 10 0 0 22 0 19 0 472515702 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19408/statm: 1914859 23211 2235 9 0 1905597 0
[pid=19408/tid=19415] ppid=19406 vsize=7659436 CPUtime=425.95 cores=0,2
/proc/19408/task/19415/stat : 19415 (java) R 19406 19408 18201 0 -1 4202560 9395 0 1 0 42593 2 0 0 25 0 19 0 472515704 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 46912505540347 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19408/tid=19417] ppid=19406 vsize=7659436 CPUtime=0.09 cores=0,2
/proc/19408/task/19417/stat : 19417 (java) S 19406 19408 18201 0 -1 4202560 485 0 0 0 9 0 0 0 16 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19418] ppid=19406 vsize=7659436 CPUtime=0.07 cores=0,2
/proc/19408/task/19418/stat : 19418 (java) S 19406 19408 18201 0 -1 4202560 7 0 0 0 7 0 0 0 16 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19419] ppid=19406 vsize=7659436 CPUtime=0.09 cores=0,2
/proc/19408/task/19419/stat : 19419 (java) S 19406 19408 18201 0 -1 4202560 83 0 0 0 9 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19420] ppid=19406 vsize=7659436 CPUtime=0.07 cores=0,2
/proc/19408/task/19420/stat : 19420 (java) S 19406 19408 18201 0 -1 4202560 21 0 0 0 7 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19421] ppid=19406 vsize=7659436 CPUtime=0.08 cores=0,2
/proc/19408/task/19421/stat : 19421 (java) S 19406 19408 18201 0 -1 4202560 10 0 0 0 8 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19422] ppid=19406 vsize=7659436 CPUtime=0.06 cores=0,2
/proc/19408/task/19422/stat : 19422 (java) S 19406 19408 18201 0 -1 4202560 11 0 0 0 6 0 0 0 16 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19423] ppid=19406 vsize=7659436 CPUtime=0.07 cores=0,2
/proc/19408/task/19423/stat : 19423 (java) S 19406 19408 18201 0 -1 4202560 9 0 0 0 7 0 0 0 16 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19424] ppid=19406 vsize=7659436 CPUtime=0.09 cores=0,2
/proc/19408/task/19424/stat : 19424 (java) S 19406 19408 18201 0 -1 4202560 214 0 0 0 9 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19433] ppid=19406 vsize=7659436 CPUtime=4.96 cores=0,2
/proc/19408/task/19433/stat : 19433 (java) S 19406 19408 18201 0 -1 4202560 1024 0 0 0 493 3 0 0 16 0 19 0 472515706 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 0 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19435] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19435/stat : 19435 (java) S 19406 19408 18201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 472515707 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19436] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19436/stat : 19436 (java) S 19406 19408 18201 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 472515707 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19441] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19441/stat : 19441 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256172465 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19442] ppid=19406 vsize=7659436 CPUtime=0.29 cores=0,2
/proc/19408/task/19442/stat : 19442 (java) S 19406 19408 18201 0 -1 4202560 7784 0 0 0 29 0 0 0 15 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19444] ppid=19406 vsize=7659436 CPUtime=1.46 cores=0,2
/proc/19408/task/19444/stat : 19444 (java) S 19406 19408 18201 0 -1 4202560 15185 0 0 0 144 2 0 0 15 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19446] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19446/stat : 19446 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19448] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19448/stat : 19448 (java) S 19406 19408 18201 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19450] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19450/stat : 19450 (java) S 19406 19408 18201 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 472515714 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 433.37
Current children cumulated vsize (KiB) 7659436

[startup+431.701 s]
/proc/loadavg: 2.02 2.49 3.25 3/214 19461
/proc/meminfo: memFree=14285280/32951124 swapFree=67111524/67111528
[pid=19408] ppid=19406 vsize=7659436 CPUtime=433.47 cores=0,2
/proc/19408/stat : 19408 (java) S 19406 19408 18201 0 -1 4202496 35408 0 1 0 43337 10 0 0 22 0 19 0 472515702 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19408/statm: 1914859 23211 2235 9 0 1905597 0
[pid=19408/tid=19415] ppid=19406 vsize=7659436 CPUtime=426.05 cores=0,2
/proc/19408/task/19415/stat : 19415 (java) R 19406 19408 18201 0 -1 4202560 9395 0 1 0 42603 2 0 0 25 0 19 0 472515704 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 46912505540414 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19408/tid=19417] ppid=19406 vsize=7659436 CPUtime=0.09 cores=0,2
/proc/19408/task/19417/stat : 19417 (java) S 19406 19408 18201 0 -1 4202560 485 0 0 0 9 0 0 0 16 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19418] ppid=19406 vsize=7659436 CPUtime=0.07 cores=0,2
/proc/19408/task/19418/stat : 19418 (java) S 19406 19408 18201 0 -1 4202560 7 0 0 0 7 0 0 0 16 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19419] ppid=19406 vsize=7659436 CPUtime=0.09 cores=0,2
/proc/19408/task/19419/stat : 19419 (java) S 19406 19408 18201 0 -1 4202560 83 0 0 0 9 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19420] ppid=19406 vsize=7659436 CPUtime=0.07 cores=0,2
/proc/19408/task/19420/stat : 19420 (java) S 19406 19408 18201 0 -1 4202560 21 0 0 0 7 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19421] ppid=19406 vsize=7659436 CPUtime=0.08 cores=0,2
/proc/19408/task/19421/stat : 19421 (java) S 19406 19408 18201 0 -1 4202560 10 0 0 0 8 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19422] ppid=19406 vsize=7659436 CPUtime=0.06 cores=0,2
/proc/19408/task/19422/stat : 19422 (java) S 19406 19408 18201 0 -1 4202560 11 0 0 0 6 0 0 0 16 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19423] ppid=19406 vsize=7659436 CPUtime=0.07 cores=0,2
/proc/19408/task/19423/stat : 19423 (java) S 19406 19408 18201 0 -1 4202560 9 0 0 0 7 0 0 0 16 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19424] ppid=19406 vsize=7659436 CPUtime=0.09 cores=0,2
/proc/19408/task/19424/stat : 19424 (java) S 19406 19408 18201 0 -1 4202560 214 0 0 0 9 0 0 0 15 0 19 0 472515705 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19433] ppid=19406 vsize=7659436 CPUtime=4.96 cores=0,2
/proc/19408/task/19433/stat : 19433 (java) S 19406 19408 18201 0 -1 4202560 1024 0 0 0 493 3 0 0 16 0 19 0 472515706 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 0 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19435] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19435/stat : 19435 (java) S 19406 19408 18201 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 472515707 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19436] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19436/stat : 19436 (java) S 19406 19408 18201 0 -1 4202560 12 0 0 0 0 0 0 0 19 0 19 0 472515707 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19441] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19441/stat : 19441 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256172465 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19442] ppid=19406 vsize=7659436 CPUtime=0.29 cores=0,2
/proc/19408/task/19442/stat : 19442 (java) S 19406 19408 18201 0 -1 4202560 7784 0 0 0 29 0 0 0 15 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19444] ppid=19406 vsize=7659436 CPUtime=1.46 cores=0,2
/proc/19408/task/19444/stat : 19444 (java) S 19406 19408 18201 0 -1 4202560 15185 0 0 0 144 2 0 0 15 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
[pid=19408/tid=19446] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19446/stat : 19446 (java) S 19406 19408 18201 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256164761 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19448] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19448/stat : 19448 (java) S 19406 19408 18201 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 472515709 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 4 0 16800975 18446604453846168832 0 0 -1 2 0 0 0
[pid=19408/tid=19450] ppid=19406 vsize=7659436 CPUtime=0 cores=0,2
/proc/19408/task/19450/stat : 19450 (java) S 19406 19408 18201 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 472515714 7843262464 23211 33554432000 1073741824 1073778376 140734113220352 18446744073709551615 228256165376 0 4 0 16800975 18446604453846168832 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 433.47
Current children cumulated vsize (KiB) 7659436

Child status: 10
Real time (s): 431.74
CPU time (s): 433.508
CPU user time (s): 433.394
CPU system time (s): 0.113982
CPU usage (%): 100.409
Max. virtual memory (cumulated for all children) (KiB): 7662728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 433.394
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35432
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= 19914
involuntary context switches= 8393

runsolver used 0.790879 second user time and 1.58176 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-24 03:39:37
IDJOB=3274197
IDBENCH=83155
IDSOLVER=1611
FILE ID=node136/3274197-1303609177
RUNJOBID= node136-1303609177-19391
PBS_JOBID= 13150606
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT4J core 2.3.0 SNAPSHOT 2011-02-06
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n140-s18527668-sat.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-3274197-1303609177/watcher-3274197-1303609177 -o /tmp/evaluation-result-3274197-1303609177/solver-3274197-1303609177 -C 2400 -W 1300 -M 7680  java -server -XX:MaxPermSize=256m -Xms7000m -Xmx7000m -jar org.sat4j.core.jar HOME/instance-3274197-1303609177.cnf

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

MD5SUM BENCH= d6f66d406779966e0b3cbed9097980e3
RANDOM SEED=1767575103

node136.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.809
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.61
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.809
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.809
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.75
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.809
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.76
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.809
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.75
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.809
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	: 5332.83
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14424060 kB
Buffers:       1702096 kB
Cached:       16195128 kB
SwapCached:          4 kB
Active:        9443956 kB
Inactive:      8517472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14424060 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             184 kB
Writeback:           8 kB
AnonPages:       63076 kB
Mapped:          14396 kB
Slab:           502092 kB
PageTables:       4972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   195008 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= 71620 MiB
End job on node136 at 2011-04-24 03:46:49