Trace number 2663026

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31OPT15 575.294 327.844

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/logic-synthesis/normalized-clip.b.opb
MD5SUM3b68d80e8ba1b8a702f9c691105ea9d4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark0.370943
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 15
Optimality of the best value was proved YES
Number of variables349
Total number of constraints707
Number of constraints which are clauses707
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint111
Number of terms in the objective function 349
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 349
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 349
Number of bits of the biggest sum of numbers9
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2663026-1276413247.opb
0.22/0.22	c reading problem ... 
1.14/0.75	c ... done. Wall clock time 0.528s.
1.14/0.75	c #vars     349
1.14/0.75	c #constraints  706
1.14/0.75	c constraints type 
1.14/0.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 702
1.14/0.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
1.14/0.75	c constraints type 
1.14/0.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
1.14/0.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 702
1.34/0.80	c And the winner is Resolution
1.47/1.78	c SATISFIABLE
1.47/1.78	c OPTIMIZING...
1.47/1.78	c Got one! Elapsed wall clock time (in seconds):1.561
1.47/1.78	o 21
1.71/1.93	c And the winner is CuttingPlanes
1.77/2.80	c Got one! Elapsed wall clock time (in seconds):2.577
1.77/2.80	o 20
2.17/3.03	c And the winner is CuttingPlanes
2.25/3.81	c Got one! Elapsed wall clock time (in seconds):3.593
2.25/3.81	o 19
3.61/4.59	c And the winner is Resolution
3.78/4.83	c Got one! Elapsed wall clock time (in seconds):4.611
3.78/4.83	o 18
4.12/5.10	c cleaning 2499 clauses out of 5000 with flag 5000/5000
4.49/5.20	c And the winner is Resolution
4.54/5.84	c Got one! Elapsed wall clock time (in seconds):5.619
4.54/5.84	o 17
5.46/6.37	c cleaning 4245 clauses out of 8502 with flag 11001/11001
6.82/7.06	c cleaning 5624 clauses out of 11256 with flag 18000/18000
8.37/7.84	c cleaning 6811 clauses out of 13632 with flag 26000/26000
9.92/8.70	c cleaning 7907 clauses out of 15823 with flag 35002/35002
11.86/9.65	c cleaning 8953 clauses out of 17914 with flag 45000/45000
13.79/10.69	c cleaning 9472 clauses out of 18961 with flag 55000/55000
15.72/11.60	c cleaning 9734 clauses out of 19489 with flag 65000/65000
17.45/12.54	c cleaning 9874 clauses out of 19755 with flag 75000/75000
19.19/13.44	c cleaning 9938 clauses out of 19883 with flag 85002/85002
21.30/14.57	c cleaning 9966 clauses out of 19945 with flag 95002/95002
23.43/15.68	c cleaning 9983 clauses out of 19978 with flag 105001/105001
25.55/16.78	c cleaning 9992 clauses out of 19994 with flag 115000/115000
27.29/17.69	c cleaning 9999 clauses out of 20002 with flag 125000/125000
29.79/18.97	c cleaning 9996 clauses out of 20004 with flag 135001/135001
31.90/20.03	c cleaning 9999 clauses out of 20008 with flag 145001/145001
34.41/21.31	c cleaning 9997 clauses out of 20008 with flag 155000/155000
36.91/22.66	c cleaning 9999 clauses out of 20011 with flag 165000/165000
39.82/24.20	c cleaning 10002 clauses out of 20013 with flag 175001/175001
41.72/25.15	c cleaning 9999 clauses out of 20010 with flag 185000/185000
43.61/26.15	c cleaning 9999 clauses out of 20011 with flag 195000/195000
45.70/27.22	c cleaning 10004 clauses out of 20015 with flag 205003/205003
47.80/28.35	c cleaning 9997 clauses out of 20008 with flag 215000/215000
50.30/29.62	c cleaning 9997 clauses out of 20011 with flag 225000/225000
52.37/30.80	c cleaning 9998 clauses out of 20014 with flag 235000/235000
54.46/31.88	c cleaning 10001 clauses out of 20017 with flag 245001/245001
56.33/32.90	c cleaning 10004 clauses out of 20017 with flag 255002/255002
58.22/33.82	c cleaning 10000 clauses out of 20013 with flag 265002/265002
59.88/34.78	c cleaning 10001 clauses out of 20012 with flag 275001/275001
61.76/35.79	c cleaning 10002 clauses out of 20011 with flag 285001/285001
64.45/37.15	c cleaning 9995 clauses out of 20008 with flag 295000/295000
66.33/38.18	c cleaning 9996 clauses out of 20014 with flag 305001/305001
68.37/39.29	c cleaning 9994 clauses out of 20020 with flag 315003/315003
70.45/40.32	c cleaning 10006 clauses out of 20023 with flag 325000/325000
72.32/41.31	c cleaning 10004 clauses out of 20018 with flag 335001/335001
73.99/42.24	c cleaning 10002 clauses out of 20013 with flag 345000/345000
75.84/43.25	c cleaning 9999 clauses out of 20012 with flag 355001/355001
77.72/44.25	c cleaning 10002 clauses out of 20015 with flag 365003/365003
79.98/45.40	c cleaning 10001 clauses out of 20011 with flag 375001/375001
80.10/45.58	c And the winner is CuttingPlanes
80.22/46.03	c Got one! Elapsed wall clock time (in seconds):45.815
80.22/46.03	o 16
81.73/46.83	c cleaning 9997 clauses out of 20009 with flag 385000/385000
83.96/48.09	c cleaning 10001 clauses out of 20012 with flag 395000/395000
86.63/49.41	c cleaning 10002 clauses out of 20012 with flag 405001/405001
89.07/50.74	c cleaning 10001 clauses out of 20012 with flag 415003/415003
91.14/51.84	c cleaning 9998 clauses out of 20009 with flag 425001/425001
93.56/53.15	c cleaning 9999 clauses out of 20012 with flag 435002/435002
96.02/54.49	c cleaning 9999 clauses out of 20011 with flag 445000/445000
98.67/55.89	c cleaning 9999 clauses out of 20013 with flag 455001/455001
101.14/57.17	c cleaning 10001 clauses out of 20013 with flag 465000/465000
103.14/58.24	c cleaning 9994 clauses out of 20012 with flag 475000/475000
105.00/59.29	c cleaning 10004 clauses out of 20018 with flag 485000/485000
106.85/60.25	c cleaning 9996 clauses out of 20014 with flag 495000/495000
108.90/61.38	c cleaning 10002 clauses out of 20019 with flag 505001/505001
111.11/62.54	c And the winner is CuttingPlanes
111.26/62.61	c cleaning 10002 clauses out of 20017 with flag 515001/515001
111.42/63.08	c Got one! Elapsed wall clock time (in seconds):62.856
111.42/63.08	o 15
113.24/64.09	c cleaning 9998 clauses out of 20014 with flag 525000/525000
115.28/65.17	c cleaning 10001 clauses out of 20016 with flag 535000/535000
117.52/66.35	c cleaning 10001 clauses out of 20015 with flag 545000/545000
120.12/67.74	c cleaning 10003 clauses out of 20014 with flag 555000/555000
122.35/68.97	c cleaning 9989 clauses out of 20011 with flag 565000/565000
124.59/70.10	c cleaning 10007 clauses out of 20022 with flag 575000/575000
126.63/71.24	c cleaning 10002 clauses out of 20016 with flag 585001/585001
128.63/72.37	c cleaning 10001 clauses out of 20013 with flag 595000/595000
130.68/73.44	c cleaning 9998 clauses out of 20012 with flag 605000/605000
133.11/74.77	c cleaning 10001 clauses out of 20016 with flag 615002/615002
135.52/76.09	c cleaning 9997 clauses out of 20013 with flag 625000/625000
138.30/77.50	c cleaning 9998 clauses out of 20016 with flag 635000/635000
140.91/78.99	c cleaning 10004 clauses out of 20019 with flag 645001/645001
143.13/80.20	c cleaning 9999 clauses out of 20015 with flag 655001/655001
145.37/81.32	c cleaning 10003 clauses out of 20017 with flag 665002/665002
147.54/82.52	c cleaning 9991 clauses out of 20012 with flag 675000/675000
149.55/83.68	c cleaning 10003 clauses out of 20023 with flag 685002/685002
151.57/84.79	c cleaning 10004 clauses out of 20018 with flag 695000/695000
153.97/86.01	c cleaning 10001 clauses out of 20016 with flag 705002/705002
156.14/87.29	c cleaning 10001 clauses out of 20014 with flag 715001/715001
158.94/88.72	c cleaning 9999 clauses out of 20014 with flag 725002/725002
161.35/90.06	c cleaning 9993 clauses out of 20014 with flag 735001/735001
163.95/91.43	c cleaning 10001 clauses out of 20022 with flag 745002/745002
166.50/92.82	c cleaning 9996 clauses out of 20019 with flag 755000/755000
169.10/94.21	c cleaning 10005 clauses out of 20023 with flag 765000/765000
171.71/95.61	c cleaning 9995 clauses out of 20021 with flag 775003/775003
174.09/96.99	c cleaning 9987 clauses out of 20024 with flag 785001/785001
177.03/98.52	c cleaning 10010 clauses out of 20036 with flag 795000/795000
179.61/99.99	c cleaning 10005 clauses out of 20026 with flag 805000/805000
182.02/101.28	c cleaning 10003 clauses out of 20022 with flag 815001/815001
184.20/102.43	c cleaning 10002 clauses out of 20020 with flag 825002/825002
186.53/103.70	c cleaning 10004 clauses out of 20016 with flag 835000/835000
188.72/104.97	c cleaning 10000 clauses out of 20014 with flag 845002/845002
190.71/106.04	c cleaning 10001 clauses out of 20012 with flag 855000/855000
192.50/107.04	c cleaning 9999 clauses out of 20012 with flag 865001/865001
194.42/108.17	c cleaning 10002 clauses out of 20012 with flag 875000/875000
196.40/109.30	c cleaning 9999 clauses out of 20011 with flag 885001/885001
198.58/110.44	c cleaning 10001 clauses out of 20011 with flag 895000/895000
200.37/111.49	c cleaning 10000 clauses out of 20011 with flag 905001/905001
202.87/112.81	c cleaning 9997 clauses out of 20012 with flag 915002/915002
205.05/114.03	c cleaning 10004 clauses out of 20014 with flag 925001/925001
207.23/115.25	c cleaning 9993 clauses out of 20009 with flag 935000/935000
209.42/116.48	c cleaning 9995 clauses out of 20018 with flag 945002/945002
211.93/117.86	c cleaning 10005 clauses out of 20021 with flag 955000/955000
214.31/119.18	c cleaning 10001 clauses out of 20019 with flag 965003/965003
216.67/120.45	c cleaning 10000 clauses out of 20015 with flag 975000/975000
219.24/121.84	c cleaning 9997 clauses out of 20015 with flag 985000/985000
221.36/123.01	c cleaning 10001 clauses out of 20018 with flag 995000/995000
223.56/124.22	c cleaning 9999 clauses out of 20018 with flag 1005001/1005001
225.75/125.42	c cleaning 9997 clauses out of 20020 with flag 1015002/1015002
227.91/126.61	c cleaning 10004 clauses out of 20022 with flag 1025001/1025001
230.02/127.86	c cleaning 10003 clauses out of 20018 with flag 1035001/1035001
232.19/129.04	c cleaning 10001 clauses out of 20015 with flag 1045001/1045001
234.56/130.32	c cleaning 10001 clauses out of 20013 with flag 1055000/1055000
236.54/131.49	c cleaning 9994 clauses out of 20012 with flag 1065000/1065000
238.84/132.79	c cleaning 10002 clauses out of 20018 with flag 1075000/1075000
241.22/134.03	c cleaning 10001 clauses out of 20017 with flag 1085001/1085001
243.77/135.41	c cleaning 10001 clauses out of 20015 with flag 1095000/1095000
245.93/136.61	c cleaning 9999 clauses out of 20015 with flag 1105001/1105001
248.23/137.97	c cleaning 9998 clauses out of 20015 with flag 1115000/1115000
250.59/139.26	c cleaning 9986 clauses out of 20017 with flag 1125000/1125000
252.95/140.51	c cleaning 10006 clauses out of 20031 with flag 1135000/1135000
255.13/141.81	c cleaning 10002 clauses out of 20029 with flag 1145004/1145004
257.59/143.14	c cleaning 10003 clauses out of 20023 with flag 1155000/1155000
259.91/144.48	c cleaning 10004 clauses out of 20025 with flag 1165005/1165005
262.06/145.70	c cleaning 10001 clauses out of 20016 with flag 1175000/1175000
264.40/146.96	c cleaning 9989 clauses out of 20015 with flag 1185000/1185000
266.84/148.32	c cleaning 9995 clauses out of 20026 with flag 1195000/1195000
269.19/149.61	c cleaning 10007 clauses out of 20031 with flag 1205000/1205000
271.32/150.89	c cleaning 10002 clauses out of 20024 with flag 1215000/1215000
273.65/152.14	c cleaning 10001 clauses out of 20022 with flag 1225000/1225000
276.10/153.50	c cleaning 10003 clauses out of 20021 with flag 1235000/1235000
278.45/154.83	c cleaning 10000 clauses out of 20018 with flag 1245000/1245000
280.61/156.09	c cleaning 10003 clauses out of 20018 with flag 1255000/1255000
282.77/157.28	c cleaning 10002 clauses out of 20015 with flag 1265000/1265000
285.22/158.60	c cleaning 9986 clauses out of 20013 with flag 1275000/1275000
287.36/159.83	c cleaning 10002 clauses out of 20027 with flag 1285000/1285000
289.11/160.89	c cleaning 10006 clauses out of 20025 with flag 1295000/1295000
291.85/162.37	c cleaning 10007 clauses out of 20019 with flag 1305000/1305000
294.12/163.67	c cleaning 9999 clauses out of 20012 with flag 1315000/1315000
296.27/164.90	c cleaning 9998 clauses out of 20013 with flag 1325000/1325000
298.63/166.16	c cleaning 10001 clauses out of 20015 with flag 1335000/1335000
300.76/167.37	c cleaning 9999 clauses out of 20015 with flag 1345001/1345001
303.23/168.75	c cleaning 10000 clauses out of 20016 with flag 1355001/1355001
305.57/170.00	c cleaning 9999 clauses out of 20015 with flag 1365000/1365000
307.52/171.12	c cleaning 10000 clauses out of 20016 with flag 1375000/1375000
309.65/172.34	c cleaning 10005 clauses out of 20017 with flag 1385001/1385001
312.13/173.76	c cleaning 9999 clauses out of 20011 with flag 1395000/1395000
314.46/175.07	c cleaning 10002 clauses out of 20013 with flag 1405001/1405001
316.79/176.39	c cleaning 10000 clauses out of 20010 with flag 1415000/1415000
319.32/177.73	c cleaning 9999 clauses out of 20010 with flag 1425000/1425000
321.77/179.16	c cleaning 10001 clauses out of 20011 with flag 1435000/1435000
324.30/180.50	c cleaning 9989 clauses out of 20010 with flag 1445000/1445000
326.24/181.68	c cleaning 10005 clauses out of 20021 with flag 1455000/1455000
328.37/182.82	c cleaning 10001 clauses out of 20017 with flag 1465001/1465001
330.61/184.10	c cleaning 9997 clauses out of 20015 with flag 1475000/1475000
332.74/185.37	c cleaning 10004 clauses out of 20018 with flag 1485000/1485000
335.08/186.67	c cleaning 9997 clauses out of 20014 with flag 1495000/1495000
337.21/187.90	c cleaning 9998 clauses out of 20018 with flag 1505001/1505001
339.47/189.16	c cleaning 10002 clauses out of 20019 with flag 1515000/1515000
341.75/190.41	c cleaning 9999 clauses out of 20017 with flag 1525000/1525000
344.08/191.78	c cleaning 10002 clauses out of 20019 with flag 1535001/1535001
346.40/193.08	c cleaning 10004 clauses out of 20018 with flag 1545002/1545002
348.64/194.35	c cleaning 9998 clauses out of 20013 with flag 1555001/1555001
350.76/195.51	c cleaning 9996 clauses out of 20014 with flag 1565000/1565000
352.89/196.73	c cleaning 9999 clauses out of 20018 with flag 1575000/1575000
355.03/197.99	c cleaning 10002 clauses out of 20019 with flag 1585000/1585000
357.43/199.34	c cleaning 10001 clauses out of 20018 with flag 1595001/1595001
359.55/200.54	c cleaning 10000 clauses out of 20016 with flag 1605000/1605000
361.67/201.79	c cleaning 9995 clauses out of 20016 with flag 1615000/1615000
364.17/203.11	c cleaning 9997 clauses out of 20023 with flag 1625002/1625002
366.41/204.48	c cleaning 9997 clauses out of 20024 with flag 1635000/1635000
368.92/205.85	c cleaning 10002 clauses out of 20027 with flag 1645000/1645000
371.03/207.03	c cleaning 10000 clauses out of 20025 with flag 1655000/1655000
372.94/208.14	c cleaning 10004 clauses out of 20026 with flag 1665001/1665001
375.16/209.41	c cleaning 10001 clauses out of 20022 with flag 1675001/1675001
377.47/210.77	c cleaning 10002 clauses out of 20020 with flag 1685000/1685000
379.75/212.10	c cleaning 10003 clauses out of 20019 with flag 1695001/1695001
381.86/213.25	c cleaning 9991 clauses out of 20016 with flag 1705001/1705001
384.09/214.56	c cleaning 9998 clauses out of 20024 with flag 1715000/1715000
386.18/215.77	c cleaning 10005 clauses out of 20026 with flag 1725000/1725000
388.28/216.94	c cleaning 10003 clauses out of 20021 with flag 1735000/1735000
390.38/218.13	c cleaning 10003 clauses out of 20019 with flag 1745001/1745001
392.40/219.38	c cleaning 10000 clauses out of 20016 with flag 1755001/1755001
394.70/220.63	c cleaning 10002 clauses out of 20015 with flag 1765000/1765000
397.00/221.90	c cleaning 9994 clauses out of 20013 with flag 1775000/1775000
399.11/223.17	c cleaning 10001 clauses out of 20022 with flag 1785003/1785003
401.35/224.46	c cleaning 10001 clauses out of 20018 with flag 1795000/1795000
403.63/225.73	c cleaning 10000 clauses out of 20020 with flag 1805003/1805003
405.93/227.02	c cleaning 10006 clauses out of 20018 with flag 1815001/1815001
408.02/228.25	c cleaning 10000 clauses out of 20011 with flag 1825000/1825000
410.23/229.55	c cleaning 9988 clauses out of 20012 with flag 1835001/1835001
412.52/230.82	c cleaning 10006 clauses out of 20023 with flag 1845000/1845000
414.63/232.09	c cleaning 10004 clauses out of 20017 with flag 1855000/1855000
416.91/233.37	c cleaning 10000 clauses out of 20013 with flag 1865000/1865000
419.30/234.73	c cleaning 10000 clauses out of 20015 with flag 1875002/1875002
421.40/235.96	c cleaning 9996 clauses out of 20014 with flag 1885001/1885001
423.69/237.24	c cleaning 10003 clauses out of 20018 with flag 1895001/1895001
425.78/238.45	c cleaning 9997 clauses out of 20014 with flag 1905000/1905000
427.99/239.80	c cleaning 9998 clauses out of 20017 with flag 1915000/1915000
430.25/241.02	c cleaning 10005 clauses out of 20019 with flag 1925000/1925000
432.52/242.30	c cleaning 10003 clauses out of 20014 with flag 1935000/1935000
434.79/243.67	c cleaning 10002 clauses out of 20013 with flag 1945002/1945002
437.78/245.37	c cleaning 9994 clauses out of 20009 with flag 1955000/1955000
440.25/246.79	c cleaning 10000 clauses out of 20015 with flag 1965000/1965000
442.74/248.16	c cleaning 9998 clauses out of 20016 with flag 1975001/1975001
445.20/249.59	c cleaning 10004 clauses out of 20025 with flag 1985008/1985008
448.17/251.22	c cleaning 9998 clauses out of 20013 with flag 1995000/1995000
450.65/252.65	c cleaning 9997 clauses out of 20016 with flag 2005001/2005001
453.14/254.06	c cleaning 10002 clauses out of 20020 with flag 2015002/2015002
455.79/255.50	c cleaning 10002 clauses out of 20016 with flag 2025000/2025000
457.96/256.89	c cleaning 10002 clauses out of 20014 with flag 2035000/2035000
460.43/258.25	c cleaning 10000 clauses out of 20012 with flag 2045000/2045000
462.90/259.61	c cleaning 9996 clauses out of 20014 with flag 2055002/2055002
465.55/261.12	c cleaning 9998 clauses out of 20017 with flag 2065001/2065001
468.31/262.72	c cleaning 10002 clauses out of 20018 with flag 2075000/2075000
471.18/264.37	c cleaning 9998 clauses out of 20016 with flag 2085000/2085000
473.84/265.89	c cleaning 10000 clauses out of 20018 with flag 2095000/2095000
476.70/267.46	c cleaning 10000 clauses out of 20018 with flag 2105000/2105000
479.65/269.15	c cleaning 9998 clauses out of 20018 with flag 2115000/2115000
481.72/270.34	c cleaning 10005 clauses out of 20020 with flag 2125000/2125000
483.79/271.54	c cleaning 9998 clauses out of 20015 with flag 2135000/2135000
486.06/272.82	c cleaning 9998 clauses out of 20017 with flag 2145000/2145000
488.43/274.28	c cleaning 10004 clauses out of 20021 with flag 2155002/2155002
490.68/275.57	c cleaning 9999 clauses out of 20016 with flag 2165001/2165001
492.94/276.87	c cleaning 9997 clauses out of 20016 with flag 2175000/2175000
495.21/278.20	c cleaning 10004 clauses out of 20019 with flag 2185000/2185000
497.95/279.72	c cleaning 9998 clauses out of 20015 with flag 2195000/2195000
500.20/281.08	c cleaning 9999 clauses out of 20017 with flag 2205000/2205000
502.85/282.52	c cleaning 10004 clauses out of 20018 with flag 2215000/2215000
505.70/284.15	c cleaning 10001 clauses out of 20014 with flag 2225000/2225000
508.47/285.80	c cleaning 10002 clauses out of 20013 with flag 2235000/2235000
511.32/287.36	c cleaning 10001 clauses out of 20011 with flag 2245000/2245000
513.97/288.86	c cleaning 9999 clauses out of 20011 with flag 2255001/2255001
516.83/290.45	c cleaning 9991 clauses out of 20011 with flag 2265000/2265000
519.75/292.13	c cleaning 10000 clauses out of 20020 with flag 2275000/2275000
522.62/293.78	c cleaning 9999 clauses out of 20020 with flag 2285000/2285000
525.66/295.44	c cleaning 9999 clauses out of 20021 with flag 2295000/2295000
528.31/296.92	c cleaning 9998 clauses out of 20022 with flag 2305000/2305000
531.28/298.63	c cleaning 10008 clauses out of 20025 with flag 2315001/2315001
533.93/300.19	c cleaning 10002 clauses out of 20016 with flag 2325000/2325000
536.56/301.64	c cleaning 9997 clauses out of 20014 with flag 2335000/2335000
539.45/303.26	c cleaning 10000 clauses out of 20018 with flag 2345001/2345001
541.99/304.80	c cleaning 10001 clauses out of 20017 with flag 2355000/2355000
544.64/306.27	c cleaning 9998 clauses out of 20016 with flag 2365000/2365000
546.49/307.38	c cleaning 10002 clauses out of 20018 with flag 2375000/2375000
548.55/308.55	c cleaning 9998 clauses out of 20016 with flag 2385000/2385000
550.74/309.83	c cleaning 10001 clauses out of 20020 with flag 2395002/2395002
552.61/310.95	c cleaning 10003 clauses out of 20017 with flag 2405000/2405000
554.48/312.00	c cleaning 9998 clauses out of 20014 with flag 2415000/2415000
555.75/312.88	c cleaning 0 clauses out of 5000 with flag 0/5000
556.88/313.60	c cleaning 10004 clauses out of 20016 with flag 2425000/2425000
558.94/314.78	c cleaning 10000 clauses out of 20014 with flag 2435002/2435002
560.97/315.97	c cleaning 10000 clauses out of 20013 with flag 2445001/2445001
563.23/317.21	c cleaning 9999 clauses out of 20012 with flag 2455000/2455000
565.41/318.57	c cleaning 9996 clauses out of 20014 with flag 2465001/2465001
567.66/319.89	c cleaning 10002 clauses out of 20017 with flag 2475000/2475000
568.54/320.46	c And the winner is CuttingPlanes
575.15/327.80	c starts		: 25
575.15/327.80	c conflicts		: 5049
575.15/327.80	c decisions		: 63145
575.15/327.80	c propagations		: 235084
575.15/327.80	c inspects		: 60030435
575.15/327.80	c learnt literals	: 0
575.15/327.80	c learnt binary clauses	: 0
575.15/327.80	c learnt ternary clauses	: 0
575.15/327.80	c learnt clauses	: 5048
575.15/327.80	c ignored clauses	: 0
575.15/327.80	c root simplifications	: 0
575.15/327.80	c removed literals (reason simplification)	: 0
575.15/327.80	c reason swapping (by a shorter reason)	: 0
575.15/327.80	c Calls to reduceDB	: 1
575.15/327.80	c number of reductions to clauses (during analyze)	: 0
575.15/327.80	c number of learned constraints concerned by reduction	: 0
575.15/327.80	c number of learning phase by resolution	: 0
575.15/327.80	c number of learning phase by cutting planes	: 0
575.15/327.80	c speed (assignments/second)	: 888.0410392789418
575.15/327.80	c non guided choices	0
575.15/327.80	c learnt constraints type 
575.15/327.80	c constraints type 
575.15/327.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 702
575.15/327.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
575.15/327.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
575.15/327.80	c constraints type 
575.15/327.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3
575.15/327.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 702
575.15/327.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
575.15/327.80	s OPTIMUM FOUND
575.15/327.81	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 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 x347 -x348 -x349 
575.15/327.81	c objective function=15
575.15/327.81	c Total wall clock time (in seconds): 327.587

