Trace number 2658380

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 Resolution 2.2.0 2010-05-26OPT3 852.959 850.234

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=251-P1=251-P2=101-P3=11-P4=89-P5=53-P6=439-P7=491-P8=389-B.opb
MD5SUM016a6113efb9500350327fbbc3111675
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark15.5106
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)648
Sum of products size (including duplicates)1296
Number of different products648
Sum of products size1296

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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100526
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	c Number of processors 	2
0.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c Armin Biere (Picosat) restarts strategy
0.23/0.20	c Glucose learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.20	c solving HOME/instance-2658380-1276648345.opb
0.23/0.20	c reading problem ... 
0.51/0.47	c ... done. Wall clock time 0.266s.
0.51/0.47	c #vars     864
0.51/0.47	c #constraints  1321
0.51/0.47	c constraints type 
0.51/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648
0.51/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 673
2.76/2.02	c cleaning 2501 clauses out of 5002 with flag 5002/5002
4.48/3.64	c cleaning 4248 clauses out of 8501 with flag 11002/11002
6.18/5.37	c cleaning 5626 clauses out of 11251 with flag 18000/18000
8.23/7.33	c cleaning 6810 clauses out of 13625 with flag 26000/26000
10.43/9.52	c cleaning 7905 clauses out of 15816 with flag 35001/35001
13.54/12.68	c cleaning 8954 clauses out of 17910 with flag 45000/45000
16.65/15.79	c cleaning 9474 clauses out of 18956 with flag 55000/55000
19.26/18.39	c cleaning 9732 clauses out of 19482 with flag 65000/65000
22.46/21.52	c cleaning 9871 clauses out of 19752 with flag 75002/75002
24.87/23.90	c cleaning 9933 clauses out of 19880 with flag 85001/85001
27.28/26.35	c cleaning 9965 clauses out of 19947 with flag 95001/95001
29.40/28.46	c cleaning 9988 clauses out of 19982 with flag 105001/105001
31.32/30.34	c cleaning 9996 clauses out of 19993 with flag 115000/115000
33.73/32.73	c cleaning 9997 clauses out of 19997 with flag 125000/125000
35.33/34.34	c cleaning 9989 clauses out of 20001 with flag 135001/135001
37.53/36.56	c cleaning 9996 clauses out of 20011 with flag 145000/145000
39.74/38.75	c cleaning 9998 clauses out of 20015 with flag 155000/155000
43.24/42.27	c cleaning 9996 clauses out of 20018 with flag 165001/165001
45.95/44.94	c cleaning 10004 clauses out of 20021 with flag 175000/175000
47.75/46.72	c cleaning 10002 clauses out of 20018 with flag 185001/185001
51.36/50.31	c cleaning 10005 clauses out of 20016 with flag 195001/195001
54.06/53.08	c cleaning 10001 clauses out of 20011 with flag 205001/205001
56.26/55.28	c cleaning 9994 clauses out of 20009 with flag 215000/215000
58.17/57.15	c cleaning 9978 clauses out of 20015 with flag 225000/225000
60.07/59.01	c cleaning 10013 clauses out of 20037 with flag 235000/235000
62.38/61.39	c cleaning 10007 clauses out of 20025 with flag 245001/245001
65.29/64.23	c cleaning 10002 clauses out of 20018 with flag 255001/255001
67.39/66.34	c cleaning 10006 clauses out of 20018 with flag 265003/265003
69.49/68.49	c cleaning 10004 clauses out of 20010 with flag 275001/275001
71.89/70.88	c cleaning 10002 clauses out of 20007 with flag 285002/285002
74.89/73.82	c cleaning 9999 clauses out of 20003 with flag 295000/295000
78.00/76.96	c cleaning 9998 clauses out of 20004 with flag 305000/305000
81.31/80.23	c cleaning 9999 clauses out of 20007 with flag 315001/315001
83.91/82.87	c cleaning 10001 clauses out of 20009 with flag 325002/325002
86.22/85.19	c cleaning 9998 clauses out of 20007 with flag 335001/335001
87.72/86.64	c cleaning 9990 clauses out of 20009 with flag 345001/345001
89.62/88.54	c cleaning 9994 clauses out of 20018 with flag 355000/355000
91.82/90.74	c cleaning 10000 clauses out of 20025 with flag 365001/365001
94.54/93.47	c cleaning 9996 clauses out of 20024 with flag 375000/375000
97.14/96.06	c cleaning 10001 clauses out of 20030 with flag 385002/385002
99.33/98.23	c cleaning 10000 clauses out of 20027 with flag 395000/395000
101.34/100.27	c cleaning 10006 clauses out of 20027 with flag 405000/405000
103.84/102.73	c cleaning 10006 clauses out of 20021 with flag 415000/415000
106.65/105.52	c cleaning 10001 clauses out of 20016 with flag 425001/425001
108.35/107.26	c cleaning 9990 clauses out of 20015 with flag 435001/435001
110.45/109.34	c cleaning 9995 clauses out of 20025 with flag 445001/445001
112.76/111.68	c cleaning 10003 clauses out of 20030 with flag 455001/455001
115.47/114.37	c cleaning 10005 clauses out of 20027 with flag 465001/465001
117.96/116.86	c cleaning 10005 clauses out of 20023 with flag 475002/475002
119.76/118.69	c cleaning 9992 clauses out of 20016 with flag 485000/485000
121.58/120.49	c cleaning 9994 clauses out of 20025 with flag 495001/495001
123.78/122.62	c cleaning 9998 clauses out of 20032 with flag 505002/505002
125.78/124.62	c cleaning 10001 clauses out of 20032 with flag 515000/515000
127.39/126.25	c cleaning 9996 clauses out of 20031 with flag 525000/525000
128.89/127.77	c cleaning 9993 clauses out of 20036 with flag 535001/535001
130.40/129.29	c cleaning 9997 clauses out of 20042 with flag 545000/545000
132.01/130.88	c cleaning 9990 clauses out of 20049 with flag 555004/555004
133.41/132.21	c cleaning 10003 clauses out of 20055 with flag 565000/565000
134.71/133.52	c cleaning 9999 clauses out of 20052 with flag 575000/575000
136.01/134.81	c cleaning 10001 clauses out of 20054 with flag 585001/585001
138.21/137.03	c cleaning 10017 clauses out of 20055 with flag 595003/595003
140.17/138.82	c cleaning 10013 clauses out of 20035 with flag 605000/605000
143.31/141.72	c cleaning 10007 clauses out of 20022 with flag 615000/615000
145.72/144.12	c cleaning 10002 clauses out of 20015 with flag 625000/625000
147.43/145.89	c cleaning 9999 clauses out of 20014 with flag 635001/635001
149.63/148.02	c cleaning 9992 clauses out of 20014 with flag 645000/645000
152.24/150.60	c cleaning 10002 clauses out of 20022 with flag 655000/655000
154.93/153.37	c cleaning 10002 clauses out of 20022 with flag 665002/665002
157.65/156.00	c cleaning 10005 clauses out of 20018 with flag 675000/675000
159.85/158.21	c cleaning 9996 clauses out of 20014 with flag 685001/685001
162.16/160.60	c cleaning 9999 clauses out of 20018 with flag 695001/695001
163.95/162.34	c cleaning 9987 clauses out of 20018 with flag 705000/705000
165.66/164.05	c cleaning 9986 clauses out of 20033 with flag 715002/715002
167.06/165.45	c cleaning 9994 clauses out of 20046 with flag 725001/725001
169.38/167.78	c cleaning 10007 clauses out of 20051 with flag 735000/735000
172.42/170.76	c cleaning 9999 clauses out of 20044 with flag 745000/745000
175.42/173.72	c cleaning 10004 clauses out of 20045 with flag 755000/755000
178.02/176.37	c cleaning 10004 clauses out of 20041 with flag 765000/765000
180.83/179.11	c cleaning 10000 clauses out of 20037 with flag 775000/775000
183.54/181.83	c cleaning 10004 clauses out of 20038 with flag 785001/785001
185.24/183.56	c cleaning 10001 clauses out of 20034 with flag 795001/795001
186.84/185.16	c cleaning 10003 clauses out of 20033 with flag 805001/805001
188.55/186.83	c cleaning 9998 clauses out of 20029 with flag 815000/815000
190.05/188.33	c cleaning 10000 clauses out of 20033 with flag 825002/825002
191.55/189.87	c cleaning 9996 clauses out of 20031 with flag 835000/835000
193.16/191.45	c cleaning 10005 clauses out of 20035 with flag 845000/845000
194.75/193.01	c cleaning 9999 clauses out of 20031 with flag 855001/855001
196.36/194.60	c cleaning 10001 clauses out of 20031 with flag 865000/865000
198.07/196.32	c cleaning 9999 clauses out of 20031 with flag 875001/875001
199.68/197.95	c cleaning 10010 clauses out of 20034 with flag 885003/885003
202.07/200.32	c cleaning 9999 clauses out of 20023 with flag 895002/895002
203.97/202.25	c cleaning 10004 clauses out of 20023 with flag 905001/905001
206.18/204.48	c cleaning 10002 clauses out of 20018 with flag 915000/915000
208.08/206.36	c cleaning 10001 clauses out of 20017 with flag 925001/925001
209.59/207.84	c cleaning 9979 clauses out of 20016 with flag 935001/935001
211.39/209.65	c cleaning 10005 clauses out of 20036 with flag 945000/945000
213.80/212.08	c cleaning 10005 clauses out of 20031 with flag 955000/955000
216.32/214.52	c cleaning 10004 clauses out of 20026 with flag 965000/965000
218.01/216.21	c cleaning 9991 clauses out of 20022 with flag 975000/975000
219.42/217.64	c cleaning 9994 clauses out of 20033 with flag 985002/985002
221.02/219.23	c cleaning 9981 clauses out of 20037 with flag 995000/995000
222.34/220.55	c cleaning 10002 clauses out of 20056 with flag 1005000/1005000
224.24/222.46	c cleaning 10024 clauses out of 20054 with flag 1015000/1015000
226.26/224.49	c cleaning 9993 clauses out of 20031 with flag 1025001/1025001
229.05/227.25	c cleaning 9997 clauses out of 20037 with flag 1035000/1035000
231.66/229.87	c cleaning 9997 clauses out of 20040 with flag 1045000/1045000
234.55/232.72	c cleaning 10001 clauses out of 20043 with flag 1055000/1055000
237.45/235.68	c cleaning 9997 clauses out of 20042 with flag 1065000/1065000
240.05/238.24	c cleaning 10002 clauses out of 20045 with flag 1075000/1075000
242.05/240.25	c cleaning 10010 clauses out of 20043 with flag 1085000/1085000
244.65/242.84	c cleaning 10005 clauses out of 20034 with flag 1095001/1095001
246.86/245.08	c cleaning 10004 clauses out of 20030 with flag 1105002/1105002
249.16/247.32	c cleaning 10002 clauses out of 20025 with flag 1115001/1115001
251.57/249.75	c cleaning 10001 clauses out of 20023 with flag 1125001/1125001
253.27/251.42	c cleaning 9996 clauses out of 20021 with flag 1135000/1135000
255.77/253.96	c cleaning 10000 clauses out of 20025 with flag 1145000/1145000
258.08/256.27	c cleaning 9998 clauses out of 20026 with flag 1155001/1155001
260.48/258.64	c cleaning 9997 clauses out of 20028 with flag 1165001/1165001
262.59/260.78	c cleaning 10006 clauses out of 20032 with flag 1175002/1175002
264.88/263.02	c cleaning 10005 clauses out of 20024 with flag 1185000/1185000
268.00/266.15	c cleaning 10004 clauses out of 20020 with flag 1195001/1195001
270.60/268.76	c cleaning 10003 clauses out of 20015 with flag 1205000/1205000
273.80/271.92	c cleaning 10005 clauses out of 20012 with flag 1215000/1215000
277.50/275.67	c cleaning 9996 clauses out of 20008 with flag 1225001/1225001
281.60/279.73	c cleaning 9997 clauses out of 20011 with flag 1235000/1235000
284.35/282.49	c cleaning 10000 clauses out of 20013 with flag 1245000/1245000
286.37/284.41	c cleaning 10002 clauses out of 20014 with flag 1255001/1255001
288.08/286.11	c cleaning 9995 clauses out of 20012 with flag 1265001/1265001
289.88/287.96	c cleaning 9996 clauses out of 20016 with flag 1275000/1275000
291.69/289.79	c cleaning 10002 clauses out of 20021 with flag 1285001/1285001
293.69/291.72	c cleaning 9999 clauses out of 20020 with flag 1295002/1295002
295.50/293.58	c cleaning 10001 clauses out of 20019 with flag 1305000/1305000
297.39/295.48	c cleaning 9999 clauses out of 20021 with flag 1315003/1315003
299.49/297.51	c cleaning 10000 clauses out of 20022 with flag 1325003/1325003
301.40/299.41	c cleaning 9995 clauses out of 20020 with flag 1335001/1335001
303.31/301.35	c cleaning 10000 clauses out of 20025 with flag 1345001/1345001
305.20/303.25	c cleaning 10002 clauses out of 20025 with flag 1355001/1355001
307.10/305.19	c cleaning 9999 clauses out of 20022 with flag 1365000/1365000
309.00/307.05	c cleaning 9997 clauses out of 20023 with flag 1375000/1375000
310.80/308.84	c cleaning 10002 clauses out of 20026 with flag 1385000/1385000
314.20/312.20	c cleaning 10010 clauses out of 20025 with flag 1395001/1395001
317.62/315.69	c cleaning 10004 clauses out of 20015 with flag 1405001/1405001
321.12/319.13	c cleaning 9999 clauses out of 20010 with flag 1415000/1415000
324.23/322.23	c cleaning 10000 clauses out of 20012 with flag 1425001/1425001
327.12/325.11	c cleaning 10000 clauses out of 20011 with flag 1435000/1435000
330.42/328.49	c cleaning 10002 clauses out of 20012 with flag 1445001/1445001
333.62/331.61	c cleaning 9999 clauses out of 20009 with flag 1455000/1455000
336.72/334.76	c cleaning 10000 clauses out of 20010 with flag 1465000/1465000
339.83/337.85	c cleaning 9999 clauses out of 20010 with flag 1475000/1475000
342.74/340.78	c cleaning 10000 clauses out of 20012 with flag 1485001/1485001
345.94/343.97	c cleaning 10003 clauses out of 20011 with flag 1495000/1495000
349.04/347.09	c cleaning 9999 clauses out of 20009 with flag 1505001/1505001
352.14/350.11	c cleaning 10002 clauses out of 20009 with flag 1515000/1515000
353.74/351.77	c cleaning 9992 clauses out of 20008 with flag 1525001/1525001
355.15/353.17	c cleaning 9996 clauses out of 20015 with flag 1535000/1535000
356.65/354.65	c cleaning 9996 clauses out of 20019 with flag 1545000/1545000
358.16/356.13	c cleaning 9999 clauses out of 20024 with flag 1555001/1555001
359.66/357.67	c cleaning 10003 clauses out of 20025 with flag 1565001/1565001
361.26/359.22	c cleaning 10002 clauses out of 20022 with flag 1575001/1575001
363.06/361.05	c cleaning 10006 clauses out of 20020 with flag 1585001/1585001
366.46/364.43	c cleaning 9997 clauses out of 20014 with flag 1595001/1595001
369.86/367.86	c cleaning 10002 clauses out of 20017 with flag 1605001/1605001
373.06/371.06	c cleaning 10003 clauses out of 20015 with flag 1615001/1615001
376.56/374.55	c cleaning 9999 clauses out of 20012 with flag 1625001/1625001
379.46/377.46	c cleaning 10000 clauses out of 20013 with flag 1635001/1635001
382.36/380.32	c cleaning 10000 clauses out of 20013 with flag 1645001/1645001
384.86/382.90	c cleaning 10000 clauses out of 20013 with flag 1655001/1655001
387.37/385.34	c cleaning 10002 clauses out of 20013 with flag 1665001/1665001
389.68/387.69	c cleaning 10001 clauses out of 20011 with flag 1675001/1675001
391.88/389.85	c cleaning 10000 clauses out of 20010 with flag 1685001/1685001
394.99/392.91	c cleaning 9999 clauses out of 20009 with flag 1695001/1695001
398.09/396.06	c cleaning 9998 clauses out of 20009 with flag 1705000/1705000
399.88/397.80	c cleaning 9987 clauses out of 20011 with flag 1715000/1715000
401.40/399.31	c cleaning 9988 clauses out of 20025 with flag 1725001/1725001
401.70/399.63	c SATISFIABLE
401.70/399.63	c OPTIMIZING...
401.70/399.63	c Got one! Elapsed wall clock time (in seconds):399.428
401.70/399.63	o 129
403.10/401.00	c cleaning 10002 clauses out of 20037 with flag 1735001/1735001
405.20/403.18	c cleaning 9999 clauses out of 20034 with flag 1745000/1745000
408.01/405.91	c cleaning 10001 clauses out of 20036 with flag 1755001/1755001
410.01/408.00	c cleaning 9997 clauses out of 20034 with flag 1765000/1765000
412.21/410.11	c cleaning 10003 clauses out of 20038 with flag 1775001/1775001
414.01/411.93	c cleaning 9996 clauses out of 20034 with flag 1785000/1785000
416.01/413.98	c cleaning 9987 clauses out of 20038 with flag 1795000/1795000
417.51/415.43	c cleaning 10001 clauses out of 20051 with flag 1805000/1805000
418.92/416.89	c cleaning 10003 clauses out of 20050 with flag 1815000/1815000
420.52/418.44	c cleaning 10002 clauses out of 20047 with flag 1825000/1825000
422.12/420.06	c cleaning 10004 clauses out of 20047 with flag 1835002/1835002
423.72/421.60	c cleaning 10001 clauses out of 20042 with flag 1845001/1845001
425.23/423.10	c cleaning 10001 clauses out of 20041 with flag 1855001/1855001
426.83/424.72	c cleaning 9998 clauses out of 20039 with flag 1865000/1865000
428.53/426.41	c cleaning 9998 clauses out of 20041 with flag 1875000/1875000
430.63/428.52	c cleaning 10011 clauses out of 20043 with flag 1885000/1885000
433.24/431.15	c cleaning 10005 clauses out of 20033 with flag 1895001/1895001
435.84/433.75	c cleaning 10004 clauses out of 20028 with flag 1905001/1905001
438.34/436.26	c cleaning 10003 clauses out of 20024 with flag 1915001/1915001
440.74/438.67	c cleaning 10003 clauses out of 20021 with flag 1925001/1925001
443.44/441.34	c cleaning 10002 clauses out of 20017 with flag 1935000/1935000
445.45/443.34	c cleaning 9997 clauses out of 20016 with flag 1945001/1945001
447.57/445.46	c cleaning 9996 clauses out of 20018 with flag 1955000/1955000
449.87/447.71	c cleaning 9999 clauses out of 20023 with flag 1965001/1965001
452.16/450.00	c cleaning 10001 clauses out of 20024 with flag 1975001/1975001
454.27/452.10	c cleaning 9998 clauses out of 20023 with flag 1985001/1985001
456.16/454.03	c cleaning 10000 clauses out of 20024 with flag 1995000/1995000
458.47/456.37	c cleaning 9999 clauses out of 20025 with flag 2005001/2005001
460.67/458.56	c cleaning 9999 clauses out of 20025 with flag 2015000/2015000
462.86/460.78	c cleaning 10003 clauses out of 20027 with flag 2025001/2025001
465.07/462.96	c cleaning 10000 clauses out of 20023 with flag 2035000/2035000
467.17/465.06	c cleaning 9999 clauses out of 20024 with flag 2045001/2045001
469.47/467.33	c cleaning 9999 clauses out of 20026 with flag 2055002/2055002
471.57/469.41	c cleaning 10001 clauses out of 20026 with flag 2065001/2065001
473.57/471.42	c cleaning 9999 clauses out of 20024 with flag 2075000/2075000
475.67/473.58	c cleaning 10003 clauses out of 20025 with flag 2085000/2085000
477.97/475.88	c cleaning 10001 clauses out of 20023 with flag 2095001/2095001
479.97/477.84	c cleaning 10005 clauses out of 20021 with flag 2105000/2105000
481.87/479.72	c cleaning 10004 clauses out of 20017 with flag 2115001/2115001
482.59/480.41	c Got one! Elapsed wall clock time (in seconds):480.208
482.59/480.41	o 77
483.28/481.14	c cleaning 9993 clauses out of 20012 with flag 2125000/2125000
485.00/482.82	c cleaning 9999 clauses out of 20020 with flag 2135001/2135001
487.49/485.34	c cleaning 10000 clauses out of 20021 with flag 2145001/2145001
490.30/488.12	c cleaning 10001 clauses out of 20021 with flag 2155001/2155001
492.81/490.61	c cleaning 10004 clauses out of 20019 with flag 2165000/2165000
495.50/493.37	c cleaning 10002 clauses out of 20015 with flag 2175000/2175000
497.50/495.37	c cleaning 9999 clauses out of 20013 with flag 2185000/2185000
499.31/497.20	c cleaning 10003 clauses out of 20015 with flag 2195001/2195001
501.71/499.50	c cleaning 10003 clauses out of 20012 with flag 2205001/2205001
504.01/501.80	c cleaning 10001 clauses out of 20008 with flag 2215001/2215001
506.71/504.55	c cleaning 10001 clauses out of 20007 with flag 2225001/2225001
509.22/507.02	c cleaning 10001 clauses out of 20006 with flag 2235001/2235001
511.81/509.65	c cleaning 9996 clauses out of 20004 with flag 2245000/2245000
514.21/512.07	c cleaning 10004 clauses out of 20008 with flag 2255000/2255000
516.32/514.18	c cleaning 9998 clauses out of 20005 with flag 2265001/2265001
518.92/516.74	c cleaning 9997 clauses out of 20006 with flag 2275000/2275000
520.71/518.52	c cleaning 9991 clauses out of 20009 with flag 2285000/2285000
522.22/520.07	c cleaning 10000 clauses out of 20019 with flag 2295001/2295001
523.73/521.58	c cleaning 9998 clauses out of 20018 with flag 2305000/2305000
525.73/523.53	c cleaning 9997 clauses out of 20020 with flag 2315000/2315000
527.32/525.13	c cleaning 10007 clauses out of 20023 with flag 2325000/2325000
529.92/527.71	c cleaning 10002 clauses out of 20016 with flag 2335000/2335000
532.54/530.35	c cleaning 10003 clauses out of 20015 with flag 2345001/2345001
535.14/532.97	c cleaning 10003 clauses out of 20011 with flag 2355000/2355000
537.75/535.54	c cleaning 10000 clauses out of 20008 with flag 2365000/2365000
540.35/538.15	c cleaning 10000 clauses out of 20009 with flag 2375001/2375001
542.75/540.59	c cleaning 10002 clauses out of 20009 with flag 2385001/2385001
545.66/543.42	c cleaning 10002 clauses out of 20007 with flag 2395001/2395001
548.27/546.10	c cleaning 9997 clauses out of 20004 with flag 2405000/2405000
551.07/548.90	c cleaning 10000 clauses out of 20008 with flag 2415001/2415001
553.57/551.39	c cleaning 9992 clauses out of 20008 with flag 2425001/2425001
553.88/551.67	c Got one! Elapsed wall clock time (in seconds):551.472
553.88/551.67	o 3
555.78/553.58	c cleaning 9998 clauses out of 20015 with flag 2435000/2435000
558.29/556.05	c cleaning 9999 clauses out of 20017 with flag 2445000/2445000
560.59/558.30	c cleaning 9996 clauses out of 20019 with flag 2455001/2455001
562.79/560.52	c cleaning 10001 clauses out of 20022 with flag 2465000/2465000
564.99/562.75	c cleaning 10000 clauses out of 20022 with flag 2475001/2475001
566.99/564.78	c cleaning 9999 clauses out of 20021 with flag 2485000/2485000
569.09/566.81	c cleaning 10003 clauses out of 20024 with flag 2495002/2495002
570.59/568.30	c cleaning 10001 clauses out of 20020 with flag 2505001/2505001
572.29/570.03	c cleaning 9998 clauses out of 20019 with flag 2515001/2515001
575.09/572.88	c cleaning 9995 clauses out of 20020 with flag 2525000/2525000
577.80/575.54	c cleaning 9999 clauses out of 20025 with flag 2535000/2535000
580.40/578.11	c cleaning 9999 clauses out of 20027 with flag 2545001/2545001
583.11/580.88	c cleaning 10000 clauses out of 20027 with flag 2555000/2555000
586.20/583.92	c cleaning 10000 clauses out of 20028 with flag 2565001/2565001
587.81/585.59	c cleaning 10009 clauses out of 20028 with flag 2575001/2575001
590.73/588.48	c cleaning 10004 clauses out of 20019 with flag 2585001/2585001
593.32/591.05	c cleaning 10002 clauses out of 20015 with flag 2595001/2595001
595.83/593.51	c cleaning 9999 clauses out of 20012 with flag 2605000/2605000
598.63/596.32	c cleaning 10002 clauses out of 20014 with flag 2615001/2615001
600.74/598.42	c cleaning 9998 clauses out of 20011 with flag 2625001/2625001
602.63/600.30	c cleaning 9998 clauses out of 20013 with flag 2635001/2635001
604.54/602.21	c cleaning 10002 clauses out of 20015 with flag 2645001/2645001
606.24/603.95	c cleaning 9999 clauses out of 20012 with flag 2655000/2655000
607.94/605.63	c cleaning 10001 clauses out of 20013 with flag 2665000/2665000
609.55/607.26	c cleaning 9998 clauses out of 20012 with flag 2675000/2675000
611.35/609.05	c cleaning 9996 clauses out of 20015 with flag 2685001/2685001
613.25/610.99	c cleaning 10002 clauses out of 20018 with flag 2695000/2695000
615.06/612.74	c cleaning 10001 clauses out of 20017 with flag 2705001/2705001
616.76/614.46	c cleaning 9999 clauses out of 20015 with flag 2715000/2715000
618.46/616.11	c cleaning 10003 clauses out of 20021 with flag 2725005/2725005
620.16/617.86	c cleaning 9995 clauses out of 20014 with flag 2735001/2735001
622.06/619.77	c cleaning 9999 clauses out of 20018 with flag 2745000/2745000
623.96/621.62	c cleaning 10006 clauses out of 20023 with flag 2755004/2755004
625.76/623.49	c cleaning 10001 clauses out of 20014 with flag 2765001/2765001
628.07/625.72	c cleaning 9999 clauses out of 20012 with flag 2775000/2775000
630.07/627.79	c cleaning 9997 clauses out of 20014 with flag 2785001/2785001
631.87/629.51	c cleaning 10004 clauses out of 20017 with flag 2795001/2795001
633.88/631.51	c cleaning 10001 clauses out of 20012 with flag 2805000/2805000
635.68/633.36	c cleaning 9999 clauses out of 20013 with flag 2815002/2815002
637.48/635.14	c cleaning 9999 clauses out of 20012 with flag 2825000/2825000
639.09/636.79	c cleaning 9998 clauses out of 20013 with flag 2835000/2835000
640.69/638.30	c cleaning 10003 clauses out of 20015 with flag 2845000/2845000
643.29/640.95	c cleaning 10002 clauses out of 20014 with flag 2855002/2855002
646.09/643.78	c cleaning 10001 clauses out of 20011 with flag 2865001/2865001
649.00/646.68	c cleaning 10001 clauses out of 20009 with flag 2875000/2875000
651.70/649.34	c cleaning 9995 clauses out of 20008 with flag 2885000/2885000
654.70/652.37	c cleaning 10004 clauses out of 20013 with flag 2895000/2895000
657.60/655.25	c cleaning 10002 clauses out of 20011 with flag 2905002/2905002
660.21/657.87	c cleaning 10002 clauses out of 20009 with flag 2915002/2915002
662.70/660.37	c cleaning 9997 clauses out of 20005 with flag 2925000/2925000
665.10/662.79	c cleaning 9999 clauses out of 20009 with flag 2935001/2935001
667.51/665.15	c cleaning 10000 clauses out of 20010 with flag 2945001/2945001
670.21/667.83	c cleaning 10000 clauses out of 20010 with flag 2955001/2955001
672.81/670.40	c cleaning 10000 clauses out of 20010 with flag 2965001/2965001
675.21/672.86	c cleaning 10000 clauses out of 20010 with flag 2975001/2975001
677.84/675.42	c cleaning 10001 clauses out of 20009 with flag 2985000/2985000
680.42/678.01	c cleaning 10000 clauses out of 20009 with flag 2995001/2995001
682.14/679.73	c cleaning 9998 clauses out of 20008 with flag 3005000/3005000
684.04/681.65	c cleaning 10001 clauses out of 20011 with flag 3015001/3015001
685.55/683.14	c cleaning 9996 clauses out of 20009 with flag 3025000/3025000
687.05/684.61	c cleaning 9997 clauses out of 20013 with flag 3035000/3035000
688.65/686.25	c cleaning 10000 clauses out of 20016 with flag 3045000/3045000
690.36/687.91	c cleaning 10004 clauses out of 20017 with flag 3055001/3055001
692.07/689.69	c cleaning 10002 clauses out of 20014 with flag 3065002/3065002
694.46/692.04	c cleaning 9998 clauses out of 20010 with flag 3075000/3075000
695.97/693.58	c cleaning 9997 clauses out of 20012 with flag 3085000/3085000
697.68/695.25	c cleaning 10000 clauses out of 20015 with flag 3095000/3095000
699.67/697.22	c cleaning 10003 clauses out of 20015 with flag 3105000/3105000
701.37/698.96	c cleaning 10001 clauses out of 20013 with flag 3115001/3115001
702.98/700.55	c cleaning 9990 clauses out of 20010 with flag 3125000/3125000
704.70/702.25	c cleaning 9998 clauses out of 20022 with flag 3135002/3135002
706.71/704.21	c cleaning 9998 clauses out of 20023 with flag 3145001/3145001
708.51/706.08	c cleaning 10003 clauses out of 20023 with flag 3155000/3155000
710.51/708.09	c cleaning 10005 clauses out of 20023 with flag 3165003/3165003
713.02/710.54	c cleaning 10001 clauses out of 20016 with flag 3175001/3175001
715.62/713.16	c cleaning 10002 clauses out of 20015 with flag 3185001/3185001
718.22/715.75	c cleaning 10001 clauses out of 20013 with flag 3195001/3195001
720.43/717.91	c cleaning 9996 clauses out of 20011 with flag 3205000/3205000
722.13/719.70	c cleaning 9998 clauses out of 20016 with flag 3215001/3215001
724.44/721.98	c cleaning 10000 clauses out of 20017 with flag 3225000/3225000
726.94/724.43	c cleaning 10004 clauses out of 20017 with flag 3235000/3235000
729.34/726.84	c cleaning 10001 clauses out of 20015 with flag 3245002/3245002
731.75/729.22	c cleaning 9997 clauses out of 20012 with flag 3255000/3255000
733.95/731.41	c cleaning 10002 clauses out of 20015 with flag 3265001/3265001
736.76/734.27	c cleaning 10003 clauses out of 20013 with flag 3275001/3275001
739.17/736.63	c cleaning 9999 clauses out of 20010 with flag 3285001/3285001
741.78/739.25	c cleaning 10001 clauses out of 20011 with flag 3295001/3295001
744.28/741.79	c cleaning 9999 clauses out of 20009 with flag 3305000/3305000
746.88/744.30	c cleaning 10001 clauses out of 20011 with flag 3315001/3315001
749.69/747.18	c cleaning 10000 clauses out of 20010 with flag 3325001/3325001
752.19/749.67	c cleaning 10000 clauses out of 20010 with flag 3335001/3335001
754.79/752.28	c cleaning 9999 clauses out of 20009 with flag 3345000/3345000
757.50/754.94	c cleaning 9999 clauses out of 20011 with flag 3355001/3355001
759.90/757.30	c cleaning 9999 clauses out of 20012 with flag 3365001/3365001
762.10/759.55	c cleaning 10001 clauses out of 20014 with flag 3375002/3375002
764.70/762.11	c cleaning 9999 clauses out of 20012 with flag 3385001/3385001
767.31/764.79	c cleaning 10000 clauses out of 20013 with flag 3395001/3395001
769.41/766.83	c cleaning 10003 clauses out of 20013 with flag 3405001/3405001
771.22/768.65	c cleaning 9999 clauses out of 20011 with flag 3415002/3415002
772.72/770.18	c cleaning 10000 clauses out of 20010 with flag 3425000/3425000
774.62/772.08	c cleaning 9997 clauses out of 20010 with flag 3435000/3435000
776.43/773.80	c cleaning 9997 clauses out of 20013 with flag 3445000/3445000
778.44/775.82	c cleaning 10002 clauses out of 20016 with flag 3455000/3455000
780.14/777.54	c cleaning 9999 clauses out of 20014 with flag 3465000/3465000
782.45/779.83	c cleaning 10000 clauses out of 20015 with flag 3475000/3475000
784.85/782.22	c cleaning 10002 clauses out of 20016 with flag 3485001/3485001
787.25/784.62	c cleaning 10000 clauses out of 20013 with flag 3495000/3495000
789.35/786.74	c cleaning 9996 clauses out of 20013 with flag 3505000/3505000
791.26/788.70	c cleaning 9999 clauses out of 20017 with flag 3515000/3515000
793.46/790.81	c cleaning 10000 clauses out of 20018 with flag 3525000/3525000
796.06/793.40	c cleaning 10002 clauses out of 20018 with flag 3535000/3535000
797.86/795.22	c cleaning 10000 clauses out of 20017 with flag 3545001/3545001
799.56/796.94	c cleaning 9999 clauses out of 20016 with flag 3555000/3555000
801.76/799.19	c cleaning 10002 clauses out of 20017 with flag 3565000/3565000
803.97/801.39	c cleaning 9995 clauses out of 20016 with flag 3575001/3575001
805.98/803.36	c cleaning 10001 clauses out of 20020 with flag 3585000/3585000
808.08/805.43	c cleaning 10000 clauses out of 20019 with flag 3595000/3595000
810.98/808.30	c cleaning 10008 clauses out of 20021 with flag 3605003/3605003
813.78/811.19	c cleaning 10001 clauses out of 20010 with flag 3615000/3615000
816.69/814.05	c cleaning 9998 clauses out of 20009 with flag 3625000/3625000
819.39/816.71	c cleaning 10001 clauses out of 20011 with flag 3635000/3635000
821.89/819.25	c cleaning 10001 clauses out of 20011 with flag 3645001/3645001
824.69/822.04	c cleaning 10000 clauses out of 20010 with flag 3655001/3655001
827.10/824.48	c cleaning 10000 clauses out of 20009 with flag 3665000/3665000
829.70/827.06	c cleaning 10001 clauses out of 20009 with flag 3675000/3675000
832.20/829.50	c cleaning 10001 clauses out of 20008 with flag 3685000/3685000
834.60/831.96	c cleaning 9998 clauses out of 20007 with flag 3695000/3695000
836.80/834.15	c cleaning 9999 clauses out of 20009 with flag 3705000/3705000
839.31/836.66	c cleaning 10001 clauses out of 20011 with flag 3715001/3715001
841.71/839.09	c cleaning 9998 clauses out of 20010 with flag 3725001/3725001
844.01/841.39	c cleaning 10001 clauses out of 20012 with flag 3735001/3735001
846.43/843.74	c cleaning 10002 clauses out of 20010 with flag 3745000/3745000
848.83/846.15	c cleaning 10001 clauses out of 20008 with flag 3755000/3755000
851.23/848.59	c cleaning 10002 clauses out of 20008 with flag 3765002/3765002
852.83/850.20	c starts		: 251
852.83/850.20	c conflicts		: 3772332
852.83/850.20	c decisions		: 3858505
852.83/850.20	c propagations		: 82996953
852.83/850.20	c inspects		: 2038307205
852.83/850.20	c learnt literals	: 22
852.83/850.20	c learnt binary clauses	: 95
852.83/850.20	c learnt ternary clauses	: 370
852.83/850.20	c learnt clauses	: 3772309
852.83/850.20	c ignored clauses	: 0
852.83/850.20	c root simplifications	: 0
852.83/850.20	c removed literals (reason simplification)	: 156843335
852.83/850.20	c reason swapping (by a shorter reason)	: 0
852.83/850.20	c Calls to reduceDB	: 378
852.83/850.20	c number of reductions to clauses (during analyze)	: 0
852.83/850.20	c number of learned constraints concerned by reduction	: 0
852.83/850.20	c number of learning phase by resolution	: 0
852.83/850.20	c number of learning phase by cutting planes	: 0
852.83/850.20	c speed (assignments/second)	: 278026.2526714949
852.83/850.20	c non guided choices	11230
852.83/850.20	c learnt constraints type 
852.83/850.20	c constraints type 
852.83/850.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648
852.83/850.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 673
852.83/850.20	s OPTIMUM FOUND
852.83/850.20	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 
852.83/850.20	c objective function=3
852.83/850.20	c Total wall clock time (in seconds): 849.996

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658380-1276648345/watcher-2658380-1276648345 -o /tmp/evaluation-result-2658380-1276648345/solver-2658380-1276648345 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658380-1276648345.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.34 1.95 1.66 3/106 12636
/proc/meminfo: memFree=1801600/2059040 swapFree=4144492/4192956
[pid=12636] ppid=12634 vsize=248 CPUtime=0
/proc/12636/stat : 12636 (java) R 12634 12636 12157 0 -1 4194304 283 0 0 0 0 0 0 0 16 0 1 0 6122534 253952 29 1992294400 134512640 134550932 4294426608 18446744073709551615 1196628 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12636/statm: 62 29 21 10 0 23 0

