Trace number 2700570

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26Wrong UNSAT 720.433 718.564

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-myciel5g-5_wcsp.wbo
MD5SUM02dbb62de02783c13bf2d3c63ea9332f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark10.3784
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables235
Total number of constraints1227
Number of soft constraints1180
Number of constraints which are clauses1180
Number of constraints which are cardinality constraints (but not clauses)47
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint5
Top cost 237
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 1180
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.06	c See www.sat4j.org for details.
0.04/0.07	c version 2.2.0.v20100526
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.07	c java.vm.version	11.2-b01
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	32
0.04/0.07	c java.version		1.6.0_12
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.18-164.el5
0.04/0.07	c os.arch		i386
0.04/0.07	c Free memory 		1393557488
0.04/0.07	c Max memory 		1395916800
0.04/0.07	c Total memory 		1395916800
0.04/0.07	c Number of processors 	8
0.04/0.09	c Pseudo Boolean Optimization
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c Stops conflict analysis at the first Unique Implication Point
0.04/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1764be1
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.09	c Expensive reason simplification
0.04/0.09	c Armin Biere (Picosat) restarts strategy
0.04/0.09	c Glucose learned constraints deletion strategy
0.04/0.09	c timeout=2147483s
0.04/0.09	c DB Simplification allowed=false
0.04/0.09	c --- End Solver configuration ---
0.04/0.10	c solving HOME/instance-2700570-1278535693.wbo
0.04/0.10	c reading problem ... 
0.27/0.22	c ... done. Wall clock time 0.123s.
0.27/0.22	c #vars     1415
0.27/0.22	c #constraints  1275
0.27/0.22	c constraints type 
0.27/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 47
0.27/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 1228
1.46/1.03	c cleaning 2499 clauses out of 5001 with flag 5001/5001
2.51/2.02	c cleaning 4248 clauses out of 8503 with flag 11002/11002
3.82/3.34	c cleaning 5625 clauses out of 11255 with flag 18002/18002
5.42/4.99	c cleaning 6810 clauses out of 13628 with flag 26000/26000
7.44/6.91	c cleaning 7903 clauses out of 15818 with flag 35000/35000
9.85/9.36	c cleaning 8952 clauses out of 17916 with flag 45001/45001
12.45/11.93	c cleaning 9477 clauses out of 18964 with flag 55001/55001
14.95/14.49	c cleaning 9739 clauses out of 19488 with flag 65002/65002
17.66/17.11	c cleaning 9870 clauses out of 19747 with flag 75000/75000
20.46/19.95	c cleaning 9938 clauses out of 19879 with flag 85002/85002
23.17/22.61	c cleaning 9967 clauses out of 19939 with flag 95000/95000
25.48/24.95	c cleaning 9980 clauses out of 19973 with flag 105001/105001
27.99/27.43	c cleaning 9995 clauses out of 19995 with flag 115003/115003
30.69/30.13	c cleaning 9996 clauses out of 19999 with flag 125002/125002
33.10/32.52	c cleaning 9989 clauses out of 20001 with flag 135000/135000
35.40/34.85	c cleaning 10002 clauses out of 20013 with flag 145001/145001
37.81/37.25	c cleaning 9997 clauses out of 20010 with flag 155000/155000
40.11/39.60	c cleaning 10003 clauses out of 20015 with flag 165002/165002
42.61/42.09	c cleaning 10001 clauses out of 20011 with flag 175001/175001
45.22/44.67	c cleaning 10001 clauses out of 20011 with flag 185002/185002
47.62/47.02	c cleaning 9997 clauses out of 20008 with flag 195000/195000
49.82/49.29	c cleaning 9998 clauses out of 20011 with flag 205000/205000
52.13/51.57	c cleaning 9998 clauses out of 20013 with flag 215000/215000
54.33/53.77	c cleaning 10001 clauses out of 20016 with flag 225001/225001
56.53/55.98	c cleaning 10000 clauses out of 20015 with flag 235001/235001
58.84/58.27	c cleaning 10004 clauses out of 20014 with flag 245000/245000
61.14/60.52	c cleaning 9998 clauses out of 20010 with flag 255000/255000
63.64/63.06	c cleaning 10004 clauses out of 20012 with flag 265000/265000
66.24/65.60	c cleaning 9998 clauses out of 20008 with flag 275000/275000
68.44/67.88	c cleaning 9996 clauses out of 20011 with flag 285001/285001
70.84/70.23	c cleaning 10004 clauses out of 20015 with flag 295001/295001
73.15/72.56	c cleaning 10002 clauses out of 20014 with flag 305004/305004
75.45/74.81	c cleaning 10001 clauses out of 20010 with flag 315002/315002
77.75/77.17	c cleaning 9999 clauses out of 20008 with flag 325001/325001
79.95/79.30	c cleaning 10001 clauses out of 20011 with flag 335003/335003
82.16/81.57	c cleaning 9999 clauses out of 20007 with flag 345000/345000
84.27/83.66	c cleaning 10001 clauses out of 20008 with flag 355000/355000
86.47/85.82	c cleaning 9996 clauses out of 20008 with flag 365001/365001
88.47/87.87	c cleaning 10002 clauses out of 20012 with flag 375001/375001
90.57/89.91	c cleaning 10001 clauses out of 20009 with flag 385000/385000
92.98/92.38	c cleaning 9999 clauses out of 20008 with flag 395000/395000
95.37/94.77	c cleaning 10002 clauses out of 20011 with flag 405002/405002
97.88/97.28	c cleaning 9999 clauses out of 20007 with flag 415000/415000
100.28/99.62	c cleaning 10000 clauses out of 20008 with flag 425000/425000
102.78/102.20	c cleaning 10002 clauses out of 20009 with flag 435001/435001
105.20/104.56	c cleaning 10000 clauses out of 20007 with flag 445001/445001
107.69/107.02	c cleaning 9995 clauses out of 20006 with flag 455000/455000
109.90/109.20	c cleaning 10000 clauses out of 20013 with flag 465002/465002
112.10/111.49	c cleaning 10001 clauses out of 20012 with flag 475001/475001
114.60/113.91	c cleaning 10000 clauses out of 20010 with flag 485000/485000
116.61/115.99	c cleaning 10002 clauses out of 20011 with flag 495001/495001
118.81/118.14	c cleaning 9995 clauses out of 20008 with flag 505000/505000
121.01/120.35	c cleaning 10002 clauses out of 20014 with flag 515001/515001
123.21/122.57	c cleaning 10005 clauses out of 20016 with flag 525005/525005
125.51/124.81	c cleaning 10001 clauses out of 20008 with flag 535002/535002
127.61/126.96	c cleaning 9999 clauses out of 20006 with flag 545001/545001
129.81/129.11	c cleaning 9999 clauses out of 20007 with flag 555001/555001
131.81/131.15	c cleaning 9999 clauses out of 20009 with flag 565002/565002
133.91/133.20	c cleaning 9997 clauses out of 20008 with flag 575000/575000
136.22/135.51	c cleaning 10001 clauses out of 20012 with flag 585001/585001
138.52/137.89	c cleaning 10000 clauses out of 20011 with flag 595001/595001
140.72/140.00	c cleaning 10001 clauses out of 20011 with flag 605001/605001
143.02/142.33	c cleaning 10002 clauses out of 20011 with flag 615002/615002
145.32/144.69	c cleaning 10001 clauses out of 20011 with flag 625004/625004
147.52/146.86	c cleaning 9999 clauses out of 20007 with flag 635001/635001
149.62/148.95	c cleaning 9998 clauses out of 20008 with flag 645001/645001
151.82/151.15	c cleaning 10000 clauses out of 20010 with flag 655001/655001
154.03/153.30	c cleaning 10002 clauses out of 20011 with flag 665002/665002
156.34/155.62	c cleaning 10002 clauses out of 20007 with flag 675000/675000
158.64/157.92	c cleaning 9999 clauses out of 20006 with flag 685001/685001
161.25/160.51	c cleaning 10000 clauses out of 20007 with flag 695001/695001
163.55/162.87	c cleaning 9996 clauses out of 20006 with flag 705000/705000
165.94/165.23	c cleaning 9998 clauses out of 20010 with flag 715000/715000
168.15/167.49	c cleaning 9999 clauses out of 20012 with flag 725000/725000
170.55/169.86	c cleaning 10003 clauses out of 20015 with flag 735002/735002
172.65/171.99	c cleaning 10001 clauses out of 20014 with flag 745004/745004
174.97/174.21	c cleaning 9999 clauses out of 20010 with flag 755001/755001
177.18/176.48	c cleaning 9996 clauses out of 20010 with flag 765000/765000
179.48/178.76	c cleaning 10001 clauses out of 20014 with flag 775000/775000
181.78/181.05	c cleaning 10003 clauses out of 20013 with flag 785000/785000
183.98/183.23	c cleaning 10002 clauses out of 20011 with flag 795001/795001
185.99/185.28	c cleaning 10002 clauses out of 20011 with flag 805003/805003
188.09/187.37	c cleaning 9997 clauses out of 20007 with flag 815001/815001
190.19/189.42	c cleaning 9999 clauses out of 20009 with flag 825000/825000
192.30/191.52	c cleaning 10000 clauses out of 20010 with flag 835000/835000
194.41/193.65	c cleaning 9998 clauses out of 20010 with flag 845000/845000
196.51/195.80	c cleaning 9997 clauses out of 20012 with flag 855000/855000
198.60/197.90	c cleaning 10002 clauses out of 20016 with flag 865001/865001
200.71/199.94	c cleaning 10003 clauses out of 20015 with flag 875002/875002
203.01/202.25	c cleaning 10004 clauses out of 20011 with flag 885001/885001
205.42/204.65	c cleaning 9998 clauses out of 20007 with flag 895001/895001
207.71/206.94	c cleaning 10000 clauses out of 20008 with flag 905000/905000
210.01/209.26	c cleaning 9998 clauses out of 20008 with flag 915000/915000
212.41/211.69	c cleaning 10002 clauses out of 20011 with flag 925001/925001
214.82/214.00	c cleaning 10001 clauses out of 20009 with flag 935001/935001
217.12/216.30	c cleaning 9998 clauses out of 20008 with flag 945001/945001
219.32/218.50	c cleaning 9999 clauses out of 20009 with flag 955000/955000
221.42/220.63	c cleaning 10004 clauses out of 20013 with flag 965003/965003
223.52/222.74	c cleaning 9997 clauses out of 20007 with flag 975001/975001
225.53/224.73	c cleaning 10004 clauses out of 20012 with flag 985003/985003
227.63/226.85	c cleaning 9998 clauses out of 20007 with flag 995002/995002
229.74/228.97	c cleaning 10000 clauses out of 20007 with flag 1005000/1005000
231.74/231.00	c cleaning 9997 clauses out of 20007 with flag 1015000/1015000
233.94/233.12	c cleaning 9998 clauses out of 20011 with flag 1025001/1025001
236.04/235.30	c cleaning 10000 clauses out of 20013 with flag 1035001/1035001
238.35/237.56	c cleaning 10002 clauses out of 20014 with flag 1045002/1045002
240.45/239.66	c cleaning 10002 clauses out of 20011 with flag 1055001/1055001
242.65/241.89	c cleaning 10000 clauses out of 20013 with flag 1065005/1065005
244.85/244.06	c cleaning 10000 clauses out of 20008 with flag 1075000/1075000
247.05/246.26	c cleaning 9999 clauses out of 20008 with flag 1085000/1085000
249.25/248.42	c cleaning 10003 clauses out of 20009 with flag 1095000/1095000
251.25/250.48	c cleaning 10000 clauses out of 20008 with flag 1105002/1105002
253.46/252.61	c cleaning 9999 clauses out of 20006 with flag 1115000/1115000
255.66/254.81	c cleaning 9999 clauses out of 20008 with flag 1125001/1125001
257.76/256.90	c cleaning 9998 clauses out of 20008 with flag 1135000/1135000
259.86/259.05	c cleaning 9999 clauses out of 20011 with flag 1145001/1145001
262.17/261.34	c cleaning 10000 clauses out of 20011 with flag 1155000/1155000
264.38/263.52	c cleaning 10001 clauses out of 20012 with flag 1165001/1165001
266.38/265.59	c cleaning 10000 clauses out of 20011 with flag 1175001/1175001
268.59/267.77	c cleaning 9999 clauses out of 20010 with flag 1185000/1185000
270.88/270.04	c cleaning 9999 clauses out of 20013 with flag 1195002/1195002
272.88/272.07	c cleaning 10004 clauses out of 20014 with flag 1205002/1205002
274.99/274.14	c cleaning 9999 clauses out of 20009 with flag 1215001/1215001
277.09/276.25	c cleaning 10001 clauses out of 20012 with flag 1225003/1225003
279.29/278.41	c cleaning 10000 clauses out of 20009 with flag 1235001/1235001
281.40/280.56	c cleaning 9997 clauses out of 20008 with flag 1245000/1245000
283.51/282.66	c cleaning 10000 clauses out of 20011 with flag 1255000/1255000
285.71/284.86	c cleaning 10003 clauses out of 20013 with flag 1265002/1265002
287.81/286.92	c cleaning 10000 clauses out of 20008 with flag 1275000/1275000
289.90/289.00	c cleaning 9999 clauses out of 20008 with flag 1285000/1285000
292.11/291.20	c cleaning 10002 clauses out of 20011 with flag 1295002/1295002
294.31/293.43	c cleaning 9998 clauses out of 20007 with flag 1305000/1305000
296.41/295.57	c cleaning 10000 clauses out of 20010 with flag 1315001/1315001
298.61/297.72	c cleaning 9999 clauses out of 20011 with flag 1325002/1325002
301.12/300.20	c cleaning 9997 clauses out of 20010 with flag 1335000/1335000
303.43/302.53	c cleaning 10001 clauses out of 20013 with flag 1345000/1345000
305.63/304.72	c cleaning 10003 clauses out of 20014 with flag 1355002/1355002
307.73/306.87	c cleaning 10001 clauses out of 20010 with flag 1365001/1365001
309.94/309.09	c cleaning 10001 clauses out of 20011 with flag 1375003/1375003
312.15/311.27	c cleaning 10001 clauses out of 20009 with flag 1385002/1385002
314.35/313.50	c cleaning 9994 clauses out of 20007 with flag 1395001/1395001
316.74/315.80	c cleaning 10002 clauses out of 20012 with flag 1405000/1405000
319.05/318.10	c cleaning 10001 clauses out of 20010 with flag 1415000/1415000
321.06/320.11	c cleaning 10000 clauses out of 20010 with flag 1425001/1425001
322.95/322.06	c cleaning 10001 clauses out of 20009 with flag 1435000/1435000
324.86/323.91	c cleaning 9997 clauses out of 20009 with flag 1445001/1445001
326.86/325.99	c cleaning 10000 clauses out of 20012 with flag 1455001/1455001
328.96/328.04	c cleaning 10003 clauses out of 20013 with flag 1465002/1465002
331.07/330.18	c cleaning 10000 clauses out of 20010 with flag 1475002/1475002
333.27/332.36	c cleaning 9997 clauses out of 20008 with flag 1485000/1485000
335.47/334.54	c cleaning 9998 clauses out of 20011 with flag 1495000/1495000
337.68/336.73	c cleaning 10001 clauses out of 20015 with flag 1505002/1505002
339.88/338.98	c cleaning 9999 clauses out of 20012 with flag 1515000/1515000
342.08/341.16	c cleaning 10001 clauses out of 20013 with flag 1525000/1525000
344.28/343.37	c cleaning 9999 clauses out of 20015 with flag 1535003/1535003
346.58/345.64	c cleaning 10002 clauses out of 20015 with flag 1545002/1545002
348.79/347.89	c cleaning 9998 clauses out of 20011 with flag 1555000/1555000
351.19/350.23	c cleaning 10000 clauses out of 20013 with flag 1565000/1565000
353.29/352.40	c cleaning 10000 clauses out of 20013 with flag 1575000/1575000
355.49/354.51	c cleaning 9999 clauses out of 20014 with flag 1585001/1585001
357.59/356.66	c cleaning 10002 clauses out of 20015 with flag 1595001/1595001
359.60/358.66	c cleaning 10002 clauses out of 20013 with flag 1605001/1605001
361.80/360.83	c cleaning 10000 clauses out of 20011 with flag 1615001/1615001
364.01/363.04	c cleaning 10002 clauses out of 20012 with flag 1625002/1625002
366.11/365.19	c cleaning 10000 clauses out of 20010 with flag 1635002/1635002
368.12/367.20	c cleaning 10001 clauses out of 20010 with flag 1645002/1645002
370.32/369.33	c cleaning 9996 clauses out of 20008 with flag 1655001/1655001
372.32/371.38	c cleaning 10000 clauses out of 20014 with flag 1665003/1665003
374.42/373.42	c cleaning 10002 clauses out of 20012 with flag 1675001/1675001
376.43/375.43	c cleaning 9998 clauses out of 20011 with flag 1685002/1685002
378.34/377.39	c cleaning 9998 clauses out of 20012 with flag 1695001/1695001
380.33/379.35	c cleaning 10001 clauses out of 20013 with flag 1705000/1705000
382.23/381.28	c cleaning 10002 clauses out of 20013 with flag 1715001/1715001
384.23/383.29	c cleaning 9999 clauses out of 20010 with flag 1725000/1725000
386.44/385.44	c cleaning 10001 clauses out of 20012 with flag 1735001/1735001
388.44/387.49	c cleaning 10000 clauses out of 20010 with flag 1745000/1745000
390.45/389.47	c cleaning 9998 clauses out of 20012 with flag 1755002/1755002
392.65/391.63	c cleaning 10002 clauses out of 20012 with flag 1765000/1765000
394.65/393.68	c cleaning 10000 clauses out of 20010 with flag 1775000/1775000
396.76/395.79	c cleaning 10001 clauses out of 20012 with flag 1785002/1785002
398.96/397.94	c cleaning 10000 clauses out of 20009 with flag 1795000/1795000
400.96/399.93	c cleaning 9999 clauses out of 20009 with flag 1805000/1805000
403.07/402.09	c cleaning 10000 clauses out of 20010 with flag 1815000/1815000
405.07/404.09	c cleaning 10002 clauses out of 20013 with flag 1825003/1825003
407.27/406.21	c cleaning 9999 clauses out of 20008 with flag 1835000/1835000
409.38/408.34	c cleaning 9997 clauses out of 20010 with flag 1845001/1845001
411.48/410.48	c cleaning 10001 clauses out of 20012 with flag 1855000/1855000
413.68/412.61	c cleaning 10002 clauses out of 20013 with flag 1865002/1865002
415.79/414.78	c cleaning 10001 clauses out of 20009 with flag 1875000/1875000
417.78/416.80	c cleaning 9999 clauses out of 20008 with flag 1885000/1885000
419.79/418.79	c cleaning 10000 clauses out of 20009 with flag 1895000/1895000
421.90/420.87	c cleaning 9998 clauses out of 20009 with flag 1905000/1905000
423.89/422.82	c cleaning 10001 clauses out of 20012 with flag 1915001/1915001
425.99/424.96	c cleaning 10000 clauses out of 20012 with flag 1925002/1925002
428.11/427.00	c cleaning 9998 clauses out of 20011 with flag 1935001/1935001
430.12/429.07	c cleaning 10001 clauses out of 20015 with flag 1945003/1945003
432.11/431.10	c cleaning 10000 clauses out of 20012 with flag 1955001/1955001
434.11/433.07	c cleaning 10002 clauses out of 20013 with flag 1965002/1965002
436.12/435.05	c cleaning 9997 clauses out of 20010 with flag 1975001/1975001
438.02/436.99	c cleaning 10002 clauses out of 20012 with flag 1985000/1985000
440.33/439.21	c cleaning 10004 clauses out of 20013 with flag 1995003/1995003
442.83/441.78	c cleaning 9995 clauses out of 20006 with flag 2005000/2005000
445.23/444.13	c cleaning 9999 clauses out of 20012 with flag 2015001/2015001
447.53/446.40	c cleaning 10002 clauses out of 20012 with flag 2025000/2025000
449.84/448.76	c cleaning 10002 clauses out of 20011 with flag 2035001/2035001
452.04/450.98	c cleaning 10002 clauses out of 20009 with flag 2045001/2045001
454.24/453.18	c cleaning 9997 clauses out of 20006 with flag 2055000/2055000
456.45/455.31	c cleaning 10000 clauses out of 20009 with flag 2065000/2065000
458.65/457.53	c cleaning 10002 clauses out of 20011 with flag 2075002/2075002
460.75/459.60	c cleaning 9999 clauses out of 20008 with flag 2085001/2085001
462.75/461.66	c cleaning 10001 clauses out of 20010 with flag 2095002/2095002
464.86/463.76	c cleaning 10000 clauses out of 20008 with flag 2105001/2105001
467.06/465.93	c cleaning 9997 clauses out of 20007 with flag 2115000/2115000
469.16/468.00	c cleaning 10002 clauses out of 20011 with flag 2125001/2125001
471.06/469.92	c cleaning 9995 clauses out of 20008 with flag 2135000/2135000
472.96/471.87	c cleaning 10004 clauses out of 20013 with flag 2145000/2145000
474.96/473.87	c cleaning 9997 clauses out of 20010 with flag 2155001/2155001
476.97/475.83	c cleaning 10000 clauses out of 20012 with flag 2165000/2165000
478.87/477.74	c cleaning 10003 clauses out of 20013 with flag 2175001/2175001
480.87/479.72	c cleaning 9999 clauses out of 20010 with flag 2185001/2185001
482.98/481.85	c cleaning 10001 clauses out of 20011 with flag 2195001/2195001
485.38/484.21	c cleaning 10003 clauses out of 20011 with flag 2205002/2205002
487.58/486.41	c cleaning 9998 clauses out of 20007 with flag 2215001/2215001
489.78/488.60	c cleaning 9999 clauses out of 20009 with flag 2225001/2225001
491.99/490.84	c cleaning 9999 clauses out of 20010 with flag 2235001/2235001
494.30/493.13	c cleaning 10001 clauses out of 20010 with flag 2245000/2245000
496.40/495.30	c cleaning 10001 clauses out of 20009 with flag 2255000/2255000
498.61/497.45	c cleaning 9995 clauses out of 20008 with flag 2265000/2265000
500.81/499.62	c cleaning 9997 clauses out of 20014 with flag 2275001/2275001
502.92/501.75	c cleaning 10002 clauses out of 20018 with flag 2285002/2285002
505.02/503.89	c cleaning 10000 clauses out of 20014 with flag 2295000/2295000
507.22/506.05	c cleaning 10001 clauses out of 20016 with flag 2305002/2305002
509.32/508.19	c cleaning 10001 clauses out of 20014 with flag 2315001/2315001
511.42/510.29	c cleaning 10001 clauses out of 20012 with flag 2325000/2325000
513.42/512.29	c cleaning 10001 clauses out of 20011 with flag 2335000/2335000
515.42/514.25	c cleaning 10001 clauses out of 20012 with flag 2345002/2345002
517.52/516.30	c cleaning 10001 clauses out of 20012 with flag 2355003/2355003
519.42/518.28	c cleaning 9999 clauses out of 20008 with flag 2365000/2365000
521.43/520.30	c cleaning 10001 clauses out of 20010 with flag 2375001/2375001
523.44/522.27	c cleaning 9997 clauses out of 20008 with flag 2385000/2385000
525.34/524.15	c cleaning 10001 clauses out of 20011 with flag 2395000/2395000
527.34/526.11	c cleaning 9999 clauses out of 20010 with flag 2405000/2405000
529.25/528.01	c cleaning 10001 clauses out of 20011 with flag 2415000/2415000
531.05/529.88	c cleaning 10000 clauses out of 20010 with flag 2425000/2425000
532.95/531.72	c cleaning 10002 clauses out of 20010 with flag 2435000/2435000
535.15/533.90	c cleaning 9999 clauses out of 20009 with flag 2445001/2445001
537.15/535.96	c cleaning 10001 clauses out of 20009 with flag 2455000/2455000
539.17/537.99	c cleaning 10002 clauses out of 20011 with flag 2465003/2465003
541.16/539.96	c cleaning 9999 clauses out of 20007 with flag 2475001/2475001
543.26/542.09	c cleaning 9999 clauses out of 20007 with flag 2485000/2485000
545.37/544.14	c cleaning 9995 clauses out of 20008 with flag 2495000/2495000
547.37/546.12	c cleaning 10003 clauses out of 20013 with flag 2505000/2505000
549.27/548.07	c cleaning 10001 clauses out of 20011 with flag 2515001/2515001
551.18/549.92	c cleaning 10002 clauses out of 20013 with flag 2525004/2525004
553.18/551.92	c cleaning 9996 clauses out of 20007 with flag 2535000/2535000
555.08/553.89	c cleaning 10000 clauses out of 20011 with flag 2545000/2545000
556.99/555.76	c cleaning 9999 clauses out of 20012 with flag 2555001/2555001
558.89/557.67	c cleaning 10000 clauses out of 20013 with flag 2565001/2565001
560.79/559.53	c cleaning 10002 clauses out of 20012 with flag 2575000/2575000
562.69/561.47	c cleaning 9998 clauses out of 20010 with flag 2585000/2585000
564.59/563.34	c cleaning 10002 clauses out of 20015 with flag 2595003/2595003
566.39/565.19	c cleaning 9999 clauses out of 20010 with flag 2605000/2605000
568.20/566.98	c cleaning 10000 clauses out of 20011 with flag 2615000/2615000
570.20/568.92	c cleaning 10003 clauses out of 20011 with flag 2625000/2625000
572.30/571.03	c cleaning 10001 clauses out of 20009 with flag 2635001/2635001
574.31/573.06	c cleaning 10000 clauses out of 20007 with flag 2645000/2645000
576.31/575.06	c cleaning 9995 clauses out of 20007 with flag 2655000/2655000
578.51/577.22	c cleaning 10001 clauses out of 20015 with flag 2665003/2665003
580.62/579.31	c cleaning 9997 clauses out of 20012 with flag 2675001/2675001
582.52/581.27	c cleaning 10005 clauses out of 20015 with flag 2685001/2685001
584.62/583.30	c cleaning 9996 clauses out of 20010 with flag 2695001/2695001
586.72/585.43	c cleaning 10003 clauses out of 20013 with flag 2705000/2705000
588.73/587.45	c cleaning 10001 clauses out of 20011 with flag 2715001/2715001
590.63/589.32	c cleaning 10002 clauses out of 20009 with flag 2725000/2725000
592.63/591.37	c cleaning 9995 clauses out of 20008 with flag 2735001/2735001
594.64/593.35	c cleaning 10000 clauses out of 20013 with flag 2745001/2745001
596.65/595.35	c cleaning 10003 clauses out of 20013 with flag 2755001/2755001
598.66/597.34	c cleaning 9998 clauses out of 20011 with flag 2765002/2765002
600.76/599.43	c cleaning 10000 clauses out of 20011 with flag 2775000/2775000
602.75/601.47	c cleaning 10002 clauses out of 20011 with flag 2785000/2785000
604.96/603.70	c cleaning 10001 clauses out of 20009 with flag 2795000/2795000
606.96/605.63	c cleaning 10000 clauses out of 20008 with flag 2805000/2805000
608.85/607.58	c cleaning 9999 clauses out of 20009 with flag 2815001/2815001
610.97/609.67	c cleaning 9995 clauses out of 20010 with flag 2825001/2825001
613.07/611.75	c cleaning 10004 clauses out of 20014 with flag 2835000/2835000
615.18/613.81	c cleaning 9997 clauses out of 20010 with flag 2845000/2845000
617.07/615.80	c cleaning 10005 clauses out of 20014 with flag 2855001/2855001
619.18/617.83	c cleaning 9999 clauses out of 20010 with flag 2865002/2865002
621.18/619.82	c cleaning 10000 clauses out of 20009 with flag 2875000/2875000
623.08/621.77	c cleaning 10000 clauses out of 20009 with flag 2885000/2885000
625.09/623.74	c cleaning 9999 clauses out of 20010 with flag 2895001/2895001
627.09/625.71	c cleaning 10005 clauses out of 20012 with flag 2905002/2905002
629.22/627.83	c cleaning 9995 clauses out of 20005 with flag 2915000/2915000
631.44/629.99	c cleaning 9999 clauses out of 20014 with flag 2925004/2925004
633.75/632.03	c cleaning 10001 clauses out of 20012 with flag 2935001/2935001
635.85/634.17	c cleaning 10003 clauses out of 20013 with flag 2945003/2945003
637.86/636.19	c cleaning 10000 clauses out of 20009 with flag 2955002/2955002
639.96/638.22	c cleaning 9999 clauses out of 20007 with flag 2965000/2965000
641.97/640.25	c cleaning 10000 clauses out of 20010 with flag 2975002/2975002
643.96/642.20	c cleaning 10001 clauses out of 20009 with flag 2985001/2985001
646.16/644.46	c cleaning 9999 clauses out of 20007 with flag 2995000/2995000
648.26/646.57	c cleaning 10000 clauses out of 20008 with flag 3005000/3005000
650.46/648.79	c cleaning 10000 clauses out of 20008 with flag 3015000/3015000
652.57/650.89	c cleaning 10001 clauses out of 20008 with flag 3025000/3025000
654.67/652.95	c cleaning 9993 clauses out of 20008 with flag 3035001/3035001
656.67/654.95	c cleaning 10000 clauses out of 20014 with flag 3045000/3045000
658.98/657.29	c cleaning 10003 clauses out of 20014 with flag 3055000/3055000
661.28/659.54	c cleaning 9996 clauses out of 20012 with flag 3065001/3065001
663.49/661.77	c cleaning 10002 clauses out of 20016 with flag 3075001/3075001
665.59/663.82	c cleaning 10002 clauses out of 20014 with flag 3085001/3085001
667.69/665.99	c cleaning 10002 clauses out of 20012 with flag 3095001/3095001
669.90/668.15	c cleaning 10001 clauses out of 20010 with flag 3105001/3105001
672.10/670.33	c cleaning 9999 clauses out of 20009 with flag 3115001/3115001
674.20/672.40	c cleaning 9994 clauses out of 20009 with flag 3125000/3125000
676.30/674.52	c cleaning 10002 clauses out of 20016 with flag 3135001/3135001
678.31/676.53	c cleaning 10003 clauses out of 20013 with flag 3145000/3145000
680.30/678.53	c cleaning 10003 clauses out of 20014 with flag 3155004/3155004
682.41/680.62	c cleaning 9999 clauses out of 20009 with flag 3165002/3165002
684.51/682.73	c cleaning 10000 clauses out of 20009 with flag 3175001/3175001
686.41/684.69	c cleaning 10001 clauses out of 20011 with flag 3185003/3185003
688.71/686.98	c cleaning 9999 clauses out of 20009 with flag 3195002/3195002
691.01/689.22	c cleaning 10001 clauses out of 20010 with flag 3205002/3205002
693.11/691.36	c cleaning 10000 clauses out of 20008 with flag 3215001/3215001
695.22/693.46	c cleaning 10002 clauses out of 20009 with flag 3225002/3225002
697.22/695.46	c cleaning 9997 clauses out of 20006 with flag 3235001/3235001
699.32/697.51	c cleaning 9996 clauses out of 20008 with flag 3245000/3245000
701.43/699.63	c cleaning 10005 clauses out of 20014 with flag 3255002/3255002
703.43/701.70	c cleaning 10001 clauses out of 20009 with flag 3265002/3265002
705.64/703.80	c cleaning 10002 clauses out of 20007 with flag 3275001/3275001
707.84/706.00	c cleaning 9995 clauses out of 20004 with flag 3285000/3285000
709.84/708.07	c cleaning 9998 clauses out of 20009 with flag 3295000/3295000
711.84/710.05	c cleaning 10001 clauses out of 20011 with flag 3305000/3305000
713.94/712.14	c cleaning 10001 clauses out of 20011 with flag 3315001/3315001
715.97/714.12	c cleaning 10001 clauses out of 20010 with flag 3325001/3325001
717.78/715.99	c cleaning 10002 clauses out of 20010 with flag 3335002/3335002
719.79/717.91	c cleaning 10001 clauses out of 20006 with flag 3345000/3345000
720.40/718.51	c starts		: 250
720.40/718.51	c conflicts		: 3348649
720.40/718.51	c decisions		: 4191811
720.40/718.51	c propagations		: 348519543
720.40/718.51	c inspects		: 8533016110
720.40/718.51	c learnt literals	: 8
720.40/718.51	c learnt binary clauses	: 24
720.40/718.51	c learnt ternary clauses	: 86
720.40/718.51	c learnt clauses	: 3348640
720.40/718.51	c ignored clauses	: 0
720.40/718.51	c root simplifications	: 0
720.40/718.51	c removed literals (reason simplification)	: 33305987
720.40/718.51	c reason swapping (by a shorter reason)	: 0
720.40/718.51	c Calls to reduceDB	: 336
720.40/718.51	c number of reductions to clauses (during analyze)	: 0
720.40/718.51	c number of learned constraints concerned by reduction	: 0
720.40/718.51	c number of learning phase by resolution	: 0
720.40/718.51	c number of learning phase by cutting planes	: 0
720.40/718.51	c speed (assignments/second)	: 485208.63915309735
720.40/718.51	c non guided choices	78
720.40/718.52	c learnt constraints type 
720.40/718.52	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13621
720.40/718.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
720.40/718.52	c constraints type 
720.40/718.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 47
720.40/718.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1228
720.40/718.52	s UNSATISFIABLE
720.40/718.52	c Total wall clock time (in seconds): 718.421

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700570-1278535693/watcher-2700570-1278535693 -o /tmp/evaluation-result-2700570-1278535693/solver-2700570-1278535693 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2700570-1278535693.wbo 

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