Verifier Data

OK	15

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663026-1276413247/watcher-2663026-1276413247 -o /tmp/evaluation-result-2663026-1276413247/solver-2663026-1276413247 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663026-1276413247.opb 

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


[startup+0 s]
/proc/loadavg: 1.07 1.07 1.01 3/106 21517
/proc/meminfo: memFree=1854800/2059040 swapFree=4134484/4192956
[pid=21517] ppid=21515 vsize=1832 CPUtime=0
/proc/21517/stat : 21517 (java6) R 21515 21517 21317 0 -1 4194304 251 0 0 0 0 0 0 0 16 0 1 0 16911153 1875968 153 1992294400 134512640 134550932 4290118720 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21517/statm: 458 156 119 10 0 63 0

[startup+0.087354 s]
/proc/loadavg: 1.07 1.07 1.01 3/106 21517
/proc/meminfo: memFree=1854800/2059040 swapFree=4134484/4192956
[pid=21517] ppid=21515 vsize=1521796 CPUtime=0.07
/proc/21517/stat : 21517 (java) S 21515 21517 21317 0 -1 4202496 3830 0 1 0 5 2 0 0 15 0 7 0 16911153 1558319104 3271 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/21517/statm: 380449 3271 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101355 s]
/proc/loadavg: 1.07 1.07 1.01 3/106 21517
/proc/meminfo: memFree=1854800/2059040 swapFree=4134484/4192956
[pid=21517] ppid=21515 vsize=1524180 CPUtime=0.08
/proc/21517/stat : 21517 (java) S 21515 21517 21317 0 -1 4202496 3961 0 1 0 6 2 0 0 15 0 12 0 16911153 1560760320 3400 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21517/statm: 381045 3400 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301371 s]
/proc/loadavg: 1.07 1.07 1.01 3/106 21517
/proc/meminfo: memFree=1854800/2059040 swapFree=4134484/4192956
[pid=21517] ppid=21515 vsize=1526312 CPUtime=0.35
/proc/21517/stat : 21517 (java) S 21515 21517 21317 0 -1 4202496 5373 0 1 0 32 3 0 0 15 0 12 0 16911153 1562943488 4810 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21517/statm: 381578 4810 1358 10 0 378881 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526312

