Trace number 3492583

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 Resolution 2011-06-08OPTIMUM 394.499 393.19

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-11-10--soft-0-100-0.wbo
MD5SUM765d2479315862ebcb627a16e181d11d
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark0.032994
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables110
Total number of constraints21
Number of soft constraints21
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
Top cost 827
Min constraint cost 1
Max constraint cost 88
Sum of constraints costs 826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492583-1307910912.wbo
0.10/0.11	c reading problem ... 
0.10/0.12	c ... done. Wall clock time 0.018s.
0.10/0.12	c #vars     131
0.10/0.13	c #constraints  21
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11
0.10/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.10/0.16	c SATISFIABLE
0.10/0.16	c OPTIMIZING...
0.10/0.16	c Got one! Elapsed wall clock time (in seconds):0.057
0.10/0.16	o 4
0.32/0.22	c Got one! Elapsed wall clock time (in seconds):0.114
0.32/0.22	o 1
0.94/0.71	c cleaning 2738 clauses out of 5480 with flag 5001/5480
1.68/1.46	c cleaning 4368 clauses out of 8741 with flag 11000/11479
2.78/2.52	c cleaning 5686 clauses out of 11373 with flag 18000/18479
4.50/4.21	c cleaning 6840 clauses out of 13687 with flag 26000/26479
6.43/6.13	c cleaning 7924 clauses out of 15849 with flag 35002/35481
8.53/8.26	c cleaning 8962 clauses out of 17923 with flag 45000/45479
11.23/10.95	c cleaning 9477 clauses out of 18962 with flag 55001/55480
14.23/13.97	c cleaning 9741 clauses out of 19485 with flag 65001/65480
16.74/16.44	c cleaning 9870 clauses out of 19745 with flag 75002/75481
19.63/19.37	c cleaning 9933 clauses out of 19875 with flag 85002/85481
22.04/21.72	c cleaning 9970 clauses out of 19943 with flag 95003/95482
24.44/24.14	c cleaning 9980 clauses out of 19971 with flag 105001/105480
26.64/26.38	c cleaning 9992 clauses out of 19991 with flag 115001/115480
29.14/28.85	c cleaning 9998 clauses out of 20001 with flag 125003/125482
31.74/31.46	c cleaning 9995 clauses out of 20000 with flag 135000/135479
34.15/33.86	c cleaning 9998 clauses out of 20005 with flag 145000/145479
36.66/36.36	c cleaning 10001 clauses out of 20008 with flag 155001/155480
39.06/38.71	c cleaning 10001 clauses out of 20006 with flag 165000/165479
41.46/41.17	c cleaning 10002 clauses out of 20006 with flag 175001/175480
43.96/43.67	c cleaning 10000 clauses out of 20006 with flag 185003/185482
46.27/45.97	c cleaning 10002 clauses out of 20003 with flag 195000/195479
48.47/48.18	c cleaning 10000 clauses out of 20005 with flag 205004/205483
50.67/50.33	c cleaning 9994 clauses out of 20002 with flag 215001/215480
52.87/52.54	c cleaning 10001 clauses out of 20009 with flag 225002/225481
54.87/54.58	c cleaning 10000 clauses out of 20008 with flag 235002/235481
57.17/56.80	c cleaning 10003 clauses out of 20007 with flag 245001/245480
59.18/58.89	c cleaning 9999 clauses out of 20003 with flag 255000/255479
61.58/61.26	c cleaning 9998 clauses out of 20004 with flag 265000/265479
63.78/63.50	c cleaning 10000 clauses out of 20006 with flag 275000/275479
65.88/65.51	c cleaning 10000 clauses out of 20008 with flag 285002/285481
67.89/67.52	c cleaning 10001 clauses out of 20006 with flag 295000/295479
69.99/69.63	c cleaning 10001 clauses out of 20008 with flag 305003/305482
72.20/71.80	c cleaning 10001 clauses out of 20006 with flag 315002/315481
74.20/73.84	c cleaning 9998 clauses out of 20004 with flag 325001/325480
76.21/75.86	c cleaning 10001 clauses out of 20005 with flag 335000/335479
78.00/77.61	c cleaning 9999 clauses out of 20007 with flag 345003/345482
79.91/79.51	c cleaning 9995 clauses out of 20005 with flag 355000/355479
81.41/81.07	c cleaning 10003 clauses out of 20011 with flag 365001/365480
83.01/82.63	c cleaning 10000 clauses out of 20007 with flag 375000/375479
85.02/84.61	c cleaning 10002 clauses out of 20009 with flag 385002/385481
86.92/86.56	c cleaning 10002 clauses out of 20007 with flag 395002/395481
88.52/88.19	c cleaning 9998 clauses out of 20003 with flag 405000/405479
90.72/90.30	c cleaning 9995 clauses out of 20006 with flag 415001/415480
92.73/92.35	c cleaning 10000 clauses out of 20010 with flag 425000/425479
94.72/94.36	c cleaning 9999 clauses out of 20010 with flag 435000/435479
96.73/96.37	c cleaning 10003 clauses out of 20015 with flag 445004/445483
98.43/98.06	c cleaning 10000 clauses out of 20008 with flag 455000/455479
99.93/99.57	c cleaning 9997 clauses out of 20009 with flag 465001/465480
101.53/101.13	c cleaning 9995 clauses out of 20012 with flag 475001/475480
103.13/102.77	c cleaning 10003 clauses out of 20016 with flag 485000/485479
104.63/104.24	c cleaning 10003 clauses out of 20013 with flag 495000/495479
106.13/105.79	c cleaning 10003 clauses out of 20014 with flag 505004/505483
108.03/107.61	c cleaning 9999 clauses out of 20007 with flag 515000/515479
109.84/109.47	c cleaning 10000 clauses out of 20009 with flag 525001/525480
111.74/111.38	c cleaning 9998 clauses out of 20008 with flag 535000/535479
113.64/113.23	c cleaning 9999 clauses out of 20010 with flag 545000/545479
115.24/114.84	c cleaning 10002 clauses out of 20013 with flag 555002/555481
116.64/116.22	c cleaning 10003 clauses out of 20011 with flag 565002/565481
118.15/117.73	c cleaning 9999 clauses out of 20007 with flag 575001/575480
119.94/119.51	c cleaning 10001 clauses out of 20010 with flag 585003/585482
122.04/121.60	c cleaning 9994 clauses out of 20006 with flag 595000/595479
123.85/123.43	c cleaning 10002 clauses out of 20013 with flag 605001/605480
125.45/125.01	c cleaning 9991 clauses out of 20010 with flag 615000/615479
127.15/126.76	c cleaning 10007 clauses out of 20020 with flag 625001/625480
128.75/128.39	c cleaning 10002 clauses out of 20013 with flag 635001/635480
130.45/130.00	c cleaning 10002 clauses out of 20010 with flag 645000/645479
132.15/131.73	c cleaning 10000 clauses out of 20008 with flag 655000/655479
133.85/133.46	c cleaning 9996 clauses out of 20008 with flag 665000/665479
135.57/135.16	c cleaning 10004 clauses out of 20013 with flag 675001/675480
137.27/136.81	c cleaning 9998 clauses out of 20010 with flag 685002/685481
138.87/138.46	c cleaning 10002 clauses out of 20012 with flag 695002/695481
140.58/140.17	c cleaning 9999 clauses out of 20009 with flag 705001/705480
142.38/141.95	c cleaning 10001 clauses out of 20009 with flag 715000/715479
143.88/143.47	c cleaning 10002 clauses out of 20012 with flag 725004/725483
145.18/144.78	c cleaning 9998 clauses out of 20010 with flag 735004/735483
146.79/146.39	c cleaning 10000 clauses out of 20008 with flag 745000/745479
148.49/148.06	c cleaning 10002 clauses out of 20009 with flag 755001/755480
149.89/149.44	c cleaning 9998 clauses out of 20006 with flag 765000/765479
151.39/150.96	c cleaning 9999 clauses out of 20011 with flag 775003/775482
153.10/152.67	c cleaning 10003 clauses out of 20011 with flag 785002/785481
154.80/154.34	c cleaning 10001 clauses out of 20008 with flag 795002/795481
156.40/155.92	c cleaning 9987 clauses out of 20005 with flag 805000/805479
158.00/157.58	c cleaning 10004 clauses out of 20018 with flag 815000/815479
159.70/159.25	c cleaning 9998 clauses out of 20014 with flag 825000/825479
161.20/160.74	c cleaning 10002 clauses out of 20016 with flag 835000/835479
162.80/162.30	c cleaning 10001 clauses out of 20014 with flag 845000/845479
164.41/163.93	c cleaning 10002 clauses out of 20015 with flag 855002/855481
166.11/165.65	c cleaning 10000 clauses out of 20011 with flag 865000/865479
167.72/167.24	c cleaning 10000 clauses out of 20013 with flag 875002/875481
169.51/169.07	c cleaning 10000 clauses out of 20014 with flag 885003/885482
171.12/170.66	c cleaning 9991 clauses out of 20011 with flag 895000/895479
172.72/172.28	c cleaning 9998 clauses out of 20020 with flag 905000/905479
174.12/173.62	c cleaning 10007 clauses out of 20023 with flag 915001/915480
175.82/175.35	c cleaning 9997 clauses out of 20017 with flag 925002/925481
177.42/176.91	c cleaning 10004 clauses out of 20020 with flag 935002/935481
179.02/178.51	c cleaning 10003 clauses out of 20016 with flag 945002/945481
180.62/180.12	c cleaning 9990 clauses out of 20011 with flag 955000/955479
182.32/181.86	c cleaning 10007 clauses out of 20021 with flag 965000/965479
184.13/183.63	c cleaning 10000 clauses out of 20014 with flag 975000/975479
185.63/185.20	c cleaning 10004 clauses out of 20015 with flag 985001/985480
187.23/186.78	c cleaning 10004 clauses out of 20011 with flag 995001/995480
188.83/188.30	c cleaning 10000 clauses out of 20007 with flag 1005001/1005480
190.23/189.78	c cleaning 9999 clauses out of 20008 with flag 1015002/1015481
191.84/191.33	c cleaning 9997 clauses out of 20008 with flag 1025001/1025480
193.43/192.96	c cleaning 9994 clauses out of 20010 with flag 1035000/1035479
194.83/194.32	c cleaning 10000 clauses out of 20017 with flag 1045001/1045480
196.24/195.75	c cleaning 10004 clauses out of 20017 with flag 1055001/1055480
197.63/197.19	c cleaning 9998 clauses out of 20012 with flag 1065000/1065479
199.04/198.59	c cleaning 9998 clauses out of 20014 with flag 1075000/1075479
200.44/199.97	c cleaning 10003 clauses out of 20016 with flag 1085000/1085479
201.74/201.29	c cleaning 10002 clauses out of 20014 with flag 1095001/1095480
203.14/202.67	c cleaning 9999 clauses out of 20011 with flag 1105000/1105479
204.64/204.10	c cleaning 10002 clauses out of 20013 with flag 1115001/1115480
205.84/205.39	c cleaning 10000 clauses out of 20010 with flag 1125000/1125479
207.14/206.69	c cleaning 9999 clauses out of 20010 with flag 1135000/1135479
208.54/208.06	c cleaning 10002 clauses out of 20012 with flag 1145001/1145480
209.95/209.48	c cleaning 10003 clauses out of 20012 with flag 1155003/1155482
211.35/210.83	c cleaning 10000 clauses out of 20006 with flag 1165000/1165479
212.65/212.16	c cleaning 10002 clauses out of 20007 with flag 1175001/1175480
214.25/213.70	c cleaning 9998 clauses out of 20004 with flag 1185000/1185479
215.65/215.19	c cleaning 10001 clauses out of 20007 with flag 1195001/1195480
217.35/216.84	c cleaning 10003 clauses out of 20011 with flag 1205006/1205485
218.86/218.32	c cleaning 9994 clauses out of 20003 with flag 1215001/1215480
220.16/219.61	c cleaning 10001 clauses out of 20008 with flag 1225000/1225479
221.57/221.04	c cleaning 10000 clauses out of 20008 with flag 1235001/1235480
222.96/222.47	c cleaning 9998 clauses out of 20007 with flag 1245000/1245479
224.46/223.99	c cleaning 10003 clauses out of 20011 with flag 1255002/1255481
225.97/225.44	c cleaning 10000 clauses out of 20007 with flag 1265001/1265480
227.36/226.89	c cleaning 9999 clauses out of 20007 with flag 1275001/1275480
228.96/228.40	c cleaning 10002 clauses out of 20009 with flag 1285002/1285481
230.37/229.85	c cleaning 10000 clauses out of 20006 with flag 1295001/1295480
231.87/231.34	c cleaning 10001 clauses out of 20005 with flag 1305000/1305479
233.48/232.91	c cleaning 10000 clauses out of 20005 with flag 1315001/1315480
235.08/234.50	c cleaning 10000 clauses out of 20006 with flag 1325002/1325481
236.68/236.19	c cleaning 9992 clauses out of 20005 with flag 1335001/1335480
238.38/237.84	c cleaning 9999 clauses out of 20013 with flag 1345001/1345480
240.29/239.71	c cleaning 9997 clauses out of 20013 with flag 1355000/1355479
241.88/241.38	c cleaning 10000 clauses out of 20018 with flag 1365002/1365481
243.49/242.92	c cleaning 10000 clauses out of 20018 with flag 1375002/1375481
244.99/244.44	c cleaning 9995 clauses out of 20018 with flag 1385002/1385481
246.49/245.96	c cleaning 10007 clauses out of 20022 with flag 1395001/1395480
247.89/247.38	c cleaning 10001 clauses out of 20016 with flag 1405002/1405481
249.49/248.93	c cleaning 10005 clauses out of 20017 with flag 1415004/1415483
251.19/250.60	c cleaning 9999 clauses out of 20008 with flag 1425000/1425479
252.79/252.24	c cleaning 10000 clauses out of 20009 with flag 1435000/1435479
254.49/253.91	c cleaning 10001 clauses out of 20009 with flag 1445000/1445479
255.80/255.25	c cleaning 10000 clauses out of 20009 with flag 1455001/1455480
257.30/256.71	c cleaning 9998 clauses out of 20011 with flag 1465003/1465482
258.60/258.04	c cleaning 10002 clauses out of 20011 with flag 1475001/1475480
259.90/259.37	c cleaning 10002 clauses out of 20011 with flag 1485003/1485482
261.31/260.74	c cleaning 9999 clauses out of 20007 with flag 1495001/1495480
262.70/262.14	c cleaning 9996 clauses out of 20008 with flag 1505001/1505480
264.10/263.53	c cleaning 9998 clauses out of 20012 with flag 1515001/1515480
265.50/264.91	c cleaning 10003 clauses out of 20016 with flag 1525003/1525482
266.90/266.36	c cleaning 10002 clauses out of 20010 with flag 1535000/1535479
268.50/267.93	c cleaning 10001 clauses out of 20009 with flag 1545001/1545480
270.01/269.43	c cleaning 9999 clauses out of 20007 with flag 1555000/1555479
271.40/270.89	c cleaning 10002 clauses out of 20013 with flag 1565005/1565484
272.91/272.38	c cleaning 9999 clauses out of 20006 with flag 1575000/1575479
274.41/273.90	c cleaning 9999 clauses out of 20009 with flag 1585002/1585481
276.01/275.47	c cleaning 9998 clauses out of 20008 with flag 1595000/1595479
277.62/277.04	c cleaning 9999 clauses out of 20010 with flag 1605000/1605479
279.12/278.50	c cleaning 10001 clauses out of 20011 with flag 1615000/1615479
280.72/280.18	c cleaning 10000 clauses out of 20010 with flag 1625000/1625479
282.32/281.77	c cleaning 10000 clauses out of 20010 with flag 1635000/1635479
283.73/283.10	c cleaning 10000 clauses out of 20010 with flag 1645000/1645479
285.03/284.42	c cleaning 9999 clauses out of 20010 with flag 1655000/1655479
286.54/285.94	c cleaning 10001 clauses out of 20013 with flag 1665002/1665481
287.93/287.31	c cleaning 10004 clauses out of 20013 with flag 1675003/1675482
289.43/288.82	c cleaning 9997 clauses out of 20007 with flag 1685001/1685480
290.83/290.26	c cleaning 10001 clauses out of 20010 with flag 1695001/1695480
292.34/291.75	c cleaning 10003 clauses out of 20010 with flag 1705002/1705481
293.84/293.29	c cleaning 10000 clauses out of 20007 with flag 1715002/1715481
295.24/294.63	c cleaning 10000 clauses out of 20006 with flag 1725001/1725480
296.74/296.13	c cleaning 9996 clauses out of 20005 with flag 1735000/1735479
298.14/297.56	c cleaning 10005 clauses out of 20011 with flag 1745002/1745481
299.64/299.07	c cleaning 9997 clauses out of 20006 with flag 1755002/1755481
301.25/300.64	c cleaning 10000 clauses out of 20007 with flag 1765000/1765479
302.84/302.24	c cleaning 10001 clauses out of 20007 with flag 1775000/1775479
304.35/303.77	c cleaning 10000 clauses out of 20007 with flag 1785001/1785480
306.05/305.42	c cleaning 10001 clauses out of 20007 with flag 1795001/1795480
307.56/306.92	c cleaning 10000 clauses out of 20006 with flag 1805001/1805480
309.25/308.65	c cleaning 9999 clauses out of 20005 with flag 1815000/1815479
310.65/310.07	c cleaning 10000 clauses out of 20008 with flag 1825002/1825481
312.26/311.68	c cleaning 9998 clauses out of 20006 with flag 1835000/1835479
313.76/313.19	c cleaning 9999 clauses out of 20008 with flag 1845000/1845479
315.36/314.70	c cleaning 10000 clauses out of 20010 with flag 1855001/1855480
316.86/316.26	c cleaning 10002 clauses out of 20011 with flag 1865002/1865481
318.47/317.82	c cleaning 9997 clauses out of 20007 with flag 1875000/1875479
319.86/319.27	c cleaning 10001 clauses out of 20010 with flag 1885000/1885479
321.36/320.76	c cleaning 10002 clauses out of 20010 with flag 1895001/1895480
322.87/322.28	c cleaning 9997 clauses out of 20007 with flag 1905000/1905479
324.37/323.78	c cleaning 10003 clauses out of 20013 with flag 1915003/1915482
325.87/325.26	c cleaning 9999 clauses out of 20007 with flag 1925000/1925479
327.17/326.58	c cleaning 9999 clauses out of 20010 with flag 1935002/1935481
328.87/328.20	c cleaning 10001 clauses out of 20011 with flag 1945002/1945481
330.27/329.66	c cleaning 10002 clauses out of 20012 with flag 1955004/1955483
331.78/331.19	c cleaning 10000 clauses out of 20007 with flag 1965001/1965480
333.27/332.61	c cleaning 10000 clauses out of 20008 with flag 1975002/1975481
334.78/334.13	c cleaning 10000 clauses out of 20010 with flag 1985004/1985483
336.48/335.86	c cleaning 9999 clauses out of 20006 with flag 1995000/1995479
338.29/337.70	c cleaning 9992 clauses out of 20008 with flag 2005001/2005480
339.99/339.35	c cleaning 10004 clauses out of 20016 with flag 2015001/2015480
341.49/340.87	c cleaning 10002 clauses out of 20013 with flag 2025002/2025481
343.29/342.61	c cleaning 10000 clauses out of 20009 with flag 2035000/2035479
344.89/344.26	c cleaning 10001 clauses out of 20009 with flag 2045000/2045479
346.59/345.95	c cleaning 9997 clauses out of 20008 with flag 2055000/2055479
347.99/347.35	c cleaning 10000 clauses out of 20012 with flag 2065001/2065480
349.40/348.78	c cleaning 10001 clauses out of 20013 with flag 2075002/2075481
351.00/350.35	c cleaning 10000 clauses out of 20010 with flag 2085000/2085479
352.60/351.94	c cleaning 9998 clauses out of 20010 with flag 2095000/2095479
354.10/353.48	c cleaning 9997 clauses out of 20012 with flag 2105000/2105479
355.70/355.01	c cleaning 10003 clauses out of 20018 with flag 2115003/2115482
357.11/356.46	c cleaning 10004 clauses out of 20015 with flag 2125003/2125482
358.60/357.91	c cleaning 9997 clauses out of 20008 with flag 2135000/2135479
360.01/359.36	c cleaning 10001 clauses out of 20014 with flag 2145003/2145482
361.51/360.84	c cleaning 10001 clauses out of 20011 with flag 2155001/2155480
363.01/362.36	c cleaning 9999 clauses out of 20009 with flag 2165000/2165479
364.31/363.66	c cleaning 10000 clauses out of 20010 with flag 2175000/2175479
365.71/365.06	c cleaning 9998 clauses out of 20012 with flag 2185002/2185481
367.31/366.63	c cleaning 10001 clauses out of 20013 with flag 2195001/2195480
368.71/368.00	c cleaning 10004 clauses out of 20011 with flag 2205000/2205479
370.01/369.32	c cleaning 9998 clauses out of 20008 with flag 2215001/2215480
371.32/370.67	c cleaning 10001 clauses out of 20009 with flag 2225000/2225479
372.81/372.14	c cleaning 10002 clauses out of 20010 with flag 2235002/2235481
374.12/373.49	c cleaning 10002 clauses out of 20007 with flag 2245001/2245480
375.62/374.92	c cleaning 10000 clauses out of 20005 with flag 2255001/2255480
377.02/376.32	c cleaning 9999 clauses out of 20004 with flag 2265000/2265479
378.22/377.56	c cleaning 9998 clauses out of 20006 with flag 2275001/2275480
379.72/379.00	c cleaning 10003 clauses out of 20008 with flag 2285001/2285480
381.02/380.39	c cleaning 9997 clauses out of 20004 with flag 2295000/2295479
382.43/381.75	c cleaning 10000 clauses out of 20007 with flag 2305000/2305479
383.82/383.16	c cleaning 10003 clauses out of 20007 with flag 2315000/2315479
385.12/384.41	c cleaning 10000 clauses out of 20004 with flag 2325000/2325479
386.43/385.78	c cleaning 9999 clauses out of 20004 with flag 2335000/2335479
387.94/387.25	c cleaning 9998 clauses out of 20005 with flag 2345000/2345479
389.68/388.75	c cleaning 10003 clauses out of 20009 with flag 2355002/2355481
391.47/390.29	c cleaning 9998 clauses out of 20006 with flag 2365003/2365482
393.09/391.87	c cleaning 10002 clauses out of 20007 with flag 2375002/2375481
394.39/393.18	c starts		: 231
394.39/393.18	c conflicts		: 2384877
394.39/393.18	c decisions		: 2756750
394.39/393.18	c propagations		: 35809215
394.39/393.18	c inspects		: 6197043908
394.39/393.18	c shortcuts		: 0
394.39/393.18	c learnt literals	: 7
394.39/393.18	c learnt binary clauses	: 23
394.39/393.18	c learnt ternary clauses	: 54
394.39/393.18	c learnt constraints	: 2384869
394.39/393.18	c ignored constraints	: 0
394.39/393.18	c root simplifications	: 0
394.39/393.18	c removed literals (reason simplification)	: 15582441
394.39/393.18	c reason swapping (by a shorter reason)	: 0
394.39/393.18	c Calls to reduceDB	: 239
394.39/393.18	c number of reductions to clauses (during analyze)	: 0
394.39/393.18	c number of learned constraints concerned by reduction	: 0
394.39/393.18	c number of learning phase by resolution	: 0
394.39/393.18	c number of learning phase by cutting planes	: 0
394.39/393.18	c speed (assignments/second)	: 91127.1023185625
394.39/393.18	c non guided choices	143
394.39/393.18	c learnt constraints type 
394.39/393.18	c constraints type 
394.39/393.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11
394.39/393.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
394.39/393.18	s OPTIMUM FOUND
394.39/393.18	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 
394.39/393.18	c objective function=1
394.39/393.18	c Total wall clock time (in seconds): 393.073

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492583-1307910912/watcher-3492583-1307910912 -o /var/tmp/evaluation-result-3492583-1307910912/solver-3492583-1307910912 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492583-1307910912.wbo 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.95 3/195 11406
/proc/meminfo: memFree=1679228/32950928 swapFree=67055156/67111528
[pid=11406] ppid=11404 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/11406/stat : 11406 (java) R 11404 11406 9537 0 -1 4202496 953 0 0 0 0 0 0 0 25 0 1 0 902691039 23580672 695 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248084735464 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11406/statm: 5757 695 512 9 0 124 0

