Trace number 2658335

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 514.82 512.038

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=397-P1=307-P2=37-P3=127-P4=401-P5=331-B.opb
MD5SUM6d677c4de75200a225209ed048e7b96e
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 benchmark0.575911
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2658335-1276647567.opb
0.09/0.20	c reading problem ... 
0.40/0.36	c ... done. Wall clock time 0.16s.
0.40/0.36	c #vars     540
0.40/0.36	c #constraints  826
0.40/0.36	c constraints type 
0.40/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.40/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
3.09/2.07	c cleaning 2500 clauses out of 5000 with flag 5000/5000
4.93/3.71	c cleaning 4250 clauses out of 8500 with flag 11000/11000
6.83/5.62	c cleaning 5626 clauses out of 11251 with flag 18001/18001
9.39/8.14	c cleaning 6813 clauses out of 13627 with flag 26003/26003
11.63/10.36	c cleaning 7905 clauses out of 15812 with flag 35001/35001
14.03/12.71	c cleaning 8950 clauses out of 17906 with flag 45000/45000
16.54/15.28	c cleaning 9474 clauses out of 18957 with flag 55001/55001
19.19/17.88	c cleaning 9737 clauses out of 19484 with flag 65002/65002
21.39/20.07	c cleaning 9870 clauses out of 19745 with flag 75000/75000
23.89/22.56	c cleaning 9932 clauses out of 19875 with flag 85000/85000
26.90/25.52	c cleaning 9971 clauses out of 19944 with flag 95001/95001
29.01/27.61	c cleaning 9982 clauses out of 19973 with flag 105001/105001
31.51/30.18	c cleaning 9990 clauses out of 19990 with flag 115000/115000
33.92/32.52	c cleaning 9998 clauses out of 20001 with flag 125001/125001
34.02/32.63	c SATISFIABLE
34.02/32.63	c OPTIMIZING...
34.02/32.63	c Got one! Elapsed wall clock time (in seconds):32.435
34.02/32.63	o 65
35.62/34.29	c cleaning 9994 clauses out of 20003 with flag 135001/135001
38.42/37.03	c cleaning 9996 clauses out of 20009 with flag 145001/145001
40.33/38.91	c cleaning 10007 clauses out of 20013 with flag 155001/155001
42.83/41.41	c cleaning 9999 clauses out of 20007 with flag 165002/165002
45.24/43.84	c cleaning 9996 clauses out of 20006 with flag 175000/175000
47.45/46.09	c cleaning 10002 clauses out of 20011 with flag 185001/185001
50.86/49.43	c cleaning 10001 clauses out of 20009 with flag 195001/195001
52.46/51.02	c cleaning 9988 clauses out of 20007 with flag 205000/205000
53.96/52.52	c cleaning 9999 clauses out of 20020 with flag 215001/215001
56.16/54.73	c cleaning 10002 clauses out of 20020 with flag 225000/225000
58.37/56.92	c cleaning 10001 clauses out of 20020 with flag 235002/235002
60.28/58.88	c cleaning 9998 clauses out of 20017 with flag 245000/245000
62.48/61.06	c cleaning 10001 clauses out of 20019 with flag 255000/255000
64.58/63.16	c cleaning 10009 clauses out of 20019 with flag 265001/265001
65.89/64.47	c Got one! Elapsed wall clock time (in seconds):64.271
65.89/64.47	o 35
66.30/64.84	c cleaning 9998 clauses out of 20010 with flag 275001/275001
68.29/66.83	c cleaning 9996 clauses out of 20011 with flag 285000/285000
70.20/68.75	c cleaning 10003 clauses out of 20016 with flag 295001/295001
73.10/71.60	c cleaning 10002 clauses out of 20012 with flag 305000/305000
75.51/74.07	c cleaning 10000 clauses out of 20010 with flag 315000/315000
78.42/76.93	c cleaning 10001 clauses out of 20011 with flag 325001/325001
80.42/78.93	c cleaning 10001 clauses out of 20009 with flag 335000/335000
82.72/81.27	c cleaning 9995 clauses out of 20008 with flag 345000/345000
85.22/83.73	c cleaning 10001 clauses out of 20013 with flag 355000/355000
88.03/86.59	c cleaning 9997 clauses out of 20014 with flag 365002/365002
90.73/89.26	c cleaning 10001 clauses out of 20016 with flag 375001/375001
93.33/91.81	c cleaning 10001 clauses out of 20015 with flag 385001/385001
95.73/94.27	c cleaning 10004 clauses out of 20013 with flag 395000/395000
97.54/96.04	c cleaning 9999 clauses out of 20009 with flag 405000/405000
99.75/98.25	c cleaning 10001 clauses out of 20010 with flag 415000/415000
102.95/101.49	c cleaning 10000 clauses out of 20010 with flag 425001/425001
106.16/104.63	c cleaning 10000 clauses out of 20011 with flag 435002/435002
108.96/107.40	c cleaning 10000 clauses out of 20009 with flag 445000/445000
111.16/109.64	c cleaning 9997 clauses out of 20011 with flag 455002/455002
112.66/111.17	c cleaning 9993 clauses out of 20014 with flag 465002/465002
114.27/112.75	c cleaning 9999 clauses out of 20019 with flag 475000/475000
115.98/114.41	c cleaning 10002 clauses out of 20021 with flag 485001/485001
118.77/117.27	c cleaning 9998 clauses out of 20018 with flag 495000/495000
121.77/120.24	c cleaning 10005 clauses out of 20021 with flag 505001/505001
124.48/122.96	c cleaning 9999 clauses out of 20015 with flag 515000/515000
127.08/125.57	c cleaning 9999 clauses out of 20016 with flag 525000/525000
128.99/127.41	c cleaning 9999 clauses out of 20017 with flag 535000/535000
130.59/129.03	c cleaning 9994 clauses out of 20019 with flag 545001/545001
132.50/130.93	c cleaning 10000 clauses out of 20026 with flag 555002/555002
134.09/132.59	c cleaning 10002 clauses out of 20025 with flag 565001/565001
135.71/134.20	c cleaning 10000 clauses out of 20022 with flag 575000/575000
137.30/135.77	c cleaning 10000 clauses out of 20024 with flag 585002/585002
138.80/137.24	c cleaning 10004 clauses out of 20022 with flag 595000/595000
141.01/139.47	c cleaning 10000 clauses out of 20018 with flag 605000/605000
143.43/141.82	c cleaning 10005 clauses out of 20018 with flag 615000/615000
145.82/144.26	c cleaning 10001 clauses out of 20013 with flag 625000/625000
147.83/146.23	c cleaning 9997 clauses out of 20015 with flag 635003/635003
149.72/148.18	c cleaning 10000 clauses out of 20015 with flag 645000/645000
151.93/150.34	c cleaning 9997 clauses out of 20015 with flag 655000/655000
155.23/153.69	c cleaning 9996 clauses out of 20018 with flag 665000/665000
158.14/156.55	c cleaning 9998 clauses out of 20022 with flag 675000/675000
159.64/158.08	c cleaning 10000 clauses out of 20024 with flag 685000/685000
159.75/158.12	c Got one! Elapsed wall clock time (in seconds):157.925
159.75/158.12	o 33
161.65/160.07	c cleaning 9999 clauses out of 20024 with flag 695000/695000
164.06/162.45	c cleaning 10001 clauses out of 20026 with flag 705001/705001
166.60/164.95	c cleaning 10000 clauses out of 20025 with flag 715001/715001
169.10/167.40	c cleaning 9999 clauses out of 20024 with flag 725000/725000
171.01/169.36	c cleaning 10006 clauses out of 20026 with flag 735001/735001
173.11/171.50	c cleaning 9999 clauses out of 20020 with flag 745001/745001
175.30/173.67	c cleaning 10002 clauses out of 20021 with flag 755001/755001
177.61/175.94	c cleaning 9998 clauses out of 20020 with flag 765002/765002
179.81/178.18	c cleaning 10001 clauses out of 20021 with flag 775001/775001
182.12/180.41	c cleaning 10000 clauses out of 20019 with flag 785000/785000
184.32/182.66	c cleaning 10005 clauses out of 20021 with flag 795002/795002
186.22/184.53	c cleaning 10002 clauses out of 20017 with flag 805003/805003
187.63/185.96	c cleaning 9997 clauses out of 20012 with flag 815000/815000
189.32/187.66	c cleaning 9999 clauses out of 20017 with flag 825002/825002
190.93/189.22	c cleaning 9999 clauses out of 20017 with flag 835001/835001
192.33/190.61	c cleaning 9996 clauses out of 20017 with flag 845000/845000
194.25/192.59	c cleaning 10000 clauses out of 20021 with flag 855000/855000
195.84/194.16	c cleaning 10000 clauses out of 20021 with flag 865000/865000
197.45/195.79	c cleaning 9999 clauses out of 20021 with flag 875000/875000
199.14/197.44	c cleaning 9999 clauses out of 20023 with flag 885001/885001
200.65/198.92	c cleaning 10006 clauses out of 20024 with flag 895001/895001
202.75/201.01	c cleaning 10006 clauses out of 20018 with flag 905001/905001
205.24/203.22	c cleaning 9998 clauses out of 20011 with flag 915001/915001
208.58/206.21	c cleaning 10003 clauses out of 20012 with flag 925000/925000
211.06/208.69	c cleaning 9999 clauses out of 20011 with flag 935002/935002
214.56/212.18	c cleaning 10000 clauses out of 20010 with flag 945000/945000
217.27/214.89	c cleaning 9999 clauses out of 20010 with flag 955000/955000
219.88/217.43	c cleaning 10001 clauses out of 20012 with flag 965001/965001
221.39/218.99	c cleaning 9999 clauses out of 20010 with flag 975000/975000
224.08/221.68	c cleaning 9999 clauses out of 20012 with flag 985001/985001
226.29/223.86	c cleaning 10001 clauses out of 20012 with flag 995000/995000
228.29/225.86	c cleaning 9997 clauses out of 20012 with flag 1005001/1005001
231.49/229.05	c cleaning 10000 clauses out of 20015 with flag 1015001/1015001
234.19/231.78	c cleaning 10001 clauses out of 20017 with flag 1025003/1025003
236.10/233.69	c cleaning 9995 clauses out of 20013 with flag 1035000/1035000
238.30/235.88	c cleaning 9996 clauses out of 20018 with flag 1045000/1045000
238.71/236.28	c Got one! Elapsed wall clock time (in seconds):236.081
238.71/236.28	o 17
239.91/237.50	c cleaning 9993 clauses out of 20022 with flag 1055000/1055000
242.51/240.01	c cleaning 9995 clauses out of 20030 with flag 1065001/1065001
245.11/242.67	c cleaning 10001 clauses out of 20034 with flag 1075000/1075000
248.01/245.50	c cleaning 9997 clauses out of 20033 with flag 1085000/1085000
250.81/248.35	c cleaning 9998 clauses out of 20036 with flag 1095000/1095000
253.22/250.80	c cleaning 10000 clauses out of 20039 with flag 1105001/1105001
255.62/253.17	c cleaning 10011 clauses out of 20039 with flag 1115001/1115001
258.22/255.77	c cleaning 10008 clauses out of 20027 with flag 1125000/1125000
260.53/258.01	c cleaning 10003 clauses out of 20019 with flag 1135000/1135000
262.92/260.46	c cleaning 10003 clauses out of 20016 with flag 1145000/1145000
265.33/262.88	c cleaning 9999 clauses out of 20013 with flag 1155000/1155000
268.33/265.83	c cleaning 10000 clauses out of 20015 with flag 1165001/1165001
271.54/269.05	c cleaning 10000 clauses out of 20015 with flag 1175001/1175001
274.54/272.07	c cleaning 10001 clauses out of 20014 with flag 1185000/1185000
277.55/275.04	c cleaning 10002 clauses out of 20013 with flag 1195000/1195000
280.44/277.91	c cleaning 9999 clauses out of 20011 with flag 1205000/1205000
283.24/280.73	c cleaning 10001 clauses out of 20012 with flag 1215000/1215000
285.75/283.21	c cleaning 9996 clauses out of 20011 with flag 1225000/1225000
285.95/283.49	c Got one! Elapsed wall clock time (in seconds):283.298
285.95/283.49	o 3
287.85/285.36	c cleaning 9998 clauses out of 20015 with flag 1235000/1235000
289.96/287.46	c cleaning 10000 clauses out of 20018 with flag 1245001/1245001
292.16/289.68	c cleaning 10002 clauses out of 20018 with flag 1255001/1255001
294.37/291.81	c cleaning 9999 clauses out of 20015 with flag 1265000/1265000
296.57/294.07	c cleaning 10001 clauses out of 20016 with flag 1275000/1275000
298.77/296.24	c cleaning 10000 clauses out of 20015 with flag 1285000/1285000
301.08/298.59	c cleaning 9998 clauses out of 20015 with flag 1295000/1295000
303.58/301.03	c cleaning 9999 clauses out of 20018 with flag 1305001/1305001
305.88/303.37	c cleaning 10000 clauses out of 20019 with flag 1315001/1315001
308.18/305.63	c cleaning 10002 clauses out of 20019 with flag 1325001/1325001
310.49/308.00	c cleaning 9995 clauses out of 20016 with flag 1335000/1335000
313.00/310.40	c cleaning 10002 clauses out of 20021 with flag 1345000/1345000
315.20/312.68	c cleaning 9999 clauses out of 20019 with flag 1355000/1355000
317.20/314.68	c cleaning 10003 clauses out of 20021 with flag 1365001/1365001
319.10/316.58	c cleaning 10006 clauses out of 20017 with flag 1375000/1375000
321.21/318.62	c cleaning 10002 clauses out of 20011 with flag 1385000/1385000
323.21/320.64	c cleaning 10000 clauses out of 20009 with flag 1395000/1395000
325.82/323.22	c cleaning 9996 clauses out of 20010 with flag 1405001/1405001
328.03/325.45	c cleaning 10003 clauses out of 20016 with flag 1415003/1415003
331.03/328.47	c cleaning 10000 clauses out of 20011 with flag 1425001/1425001
333.04/330.45	c cleaning 10001 clauses out of 20010 with flag 1435000/1435000
335.24/332.69	c cleaning 9999 clauses out of 20010 with flag 1445001/1445001
337.85/335.28	c cleaning 10000 clauses out of 20009 with flag 1455000/1455000
339.55/336.99	c cleaning 10000 clauses out of 20009 with flag 1465000/1465000
341.36/338.79	c cleaning 9999 clauses out of 20012 with flag 1475003/1475003
343.26/340.66	c cleaning 9999 clauses out of 20010 with flag 1485000/1485000
345.87/343.21	c cleaning 10003 clauses out of 20012 with flag 1495001/1495001
348.46/345.88	c cleaning 10002 clauses out of 20009 with flag 1505001/1505001
351.07/348.45	c cleaning 10002 clauses out of 20007 with flag 1515001/1515001
353.48/350.87	c cleaning 9997 clauses out of 20004 with flag 1525000/1525000
355.38/352.72	c cleaning 9999 clauses out of 20007 with flag 1535000/1535000
357.17/354.52	c cleaning 9994 clauses out of 20008 with flag 1545000/1545000
358.88/356.20	c cleaning 10002 clauses out of 20015 with flag 1555001/1555001
360.48/357.85	c cleaning 9999 clauses out of 20013 with flag 1565001/1565001
362.09/359.43	c cleaning 10002 clauses out of 20015 with flag 1575002/1575002
363.68/361.03	c cleaning 10001 clauses out of 20013 with flag 1585002/1585002
366.08/363.49	c cleaning 10002 clauses out of 20011 with flag 1595001/1595001
368.59/365.90	c cleaning 10000 clauses out of 20008 with flag 1605000/1605000
370.90/368.22	c cleaning 10000 clauses out of 20008 with flag 1615000/1615000
373.41/370.80	c cleaning 9999 clauses out of 20009 with flag 1625001/1625001
375.70/373.08	c cleaning 9998 clauses out of 20010 with flag 1635001/1635001
378.00/375.31	c cleaning 10001 clauses out of 20011 with flag 1645000/1645000
380.20/377.55	c cleaning 10000 clauses out of 20010 with flag 1655000/1655000
382.80/380.15	c cleaning 10000 clauses out of 20010 with flag 1665000/1665000
385.51/382.86	c cleaning 9999 clauses out of 20010 with flag 1675000/1675000
387.71/385.03	c cleaning 10002 clauses out of 20013 with flag 1685002/1685002
390.20/387.52	c cleaning 9999 clauses out of 20010 with flag 1695001/1695001
392.01/389.40	c cleaning 9997 clauses out of 20010 with flag 1705000/1705000
393.81/391.18	c cleaning 10000 clauses out of 20014 with flag 1715001/1715001
396.31/393.66	c cleaning 10000 clauses out of 20014 with flag 1725001/1725001
398.91/396.29	c cleaning 10001 clauses out of 20015 with flag 1735002/1735002
401.32/398.69	c cleaning 9997 clauses out of 20013 with flag 1745001/1745001
404.02/401.30	c cleaning 10002 clauses out of 20016 with flag 1755001/1755001
406.13/403.42	c cleaning 10000 clauses out of 20014 with flag 1765001/1765001
408.83/406.16	c cleaning 9998 clauses out of 20013 with flag 1775000/1775000
411.53/408.87	c cleaning 9999 clauses out of 20016 with flag 1785001/1785001
413.94/411.29	c cleaning 10002 clauses out of 20017 with flag 1795001/1795001
416.73/414.06	c cleaning 10002 clauses out of 20015 with flag 1805001/1805001
419.33/416.70	c cleaning 9999 clauses out of 20013 with flag 1815001/1815001
421.43/418.71	c cleaning 10002 clauses out of 20014 with flag 1825001/1825001
423.83/421.17	c cleaning 10001 clauses out of 20011 with flag 1835000/1835000
426.13/423.46	c cleaning 9999 clauses out of 20011 with flag 1845001/1845001
428.44/425.71	c cleaning 10001 clauses out of 20011 with flag 1855000/1855000
430.74/428.05	c cleaning 10003 clauses out of 20011 with flag 1865001/1865001
432.84/430.17	c cleaning 9998 clauses out of 20008 with flag 1875001/1875001
435.05/432.38	c cleaning 9999 clauses out of 20009 with flag 1885000/1885000
437.25/434.54	c cleaning 9998 clauses out of 20010 with flag 1895000/1895000
439.66/436.99	c cleaning 10003 clauses out of 20012 with flag 1905000/1905000
441.86/439.18	c cleaning 10000 clauses out of 20010 with flag 1915001/1915001
444.37/441.60	c cleaning 9999 clauses out of 20009 with flag 1925000/1925000
446.47/443.77	c cleaning 10002 clauses out of 20011 with flag 1935001/1935001
449.17/446.48	c cleaning 10001 clauses out of 20009 with flag 1945001/1945001
452.87/450.16	c cleaning 10000 clauses out of 20008 with flag 1955001/1955001
455.98/453.22	c cleaning 9998 clauses out of 20007 with flag 1965000/1965000
459.38/456.63	c cleaning 9997 clauses out of 20009 with flag 1975000/1975000
462.58/459.81	c cleaning 10002 clauses out of 20014 with flag 1985002/1985002
464.48/461.80	c cleaning 9996 clauses out of 20010 with flag 1995000/1995000
466.89/464.12	c cleaning 9996 clauses out of 20014 with flag 2005000/2005000
469.28/466.56	c cleaning 10003 clauses out of 20018 with flag 2015000/2015000
472.08/469.38	c cleaning 9999 clauses out of 20016 with flag 2025001/2025001
474.48/471.75	c cleaning 10005 clauses out of 20017 with flag 2035001/2035001
477.39/474.66	c cleaning 9998 clauses out of 20010 with flag 2045000/2045000
480.50/477.78	c cleaning 10005 clauses out of 20013 with flag 2055001/2055001
483.30/480.56	c cleaning 9996 clauses out of 20007 with flag 2065001/2065001
486.00/483.24	c cleaning 9998 clauses out of 20010 with flag 2075000/2075000
488.70/485.97	c cleaning 10003 clauses out of 20013 with flag 2085001/2085001
491.41/488.61	c cleaning 10001 clauses out of 20010 with flag 2095001/2095001
494.41/491.67	c cleaning 9999 clauses out of 20008 with flag 2105000/2105000
497.21/494.40	c cleaning 10002 clauses out of 20009 with flag 2115000/2115000
499.61/496.88	c cleaning 10002 clauses out of 20007 with flag 2125000/2125000
502.12/499.38	c cleaning 10000 clauses out of 20006 with flag 2135001/2135001
504.71/501.99	c cleaning 10002 clauses out of 20006 with flag 2145002/2145002
507.21/504.44	c cleaning 9997 clauses out of 20003 with flag 2155001/2155001
509.91/507.13	c cleaning 9998 clauses out of 20005 with flag 2165001/2165001
512.40/509.69	c cleaning 10001 clauses out of 20007 with flag 2175001/2175001
514.70/511.98	c starts		: 215
514.70/511.98	c conflicts		: 2184637
514.70/511.98	c decisions		: 2237378
514.70/511.98	c propagations		: 46213335
514.70/511.98	c inspects		: 1282742758
514.70/511.98	c learnt literals	: 18
514.70/511.98	c learnt binary clauses	: 89
514.70/511.98	c learnt ternary clauses	: 301
514.70/511.98	c learnt clauses	: 2184618
514.70/511.98	c ignored clauses	: 0
514.70/511.98	c root simplifications	: 0
514.70/511.98	c removed literals (reason simplification)	: 90138193
514.70/511.98	c reason swapping (by a shorter reason)	: 0
514.70/511.98	c Calls to reduceDB	: 219
514.70/511.98	c number of reductions to clauses (during analyze)	: 0
514.70/511.98	c number of learned constraints concerned by reduction	: 0
514.70/511.98	c number of learning phase by resolution	: 0
514.70/511.98	c number of learning phase by cutting planes	: 0
514.70/511.98	c speed (assignments/second)	: 202260.70534479438
514.70/511.98	c non guided choices	5985
514.70/511.98	c learnt constraints type 
514.70/511.98	c constraints type 
514.70/511.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
514.70/511.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 421
514.70/511.98	s OPTIMUM FOUND
514.70/511.98	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 
514.70/511.98	c objective function=3
514.70/511.98	c Total wall clock time (in seconds): 511.784

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-2658335-1276647567/watcher-2658335-1276647567 -o /tmp/evaluation-result-2658335-1276647567/solver-2658335-1276647567 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658335-1276647567.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.24 1.05 1.02 3/106 12523
/proc/meminfo: memFree=1810000/2059040 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=13164 CPUtime=0
/proc/12523/stat : 12523 (java) R 12521 12523 12166 0 -1 4194304 790 0 0 0 0 0 0 0 19 0 1 0 6052087 13479936 352 1992294400 134512640 134550932 4288006192 18446744073709551615 7353989 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12523/statm: 3291 358 143 10 0 1121 0

