Trace number 2700578

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.1OPTIMUM 550.745 549.249

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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.06/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.21	c See www.sat4j.org for details.
0.06/0.22	c version 2.2.1.v20100705
0.06/0.22	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.22	c java.vm.name		Java HotSpot(TM) Server VM
0.06/0.22	c java.vm.version	11.2-b01
0.06/0.22	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.22	c sun.arch.data.model	32
0.06/0.22	c java.version		1.6.0_12
0.06/0.22	c os.name		Linux
0.06/0.22	c os.version		2.6.18-164.el5
0.06/0.22	c os.arch		i386
0.06/0.22	c Free memory 		1393557488
0.06/0.22	c Max memory 		1395916800
0.06/0.22	c Total memory 		1395916800
0.06/0.22	c Number of processors 	8
0.06/0.27	c Pseudo Boolean Optimization
0.06/0.27	c --- Begin Solver configuration ---
0.06/0.27	c Stops conflict analysis at the first Unique Implication Point
0.06/0.27	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.06/0.27	c Learn all clauses as in MiniSAT
0.06/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.27	c Expensive reason simplification
0.06/0.27	c Armin Biere (Picosat) restarts strategy
0.06/0.27	c Glucose learned constraints deletion strategy
0.06/0.27	c timeout=2147483s
0.06/0.27	c DB Simplification allowed=false
0.06/0.27	c --- End Solver configuration ---
0.06/0.27	c solving HOME/instance-2700578-1278535711.wbo
0.06/0.27	c reading problem ... 
0.25/0.54	c ... done. Wall clock time 0.261s.
0.25/0.54	c #vars     1415
0.25/0.54	c #constraints  1275
0.25/0.54	c constraints type 
0.25/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1227
0.25/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 48
0.58/0.83	c SATISFIABLE
0.58/0.83	c OPTIMIZING...
0.58/0.83	c Got one! Elapsed wall clock time (in seconds):0.559
0.58/0.83	o 17
0.58/0.89	c Got one! Elapsed wall clock time (in seconds):0.612
0.58/0.89	o 7
0.83/0.98	c Got one! Elapsed wall clock time (in seconds):0.702
0.83/0.98	o 6
1.07/1.03	c Got one! Elapsed wall clock time (in seconds):0.759
1.07/1.03	o 5
1.07/1.09	c Got one! Elapsed wall clock time (in seconds):0.817
1.07/1.09	o 2
1.28/1.14	c Got one! Elapsed wall clock time (in seconds):0.867
1.28/1.14	o 1
1.99/1.65	c cleaning 2498 clauses out of 5001 with flag 5001/5001
2.93/2.50	c cleaning 4253 clauses out of 8505 with flag 11003/11003
4.04/3.68	c cleaning 5623 clauses out of 11251 with flag 18002/18002
5.54/5.14	c cleaning 6811 clauses out of 13628 with flag 26002/26002
7.37/6.90	c cleaning 7903 clauses out of 15817 with flag 35002/35002
9.57/9.17	c cleaning 8951 clauses out of 17912 with flag 45000/45000
11.99/11.50	c cleaning 9476 clauses out of 18962 with flag 55001/55001
14.50/14.00	c cleaning 9737 clauses out of 19485 with flag 65000/65000
16.50/16.05	c cleaning 9868 clauses out of 19748 with flag 75000/75000
19.00/18.57	c cleaning 9937 clauses out of 19882 with flag 85002/85002
21.50/21.00	c cleaning 9968 clauses out of 19946 with flag 95003/95003
23.71/23.29	c cleaning 9982 clauses out of 19976 with flag 105001/105001
25.71/25.29	c cleaning 9994 clauses out of 19994 with flag 115001/115001
28.31/27.83	c cleaning 9995 clauses out of 19999 with flag 125000/125000
30.62/30.13	c cleaning 9999 clauses out of 20004 with flag 135000/135000
32.72/32.21	c cleaning 10001 clauses out of 20009 with flag 145004/145004
34.82/34.31	c cleaning 9997 clauses out of 20004 with flag 155000/155000
36.93/36.45	c cleaning 10001 clauses out of 20009 with flag 165002/165002
39.12/38.66	c cleaning 9998 clauses out of 20009 with flag 175003/175003
41.52/41.08	c cleaning 9999 clauses out of 20008 with flag 185000/185000
43.63/43.16	c cleaning 10001 clauses out of 20009 with flag 195000/195000
45.93/45.40	c cleaning 9996 clauses out of 20008 with flag 205000/205000
47.93/47.48	c cleaning 9999 clauses out of 20012 with flag 215000/215000
50.04/49.58	c cleaning 10000 clauses out of 20014 with flag 225001/225001
52.24/51.76	c cleaning 10007 clauses out of 20017 with flag 235004/235004
54.34/53.80	c cleaning 9999 clauses out of 20008 with flag 245002/245002
56.33/55.88	c cleaning 10000 clauses out of 20007 with flag 255000/255000
58.75/58.20	c cleaning 10003 clauses out of 20007 with flag 265000/265000
61.05/60.51	c cleaning 10002 clauses out of 20007 with flag 275003/275003
63.25/62.73	c cleaning 9997 clauses out of 20002 with flag 285000/285000
65.45/64.91	c cleaning 9998 clauses out of 20005 with flag 295000/295000
67.56/67.07	c cleaning 10002 clauses out of 20008 with flag 305001/305001
69.76/69.20	c cleaning 9997 clauses out of 20005 with flag 315000/315000
71.97/71.43	c cleaning 9995 clauses out of 20011 with flag 325003/325003
73.96/73.42	c cleaning 10004 clauses out of 20013 with flag 335000/335000
75.86/75.38	c cleaning 9998 clauses out of 20009 with flag 345000/345000
78.06/77.58	c cleaning 9999 clauses out of 20011 with flag 355000/355000
80.17/79.66	c cleaning 10000 clauses out of 20012 with flag 365000/365000
82.17/81.69	c cleaning 10002 clauses out of 20012 with flag 375000/375000
84.18/83.65	c cleaning 10000 clauses out of 20010 with flag 385000/385000
86.48/85.99	c cleaning 10001 clauses out of 20010 with flag 395000/395000
88.68/88.17	c cleaning 10002 clauses out of 20010 with flag 405001/405001
90.80/90.29	c cleaning 9997 clauses out of 20007 with flag 415000/415000
92.80/92.29	c cleaning 10002 clauses out of 20011 with flag 425001/425001
95.00/94.47	c cleaning 10001 clauses out of 20011 with flag 435003/435003
97.00/96.50	c cleaning 10000 clauses out of 20010 with flag 445003/445003
99.20/98.66	c cleaning 9999 clauses out of 20009 with flag 455002/455002
101.30/100.74	c cleaning 10001 clauses out of 20010 with flag 465002/465002
103.40/102.82	c cleaning 9998 clauses out of 20009 with flag 475002/475002
105.71/105.17	c cleaning 9997 clauses out of 20010 with flag 485001/485001
107.92/107.33	c cleaning 10001 clauses out of 20013 with flag 495001/495001
109.93/109.36	c cleaning 10003 clauses out of 20011 with flag 505000/505000
112.14/111.59	c cleaning 9999 clauses out of 20008 with flag 515000/515000
114.44/113.82	c cleaning 10000 clauses out of 20010 with flag 525001/525001
116.54/115.98	c cleaning 9997 clauses out of 20009 with flag 535000/535000
118.65/118.09	c cleaning 10003 clauses out of 20013 with flag 545001/545001
120.85/120.23	c cleaning 10001 clauses out of 20010 with flag 555001/555001
122.95/122.32	c cleaning 10000 clauses out of 20008 with flag 565000/565000
124.96/124.39	c cleaning 9999 clauses out of 20008 with flag 575000/575000
127.06/126.45	c cleaning 10001 clauses out of 20010 with flag 585001/585001
129.56/128.93	c cleaning 10003 clauses out of 20009 with flag 595001/595001
131.96/131.35	c cleaning 10000 clauses out of 20008 with flag 605003/605003
134.37/133.70	c cleaning 9997 clauses out of 20005 with flag 615000/615000
136.68/136.00	c cleaning 9999 clauses out of 20009 with flag 625001/625001
138.98/138.34	c cleaning 10003 clauses out of 20011 with flag 635002/635002
141.18/140.50	c cleaning 9999 clauses out of 20009 with flag 645003/645003
143.59/142.97	c cleaning 10000 clauses out of 20007 with flag 655000/655000
145.79/145.19	c cleaning 9995 clauses out of 20007 with flag 665000/665000
147.99/147.35	c cleaning 10006 clauses out of 20016 with flag 675004/675004
150.51/149.83	c cleaning 10003 clauses out of 20011 with flag 685005/685005
152.81/152.14	c cleaning 10000 clauses out of 20007 with flag 695004/695004
155.11/154.43	c cleaning 9999 clauses out of 20003 with flag 705000/705000
157.51/156.88	c cleaning 9995 clauses out of 20004 with flag 715000/715000
159.82/159.12	c cleaning 9999 clauses out of 20010 with flag 725001/725001
162.02/161.36	c cleaning 9999 clauses out of 20010 with flag 735000/735000
164.22/163.52	c cleaning 9998 clauses out of 20011 with flag 745000/745000
166.33/165.62	c cleaning 10001 clauses out of 20013 with flag 755000/755000
168.44/167.75	c cleaning 10000 clauses out of 20012 with flag 765000/765000
170.74/170.02	c cleaning 10001 clauses out of 20012 with flag 775000/775000
173.04/172.32	c cleaning 10004 clauses out of 20014 with flag 785003/785003
175.15/174.48	c cleaning 9998 clauses out of 20007 with flag 795000/795000
177.55/176.82	c cleaning 10001 clauses out of 20009 with flag 805000/805000
179.66/178.98	c cleaning 9996 clauses out of 20010 with flag 815002/815002
181.86/181.17	c cleaning 10002 clauses out of 20014 with flag 825002/825002
184.16/183.42	c cleaning 9996 clauses out of 20010 with flag 835000/835000
186.57/185.88	c cleaning 10002 clauses out of 20014 with flag 845000/845000
189.08/188.31	c cleaning 10003 clauses out of 20013 with flag 855001/855001
191.38/190.62	c cleaning 9997 clauses out of 20009 with flag 865000/865000
193.58/192.84	c cleaning 10000 clauses out of 20012 with flag 875000/875000
195.98/195.20	c cleaning 10000 clauses out of 20012 with flag 885000/885000
198.39/197.64	c cleaning 10004 clauses out of 20014 with flag 895002/895002
200.79/200.03	c cleaning 10001 clauses out of 20008 with flag 905000/905000
203.10/202.35	c cleaning 9997 clauses out of 20009 with flag 915002/915002
205.40/204.62	c cleaning 10002 clauses out of 20010 with flag 925000/925000
207.50/206.73	c cleaning 10000 clauses out of 20010 with flag 935002/935002
209.70/208.93	c cleaning 10002 clauses out of 20009 with flag 945001/945001
211.70/210.95	c cleaning 10001 clauses out of 20006 with flag 955000/955000
213.70/212.94	c cleaning 9995 clauses out of 20005 with flag 965000/965000
215.80/215.03	c cleaning 9999 clauses out of 20011 with flag 975001/975001
218.00/217.23	c cleaning 9999 clauses out of 20012 with flag 985001/985001
220.20/219.47	c cleaning 9999 clauses out of 20013 with flag 995001/995001
222.31/221.58	c cleaning 10004 clauses out of 20015 with flag 1005002/1005002
224.41/223.68	c cleaning 10000 clauses out of 20011 with flag 1015002/1015002
226.71/225.99	c cleaning 9997 clauses out of 20009 with flag 1025000/1025000
229.13/228.36	c cleaning 10005 clauses out of 20015 with flag 1035003/1035003
231.42/230.68	c cleaning 9999 clauses out of 20008 with flag 1045001/1045001
233.83/233.07	c cleaning 10000 clauses out of 20009 with flag 1055001/1055001
236.24/235.43	c cleaning 9998 clauses out of 20010 with flag 1065002/1065002
238.53/237.75	c cleaning 10001 clauses out of 20011 with flag 1075001/1075001
240.84/240.00	c cleaning 10000 clauses out of 20009 with flag 1085000/1085000
243.04/242.27	c cleaning 9996 clauses out of 20009 with flag 1095000/1095000
245.24/244.43	c cleaning 9999 clauses out of 20013 with flag 1105000/1105000
247.34/246.54	c cleaning 10004 clauses out of 20015 with flag 1115001/1115001
249.35/248.52	c cleaning 9997 clauses out of 20010 with flag 1125000/1125000
251.35/250.58	c cleaning 10003 clauses out of 20014 with flag 1135001/1135001
253.65/252.87	c cleaning 10000 clauses out of 20011 with flag 1145001/1145001
255.85/255.00	c cleaning 10000 clauses out of 20011 with flag 1155001/1155001
257.76/256.99	c cleaning 9998 clauses out of 20010 with flag 1165000/1165000
259.75/258.98	c cleaning 9998 clauses out of 20013 with flag 1175001/1175001
261.85/261.09	c cleaning 10002 clauses out of 20016 with flag 1185002/1185002
264.06/263.29	c cleaning 10002 clauses out of 20012 with flag 1195000/1195000
266.36/265.56	c cleaning 9999 clauses out of 20011 with flag 1205001/1205001
268.66/267.84	c cleaning 10001 clauses out of 20012 with flag 1215001/1215001
270.78/269.94	c cleaning 10000 clauses out of 20010 with flag 1225000/1225000
272.88/272.06	c cleaning 10003 clauses out of 20011 with flag 1235001/1235001
275.18/274.34	c cleaning 9997 clauses out of 20007 with flag 1245000/1245000
277.48/276.69	c cleaning 9998 clauses out of 20010 with flag 1255000/1255000
279.68/278.88	c cleaning 9995 clauses out of 20013 with flag 1265001/1265001
281.98/281.14	c cleaning 9999 clauses out of 20018 with flag 1275001/1275001
284.09/283.22	c cleaning 10006 clauses out of 20019 with flag 1285001/1285001
286.29/285.41	c cleaning 9999 clauses out of 20012 with flag 1295000/1295000
288.28/287.48	c cleaning 10002 clauses out of 20014 with flag 1305001/1305001
290.29/289.47	c cleaning 10000 clauses out of 20011 with flag 1315000/1315000
292.30/291.45	c cleaning 10002 clauses out of 20011 with flag 1325000/1325000
294.80/293.99	c cleaning 9991 clauses out of 20010 with flag 1335001/1335001
297.21/296.36	c cleaning 9994 clauses out of 20018 with flag 1345000/1345000
299.51/298.67	c cleaning 10008 clauses out of 20026 with flag 1355002/1355002
301.81/300.92	c cleaning 10003 clauses out of 20016 with flag 1365000/1365000
304.02/303.11	c cleaning 10003 clauses out of 20016 with flag 1375003/1375003
306.22/305.36	c cleaning 10002 clauses out of 20011 with flag 1385001/1385001
308.62/307.72	c cleaning 10000 clauses out of 20008 with flag 1395000/1395000
310.62/309.78	c cleaning 10001 clauses out of 20010 with flag 1405002/1405002
312.82/311.96	c cleaning 9998 clauses out of 20007 with flag 1415000/1415000
314.92/314.07	c cleaning 9997 clauses out of 20009 with flag 1425000/1425000
317.12/316.24	c cleaning 10002 clauses out of 20012 with flag 1435000/1435000
319.32/318.47	c cleaning 9999 clauses out of 20011 with flag 1445001/1445001
321.63/320.78	c cleaning 10003 clauses out of 20014 with flag 1455003/1455003
323.94/323.10	c cleaning 9994 clauses out of 20008 with flag 1465000/1465000
326.24/325.30	c cleaning 10000 clauses out of 20015 with flag 1475001/1475001
328.44/327.50	c cleaning 10001 clauses out of 20014 with flag 1485000/1485000
330.64/329.77	c cleaning 10003 clauses out of 20016 with flag 1495003/1495003
332.85/331.97	c cleaning 9999 clauses out of 20011 with flag 1505001/1505001
335.05/334.16	c cleaning 10000 clauses out of 20011 with flag 1515000/1515000
337.16/336.29	c cleaning 10001 clauses out of 20011 with flag 1525000/1525000
339.16/338.30	c cleaning 10001 clauses out of 20011 with flag 1535001/1535001
341.36/340.44	c cleaning 10002 clauses out of 20011 with flag 1545002/1545002
343.57/342.62	c cleaning 9999 clauses out of 20008 with flag 1555001/1555001
345.67/344.78	c cleaning 9996 clauses out of 20011 with flag 1565003/1565003
347.77/346.90	c cleaning 10001 clauses out of 20013 with flag 1575001/1575001
350.07/349.10	c cleaning 10000 clauses out of 20011 with flag 1585000/1585000
352.18/351.23	c cleaning 10001 clauses out of 20012 with flag 1595001/1595001
354.28/353.33	c cleaning 10001 clauses out of 20012 with flag 1605002/1605002
356.29/355.34	c cleaning 9999 clauses out of 20010 with flag 1615001/1615001
358.39/357.40	c cleaning 10002 clauses out of 20011 with flag 1625001/1625001
360.49/359.51	c cleaning 9998 clauses out of 20008 with flag 1635000/1635000
362.49/361.54	c cleaning 9999 clauses out of 20010 with flag 1645000/1645000
364.69/363.71	c cleaning 9999 clauses out of 20012 with flag 1655001/1655001
366.79/365.82	c cleaning 10003 clauses out of 20016 with flag 1665004/1665004
368.99/368.01	c cleaning 10000 clauses out of 20010 with flag 1675001/1675001
371.00/370.08	c cleaning 10001 clauses out of 20009 with flag 1685000/1685000
373.10/372.14	c cleaning 9996 clauses out of 20008 with flag 1695000/1695000
375.30/374.36	c cleaning 10000 clauses out of 20015 with flag 1705003/1705003
377.41/376.46	c cleaning 9997 clauses out of 20013 with flag 1715001/1715001
379.71/378.76	c cleaning 10005 clauses out of 20018 with flag 1725003/1725003
382.01/381.03	c cleaning 10001 clauses out of 20010 with flag 1735000/1735000
384.22/383.21	c cleaning 9998 clauses out of 20009 with flag 1745000/1745000
386.22/385.28	c cleaning 10000 clauses out of 20012 with flag 1755001/1755001
388.43/387.42	c cleaning 9998 clauses out of 20011 with flag 1765000/1765000
390.53/389.54	c cleaning 10005 clauses out of 20015 with flag 1775002/1775002
392.73/391.74	c cleaning 9997 clauses out of 20008 with flag 1785000/1785000
394.93/394.00	c cleaning 10002 clauses out of 20013 with flag 1795002/1795002
397.43/396.43	c cleaning 10000 clauses out of 20010 with flag 1805001/1805001
399.54/398.59	c cleaning 10001 clauses out of 20010 with flag 1815001/1815001
401.64/400.68	c cleaning 10000 clauses out of 20009 with flag 1825001/1825001
403.84/402.81	c cleaning 9998 clauses out of 20010 with flag 1835002/1835002
406.05/405.05	c cleaning 10000 clauses out of 20010 with flag 1845000/1845000
408.34/407.33	c cleaning 10001 clauses out of 20011 with flag 1855001/1855001
410.54/409.53	c cleaning 10000 clauses out of 20009 with flag 1865000/1865000
412.64/411.69	c cleaning 9999 clauses out of 20010 with flag 1875001/1875001
414.75/413.77	c cleaning 10001 clauses out of 20011 with flag 1885001/1885001
416.95/415.97	c cleaning 10000 clauses out of 20011 with flag 1895002/1895002
419.26/418.20	c cleaning 9999 clauses out of 20010 with flag 1905001/1905001
421.46/420.45	c cleaning 9998 clauses out of 20010 with flag 1915000/1915000
423.56/422.55	c cleaning 10001 clauses out of 20012 with flag 1925000/1925000
425.76/424.75	c cleaning 10004 clauses out of 20011 with flag 1935000/1935000
427.87/426.88	c cleaning 10001 clauses out of 20007 with flag 1945000/1945000
429.98/428.96	c cleaning 9998 clauses out of 20008 with flag 1955002/1955002
432.08/431.04	c cleaning 10002 clauses out of 20010 with flag 1965002/1965002
434.18/433.18	c cleaning 9999 clauses out of 20006 with flag 1975000/1975000
436.28/435.21	c cleaning 10000 clauses out of 20007 with flag 1985000/1985000
438.48/437.47	c cleaning 9993 clauses out of 20008 with flag 1995001/1995001
440.88/439.83	c cleaning 10003 clauses out of 20016 with flag 2005002/2005002
443.09/442.07	c cleaning 10001 clauses out of 20014 with flag 2015003/2015003
445.30/444.24	c cleaning 10000 clauses out of 20011 with flag 2025001/2025001
447.61/446.58	c cleaning 10000 clauses out of 20010 with flag 2035000/2035000
449.81/448.79	c cleaning 10001 clauses out of 20011 with flag 2045001/2045001
452.01/450.97	c cleaning 9998 clauses out of 20010 with flag 2055001/2055001
454.12/452.88	c cleaning 10004 clauses out of 20015 with flag 2065004/2065004
456.12/454.87	c cleaning 9998 clauses out of 20007 with flag 2075000/2075000
458.02/456.78	c cleaning 10001 clauses out of 20009 with flag 2085000/2085000
459.93/458.66	c cleaning 10000 clauses out of 20010 with flag 2095002/2095002
461.73/460.41	c cleaning 10000 clauses out of 20008 with flag 2105000/2105000
463.53/462.26	c cleaning 9996 clauses out of 20008 with flag 2115000/2115000
465.63/464.30	c cleaning 10004 clauses out of 20015 with flag 2125003/2125003
467.74/466.49	c cleaning 9999 clauses out of 20008 with flag 2135000/2135000
469.95/468.64	c cleaning 9999 clauses out of 20009 with flag 2145000/2145000
472.15/470.85	c cleaning 10002 clauses out of 20011 with flag 2155001/2155001
474.14/472.89	c cleaning 9998 clauses out of 20008 with flag 2165000/2165000
476.25/474.95	c cleaning 9999 clauses out of 20012 with flag 2175002/2175002
478.15/476.84	c cleaning 9999 clauses out of 20011 with flag 2185000/2185000
480.15/478.86	c cleaning 10001 clauses out of 20012 with flag 2195000/2195000
482.06/480.79	c cleaning 10000 clauses out of 20011 with flag 2205000/2205000
484.06/482.73	c cleaning 10000 clauses out of 20011 with flag 2215000/2215000
485.96/484.69	c cleaning 10001 clauses out of 20012 with flag 2225001/2225001
487.96/486.63	c cleaning 9999 clauses out of 20012 with flag 2235002/2235002
489.77/488.43	c cleaning 10001 clauses out of 20012 with flag 2245001/2245001
491.58/490.24	c cleaning 9999 clauses out of 20014 with flag 2255004/2255004
493.38/492.05	c cleaning 9999 clauses out of 20012 with flag 2265001/2265001
495.28/493.93	c cleaning 10006 clauses out of 20014 with flag 2275002/2275002
497.18/495.84	c cleaning 9997 clauses out of 20007 with flag 2285001/2285001
499.08/497.72	c cleaning 10000 clauses out of 20010 with flag 2295001/2295001
500.89/499.59	c cleaning 10001 clauses out of 20009 with flag 2305000/2305000
502.79/501.41	c cleaning 10000 clauses out of 20010 with flag 2315002/2315002
504.60/503.29	c cleaning 9996 clauses out of 20008 with flag 2325000/2325000
506.40/505.08	c cleaning 10002 clauses out of 20012 with flag 2335000/2335000
508.21/506.80	c cleaning 10000 clauses out of 20010 with flag 2345000/2345000
509.91/508.50	c cleaning 10001 clauses out of 20010 with flag 2355000/2355000
511.61/510.25	c cleaning 10000 clauses out of 20009 with flag 2365000/2365000
513.41/512.01	c cleaning 10002 clauses out of 20009 with flag 2375000/2375000
515.12/513.78	c cleaning 10000 clauses out of 20007 with flag 2385000/2385000
516.92/515.58	c cleaning 10001 clauses out of 20009 with flag 2395002/2395002
518.72/517.32	c cleaning 10000 clauses out of 20008 with flag 2405002/2405002
520.42/519.04	c cleaning 9997 clauses out of 20006 with flag 2415000/2415000
522.23/520.81	c cleaning 10001 clauses out of 20009 with flag 2425000/2425000
523.96/522.58	c cleaning 10002 clauses out of 20011 with flag 2435003/2435003
525.98/524.60	c cleaning 10000 clauses out of 20007 with flag 2445002/2445002
528.00/526.52	c cleaning 9999 clauses out of 20009 with flag 2455004/2455004
530.00/528.50	c cleaning 10002 clauses out of 20009 with flag 2465003/2465003
531.81/530.32	c cleaning 9997 clauses out of 20003 with flag 2475000/2475000
533.82/532.34	c cleaning 9999 clauses out of 20008 with flag 2485003/2485003
535.61/534.17	c cleaning 9999 clauses out of 20006 with flag 2495000/2495000
537.61/536.18	c cleaning 9997 clauses out of 20006 with flag 2505000/2505000
539.52/538.03	c cleaning 10002 clauses out of 20011 with flag 2515002/2515002
541.42/539.91	c cleaning 9999 clauses out of 20007 with flag 2525000/2525000
543.23/541.74	c cleaning 10000 clauses out of 20009 with flag 2535001/2535001
544.93/543.49	c cleaning 10001 clauses out of 20008 with flag 2545000/2545000
546.83/545.35	c cleaning 9997 clauses out of 20006 with flag 2555000/2555000
548.63/547.11	c cleaning 10004 clauses out of 20011 with flag 2565002/2565002
550.23/548.77	c cleaning 10001 clauses out of 20004 with flag 2575000/2575000
550.63/549.18	c starts		: 236
550.63/549.18	c conflicts		: 2578097
550.63/549.18	c decisions		: 3239445
550.63/549.18	c propagations		: 94402663
550.63/549.18	c inspects		: 6749828130
550.63/549.18	c learnt literals	: 15
550.63/549.18	c learnt binary clauses	: 33
550.63/549.18	c learnt ternary clauses	: 105
550.63/549.18	c learnt clauses	: 2578081
550.63/549.18	c ignored clauses	: 0
550.63/549.18	c root simplifications	: 0
550.63/549.18	c removed literals (reason simplification)	: 25824231
550.63/549.18	c reason swapping (by a shorter reason)	: 0
550.63/549.18	c Calls to reduceDB	: 259
550.63/549.18	c number of reductions to clauses (during analyze)	: 0
550.63/549.18	c number of learned constraints concerned by reduction	: 0
550.63/549.18	c number of learning phase by resolution	: 0
550.63/549.18	c number of learning phase by cutting planes	: 0
550.63/549.18	c speed (assignments/second)	: 172255.6884741569
550.63/549.18	c non guided choices	503
550.63/549.19	c learnt constraints type 
550.63/549.19	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13057
550.63/549.19	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 33
550.63/549.19	c constraints type 
550.63/549.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1227
550.63/549.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 48
550.63/549.19	s OPTIMUM FOUND
550.63/549.19	v -x1 -x2 -x3 x4 -x5 -x6 x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 x65 x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 x90 x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 x109 -x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 -x170 -x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 x189 -x190 -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 x228 -x229 -x230 x231 -x232 -x233 -x234 -x235 
550.63/549.19	c objective function=1
550.63/549.19	c Total wall clock time (in seconds): 548.915

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2700578-1278535711/watcher-2700578-1278535711 -o /tmp/evaluation-result-2700578-1278535711/solver-2700578-1278535711 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2700578-1278535711.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.98 1.72 3/184 22271
/proc/meminfo: memFree=29091040/32951132 swapFree=67111528/67111528
[pid=22271] ppid=22269 vsize=13164 CPUtime=0
/proc/22271/stat : 22271 (java) R 22269 22271 21732 0 -1 4194304 799 0 0 0 0 0 0 0 22 0 1 0 21784949 13479936 357 4089446400 134512640 134550932 4293817504 18446744073709551615 4941445 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/22271/statm: 3291 362 143 10 0 1121 0