[startup+0.0552649 s]
/proc/loadavg: 1.92 1.98 1.95 3/195 11406
/proc/meminfo: memFree=1679228/32950928 swapFree=67055156/67111528
[pid=11406] ppid=11404 vsize=10467696 CPUtime=0.04 cores=1,3,5,7
/proc/11406/stat : 11406 (java) S 11404 11406 9537 0 -1 4202496 11465 0 1 0 3 1 0 0 25 0 13 0 902691039 10718920704 11160 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101500901 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/11406/statm: 2616924 11161 1685 9 0 2607672 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467696

[startup+0.100256 s]
/proc/loadavg: 1.92 1.98 1.95 3/195 11406
/proc/meminfo: memFree=1679228/32950928 swapFree=67055156/67111528
[pid=11406] ppid=11404 vsize=10540476 CPUtime=0.1 cores=1,3,5,7
/proc/11406/stat : 11406 (java) S 11404 11406 9537 0 -1 4202496 13117 0 1 0 9 1 0 0 25 0 18 0 902691039 10793447424 12765 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11406/statm: 2635119 12765 2092 9 0 2625853 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540476

[startup+0.30022 s]
/proc/loadavg: 1.92 1.98 1.95 3/195 11406
/proc/meminfo: memFree=1679228/32950928 swapFree=67055156/67111528
[pid=11406] ppid=11404 vsize=10544576 CPUtime=0.48 cores=1,3,5,7
/proc/11406/stat : 11406 (java) S 11404 11406 9537 0 -1 4202496 15483 0 1 0 46 2 0 0 25 0 19 0 902691039 10797645824 14393 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11406/statm: 2636144 14393 2194 9 0 2626878 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10544576

