Trace number 3492832

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 464.375 462.703

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 benchmark34.3248
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492832-1307911823.wbo
0.10/0.10	c reading problem ... 
0.26/0.23	c ... done. Wall clock time 0.122s.
0.26/0.23	c #vars     1415
0.26/0.23	c #constraints  1275
0.26/0.23	c constraints type 
0.26/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1227
0.26/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 48
0.51/0.33	c SATISFIABLE
0.51/0.33	c OPTIMIZING...
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.226
0.51/0.33	o 6
0.51/0.37	c Got one! Elapsed wall clock time (in seconds):0.263
0.51/0.37	o 4
0.78/0.41	c Got one! Elapsed wall clock time (in seconds):0.304
0.78/0.41	o 3
0.78/0.42	c Got one! Elapsed wall clock time (in seconds):0.321
0.78/0.42	o 2
0.78/0.44	c Got one! Elapsed wall clock time (in seconds):0.341
0.78/0.44	o 1
1.42/0.91	c cleaning 2813 clauses out of 5634 with flag 5000/5634
2.16/1.60	c cleaning 4410 clauses out of 8821 with flag 11000/11634
2.97/2.43	c cleaning 5702 clauses out of 11411 with flag 18000/18634
4.08/3.59	c cleaning 6851 clauses out of 13709 with flag 26000/26634
5.59/5.06	c cleaning 7924 clauses out of 15860 with flag 35002/35636
7.20/6.68	c cleaning 8963 clauses out of 17934 with flag 45000/45634
9.00/8.43	c cleaning 9482 clauses out of 18971 with flag 55000/55634
10.80/10.21	c cleaning 9744 clauses out of 19494 with flag 65005/65639
12.50/11.90	c cleaning 9868 clauses out of 19745 with flag 75000/75634
14.10/13.58	c cleaning 9936 clauses out of 19878 with flag 85001/85635
16.01/15.44	c cleaning 9965 clauses out of 19942 with flag 95001/95635
17.91/17.31	c cleaning 9976 clauses out of 19976 with flag 105000/105634
19.61/19.05	c cleaning 9998 clauses out of 20002 with flag 115002/115636
21.41/20.89	c cleaning 9996 clauses out of 20002 with flag 125000/125634
23.10/22.59	c cleaning 10000 clauses out of 20008 with flag 135002/135636
24.81/24.25	c cleaning 10000 clauses out of 20007 with flag 145001/145635
26.60/26.04	c cleaning 10000 clauses out of 20007 with flag 155001/155635
28.31/27.71	c cleaning 9997 clauses out of 20006 with flag 165000/165634
30.01/29.43	c cleaning 9998 clauses out of 20009 with flag 175000/175634
31.71/31.12	c cleaning 9999 clauses out of 20012 with flag 185001/185635
33.41/32.80	c cleaning 10004 clauses out of 20015 with flag 195003/195637
35.01/34.43	c cleaning 9999 clauses out of 20008 with flag 205000/205634
36.51/35.98	c cleaning 10002 clauses out of 20012 with flag 215003/215637
38.02/37.46	c cleaning 9995 clauses out of 20007 with flag 225000/225634
39.61/39.05	c cleaning 10000 clauses out of 20014 with flag 235002/235636
41.32/40.72	c cleaning 10001 clauses out of 20013 with flag 245001/245635
42.81/42.27	c cleaning 10001 clauses out of 20011 with flag 255000/255634
44.52/43.93	c cleaning 10003 clauses out of 20010 with flag 265000/265634
46.02/45.49	c cleaning 10000 clauses out of 20008 with flag 275001/275635
47.72/47.15	c cleaning 9996 clauses out of 20009 with flag 285002/285636
49.32/48.76	c cleaning 10003 clauses out of 20011 with flag 295000/295634
51.02/50.41	c cleaning 9999 clauses out of 20008 with flag 305000/305634
52.62/52.01	c cleaning 10000 clauses out of 20009 with flag 315000/315634
54.23/53.69	c cleaning 10000 clauses out of 20010 with flag 325001/325635
55.83/55.26	c cleaning 10000 clauses out of 20010 with flag 335001/335635
57.43/56.89	c cleaning 9998 clauses out of 20010 with flag 345001/345635
59.23/58.67	c cleaning 10000 clauses out of 20012 with flag 355001/355635
61.04/60.43	c cleaning 10000 clauses out of 20011 with flag 365000/365634
62.74/62.15	c cleaning 10000 clauses out of 20012 with flag 375001/375635
64.35/63.74	c cleaning 10001 clauses out of 20011 with flag 385000/385634
66.04/65.45	c cleaning 9998 clauses out of 20010 with flag 395000/395634
67.75/67.15	c cleaning 10003 clauses out of 20014 with flag 405002/405636
69.54/68.90	c cleaning 10002 clauses out of 20012 with flag 415003/415637
71.15/70.58	c cleaning 10001 clauses out of 20007 with flag 425000/425634
72.84/72.24	c cleaning 9994 clauses out of 20007 with flag 435001/435635
74.45/73.86	c cleaning 10002 clauses out of 20013 with flag 445001/445635
76.15/75.56	c cleaning 10001 clauses out of 20012 with flag 455002/455636
77.75/77.17	c cleaning 9999 clauses out of 20009 with flag 465000/465634
79.45/78.81	c cleaning 10001 clauses out of 20010 with flag 475000/475634
81.15/80.59	c cleaning 10002 clauses out of 20011 with flag 485002/485636
82.95/82.35	c cleaning 9998 clauses out of 20008 with flag 495001/495635
84.66/84.00	c cleaning 9998 clauses out of 20012 with flag 505003/505637
86.15/85.55	c cleaning 10002 clauses out of 20011 with flag 515000/515634
87.85/87.22	c cleaning 9999 clauses out of 20010 with flag 525001/525635
89.46/88.84	c cleaning 9997 clauses out of 20010 with flag 535000/535634
90.96/90.39	c cleaning 10003 clauses out of 20016 with flag 545003/545637
92.56/91.95	c cleaning 10000 clauses out of 20011 with flag 555001/555635
94.06/93.45	c cleaning 10003 clauses out of 20011 with flag 565001/565635
95.66/95.08	c cleaning 9999 clauses out of 20008 with flag 575001/575635
97.26/96.61	c cleaning 10000 clauses out of 20009 with flag 585001/585635
98.96/98.38	c cleaning 9997 clauses out of 20009 with flag 595001/595635
100.56/99.98	c cleaning 9999 clauses out of 20014 with flag 605003/605637
102.27/101.66	c cleaning 10000 clauses out of 20014 with flag 615002/615636
104.08/103.42	c cleaning 9996 clauses out of 20012 with flag 625000/625634
105.77/105.17	c cleaning 10002 clauses out of 20016 with flag 635000/635634
107.49/106.89	c cleaning 10002 clauses out of 20016 with flag 645002/645636
109.19/108.56	c cleaning 10001 clauses out of 20012 with flag 655000/655634
110.70/110.09	c cleaning 9999 clauses out of 20011 with flag 665000/665634
112.19/111.58	c cleaning 9999 clauses out of 20012 with flag 675000/675634
113.90/113.26	c cleaning 9998 clauses out of 20013 with flag 685000/685634
115.50/114.88	c cleaning 10001 clauses out of 20016 with flag 695001/695635
117.20/116.52	c cleaning 10001 clauses out of 20014 with flag 705000/705634
118.80/118.11	c cleaning 10001 clauses out of 20015 with flag 715002/715636
120.40/119.80	c cleaning 10001 clauses out of 20013 with flag 725001/725635
122.10/121.42	c cleaning 10001 clauses out of 20011 with flag 735000/735634
123.60/122.99	c cleaning 10000 clauses out of 20011 with flag 745001/745635
125.20/124.57	c cleaning 9998 clauses out of 20010 with flag 755000/755634
126.60/125.97	c cleaning 10003 clauses out of 20013 with flag 765001/765635
128.10/127.44	c cleaning 10003 clauses out of 20011 with flag 775002/775636
129.61/128.92	c cleaning 9998 clauses out of 20007 with flag 785001/785635
131.31/130.62	c cleaning 10001 clauses out of 20010 with flag 795002/795636
132.91/132.27	c cleaning 10001 clauses out of 20008 with flag 805001/805635
134.51/133.89	c cleaning 9997 clauses out of 20006 with flag 815000/815634
136.21/135.52	c cleaning 9998 clauses out of 20009 with flag 825000/825634
137.81/137.16	c cleaning 10005 clauses out of 20011 with flag 835000/835634
139.41/138.72	c cleaning 9997 clauses out of 20006 with flag 845000/845634
140.91/140.27	c cleaning 9995 clauses out of 20009 with flag 855000/855634
142.62/141.90	c cleaning 10002 clauses out of 20014 with flag 865000/865634
144.21/143.52	c cleaning 9999 clauses out of 20014 with flag 875002/875636
145.82/145.11	c cleaning 10005 clauses out of 20014 with flag 885001/885635
147.61/146.94	c cleaning 9999 clauses out of 20009 with flag 895001/895635
149.31/148.62	c cleaning 9996 clauses out of 20009 with flag 905000/905634
150.92/150.26	c cleaning 10000 clauses out of 20013 with flag 915000/915634
152.62/151.96	c cleaning 10002 clauses out of 20014 with flag 925001/925635
154.22/153.59	c cleaning 9997 clauses out of 20011 with flag 935000/935634
156.02/155.31	c cleaning 10004 clauses out of 20018 with flag 945004/945638
157.52/156.89	c cleaning 10000 clauses out of 20011 with flag 955001/955635
159.03/158.37	c cleaning 9998 clauses out of 20010 with flag 965000/965634
160.62/159.94	c cleaning 9996 clauses out of 20012 with flag 975000/975634
162.13/161.49	c cleaning 10003 clauses out of 20017 with flag 985001/985635
163.73/163.03	c cleaning 10003 clauses out of 20014 with flag 995001/995635
165.33/164.64	c cleaning 10001 clauses out of 20010 with flag 1005000/1005634
166.93/166.21	c cleaning 10002 clauses out of 20009 with flag 1015000/1015634
168.43/167.74	c cleaning 10000 clauses out of 20007 with flag 1025000/1025634
169.93/169.29	c cleaning 9999 clauses out of 20008 with flag 1035001/1035635
171.53/170.83	c cleaning 10001 clauses out of 20008 with flag 1045000/1045634
173.13/172.43	c cleaning 9999 clauses out of 20009 with flag 1055002/1055636
174.63/173.91	c cleaning 9996 clauses out of 20008 with flag 1065000/1065634
176.13/175.45	c cleaning 10000 clauses out of 20012 with flag 1075000/1075634
177.85/177.15	c cleaning 9997 clauses out of 20012 with flag 1085000/1085634
179.64/178.91	c cleaning 10003 clauses out of 20018 with flag 1095003/1095637
181.24/180.58	c cleaning 10000 clauses out of 20013 with flag 1105001/1105635
183.04/182.30	c cleaning 10001 clauses out of 20012 with flag 1115000/1115634
184.64/183.93	c cleaning 10001 clauses out of 20012 with flag 1125001/1125635
186.25/185.58	c cleaning 9997 clauses out of 20010 with flag 1135000/1135634
187.95/187.26	c cleaning 10001 clauses out of 20013 with flag 1145000/1145634
189.45/188.80	c cleaning 10003 clauses out of 20014 with flag 1155002/1155636
190.95/190.20	c cleaning 10001 clauses out of 20011 with flag 1165002/1165636
192.45/191.77	c cleaning 9998 clauses out of 20010 with flag 1175002/1175636
194.15/193.45	c cleaning 9998 clauses out of 20011 with flag 1185001/1185635
195.85/195.17	c cleaning 10000 clauses out of 20012 with flag 1195000/1195634
197.66/196.92	c cleaning 10001 clauses out of 20014 with flag 1205002/1205636
199.35/198.60	c cleaning 9998 clauses out of 20011 with flag 1215000/1215634
200.96/200.29	c cleaning 9999 clauses out of 20013 with flag 1225000/1225634
202.75/202.04	c cleaning 10002 clauses out of 20014 with flag 1235000/1235634
204.35/203.66	c cleaning 10000 clauses out of 20012 with flag 1245000/1245634
206.05/205.31	c cleaning 10003 clauses out of 20014 with flag 1255002/1255636
207.65/206.93	c cleaning 9996 clauses out of 20010 with flag 1265001/1265635
209.25/208.54	c cleaning 10000 clauses out of 20013 with flag 1275000/1275634
210.86/210.16	c cleaning 10003 clauses out of 20015 with flag 1285002/1285636
212.56/211.87	c cleaning 10001 clauses out of 20011 with flag 1295001/1295635
214.16/213.46	c cleaning 9997 clauses out of 20009 with flag 1305000/1305634
215.76/215.04	c cleaning 10001 clauses out of 20014 with flag 1315002/1315636
217.36/216.62	c cleaning 10000 clauses out of 20011 with flag 1325000/1325634
219.06/218.33	c cleaning 9999 clauses out of 20011 with flag 1335000/1335634
220.66/219.95	c cleaning 10001 clauses out of 20012 with flag 1345000/1345634
222.37/221.61	c cleaning 10002 clauses out of 20011 with flag 1355000/1355634
223.87/223.10	c cleaning 9997 clauses out of 20009 with flag 1365000/1365634
225.47/224.72	c cleaning 10005 clauses out of 20013 with flag 1375001/1375635
226.97/226.29	c cleaning 10003 clauses out of 20010 with flag 1385003/1385637
228.57/227.84	c cleaning 9997 clauses out of 20004 with flag 1395000/1395634
230.17/229.48	c cleaning 9998 clauses out of 20007 with flag 1405000/1405634
231.87/231.15	c cleaning 10002 clauses out of 20013 with flag 1415004/1415638
233.57/232.80	c cleaning 9995 clauses out of 20008 with flag 1425001/1425635
235.07/234.39	c cleaning 9999 clauses out of 20012 with flag 1435000/1435634
236.77/236.02	c cleaning 10004 clauses out of 20014 with flag 1445001/1445635
238.38/237.68	c cleaning 9998 clauses out of 20009 with flag 1455000/1455634
240.07/239.37	c cleaning 10003 clauses out of 20012 with flag 1465001/1465635
241.68/240.99	c cleaning 9997 clauses out of 20010 with flag 1475002/1475636
243.27/242.58	c cleaning 10003 clauses out of 20013 with flag 1485002/1485636
244.88/244.15	c cleaning 9997 clauses out of 20008 with flag 1495000/1495634
246.47/245.71	c cleaning 10003 clauses out of 20011 with flag 1505000/1505634
247.98/247.24	c cleaning 10000 clauses out of 20009 with flag 1515001/1515635
249.58/248.88	c cleaning 9998 clauses out of 20008 with flag 1525000/1525634
251.08/250.39	c cleaning 9997 clauses out of 20010 with flag 1535000/1535634
252.58/251.87	c cleaning 10002 clauses out of 20015 with flag 1545002/1545636
253.98/253.29	c cleaning 10005 clauses out of 20017 with flag 1555006/1555640
255.58/254.81	c cleaning 9999 clauses out of 20006 with flag 1565000/1565634
256.99/256.28	c cleaning 10000 clauses out of 20008 with flag 1575001/1575635
258.48/257.79	c cleaning 9999 clauses out of 20008 with flag 1585001/1585635
259.88/259.19	c cleaning 9999 clauses out of 20010 with flag 1595002/1595636
261.39/260.70	c cleaning 10000 clauses out of 20009 with flag 1605000/1605634
262.89/262.15	c cleaning 9998 clauses out of 20011 with flag 1615002/1615636
264.49/263.71	c cleaning 10000 clauses out of 20012 with flag 1625001/1625635
265.89/265.19	c cleaning 10003 clauses out of 20014 with flag 1635003/1635637
267.29/266.59	c cleaning 10001 clauses out of 20012 with flag 1645004/1645638
268.89/268.13	c cleaning 10000 clauses out of 20009 with flag 1655002/1655636
270.30/269.51	c cleaning 9997 clauses out of 20008 with flag 1665001/1665635
271.69/270.91	c cleaning 10000 clauses out of 20011 with flag 1675001/1675635
273.09/272.38	c cleaning 9998 clauses out of 20010 with flag 1685000/1685634
274.60/273.86	c cleaning 10004 clauses out of 20013 with flag 1695001/1695635
276.09/275.37	c cleaning 10000 clauses out of 20008 with flag 1705000/1705634
277.49/276.80	c cleaning 9997 clauses out of 20010 with flag 1715002/1715636
279.00/278.26	c cleaning 9998 clauses out of 20011 with flag 1725000/1725634
280.50/279.70	c cleaning 9999 clauses out of 20014 with flag 1735001/1735635
282.00/281.20	c cleaning 10000 clauses out of 20014 with flag 1745000/1745634
283.40/282.68	c cleaning 10001 clauses out of 20016 with flag 1755002/1755636
284.90/284.19	c cleaning 10003 clauses out of 20014 with flag 1765001/1765635
286.60/285.86	c cleaning 9997 clauses out of 20010 with flag 1775000/1775634
288.11/287.35	c cleaning 10003 clauses out of 20013 with flag 1785000/1785634
289.71/288.96	c cleaning 10000 clauses out of 20012 with flag 1795002/1795636
291.31/290.52	c cleaning 10000 clauses out of 20010 with flag 1805000/1805634
292.71/291.95	c cleaning 10000 clauses out of 20011 with flag 1815001/1815635
294.31/293.51	c cleaning 10000 clauses out of 20011 with flag 1825001/1825635
295.81/295.00	c cleaning 10000 clauses out of 20011 with flag 1835001/1835635
297.21/296.48	c cleaning 10002 clauses out of 20011 with flag 1845001/1845635
298.82/298.01	c cleaning 9998 clauses out of 20008 with flag 1855000/1855634
300.32/299.56	c cleaning 10000 clauses out of 20010 with flag 1865000/1865634
301.92/301.12	c cleaning 10001 clauses out of 20011 with flag 1875001/1875635
303.32/302.57	c cleaning 9999 clauses out of 20010 with flag 1885001/1885635
304.82/304.08	c cleaning 10000 clauses out of 20011 with flag 1895001/1895635
306.22/305.48	c cleaning 10000 clauses out of 20011 with flag 1905001/1905635
307.63/306.87	c cleaning 9997 clauses out of 20010 with flag 1915000/1915634
309.12/308.31	c cleaning 10002 clauses out of 20013 with flag 1925000/1925634
310.62/309.80	c cleaning 10000 clauses out of 20016 with flag 1935005/1935639
312.13/311.31	c cleaning 10003 clauses out of 20012 with flag 1945001/1945635
313.63/312.85	c cleaning 9995 clauses out of 20008 with flag 1955000/1955634
315.13/314.37	c cleaning 10005 clauses out of 20015 with flag 1965002/1965636
316.63/315.87	c cleaning 10000 clauses out of 20008 with flag 1975000/1975634
318.13/317.37	c cleaning 9998 clauses out of 20009 with flag 1985001/1985635
319.83/319.02	c cleaning 9999 clauses out of 20011 with flag 1995001/1995635
321.53/320.71	c cleaning 10001 clauses out of 20012 with flag 2005001/2005635
323.14/322.33	c cleaning 9999 clauses out of 20010 with flag 2015000/2015634
324.73/323.97	c cleaning 10003 clauses out of 20011 with flag 2025000/2025634
326.44/325.62	c cleaning 10000 clauses out of 20009 with flag 2035001/2035635
328.03/327.21	c cleaning 10003 clauses out of 20011 with flag 2045003/2045637
329.54/328.77	c cleaning 10000 clauses out of 20005 with flag 2055000/2055634
331.14/330.33	c cleaning 9998 clauses out of 20005 with flag 2065000/2065634
332.74/331.98	c cleaning 9996 clauses out of 20007 with flag 2075000/2075634
334.44/333.64	c cleaning 10002 clauses out of 20011 with flag 2085000/2085634
335.94/335.16	c cleaning 10000 clauses out of 20009 with flag 2095000/2095634
337.45/336.64	c cleaning 10000 clauses out of 20011 with flag 2105002/2105636
338.94/338.12	c cleaning 9997 clauses out of 20010 with flag 2115001/2115635
340.45/339.63	c cleaning 10005 clauses out of 20014 with flag 2125002/2125636
342.05/341.27	c cleaning 10002 clauses out of 20010 with flag 2135003/2135637
343.65/342.81	c cleaning 9997 clauses out of 20006 with flag 2145001/2145635
345.05/344.24	c cleaning 9997 clauses out of 20008 with flag 2155000/2155634
346.55/345.76	c cleaning 9999 clauses out of 20012 with flag 2165001/2165635
348.05/347.22	c cleaning 9998 clauses out of 20013 with flag 2175001/2175635
349.46/348.68	c cleaning 10004 clauses out of 20017 with flag 2185003/2185637
351.05/350.29	c cleaning 10001 clauses out of 20011 with flag 2195001/2195635
352.76/351.94	c cleaning 10001 clauses out of 20011 with flag 2205002/2205636
354.36/353.58	c cleaning 10000 clauses out of 20009 with flag 2215001/2215635
356.30/355.12	c cleaning 9998 clauses out of 20008 with flag 2225000/2225634
358.15/356.65	c cleaning 9997 clauses out of 20012 with flag 2235002/2235636
359.75/358.22	c cleaning 10002 clauses out of 20013 with flag 2245000/2245634
361.35/359.87	c cleaning 10001 clauses out of 20012 with flag 2255001/2255635
362.96/361.44	c cleaning 9995 clauses out of 20010 with flag 2265000/2265634
364.47/362.91	c cleaning 10000 clauses out of 20015 with flag 2275000/2275634
365.96/364.45	c cleaning 10004 clauses out of 20016 with flag 2285001/2285635
367.56/366.02	c cleaning 10002 clauses out of 20012 with flag 2295001/2295635
369.16/367.66	c cleaning 10001 clauses out of 20009 with flag 2305000/2305634
370.87/369.30	c cleaning 9996 clauses out of 20008 with flag 2315000/2315634
372.47/370.90	c cleaning 9998 clauses out of 20013 with flag 2325001/2325635
373.97/372.40	c cleaning 10002 clauses out of 20014 with flag 2335000/2335634
375.37/373.89	c cleaning 9997 clauses out of 20012 with flag 2345000/2345634
376.97/375.43	c cleaning 10003 clauses out of 20017 with flag 2355002/2355636
378.47/376.92	c cleaning 10000 clauses out of 20013 with flag 2365001/2365635
379.87/378.39	c cleaning 9999 clauses out of 20012 with flag 2375000/2375634
381.37/379.87	c cleaning 10000 clauses out of 20013 with flag 2385000/2385634
382.97/381.44	c cleaning 10002 clauses out of 20013 with flag 2395000/2395634
384.47/382.96	c cleaning 10000 clauses out of 20012 with flag 2405001/2405635
386.07/384.50	c cleaning 10000 clauses out of 20012 with flag 2415001/2415635
387.58/386.01	c cleaning 9999 clauses out of 20011 with flag 2425000/2425634
389.07/387.58	c cleaning 10000 clauses out of 20013 with flag 2435001/2435635
390.47/388.99	c cleaning 10001 clauses out of 20013 with flag 2445001/2445635
391.87/390.35	c cleaning 10001 clauses out of 20012 with flag 2455001/2455635
393.27/391.72	c cleaning 10000 clauses out of 20011 with flag 2465001/2465635
394.67/393.13	c cleaning 10003 clauses out of 20016 with flag 2475006/2475640
396.08/394.58	c cleaning 10001 clauses out of 20008 with flag 2485001/2485635
397.49/395.97	c cleaning 10000 clauses out of 20006 with flag 2495000/2495634
398.89/397.31	c cleaning 9998 clauses out of 20009 with flag 2505003/2505637
400.19/398.64	c cleaning 10000 clauses out of 20011 with flag 2515003/2515637
401.59/400.04	c cleaning 9998 clauses out of 20008 with flag 2525000/2525634
402.99/401.40	c cleaning 10002 clauses out of 20011 with flag 2535001/2535635
404.38/402.84	c cleaning 9996 clauses out of 20009 with flag 2545001/2545635
405.88/404.33	c cleaning 9999 clauses out of 20013 with flag 2555001/2555635
407.39/405.84	c cleaning 10003 clauses out of 20015 with flag 2565002/2565636
408.88/407.32	c cleaning 9999 clauses out of 20011 with flag 2575001/2575635
410.28/408.76	c cleaning 10001 clauses out of 20014 with flag 2585003/2585637
411.68/410.12	c cleaning 10000 clauses out of 20012 with flag 2595002/2595636
412.99/411.48	c cleaning 10000 clauses out of 20011 with flag 2605001/2605635
414.39/412.83	c cleaning 9999 clauses out of 20010 with flag 2615000/2615634
415.69/414.17	c cleaning 10003 clauses out of 20013 with flag 2625002/2625636
417.19/415.66	c cleaning 10003 clauses out of 20010 with flag 2635002/2635636
418.59/417.09	c cleaning 9999 clauses out of 20005 with flag 2645000/2645634
420.19/418.70	c cleaning 10000 clauses out of 20007 with flag 2655001/2655635
421.70/420.19	c cleaning 9999 clauses out of 20007 with flag 2665001/2665635
423.19/421.63	c cleaning 10000 clauses out of 20008 with flag 2675001/2675635
424.59/423.03	c cleaning 9999 clauses out of 20007 with flag 2685000/2685634
425.99/424.49	c cleaning 9999 clauses out of 20009 with flag 2695001/2695635
427.49/425.90	c cleaning 10000 clauses out of 20009 with flag 2705000/2705634
428.79/427.26	c cleaning 10002 clauses out of 20011 with flag 2715002/2715636
430.30/428.73	c cleaning 10001 clauses out of 20009 with flag 2725002/2725636
431.70/430.17	c cleaning 9998 clauses out of 20006 with flag 2735000/2735634
433.10/431.59	c cleaning 9999 clauses out of 20009 with flag 2745001/2745635
434.60/433.06	c cleaning 9999 clauses out of 20010 with flag 2755001/2755635
436.10/434.52	c cleaning 9995 clauses out of 20011 with flag 2765001/2765635
437.60/436.03	c cleaning 10003 clauses out of 20016 with flag 2775001/2775635
439.00/437.46	c cleaning 10002 clauses out of 20014 with flag 2785002/2785636
440.50/438.95	c cleaning 9999 clauses out of 20010 with flag 2795000/2795634
441.90/440.35	c cleaning 10004 clauses out of 20012 with flag 2805001/2805635
443.30/441.75	c cleaning 10000 clauses out of 20008 with flag 2815001/2815635
444.70/443.13	c cleaning 9998 clauses out of 20007 with flag 2825000/2825634
446.01/444.49	c cleaning 10002 clauses out of 20011 with flag 2835002/2835636
447.40/445.87	c cleaning 10001 clauses out of 20008 with flag 2845001/2845635
448.80/447.21	c cleaning 10003 clauses out of 20009 with flag 2855003/2855637
450.20/448.61	c cleaning 9993 clauses out of 20003 with flag 2865000/2865634
451.61/450.09	c cleaning 10000 clauses out of 20011 with flag 2875001/2875635
453.11/451.59	c cleaning 9999 clauses out of 20010 with flag 2885000/2885634
454.51/452.97	c cleaning 9999 clauses out of 20013 with flag 2895002/2895636
455.91/454.35	c cleaning 10003 clauses out of 20012 with flag 2905000/2905634
457.34/455.79	c cleaning 10000 clauses out of 20011 with flag 2915002/2915636
458.84/457.22	c cleaning 10001 clauses out of 20009 with flag 2925000/2925634
460.15/458.55	c cleaning 9998 clauses out of 20007 with flag 2935000/2935634
461.56/459.93	c cleaning 10001 clauses out of 20009 with flag 2945000/2945634
462.86/461.28	c cleaning 10003 clauses out of 20009 with flag 2955001/2955635
464.26/462.62	c cleaning 10002 clauses out of 20005 with flag 2965002/2965636
464.26/462.69	c starts		: 236
464.26/462.69	c conflicts		: 2966270
464.26/462.69	c decisions		: 3718838
464.26/462.69	c propagations		: 108524517
464.26/462.69	c inspects		: 7552288799
464.26/462.69	c shortcuts		: 0
464.26/462.69	c learnt literals	: 8
464.26/462.69	c learnt binary clauses	: 26
464.26/462.69	c learnt ternary clauses	: 70
464.26/462.69	c learnt constraints	: 2966261
464.26/462.69	c ignored constraints	: 0
464.26/462.69	c root simplifications	: 0
464.26/462.69	c removed literals (reason simplification)	: 29288897
464.26/462.69	c reason swapping (by a shorter reason)	: 0
464.26/462.69	c Calls to reduceDB	: 298
464.26/462.69	c number of reductions to clauses (during analyze)	: 0
464.26/462.69	c number of learned constraints concerned by reduction	: 0
464.26/462.69	c number of learning phase by resolution	: 0
464.26/462.69	c number of learning phase by cutting planes	: 0
464.26/462.69	c speed (assignments/second)	: 234775.52525916824
464.26/462.69	c non guided choices	409
464.26/462.69	c learnt constraints type 
464.26/462.69	c constraints type 
464.26/462.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1227
464.26/462.69	c org.sat4j.minisat.constraints.cnf.UnitClauses => 0
464.26/462.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 48
464.26/462.69	s OPTIMUM FOUND
464.26/462.69	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 
464.26/462.69	c objective function=1
464.26/462.69	c Total wall clock time (in seconds): 462.591

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-3492832-1307911823/watcher-3492832-1307911823 -o /var/tmp/evaluation-result-3492832-1307911823/solver-3492832-1307911823 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492832-1307911823.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: 0.59 0.13 0.04 2/192 32012
/proc/meminfo: memFree=804540/32951124 swapFree=67060180/67111528
[pid=32012] ppid=32010 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/32012/stat : 32012 (java) S 32010 32012 30922 0 -1 4202496 1232 0 0 0 0 0 0 0 25 0 2 0 902782734 31260672 951 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652662245 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/32012/statm: 7632 957 730 9 0 383 0
[pid=32012/tid=32013] ppid=32010 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32013/stat : 32013 (java) R 32010 32012 30922 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 902782734 31260672 957 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253640859392 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0376921 s]
/proc/loadavg: 0.59 0.13 0.04 2/192 32012
/proc/meminfo: memFree=804540/32951124 swapFree=67060180/67111528
[pid=32012] ppid=32010 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/32012/stat : 32012 (java) S 32010 32012 30922 0 -1 4202496 11163 0 1 0 2 1 0 0 25 0 13 0 902782734 10718699520 10859 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/32012/statm: 2616870 10860 1655 9 0 2607618 0
[pid=32012/tid=32013] ppid=32010 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/32012/task/32013/stat : 32013 (java) R 32010 32012 30922 0 -1 4202560 10017 0 1 0 2 0 0 0 25 0 13 0 902782734 10718699520 10861 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 47796177372696 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100682 s]
/proc/loadavg: 0.59 0.13 0.04 2/192 32012
/proc/meminfo: memFree=804540/32951124 swapFree=67060180/67111528
[pid=32012] ppid=32010 vsize=10540396 CPUtime=0.1 cores=1,3,5,7
/proc/32012/stat : 32012 (java) S 32010 32012 30922 0 -1 4202496 13161 0 1 0 9 1 0 0 25 0 18 0 902782734 10793365504 12825 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32012/statm: 2635099 12827 2093 9 0 2625833 0
[pid=32012/tid=32013] ppid=32010 vsize=10540396 CPUtime=0.08 cores=1,3,5,7
/proc/32012/task/32013/stat : 32013 (java) R 32010 32012 30922 0 -1 4202560 11217 0 1 0 7 1 0 0 18 0 18 0 902782734 10793365504 12827 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 47796177372696 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540396