[startup+0.097751 s]
/proc/loadavg: 1.24 1.05 1.02 3/106 12523
/proc/meminfo: memFree=1810000/2059040 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=1524184 CPUtime=0.09
/proc/12523/stat : 12523 (java) S 12521 12523 12166 0 -1 4202496 3978 0 1 0 7 2 0 0 19 0 12 0 6052087 1560764416 3416 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12523/statm: 381046 3416 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.101749 s]
/proc/loadavg: 1.24 1.05 1.02 3/106 12523
/proc/meminfo: memFree=1810000/2059040 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=1524184 CPUtime=0.09
/proc/12523/stat : 12523 (java) S 12521 12523 12166 0 -1 4202496 4007 0 1 0 7 2 0 0 19 0 12 0 6052087 1560764416 3445 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12523/statm: 381046 3445 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300971 s]
/proc/loadavg: 1.24 1.05 1.02 3/106 12523
/proc/meminfo: memFree=1810000/2059040 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=1526400 CPUtime=0.4
/proc/12523/stat : 12523 (java) S 12521 12523 12166 0 -1 4202496 5358 0 1 0 37 3 0 0 19 0 12 0 6052087 1563033600 4794 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12523/statm: 381600 4794 1365 10 0 378902 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526400

[startup+0.70195 s]
/proc/loadavg: 1.24 1.05 1.02 3/106 12523
/proc/meminfo: memFree=1810000/2059040 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=1531384 CPUtime=1.18
/proc/12523/stat : 12523 (java) S 12521 12523 12166 0 -1 4202496 7039 0 1 0 114 4 0 0 19 0 13 0 6052087 1568137216 6411 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12523/statm: 382846 6411 1418 10 0 380148 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 1531384