[startup+0.701416 s]
/proc/loadavg: 1.07 1.07 1.01 3/106 21517
/proc/meminfo: memFree=1854800/2059040 swapFree=4134484/4192956
[pid=21517] ppid=21515 vsize=1528924 CPUtime=1.14
/proc/21517/stat : 21517 (java) S 21515 21517 21317 0 -1 4202496 7598 0 1 0 109 5 0 0 15 0 12 0 16911153 1565618176 6783 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21517/statm: 382231 6784 1395 10 0 379534 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1528924

[startup+1.50148 s]
/proc/loadavg: 1.23 1.10 1.02 1/120 21533
/proc/meminfo: memFree=1829268/2059040 swapFree=4134484/4192956
[pid=21517] ppid=21515 vsize=1530368 CPUtime=1.47
/proc/21517/stat : 21517 (java) S 21515 21517 21317 0 -1 4202496 8896 0 1 0 142 5 0 0 15 0 14 0 16911153 1567096832 7513 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21517/statm: 382592 7513 1411 10 0 379895 0
[pid=21517/tid=21519] ppid=21515 vsize=1530368 CPUtime=0.72
/proc/21517/task/21519/stat : 21519 (java) S 21515 21517 21317 0 -1 4202560 5433 0 1 0 68 4 0 0 25 0 14 0 16911155 1567096832 7513 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21520] ppid=21515 vsize=1530368 CPUtime=0
/proc/21517/task/21520/stat : 21520 (java) S 21515 21517 21317 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 16911156 1567096832 7513 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21521] ppid=21515 vsize=1530368 CPUtime=0
/proc/21517/task/21521/stat : 21521 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 16911156 1567096832 7513 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21522] ppid=21515 vsize=1530368 CPUtime=0
/proc/21517/task/21522/stat : 21522 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 16911158 1567096832 7513 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21523] ppid=21515 vsize=1530368 CPUtime=0
/proc/21517/task/21523/stat : 21523 (java) S 21515 21517 21317 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 14 0 16911158 1567096832 7513 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21524] ppid=21515 vsize=1530368 CPUtime=0
/proc/21517/task/21524/stat : 21524 (java) S 21515 21517 21317 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 16911158 1567096832 7513 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21525] ppid=21515 vsize=1530368 CPUtime=0
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16911163 1567096832 7513 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21526] ppid=21515 vsize=1530368 CPUtime=0.12
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 21317 0 -1 4202560 713 0 0 0 12 0 0 0 22 0 14 0 16911163 1567096832 7513 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21527] ppid=21515 vsize=1530368 CPUtime=0.55
/proc/21517/task/21527/stat : 21527 (java) S 21515 21517 21317 0 -1 4202560 1473 0 0 0 55 0 0 0 17 0 14 0 16911163 1567096832 7513 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21528] ppid=21515 vsize=1530368 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 16911163 1567096832 7513 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21529] ppid=21515 vsize=1530368 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 16911163 1567096832 7513 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21532] ppid=21515 vsize=1530368 CPUtime=0
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 21317 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 16911230 1567096832 7513 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21533] ppid=21515 vsize=1530368 CPUtime=0
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 21317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 16911232 1567096832 7513 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 1530368