[startup+0.079912 s]
/proc/loadavg: 2.00 1.98 1.72 3/184 22271
/proc/meminfo: memFree=29091040/32951132 swapFree=67111528/67111528
[pid=22271] ppid=22269 vsize=1526332 CPUtime=0.01
/proc/22271/stat : 22271 (java) S 22269 22271 21732 0 -1 4202496 3666 0 1 0 1 0 0 0 22 0 13 0 21784949 1562963968 3108 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/22271/statm: 381583 3109 1030 10 0 378893 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1526332

[startup+0.102904 s]
/proc/loadavg: 2.00 1.98 1.72 3/184 22271
/proc/meminfo: memFree=29091040/32951132 swapFree=67111528/67111528
[pid=22271] ppid=22269 vsize=1526332 CPUtime=0.03
/proc/22271/stat : 22271 (java) S 22269 22271 21732 0 -1 4202496 3807 0 1 0 2 1 0 0 22 0 13 0 21784949 1562963968 3249 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/22271/statm: 381583 3249 1040 10 0 378893 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1526332

[startup+0.303871 s]
/proc/loadavg: 2.00 1.98 1.72 3/184 22271
/proc/meminfo: memFree=29091040/32951132 swapFree=67111528/67111528
[pid=22271] ppid=22269 vsize=1530452 CPUtime=0.12
/proc/22271/stat : 22271 (java) S 22269 22271 21732 0 -1 4202496 5294 0 1 0 11 1 0 0 22 0 18 0 21784949 1567182848 4727 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22271/statm: 382613 4728 1347 10 0 379916 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1530452

