Trace number 2659245

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-26OPT2 366.273 363.305

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark269.719
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
Number of bits of the biggest sum of numbers12
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.v20100526
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.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659245-1276599243.opb
0.22/0.21	c reading problem ... 
0.22/0.27	c ... done. Wall clock time 0.053s.
0.22/0.27	c #vars     94
0.22/0.27	c #constraints  8
0.22/0.27	c constraints type 
0.22/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.55/0.42	c SATISFIABLE
0.55/0.42	c OPTIMIZING...
0.55/0.42	c Got one! Elapsed wall clock time (in seconds):0.207
0.55/0.42	o 242
0.74/0.54	c Got one! Elapsed wall clock time (in seconds):0.33
0.74/0.54	o 149
0.94/0.64	c Got one! Elapsed wall clock time (in seconds):0.423
0.94/0.64	o 131
0.94/0.69	c Got one! Elapsed wall clock time (in seconds):0.482
0.94/0.69	o 121
1.14/0.75	c Got one! Elapsed wall clock time (in seconds):0.536
1.14/0.75	o 78
1.35/0.81	c Got one! Elapsed wall clock time (in seconds):0.594
1.35/0.81	o 63
1.35/0.83	c Got one! Elapsed wall clock time (in seconds):0.622
1.35/0.83	o 37
1.50/0.90	c Got one! Elapsed wall clock time (in seconds):0.689
1.50/0.90	o 28
1.60/1.01	c Got one! Elapsed wall clock time (in seconds):0.796
1.60/1.01	o 27
1.60/1.07	c Got one! Elapsed wall clock time (in seconds):0.857
1.60/1.07	o 16
1.84/1.25	c Got one! Elapsed wall clock time (in seconds):1.042
1.84/1.25	o 12
2.22/1.43	c cleaning 2497 clauses out of 5001 with flag 5001/5001
3.07/2.08	c cleaning 4248 clauses out of 8503 with flag 11000/11000
3.17/2.12	c Got one! Elapsed wall clock time (in seconds):1.909
3.17/2.12	o 7
3.86/2.88	c cleaning 5627 clauses out of 11255 with flag 18000/18000
5.00/3.97	c cleaning 6815 clauses out of 13629 with flag 26001/26001
5.64/4.52	c Got one! Elapsed wall clock time (in seconds):4.308
5.64/4.52	o 4
6.43/5.37	c cleaning 7906 clauses out of 15813 with flag 35000/35000
8.44/7.30	c cleaning 8953 clauses out of 17908 with flag 45001/45001
10.44/9.35	c cleaning 9473 clauses out of 18954 with flag 55000/55000
12.25/11.18	c cleaning 9738 clauses out of 19481 with flag 65000/65000
14.34/13.24	c cleaning 9872 clauses out of 19744 with flag 75001/75001
16.34/15.25	c cleaning 9937 clauses out of 19873 with flag 85002/85002
18.14/17.10	c cleaning 9965 clauses out of 19934 with flag 95000/95000
20.14/19.06	c cleaning 9982 clauses out of 19969 with flag 105000/105000
21.84/20.74	c cleaning 9990 clauses out of 19987 with flag 115000/115000
23.84/22.70	c cleaning 9999 clauses out of 19998 with flag 125001/125001
25.84/24.76	c cleaning 9998 clauses out of 19998 with flag 135000/135000
27.94/26.82	c cleaning 9998 clauses out of 20000 with flag 145000/145000
29.94/28.88	c cleaning 9996 clauses out of 20002 with flag 155000/155000
31.95/30.89	c cleaning 10000 clauses out of 20006 with flag 165000/165000
33.75/32.66	c cleaning 10000 clauses out of 20007 with flag 175001/175001
35.85/34.79	c cleaning 9998 clauses out of 20006 with flag 185000/185000
38.05/36.99	c cleaning 10003 clauses out of 20009 with flag 195001/195001
39.95/38.80	c cleaning 9998 clauses out of 20005 with flag 205000/205000
41.65/40.59	c cleaning 10004 clauses out of 20007 with flag 215000/215000
43.45/42.36	c cleaning 9996 clauses out of 20003 with flag 225000/225000
45.05/43.99	c cleaning 10000 clauses out of 20008 with flag 235001/235001
46.64/45.57	c cleaning 10003 clauses out of 20007 with flag 245000/245000
48.25/47.12	c cleaning 9996 clauses out of 20005 with flag 255001/255001
50.25/49.15	c cleaning 10001 clauses out of 20009 with flag 265001/265001
52.25/51.10	c cleaning 10003 clauses out of 20008 with flag 275001/275001
53.35/52.29	c Got one! Elapsed wall clock time (in seconds):52.075
53.35/52.29	o 2
53.95/52.81	c cleaning 9999 clauses out of 20005 with flag 285001/285001
55.25/54.16	c cleaning 10002 clauses out of 20005 with flag 295000/295000
56.95/55.84	c cleaning 9995 clauses out of 20003 with flag 305000/305000
58.55/57.47	c cleaning 10000 clauses out of 20008 with flag 315000/315000
60.05/58.93	c cleaning 10001 clauses out of 20009 with flag 325001/325001
61.45/60.39	c cleaning 10001 clauses out of 20008 with flag 335001/335001
62.96/61.81	c cleaning 9998 clauses out of 20006 with flag 345000/345000
64.46/63.35	c cleaning 9994 clauses out of 20010 with flag 355002/355002
66.27/65.12	c cleaning 10002 clauses out of 20014 with flag 365000/365000
67.87/66.75	c cleaning 10004 clauses out of 20012 with flag 375000/375000
69.16/68.05	c cleaning 10003 clauses out of 20009 with flag 385001/385001
70.26/69.18	c cleaning 10003 clauses out of 20005 with flag 395000/395000
71.76/70.69	c cleaning 10000 clauses out of 20004 with flag 405002/405002
73.66/72.56	c cleaning 9999 clauses out of 20002 with flag 415000/415000
75.76/74.66	c cleaning 9997 clauses out of 20003 with flag 425000/425000
77.36/76.20	c cleaning 10005 clauses out of 20009 with flag 435003/435003
79.37/78.24	c cleaning 9992 clauses out of 20001 with flag 445000/445000
81.46/80.34	c cleaning 10000 clauses out of 20009 with flag 455000/455000
83.17/82.04	c cleaning 10000 clauses out of 20009 with flag 465000/465000
84.67/83.55	c cleaning 10005 clauses out of 20009 with flag 475000/475000
86.36/85.24	c cleaning 9999 clauses out of 20005 with flag 485001/485001
87.76/86.64	c cleaning 9998 clauses out of 20006 with flag 495001/495001
89.17/88.04	c cleaning 9999 clauses out of 20007 with flag 505000/505000
90.66/89.57	c cleaning 10000 clauses out of 20009 with flag 515001/515001
92.16/91.03	c cleaning 10001 clauses out of 20008 with flag 525000/525000
93.86/92.78	c cleaning 10001 clauses out of 20010 with flag 535003/535003
95.46/94.34	c cleaning 9998 clauses out of 20006 with flag 545000/545000
97.06/95.99	c cleaning 10000 clauses out of 20009 with flag 555001/555001
98.86/97.74	c cleaning 9999 clauses out of 20008 with flag 565000/565000
100.36/99.25	c cleaning 10003 clauses out of 20010 with flag 575001/575001
101.86/100.79	c cleaning 10003 clauses out of 20008 with flag 585002/585002
103.66/102.56	c cleaning 10001 clauses out of 20004 with flag 595001/595001
105.66/104.54	c cleaning 9997 clauses out of 20002 with flag 605000/605000
107.46/106.31	c cleaning 9998 clauses out of 20006 with flag 615001/615001
109.70/108.51	c cleaning 9998 clauses out of 20007 with flag 625000/625000
111.49/110.30	c cleaning 10003 clauses out of 20009 with flag 635000/635000
113.40/112.26	c cleaning 10002 clauses out of 20007 with flag 645001/645001
115.39/114.27	c cleaning 9999 clauses out of 20006 with flag 655002/655002
116.99/115.85	c cleaning 9996 clauses out of 20005 with flag 665000/665000
118.69/117.57	c cleaning 10000 clauses out of 20009 with flag 675000/675000
120.39/119.20	c cleaning 10001 clauses out of 20009 with flag 685000/685000
122.09/120.99	c cleaning 10000 clauses out of 20008 with flag 695000/695000
123.79/122.70	c cleaning 10005 clauses out of 20009 with flag 705001/705001
125.69/124.55	c cleaning 10000 clauses out of 20004 with flag 715001/715001
127.39/126.26	c cleaning 10001 clauses out of 20003 with flag 725000/725000
129.79/128.69	c cleaning 10002 clauses out of 20004 with flag 735002/735002
131.99/130.89	c cleaning 10001 clauses out of 20001 with flag 745001/745001
133.99/132.86	c cleaning 9993 clauses out of 19999 with flag 755000/755000
136.09/134.96	c cleaning 9995 clauses out of 20007 with flag 765001/765001
137.79/136.63	c cleaning 10001 clauses out of 20011 with flag 775000/775000
139.79/138.65	c cleaning 10005 clauses out of 20010 with flag 785000/785000
141.68/140.59	c cleaning 10002 clauses out of 20005 with flag 795000/795000
143.98/142.81	c cleaning 10000 clauses out of 20004 with flag 805001/805001
146.18/145.08	c cleaning 10001 clauses out of 20004 with flag 815001/815001
147.88/146.77	c cleaning 10002 clauses out of 20004 with flag 825002/825002
149.48/148.37	c cleaning 9994 clauses out of 20000 with flag 835000/835000
151.38/150.20	c cleaning 9999 clauses out of 20006 with flag 845000/845000
152.88/151.80	c cleaning 9999 clauses out of 20007 with flag 855000/855000
154.38/153.21	c cleaning 10001 clauses out of 20008 with flag 865000/865000
155.78/154.64	c cleaning 10000 clauses out of 20008 with flag 875001/875001
157.49/156.33	c cleaning 10000 clauses out of 20008 with flag 885001/885001
159.18/158.04	c cleaning 10003 clauses out of 20008 with flag 895001/895001
160.88/159.79	c cleaning 9998 clauses out of 20006 with flag 905002/905002
162.99/161.89	c cleaning 10003 clauses out of 20007 with flag 915001/915001
164.77/163.66	c cleaning 10001 clauses out of 20004 with flag 925001/925001
166.28/165.14	c cleaning 10000 clauses out of 20002 with flag 935000/935000
167.79/166.67	c cleaning 9998 clauses out of 20003 with flag 945001/945001
169.49/168.34	c cleaning 10000 clauses out of 20004 with flag 955000/955000
171.18/170.07	c cleaning 9996 clauses out of 20004 with flag 965000/965000
172.89/171.71	c cleaning 10003 clauses out of 20009 with flag 975001/975001
174.48/173.31	c cleaning 10000 clauses out of 20005 with flag 985000/985000
175.98/174.86	c cleaning 10002 clauses out of 20005 with flag 995000/995000
177.68/176.50	c cleaning 10002 clauses out of 20003 with flag 1005000/1005000
179.28/178.12	c cleaning 10001 clauses out of 20001 with flag 1015000/1015000
180.98/179.82	c cleaning 9997 clauses out of 20001 with flag 1025001/1025001
182.38/181.22	c cleaning 10000 clauses out of 20004 with flag 1035001/1035001
183.89/182.72	c cleaning 10000 clauses out of 20003 with flag 1045000/1045000
185.58/184.46	c cleaning 10001 clauses out of 20004 with flag 1055001/1055001
187.09/185.99	c cleaning 10001 clauses out of 20002 with flag 1065000/1065000
188.68/187.58	c cleaning 10002 clauses out of 20003 with flag 1075002/1075002
190.28/189.17	c cleaning 9995 clauses out of 19999 with flag 1085000/1085000
191.99/190.80	c cleaning 9997 clauses out of 20004 with flag 1095000/1095000
193.59/192.42	c cleaning 10003 clauses out of 20008 with flag 1105001/1105001
195.09/193.95	c cleaning 10001 clauses out of 20004 with flag 1115000/1115000
196.69/195.54	c cleaning 9999 clauses out of 20004 with flag 1125001/1125001
198.20/197.09	c cleaning 9999 clauses out of 20004 with flag 1135000/1135000
199.79/198.61	c cleaning 10002 clauses out of 20006 with flag 1145001/1145001
201.39/200.27	c cleaning 9999 clauses out of 20004 with flag 1155001/1155001
202.89/201.76	c cleaning 10003 clauses out of 20006 with flag 1165002/1165002
204.39/203.29	c cleaning 10000 clauses out of 20004 with flag 1175003/1175003
206.41/204.96	c cleaning 9997 clauses out of 20002 with flag 1185001/1185001
208.43/206.63	c cleaning 10000 clauses out of 20004 with flag 1195000/1195000
209.94/208.11	c cleaning 10001 clauses out of 20005 with flag 1205001/1205001
211.34/209.56	c cleaning 10001 clauses out of 20005 with flag 1215002/1215002
212.74/210.99	c cleaning 9998 clauses out of 20002 with flag 1225000/1225000
214.34/212.52	c cleaning 10000 clauses out of 20004 with flag 1235000/1235000
215.74/213.97	c cleaning 10002 clauses out of 20007 with flag 1245003/1245003
217.34/215.54	c cleaning 9999 clauses out of 20002 with flag 1255000/1255000
218.97/217.15	c cleaning 10001 clauses out of 20004 with flag 1265001/1265001
220.58/218.72	c cleaning 9994 clauses out of 20003 with flag 1275001/1275001
222.18/220.30	c cleaning 9999 clauses out of 20009 with flag 1285001/1285001
223.78/221.92	c cleaning 10001 clauses out of 20010 with flag 1295001/1295001
225.38/223.51	c cleaning 9998 clauses out of 20008 with flag 1305000/1305000
226.78/224.92	c cleaning 10000 clauses out of 20010 with flag 1315000/1315000
228.08/226.25	c cleaning 9999 clauses out of 20011 with flag 1325001/1325001
229.48/227.64	c cleaning 10003 clauses out of 20011 with flag 1335000/1335000
231.58/229.61	c cleaning 9998 clauses out of 20008 with flag 1345000/1345000
233.38/231.43	c cleaning 10001 clauses out of 20010 with flag 1355000/1355000
234.98/233.02	c cleaning 9997 clauses out of 20009 with flag 1365000/1365000
236.28/234.39	c cleaning 10001 clauses out of 20012 with flag 1375000/1375000
237.68/235.74	c cleaning 9999 clauses out of 20011 with flag 1385000/1385000
239.37/237.47	c cleaning 10005 clauses out of 20012 with flag 1395000/1395000
240.88/238.96	c cleaning 10000 clauses out of 20007 with flag 1405000/1405000
242.48/240.59	c cleaning 10001 clauses out of 20009 with flag 1415002/1415002
244.18/242.29	c cleaning 9999 clauses out of 20006 with flag 1425000/1425000
245.68/243.74	c cleaning 10000 clauses out of 20007 with flag 1435000/1435000
247.27/245.36	c cleaning 10001 clauses out of 20009 with flag 1445002/1445002
248.67/246.75	c cleaning 10001 clauses out of 20007 with flag 1455001/1455001
250.16/248.27	c cleaning 9998 clauses out of 20005 with flag 1465000/1465000
251.87/249.94	c cleaning 9998 clauses out of 20007 with flag 1475000/1475000
253.27/251.36	c cleaning 10002 clauses out of 20009 with flag 1485000/1485000
254.87/252.99	c cleaning 9997 clauses out of 20007 with flag 1495000/1495000
256.37/254.50	c cleaning 10005 clauses out of 20011 with flag 1505001/1505001
257.67/255.73	c cleaning 10003 clauses out of 20006 with flag 1515001/1515001
259.07/257.13	c cleaning 9995 clauses out of 20003 with flag 1525001/1525001
260.48/258.56	c cleaning 9999 clauses out of 20007 with flag 1535000/1535000
261.88/259.93	c cleaning 10003 clauses out of 20008 with flag 1545000/1545000
263.37/261.43	c cleaning 9999 clauses out of 20005 with flag 1555000/1555000
264.77/262.81	c cleaning 9999 clauses out of 20006 with flag 1565000/1565000
266.08/264.16	c cleaning 10000 clauses out of 20007 with flag 1575000/1575000
267.67/265.70	c cleaning 10002 clauses out of 20008 with flag 1585001/1585001
269.07/267.14	c cleaning 9998 clauses out of 20005 with flag 1595000/1595000
270.47/268.53	c cleaning 10000 clauses out of 20008 with flag 1605001/1605001
271.76/269.83	c cleaning 10003 clauses out of 20007 with flag 1615000/1615000
273.06/271.16	c cleaning 10002 clauses out of 20005 with flag 1625001/1625001
274.46/272.54	c cleaning 10001 clauses out of 20004 with flag 1635002/1635002
275.76/273.90	c cleaning 9995 clauses out of 20001 with flag 1645000/1645000
277.16/275.24	c cleaning 10002 clauses out of 20008 with flag 1655002/1655002
278.46/276.53	c cleaning 10000 clauses out of 20006 with flag 1665002/1665002
279.66/277.80	c cleaning 10000 clauses out of 20007 with flag 1675003/1675003
281.20/279.25	c cleaning 9998 clauses out of 20005 with flag 1685001/1685001
282.72/280.76	c cleaning 10003 clauses out of 20007 with flag 1695001/1695001
284.21/282.22	c cleaning 10000 clauses out of 20005 with flag 1705002/1705002
285.61/283.69	c cleaning 9997 clauses out of 20004 with flag 1715001/1715001
287.02/285.09	c cleaning 10000 clauses out of 20006 with flag 1725000/1725000
288.51/286.55	c cleaning 10002 clauses out of 20006 with flag 1735000/1735000
289.81/287.85	c cleaning 9999 clauses out of 20006 with flag 1745002/1745002
291.11/289.10	c cleaning 10000 clauses out of 20006 with flag 1755001/1755001
292.71/290.58	c cleaning 9999 clauses out of 20006 with flag 1765001/1765001
294.58/292.00	c cleaning 10001 clauses out of 20007 with flag 1775001/1775001
296.01/293.35	c cleaning 9999 clauses out of 20006 with flag 1785001/1785001
297.31/294.65	c cleaning 10000 clauses out of 20006 with flag 1795000/1795000
298.61/295.97	c cleaning 10001 clauses out of 20006 with flag 1805000/1805000
300.01/297.33	c cleaning 10000 clauses out of 20006 with flag 1815001/1815001
301.30/298.68	c cleaning 10001 clauses out of 20007 with flag 1825002/1825002
302.90/300.22	c cleaning 9994 clauses out of 20004 with flag 1835000/1835000
304.30/301.63	c cleaning 9999 clauses out of 20010 with flag 1845000/1845000
305.70/303.07	c cleaning 10004 clauses out of 20012 with flag 1855001/1855001
307.20/304.51	c cleaning 10002 clauses out of 20007 with flag 1865000/1865000
308.62/305.93	c cleaning 10000 clauses out of 20006 with flag 1875001/1875001
310.20/307.50	c cleaning 10002 clauses out of 20007 with flag 1885002/1885002
311.60/308.97	c cleaning 9999 clauses out of 20004 with flag 1895001/1895001
313.10/310.41	c cleaning 9999 clauses out of 20007 with flag 1905003/1905003
314.50/311.82	c cleaning 9999 clauses out of 20005 with flag 1915000/1915000
315.90/313.24	c cleaning 10000 clauses out of 20007 with flag 1925001/1925001
317.30/314.70	c cleaning 10001 clauses out of 20006 with flag 1935000/1935000
318.79/316.11	c cleaning 10004 clauses out of 20007 with flag 1945002/1945002
320.29/317.60	c cleaning 9996 clauses out of 20001 with flag 1955000/1955000
321.80/319.15	c cleaning 10001 clauses out of 20005 with flag 1965000/1965000
323.29/320.64	c cleaning 10001 clauses out of 20005 with flag 1975001/1975001
324.79/322.14	c cleaning 10003 clauses out of 20005 with flag 1985002/1985002
326.30/323.67	c cleaning 9997 clauses out of 20000 with flag 1995000/1995000
327.89/325.25	c cleaning 10000 clauses out of 20005 with flag 2005002/2005002
329.19/326.59	c cleaning 9995 clauses out of 20003 with flag 2015000/2015000
330.80/328.12	c cleaning 9997 clauses out of 20009 with flag 2025001/2025001
332.30/329.65	c cleaning 10005 clauses out of 20011 with flag 2035000/2035000
333.70/331.09	c cleaning 10001 clauses out of 20007 with flag 2045001/2045001
335.20/332.50	c cleaning 10000 clauses out of 20006 with flag 2055001/2055001
336.50/333.81	c cleaning 10001 clauses out of 20006 with flag 2065001/2065001
337.80/335.11	c cleaning 9996 clauses out of 20004 with flag 2075000/2075000
339.20/336.53	c cleaning 9999 clauses out of 20009 with flag 2085001/2085001
340.70/338.06	c cleaning 10001 clauses out of 20009 with flag 2095000/2095000
342.20/339.50	c cleaning 9998 clauses out of 20008 with flag 2105000/2105000
343.60/340.96	c cleaning 10004 clauses out of 20013 with flag 2115003/2115003
345.00/342.35	c cleaning 10002 clauses out of 20006 with flag 2125000/2125000
346.51/343.83	c cleaning 9997 clauses out of 20004 with flag 2135000/2135000
347.91/345.26	c cleaning 10001 clauses out of 20008 with flag 2145001/2145001
349.31/346.68	c cleaning 10004 clauses out of 20007 with flag 2155001/2155001
350.61/347.97	c cleaning 9997 clauses out of 20003 with flag 2165001/2165001
352.01/349.31	c cleaning 10002 clauses out of 20005 with flag 2175000/2175000
353.20/350.57	c cleaning 9997 clauses out of 20003 with flag 2185000/2185000
354.61/351.92	c cleaning 9999 clauses out of 20008 with flag 2195002/2195002
355.91/353.27	c cleaning 10005 clauses out of 20010 with flag 2205003/2205003
357.20/354.51	c cleaning 10000 clauses out of 20003 with flag 2215001/2215001
358.81/355.91	c cleaning 9996 clauses out of 20001 with flag 2225000/2225000
360.11/357.29	c cleaning 10000 clauses out of 20006 with flag 2235001/2235001
361.61/358.75	c cleaning 10003 clauses out of 20006 with flag 2245001/2245001
363.00/360.11	c cleaning 10003 clauses out of 20008 with flag 2255006/2255006
364.46/361.50	c cleaning 9997 clauses out of 19998 with flag 2265000/2265000
365.77/362.81	c cleaning 9998 clauses out of 20000 with flag 2275001/2275001
366.17/363.28	c starts		: 242
366.17/363.28	c conflicts		: 2278518
366.17/363.28	c decisions		: 2283879
366.17/363.28	c propagations		: 15053736
366.17/363.28	c inspects		: 1836196006
366.17/363.28	c learnt literals	: 11
366.17/363.28	c learnt binary clauses	: 66
366.17/363.28	c learnt ternary clauses	: 313
366.17/363.28	c learnt clauses	: 2278506
366.17/363.28	c ignored clauses	: 0
366.17/363.28	c root simplifications	: 0
366.17/363.28	c removed literals (reason simplification)	: 23507854
366.17/363.28	c reason swapping (by a shorter reason)	: 0
366.17/363.28	c Calls to reduceDB	: 229
366.17/363.28	c number of reductions to clauses (during analyze)	: 0
366.17/363.28	c number of learned constraints concerned by reduction	: 0
366.17/363.28	c number of learning phase by resolution	: 0
366.17/363.28	c number of learning phase by cutting planes	: 0
366.17/363.28	c speed (assignments/second)	: 48404.91839123333
366.17/363.28	c non guided choices	206
366.17/363.28	c learnt constraints type 
366.17/363.28	c constraints type 
366.17/363.28	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
366.17/363.28	s OPTIMUM FOUND
366.17/363.28	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 
366.17/363.28	c objective function=2
366.17/363.28	c Total wall clock time (in seconds): 363.073

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659245-1276599243/watcher-2659245-1276599243 -o /tmp/evaluation-result-2659245-1276599243/solver-2659245-1276599243 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659245-1276599243.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: 0.92 0.99 0.99 3/106 1542
/proc/meminfo: memFree=1753512/2059040 swapFree=4140244/4192956
[pid=1542] ppid=1540 vsize=24036 CPUtime=0
/proc/1542/stat : 1542 (runsolver) R 1540 1542 1441 0 -1 4202560 81 0 0 0 0 0 0 0 16 0 1 0 35528252 24612864 106 1992294400 4194304 4302564 140736856806784 18446744073709551615 263434380279 0 2147483391 4096 24578 0 0 0 17 1 0 0 0
/proc/1542/statm: 6009 106 69 27 0 2647 0