[startup+0.70015 s]
/proc/loadavg: 1.92 1.98 1.95 3/195 11406
/proc/meminfo: memFree=1679228/32950928 swapFree=67055156/67111528
[pid=11406] ppid=11404 vsize=10544576 CPUtime=0.94 cores=1,3,5,7
/proc/11406/stat : 11406 (java) S 11404 11406 9537 0 -1 4202496 16021 0 1 0 92 2 0 0 25 0 19 0 902691039 10797645824 14771 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11406/statm: 2636144 14771 2203 9 0 2626878 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10544576

[startup+1.50101 s]
/proc/loadavg: 1.92 1.98 1.95 3/214 11425
/proc/meminfo: memFree=1626456/32950928 swapFree=67055156/67111528
[pid=11406] ppid=11404 vsize=10544576 CPUtime=1.78 cores=1,3,5,7
/proc/11406/stat : 11406 (java) S 11404 11406 9537 0 -1 4202496 17303 0 1 0 176 2 0 0 25 0 19 0 902691039 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11406/statm: 2636144 16015 2233 9 0 2626878 0
[pid=11406/tid=11408] ppid=11404 vsize=10544576 CPUtime=1.45 cores=1,3,5,7
/proc/11406/task/11408/stat : 11408 (java) R 11404 11406 9537 0 -1 4202560 12007 0 1 0 144 1 0 0 25 0 19 0 902691040 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 46912505572082 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11406/tid=11409] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 9537 0 -1 4202560 239 0 0 0 0 0 0 0 16 0 19 0 902691041 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 9537 0 -1 4202560 160 0 0 0 0 0 0 0 16 0 19 0 902691041 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11414] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 9537 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 9537 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11416] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 9537 0 -1 4202560 198 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=10544576 CPUtime=0.02 cores=1,3,5,7
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 9537 0 -1 4202560 511 0 0 0 2 0 0 0 16 0 19 0 902691042 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 0 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11418] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 9537 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902691043 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11419] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11419/stat : 11419 (java) S 11404 11406 9537 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902691043 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11420] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11420/stat : 11420 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902691045 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101521841 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11421] ppid=11404 vsize=10544576 CPUtime=0.12 cores=1,3,5,7
/proc/11406/task/11421/stat : 11421 (java) S 11404 11406 9537 0 -1 4202560 906 0 0 0 12 0 0 0 16 0 19 0 902691045 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11422] ppid=11404 vsize=10544576 CPUtime=0.16 cores=1,3,5,7
/proc/11406/task/11422/stat : 11422 (java) S 11404 11406 9537 0 -1 4202560 2000 0 0 0 16 0 0 0 15 0 19 0 902691045 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11423] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11423/stat : 11423 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902691045 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11424] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11424/stat : 11424 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902691045 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11425] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11425/stat : 11425 (java) S 11404 11406 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902691052 10797645824 16015 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 10544576

