Trace number 2658431

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 622.263 620.162

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=211-P1=331-P2=199-P3=307-P4=457-P5=293-B.opb
MD5SUM55e3096e9013fd2f39f8572a635bf07d
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 benchmark1.72974
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 variables135
Total number of constraints11
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 constraints11
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)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2658431-1276649681.opb
0.23/0.21	c reading problem ... 
0.51/0.42	c ... done. Wall clock time 0.198s.
0.51/0.42	c #vars     540
0.51/0.42	c #constraints  826
0.51/0.42	c constraints type 
0.51/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.51/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
2.40/1.85	c cleaning 2500 clauses out of 5000 with flag 5000/5000
4.18/3.51	c cleaning 4251 clauses out of 8501 with flag 11001/11001
6.09/5.43	c cleaning 5625 clauses out of 11250 with flag 18001/18001
8.63/7.96	c cleaning 6812 clauses out of 13624 with flag 26000/26000
11.63/10.92	c cleaning 7905 clauses out of 15814 with flag 35002/35002
14.33/13.67	c cleaning 8947 clauses out of 17907 with flag 45000/45000
14.77/14.04	c SATISFIABLE
14.77/14.04	c OPTIMIZING...
14.77/14.04	c Got one! Elapsed wall clock time (in seconds):13.83
14.77/14.04	o 3
16.07/15.40	c cleaning 9479 clauses out of 18961 with flag 55001/55001
18.39/17.63	c cleaning 9738 clauses out of 19481 with flag 65000/65000
20.49/19.74	c cleaning 9862 clauses out of 19744 with flag 75001/75001
23.64/22.78	c cleaning 9930 clauses out of 19882 with flag 85001/85001
26.55/25.48	c cleaning 9961 clauses out of 19952 with flag 95001/95001
28.48/27.30	c cleaning 9984 clauses out of 19990 with flag 105000/105000
31.40/30.23	c cleaning 9993 clauses out of 20007 with flag 115001/115001
34.11/32.92	c cleaning 10002 clauses out of 20013 with flag 125000/125000
36.00/34.80	c cleaning 9996 clauses out of 20012 with flag 135001/135001
38.51/37.35	c cleaning 9999 clauses out of 20015 with flag 145000/145000
40.50/39.36	c cleaning 10000 clauses out of 20016 with flag 155000/155000
43.51/42.33	c cleaning 10004 clauses out of 20016 with flag 165000/165000
46.61/45.44	c cleaning 10004 clauses out of 20013 with flag 175001/175001
49.21/48.09	c cleaning 9998 clauses out of 20008 with flag 185000/185000
52.22/51.01	c cleaning 10002 clauses out of 20011 with flag 195001/195001
54.52/53.33	c cleaning 9992 clauses out of 20009 with flag 205001/205001
57.53/56.35	c cleaning 10008 clauses out of 20017 with flag 215001/215001
60.33/59.18	c cleaning 10001 clauses out of 20009 with flag 225001/225001
63.43/62.24	c cleaning 9999 clauses out of 20008 with flag 235001/235001
65.94/64.79	c cleaning 9998 clauses out of 20008 with flag 245000/245000
68.64/67.44	c cleaning 10001 clauses out of 20011 with flag 255001/255001
71.14/69.97	c cleaning 10001 clauses out of 20010 with flag 265001/265001
73.45/72.27	c cleaning 9998 clauses out of 20009 with flag 275001/275001
75.75/74.55	c cleaning 9998 clauses out of 20010 with flag 285000/285000
77.85/76.65	c cleaning 9995 clauses out of 20012 with flag 295000/295000
79.65/78.41	c cleaning 10002 clauses out of 20021 with flag 305004/305004
81.96/80.78	c cleaning 9993 clauses out of 20016 with flag 315001/315001
84.08/82.82	c cleaning 9998 clauses out of 20022 with flag 325000/325000
86.08/84.87	c cleaning 9997 clauses out of 20025 with flag 335001/335001
88.48/87.21	c cleaning 10001 clauses out of 20027 with flag 345000/345000
90.48/89.24	c cleaning 10009 clauses out of 20026 with flag 355000/355000
93.08/91.80	c cleaning 10000 clauses out of 20018 with flag 365001/365001
95.89/94.69	c cleaning 10001 clauses out of 20019 with flag 375002/375002
98.00/96.79	c cleaning 9998 clauses out of 20016 with flag 385000/385000
100.40/99.13	c cleaning 10004 clauses out of 20019 with flag 395001/395001
103.60/102.31	c cleaning 9999 clauses out of 20014 with flag 405000/405000
106.60/105.39	c cleaning 9983 clauses out of 20016 with flag 415001/415001
108.61/107.39	c cleaning 10006 clauses out of 20033 with flag 425001/425001
111.11/109.85	c cleaning 10002 clauses out of 20026 with flag 435000/435000
113.11/111.86	c cleaning 10004 clauses out of 20024 with flag 445000/445000
115.31/114.05	c cleaning 9999 clauses out of 20020 with flag 455000/455000
116.92/115.63	c cleaning 9995 clauses out of 20022 with flag 465001/465001
118.72/117.42	c cleaning 10004 clauses out of 20027 with flag 475001/475001
120.64/119.33	c cleaning 10004 clauses out of 20023 with flag 485001/485001
122.95/121.60	c cleaning 9995 clauses out of 20019 with flag 495001/495001
125.25/123.94	c cleaning 9993 clauses out of 20023 with flag 505000/505000
127.76/126.41	c cleaning 10000 clauses out of 20031 with flag 515001/515001
130.36/129.03	c cleaning 9999 clauses out of 20031 with flag 525001/525001
131.96/130.67	c cleaning 10008 clauses out of 20031 with flag 535000/535000
133.47/132.19	c cleaning 10000 clauses out of 20024 with flag 545001/545001
134.97/133.63	c cleaning 10000 clauses out of 20025 with flag 555002/555002
136.47/135.12	c cleaning 10001 clauses out of 20024 with flag 565001/565001
138.08/136.75	c cleaning 9993 clauses out of 20022 with flag 575000/575000
139.68/138.35	c cleaning 10002 clauses out of 20029 with flag 585000/585000
141.48/140.12	c cleaning 10007 clauses out of 20028 with flag 595001/595001
145.40/144.01	c cleaning 10005 clauses out of 20020 with flag 605000/605000
147.30/146.00	c cleaning 9997 clauses out of 20015 with flag 615000/615000
149.50/148.19	c cleaning 9994 clauses out of 20019 with flag 625001/625001
151.40/150.04	c cleaning 9996 clauses out of 20024 with flag 635000/635000
153.90/152.54	c cleaning 9999 clauses out of 20028 with flag 645000/645000
156.11/154.76	c cleaning 10008 clauses out of 20030 with flag 655001/655001
158.65/157.23	c cleaning 10001 clauses out of 20021 with flag 665000/665000
161.46/160.05	c cleaning 10001 clauses out of 20021 with flag 675001/675001
164.46/163.04	c cleaning 9994 clauses out of 20019 with flag 685000/685000
167.67/166.21	c cleaning 10005 clauses out of 20025 with flag 695000/695000
170.97/169.52	c cleaning 10005 clauses out of 20022 with flag 705002/705002
174.17/172.77	c cleaning 10004 clauses out of 20016 with flag 715001/715001
177.57/176.19	c cleaning 10001 clauses out of 20011 with flag 725000/725000
179.62/178.11	c cleaning 9997 clauses out of 20011 with flag 735001/735001
181.41/179.95	c cleaning 10000 clauses out of 20013 with flag 745000/745000
183.31/181.82	c cleaning 9997 clauses out of 20013 with flag 755000/755000
185.23/183.74	c cleaning 10000 clauses out of 20017 with flag 765001/765001
187.42/185.94	c cleaning 9999 clauses out of 20016 with flag 775000/775000
189.63/188.16	c cleaning 10000 clauses out of 20019 with flag 785002/785002
191.22/189.77	c cleaning 9994 clauses out of 20018 with flag 795001/795001
192.83/191.40	c cleaning 9999 clauses out of 20023 with flag 805000/805000
194.53/193.03	c cleaning 10000 clauses out of 20025 with flag 815001/815001
196.73/195.28	c cleaning 9998 clauses out of 20026 with flag 825002/825002
198.84/197.30	c cleaning 9999 clauses out of 20029 with flag 835003/835003
201.04/199.51	c cleaning 9999 clauses out of 20028 with flag 845001/845001
203.14/201.68	c cleaning 9998 clauses out of 20029 with flag 855001/855001
205.34/203.88	c cleaning 10008 clauses out of 20030 with flag 865000/865000
207.45/205.99	c cleaning 10003 clauses out of 20022 with flag 875000/875000
209.95/208.47	c cleaning 10001 clauses out of 20019 with flag 885000/885000
211.85/210.37	c cleaning 10005 clauses out of 20018 with flag 895000/895000
215.26/213.76	c cleaning 10001 clauses out of 20013 with flag 905000/905000
218.66/217.12	c cleaning 10000 clauses out of 20012 with flag 915000/915000
220.88/219.34	c cleaning 9987 clauses out of 20012 with flag 925000/925000
223.78/222.21	c cleaning 10004 clauses out of 20025 with flag 935000/935000
226.07/224.58	c cleaning 10004 clauses out of 20021 with flag 945000/945000
229.18/227.68	c cleaning 10005 clauses out of 20018 with flag 955001/955001
233.08/231.57	c cleaning 10001 clauses out of 20012 with flag 965000/965000
235.48/233.95	c cleaning 10001 clauses out of 20011 with flag 975000/975000
237.68/236.17	c cleaning 10001 clauses out of 20012 with flag 985002/985002
239.69/238.19	c cleaning 10000 clauses out of 20010 with flag 995001/995001
241.89/240.35	c cleaning 9989 clauses out of 20012 with flag 1005003/1005003
244.30/242.75	c cleaning 10002 clauses out of 20021 with flag 1015001/1015001
246.81/245.21	c cleaning 10004 clauses out of 20018 with flag 1025000/1025000
250.00/248.47	c cleaning 10001 clauses out of 20015 with flag 1035001/1035001
252.90/251.32	c cleaning 10000 clauses out of 20014 with flag 1045001/1045001
255.40/253.81	c cleaning 10000 clauses out of 20014 with flag 1055001/1055001
257.82/256.28	c cleaning 10000 clauses out of 20013 with flag 1065000/1065000
260.12/258.52	c cleaning 10002 clauses out of 20014 with flag 1075001/1075001
263.02/261.43	c cleaning 10000 clauses out of 20012 with flag 1085001/1085001
265.43/263.83	c cleaning 9998 clauses out of 20012 with flag 1095001/1095001
267.75/266.15	c cleaning 10005 clauses out of 20013 with flag 1105000/1105000
270.24/268.66	c cleaning 10001 clauses out of 20010 with flag 1115002/1115002
272.54/270.96	c cleaning 10001 clauses out of 20008 with flag 1125001/1125001
274.84/273.23	c cleaning 10001 clauses out of 20007 with flag 1135001/1135001
277.25/275.60	c cleaning 10000 clauses out of 20006 with flag 1145001/1145001
279.66/278.07	c cleaning 10000 clauses out of 20005 with flag 1155000/1155000
282.17/280.54	c cleaning 9998 clauses out of 20005 with flag 1165000/1165000
284.56/282.94	c cleaning 9999 clauses out of 20008 with flag 1175001/1175001
286.76/285.11	c cleaning 9995 clauses out of 20008 with flag 1185000/1185000
288.57/286.90	c cleaning 9996 clauses out of 20013 with flag 1195000/1195000
290.27/288.67	c cleaning 9998 clauses out of 20017 with flag 1205000/1205000
292.08/290.47	c cleaning 10003 clauses out of 20021 with flag 1215002/1215002
293.97/292.34	c cleaning 10001 clauses out of 20017 with flag 1225001/1225001
295.67/294.01	c cleaning 9999 clauses out of 20018 with flag 1235003/1235003
297.28/295.61	c cleaning 9997 clauses out of 20016 with flag 1245000/1245000
298.89/297.21	c cleaning 10000 clauses out of 20020 with flag 1255001/1255001
300.49/298.85	c cleaning 10000 clauses out of 20020 with flag 1265001/1265001
302.19/300.57	c cleaning 10000 clauses out of 20020 with flag 1275001/1275001
303.79/302.13	c cleaning 10000 clauses out of 20020 with flag 1285001/1285001
305.69/304.06	c cleaning 9998 clauses out of 20020 with flag 1295001/1295001
307.40/305.75	c cleaning 10005 clauses out of 20021 with flag 1305000/1305000
309.30/307.69	c cleaning 9997 clauses out of 20018 with flag 1315002/1315002
311.11/309.47	c cleaning 9996 clauses out of 20021 with flag 1325002/1325002
312.91/311.24	c cleaning 10003 clauses out of 20024 with flag 1335001/1335001
315.51/313.82	c cleaning 10002 clauses out of 20021 with flag 1345001/1345001
317.81/316.15	c cleaning 10002 clauses out of 20019 with flag 1355001/1355001
320.82/319.11	c cleaning 10001 clauses out of 20016 with flag 1365000/1365000
323.33/321.69	c cleaning 10004 clauses out of 20015 with flag 1375000/1375000
325.23/323.56	c cleaning 9992 clauses out of 20012 with flag 1385001/1385001
327.43/325.74	c cleaning 9998 clauses out of 20019 with flag 1395000/1395000
330.44/328.74	c cleaning 10006 clauses out of 20021 with flag 1405000/1405000
333.15/331.45	c cleaning 10002 clauses out of 20014 with flag 1415000/1415000
336.37/334.60	c cleaning 10001 clauses out of 20012 with flag 1425000/1425000
339.49/337.79	c cleaning 10000 clauses out of 20012 with flag 1435001/1435001
342.69/341.00	c cleaning 10001 clauses out of 20011 with flag 1445000/1445000
344.48/342.71	c cleaning 9996 clauses out of 20012 with flag 1455002/1455002
346.18/344.46	c cleaning 10000 clauses out of 20014 with flag 1465000/1465000
348.00/346.20	c cleaning 9998 clauses out of 20014 with flag 1475000/1475000
349.80/348.00	c cleaning 10005 clauses out of 20017 with flag 1485001/1485001
352.61/350.82	c cleaning 10001 clauses out of 20012 with flag 1495001/1495001
355.40/353.62	c cleaning 10001 clauses out of 20011 with flag 1505001/1505001
358.01/356.24	c cleaning 9998 clauses out of 20009 with flag 1515000/1515000
361.21/359.41	c cleaning 9999 clauses out of 20012 with flag 1525001/1525001
364.31/362.59	c cleaning 10001 clauses out of 20014 with flag 1535002/1535002
367.11/365.33	c cleaning 10003 clauses out of 20012 with flag 1545001/1545001
369.13/367.38	c cleaning 9998 clauses out of 20008 with flag 1555000/1555000
371.03/369.29	c cleaning 9996 clauses out of 20011 with flag 1565001/1565001
372.84/371.09	c cleaning 10000 clauses out of 20015 with flag 1575001/1575001
374.75/372.96	c cleaning 10000 clauses out of 20014 with flag 1585000/1585000
377.14/375.30	c cleaning 9999 clauses out of 20014 with flag 1595000/1595000
379.34/377.58	c cleaning 10002 clauses out of 20016 with flag 1605001/1605001
381.64/379.85	c cleaning 9998 clauses out of 20013 with flag 1615000/1615000
383.73/381.98	c cleaning 10001 clauses out of 20015 with flag 1625000/1625000
385.64/383.86	c cleaning 10000 clauses out of 20014 with flag 1635000/1635000
388.03/386.21	c cleaning 10001 clauses out of 20015 with flag 1645001/1645001
389.93/388.20	c cleaning 10000 clauses out of 20013 with flag 1655000/1655000
391.93/390.12	c cleaning 10000 clauses out of 20014 with flag 1665001/1665001
395.04/393.25	c cleaning 10002 clauses out of 20014 with flag 1675001/1675001
397.64/395.87	c cleaning 10001 clauses out of 20012 with flag 1685001/1685001
400.54/398.78	c cleaning 10000 clauses out of 20011 with flag 1695001/1695001
403.55/401.74	c cleaning 10002 clauses out of 20010 with flag 1705000/1705000
406.45/404.66	c cleaning 9997 clauses out of 20008 with flag 1715000/1715000
409.05/407.25	c cleaning 10004 clauses out of 20012 with flag 1725001/1725001
411.85/410.05	c cleaning 10000 clauses out of 20008 with flag 1735001/1735001
414.56/412.74	c cleaning 9999 clauses out of 20008 with flag 1745001/1745001
417.05/415.21	c cleaning 9998 clauses out of 20009 with flag 1755001/1755001
419.87/418.01	c cleaning 10002 clauses out of 20010 with flag 1765000/1765000
422.56/420.74	c cleaning 10002 clauses out of 20010 with flag 1775002/1775002
425.17/423.39	c cleaning 10000 clauses out of 20007 with flag 1785001/1785001
427.77/425.92	c cleaning 9998 clauses out of 20006 with flag 1795000/1795000
429.97/428.14	c cleaning 9994 clauses out of 20008 with flag 1805000/1805000
432.37/430.59	c cleaning 10000 clauses out of 20014 with flag 1815000/1815000
434.77/432.92	c cleaning 10002 clauses out of 20014 with flag 1825000/1825000
437.08/435.28	c cleaning 10000 clauses out of 20013 with flag 1835001/1835001
439.70/437.82	c cleaning 10000 clauses out of 20012 with flag 1845000/1845000
441.59/439.79	c cleaning 9997 clauses out of 20013 with flag 1855001/1855001
443.69/441.82	c cleaning 10000 clauses out of 20015 with flag 1865000/1865000
446.09/444.28	c cleaning 10002 clauses out of 20015 with flag 1875000/1875000
447.99/446.12	c cleaning 9998 clauses out of 20014 with flag 1885001/1885001
449.89/448.08	c cleaning 10000 clauses out of 20015 with flag 1895000/1895000
452.10/450.26	c cleaning 9999 clauses out of 20016 with flag 1905001/1905001
454.50/452.66	c cleaning 9999 clauses out of 20016 with flag 1915000/1915000
456.80/454.90	c cleaning 10001 clauses out of 20018 with flag 1925001/1925001
459.00/457.20	c cleaning 10000 clauses out of 20017 with flag 1935001/1935001
461.91/460.06	c cleaning 10001 clauses out of 20016 with flag 1945000/1945000
464.31/462.43	c cleaning 9999 clauses out of 20015 with flag 1955000/1955000
466.61/464.75	c cleaning 10000 clauses out of 20016 with flag 1965000/1965000
469.01/467.13	c cleaning 10001 clauses out of 20016 with flag 1975000/1975000
471.32/469.49	c cleaning 10002 clauses out of 20015 with flag 1985000/1985000
473.83/471.92	c cleaning 10000 clauses out of 20014 with flag 1995001/1995001
476.53/474.60	c cleaning 9998 clauses out of 20014 with flag 2005001/2005001
478.43/476.53	c cleaning 10004 clauses out of 20015 with flag 2015000/2015000
480.74/478.82	c cleaning 10002 clauses out of 20011 with flag 2025000/2025000
483.23/481.38	c cleaning 10001 clauses out of 20009 with flag 2035000/2035000
486.15/484.25	c cleaning 9998 clauses out of 20008 with flag 2045000/2045000
488.35/486.41	c cleaning 10002 clauses out of 20011 with flag 2055001/2055001
490.86/488.98	c cleaning 10001 clauses out of 20011 with flag 2065003/2065003
493.56/491.62	c cleaning 10001 clauses out of 20008 with flag 2075001/2075001
496.57/494.69	c cleaning 9999 clauses out of 20006 with flag 2085000/2085000
499.18/497.25	c cleaning 9999 clauses out of 20008 with flag 2095001/2095001
501.97/500.04	c cleaning 9998 clauses out of 20009 with flag 2105001/2105001
504.17/502.20	c cleaning 10001 clauses out of 20010 with flag 2115000/2115000
506.47/504.57	c cleaning 10001 clauses out of 20010 with flag 2125001/2125001
508.67/506.72	c cleaning 10001 clauses out of 20008 with flag 2135000/2135000
510.88/508.93	c cleaning 9998 clauses out of 20008 with flag 2145001/2145001
513.79/511.80	c cleaning 9999 clauses out of 20008 with flag 2155000/2155000
515.99/514.01	c cleaning 9999 clauses out of 20010 with flag 2165001/2165001
518.49/516.52	c cleaning 9997 clauses out of 20011 with flag 2175001/2175001
520.79/518.87	c cleaning 10002 clauses out of 20014 with flag 2185001/2185001
522.99/521.00	c cleaning 9997 clauses out of 20012 with flag 2195001/2195001
525.10/523.14	c cleaning 10000 clauses out of 20015 with flag 2205001/2205001
527.50/525.54	c cleaning 10001 clauses out of 20014 with flag 2215000/2215000
529.79/527.83	c cleaning 10000 clauses out of 20014 with flag 2225001/2225001
532.21/530.21	c cleaning 10002 clauses out of 20013 with flag 2235000/2235000
534.71/532.74	c cleaning 9999 clauses out of 20011 with flag 2245000/2245000
536.62/534.63	c cleaning 10002 clauses out of 20013 with flag 2255001/2255001
540.01/538.00	c cleaning 10001 clauses out of 20012 with flag 2265002/2265002
542.21/540.20	c cleaning 9992 clauses out of 20008 with flag 2275000/2275000
543.92/541.93	c cleaning 10000 clauses out of 20016 with flag 2285000/2285000
545.72/543.76	c cleaning 10000 clauses out of 20017 with flag 2295001/2295001
547.82/545.89	c cleaning 9998 clauses out of 20016 with flag 2305000/2305000
550.03/548.03	c cleaning 9996 clauses out of 20018 with flag 2315000/2315000
551.94/550.00	c cleaning 10000 clauses out of 20022 with flag 2325000/2325000
554.03/552.04	c cleaning 10003 clauses out of 20023 with flag 2335001/2335001
556.34/554.33	c cleaning 10003 clauses out of 20020 with flag 2345001/2345001
558.74/556.71	c cleaning 10002 clauses out of 20017 with flag 2355001/2355001
560.94/558.99	c cleaning 9999 clauses out of 20016 with flag 2365002/2365002
563.44/561.42	c cleaning 10004 clauses out of 20016 with flag 2375001/2375001
566.25/564.22	c cleaning 10002 clauses out of 20013 with flag 2385002/2385002
568.64/566.66	c cleaning 9999 clauses out of 20009 with flag 2395000/2395000
572.04/570.06	c cleaning 9999 clauses out of 20010 with flag 2405000/2405000
574.84/572.81	c cleaning 10002 clauses out of 20012 with flag 2415001/2415001
577.05/575.08	c cleaning 10001 clauses out of 20010 with flag 2425001/2425001
579.86/577.80	c cleaning 9998 clauses out of 20009 with flag 2435001/2435001
582.06/580.09	c cleaning 10001 clauses out of 20011 with flag 2445001/2445001
584.76/582.72	c cleaning 9998 clauses out of 20009 with flag 2455000/2455000
588.17/586.17	c cleaning 10001 clauses out of 20012 with flag 2465001/2465001
591.07/589.05	c cleaning 9999 clauses out of 20010 with flag 2475000/2475000
593.78/591.74	c cleaning 10002 clauses out of 20011 with flag 2485000/2485000
596.27/594.21	c cleaning 9998 clauses out of 20010 with flag 2495001/2495001
599.17/597.13	c cleaning 10001 clauses out of 20012 with flag 2505001/2505001
601.68/599.69	c cleaning 10002 clauses out of 20010 with flag 2515000/2515000
604.48/602.47	c cleaning 10002 clauses out of 20010 with flag 2525002/2525002
606.88/604.87	c cleaning 10000 clauses out of 20006 with flag 2535000/2535000
609.19/607.11	c cleaning 9997 clauses out of 20007 with flag 2545001/2545001
611.58/609.52	c cleaning 10001 clauses out of 20009 with flag 2555000/2555000
614.19/612.14	c cleaning 9998 clauses out of 20009 with flag 2565001/2565001
616.69/614.61	c cleaning 10002 clauses out of 20009 with flag 2575000/2575000
619.39/617.33	c cleaning 10000 clauses out of 20007 with flag 2585000/2585000
621.99/619.95	c cleaning 10000 clauses out of 20003 with flag 2595000/2595000
622.21/620.13	c starts		: 231
622.21/620.13	c conflicts		: 2595605
622.21/620.13	c decisions		: 2649640
622.21/620.13	c propagations		: 54426657
622.21/620.13	c inspects		: 1700230070
622.21/620.13	c learnt literals	: 12
622.21/620.13	c learnt binary clauses	: 79
622.21/620.13	c learnt ternary clauses	: 372
622.21/620.13	c learnt clauses	: 2595592
622.21/620.13	c ignored clauses	: 0
622.21/620.13	c root simplifications	: 0
622.21/620.13	c removed literals (reason simplification)	: 113439714
622.21/620.13	c reason swapping (by a shorter reason)	: 0
622.21/620.13	c Calls to reduceDB	: 261
622.21/620.13	c number of reductions to clauses (during analyze)	: 0
622.21/620.13	c number of learned constraints concerned by reduction	: 0
622.21/620.13	c number of learning phase by resolution	: 0
622.21/620.13	c number of learning phase by cutting planes	: 0
622.21/620.13	c speed (assignments/second)	: 89799.7769304508
622.21/620.13	c non guided choices	4936
622.21/620.13	c learnt constraints type 
622.21/620.13	c constraints type 
622.21/620.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
622.21/620.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
622.21/620.13	s OPTIMUM FOUND
622.21/620.13	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 
622.21/620.13	c objective function=3
622.21/620.13	c Total wall clock time (in seconds): 619.92

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-2658431-1276649681/watcher-2658431-1276649681 -o /tmp/evaluation-result-2658431-1276649681/solver-2658431-1276649681 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658431-1276649681.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.04 1.13 1.16 3/106 7686
/proc/meminfo: memFree=1805088/2059040 swapFree=4140352/4192956
[pid=7686] ppid=7684 vsize=248 CPUtime=0
/proc/7686/stat : 7686 (java6) R 7684 7686 6709 0 -1 4194304 109 0 0 0 0 0 0 0 25 0 1 0 38624400 253952 29 1992294400 134512640 134550932 4289171392 18446744073709551615 1954388 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7686/statm: 62 29 21 10 0 23 0