[startup+1.50191 s]
/proc/loadavg: 1.46 1.10 1.03 6/119 12536
/proc/meminfo: memFree=1786708/2059040 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=1531384 CPUtime=2.55
/proc/12523/stat : 12523 (java) S 12521 12523 12166 0 -1 4202496 10532 0 1 0 249 6 0 0 19 0 13 0 6052087 1568137216 9903 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12523/statm: 382846 9903 1421 10 0 380148 0
[pid=12523/tid=12525] ppid=12521 vsize=1531384 CPUtime=1.48
/proc/12523/task/12525/stat : 12525 (java) R 12521 12523 12166 0 -1 4202560 7605 0 1 0 144 4 0 0 19 0 13 0 6052089 1568137216 9903 1992294400 134512640 134550932 4288006192 18446744073709551615 4109711788 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12523/tid=12526] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12526/stat : 12526 (java) S 12521 12523 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6052090 1568137216 9903 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12527] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12527/stat : 12527 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 13 0 6052090 1568137216 9903 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12528] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12528/stat : 12528 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6052092 1568137216 9903 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12529] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12529/stat : 12529 (java) S 12521 12523 12166 0 -1 4202560 9 0 0 0 0 0 0 0 22 0 13 0 6052092 1568137216 9903 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12530] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12530/stat : 12530 (java) S 12521 12523 12166 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 6052092 1568137216 9904 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12531] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12531/stat : 12531 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6052096 1568137216 9904 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12532] ppid=12521 vsize=1531384 CPUtime=0.48
/proc/12523/task/12532/stat : 12532 (java) S 12521 12523 12166 0 -1 4202560 596 0 0 0 48 0 0 0 25 0 13 0 6052096 1568137216 9904 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12533] ppid=12521 vsize=1531384 CPUtime=0.56
/proc/12523/task/12533/stat : 12533 (java) S 12521 12523 12166 0 -1 4202560 1262 0 0 0 56 0 0 0 25 0 13 0 6052096 1568137216 9904 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12534] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12534/stat : 12534 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6052096 1568137216 9905 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12535] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12535/stat : 12535 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6052096 1568137216 9905 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12536] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12536/stat : 12536 (java) S 12521 12523 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6052124 1568137216 9906 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 1531384