[startup+3.10072 s]
/proc/loadavg: 1.92 1.98 1.95 3/214 11425
/proc/meminfo: memFree=1623728/32950928 swapFree=67055156/67111528
[pid=11406] ppid=11404 vsize=10544576 CPUtime=3.39 cores=1,3,5,7
/proc/11406/stat : 11406 (java) S 11404 11406 9537 0 -1 4202496 17620 0 1 0 337 2 0 0 25 0 19 0 902691039 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11406/statm: 2636144 16331 2233 9 0 2626878 0
[pid=11406/tid=11408] ppid=11404 vsize=10544576 CPUtime=3.04 cores=1,3,5,7
/proc/11406/task/11408/stat : 11408 (java) R 11404 11406 9537 0 -1 4202560 12008 0 1 0 303 1 0 0 25 0 19 0 902691040 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 46912505531296 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11406/tid=11409] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 9537 0 -1 4202560 239 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 9537 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 9537 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11414] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 9537 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 19 0 902691041 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 9537 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11416] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 9537 0 -1 4202560 245 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=10544576 CPUtime=0.03 cores=1,3,5,7
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 9537 0 -1 4202560 687 0 0 0 3 0 0 0 16 0 19 0 902691042 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 0 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11418] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 9537 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902691043 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11419] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11419/stat : 11419 (java) S 11404 11406 9537 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902691043 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11420] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11420/stat : 11420 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902691045 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101521841 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11421] ppid=11404 vsize=10544576 CPUtime=0.13 cores=1,3,5,7
/proc/11406/task/11421/stat : 11421 (java) S 11404 11406 9537 0 -1 4202560 908 0 0 0 13 0 0 0 15 0 19 0 902691045 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11422] ppid=11404 vsize=10544576 CPUtime=0.16 cores=1,3,5,7
/proc/11406/task/11422/stat : 11422 (java) S 11404 11406 9537 0 -1 4202560 2000 0 0 0 16 0 0 0 15 0 19 0 902691045 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11423] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11423/stat : 11423 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902691045 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11424] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11424/stat : 11424 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902691045 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11425] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11425/stat : 11425 (java) S 11404 11406 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902691052 10797645824 16331 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 10544576