[startup+0.707804 s]
/proc/loadavg: 2.00 1.98 1.72 3/184 22271
/proc/meminfo: memFree=29091040/32951132 swapFree=67111528/67111528
[pid=22271] ppid=22269 vsize=1532352 CPUtime=0.41
/proc/22271/stat : 22271 (java) S 22269 22271 21732 0 -1 4202496 6842 0 1 0 39 2 0 0 22 0 19 0 21784949 1569128448 6232 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22271/statm: 383088 6236 1410 10 0 380391 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 1532352

[startup+1.50071 s]
/proc/loadavg: 2.00 1.98 1.72 6/203 22297
/proc/meminfo: memFree=29062432/32951132 swapFree=67111528/67111528
[pid=22271] ppid=22269 vsize=1536768 CPUtime=1.89
/proc/22271/stat : 22271 (java) S 22269 22271 21732 0 -1 4202496 11919 0 1 0 186 3 0 0 22 0 19 0 21784949 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22271/statm: 384192 9788 1431 10 0 381495 0
[pid=22271/tid=22273] ppid=22269 vsize=1536768 CPUtime=1
/proc/22271/task/22273/stat : 22273 (java) R 22269 22271 21732 0 -1 4202560 7142 0 1 0 99 1 0 0 18 0 19 0 21784951 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4109642121 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22271/tid=22274] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22274/stat : 22274 (java) S 22269 22271 21732 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 19 0 21784954 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
[pid=22271/tid=22275] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22275/stat : 22275 (java) S 22269 22271 21732 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21784954 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 7 0 0 0
[pid=22271/tid=22276] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22276/stat : 22276 (java) S 22269 22271 21732 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21784954 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22277] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22277/stat : 22277 (java) S 22269 22271 21732 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 21784954 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22278] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22278/stat : 22278 (java) S 22269 22271 21732 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21784954 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 5 0 0 0
[pid=22271/tid=22279] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22279/stat : 22279 (java) S 22269 22271 21732 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21784954 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 5 0 0 0
[pid=22271/tid=22280] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22280/stat : 22280 (java) S 22269 22271 21732 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21784954 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 7 0 0 0
[pid=22271/tid=22281] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22281/stat : 22281 (java) S 22269 22271 21732 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21784954 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 7 0 0 0
[pid=22271/tid=22282] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22282/stat : 22282 (java) S 22269 22271 21732 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 21784955 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
[pid=22271/tid=22283] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22283/stat : 22283 (java) S 22269 22271 21732 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 19 0 21784956 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
[pid=22271/tid=22284] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22284/stat : 22284 (java) S 22269 22271 21732 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 21784956 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22285] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22285/stat : 22285 (java) S 22269 22271 21732 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21784962 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22286] ppid=22269 vsize=1536768 CPUtime=0.42
/proc/22271/task/22286/stat : 22286 (java) S 22269 22271 21732 0 -1 4202560 1204 0 0 0 42 0 0 0 18 0 19 0 21784962 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22287] ppid=22269 vsize=1536768 CPUtime=0.44
/proc/22271/task/22287/stat : 22287 (java) S 22269 22271 21732 0 -1 4202560 2501 0 0 0 44 0 0 0 25 0 19 0 21784962 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 0 0 0 0
[pid=22271/tid=22288] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22288/stat : 22288 (java) S 22269 22271 21732 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21784962 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22289] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22289/stat : 22289 (java) S 22269 22271 21732 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 21784962 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22290] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22290/stat : 22290 (java) S 22269 22271 21732 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 21785012 1573650432 9788 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 1536768