[startup+3.10165 s]
/proc/loadavg: 1.23 1.10 1.02 1/120 21535
/proc/meminfo: memFree=1827904/2059040 swapFree=4134484/4192956
[pid=21517] ppid=21515 vsize=1531468 CPUtime=2.25
/proc/21517/stat : 21517 (java) S 21515 21517 21317 0 -1 4202496 9962 0 1 0 219 6 0 0 15 0 14 0 16911153 1568223232 8475 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21517/statm: 382867 8475 1426 10 0 380170 0
[pid=21517/tid=21519] ppid=21515 vsize=1531468 CPUtime=0.74
/proc/21517/task/21519/stat : 21519 (java) S 21515 21517 21317 0 -1 4202560 5520 0 1 0 70 4 0 0 19 0 14 0 16911155 1568223232 8475 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21520] ppid=21515 vsize=1531468 CPUtime=0
/proc/21517/task/21520/stat : 21520 (java) S 21515 21517 21317 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 14 0 16911156 1568223232 8475 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21521] ppid=21515 vsize=1531468 CPUtime=0
/proc/21517/task/21521/stat : 21521 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 16911156 1568223232 8475 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21522] ppid=21515 vsize=1531468 CPUtime=0
/proc/21517/task/21522/stat : 21522 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 16911158 1568223232 8475 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21523] ppid=21515 vsize=1531468 CPUtime=0
/proc/21517/task/21523/stat : 21523 (java) S 21515 21517 21317 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 14 0 16911158 1568223232 8475 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21524] ppid=21515 vsize=1531468 CPUtime=0
/proc/21517/task/21524/stat : 21524 (java) S 21515 21517 21317 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 16911158 1568223232 8475 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21525] ppid=21515 vsize=1531468 CPUtime=0
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16911163 1568223232 8475 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21526] ppid=21515 vsize=1531468 CPUtime=0.39
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 21317 0 -1 4202560 913 0 0 0 39 0 0 0 16 0 14 0 16911163 1568223232 8475 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21527] ppid=21515 vsize=1531468 CPUtime=0.8
/proc/21517/task/21527/stat : 21527 (java) S 21515 21517 21317 0 -1 4202560 1662 0 0 0 80 0 0 0 16 0 14 0 16911163 1568223232 8475 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21528] ppid=21515 vsize=1531468 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 16911163 1568223232 8475 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21529] ppid=21515 vsize=1531468 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 16911163 1568223232 8475 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21532] ppid=21515 vsize=1531468 CPUtime=0
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 21317 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 16911230 1568223232 8475 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21533] ppid=21515 vsize=1531468 CPUtime=0
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 21317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 16911232 1568223232 8475 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 1531468
heavy processes:

[startup+6.30198 s]
/proc/loadavg: 1.23 1.10 1.02 2/120 21541
/proc/meminfo: memFree=1807940/2059040 swapFree=4134484/4192956
[pid=21517] ppid=21515 vsize=1538580 CPUtime=5.46
/proc/21517/stat : 21517 (java) S 21515 21517 21317 0 -1 4202496 22164 0 1 0 519 27 0 0 15 0 16 0 16911153 1575505920 18743 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21517/statm: 384645 18743 1445 10 0 381948 0
[pid=21517/tid=21519] ppid=21515 vsize=1538580 CPUtime=0.75
/proc/21517/task/21519/stat : 21519 (java) S 21515 21517 21317 0 -1 4202560 5584 0 1 0 71 4 0 0 19 0 16 0 16911155 1575505920 18743 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21520] ppid=21515 vsize=1538580 CPUtime=0
/proc/21517/task/21520/stat : 21520 (java) S 21515 21517 21317 0 -1 4202560 186 0 0 0 0 0 0 0 16 0 16 0 16911156 1575505920 18743 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21521] ppid=21515 vsize=1538580 CPUtime=0
/proc/21517/task/21521/stat : 21521 (java) S 21515 21517 21317 0 -1 4202560 173 0 0 0 0 0 0 0 18 0 16 0 16911156 1575505920 18743 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21522] ppid=21515 vsize=1538580 CPUtime=0.26
/proc/21517/task/21522/stat : 21522 (java) S 21515 21517 21317 0 -1 4202560 377 0 0 0 11 15 0 0 15 0 16 0 16911158 1575505920 18743 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21523] ppid=21515 vsize=1538580 CPUtime=0
/proc/21517/task/21523/stat : 21523 (java) S 21515 21517 21317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 16911158 1575505920 18743 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21524] ppid=21515 vsize=1538580 CPUtime=0
/proc/21517/task/21524/stat : 21524 (java) S 21515 21517 21317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 16911158 1575505920 18743 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21525] ppid=21515 vsize=1538580 CPUtime=0
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 16911163 1575505920 18743 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21526] ppid=21515 vsize=1538580 CPUtime=1.01
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 21317 0 -1 4202560 1020 0 0 0 101 0 0 0 15 0 16 0 16911163 1575505920 18743 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21527] ppid=21515 vsize=1538580 CPUtime=1.8
/proc/21517/task/21527/stat : 21527 (java) R 21515 21517 21317 0 -1 4202560 5381 0 0 0 178 2 0 0 15 0 16 0 16911163 1575505920 18743 1992294400 134512640 134550932 4292083648 18446744073709551615 104147186 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21517/tid=21528] ppid=21515 vsize=1538580 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 16911163 1575505920 18743 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21529] ppid=21515 vsize=1538580 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 16911163 1575505920 18743 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21532] ppid=21515 vsize=1538580 CPUtime=0
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 21317 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 16911230 1575505920 18743 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21533] ppid=21515 vsize=1538580 CPUtime=0
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 21317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 16911232 1575505920 18743 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.46
Current children cumulated vsize (KiB) 1538580