[startup+0.102264 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 1542
/proc/meminfo: memFree=1753512/2059040 swapFree=4140244/4192956
[pid=1542] ppid=1540 vsize=1524184 CPUtime=0.08
/proc/1542/stat : 1542 (java) S 1540 1542 1441 0 -1 4202496 3962 0 1 0 6 2 0 0 15 0 12 0 35528252 1560764416 3401 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1542/statm: 381046 3401 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.201274 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 1542
/proc/meminfo: memFree=1753512/2059040 swapFree=4140244/4192956
[pid=1542] ppid=1540 vsize=1526260 CPUtime=0.22
/proc/1542/stat : 1542 (java) S 1540 1542 1441 0 -1 4202496 5001 0 1 0 20 2 0 0 15 0 12 0 35528252 1562890240 4438 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1542/statm: 381565 4438 1344 10 0 378867 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1526260

[startup+0.301279 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 1542
/proc/meminfo: memFree=1753512/2059040 swapFree=4140244/4192956
[pid=1542] ppid=1540 vsize=1526584 CPUtime=0.35
/proc/1542/stat : 1542 (java) S 1540 1542 1441 0 -1 4202496 5315 0 1 0 32 3 0 0 15 0 13 0 35528252 1563222016 4752 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1542/statm: 381646 4752 1354 10 0 378948 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526584

[startup+0.701312 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 1542
/proc/meminfo: memFree=1753512/2059040 swapFree=4140244/4192956
[pid=1542] ppid=1540 vsize=1530352 CPUtime=1.14
/proc/1542/stat : 1542 (java) S 1540 1542 1441 0 -1 4202496 7062 0 1 0 111 3 0 0 15 0 13 0 35528252 1567080448 6433 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1542/statm: 382588 6433 1418 10 0 379890 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1530352

[startup+1.50138 s]
/proc/loadavg: 0.92 0.99 0.99 2/119 1555
/proc/meminfo: memFree=1718440/2059040 swapFree=4140244/4192956
[pid=1542] ppid=1540 vsize=1535188 CPUtime=2.42
/proc/1542/stat : 1542 (java) S 1540 1542 1441 0 -1 4202496 14549 0 1 0 235 7 0 0 15 0 13 0 35528252 1572032512 13315 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1542/statm: 383797 13315 1436 10 0 381099 0
[pid=1542/tid=1544] ppid=1540 vsize=1535188 CPUtime=1.44
/proc/1542/task/1544/stat : 1544 (java) R 1540 1542 1441 0 -1 4202560 9762 0 1 0 139 5 0 0 25 0 13 0 35528254 1572032512 13315 1992294400 134512640 134550932 4291020768 18446744073709551615 103615336 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1542/tid=1545] ppid=1540 vsize=1535188 CPUtime=0
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 1441 0 -1 4202560 207 0 0 0 0 0 0 0 16 0 13 0 35528255 1572032512 13315 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1546] ppid=1540 vsize=1535188 CPUtime=0
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 35528255 1572032512 13315 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1547] ppid=1540 vsize=1535188 CPUtime=0.01
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 1441 0 -1 4202560 216 0 0 0 1 0 0 0 18 0 13 0 35528257 1572032512 13315 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1548] ppid=1540 vsize=1535188 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 1441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35528257 1572032512 13315 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1549] ppid=1540 vsize=1535188 CPUtime=0
/proc/1542/task/1549/stat : 1549 (java) R 1540 1542 1441 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 35528257 1572032512 13315 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1542/tid=1550] ppid=1540 vsize=1535188 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35528262 1572032512 13315 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1551] ppid=1540 vsize=1535188 CPUtime=0.12
/proc/1542/task/1551/stat : 1551 (java) R 1540 1542 1441 0 -1 4202560 104 0 0 0 12 0 0 0 19 0 13 0 35528262 1572032512 13315 1992294400 134512640 134550932 4291020768 18446744073709551615 104138889 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1542/tid=1552] ppid=1540 vsize=1535188 CPUtime=0.81
/proc/1542/task/1552/stat : 1552 (java) R 1540 1542 1441 0 -1 4202560 3196 0 0 0 80 1 0 0 16 0 13 0 35528262 1572032512 13315 1992294400 134512640 134550932 4291020768 18446744073709551615 104139814 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1542/tid=1553] ppid=1540 vsize=1535188 CPUtime=0
/proc/1542/task/1553/stat : 1553 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35528262 1572032512 13315 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1554] ppid=1540 vsize=1535188 CPUtime=0
/proc/1542/task/1554/stat : 1554 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 35528262 1572032512 13315 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1555] ppid=1540 vsize=1535188 CPUtime=0
/proc/1542/task/1555/stat : 1555 (java) S 1540 1542 1441 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35528280 1572032512 13315 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 1535188