[startup+0 s]
/proc/loadavg: 2.00 1.97 1.69 3/178 17412
/proc/meminfo: memFree=27684836/32951124 swapFree=67111528/67111528
[pid=17412] ppid=17410 vsize=13164 CPUtime=0
/proc/17412/stat : 17412 (java) R 17410 17412 16918 0 -1 4194304 886 0 0 0 0 0 0 0 20 0 1 0 21781857 13479936 402 4089446400 134512640 134550932 4293488640 18446744073709551615 3430011 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/17412/statm: 3291 408 143 10 0 1121 0

[startup+0.060768 s]
/proc/loadavg: 2.00 1.97 1.69 3/178 17412
/proc/meminfo: memFree=27684836/32951124 swapFree=67111528/67111528
[pid=17412] ppid=17410 vsize=1527704 CPUtime=0.04
/proc/17412/stat : 17412 (java) S 17410 17412 16918 0 -1 4202496 4149 0 1 0 4 0 0 0 20 0 18 0 21781857 1564368896 3587 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17412/statm: 381926 3588 1082 10 0 379228 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1527704

[startup+0.100766 s]
/proc/loadavg: 2.00 1.97 1.69 3/178 17412
/proc/meminfo: memFree=27684836/32951124 swapFree=67111528/67111528
[pid=17412] ppid=17410 vsize=1529292 CPUtime=0.12
/proc/17412/stat : 17412 (java) S 17410 17412 16918 0 -1 4202496 5215 0 1 0 11 1 0 0 20 0 18 0 21781857 1565995008 4651 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17412/statm: 382323 4651 1348 10 0 379625 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529292