[startup+0.04549 s]
/proc/loadavg: 1.04 1.13 1.16 3/106 7686
/proc/meminfo: memFree=1805088/2059040 swapFree=4140352/4192956
[pid=7686] ppid=7684 vsize=1520328 CPUtime=0.02
/proc/7686/stat : 7686 (java) S 7684 7686 6709 0 -1 4202496 3372 0 1 0 1 1 0 0 15 0 4 0 38624400 1556815872 2815 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/7686/statm: 380082 2816 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.10049 s]
/proc/loadavg: 1.04 1.13 1.16 3/106 7686
/proc/meminfo: memFree=1805088/2059040 swapFree=4140352/4192956
[pid=7686] ppid=7684 vsize=1524024 CPUtime=0.08
/proc/7686/stat : 7686 (java) S 7684 7686 6709 0 -1 4202496 3933 0 1 0 6 2 0 0 15 0 12 0 38624400 1560600576 3372 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7686/statm: 381006 3373 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.322933 s]
/proc/loadavg: 1.04 1.13 1.16 3/106 7686
/proc/meminfo: memFree=1805088/2059040 swapFree=4140352/4192956
[pid=7686] ppid=7684 vsize=1527020 CPUtime=0.4
/proc/7686/stat : 7686 (java) S 7684 7686 6709 0 -1 4202496 5470 0 1 0 37 3 0 0 15 0 12 0 38624400 1563668480 4907 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7686/statm: 381755 4907 1363 10 0 379057 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1527020