[startup+0.307687 s]
/proc/loadavg: 0.59 0.13 0.04 2/192 32012
/proc/meminfo: memFree=804540/32951124 swapFree=67060180/67111528
[pid=32012] ppid=32010 vsize=10545800 CPUtime=0.51 cores=1,3,5,7
/proc/32012/stat : 32012 (java) S 32010 32012 30922 0 -1 4202496 16193 0 1 0 49 2 0 0 25 0 19 0 902782734 10798899200 15349 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32012/statm: 2636380 15280 2216 9 0 2627114 0
[pid=32012/tid=32013] ppid=32010 vsize=10545520 CPUtime=0.29 cores=1,3,5,7
/proc/32012/task/32013/stat : 32013 (java) R 32010 32012 30922 0 -1 4202560 12292 0 1 0 28 1 0 0 19 0 19 0 902782734 10798612480 15280 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 46912505357408 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10545800

[startup+0.700581 s]
/proc/loadavg: 0.59 0.13 0.04 2/192 32012
/proc/meminfo: memFree=804540/32951124 swapFree=67060180/67111528
[pid=32012] ppid=32010 vsize=10546544 CPUtime=1.21 cores=1,3,5,7
/proc/32012/stat : 32012 (java) S 32010 32012 30922 0 -1 4202496 18324 0 1 0 119 2 0 0 25 0 19 0 902782734 10799661056 16644 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32012/statm: 2636636 16644 2224 9 0 2627370 0
[pid=32012/tid=32013] ppid=32010 vsize=10546544 CPUtime=0.68 cores=1,3,5,7
/proc/32012/task/32013/stat : 32013 (java) R 32010 32012 30922 0 -1 4202560 13035 0 1 0 67 1 0 0 19 0 19 0 902782734 10799661056 16644 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 46912505577612 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 10546544