[startup+3.1015 s]
/proc/loadavg: 0.92 0.99 0.99 2/119 1555
/proc/meminfo: memFree=1702940/2059040 swapFree=4140244/4192956
[pid=1542] ppid=1540 vsize=1535248 CPUtime=4.18
/proc/1542/stat : 1542 (java) S 1540 1542 1441 0 -1 4202496 16497 0 1 0 411 7 0 0 15 0 13 0 35528252 1572093952 14774 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1542/statm: 383812 14774 1438 10 0 381114 0
[pid=1542/tid=1544] ppid=1540 vsize=1535248 CPUtime=2.99
/proc/1542/task/1544/stat : 1544 (java) R 1540 1542 1441 0 -1 4202560 10640 0 1 0 294 5 0 0 19 0 13 0 35528254 1572093952 14774 1992294400 134512640 134550932 4291020768 18446744073709551615 4109551425 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1542/tid=1545] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 1441 0 -1 4202560 316 0 0 0 0 0 0 0 15 0 13 0 35528255 1572093952 14774 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1546] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 1441 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 13 0 35528255 1572093952 14774 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1547] ppid=1540 vsize=1535248 CPUtime=0.05
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 1441 0 -1 4202560 459 0 0 0 5 0 0 0 16 0 13 0 35528257 1572093952 14774 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1548] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 1441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35528257 1572093952 14774 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1549] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1549/stat : 1549 (java) S 1540 1542 1441 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 35528257 1572093952 14774 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1550] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35528262 1572093952 14774 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1551] ppid=1540 vsize=1535248 CPUtime=0.13
/proc/1542/task/1551/stat : 1551 (java) S 1540 1542 1441 0 -1 4202560 104 0 0 0 13 0 0 0 15 0 13 0 35528262 1572093952 14774 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1552] ppid=1540 vsize=1535248 CPUtime=0.96
/proc/1542/task/1552/stat : 1552 (java) S 1540 1542 1441 0 -1 4202560 3831 0 0 0 95 1 0 0 15 0 13 0 35528262 1572093952 14774 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1553] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1553/stat : 1553 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35528262 1572093952 14774 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1554] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1554/stat : 1554 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 35528262 1572093952 14774 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1555] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1555/stat : 1555 (java) S 1540 1542 1441 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35528280 1572093952 14774 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 1535248