[startup+0.721483 s]
/proc/loadavg: 1.04 1.13 1.16 3/106 7686
/proc/meminfo: memFree=1805088/2059040 swapFree=4140352/4192956
[pid=7686] ppid=7684 vsize=1530120 CPUtime=1.12
/proc/7686/stat : 7686 (java) S 7684 7686 6709 0 -1 4202496 6716 0 1 0 108 4 0 0 15 0 13 0 38624400 1566842880 6152 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7686/statm: 382530 6152 1421 10 0 379832 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1530120

[startup+1.50148 s]
/proc/loadavg: 1.04 1.13 1.16 2/119 7699
/proc/meminfo: memFree=1779812/2059040 swapFree=4140352/4192956
[pid=7686] ppid=7684 vsize=1530120 CPUtime=2.06
/proc/7686/stat : 7686 (java) S 7684 7686 6709 0 -1 4202496 11054 0 1 0 200 6 0 0 15 0 13 0 38624400 1566842880 10489 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7686/statm: 382530 10489 1421 10 0 379832 0
[pid=7686/tid=7688] ppid=7684 vsize=1530120 CPUtime=1.2
/proc/7686/task/7688/stat : 7688 (java) R 7684 7686 6709 0 -1 4202560 8448 0 1 0 116 4 0 0 20 0 13 0 38624402 1566842880 10489 1992294400 134512640 134550932 4291422608 18446744073709551615 4109015522 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7686/tid=7689] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7689/stat : 7689 (java) S 7684 7686 6709 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 38624404 1566842880 10489 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7690] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7690/stat : 7690 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 38624404 1566842880 10489 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7691] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7691/stat : 7691 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 38624405 1566842880 10489 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7692] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7692/stat : 7692 (java) S 7684 7686 6709 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 38624406 1566842880 10489 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7693] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7693/stat : 7693 (java) S 7684 7686 6709 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 38624406 1566842880 10489 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7694] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7694/stat : 7694 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38624410 1566842880 10489 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7695] ppid=7684 vsize=1530120 CPUtime=0.4
/proc/7686/task/7695/stat : 7695 (java) S 7684 7686 6709 0 -1 4202560 609 0 0 0 40 0 0 0 15 0 13 0 38624410 1566842880 10489 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7696] ppid=7684 vsize=1530120 CPUtime=0.43
/proc/7686/task/7696/stat : 7696 (java) S 7684 7686 6709 0 -1 4202560 928 0 0 0 43 0 0 0 15 0 13 0 38624410 1566842880 10489 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7697] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7697/stat : 7697 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38624410 1566842880 10489 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7698] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7698/stat : 7698 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38624410 1566842880 10489 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7699] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7699/stat : 7699 (java) S 7684 7686 6709 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38624443 1566842880 10489 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1530120