[startup+1.50139 s]
/proc/loadavg: 0.59 0.13 0.04 3/211 32031
/proc/meminfo: memFree=743096/32951124 swapFree=67060180/67111528
[pid=32012] ppid=32010 vsize=10546544 CPUtime=2.06 cores=1,3,5,7
/proc/32012/stat : 32012 (java) S 32010 32012 30922 0 -1 4202496 19315 0 1 0 204 2 0 0 25 0 19 0 902782734 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32012/statm: 2636636 17633 2252 9 0 2627370 0
[pid=32012/tid=32013] ppid=32010 vsize=10546544 CPUtime=1.47 cores=1,3,5,7
/proc/32012/task/32013/stat : 32013 (java) R 32010 32012 30922 0 -1 4202560 13173 0 1 0 146 1 0 0 21 0 19 0 902782734 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 46912505577384 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=32012/tid=32015] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32015/stat : 32015 (java) S 32010 32012 30922 0 -1 4202560 189 0 0 0 0 0 0 0 18 0 19 0 902782736 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32016] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32016/stat : 32016 (java) S 32010 32012 30922 0 -1 4202560 148 0 0 0 0 0 0 0 18 0 19 0 902782736 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32017] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32017/stat : 32017 (java) S 32010 32012 30922 0 -1 4202560 82 0 0 0 0 0 0 0 17 0 19 0 902782736 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32018] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32018/stat : 32018 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 902782736 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32019] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32019/stat : 32019 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 902782736 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32020] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32020/stat : 32020 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 902782736 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32021] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32021/stat : 32021 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 902782736 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32022] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32022/stat : 32022 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902782736 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32023] ppid=32010 vsize=10546544 CPUtime=0.01 cores=1,3,5,7
/proc/32012/task/32023/stat : 32023 (java) S 32010 32012 30922 0 -1 4202560 423 0 0 0 1 0 0 0 18 0 19 0 902782737 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 0 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32024] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32024/stat : 32024 (java) S 32010 32012 30922 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902782738 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32025] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32025/stat : 32025 (java) S 32010 32012 30922 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902782738 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32026] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32026/stat : 32026 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902782740 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652683185 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32027] ppid=32010 vsize=10546544 CPUtime=0.28 cores=1,3,5,7
/proc/32012/task/32027/stat : 32027 (java) S 32010 32012 30922 0 -1 4202560 2522 0 0 0 28 0 0 0 16 0 19 0 902782740 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32028] ppid=32010 vsize=10546544 CPUtime=0.28 cores=1,3,5,7
/proc/32012/task/32028/stat : 32028 (java) S 32010 32012 30922 0 -1 4202560 1621 0 0 0 28 0 0 0 16 0 19 0 902782740 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32029] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32029/stat : 32029 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902782740 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32030] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32030/stat : 32030 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902782740 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32031] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32031/stat : 32031 (java) S 32010 32012 30922 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902782758 10799661056 17633 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 10546544