[startup+3.10143 s]
/proc/loadavg: 2.00 1.98 1.72 3/195 22324
/proc/meminfo: memFree=29081692/32951132 swapFree=67111528/67111528
[pid=22271] ppid=22269 vsize=1536768 CPUtime=3.54
/proc/22271/stat : 22271 (java) S 22269 22271 21732 0 -1 4202496 13321 0 1 0 351 3 0 0 22 0 19 0 21784949 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22271/statm: 384192 11179 1445 10 0 381495 0
[pid=22271/tid=22273] ppid=22269 vsize=1536768 CPUtime=2.58
/proc/22271/task/22273/stat : 22273 (java) R 22269 22271 21732 0 -1 4202560 7210 0 1 0 257 1 0 0 21 0 19 0 21784951 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4109598324 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22271/tid=22274] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22274/stat : 22274 (java) S 22269 22271 21732 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 21784954 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 5 0 0 0
[pid=22271/tid=22275] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22275/stat : 22275 (java) S 22269 22271 21732 0 -1 4202560 227 0 0 0 0 0 0 0 15 0 19 0 21784954 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 7 0 0 0
[pid=22271/tid=22276] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22276/stat : 22276 (java) S 22269 22271 21732 0 -1 4202560 247 0 0 0 0 0 0 0 17 0 19 0 21784954 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22277] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22277/stat : 22277 (java) S 22269 22271 21732 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 21784954 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22278] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22278/stat : 22278 (java) S 22269 22271 21732 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 21784954 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 5 0 0 0
[pid=22271/tid=22279] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22279/stat : 22279 (java) S 22269 22271 21732 0 -1 4202560 14 0 0 0 0 0 0 0 17 0 19 0 21784954 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 5 0 0 0
[pid=22271/tid=22280] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22280/stat : 22280 (java) S 22269 22271 21732 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 21784954 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 7 0 0 0
[pid=22271/tid=22281] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22281/stat : 22281 (java) S 22269 22271 21732 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 21784954 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 5 0 0 0
[pid=22271/tid=22282] ppid=22269 vsize=1536768 CPUtime=0.01
/proc/22271/task/22282/stat : 22282 (java) S 22269 22271 21732 0 -1 4202560 564 0 0 0 1 0 0 0 15 0 19 0 21784955 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
[pid=22271/tid=22283] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22283/stat : 22283 (java) S 22269 22271 21732 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 21784956 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
[pid=22271/tid=22284] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22284/stat : 22284 (java) S 22269 22271 21732 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21784956 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22285] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22285/stat : 22285 (java) S 22269 22271 21732 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21784962 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22286] ppid=22269 vsize=1536768 CPUtime=0.43
/proc/22271/task/22286/stat : 22286 (java) S 22269 22271 21732 0 -1 4202560 1210 0 0 0 43 0 0 0 15 0 19 0 21784962 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22287] ppid=22269 vsize=1536768 CPUtime=0.46
/proc/22271/task/22287/stat : 22287 (java) S 22269 22271 21732 0 -1 4202560 2505 0 0 0 46 0 0 0 15 0 19 0 21784962 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 0 0 0 0
[pid=22271/tid=22288] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22288/stat : 22288 (java) S 22269 22271 21732 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21784962 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22289] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22289/stat : 22289 (java) S 22269 22271 21732 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 21784962 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22290] ppid=22269 vsize=1536768 CPUtime=0
/proc/22271/task/22290/stat : 22290 (java) S 22269 22271 21732 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 21785012 1573650432 11179 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 1536768