[startup+6.30176 s]
/proc/loadavg: 0.93 0.99 0.99 2/119 1555
/proc/meminfo: memFree=1690788/2059040 swapFree=4140244/4192956
[pid=1542] ppid=1540 vsize=1535248 CPUtime=7.43
/proc/1542/stat : 1542 (java) S 1540 1542 1441 0 -1 4202496 18625 0 1 0 735 8 0 0 15 0 13 0 35528252 1572093952 16899 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1542/statm: 383812 16899 1440 10 0 381114 0
[pid=1542/tid=1544] ppid=1540 vsize=1535248 CPUtime=6.13
/proc/1542/task/1544/stat : 1544 (java) R 1540 1542 1441 0 -1 4202560 12524 0 1 0 607 6 0 0 25 0 13 0 35528254 1572093952 16899 1992294400 134512640 134550932 4291020768 18446744073709551615 4109470259 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1542/tid=1545] ppid=1540 vsize=1535248 CPUtime=0.01
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 1441 0 -1 4202560 387 0 0 0 1 0 0 0 15 0 13 0 35528255 1572093952 16899 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1546] ppid=1540 vsize=1535248 CPUtime=0.01
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 1441 0 -1 4202560 168 0 0 0 1 0 0 0 16 0 13 0 35528255 1572093952 16899 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1547] ppid=1540 vsize=1535248 CPUtime=0.1
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 1441 0 -1 4202560 534 0 0 0 10 0 0 0 16 0 13 0 35528257 1572093952 16899 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1548] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 1441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35528257 1572093952 16899 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1549] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1549/stat : 1549 (java) S 1540 1542 1441 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 35528257 1572093952 16899 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1550] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35528262 1572093952 16899 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1551] ppid=1540 vsize=1535248 CPUtime=0.18
/proc/1542/task/1551/stat : 1551 (java) S 1540 1542 1441 0 -1 4202560 115 0 0 0 18 0 0 0 15 0 13 0 35528262 1572093952 16899 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1552] ppid=1540 vsize=1535248 CPUtime=0.96
/proc/1542/task/1552/stat : 1552 (java) S 1540 1542 1441 0 -1 4202560 3831 0 0 0 95 1 0 0 15 0 13 0 35528262 1572093952 16899 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1553] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1553/stat : 1553 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35528262 1572093952 16899 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1554] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1554/stat : 1554 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 35528262 1572093952 16899 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1555] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1555/stat : 1555 (java) S 1540 1542 1441 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35528280 1572093952 16899 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 1535248