[startup+12.7019 s]
/proc/loadavg: 1.28 1.11 1.03 3/122 21543
/proc/meminfo: memFree=1671152/2059040 swapFree=4134484/4192956
[pid=21517] ppid=21515 vsize=1536648 CPUtime=17.8
/proc/21517/stat : 21517 (java) S 21515 21517 21317 0 -1 4202496 51421 0 1 0 1741 39 0 0 15 0 16 0 16911153 1573527552 47387 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21517/statm: 384162 47387 1449 10 0 381465 0
[pid=21517/tid=21519] ppid=21515 vsize=1536648 CPUtime=0.75
/proc/21517/task/21519/stat : 21519 (java) S 21515 21517 21317 0 -1 4202560 5584 0 1 0 71 4 0 0 15 0 16 0 16911155 1573527552 47387 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21520] ppid=21515 vsize=1536648 CPUtime=0.11
/proc/21517/task/21520/stat : 21520 (java) S 21515 21517 21317 0 -1 4202560 2281 0 0 0 11 0 0 0 16 0 16 0 16911156 1573527552 47387 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21521] ppid=21515 vsize=1536648 CPUtime=0.11
/proc/21517/task/21521/stat : 21521 (java) S 21515 21517 21317 0 -1 4202560 2106 0 0 0 11 0 0 0 15 0 16 0 16911156 1573527552 47387 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21522] ppid=21515 vsize=1536648 CPUtime=0.61
/proc/21517/task/21522/stat : 21522 (java) S 21515 21517 21317 0 -1 4202560 2074 0 0 0 44 17 0 0 16 0 16 0 16911158 1573527552 47387 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21523] ppid=21515 vsize=1536648 CPUtime=0
/proc/21517/task/21523/stat : 21523 (java) S 21515 21517 21317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 16911158 1573527552 47387 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21524] ppid=21515 vsize=1536648 CPUtime=0
/proc/21517/task/21524/stat : 21524 (java) S 21515 21517 21317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 16911158 1573527552 47387 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21525] ppid=21515 vsize=1536648 CPUtime=0
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 16911163 1573527552 47387 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21526] ppid=21515 vsize=1536648 CPUtime=1.34
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 21317 0 -1 4202560 1041 0 0 0 134 0 0 0 15 0 16 0 16911163 1573527552 47387 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21527] ppid=21515 vsize=1536648 CPUtime=2.01
/proc/21517/task/21527/stat : 21527 (java) S 21515 21517 21317 0 -1 4202560 5394 0 0 0 199 2 0 0 15 0 16 0 16911163 1573527552 47387 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21528] ppid=21515 vsize=1536648 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 16911163 1573527552 47387 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21529] ppid=21515 vsize=1536648 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 16911163 1573527552 47387 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21532] ppid=21515 vsize=1536648 CPUtime=0
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 21317 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 16911230 1573527552 47387 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21533] ppid=21515 vsize=1536648 CPUtime=0
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 21317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 16911232 1573527552 47387 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21542] ppid=21515 vsize=1536648 CPUtime=6.03
/proc/21517/task/21542/stat : 21542 (java) R 21515 21517 21317 0 -1 4202560 165 0 0 0 603 0 0 0 17 0 16 0 16911737 1573527552 47387 1992294400 134512640 134550932 4292083648 18446744073709551615 4109624613 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21517/tid=21543] ppid=21515 vsize=1536648 CPUtime=5.78
/proc/21517/task/21543/stat : 21543 (java) R 21515 21517 21317 0 -1 4202560 29556 0 0 0 568 10 0 0 21 0 16 0 16911737 1573527552 47387 1992294400 134512640 134550932 4292083648 18446744073709551615 4109747091 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.8
Current children cumulated vsize (KiB) 1536648


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