[startup+6.30087 s]
/proc/loadavg: 2.00 1.98 1.72 3/195 22324
/proc/meminfo: memFree=29074300/32951132 swapFree=67111528/67111528
[pid=22271] ppid=22269 vsize=1535744 CPUtime=6.77
/proc/22271/stat : 22271 (java) S 22269 22271 21732 0 -1 4202496 13597 0 1 0 674 3 0 0 22 0 19 0 21784949 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22271/statm: 383936 11244 1445 10 0 381239 0
[pid=22271/tid=22273] ppid=22269 vsize=1535744 CPUtime=5.76
/proc/22271/task/22273/stat : 22273 (java) R 22269 22271 21732 0 -1 4202560 7211 0 1 0 575 1 0 0 25 0 19 0 21784951 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4109642057 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22271/tid=22274] ppid=22269 vsize=1535744 CPUtime=0
/proc/22271/task/22274/stat : 22274 (java) S 22269 22271 21732 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 21784954 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 5 0 0 0
[pid=22271/tid=22275] ppid=22269 vsize=1535744 CPUtime=0
/proc/22271/task/22275/stat : 22275 (java) S 22269 22271 21732 0 -1 4202560 264 0 0 0 0 0 0 0 16 0 19 0 21784954 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 7 0 0 0
[pid=22271/tid=22276] ppid=22269 vsize=1535744 CPUtime=0
/proc/22271/task/22276/stat : 22276 (java) S 22269 22271 21732 0 -1 4202560 247 0 0 0 0 0 0 0 15 0 19 0 21784954 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22277] ppid=22269 vsize=1535744 CPUtime=0
/proc/22271/task/22277/stat : 22277 (java) S 22269 22271 21732 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 21784954 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22278] ppid=22269 vsize=1535744 CPUtime=0
/proc/22271/task/22278/stat : 22278 (java) S 22269 22271 21732 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 21784954 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 5 0 0 0
[pid=22271/tid=22279] ppid=22269 vsize=1535744 CPUtime=0
/proc/22271/task/22279/stat : 22279 (java) S 22269 22271 21732 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 21784954 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 5 0 0 0
[pid=22271/tid=22280] ppid=22269 vsize=1535744 CPUtime=0
/proc/22271/task/22280/stat : 22280 (java) S 22269 22271 21732 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 21784954 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 5 0 0 0
[pid=22271/tid=22281] ppid=22269 vsize=1535744 CPUtime=0
/proc/22271/task/22281/stat : 22281 (java) S 22269 22271 21732 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 21784954 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 5 0 0 0
[pid=22271/tid=22282] ppid=22269 vsize=1535744 CPUtime=0.04
/proc/22271/task/22282/stat : 22282 (java) S 22269 22271 21732 0 -1 4202560 729 0 0 0 4 0 0 0 15 0 19 0 21784955 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
[pid=22271/tid=22283] ppid=22269 vsize=1535744 CPUtime=0
/proc/22271/task/22283/stat : 22283 (java) S 22269 22271 21732 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 21784956 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
[pid=22271/tid=22284] ppid=22269 vsize=1535744 CPUtime=0
/proc/22271/task/22284/stat : 22284 (java) S 22269 22271 21732 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21784956 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22285] ppid=22269 vsize=1535744 CPUtime=0
/proc/22271/task/22285/stat : 22285 (java) S 22269 22271 21732 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21784962 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22286] ppid=22269 vsize=1535744 CPUtime=0.46
/proc/22271/task/22286/stat : 22286 (java) S 22269 22271 21732 0 -1 4202560 1220 0 0 0 46 0 0 0 15 0 19 0 21784962 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22287] ppid=22269 vsize=1535744 CPUtime=0.46
/proc/22271/task/22287/stat : 22287 (java) S 22269 22271 21732 0 -1 4202560 2506 0 0 0 46 0 0 0 15 0 19 0 21784962 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 0 0 0 0
[pid=22271/tid=22288] ppid=22269 vsize=1535744 CPUtime=0
/proc/22271/task/22288/stat : 22288 (java) S 22269 22271 21732 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21784962 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22289] ppid=22269 vsize=1535744 CPUtime=0
/proc/22271/task/22289/stat : 22289 (java) S 22269 22271 21732 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 21784962 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22290] ppid=22269 vsize=1535744 CPUtime=0
/proc/22271/task/22290/stat : 22290 (java) S 22269 22271 21732 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 21785012 1572601856 11244 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 1535744