[startup+12.7023 s]
/proc/loadavg: 0.93 0.99 0.99 2/119 1555
/proc/meminfo: memFree=1685456/2059040 swapFree=4140244/4192956
[pid=1542] ppid=1540 vsize=1535248 CPUtime=13.84
/proc/1542/stat : 1542 (java) S 1540 1542 1441 0 -1 4202496 19912 0 1 0 1375 9 0 0 15 0 13 0 35528252 1572093952 18183 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1542/statm: 383812 18183 1440 10 0 381114 0
[pid=1542/tid=1544] ppid=1540 vsize=1535248 CPUtime=12.44
/proc/1542/task/1544/stat : 1544 (java) R 1540 1542 1441 0 -1 4202560 13540 0 1 0 1238 6 0 0 25 0 13 0 35528254 1572093952 18183 1992294400 134512640 134550932 4291020768 18446744073709551615 4109551466 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1542/tid=1545] ppid=1540 vsize=1535248 CPUtime=0.02
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 1441 0 -1 4202560 418 0 0 0 2 0 0 0 15 0 13 0 35528255 1572093952 18183 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1546] ppid=1540 vsize=1535248 CPUtime=0.02
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 1441 0 -1 4202560 174 0 0 0 2 0 0 0 15 0 13 0 35528255 1572093952 18183 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1547] ppid=1540 vsize=1535248 CPUtime=0.17
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 1441 0 -1 4202560 768 0 0 0 17 0 0 0 15 0 13 0 35528257 1572093952 18183 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1548] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 1441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35528257 1572093952 18183 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1549] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1549/stat : 1549 (java) S 1540 1542 1441 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 35528257 1572093952 18183 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1550] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35528262 1572093952 18183 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1551] ppid=1540 vsize=1535248 CPUtime=0.18
/proc/1542/task/1551/stat : 1551 (java) S 1540 1542 1441 0 -1 4202560 115 0 0 0 18 0 0 0 15 0 13 0 35528262 1572093952 18183 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1552] ppid=1540 vsize=1535248 CPUtime=0.96
/proc/1542/task/1552/stat : 1552 (java) S 1540 1542 1441 0 -1 4202560 3831 0 0 0 95 1 0 0 15 0 13 0 35528262 1572093952 18183 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1553] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1553/stat : 1553 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35528262 1572093952 18183 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1554] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1554/stat : 1554 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 35528262 1572093952 18183 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1555] ppid=1540 vsize=1535248 CPUtime=0
/proc/1542/task/1555/stat : 1555 (java) S 1540 1542 1441 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35528280 1572093952 18183 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.84
Current children cumulated vsize (KiB) 1535248