[startup+3.10046 s]
/proc/loadavg: 1.04 1.13 1.15 2/119 7699
/proc/meminfo: memFree=1757492/2059040 swapFree=4140352/4192956
[pid=7686] ppid=7684 vsize=1530120 CPUtime=3.75
/proc/7686/stat : 7686 (java) S 7684 7686 6709 0 -1 4202496 13744 0 1 0 368 7 0 0 15 0 13 0 38624400 1566842880 13168 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7686/statm: 382530 13168 1440 10 0 379832 0
[pid=7686/tid=7688] ppid=7684 vsize=1530120 CPUtime=2.75
/proc/7686/task/7688/stat : 7688 (java) R 7684 7686 6709 0 -1 4202560 10014 0 1 0 270 5 0 0 24 0 13 0 38624402 1566842880 13168 1992294400 134512640 134550932 4291422608 18446744073709551615 4109009451 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7686/tid=7689] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7689/stat : 7689 (java) S 7684 7686 6709 0 -1 4202560 206 0 0 0 0 0 0 0 15 0 13 0 38624404 1566842880 13168 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7690] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7690/stat : 7690 (java) S 7684 7686 6709 0 -1 4202560 357 0 0 0 0 0 0 0 18 0 13 0 38624404 1566842880 13168 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7691] ppid=7684 vsize=1530120 CPUtime=0.02
/proc/7686/task/7691/stat : 7691 (java) S 7684 7686 6709 0 -1 4202560 545 0 0 0 2 0 0 0 16 0 13 0 38624405 1566842880 13168 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7692] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7692/stat : 7692 (java) S 7684 7686 6709 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38624406 1566842880 13168 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7693] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7693/stat : 7693 (java) S 7684 7686 6709 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 38624406 1566842880 13168 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7694] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7694/stat : 7694 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38624410 1566842880 13168 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7695] ppid=7684 vsize=1530120 CPUtime=0.42
/proc/7686/task/7695/stat : 7695 (java) S 7684 7686 6709 0 -1 4202560 613 0 0 0 42 0 0 0 15 0 13 0 38624410 1566842880 13168 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7696] ppid=7684 vsize=1530120 CPUtime=0.51
/proc/7686/task/7696/stat : 7696 (java) S 7684 7686 6709 0 -1 4202560 941 0 0 0 51 0 0 0 15 0 13 0 38624410 1566842880 13168 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7697] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7697/stat : 7697 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38624410 1566842880 13168 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7698] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7698/stat : 7698 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38624410 1566842880 13168 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7699] ppid=7684 vsize=1530120 CPUtime=0
/proc/7686/task/7699/stat : 7699 (java) S 7684 7686 6709 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38624443 1566842880 13168 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 1530120