[startup+0.0135829 s]
/proc/loadavg: 1.34 1.95 1.66 3/106 12636
/proc/meminfo: memFree=1801600/2059040 swapFree=4144492/4192956
[pid=12636] ppid=12634 vsize=13164 CPUtime=0
/proc/12636/stat : 12636 (java) R 12634 12636 12157 0 -1 4202496 1034 0 0 0 0 0 0 0 15 0 1 0 6122534 13479936 524 1992294400 134512640 134550932 4294426608 18446744073709551615 102305735 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12636/statm: 3278 522 219 10 0 1121 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13164

[startup+0.100585 s]
/proc/loadavg: 1.34 1.95 1.66 3/106 12636
/proc/meminfo: memFree=1801600/2059040 swapFree=4144492/4192956
[pid=12636] ppid=12634 vsize=1524184 CPUtime=0.08
/proc/12636/stat : 12636 (java) S 12634 12636 12157 0 -1 4202496 3987 0 1 0 7 1 0 0 15 0 12 0 6122534 1560764416 3426 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12636/statm: 381046 3426 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.30059 s]
/proc/loadavg: 1.34 1.95 1.66 3/106 12636
/proc/meminfo: memFree=1801600/2059040 swapFree=4144492/4192956
[pid=12636] ppid=12634 vsize=1526916 CPUtime=0.37
/proc/12636/stat : 12636 (java) S 12634 12636 12157 0 -1 4202496 5449 0 1 0 35 2 0 0 15 0 12 0 6122534 1563561984 4886 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12636/statm: 381762 4892 1363 10 0 379064 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526916