[startup+3.10082 s]
/proc/loadavg: 1.46 1.10 1.03 3/119 12536
/proc/meminfo: memFree=1760792/2059040 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=1531384 CPUtime=4.28
/proc/12523/stat : 12523 (java) S 12521 12523 12166 0 -1 4202496 14222 0 1 0 420 8 0 0 19 0 13 0 6052087 1568137216 13591 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12523/statm: 382846 13591 1440 10 0 380148 0
[pid=12523/tid=12525] ppid=12521 vsize=1531384 CPUtime=3.05
/proc/12523/task/12525/stat : 12525 (java) R 12521 12523 12166 0 -1 4202560 10523 0 1 0 299 6 0 0 22 0 13 0 6052089 1568137216 13591 1992294400 134512640 134550932 4288006192 18446744073709551615 4109823672 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12523/tid=12526] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12526/stat : 12526 (java) S 12521 12523 12166 0 -1 4202560 250 0 0 0 0 0 0 0 18 0 13 0 6052090 1568137216 13591 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12527] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12527/stat : 12527 (java) S 12521 12523 12166 0 -1 4202560 130 0 0 0 0 0 0 0 18 0 13 0 6052090 1568137216 13591 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12528] ppid=12521 vsize=1531384 CPUtime=0.02
/proc/12523/task/12528/stat : 12528 (java) S 12521 12523 12166 0 -1 4202560 377 0 0 0 2 0 0 0 17 0 13 0 6052092 1568137216 13591 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12529] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12529/stat : 12529 (java) S 12521 12523 12166 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6052092 1568137216 13591 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12530] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12530/stat : 12530 (java) S 12521 12523 12166 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6052092 1568137216 13591 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12531] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12531/stat : 12531 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6052096 1568137216 13591 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12532] ppid=12521 vsize=1531384 CPUtime=0.55
/proc/12523/task/12532/stat : 12532 (java) S 12521 12523 12166 0 -1 4202560 604 0 0 0 55 0 0 0 18 0 13 0 6052096 1568137216 13591 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12533] ppid=12521 vsize=1531384 CPUtime=0.61
/proc/12523/task/12533/stat : 12533 (java) S 12521 12523 12166 0 -1 4202560 1270 0 0 0 61 0 0 0 19 0 13 0 6052096 1568137216 13591 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12534] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12534/stat : 12534 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6052096 1568137216 13591 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12535] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12535/stat : 12535 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6052096 1568137216 13591 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12536] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12536/stat : 12536 (java) S 12521 12523 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6052124 1568137216 13591 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 1531384