[startup+3.10115 s]
/proc/loadavg: 0.59 0.13 0.04 3/211 32031
/proc/meminfo: memFree=741128/32951124 swapFree=67060180/67111528
[pid=32012] ppid=32010 vsize=10546544 CPUtime=3.68 cores=1,3,5,7
/proc/32012/stat : 32012 (java) S 32010 32012 30922 0 -1 4202496 19990 0 1 0 365 3 0 0 25 0 19 0 902782734 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32012/statm: 2636636 18306 2252 9 0 2627370 0
[pid=32012/tid=32013] ppid=32010 vsize=10546544 CPUtime=3.04 cores=1,3,5,7
/proc/32012/task/32013/stat : 32013 (java) R 32010 32012 30922 0 -1 4202560 13175 0 1 0 303 1 0 0 25 0 19 0 902782734 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 46912505576126 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32012/tid=32015] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32015/stat : 32015 (java) S 32010 32012 30922 0 -1 4202560 250 0 0 0 0 0 0 0 15 0 19 0 902782736 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32016] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32016/stat : 32016 (java) S 32010 32012 30922 0 -1 4202560 277 0 0 0 0 0 0 0 15 0 19 0 902782736 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32017] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32017/stat : 32017 (java) S 32010 32012 30922 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 902782736 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32018] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32018/stat : 32018 (java) S 32010 32012 30922 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902782736 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32019] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32019/stat : 32019 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902782736 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32020] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32020/stat : 32020 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902782736 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32021] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32021/stat : 32021 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902782736 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32022] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32022/stat : 32022 (java) S 32010 32012 30922 0 -1 4202560 175 0 0 0 0 0 0 0 15 0 19 0 902782736 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32023] ppid=32010 vsize=10546544 CPUtime=0.03 cores=1,3,5,7
/proc/32012/task/32023/stat : 32023 (java) S 32010 32012 30922 0 -1 4202560 727 0 0 0 3 0 0 0 16 0 19 0 902782737 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 0 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32024] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32024/stat : 32024 (java) S 32010 32012 30922 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902782738 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32025] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32025/stat : 32025 (java) S 32010 32012 30922 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902782738 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32026] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32026/stat : 32026 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902782740 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652683185 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32027] ppid=32010 vsize=10546544 CPUtime=0.28 cores=1,3,5,7
/proc/32012/task/32027/stat : 32027 (java) S 32010 32012 30922 0 -1 4202560 2524 0 0 0 28 0 0 0 15 0 19 0 902782740 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32028] ppid=32010 vsize=10546544 CPUtime=0.28 cores=1,3,5,7
/proc/32012/task/32028/stat : 32028 (java) S 32010 32012 30922 0 -1 4202560 1621 0 0 0 28 0 0 0 15 0 19 0 902782740 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32029] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32029/stat : 32029 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902782740 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32030] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32030/stat : 32030 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902782740 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32031] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32031/stat : 32031 (java) S 32010 32012 30922 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902782758 10799661056 18306 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 10546544