[startup+0.7006 s]
/proc/loadavg: 1.34 1.95 1.66 3/106 12636
/proc/meminfo: memFree=1801600/2059040 swapFree=4144492/4192956
[pid=12636] ppid=12634 vsize=1528824 CPUtime=1.07
/proc/12636/stat : 12636 (java) S 12634 12636 12157 0 -1 4202496 6675 0 1 0 105 2 0 0 15 0 13 0 6122534 1565515776 6045 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12636/statm: 382206 6045 1411 10 0 379508 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1528824

[startup+1.50162 s]
/proc/loadavg: 1.34 1.95 1.66 3/119 12649
/proc/meminfo: memFree=1778256/2059040 swapFree=4144492/4192956
[pid=12636] ppid=12634 vsize=1528688 CPUtime=2.2
/proc/12636/stat : 12636 (java) S 12634 12636 12157 0 -1 4202496 10839 0 1 0 215 5 0 0 15 0 13 0 6122534 1565376512 10072 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12636/statm: 382172 10072 1422 10 0 379474 0
[pid=12636/tid=12638] ppid=12634 vsize=1528688 CPUtime=1.3
/proc/12636/task/12638/stat : 12638 (java) R 12634 12636 12157 0 -1 4202560 8208 0 1 0 127 3 0 0 25 0 13 0 6122535 1565376512 10072 1992294400 134512640 134550932 4294426608 18446744073709551615 4109565628 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12636/tid=12639] ppid=12634 vsize=1528688 CPUtime=0
/proc/12636/task/12639/stat : 12639 (java) S 12634 12636 12157 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 6122537 1565376512 10072 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12640] ppid=12634 vsize=1528688 CPUtime=0
/proc/12636/task/12640/stat : 12640 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 6122537 1565376512 10072 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12641] ppid=12634 vsize=1528688 CPUtime=0
/proc/12636/task/12641/stat : 12641 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6122538 1565376512 10072 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12642] ppid=12634 vsize=1528688 CPUtime=0
/proc/12636/task/12642/stat : 12642 (java) S 12634 12636 12157 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 13 0 6122539 1565376512 10072 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12643] ppid=12634 vsize=1528688 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12634 12636 12157 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 13 0 6122539 1565376512 10072 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12644] ppid=12634 vsize=1528688 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 6122543 1565376512 10072 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12645] ppid=12634 vsize=1528688 CPUtime=0.61
/proc/12636/task/12645/stat : 12645 (java) S 12634 12636 12157 0 -1 4202560 864 0 0 0 61 0 0 0 16 0 13 0 6122543 1565376512 10072 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12646] ppid=12634 vsize=1528688 CPUtime=0.26
/proc/12636/task/12646/stat : 12646 (java) S 12634 12636 12157 0 -1 4202560 697 0 0 0 26 0 0 0 21 0 13 0 6122543 1565376512 10072 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12647] ppid=12634 vsize=1528688 CPUtime=0
/proc/12636/task/12647/stat : 12647 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6122543 1565376512 10072 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12648] ppid=12634 vsize=1528688 CPUtime=0
/proc/12636/task/12648/stat : 12648 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6122543 1565376512 10072 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12649] ppid=12634 vsize=1528688 CPUtime=0
/proc/12636/task/12649/stat : 12649 (java) S 12634 12636 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6122582 1565376512 10072 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 1528688