[startup+6.30116 s]
/proc/loadavg: 1.93 1.98 1.95 3/214 11425
/proc/meminfo: memFree=1621228/32950928 swapFree=67055156/67111528
[pid=11406] ppid=11404 vsize=10544576 CPUtime=6.63 cores=1,3,5,7
/proc/11406/stat : 11406 (java) S 11404 11406 9537 0 -1 4202496 18177 0 1 0 661 2 0 0 25 0 19 0 902691039 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11406/statm: 2636144 16775 2244 9 0 2626878 0
[pid=11406/tid=11408] ppid=11404 vsize=10544576 CPUtime=6.2 cores=1,3,5,7
/proc/11406/task/11408/stat : 11408 (java) R 11404 11406 9537 0 -1 4202560 12010 0 1 0 619 1 0 0 25 0 19 0 902691040 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 46912505572082 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11406/tid=11409] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 9537 0 -1 4202560 250 0 0 0 0 0 0 0 16 0 19 0 902691041 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 9537 0 -1 4202560 83 0 0 0 0 0 0 0 16 0 19 0 902691041 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 9537 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 9537 0 -1 4202560 77 0 0 0 0 0 0 0 16 0 19 0 902691041 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11414] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 9537 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 9537 0 -1 4202560 235 0 0 0 0 0 0 0 16 0 19 0 902691041 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11416] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 9537 0 -1 4202560 245 0 0 0 0 0 0 0 15 0 19 0 902691041 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=10544576 CPUtime=0.06 cores=1,3,5,7
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 9537 0 -1 4202560 918 0 0 0 6 0 0 0 16 0 19 0 902691042 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 0 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11418] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 9537 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902691043 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11419] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11419/stat : 11419 (java) S 11404 11406 9537 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902691043 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11420] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11420/stat : 11420 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902691045 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101521841 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11421] ppid=11404 vsize=10544576 CPUtime=0.16 cores=1,3,5,7
/proc/11406/task/11421/stat : 11421 (java) S 11404 11406 9537 0 -1 4202560 977 0 0 0 16 0 0 0 15 0 19 0 902691045 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11422] ppid=11404 vsize=10544576 CPUtime=0.16 cores=1,3,5,7
/proc/11406/task/11422/stat : 11422 (java) S 11404 11406 9537 0 -1 4202560 2000 0 0 0 16 0 0 0 15 0 19 0 902691045 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11423] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11423/stat : 11423 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902691045 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11424] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11424/stat : 11424 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902691045 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11425] ppid=11404 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11425/stat : 11425 (java) S 11404 11406 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902691052 10797645824 16775 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.63
Current children cumulated vsize (KiB) 10544576