[startup+6.30057 s]
/proc/loadavg: 0.70 0.16 0.05 3/211 32032
/proc/meminfo: memFree=738628/32951124 swapFree=67060180/67111528
[pid=32012] ppid=32010 vsize=10546544 CPUtime=6.9 cores=1,3,5,7
/proc/32012/stat : 32012 (java) S 32010 32012 30922 0 -1 4202496 20233 0 1 0 687 3 0 0 25 0 19 0 902782734 10799661056 18546 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32012/statm: 2636636 18546 2253 9 0 2627370 0
[pid=32012/tid=32013] ppid=32010 vsize=10546544 CPUtime=6.2 cores=1,3,5,7
/proc/32012/task/32013/stat : 32013 (java) R 32010 32012 30922 0 -1 4202560 13178 0 1 0 619 1 0 0 25 0 19 0 902782734 10799661056 18546 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 46912505576200 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=32012/tid=32015] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32015/stat : 32015 (java) S 32010 32012 30922 0 -1 4202560 264 0 0 0 0 0 0 0 15 0 19 0 902782736 10799661056 18546 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32016] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32016/stat : 32016 (java) S 32010 32012 30922 0 -1 4202560 321 0 0 0 0 0 0 0 15 0 19 0 902782736 10799661056 18546 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32017] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32017/stat : 32017 (java) S 32010 32012 30922 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 902782736 10799661056 18546 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32018] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32018/stat : 32018 (java) S 32010 32012 30922 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902782736 10799661056 18546 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32019] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32019/stat : 32019 (java) S 32010 32012 30922 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 902782736 10799661056 18546 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32020] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32020/stat : 32020 (java) S 32010 32012 30922 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 902782736 10799661056 18546 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32021] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32021/stat : 32021 (java) S 32010 32012 30922 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 902782736 10799661056 18546 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32022] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32022/stat : 32022 (java) S 32010 32012 30922 0 -1 4202560 189 0 0 0 0 0 0 0 16 0 19 0 902782736 10799661056 18546 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32023] ppid=32010 vsize=10546544 CPUtime=0.06 cores=1,3,5,7
/proc/32012/task/32023/stat : 32023 (java) S 32010 32012 30922 0 -1 4202560 826 0 0 0 6 0 0 0 15 0 19 0 902782737 10799661056 18546 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 0 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32024] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32024/stat : 32024 (java) S 32010 32012 30922 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902782738 10799661056 18546 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32025] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32025/stat : 32025 (java) S 32010 32012 30922 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902782738 10799661056 18546 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32026] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32026/stat : 32026 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902782740 10799661056 18546 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652683185 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32027] ppid=32010 vsize=10546544 CPUtime=0.3 cores=1,3,5,7
/proc/32012/task/32027/stat : 32027 (java) S 32010 32012 30922 0 -1 4202560 2529 0 0 0 30 0 0 0 15 0 19 0 902782740 10799661056 18546 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32028] ppid=32010 vsize=10546544 CPUtime=0.29 cores=1,3,5,7
/proc/32012/task/32028/stat : 32028 (java) S 32010 32012 30922 0 -1 4202560 1621 0 0 0 29 0 0 0 15 0 19 0 902782740 10799661056 18546 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0

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