[startup+3.10166 s]
/proc/loadavg: 1.32 1.94 1.66 4/119 12649
/proc/meminfo: memFree=1753704/2059040 swapFree=4144492/4192956
[pid=12636] ppid=12634 vsize=1528964 CPUtime=3.95
/proc/12636/stat : 12636 (java) S 12634 12636 12157 0 -1 4202496 14193 0 1 0 389 6 0 0 15 0 13 0 6122534 1565659136 13146 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12636/statm: 382241 13146 1440 10 0 379543 0
[pid=12636/tid=12638] ppid=12634 vsize=1528964 CPUtime=2.86
/proc/12636/task/12638/stat : 12638 (java) R 12634 12636 12157 0 -1 4202560 10323 0 1 0 282 4 0 0 25 0 13 0 6122535 1565659136 13146 1992294400 134512640 134550932 4294426608 18446744073709551615 4109550149 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12636/tid=12639] ppid=12634 vsize=1528964 CPUtime=0
/proc/12636/task/12639/stat : 12639 (java) S 12634 12636 12157 0 -1 4202560 455 0 0 0 0 0 0 0 17 0 13 0 6122537 1565659136 13146 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12640] ppid=12634 vsize=1528964 CPUtime=0
/proc/12636/task/12640/stat : 12640 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 13 0 6122537 1565659136 13146 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12641] ppid=12634 vsize=1528964 CPUtime=0.02
/proc/12636/task/12641/stat : 12641 (java) S 12634 12636 12157 0 -1 4202560 448 0 0 0 2 0 0 0 16 0 13 0 6122538 1565659136 13146 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12642] ppid=12634 vsize=1528964 CPUtime=0
/proc/12636/task/12642/stat : 12642 (java) S 12634 12636 12157 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6122539 1565659136 13146 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12643] ppid=12634 vsize=1528964 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12634 12636 12157 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6122539 1565659136 13146 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12644] ppid=12634 vsize=1528964 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 6122543 1565659136 13146 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12645] ppid=12634 vsize=1528964 CPUtime=0.7
/proc/12636/task/12645/stat : 12645 (java) S 12634 12636 12157 0 -1 4202560 909 0 0 0 70 0 0 0 15 0 13 0 6122543 1565659136 13146 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12646] ppid=12634 vsize=1528964 CPUtime=0.33
/proc/12636/task/12646/stat : 12646 (java) S 12634 12636 12157 0 -1 4202560 989 0 0 0 33 0 0 0 15 0 13 0 6122543 1565659136 13146 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12647] ppid=12634 vsize=1528964 CPUtime=0
/proc/12636/task/12647/stat : 12647 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6122543 1565659136 13146 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12648] ppid=12634 vsize=1528964 CPUtime=0
/proc/12636/task/12648/stat : 12648 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6122543 1565659136 13146 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12649] ppid=12634 vsize=1528964 CPUtime=0
/proc/12636/task/12649/stat : 12649 (java) S 12634 12636 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6122582 1565659136 13146 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 1528964