[startup+12.7008 s]
/proc/loadavg: 2.00 1.98 1.72 3/195 22324
/proc/meminfo: memFree=29070992/32951132 swapFree=67111528/67111528
[pid=22271] ppid=22269 vsize=1535744 CPUtime=13.19
/proc/22271/stat : 22271 (java) S 22269 22271 21732 0 -1 4202496 14088 0 1 0 1316 3 0 0 22 0 19 0 21784949 1572601856 11730 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22271/statm: 383936 11730 1445 10 0 381239 0
[pid=22271/tid=22273] ppid=22269 vsize=1535744 CPUtime=12.12
/proc/22271/task/22273/stat : 22273 (java) R 22269 22271 21732 0 -1 4202560 7214 0 1 0 1211 1 0 0 25 0 19 0 21784951 1572601856 11730 4089446400 134512640 134550932 4293817504 18446744073709551615 4109601508 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22271/tid=22274] ppid=22269 vsize=1535744 CPUtime=0
/proc/22271/task/22274/stat : 22274 (java) S 22269 22271 21732 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 21784954 1572601856 11730 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 5 0 0 0

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

/proc/22271/task/22274/stat : 22274 (java) S 22269 22271 21732 0 -1 4202560 173 0 0 0 12 1 0 0 15 0 19 0 21784954 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 6 0 0 0
[pid=22271/tid=22275] ppid=22269 vsize=1539100 CPUtime=0.14
/proc/22271/task/22275/stat : 22275 (java) S 22269 22271 21732 0 -1 4202560 273 0 0 0 12 2 0 0 15 0 19 0 21784954 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 5 0 0 0
[pid=22271/tid=22276] ppid=22269 vsize=1539100 CPUtime=0.13
/proc/22271/task/22276/stat : 22276 (java) S 22269 22271 21732 0 -1 4202560 260 0 0 0 11 2 0 0 15 0 19 0 21784954 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22277] ppid=22269 vsize=1539100 CPUtime=0.12
/proc/22271/task/22277/stat : 22277 (java) S 22269 22271 21732 0 -1 4202560 24 0 0 0 11 1 0 0 15 0 19 0 21784954 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 4 0 0 0
[pid=22271/tid=22278] ppid=22269 vsize=1539100 CPUtime=0.13
/proc/22271/task/22278/stat : 22278 (java) S 22269 22271 21732 0 -1 4202560 146 0 0 0 12 1 0 0 16 0 19 0 21784954 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 0 0 0 0
[pid=22271/tid=22279] ppid=22269 vsize=1539100 CPUtime=0.13
/proc/22271/task/22279/stat : 22279 (java) S 22269 22271 21732 0 -1 4202560 49 0 0 0 11 2 0 0 15 0 19 0 21784954 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
[pid=22271/tid=22280] ppid=22269 vsize=1539100 CPUtime=0.12
/proc/22271/task/22280/stat : 22280 (java) S 22269 22271 21732 0 -1 4202560 89 0 0 0 11 1 0 0 15 0 19 0 21784954 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 6 0 0 0
[pid=22271/tid=22281] ppid=22269 vsize=1539100 CPUtime=0.1
/proc/22271/task/22281/stat : 22281 (java) S 22269 22271 21732 0 -1 4202560 55 0 0 0 9 1 0 0 16 0 19 0 21784954 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 6 0 0 0
[pid=22271/tid=22282] ppid=22269 vsize=1539100 CPUtime=3.27
/proc/22271/task/22282/stat : 22282 (java) S 22269 22271 21732 0 -1 4202560 1596 0 0 0 323 4 0 0 15 0 19 0 21784955 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22283] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22283/stat : 22283 (java) S 22269 22271 21732 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 21784956 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
[pid=22271/tid=22284] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22284/stat : 22284 (java) S 22269 22271 21732 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21784956 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22285] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22285/stat : 22285 (java) S 22269 22271 21732 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21784962 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22286] ppid=22269 vsize=1539100 CPUtime=0.52
/proc/22271/task/22286/stat : 22286 (java) S 22269 22271 21732 0 -1 4202560 1262 0 0 0 52 0 0 0 15 0 19 0 21784962 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22287] ppid=22269 vsize=1539100 CPUtime=0.75
/proc/22271/task/22287/stat : 22287 (java) S 22269 22271 21732 0 -1 4202560 4956 0 0 0 74 1 0 0 15 0 19 0 21784962 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 0 0 0 0
[pid=22271/tid=22288] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22288/stat : 22288 (java) S 22269 22271 21732 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21784962 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22289] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22289/stat : 22289 (java) S 22269 22271 21732 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 21784962 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 4 0 0 0
[pid=22271/tid=22290] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22290/stat : 22290 (java) S 22269 22271 21732 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 21785012 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 549.43
Current children cumulated vsize (KiB) 1539100