[pid=32012/tid=32022] ppid=32010 vsize=10546544 CPUtime=0.04 cores=1,3,5,7
/proc/32012/task/32022/stat : 32022 (java) S 32010 32012 30922 0 -1 4202560 194 0 0 0 4 0 0 0 16 0 19 0 902782736 10799661056 19089 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32023] ppid=32010 vsize=10546544 CPUtime=2.69 cores=1,3,5,7
/proc/32012/task/32023/stat : 32023 (java) S 32010 32012 30922 0 -1 4202560 1318 0 0 0 267 2 0 0 15 0 19 0 902782737 10799661056 19089 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 0 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32024] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32024/stat : 32024 (java) S 32010 32012 30922 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902782738 10799661056 19089 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32025] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32025/stat : 32025 (java) S 32010 32012 30922 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902782738 10799661056 19089 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32026] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32026/stat : 32026 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902782740 10799661056 19089 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652683185 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32027] ppid=32010 vsize=10546544 CPUtime=0.3 cores=1,3,5,7
/proc/32012/task/32027/stat : 32027 (java) S 32010 32012 30922 0 -1 4202560 2529 0 0 0 30 0 0 0 15 0 19 0 902782740 10799661056 19089 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32028] ppid=32010 vsize=10546544 CPUtime=0.31 cores=1,3,5,7
/proc/32012/task/32028/stat : 32028 (java) S 32010 32012 30922 0 -1 4202560 1625 0 0 0 31 0 0 0 15 0 19 0 902782740 10799661056 19089 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32029] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32029/stat : 32029 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902782740 10799661056 19089 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32030] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32030/stat : 32030 (java) S 32010 32012 30922 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 902782740 10799661056 19089 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32031] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32031/stat : 32031 (java) S 32010 32012 30922 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902782758 10799661056 19089 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 283.1
Current children cumulated vsize (KiB) 10546544