[startup+6.30074 s]
/proc/loadavg: 1.32 1.94 1.66 2/119 12649
/proc/meminfo: memFree=1736964/2059040 swapFree=4144492/4192956
[pid=12636] ppid=12634 vsize=1528508 CPUtime=7.2
/proc/12636/stat : 12636 (java) S 12634 12636 12157 0 -1 4202496 18686 0 1 0 712 8 0 0 15 0 13 0 6122534 1565192192 17470 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12636/statm: 382127 17470 1440 10 0 379429 0
[pid=12636/tid=12638] ppid=12634 vsize=1528508 CPUtime=5.95
/proc/12636/task/12638/stat : 12638 (java) R 12634 12636 12157 0 -1 4202560 13920 0 1 0 590 5 0 0 25 0 13 0 6122535 1565192192 17470 1992294400 134512640 134550932 4294426608 18446744073709551615 4109524498 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12636/tid=12639] ppid=12634 vsize=1528508 CPUtime=0.01
/proc/12636/task/12639/stat : 12639 (java) S 12634 12636 12157 0 -1 4202560 644 0 0 0 1 0 0 0 15 0 13 0 6122537 1565192192 17470 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12640] ppid=12634 vsize=1528508 CPUtime=0
/proc/12636/task/12640/stat : 12640 (java) S 12634 12636 12157 0 -1 4202560 157 0 0 0 0 0 0 0 15 0 13 0 6122537 1565192192 17470 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12641] ppid=12634 vsize=1528508 CPUtime=0.07
/proc/12636/task/12641/stat : 12641 (java) S 12634 12636 12157 0 -1 4202560 991 0 0 0 7 0 0 0 15 0 13 0 6122538 1565192192 17470 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12642] ppid=12634 vsize=1528508 CPUtime=0
/proc/12636/task/12642/stat : 12642 (java) S 12634 12636 12157 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6122539 1565192192 17470 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12643] ppid=12634 vsize=1528508 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12634 12636 12157 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6122539 1565192192 17470 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12644] ppid=12634 vsize=1528508 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 6122543 1565192192 17470 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12645] ppid=12634 vsize=1528508 CPUtime=0.73
/proc/12636/task/12645/stat : 12645 (java) S 12634 12636 12157 0 -1 4202560 910 0 0 0 73 0 0 0 15 0 13 0 6122543 1565192192 17470 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12646] ppid=12634 vsize=1528508 CPUtime=0.37
/proc/12636/task/12646/stat : 12646 (java) S 12634 12636 12157 0 -1 4202560 996 0 0 0 37 0 0 0 15 0 13 0 6122543 1565192192 17470 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12647] ppid=12634 vsize=1528508 CPUtime=0
/proc/12636/task/12647/stat : 12647 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6122543 1565192192 17470 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12648] ppid=12634 vsize=1528508 CPUtime=0
/proc/12636/task/12648/stat : 12648 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6122543 1565192192 17470 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12649] ppid=12634 vsize=1528508 CPUtime=0
/proc/12636/task/12649/stat : 12649 (java) S 12634 12636 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6122582 1565192192 17470 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 1528508