[startup+12.701 s]

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

/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 9537 0 -1 4202560 276 0 0 0 8 0 0 0 16 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 9537 0 -1 4202560 110 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 9537 0 -1 4202560 181 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=10565088 CPUtime=0.09 cores=1,3,5,7
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 9537 0 -1 4202560 105 0 0 0 9 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 9537 0 -1 4202560 38 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11414] ppid=11404 vsize=10565088 CPUtime=0.09 cores=1,3,5,7
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 9537 0 -1 4202560 99 0 0 0 9 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=10565088 CPUtime=0.09 cores=1,3,5,7
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 9537 0 -1 4202560 262 0 0 0 9 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11416] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 9537 0 -1 4202560 268 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=10565088 CPUtime=3.56 cores=1,3,5,7
/proc/11406/task/11417/stat : 11417 (java) R 11404 11406 9537 0 -1 4202560 1921 0 0 0 355 1 0 0 15 0 19 0 902691042 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 47328454384752 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=11406/tid=11418] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 9537 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902691043 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11419] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11419/stat : 11419 (java) S 11404 11406 9537 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902691043 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11420] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11420/stat : 11420 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101521841 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11421] ppid=11404 vsize=10565088 CPUtime=0.68 cores=1,3,5,7
/proc/11406/task/11421/stat : 11421 (java) S 11404 11406 9537 0 -1 4202560 9266 0 0 0 67 1 0 0 15 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11422] ppid=11404 vsize=10565088 CPUtime=0.2 cores=1,3,5,7
/proc/11406/task/11422/stat : 11422 (java) S 11404 11406 9537 0 -1 4202560 2185 0 0 0 20 0 0 0 15 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11423] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11423/stat : 11423 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11424] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11424/stat : 11424 (java) S 11404 11406 9537 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11425] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11425/stat : 11425 (java) S 11404 11406 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902691052 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 391.57
Current children cumulated vsize (KiB) 10565088