[startup+6.30166 s]
/proc/loadavg: 1.46 1.10 1.03 3/119 12536
/proc/meminfo: memFree=1744548/2059040 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=1531384 CPUtime=7.55
/proc/12523/stat : 12523 (java) S 12521 12523 12166 0 -1 4202496 19220 0 1 0 746 9 0 0 19 0 13 0 6052087 1568137216 18584 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12523/statm: 382846 18584 1440 10 0 380148 0
[pid=12523/tid=12525] ppid=12521 vsize=1531384 CPUtime=6.19
/proc/12523/task/12525/stat : 12525 (java) R 12521 12523 12166 0 -1 4202560 14511 0 1 0 612 7 0 0 25 0 13 0 6052089 1568137216 18584 1992294400 134512640 134550932 4288006192 18446744073709551615 4109711961 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12523/tid=12526] ppid=12521 vsize=1531384 CPUtime=0.01
/proc/12523/task/12526/stat : 12526 (java) S 12521 12523 12166 0 -1 4202560 458 0 0 0 1 0 0 0 18 0 13 0 6052090 1568137216 18584 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12527] ppid=12521 vsize=1531384 CPUtime=0.01
/proc/12523/task/12527/stat : 12527 (java) S 12521 12523 12166 0 -1 4202560 324 0 0 0 1 0 0 0 18 0 13 0 6052090 1568137216 18584 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12528] ppid=12521 vsize=1531384 CPUtime=0.06
/proc/12523/task/12528/stat : 12528 (java) S 12521 12523 12166 0 -1 4202560 982 0 0 0 6 0 0 0 16 0 13 0 6052092 1568137216 18584 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12529] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12529/stat : 12529 (java) S 12521 12523 12166 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6052092 1568137216 18584 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12530] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12530/stat : 12530 (java) S 12521 12523 12166 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6052092 1568137216 18584 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12531] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12531/stat : 12531 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6052096 1568137216 18584 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12532] ppid=12521 vsize=1531384 CPUtime=0.6
/proc/12523/task/12532/stat : 12532 (java) S 12521 12523 12166 0 -1 4202560 606 0 0 0 60 0 0 0 18 0 13 0 6052096 1568137216 18584 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12533] ppid=12521 vsize=1531384 CPUtime=0.63
/proc/12523/task/12533/stat : 12533 (java) S 12521 12523 12166 0 -1 4202560 1271 0 0 0 63 0 0 0 18 0 13 0 6052096 1568137216 18584 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12534] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12534/stat : 12534 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6052096 1568137216 18584 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12535] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12535/stat : 12535 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6052096 1568137216 18584 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12536] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12536/stat : 12536 (java) S 12521 12523 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6052124 1568137216 18584 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 1531384