[startup+12.7019 s]
/proc/loadavg: 1.35 1.92 1.66 2/119 12649
/proc/meminfo: memFree=1729772/2059040 swapFree=4144492/4192956
[pid=12636] ppid=12634 vsize=1529532 CPUtime=13.64
/proc/12636/stat : 12636 (java) S 12634 12636 12157 0 -1 4202496 21389 0 1 0 1355 9 0 0 15 0 13 0 6122534 1566240768 20143 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12636/statm: 382383 20143 1440 10 0 379685 0
[pid=12636/tid=12638] ppid=12634 vsize=1529532 CPUtime=12.25
/proc/12636/task/12638/stat : 12638 (java) S 12634 12636 12157 0 -1 4202560 16090 0 1 0 1219 6 0 0 25 0 13 0 6122535 1566240768 20143 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12639] ppid=12634 vsize=1529532 CPUtime=0.03
/proc/12636/task/12639/stat : 12639 (java) S 12634 12636 12157 0 -1 4202560 727 0 0 0 3 0 0 0 15 0 13 0 6122537 1566240768 20143 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12640] ppid=12634 vsize=1529532 CPUtime=0.02
/proc/12636/task/12640/stat : 12640 (java) S 12634 12636 12157 0 -1 4202560 290 0 0 0 2 0 0 0 16 0 13 0 6122537 1566240768 20143 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12641] ppid=12634 vsize=1529532 CPUtime=0.13
/proc/12636/task/12641/stat : 12641 (java) R 12634 12636 12157 0 -1 4202560 1157 0 0 0 13 0 0 0 15 0 13 0 6122538 1566240768 20143 1992294400 134512640 134550932 4294426608 18446744073709551615 103602656 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=12636/tid=12642] ppid=12634 vsize=1529532 CPUtime=0
/proc/12636/task/12642/stat : 12642 (java) S 12634 12636 12157 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6122539 1566240768 20143 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12643] ppid=12634 vsize=1529532 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12634 12636 12157 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6122539 1566240768 20143 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12644] ppid=12634 vsize=1529532 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 6122543 1566240768 20143 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12645] ppid=12634 vsize=1529532 CPUtime=0.73
/proc/12636/task/12645/stat : 12645 (java) S 12634 12636 12157 0 -1 4202560 910 0 0 0 73 0 0 0 15 0 13 0 6122543 1566240768 20143 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12646] ppid=12634 vsize=1529532 CPUtime=0.43
/proc/12636/task/12646/stat : 12646 (java) S 12634 12636 12157 0 -1 4202560 1147 0 0 0 43 0 0 0 15 0 13 0 6122543 1566240768 20143 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12647] ppid=12634 vsize=1529532 CPUtime=0
/proc/12636/task/12647/stat : 12647 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6122543 1566240768 20143 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12648] ppid=12634 vsize=1529532 CPUtime=0
/proc/12636/task/12648/stat : 12648 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6122543 1566240768 20143 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12649] ppid=12634 vsize=1529532 CPUtime=0
/proc/12636/task/12649/stat : 12649 (java) S 12634 12636 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6122582 1566240768 20143 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.64
Current children cumulated vsize (KiB) 1529532