[startup+0.302726 s]
/proc/loadavg: 2.00 1.97 1.69 3/178 17412
/proc/meminfo: memFree=27684836/32951124 swapFree=67111528/67111528
[pid=17412] ppid=17410 vsize=1532644 CPUtime=0.48
/proc/17412/stat : 17412 (java) S 17410 17412 16918 0 -1 4202496 9156 0 1 0 47 1 0 0 20 0 19 0 21781857 1569427456 8391 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17412/statm: 383161 8395 1407 10 0 380463 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 1532644

[startup+0.70065 s]
/proc/loadavg: 2.00 1.97 1.69 3/178 17412
/proc/meminfo: memFree=27684836/32951124 swapFree=67111528/67111528
[pid=17412] ppid=17410 vsize=1535200 CPUtime=1.13
/proc/17412/stat : 17412 (java) S 17410 17412 16918 0 -1 4202496 10510 0 1 0 112 1 0 0 20 0 19 0 21781857 1572044800 9207 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17412/statm: 383800 9208 1417 10 0 381102 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1535200

[startup+1.50151 s]
/proc/loadavg: 2.00 1.97 1.69 4/198 17432
/proc/meminfo: memFree=27652296/32951124 swapFree=67111528/67111528
[pid=17412] ppid=17410 vsize=1535200 CPUtime=1.99
/proc/17412/stat : 17412 (java) S 17410 17412 16918 0 -1 4202496 11453 0 1 0 197 2 0 0 20 0 19 0 21781857 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17412/statm: 383800 10144 1439 10 0 381102 0
[pid=17412/tid=17414] ppid=17410 vsize=1535200 CPUtime=1.46
/proc/17412/task/17414/stat : 17414 (java) R 17410 17412 16918 0 -1 4202560 6990 0 1 0 146 0 0 0 22 0 19 0 21781858 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4109396833 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17412/tid=17415] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17415/stat : 17415 (java) S 17410 17412 16918 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 19 0 21781859 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17416] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17416/stat : 17416 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 21781859 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17417] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17417/stat : 17417 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 21781859 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17418] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17418/stat : 17418 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 21781859 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17419] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17419/stat : 17419 (java) S 17410 17412 16918 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 21781859 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17420] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17420/stat : 17420 (java) S 17410 17412 16918 0 -1 4202560 114 0 0 0 0 0 0 0 17 0 19 0 21781859 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17421] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17421/stat : 17421 (java) S 17410 17412 16918 0 -1 4202560 206 0 0 0 0 0 0 0 17 0 19 0 21781859 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17422] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17422/stat : 17422 (java) S 17410 17412 16918 0 -1 4202560 56 0 0 0 0 0 0 0 17 0 19 0 21781859 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17423] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17423/stat : 17423 (java) S 17410 17412 16918 0 -1 4202560 364 0 0 0 0 0 0 0 17 0 19 0 21781860 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17424] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17424/stat : 17424 (java) S 17410 17412 16918 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 21781860 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 1 0 0 0
[pid=17412/tid=17425] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17425/stat : 17425 (java) S 17410 17412 16918 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 21781860 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17426] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17426/stat : 17426 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 21781862 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 1 0 0 0
[pid=17412/tid=17427] ppid=17410 vsize=1535200 CPUtime=0.2
/proc/17412/task/17427/stat : 17427 (java) S 17410 17412 16918 0 -1 4202560 875 0 0 0 20 0 0 0 15 0 19 0 21781862 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 0 0 0 0
[pid=17412/tid=17428] ppid=17410 vsize=1535200 CPUtime=0.28
/proc/17412/task/17428/stat : 17428 (java) S 17410 17412 16918 0 -1 4202560 1772 0 0 0 28 0 0 0 15 0 19 0 21781862 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17429] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17429/stat : 17429 (java) S 17410 17412 16918 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 21781862 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17430] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17430/stat : 17430 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 21781862 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 1 0 0 0
[pid=17412/tid=17431] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17431/stat : 17431 (java) S 17410 17412 16918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 21781883 1572044800 10144 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1535200