[startup+12.7003 s]
/proc/loadavg: 1.39 1.09 1.03 2/119 12536
/proc/meminfo: memFree=1738100/2059040 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=1531384 CPUtime=14.03
/proc/12523/stat : 12523 (java) S 12521 12523 12166 0 -1 4202496 21830 0 1 0 1392 11 0 0 19 0 13 0 6052087 1568137216 21189 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12523/statm: 382846 21189 1440 10 0 380148 0
[pid=12523/tid=12525] ppid=12521 vsize=1531384 CPUtime=12.52
/proc/12523/task/12525/stat : 12525 (java) R 12521 12523 12166 0 -1 4202560 16861 0 1 0 1243 9 0 0 25 0 13 0 6052089 1568137216 21189 1992294400 134512640 134550932 4288006192 18446744073709551615 4109457121 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12523/tid=12526] ppid=12521 vsize=1531384 CPUtime=0.02
/proc/12523/task/12526/stat : 12526 (java) S 12521 12523 12166 0 -1 4202560 531 0 0 0 2 0 0 0 18 0 13 0 6052090 1568137216 21189 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12527] ppid=12521 vsize=1531384 CPUtime=0.02
/proc/12523/task/12527/stat : 12527 (java) S 12521 12523 12166 0 -1 4202560 390 0 0 0 2 0 0 0 15 0 13 0 6052090 1568137216 21189 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12528] ppid=12521 vsize=1531384 CPUtime=0.12
/proc/12523/task/12528/stat : 12528 (java) S 12521 12523 12166 0 -1 4202560 1092 0 0 0 12 0 0 0 15 0 13 0 6052092 1568137216 21189 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12529] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12529/stat : 12529 (java) S 12521 12523 12166 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6052092 1568137216 21189 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12530] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12530/stat : 12530 (java) S 12521 12523 12166 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6052092 1568137216 21189 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12531] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12531/stat : 12531 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6052096 1568137216 21189 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12532] ppid=12521 vsize=1531384 CPUtime=0.67
/proc/12523/task/12532/stat : 12532 (java) S 12521 12523 12166 0 -1 4202560 617 0 0 0 67 0 0 0 16 0 13 0 6052096 1568137216 21189 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12533] ppid=12521 vsize=1531384 CPUtime=0.63
/proc/12523/task/12533/stat : 12533 (java) S 12521 12523 12166 0 -1 4202560 1271 0 0 0 63 0 0 0 18 0 13 0 6052096 1568137216 21189 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12534] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12534/stat : 12534 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6052096 1568137216 21189 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12535] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12535/stat : 12535 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6052096 1568137216 21189 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12536] ppid=12521 vsize=1531384 CPUtime=0
/proc/12523/task/12536/stat : 12536 (java) S 12521 12523 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6052124 1568137216 21189 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.03
Current children cumulated vsize (KiB) 1531384

[startup+25.5016 s]
/proc/loadavg: 1.33 1.09 1.03 3/119 12536
/proc/meminfo: memFree=1717516/2059040 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=1531384 CPUtime=26.9
/proc/12523/stat : 12523 (java) S 12521 12523 12166 0 -1 4202496 24956 0 1 0 2678 12 0 0 19 0 13 0 6052087 1568137216 24309 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12523/statm: 382846 24309 1440 10 0 380148 0
[pid=12523/tid=12525] ppid=12521 vsize=1531384 CPUtime=25.12
/proc/12523/task/12525/stat : 12525 (java) R 12521 12523 12166 0 -1 4202560 19000 0 1 0 2503 9 0 0 25 0 13 0 6052089 1568137216 24309 1992294400 134512640 134550932 4288006192 18446744073709551615 4109457116 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12523/tid=12526] ppid=12521 vsize=1531384 CPUtime=0.04
/proc/12523/task/12526/stat : 12526 (java) S 12521 12523 12166 0 -1 4202560 664 0 0 0 4 0 0 0 18 0 13 0 6052090 1568137216 24309 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12527] ppid=12521 vsize=1531384 CPUtime=0.05
/proc/12523/task/12527/stat : 12527 (java) S 12521 12523 12166 0 -1 4202560 512 0 0 0 5 0 0 0 15 0 13 0 6052090 1568137216 24309 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12528] ppid=12521 vsize=1531384 CPUtime=0.27

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

/proc/12523/task/12535/stat : 12535 (java) S 12521 12523 12166 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12536] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12536/stat : 12536 (java) S 12521 12523 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6052124 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 511.5
Current children cumulated vsize (KiB) 1535212

[startup+510.302 s]
/proc/loadavg: 1.00 1.02 1.00 3/119 12548
/proc/meminfo: memFree=1648200/2059040 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=1535212 CPUtime=513.11
/proc/12523/stat : 12523 (java) S 12521 12523 12166 0 -1 4202496 43502 0 1 0 51272 39 0 0 19 0 13 0 6052087 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12523/statm: 383803 41352 1440 10 0 381105 0
[pid=12523/tid=12525] ppid=12521 vsize=1535212 CPUtime=500.07
/proc/12523/task/12525/stat : 12525 (java) R 12521 12523 12166 0 -1 4202560 32309 0 1 0 49983 24 0 0 23 0 13 0 6052089 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4109711945 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12523/tid=12526] ppid=12521 vsize=1535212 CPUtime=1.19
/proc/12523/task/12526/stat : 12526 (java) S 12521 12523 12166 0 -1 4202560 817 0 0 0 115 4 0 0 16 0 13 0 6052090 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12527] ppid=12521 vsize=1535212 CPUtime=1.19
/proc/12523/task/12527/stat : 12527 (java) S 12521 12523 12166 0 -1 4202560 679 0 0 0 116 3 0 0 15 0 13 0 6052090 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12528] ppid=12521 vsize=1535212 CPUtime=8.46
/proc/12523/task/12528/stat : 12528 (java) S 12521 12523 12166 0 -1 4202560 4446 0 0 0 843 3 0 0 16 0 13 0 6052092 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12529] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12529/stat : 12529 (java) S 12521 12523 12166 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6052092 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12530] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12530/stat : 12530 (java) S 12521 12523 12166 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6052092 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12531] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12531/stat : 12531 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12532] ppid=12521 vsize=1535212 CPUtime=1.44
/proc/12523/task/12532/stat : 12532 (java) S 12521 12523 12166 0 -1 4202560 2883 0 0 0 143 1 0 0 15 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12533] ppid=12521 vsize=1535212 CPUtime=0.68
/proc/12523/task/12533/stat : 12533 (java) S 12521 12523 12166 0 -1 4202560 1271 0 0 0 68 0 0 0 15 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12534] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12534/stat : 12534 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12535] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12535/stat : 12535 (java) S 12521 12523 12166 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12536] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12536/stat : 12536 (java) S 12521 12523 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6052124 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 513.11
Current children cumulated vsize (KiB) 1535212