[startup+6.30143 s]
/proc/loadavg: 1.04 1.13 1.15 2/119 7699
/proc/meminfo: memFree=1747944/2059040 swapFree=4140352/4192956
[pid=7686] ppid=7684 vsize=1529856 CPUtime=6.99
/proc/7686/stat : 7686 (java) S 7684 7686 6709 0 -1 4202496 16248 0 1 0 691 8 0 0 15 0 13 0 38624400 1566572544 15612 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7686/statm: 382464 15612 1440 10 0 379766 0
[pid=7686/tid=7688] ppid=7684 vsize=1529856 CPUtime=5.86
/proc/7686/task/7688/stat : 7688 (java) R 7684 7686 6709 0 -1 4202560 11768 0 1 0 580 6 0 0 25 0 13 0 38624402 1566572544 15612 1992294400 134512640 134550932 4291422608 18446744073709551615 4109009552 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7686/tid=7689] ppid=7684 vsize=1529856 CPUtime=0.01
/proc/7686/task/7689/stat : 7689 (java) S 7684 7686 6709 0 -1 4202560 378 0 0 0 1 0 0 0 15 0 13 0 38624404 1566572544 15612 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7690] ppid=7684 vsize=1529856 CPUtime=0
/proc/7686/task/7690/stat : 7690 (java) S 7684 7686 6709 0 -1 4202560 540 0 0 0 0 0 0 0 18 0 13 0 38624404 1566572544 15612 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7691] ppid=7684 vsize=1529856 CPUtime=0.06
/proc/7686/task/7691/stat : 7691 (java) S 7684 7686 6709 0 -1 4202560 932 0 0 0 6 0 0 0 15 0 13 0 38624405 1566572544 15612 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7692] ppid=7684 vsize=1529856 CPUtime=0
/proc/7686/task/7692/stat : 7692 (java) S 7684 7686 6709 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38624406 1566572544 15612 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7693] ppid=7684 vsize=1529856 CPUtime=0
/proc/7686/task/7693/stat : 7693 (java) S 7684 7686 6709 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 38624406 1566572544 15612 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7694] ppid=7684 vsize=1529856 CPUtime=0
/proc/7686/task/7694/stat : 7694 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38624410 1566572544 15612 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7695] ppid=7684 vsize=1529856 CPUtime=0.46
/proc/7686/task/7695/stat : 7695 (java) S 7684 7686 6709 0 -1 4202560 617 0 0 0 46 0 0 0 15 0 13 0 38624410 1566572544 15612 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7696] ppid=7684 vsize=1529856 CPUtime=0.54
/proc/7686/task/7696/stat : 7696 (java) S 7684 7686 6709 0 -1 4202560 945 0 0 0 54 0 0 0 15 0 13 0 38624410 1566572544 15612 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7697] ppid=7684 vsize=1529856 CPUtime=0
/proc/7686/task/7697/stat : 7697 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38624410 1566572544 15612 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7698] ppid=7684 vsize=1529856 CPUtime=0
/proc/7686/task/7698/stat : 7698 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38624410 1566572544 15612 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7699] ppid=7684 vsize=1529856 CPUtime=0
/proc/7686/task/7699/stat : 7699 (java) S 7684 7686 6709 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38624443 1566572544 15612 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 1529856