[startup+3.10122 s]
/proc/loadavg: 2.00 1.97 1.69 4/198 17432
/proc/meminfo: memFree=27646716/32951124 swapFree=67111528/67111528
[pid=17412] ppid=17410 vsize=1535200 CPUtime=3.61
/proc/17412/stat : 17412 (java) S 17410 17412 16918 0 -1 4202496 12033 0 1 0 359 2 0 0 20 0 19 0 21781857 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17412/statm: 383800 10723 1439 10 0 381102 0
[pid=17412/tid=17414] ppid=17410 vsize=1535200 CPUtime=3.05
/proc/17412/task/17414/stat : 17414 (java) R 17410 17412 16918 0 -1 4202560 6991 0 1 0 305 0 0 0 25 0 19 0 21781858 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4109398485 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17412/tid=17415] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17415/stat : 17415 (java) S 17410 17412 16918 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 21781859 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17416] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17416/stat : 17416 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 21781859 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17417] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17417/stat : 17417 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 21781859 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17418] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17418/stat : 17418 (java) S 17410 17412 16918 0 -1 4202560 137 0 0 0 0 0 0 0 16 0 19 0 21781859 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17419] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17419/stat : 17419 (java) S 17410 17412 16918 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 21781859 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17420] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17420/stat : 17420 (java) S 17410 17412 16918 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 21781859 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17421] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17421/stat : 17421 (java) S 17410 17412 16918 0 -1 4202560 441 0 0 0 0 0 0 0 16 0 19 0 21781859 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17422] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17422/stat : 17422 (java) S 17410 17412 16918 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 21781859 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17423] ppid=17410 vsize=1535200 CPUtime=0.01
/proc/17412/task/17423/stat : 17423 (java) S 17410 17412 16918 0 -1 4202560 556 0 0 0 1 0 0 0 15 0 19 0 21781860 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446604471145409344 0 0 -1 2 0 0 0
[pid=17412/tid=17424] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17424/stat : 17424 (java) S 17410 17412 16918 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 21781860 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 1 0 0 0
[pid=17412/tid=17425] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17425/stat : 17425 (java) S 17410 17412 16918 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 21781860 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17426] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17426/stat : 17426 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 21781862 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 1 0 0 0
[pid=17412/tid=17427] ppid=17410 vsize=1535200 CPUtime=0.21
/proc/17412/task/17427/stat : 17427 (java) S 17410 17412 16918 0 -1 4202560 878 0 0 0 21 0 0 0 15 0 19 0 21781862 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 0 0 0 0
[pid=17412/tid=17428] ppid=17410 vsize=1535200 CPUtime=0.29
/proc/17412/task/17428/stat : 17428 (java) S 17410 17412 16918 0 -1 4202560 1774 0 0 0 29 0 0 0 16 0 19 0 21781862 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17429] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17429/stat : 17429 (java) S 17410 17412 16918 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 21781862 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17430] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17430/stat : 17430 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 21781862 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 1 0 0 0
[pid=17412/tid=17431] ppid=17410 vsize=1535200 CPUtime=0
/proc/17412/task/17431/stat : 17431 (java) S 17410 17412 16918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 21781883 1572044800 10723 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 1535200