[startup+25.5013 s]
/proc/loadavg: 0.95 0.99 0.99 2/119 1557
/proc/meminfo: memFree=1683968/2059040 swapFree=4140244/4192956
[pid=1542] ppid=1540 vsize=1535248 CPUtime=26.64
/proc/1542/stat : 1542 (java) S 1540 1542 1441 0 -1 4202496 20313 0 1 0 2655 9 0 0 15 0 13 0 35528252 1572093952 18577 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1542/statm: 383812 18577 1440 10 0 381114 0
[pid=1542/tid=1544] ppid=1540 vsize=1535248 CPUtime=25.04
/proc/1542/task/1544/stat : 1544 (java) R 1540 1542 1441 0 -1 4202560 13888 0 1 0 2498 6 0 0 25 0 13 0 35528254 1572093952 18577 1992294400 134512640 134550932 4291020768 18446744073709551615 4109427492 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1542/tid=1545] ppid=1540 vsize=1535248 CPUtime=0.04
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 1441 0 -1 4202560 420 0 0 0 4 0 0 0 15 0 13 0 35528255 1572093952 18577 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1546] ppid=1540 vsize=1535248 CPUtime=0.04
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 1441 0 -1 4202560 175 0 0 0 4 0 0 0 15 0 13 0 35528255 1572093952 18577 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1547] ppid=1540 vsize=1535248 CPUtime=0.34

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