[startup+548.701 s]
/proc/loadavg: 2.00 2.00 1.83 3/195 22338
/proc/meminfo: memFree=29054944/32951132 swapFree=67111528/67111528
[pid=22271] ppid=22269 vsize=1539100 CPUtime=550.23
/proc/22271/stat : 22271 (java) S 22269 22271 21732 0 -1 4202496 17449 0 1 0 54998 25 0 0 22 0 19 0 21784949 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22271/statm: 384775 12864 1445 10 0 382078 0
[pid=22271/tid=22273] ppid=22269 vsize=1539100 CPUtime=544.56
/proc/22271/task/22273/stat : 22273 (java) R 22269 22271 21732 0 -1 4202560 7471 0 1 0 54452 4 0 0 25 0 19 0 21784951 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4109601508 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22271/tid=22274] ppid=22269 vsize=1539100 CPUtime=0.13
/proc/22271/task/22274/stat : 22274 (java) S 22269 22271 21732 0 -1 4202560 173 0 0 0 12 1 0 0 15 0 19 0 21784954 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 6 0 0 0
[pid=22271/tid=22275] ppid=22269 vsize=1539100 CPUtime=0.14
/proc/22271/task/22275/stat : 22275 (java) S 22269 22271 21732 0 -1 4202560 273 0 0 0 12 2 0 0 15 0 19 0 21784954 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 5 0 0 0
[pid=22271/tid=22276] ppid=22269 vsize=1539100 CPUtime=0.13
/proc/22271/task/22276/stat : 22276 (java) S 22269 22271 21732 0 -1 4202560 260 0 0 0 11 2 0 0 15 0 19 0 21784954 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22277] ppid=22269 vsize=1539100 CPUtime=0.12
/proc/22271/task/22277/stat : 22277 (java) S 22269 22271 21732 0 -1 4202560 24 0 0 0 11 1 0 0 15 0 19 0 21784954 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 4 0 0 0
[pid=22271/tid=22278] ppid=22269 vsize=1539100 CPUtime=0.13
/proc/22271/task/22278/stat : 22278 (java) S 22269 22271 21732 0 -1 4202560 146 0 0 0 12 1 0 0 16 0 19 0 21784954 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 0 0 0 0
[pid=22271/tid=22279] ppid=22269 vsize=1539100 CPUtime=0.13
/proc/22271/task/22279/stat : 22279 (java) S 22269 22271 21732 0 -1 4202560 49 0 0 0 11 2 0 0 15 0 19 0 21784954 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
[pid=22271/tid=22280] ppid=22269 vsize=1539100 CPUtime=0.12
/proc/22271/task/22280/stat : 22280 (java) S 22269 22271 21732 0 -1 4202560 89 0 0 0 11 1 0 0 15 0 19 0 21784954 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 6 0 0 0
[pid=22271/tid=22281] ppid=22269 vsize=1539100 CPUtime=0.1
/proc/22271/task/22281/stat : 22281 (java) S 22269 22271 21732 0 -1 4202560 55 0 0 0 9 1 0 0 16 0 19 0 21784954 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 6 0 0 0
[pid=22271/tid=22282] ppid=22269 vsize=1539100 CPUtime=3.27
/proc/22271/task/22282/stat : 22282 (java) S 22269 22271 21732 0 -1 4202560 1596 0 0 0 323 4 0 0 15 0 19 0 21784955 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22283] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22283/stat : 22283 (java) S 22269 22271 21732 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 21784956 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
[pid=22271/tid=22284] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22284/stat : 22284 (java) S 22269 22271 21732 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21784956 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22285] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22285/stat : 22285 (java) S 22269 22271 21732 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21784962 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22286] ppid=22269 vsize=1539100 CPUtime=0.52
/proc/22271/task/22286/stat : 22286 (java) S 22269 22271 21732 0 -1 4202560 1262 0 0 0 52 0 0 0 15 0 19 0 21784962 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22287] ppid=22269 vsize=1539100 CPUtime=0.75
/proc/22271/task/22287/stat : 22287 (java) S 22269 22271 21732 0 -1 4202560 4956 0 0 0 74 1 0 0 15 0 19 0 21784962 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 0 0 0 0
[pid=22271/tid=22288] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22288/stat : 22288 (java) S 22269 22271 21732 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21784962 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22289] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22289/stat : 22289 (java) S 22269 22271 21732 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 21784962 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 4 0 0 0
[pid=22271/tid=22290] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22290/stat : 22290 (java) S 22269 22271 21732 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 21785012 1576038400 12864 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 550.23
Current children cumulated vsize (KiB) 1539100

[startup+549.101 s]
/proc/loadavg: 2.00 2.00 1.83 3/195 22338
/proc/meminfo: memFree=29054944/32951132 swapFree=67111528/67111528
[pid=22271] ppid=22269 vsize=1539100 CPUtime=550.63
/proc/22271/stat : 22271 (java) S 22269 22271 21732 0 -1 4202496 17453 0 1 0 55038 25 0 0 22 0 19 0 21784949 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22271/statm: 384775 12867 1445 10 0 382078 0
[pid=22271/tid=22273] ppid=22269 vsize=1539100 CPUtime=544.95
/proc/22271/task/22273/stat : 22273 (java) R 22269 22271 21732 0 -1 4202560 7472 0 1 0 54491 4 0 0 25 0 19 0 21784951 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4109642059 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22271/tid=22274] ppid=22269 vsize=1539100 CPUtime=0.13
/proc/22271/task/22274/stat : 22274 (java) S 22269 22271 21732 0 -1 4202560 173 0 0 0 12 1 0 0 15 0 19 0 21784954 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 6 0 0 0
[pid=22271/tid=22275] ppid=22269 vsize=1539100 CPUtime=0.14
/proc/22271/task/22275/stat : 22275 (java) S 22269 22271 21732 0 -1 4202560 273 0 0 0 12 2 0 0 15 0 19 0 21784954 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 5 0 0 0
[pid=22271/tid=22276] ppid=22269 vsize=1539100 CPUtime=0.13
/proc/22271/task/22276/stat : 22276 (java) S 22269 22271 21732 0 -1 4202560 260 0 0 0 11 2 0 0 15 0 19 0 21784954 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22277] ppid=22269 vsize=1539100 CPUtime=0.12
/proc/22271/task/22277/stat : 22277 (java) S 22269 22271 21732 0 -1 4202560 24 0 0 0 11 1 0 0 15 0 19 0 21784954 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 4 0 0 0
[pid=22271/tid=22278] ppid=22269 vsize=1539100 CPUtime=0.13
/proc/22271/task/22278/stat : 22278 (java) S 22269 22271 21732 0 -1 4202560 146 0 0 0 12 1 0 0 15 0 19 0 21784954 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 0 0 0 0
[pid=22271/tid=22279] ppid=22269 vsize=1539100 CPUtime=0.13
/proc/22271/task/22279/stat : 22279 (java) S 22269 22271 21732 0 -1 4202560 49 0 0 0 11 2 0 0 15 0 19 0 21784954 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
[pid=22271/tid=22280] ppid=22269 vsize=1539100 CPUtime=0.12
/proc/22271/task/22280/stat : 22280 (java) S 22269 22271 21732 0 -1 4202560 89 0 0 0 11 1 0 0 15 0 19 0 21784954 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 6 0 0 0
[pid=22271/tid=22281] ppid=22269 vsize=1539100 CPUtime=0.1
/proc/22271/task/22281/stat : 22281 (java) S 22269 22271 21732 0 -1 4202560 55 0 0 0 9 1 0 0 15 0 19 0 21784954 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 6 0 0 0
[pid=22271/tid=22282] ppid=22269 vsize=1539100 CPUtime=3.29
/proc/22271/task/22282/stat : 22282 (java) S 22269 22271 21732 0 -1 4202560 1599 0 0 0 325 4 0 0 15 0 19 0 21784955 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22283] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22283/stat : 22283 (java) S 22269 22271 21732 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 21784956 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
[pid=22271/tid=22284] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22284/stat : 22284 (java) S 22269 22271 21732 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21784956 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22285] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22285/stat : 22285 (java) S 22269 22271 21732 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21784962 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22286] ppid=22269 vsize=1539100 CPUtime=0.52
/proc/22271/task/22286/stat : 22286 (java) S 22269 22271 21732 0 -1 4202560 1262 0 0 0 52 0 0 0 15 0 19 0 21784962 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22287] ppid=22269 vsize=1539100 CPUtime=0.75
/proc/22271/task/22287/stat : 22287 (java) S 22269 22271 21732 0 -1 4202560 4956 0 0 0 74 1 0 0 15 0 19 0 21784962 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 0 0 0 0
[pid=22271/tid=22288] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22288/stat : 22288 (java) S 22269 22271 21732 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21784962 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22289] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22289/stat : 22289 (java) S 22269 22271 21732 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 21784962 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 4 0 0 0
[pid=22271/tid=22290] ppid=22269 vsize=1539100 CPUtime=0
/proc/22271/task/22290/stat : 22290 (java) S 22269 22271 21732 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 21785012 1576038400 12867 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 550.63
Current children cumulated vsize (KiB) 1539100