[startup+25.5017 s]
/proc/loadavg: 1.29 1.89 1.65 2/119 12651
/proc/meminfo: memFree=1719232/2059040 swapFree=4144492/4192956
[pid=12636] ppid=12634 vsize=1529532 CPUtime=26.47
/proc/12636/stat : 12636 (java) S 12634 12636 12157 0 -1 4202496 22934 0 1 0 2637 10 0 0 15 0 13 0 6122534 1566240768 21683 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12636/statm: 382383 21683 1440 10 0 379685 0
[pid=12636/tid=12638] ppid=12634 vsize=1529532 CPUtime=24.86
/proc/12636/task/12638/stat : 12638 (java) R 12634 12636 12157 0 -1 4202560 16641 0 1 0 2479 7 0 0 25 0 13 0 6122535 1566240768 21683 1992294400 134512640 134550932 4294426608 18446744073709551615 4109623303 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12636/tid=12639] ppid=12634 vsize=1529532 CPUtime=0.05
/proc/12636/task/12639/stat : 12639 (java) S 12634 12636 12157 0 -1 4202560 865 0 0 0 5 0 0 0 16 0 13 0 6122537 1566240768 21683 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12640] ppid=12634 vsize=1529532 CPUtime=0.05
/proc/12636/task/12640/stat : 12640 (java) S 12634 12636 12157 0 -1 4202560 396 0 0 0 5 0 0 0 15 0 13 0 6122537 1566240768 21683 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12641] ppid=12634 vsize=1529532 CPUtime=0.3

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

/proc/12636/task/12648/stat : 12648 (java) S 12634 12636 12157 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 13 0 6122543 1567436800 47988 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12649] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12649/stat : 12649 (java) S 12634 12636 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6122582 1567436800 47988 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 847.43
Current children cumulated vsize (KiB) 1530700

[startup+847.902 s]
/proc/loadavg: 1.14 1.09 1.26 2/119 12674
/proc/meminfo: memFree=1612468/2059040 swapFree=4144492/4192956
[pid=12636] ppid=12634 vsize=1530700 CPUtime=850.63
/proc/12636/stat : 12636 (java) S 12634 12636 12157 0 -1 4202496 52123 0 1 0 85015 48 0 0 15 0 13 0 6122534 1567436800 47990 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12636/statm: 382675 47990 1440 10 0 379977 0
[pid=12636/tid=12638] ppid=12634 vsize=1530700 CPUtime=827.22
/proc/12636/task/12638/stat : 12638 (java) R 12634 12636 12157 0 -1 4202560 35885 0 1 0 82702 20 0 0 25 0 13 0 6122535 1567436800 47990 1992294400 134512640 134550932 4294426608 18446744073709551615 4109617005 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12636/tid=12639] ppid=12634 vsize=1530700 CPUtime=2.08
/proc/12636/task/12639/stat : 12639 (java) S 12634 12636 12157 0 -1 4202560 1816 0 0 0 200 8 0 0 15 0 13 0 6122537 1567436800 47990 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12640] ppid=12634 vsize=1530700 CPUtime=2.18
/proc/12636/task/12640/stat : 12640 (java) S 12634 12636 12157 0 -1 4202560 1469 0 0 0 210 8 0 0 16 0 13 0 6122537 1567436800 47990 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12641] ppid=12634 vsize=1530700 CPUtime=17.31
/proc/12636/task/12641/stat : 12641 (java) S 12634 12636 12157 0 -1 4202560 7109 0 0 0 1725 6 0 0 15 0 13 0 6122538 1567436800 47990 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12642] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12642/stat : 12642 (java) S 12634 12636 12157 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6122539 1567436800 47990 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12643] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12634 12636 12157 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6122539 1567436800 47990 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12644] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 6122543 1567436800 47990 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12645] ppid=12634 vsize=1530700 CPUtime=1.24
/proc/12636/task/12645/stat : 12645 (java) S 12634 12636 12157 0 -1 4202560 3458 0 0 0 123 1 0 0 15 0 13 0 6122543 1567436800 47990 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12646] ppid=12634 vsize=1530700 CPUtime=0.52
/proc/12636/task/12646/stat : 12646 (java) S 12634 12636 12157 0 -1 4202560 1268 0 0 0 52 0 0 0 15 0 13 0 6122543 1567436800 47990 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12647] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12647/stat : 12647 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6122543 1567436800 47990 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12648] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12648/stat : 12648 (java) S 12634 12636 12157 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 13 0 6122543 1567436800 47990 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12649] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12649/stat : 12649 (java) S 12634 12636 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6122582 1567436800 47990 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 850.63
Current children cumulated vsize (KiB) 1530700

[startup+849.502 s]
/proc/loadavg: 1.14 1.09 1.26 2/119 12674
/proc/meminfo: memFree=1612468/2059040 swapFree=4144492/4192956
[pid=12636] ppid=12634 vsize=1530700 CPUtime=852.23
/proc/12636/stat : 12636 (java) S 12634 12636 12157 0 -1 4202496 52134 0 1 0 85175 48 0 0 15 0 13 0 6122534 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12636/statm: 382675 48000 1440 10 0 379977 0
[pid=12636/tid=12638] ppid=12634 vsize=1530700 CPUtime=828.77
/proc/12636/task/12638/stat : 12638 (java) R 12634 12636 12157 0 -1 4202560 35886 0 1 0 82857 20 0 0 25 0 13 0 6122535 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4109575260 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12636/tid=12639] ppid=12634 vsize=1530700 CPUtime=2.08
/proc/12636/task/12639/stat : 12639 (java) S 12634 12636 12157 0 -1 4202560 1816 0 0 0 200 8 0 0 15 0 13 0 6122537 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12640] ppid=12634 vsize=1530700 CPUtime=2.18
/proc/12636/task/12640/stat : 12640 (java) S 12634 12636 12157 0 -1 4202560 1469 0 0 0 210 8 0 0 15 0 13 0 6122537 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12641] ppid=12634 vsize=1530700 CPUtime=17.36
/proc/12636/task/12641/stat : 12641 (java) S 12634 12636 12157 0 -1 4202560 7119 0 0 0 1730 6 0 0 16 0 13 0 6122538 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12642] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12642/stat : 12642 (java) S 12634 12636 12157 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6122539 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12643] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12634 12636 12157 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6122539 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12644] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 6122543 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12645] ppid=12634 vsize=1530700 CPUtime=1.24
/proc/12636/task/12645/stat : 12645 (java) S 12634 12636 12157 0 -1 4202560 3458 0 0 0 123 1 0 0 15 0 13 0 6122543 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12646] ppid=12634 vsize=1530700 CPUtime=0.52
/proc/12636/task/12646/stat : 12646 (java) S 12634 12636 12157 0 -1 4202560 1268 0 0 0 52 0 0 0 15 0 13 0 6122543 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12647] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12647/stat : 12647 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6122543 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12648] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12648/stat : 12648 (java) S 12634 12636 12157 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 13 0 6122543 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12649] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12649/stat : 12649 (java) S 12634 12636 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6122582 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 852.23
Current children cumulated vsize (KiB) 1530700

[startup+849.902 s]
/proc/loadavg: 1.14 1.09 1.26 2/119 12674
/proc/meminfo: memFree=1612468/2059040 swapFree=4144492/4192956
[pid=12636] ppid=12634 vsize=1530700 CPUtime=852.63
/proc/12636/stat : 12636 (java) S 12634 12636 12157 0 -1 4202496 52134 0 1 0 85215 48 0 0 15 0 13 0 6122534 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12636/statm: 382675 48000 1440 10 0 379977 0
[pid=12636/tid=12638] ppid=12634 vsize=1530700 CPUtime=829.17
/proc/12636/task/12638/stat : 12638 (java) R 12634 12636 12157 0 -1 4202560 35886 0 1 0 82897 20 0 0 25 0 13 0 6122535 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4109517955 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12636/tid=12639] ppid=12634 vsize=1530700 CPUtime=2.08
/proc/12636/task/12639/stat : 12639 (java) S 12634 12636 12157 0 -1 4202560 1816 0 0 0 200 8 0 0 15 0 13 0 6122537 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12640] ppid=12634 vsize=1530700 CPUtime=2.18
/proc/12636/task/12640/stat : 12640 (java) S 12634 12636 12157 0 -1 4202560 1469 0 0 0 210 8 0 0 15 0 13 0 6122537 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12641] ppid=12634 vsize=1530700 CPUtime=17.36
/proc/12636/task/12641/stat : 12641 (java) S 12634 12636 12157 0 -1 4202560 7119 0 0 0 1730 6 0 0 15 0 13 0 6122538 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12642] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12642/stat : 12642 (java) S 12634 12636 12157 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6122539 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12643] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12634 12636 12157 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6122539 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12644] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 6122543 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12645] ppid=12634 vsize=1530700 CPUtime=1.24
/proc/12636/task/12645/stat : 12645 (java) S 12634 12636 12157 0 -1 4202560 3458 0 0 0 123 1 0 0 15 0 13 0 6122543 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12646] ppid=12634 vsize=1530700 CPUtime=0.52
/proc/12636/task/12646/stat : 12646 (java) S 12634 12636 12157 0 -1 4202560 1268 0 0 0 52 0 0 0 15 0 13 0 6122543 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12647] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12647/stat : 12647 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6122543 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12648] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12648/stat : 12648 (java) S 12634 12636 12157 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 13 0 6122543 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12649] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12649/stat : 12649 (java) S 12634 12636 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6122582 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 852.63
Current children cumulated vsize (KiB) 1530700