[startup+342.301 s]
/proc/loadavg: 2.12 1.44 0.65 3/211 32155
/proc/meminfo: memFree=862012/32951124 swapFree=67060180/67111528
[pid=32012] ppid=32010 vsize=10546544 CPUtime=343.15 cores=1,3,5,7
/proc/32012/stat : 32012 (java) S 32010 32012 30922 0 -1 4202496 21043 0 1 0 34307 8 0 0 25 0 19 0 902782734 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32012/statm: 2636636 19105 2254 9 0 2627370 0
[pid=32012/tid=32013] ppid=32010 vsize=10546544 CPUtime=338.72 cores=1,3,5,7
/proc/32012/task/32013/stat : 32013 (java) R 32010 32012 30922 0 -1 4202560 13387 0 1 0 33871 1 0 0 25 0 19 0 902782734 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 46912505592077 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32012/tid=32015] ppid=32010 vsize=10546544 CPUtime=0.05 cores=1,3,5,7
/proc/32012/task/32015/stat : 32015 (java) S 32010 32012 30922 0 -1 4202560 272 0 0 0 5 0 0 0 16 0 19 0 902782736 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32016] ppid=32010 vsize=10546544 CPUtime=0.06 cores=1,3,5,7
/proc/32012/task/32016/stat : 32016 (java) S 32010 32012 30922 0 -1 4202560 330 0 0 0 6 0 0 0 15 0 19 0 902782736 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32017] ppid=32010 vsize=10546544 CPUtime=0.05 cores=1,3,5,7
/proc/32012/task/32017/stat : 32017 (java) S 32010 32012 30922 0 -1 4202560 109 0 0 0 5 0 0 0 16 0 19 0 902782736 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32018] ppid=32010 vsize=10546544 CPUtime=0.06 cores=1,3,5,7
/proc/32012/task/32018/stat : 32018 (java) S 32010 32012 30922 0 -1 4202560 16 0 0 0 6 0 0 0 16 0 19 0 902782736 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32019] ppid=32010 vsize=10546544 CPUtime=0.06 cores=1,3,5,7
/proc/32012/task/32019/stat : 32019 (java) S 32010 32012 30922 0 -1 4202560 23 0 0 0 6 0 0 0 15 0 19 0 902782736 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32020] ppid=32010 vsize=10546544 CPUtime=0.06 cores=1,3,5,7
/proc/32012/task/32020/stat : 32020 (java) S 32010 32012 30922 0 -1 4202560 24 0 0 0 6 0 0 0 15 0 19 0 902782736 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32021] ppid=32010 vsize=10546544 CPUtime=0.05 cores=1,3,5,7
/proc/32012/task/32021/stat : 32021 (java) S 32010 32012 30922 0 -1 4202560 29 0 0 0 5 0 0 0 15 0 19 0 902782736 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32022] ppid=32010 vsize=10546544 CPUtime=0.05 cores=1,3,5,7
/proc/32012/task/32022/stat : 32022 (java) S 32010 32012 30922 0 -1 4202560 194 0 0 0 5 0 0 0 16 0 19 0 902782736 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32023] ppid=32010 vsize=10546544 CPUtime=3.28 cores=1,3,5,7
/proc/32012/task/32023/stat : 32023 (java) S 32010 32012 30922 0 -1 4202560 1333 0 0 0 326 2 0 0 15 0 19 0 902782737 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 0 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32024] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32024/stat : 32024 (java) S 32010 32012 30922 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902782738 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32025] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32025/stat : 32025 (java) S 32010 32012 30922 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902782738 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32026] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32026/stat : 32026 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902782740 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652683185 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32027] ppid=32010 vsize=10546544 CPUtime=0.3 cores=1,3,5,7
/proc/32012/task/32027/stat : 32027 (java) S 32010 32012 30922 0 -1 4202560 2529 0 0 0 30 0 0 0 15 0 19 0 902782740 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32028] ppid=32010 vsize=10546544 CPUtime=0.31 cores=1,3,5,7
/proc/32012/task/32028/stat : 32028 (java) S 32010 32012 30922 0 -1 4202560 1625 0 0 0 31 0 0 0 15 0 19 0 902782740 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32029] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32029/stat : 32029 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902782740 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32030] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32030/stat : 32030 (java) S 32010 32012 30922 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 902782740 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32031] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32031/stat : 32031 (java) S 32010 32012 30922 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902782758 10799661056 19105 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 343.15
Current children cumulated vsize (KiB) 10546544

[startup+402.301 s]
/proc/loadavg: 2.04 1.54 0.73 3/211 32156
/proc/meminfo: memFree=846904/32951124 swapFree=67060180/67111528
[pid=32012] ppid=32010 vsize=10546544 CPUtime=403.88 cores=1,3,5,7
/proc/32012/stat : 32012 (java) S 32010 32012 30922 0 -1 4202496 30972 0 1 0 40377 11 0 0 25 0 19 0 902782734 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32012/statm: 2636636 22409 2254 9 0 2627370 0
[pid=32012/tid=32013] ppid=32010 vsize=10546544 CPUtime=398.03 cores=1,3,5,7
/proc/32012/task/32013/stat : 32013 (java) R 32010 32012 30922 0 -1 4202560 13429 0 1 0 39802 1 0 0 25 0 19 0 902782734 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 46912505576866 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=32012/tid=32015] ppid=32010 vsize=10546544 CPUtime=0.06 cores=1,3,5,7
/proc/32012/task/32015/stat : 32015 (java) S 32010 32012 30922 0 -1 4202560 276 0 0 0 6 0 0 0 16 0 19 0 902782736 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32016] ppid=32010 vsize=10546544 CPUtime=0.07 cores=1,3,5,7
/proc/32012/task/32016/stat : 32016 (java) S 32010 32012 30922 0 -1 4202560 330 0 0 0 7 0 0 0 15 0 19 0 902782736 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32017] ppid=32010 vsize=10546544 CPUtime=0.06 cores=1,3,5,7
/proc/32012/task/32017/stat : 32017 (java) S 32010 32012 30922 0 -1 4202560 109 0 0 0 6 0 0 0 16 0 19 0 902782736 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32018] ppid=32010 vsize=10546544 CPUtime=0.07 cores=1,3,5,7
/proc/32012/task/32018/stat : 32018 (java) S 32010 32012 30922 0 -1 4202560 18 0 0 0 7 0 0 0 15 0 19 0 902782736 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32019] ppid=32010 vsize=10546544 CPUtime=0.07 cores=1,3,5,7
/proc/32012/task/32019/stat : 32019 (java) S 32010 32012 30922 0 -1 4202560 23 0 0 0 7 0 0 0 15 0 19 0 902782736 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32020] ppid=32010 vsize=10546544 CPUtime=0.07 cores=1,3,5,7
/proc/32012/task/32020/stat : 32020 (java) S 32010 32012 30922 0 -1 4202560 25 0 0 0 7 0 0 0 15 0 19 0 902782736 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32021] ppid=32010 vsize=10546544 CPUtime=0.06 cores=1,3,5,7
/proc/32012/task/32021/stat : 32021 (java) S 32010 32012 30922 0 -1 4202560 29 0 0 0 6 0 0 0 15 0 19 0 902782736 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32022] ppid=32010 vsize=10546544 CPUtime=0.07 cores=1,3,5,7
/proc/32012/task/32022/stat : 32022 (java) S 32010 32012 30922 0 -1 4202560 194 0 0 0 7 0 0 0 15 0 19 0 902782736 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32023] ppid=32010 vsize=10546544 CPUtime=3.92 cores=1,3,5,7
/proc/32012/task/32023/stat : 32023 (java) S 32010 32012 30922 0 -1 4202560 1367 0 0 0 389 3 0 0 16 0 19 0 902782737 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 0 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32024] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32024/stat : 32024 (java) S 32010 32012 30922 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902782738 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32025] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32025/stat : 32025 (java) S 32010 32012 30922 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902782738 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32026] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32026/stat : 32026 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902782740 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652683185 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32027] ppid=32010 vsize=10546544 CPUtime=0.96 cores=1,3,5,7
/proc/32012/task/32027/stat : 32027 (java) S 32010 32012 30922 0 -1 4202560 12367 0 0 0 95 1 0 0 15 0 19 0 902782740 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32028] ppid=32010 vsize=10546544 CPUtime=0.34 cores=1,3,5,7
/proc/32012/task/32028/stat : 32028 (java) S 32010 32012 30922 0 -1 4202560 1629 0 0 0 34 0 0 0 16 0 19 0 902782740 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32029] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32029/stat : 32029 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902782740 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32030] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32030/stat : 32030 (java) S 32010 32012 30922 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 902782740 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32031] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32031/stat : 32031 (java) S 32010 32012 30922 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902782758 10799661056 22409 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 403.88
Current children cumulated vsize (KiB) 10546544