/proc/1542/statm: 384166 19270 1440 10 0 381468 0
[pid=1542/tid=1544] ppid=1540 vsize=1536664 CPUtime=352.25
/proc/1542/task/1544/stat : 1544 (java) R 1540 1542 1441 0 -1 4202560 14303 0 1 0 35212 13 0 0 25 0 13 0 35528254 1573543936 19270 1992294400 134512640 134550932 4291020768 18446744073709551615 4109470584 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1542/tid=1545] ppid=1540 vsize=1536664 CPUtime=0.3
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 1441 0 -1 4202560 430 0 0 0 28 2 0 0 15 0 13 0 35528255 1573543936 19270 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1546] ppid=1540 vsize=1536664 CPUtime=0.33
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 1441 0 -1 4202560 184 0 0 0 32 1 0 0 15 0 13 0 35528255 1573543936 19270 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1547] ppid=1540 vsize=1536664 CPUtime=5.35
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 1441 0 -1 4202560 887 0 0 0 534 1 0 0 16 0 13 0 35528257 1573543936 19270 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1548] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 1441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35528257 1573543936 19270 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1549] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1549/stat : 1549 (java) S 1540 1542 1441 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 35528257 1573543936 19270 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1550] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35528262 1573543936 19270 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1551] ppid=1540 vsize=1536664 CPUtime=1.09
/proc/1542/task/1551/stat : 1551 (java) S 1540 1542 1441 0 -1 4202560 1979 0 0 0 109 0 0 0 15 0 13 0 35528262 1573543936 19270 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1552] ppid=1540 vsize=1536664 CPUtime=1.89
/proc/1542/task/1552/stat : 1552 (java) S 1540 1542 1441 0 -1 4202560 5779 0 0 0 188 1 0 0 16 0 13 0 35528262 1573543936 19270 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1553] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1553/stat : 1553 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35528262 1573543936 19270 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1554] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1554/stat : 1554 (java) S 1540 1542 1441 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 13 0 35528262 1573543936 19270 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1555] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1555/stat : 1555 (java) S 1540 1542 1441 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35528280 1573543936 19270 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 361.3
Current children cumulated vsize (KiB) 1536664

[startup+361.601 s]
/proc/loadavg: 1.13 1.05 1.01 2/119 1569
/proc/meminfo: memFree=1679752/2059040 swapFree=4140244/4192956
[pid=1542] ppid=1540 vsize=1536664 CPUtime=364.56
/proc/1542/stat : 1542 (java) S 1540 1542 1441 0 -1 4202496 24660 0 1 0 36433 23 0 0 15 0 13 0 35528252 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1542/statm: 384166 19276 1440 10 0 381468 0
[pid=1542/tid=1544] ppid=1540 vsize=1536664 CPUtime=355.37
/proc/1542/task/1544/stat : 1544 (java) R 1540 1542 1441 0 -1 4202560 14308 0 1 0 35524 13 0 0 25 0 13 0 35528254 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4109470293 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1542/tid=1545] ppid=1540 vsize=1536664 CPUtime=0.3
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 1441 0 -1 4202560 430 0 0 0 28 2 0 0 15 0 13 0 35528255 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1546] ppid=1540 vsize=1536664 CPUtime=0.33
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 1441 0 -1 4202560 184 0 0 0 32 1 0 0 16 0 13 0 35528255 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1547] ppid=1540 vsize=1536664 CPUtime=5.43
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 1441 0 -1 4202560 887 0 0 0 541 2 0 0 16 0 13 0 35528257 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1548] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 1441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35528257 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1549] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1549/stat : 1549 (java) S 1540 1542 1441 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 35528257 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1550] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1551] ppid=1540 vsize=1536664 CPUtime=1.1
/proc/1542/task/1551/stat : 1551 (java) S 1540 1542 1441 0 -1 4202560 1980 0 0 0 110 0 0 0 15 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1552] ppid=1540 vsize=1536664 CPUtime=1.95
/proc/1542/task/1552/stat : 1552 (java) S 1540 1542 1441 0 -1 4202560 5784 0 0 0 194 1 0 0 16 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1553] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1553/stat : 1553 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1554] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1554/stat : 1554 (java) S 1540 1542 1441 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1555] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1555/stat : 1555 (java) S 1540 1542 1441 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35528280 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 364.56
Current children cumulated vsize (KiB) 1536664

[startup+362.401 s]
/proc/loadavg: 1.13 1.05 1.01 2/119 1569
/proc/meminfo: memFree=1679752/2059040 swapFree=4140244/4192956
[pid=1542] ppid=1540 vsize=1536664 CPUtime=365.37
/proc/1542/stat : 1542 (java) S 1540 1542 1441 0 -1 4202496 24660 0 1 0 36514 23 0 0 15 0 13 0 35528252 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1542/statm: 384166 19276 1440 10 0 381468 0
[pid=1542/tid=1544] ppid=1540 vsize=1536664 CPUtime=356.17
/proc/1542/task/1544/stat : 1544 (java) R 1540 1542 1441 0 -1 4202560 14308 0 1 0 35604 13 0 0 25 0 13 0 35528254 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4109808383 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1542/tid=1545] ppid=1540 vsize=1536664 CPUtime=0.3
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 1441 0 -1 4202560 430 0 0 0 28 2 0 0 15 0 13 0 35528255 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1546] ppid=1540 vsize=1536664 CPUtime=0.33
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 1441 0 -1 4202560 184 0 0 0 32 1 0 0 16 0 13 0 35528255 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1547] ppid=1540 vsize=1536664 CPUtime=5.43
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 1441 0 -1 4202560 887 0 0 0 541 2 0 0 16 0 13 0 35528257 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1548] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 1441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35528257 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1549] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1549/stat : 1549 (java) S 1540 1542 1441 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 35528257 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1550] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1551] ppid=1540 vsize=1536664 CPUtime=1.1
/proc/1542/task/1551/stat : 1551 (java) S 1540 1542 1441 0 -1 4202560 1980 0 0 0 110 0 0 0 15 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1552] ppid=1540 vsize=1536664 CPUtime=1.96
/proc/1542/task/1552/stat : 1552 (java) S 1540 1542 1441 0 -1 4202560 5784 0 0 0 195 1 0 0 15 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1553] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1553/stat : 1553 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1554] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1554/stat : 1554 (java) S 1540 1542 1441 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1555] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1555/stat : 1555 (java) S 1540 1542 1441 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35528280 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 365.37
Current children cumulated vsize (KiB) 1536664