[startup+6.30064 s]
/proc/loadavg: 2.00 1.97 1.69 3/197 17459
/proc/meminfo: memFree=30359276/32951124 swapFree=67111528/67111528
[pid=17412] ppid=17410 vsize=1534784 CPUtime=6.84
/proc/17412/stat : 17412 (java) S 17410 17412 16918 0 -1 4202496 12304 0 1 0 682 2 0 0 20 0 19 0 21781857 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17412/statm: 383696 10887 1439 10 0 380998 0
[pid=17412/tid=17414] ppid=17410 vsize=1534784 CPUtime=6.23
/proc/17412/task/17414/stat : 17414 (java) R 17410 17412 16918 0 -1 4202560 6994 0 1 0 622 1 0 0 25 0 19 0 21781858 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4109363785 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17412/tid=17415] ppid=17410 vsize=1534784 CPUtime=0
/proc/17412/task/17415/stat : 17415 (java) S 17410 17412 16918 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 21781859 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17416] ppid=17410 vsize=1534784 CPUtime=0
/proc/17412/task/17416/stat : 17416 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 21781859 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17417] ppid=17410 vsize=1534784 CPUtime=0
/proc/17412/task/17417/stat : 17417 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 21781859 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17418] ppid=17410 vsize=1534784 CPUtime=0
/proc/17412/task/17418/stat : 17418 (java) S 17410 17412 16918 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 19 0 21781859 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 0 0 0 0
[pid=17412/tid=17419] ppid=17410 vsize=1534784 CPUtime=0
/proc/17412/task/17419/stat : 17419 (java) S 17410 17412 16918 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 21781859 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17420] ppid=17410 vsize=1534784 CPUtime=0
/proc/17412/task/17420/stat : 17420 (java) S 17410 17412 16918 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 21781859 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17421] ppid=17410 vsize=1534784 CPUtime=0
/proc/17412/task/17421/stat : 17421 (java) S 17410 17412 16918 0 -1 4202560 456 0 0 0 0 0 0 0 15 0 19 0 21781859 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17422] ppid=17410 vsize=1534784 CPUtime=0
/proc/17412/task/17422/stat : 17422 (java) S 17410 17412 16918 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 21781859 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 0 0 0 0
[pid=17412/tid=17423] ppid=17410 vsize=1534784 CPUtime=0.03
/proc/17412/task/17423/stat : 17423 (java) S 17410 17412 16918 0 -1 4202560 721 0 0 0 3 0 0 0 15 0 19 0 21781860 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446604471145409344 0 0 -1 2 0 0 0
[pid=17412/tid=17424] ppid=17410 vsize=1534784 CPUtime=0
/proc/17412/task/17424/stat : 17424 (java) S 17410 17412 16918 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 21781860 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 1 0 0 0
[pid=17412/tid=17425] ppid=17410 vsize=1534784 CPUtime=0
/proc/17412/task/17425/stat : 17425 (java) S 17410 17412 16918 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 21781860 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17426] ppid=17410 vsize=1534784 CPUtime=0
/proc/17412/task/17426/stat : 17426 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 21781862 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 1 0 0 0
[pid=17412/tid=17427] ppid=17410 vsize=1534784 CPUtime=0.22
/proc/17412/task/17427/stat : 17427 (java) S 17410 17412 16918 0 -1 4202560 878 0 0 0 22 0 0 0 15 0 19 0 21781862 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 0 0 0 0
[pid=17412/tid=17428] ppid=17410 vsize=1534784 CPUtime=0.32
/proc/17412/task/17428/stat : 17428 (java) S 17410 17412 16918 0 -1 4202560 1782 0 0 0 32 0 0 0 15 0 19 0 21781862 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17429] ppid=17410 vsize=1534784 CPUtime=0
/proc/17412/task/17429/stat : 17429 (java) S 17410 17412 16918 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 21781862 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17430] ppid=17410 vsize=1534784 CPUtime=0
/proc/17412/task/17430/stat : 17430 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 21781862 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17431] ppid=17410 vsize=1534784 CPUtime=0
/proc/17412/task/17431/stat : 17431 (java) S 17410 17412 16918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 21781883 1571618816 10887 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.84
Current children cumulated vsize (KiB) 1534784