[startup+462.301 s]
/proc/loadavg: 2.01 1.62 0.81 3/211 32158
/proc/meminfo: memFree=852852/32951124 swapFree=67060180/67111528
[pid=32012] ppid=32010 vsize=10546544 CPUtime=463.96 cores=1,3,5,7
/proc/32012/stat : 32012 (java) S 32010 32012 30922 0 -1 4202496 31060 0 1 0 46384 12 0 0 25 0 19 0 902782734 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32012/statm: 2636636 20865 2254 9 0 2627370 0
[pid=32012/tid=32013] ppid=32010 vsize=10546544 CPUtime=457.31 cores=1,3,5,7
/proc/32012/task/32013/stat : 32013 (java) R 32010 32012 30922 0 -1 4202560 13475 0 1 0 45730 1 0 0 22 0 19 0 902782734 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 46912505583842 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32012/tid=32015] ppid=32010 vsize=10546544 CPUtime=0.07 cores=1,3,5,7
/proc/32012/task/32015/stat : 32015 (java) S 32010 32012 30922 0 -1 4202560 277 0 0 0 7 0 0 0 15 0 19 0 902782736 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32016] ppid=32010 vsize=10546544 CPUtime=0.08 cores=1,3,5,7
/proc/32012/task/32016/stat : 32016 (java) S 32010 32012 30922 0 -1 4202560 332 0 0 0 8 0 0 0 16 0 19 0 902782736 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32017] ppid=32010 vsize=10546544 CPUtime=0.07 cores=1,3,5,7
/proc/32012/task/32017/stat : 32017 (java) S 32010 32012 30922 0 -1 4202560 114 0 0 0 7 0 0 0 15 0 19 0 902782736 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32018] ppid=32010 vsize=10546544 CPUtime=0.08 cores=1,3,5,7
/proc/32012/task/32018/stat : 32018 (java) S 32010 32012 30922 0 -1 4202560 19 0 0 0 8 0 0 0 15 0 19 0 902782736 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32019] ppid=32010 vsize=10546544 CPUtime=0.08 cores=1,3,5,7
/proc/32012/task/32019/stat : 32019 (java) S 32010 32012 30922 0 -1 4202560 23 0 0 0 8 0 0 0 16 0 19 0 902782736 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32020] ppid=32010 vsize=10546544 CPUtime=0.08 cores=1,3,5,7
/proc/32012/task/32020/stat : 32020 (java) S 32010 32012 30922 0 -1 4202560 25 0 0 0 8 0 0 0 15 0 19 0 902782736 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32021] ppid=32010 vsize=10546544 CPUtime=0.07 cores=1,3,5,7
/proc/32012/task/32021/stat : 32021 (java) S 32010 32012 30922 0 -1 4202560 29 0 0 0 7 0 0 0 15 0 19 0 902782736 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 7 0 0 0
[pid=32012/tid=32022] ppid=32010 vsize=10546544 CPUtime=0.07 cores=1,3,5,7
/proc/32012/task/32022/stat : 32022 (java) S 32010 32012 30922 0 -1 4202560 194 0 0 0 7 0 0 0 15 0 19 0 902782736 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32023] ppid=32010 vsize=10546544 CPUtime=4.59 cores=1,3,5,7
/proc/32012/task/32023/stat : 32023 (java) S 32010 32012 30922 0 -1 4202560 1394 0 0 0 455 4 0 0 15 0 19 0 902782737 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 0 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32024] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32024/stat : 32024 (java) S 32010 32012 30922 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902782738 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32025] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32025/stat : 32025 (java) S 32010 32012 30922 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902782738 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32026] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32026/stat : 32026 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902782740 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652683185 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32027] ppid=32010 vsize=10546544 CPUtime=0.97 cores=1,3,5,7
/proc/32012/task/32027/stat : 32027 (java) S 32010 32012 30922 0 -1 4202560 12369 0 0 0 96 1 0 0 15 0 19 0 902782740 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32028] ppid=32010 vsize=10546544 CPUtime=0.38 cores=1,3,5,7
/proc/32012/task/32028/stat : 32028 (java) S 32010 32012 30922 0 -1 4202560 1629 0 0 0 38 0 0 0 15 0 19 0 902782740 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 3 0 0 0
[pid=32012/tid=32029] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32029/stat : 32029 (java) S 32010 32012 30922 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902782740 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652675481 0 4 0 16800975 18446604456326107520 0 0 -1 5 0 0 0
[pid=32012/tid=32030] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32030/stat : 32030 (java) S 32010 32012 30922 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 902782740 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
[pid=32012/tid=32031] ppid=32010 vsize=10546544 CPUtime=0 cores=1,3,5,7
/proc/32012/task/32031/stat : 32031 (java) S 32010 32012 30922 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902782758 10799661056 20865 33554432000 1073741824 1073778376 140734943380800 18446744073709551615 253652676096 0 4 0 16800975 18446604456326107520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 463.96
Current children cumulated vsize (KiB) 10546544

Solver just ended. Dumping a history of the last processes samples

[startup+462.703 s]
/proc/loadavg: 2.01 1.62 0.81 3/211 32158
/proc/meminfo: memFree=852852/32951124 swapFree=67060180/67111528
[pid=32012] ppid=32010 vsize=0 CPUtime=464.37 cores=1,3,5,7
/proc/32012/stat : 32012 (java) Z 32010 32012 30922 0 -1 4203548 31088 0 1 0 46425 12 0 0 18 0 2 0 902782734 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/32012/statm: 0 0 0 0 0 0 0
[pid=32012/tid=32021] ppid=32010 vsize=0 CPUtime=0.07 cores=1,3,5,7
/proc/32012/task/32021/stat : 32021 (java) R 32010 32012 30922 0 -1 4203588 29 0 0 0 7 0 0 0 16 0 2 0 902782736 0 0 33554432000 0 0 0 0 0 0 2147483391 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 464.37
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 462.703
CPU time (s): 464.375
CPU user time (s): 464.25
CPU system time (s): 0.124981
CPU usage (%): 100.361
Max. virtual memory (cumulated for all children) (KiB): 10546544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 464.25
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31088
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= 17675
involuntary context switches= 9760

runsolver used 0.690894 second user time and 1.75773 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-12 22:50:23
IDJOB=3492832
IDBENCH=79440
IDSOLVER=1982
FILE ID=node106/3492832-1307911823
RUNJOBID= node106-1307911811-30941
PBS_JOBID= 13559607
Free space on /var/tmp= 2888 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-myciel5g-5_wcsp.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492832-1307911823/watcher-3492832-1307911823 -o /var/tmp/evaluation-result-3492832-1307911823/solver-3492832-1307911823 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492832-1307911823.wbo

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

MD5SUM BENCH= 02dbb62de02783c13bf2d3c63ea9332f
RANDOM SEED=1892641341

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:        804944 kB
Buffers:         56832 kB
Cached:       30902016 kB
SwapCached:      12668 kB
Active:       16528452 kB
Inactive:     14652232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:        804944 kB
SwapTotal:    67111528 kB
SwapFree:     67060180 kB
Dirty:            2264 kB
Writeback:           0 kB
AnonPages:      219160 kB
Mapped:          18624 kB
Slab:           901616 kB
PageTables:       4504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10519984 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= 2888 MiB
End job on node106 at 2011-06-12 22:58:06