[startup+12.7024 s]
/proc/loadavg: 1.03 1.12 1.15 2/119 7701
/proc/meminfo: memFree=1736536/2059040 swapFree=4140352/4192956
[pid=7686] ppid=7684 vsize=1529856 CPUtime=13.43
/proc/7686/stat : 7686 (java) S 7684 7686 6709 0 -1 4202496 18923 0 1 0 1334 9 0 0 15 0 13 0 38624400 1566572544 18285 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7686/statm: 382464 18285 1440 10 0 379766 0
[pid=7686/tid=7688] ppid=7684 vsize=1529856 CPUtime=12.17
/proc/7686/task/7688/stat : 7688 (java) R 7684 7686 6709 0 -1 4202560 14175 0 1 0 1210 7 0 0 25 0 13 0 38624402 1566572544 18285 1992294400 134512640 134550932 4291422608 18446744073709551615 4109009552 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7686/tid=7689] ppid=7684 vsize=1529856 CPUtime=0.02
/proc/7686/task/7689/stat : 7689 (java) S 7684 7686 6709 0 -1 4202560 387 0 0 0 2 0 0 0 16 0 13 0 38624404 1566572544 18285 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7690] ppid=7684 vsize=1529856 CPUtime=0.01
/proc/7686/task/7690/stat : 7690 (java) S 7684 7686 6709 0 -1 4202560 542 0 0 0 1 0 0 0 18 0 13 0 38624404 1566572544 18285 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7691] ppid=7684 vsize=1529856 CPUtime=0.13
/proc/7686/task/7691/stat : 7691 (java) S 7684 7686 6709 0 -1 4202560 1182 0 0 0 13 0 0 0 15 0 13 0 38624405 1566572544 18285 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7692] ppid=7684 vsize=1529856 CPUtime=0
/proc/7686/task/7692/stat : 7692 (java) S 7684 7686 6709 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38624406 1566572544 18285 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7693] ppid=7684 vsize=1529856 CPUtime=0
/proc/7686/task/7693/stat : 7693 (java) S 7684 7686 6709 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 38624406 1566572544 18285 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7694] ppid=7684 vsize=1529856 CPUtime=0
/proc/7686/task/7694/stat : 7694 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38624410 1566572544 18285 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7695] ppid=7684 vsize=1529856 CPUtime=0.51
/proc/7686/task/7695/stat : 7695 (java) S 7684 7686 6709 0 -1 4202560 624 0 0 0 51 0 0 0 15 0 13 0 38624410 1566572544 18285 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7696] ppid=7684 vsize=1529856 CPUtime=0.54
/proc/7686/task/7696/stat : 7696 (java) S 7684 7686 6709 0 -1 4202560 945 0 0 0 54 0 0 0 15 0 13 0 38624410 1566572544 18285 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7697] ppid=7684 vsize=1529856 CPUtime=0
/proc/7686/task/7697/stat : 7697 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38624410 1566572544 18285 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7698] ppid=7684 vsize=1529856 CPUtime=0
/proc/7686/task/7698/stat : 7698 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38624410 1566572544 18285 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7699] ppid=7684 vsize=1529856 CPUtime=0
/proc/7686/task/7699/stat : 7699 (java) S 7684 7686 6709 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38624443 1566572544 18285 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.43
Current children cumulated vsize (KiB) 1529856

[startup+25.5027 s]
/proc/loadavg: 1.02 1.12 1.15 2/119 7701
/proc/meminfo: memFree=1708512/2059040 swapFree=4140352/4192956
[pid=7686] ppid=7684 vsize=1536520 CPUtime=26.66
/proc/7686/stat : 7686 (java) S 7684 7686 6709 0 -1 4202496 26884 0 1 0 2652 14 0 0 15 0 13 0 38624400 1573396480 25196 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7686/statm: 384130 25196 1440 10 0 381432 0
[pid=7686/tid=7688] ppid=7684 vsize=1536520 CPUtime=24.69
/proc/7686/task/7688/stat : 7688 (java) S 7684 7686 6709 0 -1 4202560 18426 0 1 0 2460 9 0 0 25 0 13 0 38624402 1573396480 25196 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7689] ppid=7684 vsize=1536520 CPUtime=0.06
/proc/7686/task/7689/stat : 7689 (java) S 7684 7686 6709 0 -1 4202560 588 0 0 0 6 0 0 0 15 0 13 0 38624404 1573396480 25196 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7690] ppid=7684 vsize=1536520 CPUtime=0.04
/proc/7686/task/7690/stat : 7690 (java) S 7684 7686 6709 0 -1 4202560 680 0 0 0 4 0 0 0 16 0 13 0 38624404 1573396480 25196 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7691] ppid=7684 vsize=1536520 CPUtime=0.31

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

/proc/7686/task/7698/stat : 7698 (java) S 7684 7686 6709 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 13 0 38624410 1568038912 40401 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7699] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7699/stat : 7699 (java) S 7684 7686 6709 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38624443 1568038912 40401 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 609.98
Current children cumulated vsize (KiB) 1531288