[startup+549.201 s]
/proc/loadavg: 2.00 2.00 1.83 3/195 22338
/proc/meminfo: memFree=29054944/32951132 swapFree=67111528/67111528
[pid=22271] ppid=22269 vsize=1539424 CPUtime=550.73
/proc/22271/stat : 22271 (java) S 22269 22271 21732 0 -1 4202496 17468 0 1 0 55048 25 0 0 22 0 19 0 21784949 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22271/statm: 384856 12882 1448 10 0 382159 0
[pid=22271/tid=22273] ppid=22269 vsize=1539424 CPUtime=545.03
/proc/22271/task/22273/stat : 22273 (java) S 22269 22271 21732 0 -1 4202560 7478 0 1 0 54499 4 0 0 25 0 19 0 21784951 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 4 0 0 0
[pid=22271/tid=22274] ppid=22269 vsize=1539424 CPUtime=0.13
/proc/22271/task/22274/stat : 22274 (java) S 22269 22271 21732 0 -1 4202560 173 0 0 0 12 1 0 0 15 0 19 0 21784954 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 6 0 0 0
[pid=22271/tid=22275] ppid=22269 vsize=1539424 CPUtime=0.14
/proc/22271/task/22275/stat : 22275 (java) S 22269 22271 21732 0 -1 4202560 273 0 0 0 12 2 0 0 15 0 19 0 21784954 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 5 0 0 0
[pid=22271/tid=22276] ppid=22269 vsize=1539424 CPUtime=0.13
/proc/22271/task/22276/stat : 22276 (java) S 22269 22271 21732 0 -1 4202560 260 0 0 0 11 2 0 0 15 0 19 0 21784954 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22277] ppid=22269 vsize=1539424 CPUtime=0.12
/proc/22271/task/22277/stat : 22277 (java) S 22269 22271 21732 0 -1 4202560 24 0 0 0 11 1 0 0 15 0 19 0 21784954 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 4 0 0 0
[pid=22271/tid=22278] ppid=22269 vsize=1539424 CPUtime=0.13
/proc/22271/task/22278/stat : 22278 (java) S 22269 22271 21732 0 -1 4202560 146 0 0 0 12 1 0 0 15 0 19 0 21784954 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 0 0 0 0
[pid=22271/tid=22279] ppid=22269 vsize=1539424 CPUtime=0.13
/proc/22271/task/22279/stat : 22279 (java) S 22269 22271 21732 0 -1 4202560 49 0 0 0 11 2 0 0 15 0 19 0 21784954 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
[pid=22271/tid=22280] ppid=22269 vsize=1539424 CPUtime=0.12
/proc/22271/task/22280/stat : 22280 (java) S 22269 22271 21732 0 -1 4202560 89 0 0 0 11 1 0 0 15 0 19 0 21784954 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 6 0 0 0
[pid=22271/tid=22281] ppid=22269 vsize=1539424 CPUtime=0.1
/proc/22271/task/22281/stat : 22281 (java) S 22269 22271 21732 0 -1 4202560 55 0 0 0 9 1 0 0 15 0 19 0 21784954 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 6 0 0 0
[pid=22271/tid=22282] ppid=22269 vsize=1539424 CPUtime=3.29
/proc/22271/task/22282/stat : 22282 (java) S 22269 22271 21732 0 -1 4202560 1599 0 0 0 325 4 0 0 15 0 19 0 21784955 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 0 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22283] ppid=22269 vsize=1539424 CPUtime=0
/proc/22271/task/22283/stat : 22283 (java) S 22269 22271 21732 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 21784956 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
[pid=22271/tid=22284] ppid=22269 vsize=1539424 CPUtime=0
/proc/22271/task/22284/stat : 22284 (java) S 22269 22271 21732 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 21784956 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22285] ppid=22269 vsize=1539424 CPUtime=0
/proc/22271/task/22285/stat : 22285 (java) S 22269 22271 21732 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 21784962 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22286] ppid=22269 vsize=1539424 CPUtime=0.52
/proc/22271/task/22286/stat : 22286 (java) S 22269 22271 21732 0 -1 4202560 1264 0 0 0 52 0 0 0 15 0 19 0 21784962 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 3 0 0 0
[pid=22271/tid=22287] ppid=22269 vsize=1539424 CPUtime=0.75
/proc/22271/task/22287/stat : 22287 (java) S 22269 22271 21732 0 -1 4202560 4956 0 0 0 74 1 0 0 15 0 19 0 21784962 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 0 0 0 0
[pid=22271/tid=22288] ppid=22269 vsize=1539424 CPUtime=0
/proc/22271/task/22288/stat : 22288 (java) S 22269 22271 21732 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 21784962 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 2 0 0 0
[pid=22271/tid=22289] ppid=22269 vsize=1539424 CPUtime=0
/proc/22271/task/22289/stat : 22289 (java) S 22269 22271 21732 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 21784962 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 4 0 0 0
[pid=22271/tid=22290] ppid=22269 vsize=1539424 CPUtime=0
/proc/22271/task/22290/stat : 22290 (java) S 22269 22271 21732 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 21785012 1576370176 12882 4089446400 134512640 134550932 4293817504 18446744073709551615 4294960144 0 4 0 16800975 18446604471138981696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 550.73
Current children cumulated vsize (KiB) 1539424

Child status: 30
Real time (s): 549.249
CPU time (s): 550.745
CPU user time (s): 550.482
CPU system time (s): 0.26296
CPU usage (%): 100.272
Max. virtual memory (cumulated for all children) (KiB): 1543812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 550.482
system time used= 0.26296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17468
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= 18771
involuntary context switches= 56342

runsolver used 0.886865 second user time and 2.09868 second system time

The end

Launcher Data

Begin job on node131 at 2010-07-07 22:48:31
IDJOB=2700578
IDBENCH=79440
IDSOLVER=1211
FILE ID=node131/2700578-1278535711
PBS_JOBID= 11239216
Free space on /tmp= 73608 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
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-2700578-1278535711/watcher-2700578-1278535711 -o /tmp/evaluation-result-2700578-1278535711/solver-2700578-1278535711 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2700578-1278535711.wbo

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

MD5SUM BENCH= 02dbb62de02783c13bf2d3c63ea9332f
RANDOM SEED=1689275231

node131.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.828
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.828
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.76
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.828
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.82
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.828
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.75
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.828
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.82
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.828
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.72
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.828
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.82
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.828
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	: 5441.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29091188 kB
Buffers:        144248 kB
Cached:        3473732 kB
SwapCached:          0 kB
Active:        1224684 kB
Inactive:      2478208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29091188 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17088 kB
Writeback:           0 kB
AnonPages:       85140 kB
Mapped:          19216 kB
Slab:            91988 kB
PageTables:       4960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   304440 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73620 MiB
End job on node131 at 2010-07-07 22:57:41