[startup+511.102 s]
/proc/loadavg: 1.00 1.02 1.00 3/119 12548
/proc/meminfo: memFree=1648200/2059040 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=1535212 CPUtime=513.9
/proc/12523/stat : 12523 (java) S 12521 12523 12166 0 -1 4202496 43502 0 1 0 51351 39 0 0 19 0 13 0 6052087 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12523/statm: 383803 41352 1440 10 0 381105 0
[pid=12523/tid=12525] ppid=12521 vsize=1535212 CPUtime=500.87
/proc/12523/task/12525/stat : 12525 (java) R 12521 12523 12166 0 -1 4202560 32309 0 1 0 50063 24 0 0 25 0 13 0 6052089 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4109722340 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12523/tid=12526] ppid=12521 vsize=1535212 CPUtime=1.19
/proc/12523/task/12526/stat : 12526 (java) S 12521 12523 12166 0 -1 4202560 817 0 0 0 115 4 0 0 16 0 13 0 6052090 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12527] ppid=12521 vsize=1535212 CPUtime=1.19
/proc/12523/task/12527/stat : 12527 (java) S 12521 12523 12166 0 -1 4202560 679 0 0 0 116 3 0 0 15 0 13 0 6052090 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12528] ppid=12521 vsize=1535212 CPUtime=8.46
/proc/12523/task/12528/stat : 12528 (java) S 12521 12523 12166 0 -1 4202560 4446 0 0 0 843 3 0 0 15 0 13 0 6052092 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12529] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12529/stat : 12529 (java) S 12521 12523 12166 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6052092 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12530] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12530/stat : 12530 (java) S 12521 12523 12166 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6052092 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12531] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12531/stat : 12531 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12532] ppid=12521 vsize=1535212 CPUtime=1.44
/proc/12523/task/12532/stat : 12532 (java) S 12521 12523 12166 0 -1 4202560 2883 0 0 0 143 1 0 0 15 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12533] ppid=12521 vsize=1535212 CPUtime=0.68
/proc/12523/task/12533/stat : 12533 (java) S 12521 12523 12166 0 -1 4202560 1271 0 0 0 68 0 0 0 15 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12534] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12534/stat : 12534 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12535] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12535/stat : 12535 (java) S 12521 12523 12166 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12536] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12536/stat : 12536 (java) S 12521 12523 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6052124 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 513.9
Current children cumulated vsize (KiB) 1535212

[startup+511.51 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 12548
/proc/meminfo: memFree=1648200/2059040 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=1535212 CPUtime=514.31
/proc/12523/stat : 12523 (java) S 12521 12523 12166 0 -1 4202496 43502 0 1 0 51392 39 0 0 19 0 13 0 6052087 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12523/statm: 383803 41352 1440 10 0 381105 0
[pid=12523/tid=12525] ppid=12521 vsize=1535212 CPUtime=501.27
/proc/12523/task/12525/stat : 12525 (java) R 12521 12523 12166 0 -1 4202560 32309 0 1 0 50103 24 0 0 25 0 13 0 6052089 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4109822132 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12523/tid=12526] ppid=12521 vsize=1535212 CPUtime=1.19
/proc/12523/task/12526/stat : 12526 (java) S 12521 12523 12166 0 -1 4202560 817 0 0 0 115 4 0 0 16 0 13 0 6052090 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12527] ppid=12521 vsize=1535212 CPUtime=1.19
/proc/12523/task/12527/stat : 12527 (java) S 12521 12523 12166 0 -1 4202560 679 0 0 0 116 3 0 0 15 0 13 0 6052090 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12528] ppid=12521 vsize=1535212 CPUtime=8.46
/proc/12523/task/12528/stat : 12528 (java) S 12521 12523 12166 0 -1 4202560 4446 0 0 0 843 3 0 0 15 0 13 0 6052092 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12529] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12529/stat : 12529 (java) S 12521 12523 12166 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6052092 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12530] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12530/stat : 12530 (java) S 12521 12523 12166 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6052092 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12531] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12531/stat : 12531 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12532] ppid=12521 vsize=1535212 CPUtime=1.44
/proc/12523/task/12532/stat : 12532 (java) S 12521 12523 12166 0 -1 4202560 2883 0 0 0 143 1 0 0 15 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12533] ppid=12521 vsize=1535212 CPUtime=0.68
/proc/12523/task/12533/stat : 12533 (java) S 12521 12523 12166 0 -1 4202560 1271 0 0 0 68 0 0 0 15 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12534] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12534/stat : 12534 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12535] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12535/stat : 12535 (java) S 12521 12523 12166 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12536] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12536/stat : 12536 (java) S 12521 12523 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6052124 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 514.31
Current children cumulated vsize (KiB) 1535212