[startup+850.102 s]
/proc/loadavg: 1.14 1.09 1.26 2/119 12674
/proc/meminfo: memFree=1612468/2059040 swapFree=4144492/4192956
[pid=12636] ppid=12634 vsize=1530700 CPUtime=852.83
/proc/12636/stat : 12636 (java) S 12634 12636 12157 0 -1 4202496 52134 0 1 0 85235 48 0 0 15 0 13 0 6122534 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12636/statm: 382675 48000 1440 10 0 379977 0
[pid=12636/tid=12638] ppid=12634 vsize=1530700 CPUtime=829.37
/proc/12636/task/12638/stat : 12638 (java) R 12634 12636 12157 0 -1 4202560 35886 0 1 0 82917 20 0 0 25 0 13 0 6122535 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4109431968 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12636/tid=12639] ppid=12634 vsize=1530700 CPUtime=2.08
/proc/12636/task/12639/stat : 12639 (java) S 12634 12636 12157 0 -1 4202560 1816 0 0 0 200 8 0 0 15 0 13 0 6122537 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12640] ppid=12634 vsize=1530700 CPUtime=2.18
/proc/12636/task/12640/stat : 12640 (java) S 12634 12636 12157 0 -1 4202560 1469 0 0 0 210 8 0 0 15 0 13 0 6122537 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12641] ppid=12634 vsize=1530700 CPUtime=17.36
/proc/12636/task/12641/stat : 12641 (java) S 12634 12636 12157 0 -1 4202560 7119 0 0 0 1730 6 0 0 15 0 13 0 6122538 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12642] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12642/stat : 12642 (java) S 12634 12636 12157 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6122539 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12643] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12634 12636 12157 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6122539 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12644] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 6122543 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12645] ppid=12634 vsize=1530700 CPUtime=1.24
/proc/12636/task/12645/stat : 12645 (java) S 12634 12636 12157 0 -1 4202560 3458 0 0 0 123 1 0 0 15 0 13 0 6122543 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12646] ppid=12634 vsize=1530700 CPUtime=0.52
/proc/12636/task/12646/stat : 12646 (java) S 12634 12636 12157 0 -1 4202560 1268 0 0 0 52 0 0 0 15 0 13 0 6122543 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12647] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12647/stat : 12647 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6122543 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12648] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12648/stat : 12648 (java) S 12634 12636 12157 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 13 0 6122543 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12649] ppid=12634 vsize=1530700 CPUtime=0
/proc/12636/task/12649/stat : 12649 (java) S 12634 12636 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6122582 1567436800 48000 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 852.83
Current children cumulated vsize (KiB) 1530700

[startup+850.202 s]
/proc/loadavg: 1.14 1.09 1.26 2/120 12675
/proc/meminfo: memFree=1612460/2059040 swapFree=4144492/4192956
[pid=12636] ppid=12634 vsize=1531024 CPUtime=852.93
/proc/12636/stat : 12636 (java) S 12634 12636 12157 0 -1 4202496 52145 0 1 0 85245 48 0 0 15 0 13 0 6122534 1567768576 48011 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12636/statm: 382756 48011 1441 10 0 380058 0
[pid=12636/tid=12638] ppid=12634 vsize=1531024 CPUtime=829.46
/proc/12636/task/12638/stat : 12638 (java) S 12634 12636 12157 0 -1 4202560 35892 0 1 0 82926 20 0 0 18 0 13 0 6122535 1567768576 48011 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12639] ppid=12634 vsize=1531024 CPUtime=2.08
/proc/12636/task/12639/stat : 12639 (java) S 12634 12636 12157 0 -1 4202560 1816 0 0 0 200 8 0 0 15 0 13 0 6122537 1567768576 48011 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12640] ppid=12634 vsize=1531024 CPUtime=2.18
/proc/12636/task/12640/stat : 12640 (java) S 12634 12636 12157 0 -1 4202560 1469 0 0 0 210 8 0 0 15 0 13 0 6122537 1567768576 48011 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12641] ppid=12634 vsize=1531024 CPUtime=17.36
/proc/12636/task/12641/stat : 12641 (java) S 12634 12636 12157 0 -1 4202560 7119 0 0 0 1730 6 0 0 15 0 13 0 6122538 1567768576 48011 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 0 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12642] ppid=12634 vsize=1531024 CPUtime=0
/proc/12636/task/12642/stat : 12642 (java) S 12634 12636 12157 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6122539 1567768576 48011 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12643] ppid=12634 vsize=1531024 CPUtime=0
/proc/12636/task/12643/stat : 12643 (java) S 12634 12636 12157 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6122539 1567768576 48011 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12644] ppid=12634 vsize=1531024 CPUtime=0
/proc/12636/task/12644/stat : 12644 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 6122543 1567768576 48011 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12645] ppid=12634 vsize=1531024 CPUtime=1.24
/proc/12636/task/12645/stat : 12645 (java) S 12634 12636 12157 0 -1 4202560 3458 0 0 0 123 1 0 0 15 0 13 0 6122543 1567768576 48011 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12646] ppid=12634 vsize=1531024 CPUtime=0.52
/proc/12636/task/12646/stat : 12646 (java) S 12634 12636 12157 0 -1 4202560 1268 0 0 0 52 0 0 0 15 0 13 0 6122543 1567768576 48011 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12647] ppid=12634 vsize=1531024 CPUtime=0
/proc/12636/task/12647/stat : 12647 (java) S 12634 12636 12157 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6122543 1567768576 48011 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
[pid=12636/tid=12648] ppid=12634 vsize=1531024 CPUtime=0
/proc/12636/task/12648/stat : 12648 (java) S 12634 12636 12157 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 13 0 6122543 1567768576 48011 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 1 0 0 0
[pid=12636/tid=12649] ppid=12634 vsize=1531024 CPUtime=0
/proc/12636/task/12649/stat : 12649 (java) S 12634 12636 12157 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6122582 1567768576 48011 1992294400 134512640 134550932 4294426608 18446744073709551615 4294960144 0 4 0 16800975 18446604437871518656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 852.93
Current children cumulated vsize (KiB) 1531024

Child status: 30
Real time (s): 850.234
CPU time (s): 852.959
CPU user time (s): 852.456
CPU system time (s): 0.502923
CPU usage (%): 100.32
Max. virtual memory (cumulated for all children) (KiB): 1537488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 852.456
system time used= 0.502923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52149
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= 21728
involuntary context switches= 11560

runsolver used 1.80373 second user time and 4.50831 second system time

The end

Launcher Data

Begin job on node049 at 2010-06-16 02:32:25
IDJOB=2658380
IDBENCH=47994
IDSOLVER=1164
FILE ID=node049/2658380-1276648345
PBS_JOBID= 11172439
Free space on /tmp= 62524 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=251-P1=251-P2=101-P3=11-P4=89-P5=53-P6=439-P7=491-P8=389-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658380-1276648345/watcher-2658380-1276648345 -o /tmp/evaluation-result-2658380-1276648345/solver-2658380-1276648345 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658380-1276648345.opb

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

MD5SUM BENCH= 016a6113efb9500350327fbbc3111675
RANDOM SEED=1841994952

node049.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.244
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.48
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.244
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1802004 kB
Buffers:         63768 kB
Cached:          99308 kB
SwapCached:       5408 kB
Active:          95980 kB
Inactive:        83608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1802004 kB
SwapTotal:     4192956 kB
SwapFree:      4144492 kB
Dirty:             464 kB
Writeback:           0 kB
AnonPages:       14096 kB
Mapped:          12972 kB
Slab:            55480 kB
PageTables:       3912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183580 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62524 MiB
End job on node049 at 2010-06-16 02:46:35