[startup+614.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 7726
/proc/meminfo: memFree=1646388/2059040 swapFree=4140352/4192956
[pid=7686] ppid=7684 vsize=1531288 CPUtime=616.39
/proc/7686/stat : 7686 (java) S 7684 7686 6709 0 -1 4202496 44412 0 1 0 61589 50 0 0 15 0 13 0 38624400 1568038912 41117 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7686/statm: 382822 41117 1440 10 0 380124 0
[pid=7686/tid=7688] ppid=7684 vsize=1531288 CPUtime=601.67
/proc/7686/task/7688/stat : 7688 (java) R 7684 7686 6709 0 -1 4202560 33010 0 1 0 60134 33 0 0 25 0 13 0 38624402 1568038912 41117 1992294400 134512640 134550932 4291422608 18446744073709551615 4109054942 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7686/tid=7689] ppid=7684 vsize=1531288 CPUtime=1.44
/proc/7686/task/7689/stat : 7689 (java) S 7684 7686 6709 0 -1 4202560 622 0 0 0 139 5 0 0 15 0 13 0 38624404 1568038912 41117 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7690] ppid=7684 vsize=1531288 CPUtime=1.38
/proc/7686/task/7690/stat : 7690 (java) S 7684 7686 6709 0 -1 4202560 700 0 0 0 134 4 0 0 15 0 13 0 38624404 1568038912 41117 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7691] ppid=7684 vsize=1531288 CPUtime=10.15
/proc/7686/task/7691/stat : 7691 (java) S 7684 7686 6709 0 -1 4202560 4733 0 0 0 1012 3 0 0 15 0 13 0 38624405 1568038912 41117 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7692] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7692/stat : 7692 (java) S 7684 7686 6709 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38624406 1568038912 41117 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7693] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7693/stat : 7693 (java) S 7684 7686 6709 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 38624406 1568038912 41117 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7694] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7694/stat : 7694 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38624410 1568038912 41118 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7695] ppid=7684 vsize=1531288 CPUtime=1.13
/proc/7686/task/7695/stat : 7695 (java) S 7684 7686 6709 0 -1 4202560 3298 0 0 0 111 2 0 0 15 0 13 0 38624410 1568038912 41118 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7696] ppid=7684 vsize=1531288 CPUtime=0.56
/proc/7686/task/7696/stat : 7696 (java) S 7684 7686 6709 0 -1 4202560 945 0 0 0 56 0 0 0 15 0 13 0 38624410 1568038912 41118 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7697] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7697/stat : 7697 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38624410 1568038912 41118 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7698] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7698/stat : 7698 (java) S 7684 7686 6709 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 13 0 38624410 1568038912 41118 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7699] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7699/stat : 7699 (java) S 7684 7686 6709 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38624443 1568038912 41118 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 616.39
Current children cumulated vsize (KiB) 1531288

[startup+617.5 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 7726
/proc/meminfo: memFree=1638452/2059040 swapFree=4140352/4192956
[pid=7686] ppid=7684 vsize=1531288 CPUtime=619.59
/proc/7686/stat : 7686 (java) S 7684 7686 6709 0 -1 4202496 45733 0 1 0 61908 51 0 0 15 0 13 0 38624400 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7686/statm: 382822 42436 1440 10 0 380124 0
[pid=7686/tid=7688] ppid=7684 vsize=1531288 CPUtime=604.77
/proc/7686/task/7688/stat : 7688 (java) R 7684 7686 6709 0 -1 4202560 34282 0 1 0 60443 34 0 0 25 0 13 0 38624402 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4108989811 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7686/tid=7689] ppid=7684 vsize=1531288 CPUtime=1.45
/proc/7686/task/7689/stat : 7689 (java) S 7684 7686 6709 0 -1 4202560 622 0 0 0 140 5 0 0 15 0 13 0 38624404 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7690] ppid=7684 vsize=1531288 CPUtime=1.39
/proc/7686/task/7690/stat : 7690 (java) S 7684 7686 6709 0 -1 4202560 700 0 0 0 135 4 0 0 16 0 13 0 38624404 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7691] ppid=7684 vsize=1531288 CPUtime=10.24
/proc/7686/task/7691/stat : 7691 (java) S 7684 7686 6709 0 -1 4202560 4782 0 0 0 1021 3 0 0 16 0 13 0 38624405 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7692] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7692/stat : 7692 (java) S 7684 7686 6709 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38624406 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7693] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7693/stat : 7693 (java) S 7684 7686 6709 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 38624406 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7694] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7694/stat : 7694 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38624410 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7695] ppid=7684 vsize=1531288 CPUtime=1.13
/proc/7686/task/7695/stat : 7695 (java) S 7684 7686 6709 0 -1 4202560 3298 0 0 0 111 2 0 0 15 0 13 0 38624410 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7696] ppid=7684 vsize=1531288 CPUtime=0.56
/proc/7686/task/7696/stat : 7696 (java) S 7684 7686 6709 0 -1 4202560 945 0 0 0 56 0 0 0 15 0 13 0 38624410 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7697] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7697/stat : 7697 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38624410 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7698] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7698/stat : 7698 (java) S 7684 7686 6709 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 13 0 38624410 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7699] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7699/stat : 7699 (java) S 7684 7686 6709 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38624443 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 619.59
Current children cumulated vsize (KiB) 1531288

[startup+619.101 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 7726
/proc/meminfo: memFree=1638452/2059040 swapFree=4140352/4192956
[pid=7686] ppid=7684 vsize=1531288 CPUtime=621.19
/proc/7686/stat : 7686 (java) S 7684 7686 6709 0 -1 4202496 45733 0 1 0 62068 51 0 0 15 0 13 0 38624400 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7686/statm: 382822 42436 1440 10 0 380124 0
[pid=7686/tid=7688] ppid=7684 vsize=1531288 CPUtime=606.37
/proc/7686/task/7688/stat : 7688 (java) R 7684 7686 6709 0 -1 4202560 34282 0 1 0 60603 34 0 0 25 0 13 0 38624402 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4109012684 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7686/tid=7689] ppid=7684 vsize=1531288 CPUtime=1.45
/proc/7686/task/7689/stat : 7689 (java) S 7684 7686 6709 0 -1 4202560 622 0 0 0 140 5 0 0 15 0 13 0 38624404 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7690] ppid=7684 vsize=1531288 CPUtime=1.39
/proc/7686/task/7690/stat : 7690 (java) S 7684 7686 6709 0 -1 4202560 700 0 0 0 135 4 0 0 16 0 13 0 38624404 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7691] ppid=7684 vsize=1531288 CPUtime=10.24
/proc/7686/task/7691/stat : 7691 (java) S 7684 7686 6709 0 -1 4202560 4782 0 0 0 1021 3 0 0 15 0 13 0 38624405 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7692] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7692/stat : 7692 (java) S 7684 7686 6709 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38624406 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7693] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7693/stat : 7693 (java) S 7684 7686 6709 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 38624406 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7694] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7694/stat : 7694 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38624410 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7695] ppid=7684 vsize=1531288 CPUtime=1.13
/proc/7686/task/7695/stat : 7695 (java) S 7684 7686 6709 0 -1 4202560 3298 0 0 0 111 2 0 0 15 0 13 0 38624410 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7696] ppid=7684 vsize=1531288 CPUtime=0.56
/proc/7686/task/7696/stat : 7696 (java) S 7684 7686 6709 0 -1 4202560 945 0 0 0 56 0 0 0 15 0 13 0 38624410 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7697] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7697/stat : 7697 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38624410 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7698] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7698/stat : 7698 (java) S 7684 7686 6709 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 13 0 38624410 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7699] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7699/stat : 7699 (java) S 7684 7686 6709 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38624443 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 621.19
Current children cumulated vsize (KiB) 1531288