[startup+511.902 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 12548
/proc/meminfo: memFree=1648200/2059040 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=1535212 CPUtime=514.7
/proc/12523/stat : 12523 (java) S 12521 12523 12166 0 -1 4202496 43502 0 1 0 51431 39 0 0 19 0 13 0 6052087 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12523/statm: 383803 41352 1440 10 0 381105 0
[pid=12523/tid=12525] ppid=12521 vsize=1535212 CPUtime=501.66
/proc/12523/task/12525/stat : 12525 (java) R 12521 12523 12166 0 -1 4202560 32309 0 1 0 50142 24 0 0 25 0 13 0 6052089 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4109457089 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12523/tid=12526] ppid=12521 vsize=1535212 CPUtime=1.19
/proc/12523/task/12526/stat : 12526 (java) S 12521 12523 12166 0 -1 4202560 817 0 0 0 115 4 0 0 16 0 13 0 6052090 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12527] ppid=12521 vsize=1535212 CPUtime=1.19
/proc/12523/task/12527/stat : 12527 (java) S 12521 12523 12166 0 -1 4202560 679 0 0 0 116 3 0 0 15 0 13 0 6052090 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12528] ppid=12521 vsize=1535212 CPUtime=8.46
/proc/12523/task/12528/stat : 12528 (java) S 12521 12523 12166 0 -1 4202560 4446 0 0 0 843 3 0 0 15 0 13 0 6052092 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12529] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12529/stat : 12529 (java) S 12521 12523 12166 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6052092 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12530] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12530/stat : 12530 (java) S 12521 12523 12166 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6052092 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12531] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12531/stat : 12531 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12532] ppid=12521 vsize=1535212 CPUtime=1.44
/proc/12523/task/12532/stat : 12532 (java) S 12521 12523 12166 0 -1 4202560 2883 0 0 0 143 1 0 0 16 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12533] ppid=12521 vsize=1535212 CPUtime=0.68
/proc/12523/task/12533/stat : 12533 (java) S 12521 12523 12166 0 -1 4202560 1271 0 0 0 68 0 0 0 15 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12534] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12534/stat : 12534 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12535] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12535/stat : 12535 (java) S 12521 12523 12166 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 13 0 6052096 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12536] ppid=12521 vsize=1535212 CPUtime=0
/proc/12523/task/12536/stat : 12536 (java) S 12521 12523 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6052124 1572057088 41352 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 514.7
Current children cumulated vsize (KiB) 1535212

[startup+512.002 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 12548
/proc/meminfo: memFree=1648200/2059040 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=1535536 CPUtime=514.79
/proc/12523/stat : 12523 (java) S 12521 12523 12166 0 -1 4202496 43513 0 1 0 51440 39 0 0 19 0 13 0 6052087 1572388864 41363 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/12523/statm: 383884 41363 1441 10 0 381186 0
[pid=12523/tid=12525] ppid=12521 vsize=1535536 CPUtime=501.74
/proc/12523/task/12525/stat : 12525 (java) S 12521 12523 12166 0 -1 4202560 32315 0 1 0 50150 24 0 0 25 0 13 0 6052089 1572388864 41363 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12526] ppid=12521 vsize=1535536 CPUtime=1.19
/proc/12523/task/12526/stat : 12526 (java) S 12521 12523 12166 0 -1 4202560 817 0 0 0 115 4 0 0 16 0 13 0 6052090 1572388864 41363 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12527] ppid=12521 vsize=1535536 CPUtime=1.19
/proc/12523/task/12527/stat : 12527 (java) S 12521 12523 12166 0 -1 4202560 679 0 0 0 116 3 0 0 15 0 13 0 6052090 1572388864 41363 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12528] ppid=12521 vsize=1535536 CPUtime=8.46
/proc/12523/task/12528/stat : 12528 (java) S 12521 12523 12166 0 -1 4202560 4446 0 0 0 843 3 0 0 15 0 13 0 6052092 1572388864 41363 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 0 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12529] ppid=12521 vsize=1535536 CPUtime=0
/proc/12523/task/12529/stat : 12529 (java) S 12521 12523 12166 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6052092 1572388864 41363 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12530] ppid=12521 vsize=1535536 CPUtime=0
/proc/12523/task/12530/stat : 12530 (java) S 12521 12523 12166 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6052092 1572388864 41363 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12531] ppid=12521 vsize=1535536 CPUtime=0
/proc/12523/task/12531/stat : 12531 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6052096 1572388864 41363 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12532] ppid=12521 vsize=1535536 CPUtime=1.45
/proc/12523/task/12532/stat : 12532 (java) S 12521 12523 12166 0 -1 4202560 2883 0 0 0 144 1 0 0 15 0 13 0 6052096 1572388864 41363 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12533] ppid=12521 vsize=1535536 CPUtime=0.68
/proc/12523/task/12533/stat : 12533 (java) S 12521 12523 12166 0 -1 4202560 1271 0 0 0 68 0 0 0 15 0 13 0 6052096 1572388864 41363 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 1 0 0 0
[pid=12523/tid=12534] ppid=12521 vsize=1535536 CPUtime=0
/proc/12523/task/12534/stat : 12534 (java) S 12521 12523 12166 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 6052096 1572388864 41363 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12535] ppid=12521 vsize=1535536 CPUtime=0
/proc/12523/task/12535/stat : 12535 (java) S 12521 12523 12166 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 13 0 6052096 1572388864 41363 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
[pid=12523/tid=12536] ppid=12521 vsize=1535536 CPUtime=0
/proc/12523/task/12536/stat : 12536 (java) S 12521 12523 12166 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6052124 1572388864 41363 1992294400 134512640 134550932 4288006192 18446744073709551615 4294960144 0 4 0 16800975 18446604437835712640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 514.79
Current children cumulated vsize (KiB) 1535536

Child status: 30
Real time (s): 512.038
CPU time (s): 514.82
CPU user time (s): 514.405
CPU system time (s): 0.414936
CPU usage (%): 100.543
Max. virtual memory (cumulated for all children) (KiB): 1536756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 514.405
system time used= 0.414936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43516
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= 13063
involuntary context switches= 6347

runsolver used 1.16682 second user time and 2.67559 second system time

The end

Launcher Data

Begin job on node030 at 2010-06-16 02:19:27
IDJOB=2658335
IDBENCH=47949
IDSOLVER=1164
FILE ID=node030/2658335-1276647567
PBS_JOBID= 11172424
Free space on /tmp= 62556 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=397-P1=307-P2=37-P3=127-P4=401-P5=331-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658335-1276647567/watcher-2658335-1276647567 -o /tmp/evaluation-result-2658335-1276647567/solver-2658335-1276647567 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658335-1276647567.opb

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

MD5SUM BENCH= 6d677c4de75200a225209ed048e7b96e
RANDOM SEED=1061507892

node030.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1810272 kB
Buffers:         24992 kB
Cached:          99684 kB
SwapCached:          0 kB
Active:         116332 kB
Inactive:        68028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1810272 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             572 kB
Writeback:           0 kB
AnonPages:       59672 kB
Mapped:          15400 kB
Slab:            42440 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180100 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= 62556 MiB
End job on node030 at 2010-06-16 02:28:00