/proc/21517/stat : 21517 (java) S 21515 21517 21317 0 -1 4202496 76474 0 1 0 57286 89 0 0 15 0 14 0 16911153 1572950016 69691 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21517/statm: 384021 69691 1449 10 0 381324 0
[pid=21517/tid=21519] ppid=21515 vsize=1536084 CPUtime=5.8
/proc/21517/task/21519/stat : 21519 (java) R 21515 21517 21317 0 -1 4202560 5593 0 1 0 576 4 0 0 25 0 14 0 16911155 1572950016 69691 1992294400 134512640 134550932 4292083648 18446744073709551615 4110296533 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21517/tid=21520] ppid=21515 vsize=1536084 CPUtime=6.37
/proc/21517/task/21520/stat : 21520 (java) S 21515 21517 21317 0 -1 4202560 12312 0 0 0 618 19 0 0 16 0 14 0 16911156 1572950016 69691 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21521] ppid=21515 vsize=1536084 CPUtime=6.37
/proc/21517/task/21521/stat : 21521 (java) S 21515 21517 21317 0 -1 4202560 11807 0 0 0 622 15 0 0 15 0 14 0 16911156 1572950016 69691 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21522] ppid=21515 vsize=1536084 CPUtime=58.93
/proc/21517/task/21522/stat : 21522 (java) S 21515 21517 21317 0 -1 4202560 6206 0 0 0 5868 25 0 0 15 0 14 0 16911158 1572950016 69691 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21523] ppid=21515 vsize=1536084 CPUtime=0
/proc/21517/task/21523/stat : 21523 (java) S 21515 21517 21317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 16911158 1572950016 69691 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21524] ppid=21515 vsize=1536084 CPUtime=0
/proc/21517/task/21524/stat : 21524 (java) S 21515 21517 21317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 16911158 1572950016 69691 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21525] ppid=21515 vsize=1536084 CPUtime=0
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16911163 1572950016 69691 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21526] ppid=21515 vsize=1536084 CPUtime=2.07
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 21317 0 -1 4202560 1095 0 0 0 207 0 0 0 15 0 14 0 16911163 1572950016 69691 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21527] ppid=21515 vsize=1536084 CPUtime=2.52
/proc/21517/task/21527/stat : 21527 (java) S 21515 21517 21317 0 -1 4202560 6012 0 0 0 250 2 0 0 15 0 14 0 16911163 1572950016 69691 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21528] ppid=21515 vsize=1536084 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 16911163 1572950016 69691 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21529] ppid=21515 vsize=1536084 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 21317 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 14 0 16911163 1572950016 69691 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21532] ppid=21515 vsize=1536084 CPUtime=0
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 21317 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 16911230 1572950016 69691 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21533] ppid=21515 vsize=1536084 CPUtime=0
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 21317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 16911232 1572950016 69691 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 573.75
Current children cumulated vsize (KiB) 1536084

[startup+327.102 s]
/proc/loadavg: 2.19 1.84 1.37 2/120 21558
/proc/meminfo: memFree=1578912/2059040 swapFree=4134484/4192956
[pid=21517] ppid=21515 vsize=1534408 CPUtime=574.55
/proc/21517/stat : 21517 (java) S 21515 21517 21317 0 -1 4202496 76474 0 1 0 57366 89 0 0 15 0 14 0 16911153 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21517/statm: 383602 69272 1449 10 0 380905 0
[pid=21517/tid=21519] ppid=21515 vsize=1534408 CPUtime=6.6
/proc/21517/task/21519/stat : 21519 (java) R 21515 21517 21317 0 -1 4202560 5593 0 1 0 656 4 0 0 25 0 14 0 16911155 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4110296533 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21517/tid=21520] ppid=21515 vsize=1534408 CPUtime=6.37
/proc/21517/task/21520/stat : 21520 (java) S 21515 21517 21317 0 -1 4202560 12312 0 0 0 618 19 0 0 16 0 14 0 16911156 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21521] ppid=21515 vsize=1534408 CPUtime=6.37
/proc/21517/task/21521/stat : 21521 (java) S 21515 21517 21317 0 -1 4202560 11807 0 0 0 622 15 0 0 15 0 14 0 16911156 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21522] ppid=21515 vsize=1534408 CPUtime=58.93
/proc/21517/task/21522/stat : 21522 (java) S 21515 21517 21317 0 -1 4202560 6206 0 0 0 5868 25 0 0 15 0 14 0 16911158 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21523] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21523/stat : 21523 (java) S 21515 21517 21317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 16911158 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21524] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21524/stat : 21524 (java) S 21515 21517 21317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 16911158 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21525] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16911163 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21526] ppid=21515 vsize=1534408 CPUtime=2.07
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 21317 0 -1 4202560 1095 0 0 0 207 0 0 0 15 0 14 0 16911163 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21527] ppid=21515 vsize=1534408 CPUtime=2.52
/proc/21517/task/21527/stat : 21527 (java) S 21515 21517 21317 0 -1 4202560 6012 0 0 0 250 2 0 0 15 0 14 0 16911163 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21528] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 16911163 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21529] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 21317 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 14 0 16911163 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21532] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 21317 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 16911230 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21533] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 21317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 16911232 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 574.55
Current children cumulated vsize (KiB) 1534408

[startup+327.502 s]
/proc/loadavg: 2.19 1.84 1.37 2/120 21558
/proc/meminfo: memFree=1578912/2059040 swapFree=4134484/4192956
[pid=21517] ppid=21515 vsize=1534408 CPUtime=574.95
/proc/21517/stat : 21517 (java) S 21515 21517 21317 0 -1 4202496 76474 0 1 0 57406 89 0 0 15 0 14 0 16911153 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21517/statm: 383602 69272 1449 10 0 380905 0
[pid=21517/tid=21519] ppid=21515 vsize=1534408 CPUtime=7
/proc/21517/task/21519/stat : 21519 (java) R 21515 21517 21317 0 -1 4202560 5593 0 1 0 696 4 0 0 25 0 14 0 16911155 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4110296128 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21517/tid=21520] ppid=21515 vsize=1534408 CPUtime=6.37
/proc/21517/task/21520/stat : 21520 (java) S 21515 21517 21317 0 -1 4202560 12312 0 0 0 618 19 0 0 16 0 14 0 16911156 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21521] ppid=21515 vsize=1534408 CPUtime=6.37
/proc/21517/task/21521/stat : 21521 (java) S 21515 21517 21317 0 -1 4202560 11807 0 0 0 622 15 0 0 15 0 14 0 16911156 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21522] ppid=21515 vsize=1534408 CPUtime=58.93
/proc/21517/task/21522/stat : 21522 (java) S 21515 21517 21317 0 -1 4202560 6206 0 0 0 5868 25 0 0 16 0 14 0 16911158 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21523] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21523/stat : 21523 (java) S 21515 21517 21317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 16911158 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21524] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21524/stat : 21524 (java) S 21515 21517 21317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 16911158 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21525] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16911163 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21526] ppid=21515 vsize=1534408 CPUtime=2.07
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 21317 0 -1 4202560 1095 0 0 0 207 0 0 0 15 0 14 0 16911163 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21527] ppid=21515 vsize=1534408 CPUtime=2.52
/proc/21517/task/21527/stat : 21527 (java) S 21515 21517 21317 0 -1 4202560 6012 0 0 0 250 2 0 0 15 0 14 0 16911163 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21528] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 16911163 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21529] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 21317 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 14 0 16911163 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21532] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 21317 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 16911230 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21533] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 21317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 16911232 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 574.95
Current children cumulated vsize (KiB) 1534408