[startup+12.7015 s]
/proc/loadavg: 2.00 1.97 1.70 3/197 17460
/proc/meminfo: memFree=30354072/32951124 swapFree=67111528/67111528
[pid=17412] ppid=17410 vsize=1534784 CPUtime=13.25
/proc/17412/stat : 17412 (java) S 17410 17412 16918 0 -1 4202496 12773 0 1 0 1323 2 0 0 20 0 19 0 21781857 1571618816 11353 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17412/statm: 383696 11353 1439 10 0 380998 0
[pid=17412/tid=17414] ppid=17410 vsize=1534784 CPUtime=12.6
/proc/17412/task/17414/stat : 17414 (java) R 17410 17412 16918 0 -1 4202560 6997 0 1 0 1259 1 0 0 25 0 19 0 21781858 1571618816 11353 4089446400 134512640 134550932 4293488640 18446744073709551615 4109100750 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17412/tid=17415] ppid=17410 vsize=1534784 CPUtime=0
/proc/17412/task/17415/stat : 17415 (java) S 17410 17412 16918 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 19 0 21781859 1571618816 11353 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0

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

/proc/17412/task/17415/stat : 17415 (java) S 17410 17412 16918 0 -1 4202560 46 0 0 0 17 1 0 0 15 0 19 0 21781859 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 0 0 0 0
[pid=17412/tid=17416] ppid=17410 vsize=1538144 CPUtime=0.18
/proc/17412/task/17416/stat : 17416 (java) S 17410 17412 16918 0 -1 4202560 53 0 0 0 17 1 0 0 15 0 19 0 21781859 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 6 0 0 0
[pid=17412/tid=17417] ppid=17410 vsize=1538144 CPUtime=0.15
/proc/17412/task/17417/stat : 17417 (java) S 17410 17412 16918 0 -1 4202560 17 0 0 0 13 2 0 0 15 0 19 0 21781859 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17418] ppid=17410 vsize=1538144 CPUtime=0.16
/proc/17412/task/17418/stat : 17418 (java) S 17410 17412 16918 0 -1 4202560 178 0 0 0 15 1 0 0 15 0 19 0 21781859 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 0 0 0 0
[pid=17412/tid=17419] ppid=17410 vsize=1538144 CPUtime=0.13
/proc/17412/task/17419/stat : 17419 (java) S 17410 17412 16918 0 -1 4202560 61 0 0 0 12 1 0 0 15 0 19 0 21781859 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17420] ppid=17410 vsize=1538144 CPUtime=0.16
/proc/17412/task/17420/stat : 17420 (java) S 17410 17412 16918 0 -1 4202560 130 0 0 0 14 2 0 0 15 0 19 0 21781859 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 6 0 0 0
[pid=17412/tid=17421] ppid=17410 vsize=1538144 CPUtime=0.18
/proc/17412/task/17421/stat : 17421 (java) S 17410 17412 16918 0 -1 4202560 475 0 0 0 16 2 0 0 15 0 19 0 21781859 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17422] ppid=17410 vsize=1538144 CPUtime=0.15
/proc/17412/task/17422/stat : 17422 (java) S 17410 17412 16918 0 -1 4202560 84 0 0 0 13 2 0 0 15 0 19 0 21781859 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17423] ppid=17410 vsize=1538144 CPUtime=3.98
/proc/17412/task/17423/stat : 17423 (java) S 17410 17412 16918 0 -1 4202560 1685 0 0 0 391 7 0 0 15 0 19 0 21781860 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446604471145409344 0 0 -1 2 0 0 0
[pid=17412/tid=17424] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17424/stat : 17424 (java) S 17410 17412 16918 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 21781860 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 1 0 0 0
[pid=17412/tid=17425] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17425/stat : 17425 (java) S 17410 17412 16918 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 21781860 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17426] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17426/stat : 17426 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 21781862 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 1 0 0 0
[pid=17412/tid=17427] ppid=17410 vsize=1538144 CPUtime=0.24
/proc/17412/task/17427/stat : 17427 (java) S 17410 17412 16918 0 -1 4202560 878 0 0 0 24 0 0 0 15 0 19 0 21781862 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 0 0 0 0
[pid=17412/tid=17428] ppid=17410 vsize=1538144 CPUtime=0.71
/proc/17412/task/17428/stat : 17428 (java) S 17410 17412 16918 0 -1 4202560 4843 0 0 0 71 0 0 0 15 0 19 0 21781862 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17429] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17429/stat : 17429 (java) S 17410 17412 16918 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 21781862 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17430] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17430/stat : 17430 (java) S 17410 17412 16918 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 19 0 21781862 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17431] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17431/stat : 17431 (java) S 17410 17412 16918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 21781883 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 718.59
Current children cumulated vsize (KiB) 1538144