[startup+391.901 s]
/proc/loadavg: 2.01 2.02 1.96 3/214 11549
/proc/meminfo: memFree=1570076/32950928 swapFree=67055156/67111528
[pid=11406] ppid=11404 vsize=10565088 CPUtime=393.19 cores=1,3,5,7
/proc/11406/stat : 11406 (java) S 11404 11406 9537 0 -1 4202496 28137 0 1 0 39312 7 0 0 25 0 19 0 902691039 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11406/statm: 2641272 22867 2249 9 0 2632006 0
[pid=11406/tid=11408] ppid=11404 vsize=10565088 CPUtime=387.95 cores=1,3,5,7
/proc/11406/task/11408/stat : 11408 (java) R 11404 11406 9537 0 -1 4202560 12253 0 1 0 38793 2 0 0 25 0 19 0 902691040 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 46912505507787 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11406/tid=11409] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 9537 0 -1 4202560 276 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 9537 0 -1 4202560 110 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 9537 0 -1 4202560 181 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=10565088 CPUtime=0.09 cores=1,3,5,7
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 9537 0 -1 4202560 105 0 0 0 9 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 9537 0 -1 4202560 38 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11414] ppid=11404 vsize=10565088 CPUtime=0.09 cores=1,3,5,7
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 9537 0 -1 4202560 99 0 0 0 9 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=10565088 CPUtime=0.09 cores=1,3,5,7
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 9537 0 -1 4202560 262 0 0 0 9 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11416] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 9537 0 -1 4202560 268 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=10565088 CPUtime=3.59 cores=1,3,5,7
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 9537 0 -1 4202560 1921 0 0 0 358 1 0 0 16 0 19 0 902691042 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 0 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11418] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 9537 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902691043 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11419] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11419/stat : 11419 (java) S 11404 11406 9537 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902691043 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11420] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11420/stat : 11420 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101521841 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11421] ppid=11404 vsize=10565088 CPUtime=0.69 cores=1,3,5,7
/proc/11406/task/11421/stat : 11421 (java) S 11404 11406 9537 0 -1 4202560 9266 0 0 0 68 1 0 0 15 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11422] ppid=11404 vsize=10565088 CPUtime=0.21 cores=1,3,5,7
/proc/11406/task/11422/stat : 11422 (java) S 11404 11406 9537 0 -1 4202560 2185 0 0 0 21 0 0 0 15 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11423] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11423/stat : 11423 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11424] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11424/stat : 11424 (java) S 11404 11406 9537 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11425] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11425/stat : 11425 (java) S 11404 11406 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902691052 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 393.19
Current children cumulated vsize (KiB) 10565088

[startup+392.707 s]
/proc/loadavg: 2.01 2.02 1.96 3/214 11550
/proc/meminfo: memFree=1569828/32950928 swapFree=67055156/67111528
[pid=11406] ppid=11404 vsize=10565088 CPUtime=394 cores=1,3,5,7
/proc/11406/stat : 11406 (java) S 11404 11406 9537 0 -1 4202496 28137 0 1 0 39393 7 0 0 25 0 19 0 902691039 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11406/statm: 2641272 22867 2249 9 0 2632006 0
[pid=11406/tid=11408] ppid=11404 vsize=10565088 CPUtime=388.75 cores=1,3,5,7
/proc/11406/task/11408/stat : 11408 (java) R 11404 11406 9537 0 -1 4202560 12253 0 1 0 38873 2 0 0 25 0 19 0 902691040 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 46912505507795 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11406/tid=11409] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 9537 0 -1 4202560 276 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 9537 0 -1 4202560 110 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 9537 0 -1 4202560 181 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=10565088 CPUtime=0.09 cores=1,3,5,7
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 9537 0 -1 4202560 105 0 0 0 9 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 9537 0 -1 4202560 38 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11414] ppid=11404 vsize=10565088 CPUtime=0.09 cores=1,3,5,7
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 9537 0 -1 4202560 99 0 0 0 9 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=10565088 CPUtime=0.09 cores=1,3,5,7
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 9537 0 -1 4202560 262 0 0 0 9 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11416] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 9537 0 -1 4202560 268 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=10565088 CPUtime=3.59 cores=1,3,5,7
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 9537 0 -1 4202560 1921 0 0 0 358 1 0 0 16 0 19 0 902691042 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 0 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11418] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 9537 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902691043 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11419] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11419/stat : 11419 (java) S 11404 11406 9537 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902691043 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11420] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11420/stat : 11420 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101521841 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11421] ppid=11404 vsize=10565088 CPUtime=0.69 cores=1,3,5,7
/proc/11406/task/11421/stat : 11421 (java) S 11404 11406 9537 0 -1 4202560 9266 0 0 0 68 1 0 0 15 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11422] ppid=11404 vsize=10565088 CPUtime=0.21 cores=1,3,5,7
/proc/11406/task/11422/stat : 11422 (java) S 11404 11406 9537 0 -1 4202560 2185 0 0 0 21 0 0 0 15 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11423] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11423/stat : 11423 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11424] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11424/stat : 11424 (java) S 11404 11406 9537 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11425] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11425/stat : 11425 (java) S 11404 11406 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902691052 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 394
Current children cumulated vsize (KiB) 10565088