[startup+327.702 s]
/proc/loadavg: 2.19 1.84 1.37 2/120 21558
/proc/meminfo: memFree=1580648/2059040 swapFree=4134484/4192956
[pid=21517] ppid=21515 vsize=1534408 CPUtime=575.15
/proc/21517/stat : 21517 (java) S 21515 21517 21317 0 -1 4202496 76474 0 1 0 57426 89 0 0 15 0 14 0 16911153 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21517/statm: 383602 69272 1449 10 0 380905 0
[pid=21517/tid=21519] ppid=21515 vsize=1534408 CPUtime=7.21
/proc/21517/task/21519/stat : 21519 (java) R 21515 21517 21317 0 -1 4202560 5593 0 1 0 717 4 0 0 25 0 14 0 16911155 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4110296110 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21517/tid=21520] ppid=21515 vsize=1534408 CPUtime=6.37
/proc/21517/task/21520/stat : 21520 (java) S 21515 21517 21317 0 -1 4202560 12312 0 0 0 618 19 0 0 16 0 14 0 16911156 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21521] ppid=21515 vsize=1534408 CPUtime=6.37
/proc/21517/task/21521/stat : 21521 (java) S 21515 21517 21317 0 -1 4202560 11807 0 0 0 622 15 0 0 15 0 14 0 16911156 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21522] ppid=21515 vsize=1534408 CPUtime=58.93
/proc/21517/task/21522/stat : 21522 (java) S 21515 21517 21317 0 -1 4202560 6206 0 0 0 5868 25 0 0 16 0 14 0 16911158 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21523] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21523/stat : 21523 (java) S 21515 21517 21317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 16911158 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21524] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21524/stat : 21524 (java) S 21515 21517 21317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 16911158 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21525] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 16911163 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21526] ppid=21515 vsize=1534408 CPUtime=2.07
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 21317 0 -1 4202560 1095 0 0 0 207 0 0 0 15 0 14 0 16911163 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21527] ppid=21515 vsize=1534408 CPUtime=2.52
/proc/21517/task/21527/stat : 21527 (java) S 21515 21517 21317 0 -1 4202560 6012 0 0 0 250 2 0 0 15 0 14 0 16911163 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21528] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 16911163 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21529] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) R 21515 21517 21317 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 14 0 16911163 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21517/tid=21532] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 21317 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 16911230 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21533] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 21317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 16911232 1571233792 69272 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 575.15
Current children cumulated vsize (KiB) 1534408

[startup+327.81 s]
/proc/loadavg: 2.19 1.84 1.37 2/120 21558
/proc/meminfo: memFree=1580648/2059040 swapFree=4134484/4192956
[pid=21517] ppid=21515 vsize=1534408 CPUtime=575.26
/proc/21517/stat : 21517 (java) S 21515 21517 21317 0 -1 4202496 76478 0 1 0 57437 89 0 0 15 0 15 0 16911153 1571233792 69275 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21517/statm: 383602 69275 1449 10 0 380905 0
[pid=21517/tid=21519] ppid=21515 vsize=1534408 CPUtime=7.3
/proc/21517/task/21519/stat : 21519 (java) S 21515 21517 21317 0 -1 4202560 5595 0 1 0 726 4 0 0 19 0 15 0 16911155 1571233792 69275 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21520] ppid=21515 vsize=1534408 CPUtime=6.37
/proc/21517/task/21520/stat : 21520 (java) S 21515 21517 21317 0 -1 4202560 12312 0 0 0 618 19 0 0 16 0 15 0 16911156 1571233792 69275 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21521] ppid=21515 vsize=1534408 CPUtime=6.37
/proc/21517/task/21521/stat : 21521 (java) S 21515 21517 21317 0 -1 4202560 11807 0 0 0 622 15 0 0 15 0 15 0 16911156 1571233792 69275 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21522] ppid=21515 vsize=1534408 CPUtime=58.93
/proc/21517/task/21522/stat : 21522 (java) S 21515 21517 21317 0 -1 4202560 6206 0 0 0 5868 25 0 0 16 0 15 0 16911158 1571233792 69275 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 0 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21523] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21523/stat : 21523 (java) S 21515 21517 21317 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 16911158 1571233792 69275 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21524] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21524/stat : 21524 (java) S 21515 21517 21317 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 16911158 1571233792 69275 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21525] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21525/stat : 21525 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 15 0 16911163 1571233792 69275 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21526] ppid=21515 vsize=1534408 CPUtime=2.08
/proc/21517/task/21526/stat : 21526 (java) S 21515 21517 21317 0 -1 4202560 1096 0 0 0 208 0 0 0 15 0 15 0 16911163 1571233792 69275 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21527] ppid=21515 vsize=1534408 CPUtime=2.52
/proc/21517/task/21527/stat : 21527 (java) S 21515 21517 21317 0 -1 4202560 6012 0 0 0 250 2 0 0 15 0 15 0 16911163 1571233792 69275 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21528] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21528/stat : 21528 (java) S 21515 21517 21317 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 15 0 16911163 1571233792 69275 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 0 0 0 0
[pid=21517/tid=21529] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21529/stat : 21529 (java) S 21515 21517 21317 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 15 0 16911163 1571233792 69275 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21532] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21532/stat : 21532 (java) S 21515 21517 21317 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 16911230 1571233792 69275 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
[pid=21517/tid=21533] ppid=21515 vsize=1534408 CPUtime=0
/proc/21517/task/21533/stat : 21533 (java) S 21515 21517 21317 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 16911232 1571233792 69275 1992294400 134512640 134550932 4292083648 18446744073709551615 4294960144 0 4 0 16800975 18446604437832365184 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 575.26
Current children cumulated vsize (KiB) 1534408

Child status: 30
Real time (s): 327.844
CPU time (s): 575.294
CPU user time (s): 574.374
CPU system time (s): 0.91986
CPU usage (%): 175.478
Max. virtual memory (cumulated for all children) (KiB): 1541088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 574.374
system time used= 0.91986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76485
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= 13524
involuntary context switches= 16962

runsolver used 1.54976 second user time and 3.49247 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-13 09:14:07
IDJOB=2663026
IDBENCH=2051
IDSOLVER=1166
FILE ID=node017/2663026-1276413247
PBS_JOBID= 11173288
Free space on /tmp= 62368 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/logic-synthesis/normalized-clip.b.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663026-1276413247/watcher-2663026-1276413247 -o /tmp/evaluation-result-2663026-1276413247/solver-2663026-1276413247 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663026-1276413247.opb

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

MD5SUM BENCH= 3b68d80e8ba1b8a702f9c691105ea9d4
RANDOM SEED=31373004

node017.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1855320 kB
Buffers:         11740 kB
Cached:         114644 kB
SwapCached:      11688 kB
Active:          77352 kB
Inactive:        63036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1855320 kB
SwapTotal:     4192956 kB
SwapFree:      4134484 kB
Dirty:             464 kB
Writeback:           0 kB
AnonPages:       12360 kB
Mapped:           9140 kB
Slab:            41456 kB
PageTables:       3964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184600 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62368 MiB
End job on node017 at 2010-06-13 09:19:35