[startup+717.501 s]
/proc/loadavg: 2.00 2.00 1.84 3/197 17478
/proc/meminfo: memFree=30323692/32951124 swapFree=67111528/67111528
[pid=17412] ppid=17410 vsize=1538144 CPUtime=719.39
/proc/17412/stat : 17412 (java) S 17410 17412 16918 0 -1 4202496 16887 0 1 0 71910 29 0 0 20 0 19 0 21781857 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17412/statm: 384536 12621 1439 10 0 381838 0
[pid=17412/tid=17414] ppid=17410 vsize=1538144 CPUtime=713.03
/proc/17412/task/17414/stat : 17414 (java) R 17410 17412 16918 0 -1 4202560 7327 0 1 0 71301 2 0 0 25 0 19 0 21781858 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4109375412 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17412/tid=17415] ppid=17410 vsize=1538144 CPUtime=0.18
/proc/17412/task/17415/stat : 17415 (java) S 17410 17412 16918 0 -1 4202560 46 0 0 0 17 1 0 0 15 0 19 0 21781859 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 0 0 0 0
[pid=17412/tid=17416] ppid=17410 vsize=1538144 CPUtime=0.18
/proc/17412/task/17416/stat : 17416 (java) S 17410 17412 16918 0 -1 4202560 53 0 0 0 17 1 0 0 15 0 19 0 21781859 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 6 0 0 0
[pid=17412/tid=17417] ppid=17410 vsize=1538144 CPUtime=0.15
/proc/17412/task/17417/stat : 17417 (java) S 17410 17412 16918 0 -1 4202560 17 0 0 0 13 2 0 0 15 0 19 0 21781859 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17418] ppid=17410 vsize=1538144 CPUtime=0.16
/proc/17412/task/17418/stat : 17418 (java) S 17410 17412 16918 0 -1 4202560 178 0 0 0 15 1 0 0 15 0 19 0 21781859 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 0 0 0 0
[pid=17412/tid=17419] ppid=17410 vsize=1538144 CPUtime=0.13
/proc/17412/task/17419/stat : 17419 (java) S 17410 17412 16918 0 -1 4202560 61 0 0 0 12 1 0 0 15 0 19 0 21781859 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17420] ppid=17410 vsize=1538144 CPUtime=0.16
/proc/17412/task/17420/stat : 17420 (java) S 17410 17412 16918 0 -1 4202560 130 0 0 0 14 2 0 0 15 0 19 0 21781859 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 6 0 0 0
[pid=17412/tid=17421] ppid=17410 vsize=1538144 CPUtime=0.18
/proc/17412/task/17421/stat : 17421 (java) S 17410 17412 16918 0 -1 4202560 475 0 0 0 16 2 0 0 15 0 19 0 21781859 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17422] ppid=17410 vsize=1538144 CPUtime=0.15
/proc/17412/task/17422/stat : 17422 (java) S 17410 17412 16918 0 -1 4202560 84 0 0 0 13 2 0 0 15 0 19 0 21781859 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17423] ppid=17410 vsize=1538144 CPUtime=3.98
/proc/17412/task/17423/stat : 17423 (java) S 17410 17412 16918 0 -1 4202560 1685 0 0 0 391 7 0 0 15 0 19 0 21781860 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446604471145409344 0 0 -1 2 0 0 0
[pid=17412/tid=17424] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17424/stat : 17424 (java) S 17410 17412 16918 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 21781860 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 1 0 0 0
[pid=17412/tid=17425] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17425/stat : 17425 (java) S 17410 17412 16918 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 21781860 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17426] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17426/stat : 17426 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 21781862 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 1 0 0 0
[pid=17412/tid=17427] ppid=17410 vsize=1538144 CPUtime=0.24
/proc/17412/task/17427/stat : 17427 (java) S 17410 17412 16918 0 -1 4202560 878 0 0 0 24 0 0 0 15 0 19 0 21781862 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 0 0 0 0
[pid=17412/tid=17428] ppid=17410 vsize=1538144 CPUtime=0.71
/proc/17412/task/17428/stat : 17428 (java) S 17410 17412 16918 0 -1 4202560 4843 0 0 0 71 0 0 0 15 0 19 0 21781862 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17429] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17429/stat : 17429 (java) S 17410 17412 16918 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 21781862 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17430] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17430/stat : 17430 (java) S 17410 17412 16918 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 19 0 21781862 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17431] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17431/stat : 17431 (java) S 17410 17412 16918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 21781883 1575059456 12621 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 719.39
Current children cumulated vsize (KiB) 1538144

[startup+718.307 s]
/proc/loadavg: 2.00 2.00 1.84 3/197 17478
/proc/meminfo: memFree=30323692/32951124 swapFree=67111528/67111528
[pid=17412] ppid=17410 vsize=1538144 CPUtime=720.2
/proc/17412/stat : 17412 (java) S 17410 17412 16918 0 -1 4202496 16889 0 1 0 71991 29 0 0 20 0 19 0 21781857 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17412/statm: 384536 12622 1439 10 0 381838 0
[pid=17412/tid=17414] ppid=17410 vsize=1538144 CPUtime=713.82
/proc/17412/task/17414/stat : 17414 (java) R 17410 17412 16918 0 -1 4202560 7329 0 1 0 71380 2 0 0 25 0 19 0 21781858 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4109347114 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17412/tid=17415] ppid=17410 vsize=1538144 CPUtime=0.18
/proc/17412/task/17415/stat : 17415 (java) S 17410 17412 16918 0 -1 4202560 46 0 0 0 17 1 0 0 15 0 19 0 21781859 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17416] ppid=17410 vsize=1538144 CPUtime=0.18
/proc/17412/task/17416/stat : 17416 (java) S 17410 17412 16918 0 -1 4202560 53 0 0 0 17 1 0 0 15 0 19 0 21781859 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 6 0 0 0
[pid=17412/tid=17417] ppid=17410 vsize=1538144 CPUtime=0.15
/proc/17412/task/17417/stat : 17417 (java) S 17410 17412 16918 0 -1 4202560 17 0 0 0 13 2 0 0 15 0 19 0 21781859 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17418] ppid=17410 vsize=1538144 CPUtime=0.16
/proc/17412/task/17418/stat : 17418 (java) S 17410 17412 16918 0 -1 4202560 178 0 0 0 15 1 0 0 15 0 19 0 21781859 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 0 0 0 0
[pid=17412/tid=17419] ppid=17410 vsize=1538144 CPUtime=0.13
/proc/17412/task/17419/stat : 17419 (java) S 17410 17412 16918 0 -1 4202560 61 0 0 0 12 1 0 0 15 0 19 0 21781859 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17420] ppid=17410 vsize=1538144 CPUtime=0.16
/proc/17412/task/17420/stat : 17420 (java) S 17410 17412 16918 0 -1 4202560 130 0 0 0 14 2 0 0 16 0 19 0 21781859 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 6 0 0 0
[pid=17412/tid=17421] ppid=17410 vsize=1538144 CPUtime=0.18
/proc/17412/task/17421/stat : 17421 (java) S 17410 17412 16918 0 -1 4202560 475 0 0 0 16 2 0 0 15 0 19 0 21781859 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17422] ppid=17410 vsize=1538144 CPUtime=0.15
/proc/17412/task/17422/stat : 17422 (java) S 17410 17412 16918 0 -1 4202560 84 0 0 0 13 2 0 0 15 0 19 0 21781859 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17423] ppid=17410 vsize=1538144 CPUtime=4
/proc/17412/task/17423/stat : 17423 (java) S 17410 17412 16918 0 -1 4202560 1685 0 0 0 393 7 0 0 15 0 19 0 21781860 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446604471145409344 0 0 -1 2 0 0 0
[pid=17412/tid=17424] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17424/stat : 17424 (java) S 17410 17412 16918 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 21781860 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 1 0 0 0
[pid=17412/tid=17425] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17425/stat : 17425 (java) S 17410 17412 16918 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 21781860 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17426] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17426/stat : 17426 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 21781862 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 1 0 0 0
[pid=17412/tid=17427] ppid=17410 vsize=1538144 CPUtime=0.24
/proc/17412/task/17427/stat : 17427 (java) S 17410 17412 16918 0 -1 4202560 878 0 0 0 24 0 0 0 15 0 19 0 21781862 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 0 0 0 0
[pid=17412/tid=17428] ppid=17410 vsize=1538144 CPUtime=0.71
/proc/17412/task/17428/stat : 17428 (java) S 17410 17412 16918 0 -1 4202560 4843 0 0 0 71 0 0 0 15 0 19 0 21781862 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17429] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17429/stat : 17429 (java) S 17410 17412 16918 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 21781862 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17430] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17430/stat : 17430 (java) S 17410 17412 16918 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 19 0 21781862 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17431] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17431/stat : 17431 (java) S 17410 17412 16918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 21781883 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 720.2
Current children cumulated vsize (KiB) 1538144