[startup+393.101 s]
/proc/loadavg: 2.01 2.02 1.96 3/214 11550
/proc/meminfo: memFree=1569828/32950928 swapFree=67055156/67111528
[pid=11406] ppid=11404 vsize=10565088 CPUtime=394.39 cores=1,3,5,7
/proc/11406/stat : 11406 (java) S 11404 11406 9537 0 -1 4202496 28137 0 1 0 39432 7 0 0 25 0 19 0 902691039 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101500901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/11406/statm: 2641272 22867 2249 9 0 2632006 0
[pid=11406/tid=11408] ppid=11404 vsize=10565088 CPUtime=389.15 cores=1,3,5,7
/proc/11406/task/11408/stat : 11408 (java) R 11404 11406 9537 0 -1 4202560 12253 0 1 0 38913 2 0 0 25 0 19 0 902691040 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 46912505508616 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11406/tid=11409] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11409/stat : 11409 (java) S 11404 11406 9537 0 -1 4202560 276 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11410] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11410/stat : 11410 (java) S 11404 11406 9537 0 -1 4202560 110 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11411] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11411/stat : 11411 (java) S 11404 11406 9537 0 -1 4202560 181 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11412] ppid=11404 vsize=10565088 CPUtime=0.09 cores=1,3,5,7
/proc/11406/task/11412/stat : 11412 (java) S 11404 11406 9537 0 -1 4202560 105 0 0 0 9 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11413] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11413/stat : 11413 (java) S 11404 11406 9537 0 -1 4202560 38 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11414] ppid=11404 vsize=10565088 CPUtime=0.09 cores=1,3,5,7
/proc/11406/task/11414/stat : 11414 (java) S 11404 11406 9537 0 -1 4202560 99 0 0 0 9 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 7 0 0 0
[pid=11406/tid=11415] ppid=11404 vsize=10565088 CPUtime=0.09 cores=1,3,5,7
/proc/11406/task/11415/stat : 11415 (java) S 11404 11406 9537 0 -1 4202560 262 0 0 0 9 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11416] ppid=11404 vsize=10565088 CPUtime=0.08 cores=1,3,5,7
/proc/11406/task/11416/stat : 11416 (java) S 11404 11406 9537 0 -1 4202560 268 0 0 0 8 0 0 0 15 0 19 0 902691041 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11417] ppid=11404 vsize=10565088 CPUtime=3.59 cores=1,3,5,7
/proc/11406/task/11417/stat : 11417 (java) S 11404 11406 9537 0 -1 4202560 1921 0 0 0 358 1 0 0 16 0 19 0 902691042 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 0 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11418] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11418/stat : 11418 (java) S 11404 11406 9537 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 902691043 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11419] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11419/stat : 11419 (java) S 11404 11406 9537 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 902691043 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11420] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11420/stat : 11420 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101521841 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11421] ppid=11404 vsize=10565088 CPUtime=0.69 cores=1,3,5,7
/proc/11406/task/11421/stat : 11421 (java) S 11404 11406 9537 0 -1 4202560 9266 0 0 0 68 1 0 0 15 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 5 0 0 0
[pid=11406/tid=11422] ppid=11404 vsize=10565088 CPUtime=0.21 cores=1,3,5,7
/proc/11406/task/11422/stat : 11422 (java) S 11404 11406 9537 0 -1 4202560 2185 0 0 0 21 0 0 0 15 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11423] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11423/stat : 11423 (java) S 11404 11406 9537 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514137 0 4 0 16800975 18446604467613401280 0 0 -1 1 0 0 0
[pid=11406/tid=11424] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11424/stat : 11424 (java) S 11404 11406 9537 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 902691045 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
[pid=11406/tid=11425] ppid=11404 vsize=10565088 CPUtime=0 cores=1,3,5,7
/proc/11406/task/11425/stat : 11425 (java) S 11404 11406 9537 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902691052 10818650112 22867 33554432000 1073741824 1073778376 140736159760512 18446744073709551615 248101514752 0 4 0 16800975 18446604467613401280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 394.39
Current children cumulated vsize (KiB) 10565088

Child status: 30
Real time (s): 393.19
CPU time (s): 394.499
CPU user time (s): 394.416
CPU system time (s): 0.082987
CPU usage (%): 100.333
Max. virtual memory (cumulated for all children) (KiB): 10565088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 394.416
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28163
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= 14828
involuntary context switches= 6579

runsolver used 0.681896 second user time and 1.47278 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-12 22:35:12
IDJOB=3492583
IDBENCH=79175
IDSOLVER=1982
FILE ID=node123/3492583-1307910912
RUNJOBID= node123-1307907982-10982
PBS_JOBID= 13559583
Free space on /var/tmp= 2896 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-11-10--soft-0-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492583-1307910912/watcher-3492583-1307910912 -o /var/tmp/evaluation-result-3492583-1307910912/solver-3492583-1307910912 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492583-1307910912.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 765d2479315862ebcb627a16e181d11d
RANDOM SEED=1690038546

node123.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.838
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.67
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.838
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	: 5226.15
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.838
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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1679632 kB
Buffers:         64260 kB
Cached:       30147996 kB
SwapCached:      10036 kB
Active:       14652196 kB
Inactive:     15672204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1679632 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:             492 kB
Writeback:           0 kB
AnonPages:      109248 kB
Mapped:          21088 kB
Slab:           882164 kB
PageTables:       5016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10562892 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 /var/tmp at the end= 2892 MiB
End job on node123 at 2011-06-12 22:41:46