[startup+362.801 s]
/proc/loadavg: 1.13 1.05 1.01 2/119 1569
/proc/meminfo: memFree=1679752/2059040 swapFree=4140244/4192956
[pid=1542] ppid=1540 vsize=1536664 CPUtime=365.77
/proc/1542/stat : 1542 (java) S 1540 1542 1441 0 -1 4202496 24661 0 1 0 36554 23 0 0 15 0 13 0 35528252 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1542/statm: 384166 19276 1440 10 0 381468 0
[pid=1542/tid=1544] ppid=1540 vsize=1536664 CPUtime=356.57
/proc/1542/task/1544/stat : 1544 (java) R 1540 1542 1441 0 -1 4202560 14309 0 1 0 35644 13 0 0 25 0 13 0 35528254 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4109739967 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1542/tid=1545] ppid=1540 vsize=1536664 CPUtime=0.3
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 1441 0 -1 4202560 430 0 0 0 28 2 0 0 15 0 13 0 35528255 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1546] ppid=1540 vsize=1536664 CPUtime=0.33
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 1441 0 -1 4202560 184 0 0 0 32 1 0 0 16 0 13 0 35528255 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1547] ppid=1540 vsize=1536664 CPUtime=5.44
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 1441 0 -1 4202560 887 0 0 0 542 2 0 0 16 0 13 0 35528257 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1548] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 1441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35528257 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1549] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1549/stat : 1549 (java) S 1540 1542 1441 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 35528257 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1550] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1551] ppid=1540 vsize=1536664 CPUtime=1.1
/proc/1542/task/1551/stat : 1551 (java) S 1540 1542 1441 0 -1 4202560 1980 0 0 0 110 0 0 0 15 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1552] ppid=1540 vsize=1536664 CPUtime=1.96
/proc/1542/task/1552/stat : 1552 (java) S 1540 1542 1441 0 -1 4202560 5784 0 0 0 195 1 0 0 15 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1553] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1553/stat : 1553 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1554] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1554/stat : 1554 (java) S 1540 1542 1441 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1555] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1555/stat : 1555 (java) S 1540 1542 1441 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35528280 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 365.77
Current children cumulated vsize (KiB) 1536664

[startup+363.201 s]
/proc/loadavg: 1.13 1.05 1.01 2/119 1569
/proc/meminfo: memFree=1679752/2059040 swapFree=4140244/4192956
[pid=1542] ppid=1540 vsize=1536664 CPUtime=366.17
/proc/1542/stat : 1542 (java) S 1540 1542 1441 0 -1 4202496 24662 0 1 0 36594 23 0 0 15 0 13 0 35528252 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1542/statm: 384166 19276 1440 10 0 381468 0
[pid=1542/tid=1544] ppid=1540 vsize=1536664 CPUtime=356.94
/proc/1542/task/1544/stat : 1544 (java) R 1540 1542 1441 0 -1 4202560 14310 0 1 0 35681 13 0 0 25 0 13 0 35528254 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4109739953 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1542/tid=1545] ppid=1540 vsize=1536664 CPUtime=0.3
/proc/1542/task/1545/stat : 1545 (java) S 1540 1542 1441 0 -1 4202560 430 0 0 0 28 2 0 0 15 0 13 0 35528255 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1546] ppid=1540 vsize=1536664 CPUtime=0.33
/proc/1542/task/1546/stat : 1546 (java) S 1540 1542 1441 0 -1 4202560 184 0 0 0 32 1 0 0 16 0 13 0 35528255 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1547] ppid=1540 vsize=1536664 CPUtime=5.46
/proc/1542/task/1547/stat : 1547 (java) S 1540 1542 1441 0 -1 4202560 887 0 0 0 544 2 0 0 15 0 13 0 35528257 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 0 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1548] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1548/stat : 1548 (java) S 1540 1542 1441 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 35528257 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1549] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1549/stat : 1549 (java) S 1540 1542 1441 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 35528257 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1550] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1550/stat : 1550 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1551] ppid=1540 vsize=1536664 CPUtime=1.1
/proc/1542/task/1551/stat : 1551 (java) S 1540 1542 1441 0 -1 4202560 1980 0 0 0 110 0 0 0 15 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1552] ppid=1540 vsize=1536664 CPUtime=1.96
/proc/1542/task/1552/stat : 1552 (java) S 1540 1542 1441 0 -1 4202560 5784 0 0 0 195 1 0 0 15 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1553] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1553/stat : 1553 (java) S 1540 1542 1441 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
[pid=1542/tid=1554] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1554/stat : 1554 (java) S 1540 1542 1441 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 13 0 35528262 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 1 0 0 0
[pid=1542/tid=1555] ppid=1540 vsize=1536664 CPUtime=0
/proc/1542/task/1555/stat : 1555 (java) S 1540 1542 1441 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 35528280 1573543936 19276 1992294400 134512640 134550932 4291020768 18446744073709551615 4294960144 0 4 0 16800975 18446604437545080640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 366.17
Current children cumulated vsize (KiB) 1536664

[startup+363.301 s]
/proc/loadavg: 1.13 1.05 1.01 2/119 1569
/proc/meminfo: memFree=1679752/2059040 swapFree=4140244/4192956
[pid=1542] ppid=1540 vsize=0 CPUtime=366.26
/proc/1542/stat : 1542 (java) Z 1540 1542 1441 0 -1 4203548 24678 0 1 0 36602 24 0 0 15 0 2 0 35528252 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1542/statm: 0 0 0 0 0 0 0
[pid=1542/tid=1544] ppid=1540 vsize=0 CPUtime=357.03
/proc/1542/task/1544/stat : 1544 (java) R 1540 1542 1441 0 -1 4203588 14318 0 1 0 35689 14 0 0 25 0 2 0 35528254 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 366.26
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 363.305
CPU time (s): 366.273
CPU user time (s): 366.027
CPU system time (s): 0.245962
CPU usage (%): 100.817
Max. virtual memory (cumulated for all children) (KiB): 1538388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 366.027
system time used= 0.245962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24678
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= 9974
involuntary context switches= 6211

runsolver used 0.836872 second user time and 1.85972 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-15 12:54:03
IDJOB=2659245
IDBENCH=2896
IDSOLVER=1164
FILE ID=node003/2659245-1276599243
PBS_JOBID= 11172236
Free space on /tmp= 62580 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_3.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659245-1276599243/watcher-2659245-1276599243 -o /tmp/evaluation-result-2659245-1276599243/solver-2659245-1276599243 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659245-1276599243.opb

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

MD5SUM BENCH= d26b3b10be20d9248aac462b86b1f040
RANDOM SEED=2059963804

node003.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.251
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.50
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.251
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:       1753784 kB
Buffers:         91292 kB
Cached:         133016 kB
SwapCached:       6132 kB
Active:          92264 kB
Inactive:       145284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1753784 kB
SwapTotal:     4192956 kB
SwapFree:      4140244 kB
Dirty:             340 kB
Writeback:          20 kB
AnonPages:       11504 kB
Mapped:          13144 kB
Slab:            45776 kB
PageTables:       4116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183352 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= 62580 MiB
End job on node003 at 2010-06-15 13:00:07