[startup+718.501 s]
/proc/loadavg: 2.00 2.00 1.84 3/197 17478
/proc/meminfo: memFree=30323692/32951124 swapFree=67111528/67111528
[pid=17412] ppid=17410 vsize=1538144 CPUtime=720.4
/proc/17412/stat : 17412 (java) S 17410 17412 16918 0 -1 4202496 16889 0 1 0 72011 29 0 0 20 0 19 0 21781857 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/17412/statm: 384536 12622 1439 10 0 381838 0
[pid=17412/tid=17414] ppid=17410 vsize=1538144 CPUtime=714.01
/proc/17412/task/17414/stat : 17414 (java) R 17410 17412 16918 0 -1 4202560 7329 0 1 0 71399 2 0 0 25 0 19 0 21781858 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4109398865 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17412/tid=17415] ppid=17410 vsize=1538144 CPUtime=0.18
/proc/17412/task/17415/stat : 17415 (java) S 17410 17412 16918 0 -1 4202560 46 0 0 0 17 1 0 0 15 0 19 0 21781859 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17416] ppid=17410 vsize=1538144 CPUtime=0.18
/proc/17412/task/17416/stat : 17416 (java) S 17410 17412 16918 0 -1 4202560 53 0 0 0 17 1 0 0 15 0 19 0 21781859 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 6 0 0 0
[pid=17412/tid=17417] ppid=17410 vsize=1538144 CPUtime=0.15
/proc/17412/task/17417/stat : 17417 (java) S 17410 17412 16918 0 -1 4202560 17 0 0 0 13 2 0 0 15 0 19 0 21781859 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17418] ppid=17410 vsize=1538144 CPUtime=0.16
/proc/17412/task/17418/stat : 17418 (java) S 17410 17412 16918 0 -1 4202560 178 0 0 0 15 1 0 0 15 0 19 0 21781859 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 0 0 0 0
[pid=17412/tid=17419] ppid=17410 vsize=1538144 CPUtime=0.13
/proc/17412/task/17419/stat : 17419 (java) S 17410 17412 16918 0 -1 4202560 61 0 0 0 12 1 0 0 15 0 19 0 21781859 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 7 0 0 0
[pid=17412/tid=17420] ppid=17410 vsize=1538144 CPUtime=0.16
/proc/17412/task/17420/stat : 17420 (java) S 17410 17412 16918 0 -1 4202560 130 0 0 0 14 2 0 0 16 0 19 0 21781859 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 6 0 0 0
[pid=17412/tid=17421] ppid=17410 vsize=1538144 CPUtime=0.18
/proc/17412/task/17421/stat : 17421 (java) S 17410 17412 16918 0 -1 4202560 475 0 0 0 16 2 0 0 15 0 19 0 21781859 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17422] ppid=17410 vsize=1538144 CPUtime=0.15
/proc/17412/task/17422/stat : 17422 (java) S 17410 17412 16918 0 -1 4202560 84 0 0 0 13 2 0 0 15 0 19 0 21781859 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 4 0 0 0
[pid=17412/tid=17423] ppid=17410 vsize=1538144 CPUtime=4
/proc/17412/task/17423/stat : 17423 (java) S 17410 17412 16918 0 -1 4202560 1685 0 0 0 393 7 0 0 15 0 19 0 21781860 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 0 0 16800975 18446604471145409344 0 0 -1 2 0 0 0
[pid=17412/tid=17424] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17424/stat : 17424 (java) S 17410 17412 16918 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 19 0 21781860 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 1 0 0 0
[pid=17412/tid=17425] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17425/stat : 17425 (java) S 17410 17412 16918 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 19 0 21781860 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17426] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17426/stat : 17426 (java) S 17410 17412 16918 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 21781862 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 1 0 0 0
[pid=17412/tid=17427] ppid=17410 vsize=1538144 CPUtime=0.24
/proc/17412/task/17427/stat : 17427 (java) S 17410 17412 16918 0 -1 4202560 878 0 0 0 24 0 0 0 15 0 19 0 21781862 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 0 0 0 0
[pid=17412/tid=17428] ppid=17410 vsize=1538144 CPUtime=0.72
/proc/17412/task/17428/stat : 17428 (java) S 17410 17412 16918 0 -1 4202560 4843 0 0 0 72 0 0 0 15 0 19 0 21781862 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17429] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17429/stat : 17429 (java) S 17410 17412 16918 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 21781862 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17430] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17430/stat : 17430 (java) S 17410 17412 16918 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 19 0 21781862 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 3 0 0 0
[pid=17412/tid=17431] ppid=17410 vsize=1538144 CPUtime=0
/proc/17412/task/17431/stat : 17431 (java) S 17410 17412 16918 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 21781883 1575059456 12622 4089446400 134512640 134550932 4293488640 18446744073709551615 4294960144 0 4 0 16800975 18446604471145409344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 720.4
Current children cumulated vsize (KiB) 1538144

Child status: 20
Real time (s): 718.564
CPU time (s): 720.433
CPU user time (s): 720.135
CPU system time (s): 0.296954
CPU usage (%): 100.26
Max. virtual memory (cumulated for all children) (KiB): 1544152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 720.136
system time used= 0.296954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16907
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= 24431
involuntary context switches= 79750

runsolver used 1.3478 second user time and 2.5976 second system time

The end

Launcher Data

Begin job on node137 at 2010-07-07 22:48:13
IDJOB=2700570
IDBENCH=79440
IDSOLVER=1202
FILE ID=node137/2700570-1278535693
PBS_JOBID= 11239204
Free space on /tmp= 73604 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-5_wcsp.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2700570-1278535693/watcher-2700570-1278535693 -o /tmp/evaluation-result-2700570-1278535693/solver-2700570-1278535693 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2700570-1278535693.wbo

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

MD5SUM BENCH= 02dbb62de02783c13bf2d3c63ea9332f
RANDOM SEED=1018112425

node137.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 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.829
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5246.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27685596 kB
Buffers:        137492 kB
Cached:        2186940 kB
SwapCached:          0 kB
Active:        3855148 kB
Inactive:      1264040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27685596 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             436 kB
Writeback:           0 kB
AnonPages:     2794672 kB
Mapped:          17308 kB
Slab:            77592 kB
PageTables:      10572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2959856 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= 73604 MiB
End job on node137 at 2010-07-07 23:00:12