[startup+619.901 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 7726
/proc/meminfo: memFree=1638452/2059040 swapFree=4140352/4192956
[pid=7686] ppid=7684 vsize=1531288 CPUtime=621.99
/proc/7686/stat : 7686 (java) S 7684 7686 6709 0 -1 4202496 45733 0 1 0 62148 51 0 0 15 0 13 0 38624400 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7686/statm: 382822 42436 1440 10 0 380124 0
[pid=7686/tid=7688] ppid=7684 vsize=1531288 CPUtime=607.17
/proc/7686/task/7688/stat : 7688 (java) R 7684 7686 6709 0 -1 4202560 34282 0 1 0 60683 34 0 0 25 0 13 0 38624402 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4108826332 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7686/tid=7689] ppid=7684 vsize=1531288 CPUtime=1.45
/proc/7686/task/7689/stat : 7689 (java) S 7684 7686 6709 0 -1 4202560 622 0 0 0 140 5 0 0 15 0 13 0 38624404 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7690] ppid=7684 vsize=1531288 CPUtime=1.39
/proc/7686/task/7690/stat : 7690 (java) S 7684 7686 6709 0 -1 4202560 700 0 0 0 135 4 0 0 16 0 13 0 38624404 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7691] ppid=7684 vsize=1531288 CPUtime=10.24
/proc/7686/task/7691/stat : 7691 (java) S 7684 7686 6709 0 -1 4202560 4782 0 0 0 1021 3 0 0 15 0 13 0 38624405 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7692] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7692/stat : 7692 (java) S 7684 7686 6709 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38624406 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7693] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7693/stat : 7693 (java) S 7684 7686 6709 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 38624406 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7694] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7694/stat : 7694 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38624410 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7695] ppid=7684 vsize=1531288 CPUtime=1.13
/proc/7686/task/7695/stat : 7695 (java) S 7684 7686 6709 0 -1 4202560 3298 0 0 0 111 2 0 0 15 0 13 0 38624410 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7696] ppid=7684 vsize=1531288 CPUtime=0.56
/proc/7686/task/7696/stat : 7696 (java) S 7684 7686 6709 0 -1 4202560 945 0 0 0 56 0 0 0 15 0 13 0 38624410 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7697] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7697/stat : 7697 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38624410 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7698] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7698/stat : 7698 (java) S 7684 7686 6709 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 13 0 38624410 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7699] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7699/stat : 7699 (java) S 7684 7686 6709 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38624443 1568038912 42436 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 621.99
Current children cumulated vsize (KiB) 1531288

[startup+620.101 s]
/proc/loadavg: 1.00 1.00 1.06 2/119 7726
/proc/meminfo: memFree=1638452/2059040 swapFree=4140352/4192956
[pid=7686] ppid=7684 vsize=1531288 CPUtime=622.21
/proc/7686/stat : 7686 (java) S 7684 7686 6709 0 -1 4202496 45754 0 1 0 62169 52 0 0 15 0 13 0 38624400 1568038912 42456 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7686/statm: 382822 42456 1440 10 0 380124 0
[pid=7686/tid=7688] ppid=7684 vsize=1531288 CPUtime=607.32
/proc/7686/task/7688/stat : 7688 (java) R 7684 7686 6709 0 -1 4202560 34283 0 1 0 60698 34 0 0 25 0 13 0 38624402 1568038912 42456 1992294400 134512640 134550932 4291422608 18446744073709551615 4109025283 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7686/tid=7689] ppid=7684 vsize=1531288 CPUtime=1.45
/proc/7686/task/7689/stat : 7689 (java) S 7684 7686 6709 0 -1 4202560 622 0 0 0 140 5 0 0 16 0 13 0 38624404 1568038912 42456 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7690] ppid=7684 vsize=1531288 CPUtime=1.39
/proc/7686/task/7690/stat : 7690 (java) S 7684 7686 6709 0 -1 4202560 700 0 0 0 135 4 0 0 15 0 13 0 38624404 1568038912 42456 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7691] ppid=7684 vsize=1531288 CPUtime=10.28
/proc/7686/task/7691/stat : 7691 (java) S 7684 7686 6709 0 -1 4202560 4802 0 0 0 1025 3 0 0 16 0 13 0 38624405 1568038912 42456 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7692] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7692/stat : 7692 (java) S 7684 7686 6709 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38624406 1568038912 42456 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7693] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7693/stat : 7693 (java) S 7684 7686 6709 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 38624406 1568038912 42456 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7694] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7694/stat : 7694 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38624410 1568038912 42456 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7695] ppid=7684 vsize=1531288 CPUtime=1.13
/proc/7686/task/7695/stat : 7695 (java) S 7684 7686 6709 0 -1 4202560 3298 0 0 0 111 2 0 0 15 0 13 0 38624410 1568038912 42456 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7696] ppid=7684 vsize=1531288 CPUtime=0.56
/proc/7686/task/7696/stat : 7696 (java) S 7684 7686 6709 0 -1 4202560 945 0 0 0 56 0 0 0 15 0 13 0 38624410 1568038912 42456 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7697] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7697/stat : 7697 (java) S 7684 7686 6709 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 38624410 1568038912 42456 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=7686/tid=7698] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7698/stat : 7698 (java) S 7684 7686 6709 0 -1 4202560 37 0 0 0 0 0 0 0 15 0 13 0 38624410 1568038912 42456 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=7686/tid=7699] ppid=7684 vsize=1531288 CPUtime=0
/proc/7686/task/7699/stat : 7699 (java) S 7684 7686 6709 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 38624443 1568038912 42456 1992294400 134512640 134550932 4291422608 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 622.21
Current children cumulated vsize (KiB) 1531288

Child status: 30
Real time (s): 620.162
CPU time (s): 622.263
CPU user time (s): 621.723
CPU system time (s): 0.539917
CPU usage (%): 100.339
Max. virtual memory (cumulated for all children) (KiB): 1537236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 621.723
system time used= 0.539917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45769
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= 15893
involuntary context switches= 8702

runsolver used 1.3258 second user time and 3.35249 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-16 02:54:41
IDJOB=2658431
IDBENCH=48045
IDSOLVER=1164
FILE ID=node019/2658431-1276649681
PBS_JOBID= 11172405
Free space on /tmp= 62416 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=211-P1=331-P2=199-P3=307-P4=457-P5=293-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658431-1276649681/watcher-2658431-1276649681 -o /tmp/evaluation-result-2658431-1276649681/solver-2658431-1276649681 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658431-1276649681.opb

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

MD5SUM BENCH= 55e3096e9013fd2f39f8572a635bf07d
RANDOM SEED=28615506

node019.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.264
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.52
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.264
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1805484 kB
Buffers:         62140 kB
Cached:         101520 kB
SwapCached:       6060 kB
Active:          99868 kB
Inactive:        77200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1805484 kB
SwapTotal:     4192956 kB
SwapFree:      4140352 kB
Dirty:             384 kB
Writeback:           0 kB
AnonPages:       11740 kB
Mapped:          12976 kB
Slab:            54676 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182304 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= 62412 MiB
End job on node019 at 2010-06-16 03:05:01