Trace number 2662835

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 NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 512.735 272.943

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900557574.opb
MD5SUM5107a201bfa7ecd84a67ffb212d048dd
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.50286
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
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@1f436f5
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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
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.PBMaxClauseCardConstrDataStructure@18385e3
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 phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No 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	
0.23/0.21	c solving HOME/instance-2662835-1276308334.opb
0.23/0.21	c reading problem ... 
1.09/0.72	c ... done. Wall clock time 0.508s.
1.09/0.72	c #vars     231
1.09/0.72	c #constraints  2707
1.09/0.72	c constraints type 
1.09/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
1.09/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
1.09/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
1.09/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.09/0.72	c constraints type 
1.09/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1.09/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1.09/0.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1.09/0.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
5.45/2.94	c cleaning 2494 clauses out of 5001 with flag 5001/5001
7.00/3.72	c cleaning 4251 clauses out of 8508 with flag 11002/11002
8.95/4.72	c cleaning 5625 clauses out of 11256 with flag 18001/18001
11.48/6.03	c cleaning 6813 clauses out of 13630 with flag 26000/26000
14.61/7.68	c cleaning 7901 clauses out of 15819 with flag 35002/35002
17.52/9.17	c cleaning 8950 clauses out of 17916 with flag 45000/45000
20.64/10.75	c cleaning 9481 clauses out of 18967 with flag 55001/55001
23.37/12.13	c cleaning 9737 clauses out of 19485 with flag 65000/65000
25.86/13.42	c cleaning 9867 clauses out of 19748 with flag 75000/75000
28.38/14.76	c cleaning 9934 clauses out of 19884 with flag 85003/85003
30.90/16.01	c cleaning 9968 clauses out of 19950 with flag 95003/95003
33.23/17.26	c cleaning 9986 clauses out of 19982 with flag 105003/105003
35.53/18.47	c cleaning 9997 clauses out of 19995 with flag 115002/115002
38.05/19.77	c cleaning 9997 clauses out of 19997 with flag 125001/125001
40.53/21.05	c cleaning 9992 clauses out of 20000 with flag 135001/135001
43.04/22.32	c cleaning 9998 clauses out of 20007 with flag 145000/145000
45.53/23.62	c cleaning 10002 clauses out of 20009 with flag 155000/155000
48.23/25.04	c cleaning 9996 clauses out of 20008 with flag 165001/165001
50.75/26.31	c cleaning 10001 clauses out of 20011 with flag 175000/175000
53.05/27.59	c cleaning 10000 clauses out of 20010 with flag 185000/185000
55.91/29.05	c cleaning 9997 clauses out of 20011 with flag 195001/195001
58.41/30.38	c cleaning 10005 clauses out of 20016 with flag 205003/205003
60.71/31.55	c cleaning 9996 clauses out of 20008 with flag 215000/215000
63.22/32.81	c cleaning 10002 clauses out of 20012 with flag 225000/225000
65.30/34.00	c cleaning 10002 clauses out of 20014 with flag 235004/235004
67.80/35.23	c cleaning 9999 clauses out of 20010 with flag 245002/245002
70.08/36.45	c cleaning 10000 clauses out of 20009 with flag 255000/255000
72.58/37.78	c cleaning 9999 clauses out of 20010 with flag 265001/265001
75.05/39.02	c cleaning 10000 clauses out of 20014 with flag 275004/275004
77.35/40.20	c cleaning 10004 clauses out of 20012 with flag 285002/285002
79.85/41.54	c cleaning 9999 clauses out of 20006 with flag 295000/295000
82.34/42.81	c cleaning 9990 clauses out of 20007 with flag 305000/305000
85.01/44.22	c cleaning 10004 clauses out of 20020 with flag 315003/315003
87.49/45.55	c cleaning 10003 clauses out of 20016 with flag 325003/325003
89.98/46.84	c cleaning 10002 clauses out of 20012 with flag 335002/335002
92.28/48.09	c cleaning 9992 clauses out of 20008 with flag 345000/345000
94.74/49.35	c cleaning 10002 clauses out of 20018 with flag 355002/355002
97.24/50.69	c cleaning 10003 clauses out of 20016 with flag 365002/365002
99.52/51.87	c cleaning 10003 clauses out of 20014 with flag 375003/375003
102.20/53.28	c cleaning 9997 clauses out of 20009 with flag 385001/385001
104.86/54.61	c cleaning 10001 clauses out of 20011 with flag 395000/395000
107.15/55.89	c cleaning 9995 clauses out of 20010 with flag 405000/405000
109.43/57.10	c cleaning 10004 clauses out of 20015 with flag 415000/415000
111.93/58.39	c cleaning 10001 clauses out of 20011 with flag 425000/425000
114.37/59.63	c cleaning 9997 clauses out of 20010 with flag 435000/435000
116.65/60.88	c cleaning 9999 clauses out of 20013 with flag 445000/445000
119.33/62.22	c cleaning 10000 clauses out of 20016 with flag 455002/455002
121.80/63.52	c cleaning 10000 clauses out of 20014 with flag 465000/465000
124.47/64.92	c cleaning 10003 clauses out of 20017 with flag 475003/475003
127.14/66.38	c cleaning 9997 clauses out of 20012 with flag 485001/485001
129.81/67.78	c cleaning 10001 clauses out of 20015 with flag 495001/495001
132.69/69.23	c cleaning 9999 clauses out of 20013 with flag 505000/505000
135.32/70.66	c cleaning 10002 clauses out of 20016 with flag 515002/515002
137.80/71.99	c cleaning 9998 clauses out of 20012 with flag 525000/525000
140.65/73.41	c cleaning 10004 clauses out of 20015 with flag 535001/535001
143.13/74.77	c cleaning 9999 clauses out of 20011 with flag 545001/545001
145.76/76.19	c cleaning 10000 clauses out of 20013 with flag 555002/555002
148.43/77.55	c cleaning 9994 clauses out of 20011 with flag 565000/565000
150.89/78.88	c cleaning 9998 clauses out of 20017 with flag 575000/575000
153.77/80.32	c cleaning 10007 clauses out of 20020 with flag 585001/585001
156.78/81.95	c cleaning 9994 clauses out of 20013 with flag 595001/595001
159.46/83.31	c cleaning 10004 clauses out of 20021 with flag 605003/605003
161.72/84.59	c cleaning 10001 clauses out of 20014 with flag 615000/615000
164.20/85.83	c cleaning 9998 clauses out of 20013 with flag 625000/625000
166.82/87.27	c cleaning 9997 clauses out of 20015 with flag 635000/635000
169.28/88.56	c cleaning 9999 clauses out of 20018 with flag 645000/645000
171.93/89.99	c cleaning 10002 clauses out of 20019 with flag 655000/655000
174.61/91.35	c cleaning 10002 clauses out of 20017 with flag 665000/665000
177.02/92.66	c cleaning 10004 clauses out of 20020 with flag 675005/675005
180.08/94.22	c cleaning 9994 clauses out of 20012 with flag 685001/685001
182.55/95.56	c cleaning 9998 clauses out of 20018 with flag 695001/695001
185.02/96.87	c cleaning 9999 clauses out of 20019 with flag 705000/705000
187.63/98.23	c cleaning 10007 clauses out of 20020 with flag 715000/715000
190.09/99.56	c cleaning 10001 clauses out of 20013 with flag 725000/725000
192.55/100.84	c cleaning 9996 clauses out of 20012 with flag 735000/735000
195.01/102.11	c cleaning 10001 clauses out of 20017 with flag 745001/745001
197.45/103.45	c cleaning 10004 clauses out of 20015 with flag 755000/755000
200.09/104.80	c cleaning 10003 clauses out of 20011 with flag 765000/765000
202.75/106.23	c cleaning 9999 clauses out of 20009 with flag 775001/775001
205.41/107.61	c cleaning 9995 clauses out of 20010 with flag 785001/785001
207.85/108.96	c cleaning 9997 clauses out of 20014 with flag 795000/795000
210.49/110.32	c cleaning 10003 clauses out of 20017 with flag 805000/805000
212.94/111.63	c cleaning 9999 clauses out of 20015 with flag 815001/815001
215.60/113.01	c cleaning 9999 clauses out of 20015 with flag 825000/825000
218.03/114.31	c cleaning 10004 clauses out of 20017 with flag 835001/835001
220.28/115.57	c cleaning 9999 clauses out of 20012 with flag 845000/845000
222.72/116.83	c cleaning 10004 clauses out of 20017 with flag 855004/855004
225.17/118.18	c cleaning 9997 clauses out of 20009 with flag 865000/865000
227.80/119.50	c cleaning 10002 clauses out of 20013 with flag 875001/875001
230.26/120.89	c cleaning 10006 clauses out of 20013 with flag 885003/885003
232.90/122.21	c cleaning 9997 clauses out of 20005 with flag 895001/895001
235.35/123.53	c cleaning 10000 clauses out of 20007 with flag 905000/905000
237.77/124.86	c cleaning 9997 clauses out of 20008 with flag 915001/915001
240.22/126.14	c cleaning 9992 clauses out of 20010 with flag 925000/925000
243.08/127.65	c cleaning 10001 clauses out of 20018 with flag 935000/935000
245.51/128.93	c cleaning 10003 clauses out of 20017 with flag 945000/945000
247.72/130.18	c cleaning 0 clauses out of 5000 with flag 0/5000
248.69/130.65	c cleaning 9998 clauses out of 20014 with flag 955000/955000
251.52/132.10	c cleaning 10004 clauses out of 20016 with flag 965000/965000
254.17/133.52	c cleaning 9997 clauses out of 20013 with flag 975001/975001
256.78/134.93	c cleaning 9997 clauses out of 20016 with flag 985001/985001
259.63/136.49	c cleaning 10004 clauses out of 20019 with flag 995001/995001
262.45/137.98	c cleaning 10004 clauses out of 20017 with flag 1005003/1005003
265.71/139.67	c cleaning 10003 clauses out of 20013 with flag 1015003/1015003
268.30/141.00	c cleaning 9996 clauses out of 20009 with flag 1025002/1025002
270.54/142.24	c cleaning 10000 clauses out of 20012 with flag 1035001/1035001
272.98/143.57	c cleaning 10000 clauses out of 20011 with flag 1045000/1045000
275.62/144.97	c cleaning 9996 clauses out of 20013 with flag 1055002/1055002
278.05/146.23	c cleaning 10003 clauses out of 20015 with flag 1065000/1065000
280.29/147.44	c cleaning 10002 clauses out of 20012 with flag 1075000/1075000
282.52/148.67	c cleaning 10000 clauses out of 20010 with flag 1085000/1085000
284.96/149.98	c cleaning 9997 clauses out of 20010 with flag 1095000/1095000
287.36/151.27	c cleaning 10000 clauses out of 20015 with flag 1105002/1105002
289.80/152.51	c cleaning 10003 clauses out of 20015 with flag 1115002/1115002
292.04/153.78	c cleaning 10001 clauses out of 20011 with flag 1125001/1125001
294.50/155.04	c cleaning 10001 clauses out of 20010 with flag 1135001/1135001
296.89/156.33	c cleaning 9996 clauses out of 20009 with flag 1145001/1145001
299.34/157.64	c cleaning 10000 clauses out of 20012 with flag 1155000/1155000
301.58/158.87	c cleaning 9997 clauses out of 20012 with flag 1165000/1165000
304.02/160.17	c cleaning 9999 clauses out of 20019 with flag 1175004/1175004
306.83/161.64	c cleaning 10000 clauses out of 20016 with flag 1185000/1185000
309.24/162.99	c cleaning 10002 clauses out of 20016 with flag 1195000/1195000
311.87/164.39	c cleaning 9998 clauses out of 20015 with flag 1205001/1205001
314.51/165.75	c cleaning 10002 clauses out of 20018 with flag 1215002/1215002
317.32/167.23	c cleaning 10007 clauses out of 20017 with flag 1225003/1225003
320.14/168.77	c cleaning 9993 clauses out of 20007 with flag 1235000/1235000
322.58/170.03	c cleaning 9999 clauses out of 20014 with flag 1245000/1245000
325.22/171.48	c cleaning 9999 clauses out of 20015 with flag 1255000/1255000
327.82/172.82	c cleaning 10002 clauses out of 20017 with flag 1265001/1265001
330.25/174.15	c cleaning 9995 clauses out of 20014 with flag 1275000/1275000
332.68/175.48	c cleaning 10002 clauses out of 20019 with flag 1285000/1285000
335.31/176.82	c cleaning 10002 clauses out of 20017 with flag 1295000/1295000
337.72/178.13	c cleaning 10003 clauses out of 20016 with flag 1305001/1305001
340.14/179.49	c cleaning 10002 clauses out of 20014 with flag 1315002/1315002
342.97/180.91	c cleaning 9995 clauses out of 20012 with flag 1325002/1325002
345.60/182.35	c cleaning 10004 clauses out of 20017 with flag 1335002/1335002
348.59/183.91	c cleaning 10004 clauses out of 20012 with flag 1345001/1345001
350.82/185.19	c cleaning 10002 clauses out of 20007 with flag 1355000/1355000
353.45/186.53	c cleaning 9999 clauses out of 20007 with flag 1365002/1365002
356.07/187.90	c cleaning 9996 clauses out of 20006 with flag 1375000/1375000
358.48/189.26	c cleaning 10000 clauses out of 20010 with flag 1385000/1385000
360.90/190.57	c cleaning 10002 clauses out of 20011 with flag 1395001/1395001
363.33/191.86	c cleaning 9997 clauses out of 20008 with flag 1405000/1405000
365.75/193.16	c cleaning 9999 clauses out of 20012 with flag 1415001/1415001
368.34/194.51	c cleaning 9998 clauses out of 20013 with flag 1425001/1425001
370.78/195.81	c cleaning 10003 clauses out of 20015 with flag 1435001/1435001
373.19/197.10	c cleaning 10002 clauses out of 20013 with flag 1445002/1445002
375.62/198.43	c cleaning 9998 clauses out of 20010 with flag 1455001/1455001
378.40/199.94	c cleaning 10001 clauses out of 20011 with flag 1465000/1465000
380.84/201.28	c cleaning 9984 clauses out of 20010 with flag 1475000/1475000
383.44/202.68	c cleaning 10010 clauses out of 20027 with flag 1485001/1485001
386.06/204.05	c cleaning 10003 clauses out of 20017 with flag 1495001/1495001
388.65/205.43	c cleaning 9992 clauses out of 20014 with flag 1505001/1505001
391.08/206.78	c cleaning 10000 clauses out of 20022 with flag 1515001/1515001
393.88/208.24	c cleaning 10003 clauses out of 20021 with flag 1525000/1525000
396.90/209.82	c cleaning 10003 clauses out of 20018 with flag 1535000/1535000
399.68/211.34	c cleaning 10004 clauses out of 20016 with flag 1545001/1545001
402.69/212.91	c cleaning 10002 clauses out of 20013 with flag 1555002/1555002
405.32/214.37	c cleaning 9995 clauses out of 20011 with flag 1565002/1565002
408.13/215.84	c cleaning 10005 clauses out of 20018 with flag 1575004/1575004
411.11/217.42	c cleaning 10000 clauses out of 20010 with flag 1585001/1585001
413.73/218.86	c cleaning 10001 clauses out of 20010 with flag 1595001/1595001
417.13/220.65	c cleaning 9992 clauses out of 20009 with flag 1605001/1605001
419.96/222.11	c cleaning 10006 clauses out of 20018 with flag 1615002/1615002
422.52/223.51	c cleaning 10002 clauses out of 20012 with flag 1625002/1625002
424.93/224.81	c cleaning 9998 clauses out of 20008 with flag 1635000/1635000
427.35/226.13	c cleaning 9999 clauses out of 20012 with flag 1645002/1645002
429.76/227.48	c cleaning 10002 clauses out of 20011 with flag 1655000/1655000
432.73/229.02	c cleaning 9999 clauses out of 20009 with flag 1665000/1665000
435.35/230.46	c cleaning 9999 clauses out of 20010 with flag 1675000/1675000
438.16/231.99	c cleaning 9999 clauses out of 20012 with flag 1685001/1685001
440.97/233.50	c cleaning 9997 clauses out of 20013 with flag 1695001/1695001
443.74/234.90	c cleaning 10002 clauses out of 20016 with flag 1705001/1705001
446.35/236.37	c cleaning 9997 clauses out of 20013 with flag 1715000/1715000
449.77/238.16	c cleaning 10004 clauses out of 20017 with flag 1725001/1725001
452.38/239.55	c cleaning 10002 clauses out of 20014 with flag 1735002/1735002
455.15/241.09	c cleaning 10002 clauses out of 20013 with flag 1745003/1745003
457.76/242.41	c cleaning 9999 clauses out of 20009 with flag 1755001/1755001
460.37/243.89	c cleaning 10000 clauses out of 20011 with flag 1765002/1765002
462.78/245.15	c cleaning 10001 clauses out of 20011 with flag 1775002/1775002
465.35/246.59	c cleaning 10000 clauses out of 20010 with flag 1785002/1785002
467.96/248.00	c cleaning 10001 clauses out of 20009 with flag 1795001/1795001
470.58/249.36	c cleaning 9995 clauses out of 20008 with flag 1805001/1805001
473.20/250.75	c cleaning 9995 clauses out of 20012 with flag 1815000/1815000
475.95/252.24	c cleaning 10003 clauses out of 20018 with flag 1825001/1825001
478.35/253.56	c cleaning 10003 clauses out of 20018 with flag 1835004/1835004
480.96/254.96	c cleaning 10000 clauses out of 20014 with flag 1845003/1845003
483.77/256.44	c cleaning 9998 clauses out of 20012 with flag 1855001/1855001
486.74/258.08	c cleaning 9999 clauses out of 20013 with flag 1865000/1865000
489.55/259.51	c cleaning 9995 clauses out of 20016 with flag 1875002/1875002
492.14/260.92	c cleaning 10008 clauses out of 20021 with flag 1885002/1885002
494.75/262.40	c cleaning 10001 clauses out of 20012 with flag 1895001/1895001
497.92/264.01	c cleaning 9997 clauses out of 20010 with flag 1905000/1905000
500.32/265.32	c cleaning 9999 clauses out of 20013 with flag 1915000/1915000
503.32/266.93	c cleaning 10001 clauses out of 20020 with flag 1925006/1925006
506.51/268.62	c cleaning 10003 clauses out of 20016 with flag 1935004/1935004
509.47/270.22	c cleaning 10001 clauses out of 20011 with flag 1945002/1945002
512.47/271.80	c And the winner is Resolution
512.64/272.86	c starts		: 210
512.64/272.86	c conflicts		: 1954973
512.64/272.86	c decisions		: 3086250
512.64/272.86	c propagations		: 99393151
512.64/272.86	c inspects		: 949057369
512.64/272.86	c learnt literals	: 5
512.64/272.86	c learnt binary clauses	: 20
512.64/272.86	c learnt ternary clauses	: 523
512.64/272.86	c learnt clauses	: 1954967
512.64/272.86	c ignored clauses	: 0
512.64/272.86	c root simplifications	: 0
512.64/272.86	c removed literals (reason simplification)	: 8835336
512.64/272.86	c reason swapping (by a shorter reason)	: 0
512.64/272.86	c Calls to reduceDB	: 196
512.64/272.86	c number of reductions to clauses (during analyze)	: 0
512.64/272.86	c number of learned constraints concerned by reduction	: 0
512.64/272.86	c number of learning phase by resolution	: 0
512.64/272.86	c number of learning phase by cutting planes	: 0
512.64/272.86	c speed (assignments/second)	: 365241.43240363064
512.64/272.86	c non guided choices	169
512.64/272.89	c learnt constraints type 
512.64/272.89	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19956
512.64/272.89	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 20
512.64/272.89	c constraints type 
512.64/272.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
512.64/272.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
512.64/272.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
512.64/272.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
512.64/272.89	c constraints type 
512.64/272.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
512.64/272.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
512.64/272.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
512.64/272.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
512.64/272.89	s UNSATISFIABLE
512.64/272.89	c Total wall clock time (in seconds): 272.67

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/107 6883
/proc/meminfo: memFree=1505168/2059040 swapFree=4192956/4192956
[pid=6883] ppid=6881 vsize=1832 CPUtime=0
/proc/6883/stat : 6883 (java6) R 6881 6883 6858 0 -1 4194304 253 0 0 0 0 0 0 0 19 0 1 0 4489132 1875968 156 1992294400 134512640 134550932 4291086528 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6883/statm: 1 1 0 0 0 1 0

[startup+0.0571851 s]
/proc/loadavg: 0.85 0.97 0.99 3/107 6883
/proc/meminfo: memFree=1505168/2059040 swapFree=4192956/4192956
[pid=6883] ppid=6881 vsize=1521664 CPUtime=0.04
/proc/6883/stat : 6883 (java) S 6881 6883 6858 0 -1 4202496 3578 0 1 0 2 2 0 0 18 0 7 0 4489132 1558183936 3020 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6883/statm: 380416 3020 1014 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101186 s]
/proc/loadavg: 0.85 0.97 0.99 3/107 6883
/proc/meminfo: memFree=1505168/2059040 swapFree=4192956/4192956
[pid=6883] ppid=6881 vsize=1524180 CPUtime=0.09
/proc/6883/stat : 6883 (java) S 6881 6883 6858 0 -1 4202496 3959 0 1 0 6 3 0 0 18 0 12 0 4489132 1560760320 3399 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6883/statm: 381045 3399 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301202 s]
/proc/loadavg: 0.85 0.97 0.99 3/107 6883
/proc/meminfo: memFree=1505168/2059040 swapFree=4192956/4192956
[pid=6883] ppid=6881 vsize=1526224 CPUtime=0.36
/proc/6883/stat : 6883 (java) S 6881 6883 6858 0 -1 4202496 5375 0 1 0 32 4 0 0 18 0 12 0 4489132 1562853376 4813 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6883/statm: 381556 4813 1361 10 0 378859 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526224

[startup+0.701244 s]
/proc/loadavg: 0.85 0.97 0.99 3/107 6883
/proc/meminfo: memFree=1505168/2059040 swapFree=4192956/4192956
[pid=6883] ppid=6881 vsize=1528564 CPUtime=1.09
/proc/6883/stat : 6883 (java) S 6881 6883 6858 0 -1 4202496 7377 0 1 0 103 6 0 0 18 0 12 0 4489132 1565249536 6723 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6883/statm: 382141 6723 1396 10 0 379444 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528564

[startup+1.50232 s]
/proc/loadavg: 0.85 0.97 0.99 5/123 6899
/proc/meminfo: memFree=1478196/2059040 swapFree=4192956/4192956
[pid=6883] ppid=6881 vsize=1535724 CPUtime=2.67
/proc/6883/stat : 6883 (java) S 6881 6883 6858 0 -1 4202496 11009 0 1 0 260 7 0 0 18 0 16 0 4489132 1572581376 9663 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6883/statm: 383931 9663 1423 10 0 381234 0
[pid=6883/tid=6885] ppid=6881 vsize=1535724 CPUtime=0.69
/proc/6883/task/6885/stat : 6885 (java) S 6881 6883 6858 0 -1 4202560 5272 0 1 0 65 4 0 0 25 0 16 0 4489133 1572581376 9663 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6886] ppid=6881 vsize=1535724 CPUtime=0
/proc/6883/task/6886/stat : 6886 (java) S 6881 6883 6858 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 4489135 1572581376 9663 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6887] ppid=6881 vsize=1535724 CPUtime=0
/proc/6883/task/6887/stat : 6887 (java) S 6881 6883 6858 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 4489135 1572581376 9663 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6888] ppid=6881 vsize=1535724 CPUtime=0
/proc/6883/task/6888/stat : 6888 (java) S 6881 6883 6858 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 4489137 1572581376 9663 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6889] ppid=6881 vsize=1535724 CPUtime=0
/proc/6883/task/6889/stat : 6889 (java) S 6881 6883 6858 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 4489137 1572581376 9663 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6890] ppid=6881 vsize=1535724 CPUtime=0
/proc/6883/task/6890/stat : 6890 (java) S 6881 6883 6858 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 4489137 1572581376 9663 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6891] ppid=6881 vsize=1535724 CPUtime=0
/proc/6883/task/6891/stat : 6891 (java) S 6881 6883 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4489141 1572581376 9663 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6892] ppid=6881 vsize=1535724 CPUtime=0.78
/proc/6883/task/6892/stat : 6892 (java) R 6881 6883 6858 0 -1 4202560 2423 0 0 0 77 1 0 0 18 0 16 0 4489141 1572581376 9663 1992294400 134512640 134550932 4290677728 18446744073709551615 105580350 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6883/tid=6893] ppid=6881 vsize=1535724 CPUtime=0.3
/proc/6883/task/6893/stat : 6893 (java) R 6881 6883 6858 0 -1 4202560 1029 0 0 0 30 0 0 0 25 0 16 0 4489141 1572581376 9663 1992294400 134512640 134550932 4290677728 18446744073709551615 105587918 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6883/tid=6894] ppid=6881 vsize=1535724 CPUtime=0
/proc/6883/task/6894/stat : 6894 (java) S 6881 6883 6858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4489141 1572581376 9663 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6895] ppid=6881 vsize=1535724 CPUtime=0
/proc/6883/task/6895/stat : 6895 (java) S 6881 6883 6858 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4489141 1572581376 9663 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6896] ppid=6881 vsize=1535724 CPUtime=0.36
/proc/6883/task/6896/stat : 6896 (java) R 6881 6883 6858 0 -1 4202560 101 0 0 0 36 0 0 0 25 0 16 0 4489205 1572581376 9663 1992294400 134512640 134550932 4290677728 18446744073709551615 4108929892 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6883/tid=6897] ppid=6881 vsize=1535724 CPUtime=0.5
/proc/6883/task/6897/stat : 6897 (java) R 6881 6883 6858 0 -1 4202560 1110 0 0 0 50 0 0 0 25 0 16 0 4489205 1572581376 9663 1992294400 134512640 134550932 4290677728 18446744073709551615 4108965510 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6883/tid=6898] ppid=6881 vsize=1535724 CPUtime=0
/proc/6883/task/6898/stat : 6898 (java) S 6881 6883 6858 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 4489205 1572581376 9663 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6899] ppid=6881 vsize=1535724 CPUtime=0
/proc/6883/task/6899/stat : 6899 (java) S 6881 6883 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4489207 1572581376 9663 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1535724

[startup+3.10146 s]
/proc/loadavg: 0.85 0.97 0.99 5/123 6899
/proc/meminfo: memFree=1451040/2059040 swapFree=4192956/4192956
[pid=6883] ppid=6881 vsize=1547836 CPUtime=5.82
/proc/6883/stat : 6883 (java) S 6881 6883 6858 0 -1 4202496 35133 0 1 0 564 18 0 0 18 0 16 0 4489132 1584984064 31037 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6883/statm: 386959 31037 1436 10 0 384262 0
[pid=6883/tid=6885] ppid=6881 vsize=1547836 CPUtime=0.69
/proc/6883/task/6885/stat : 6885 (java) S 6881 6883 6858 0 -1 4202560 5272 0 1 0 65 4 0 0 18 0 16 0 4489133 1584984064 31037 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6886] ppid=6881 vsize=1547836 CPUtime=0
/proc/6883/task/6886/stat : 6886 (java) S 6881 6883 6858 0 -1 4202560 339 0 0 0 0 0 0 0 18 0 16 0 4489135 1584984064 31037 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6887] ppid=6881 vsize=1547836 CPUtime=0
/proc/6883/task/6887/stat : 6887 (java) S 6881 6883 6858 0 -1 4202560 165 0 0 0 0 0 0 0 17 0 16 0 4489135 1584984064 31037 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6888] ppid=6881 vsize=1547836 CPUtime=0.02
/proc/6883/task/6888/stat : 6888 (java) S 6881 6883 6858 0 -1 4202560 509 0 0 0 2 0 0 0 17 0 16 0 4489137 1584984064 31037 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6889] ppid=6881 vsize=1547836 CPUtime=0
/proc/6883/task/6889/stat : 6889 (java) S 6881 6883 6858 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 4489137 1584984064 31037 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6890] ppid=6881 vsize=1547836 CPUtime=0
/proc/6883/task/6890/stat : 6890 (java) S 6881 6883 6858 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4489137 1584984064 31037 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6891] ppid=6881 vsize=1547836 CPUtime=0
/proc/6883/task/6891/stat : 6891 (java) S 6881 6883 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4489141 1584984064 31037 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6892] ppid=6881 vsize=1547836 CPUtime=1.89
/proc/6883/task/6892/stat : 6892 (java) R 6881 6883 6858 0 -1 4202560 6152 0 0 0 186 3 0 0 16 0 16 0 4489141 1584984064 31037 1992294400 134512640 134550932 4290677728 18446744073709551615 102192171 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6883/tid=6893] ppid=6881 vsize=1547836 CPUtime=0.7
/proc/6883/task/6893/stat : 6893 (java) R 6881 6883 6858 0 -1 4202560 3099 0 0 0 69 1 0 0 25 0 16 0 4489141 1584984064 31037 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6883/tid=6894] ppid=6881 vsize=1547836 CPUtime=0
/proc/6883/task/6894/stat : 6894 (java) S 6881 6883 6858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4489141 1584984064 31037 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6895] ppid=6881 vsize=1547836 CPUtime=0
/proc/6883/task/6895/stat : 6895 (java) S 6881 6883 6858 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4489141 1584984064 31037 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6896] ppid=6881 vsize=1547836 CPUtime=1.24
/proc/6883/task/6896/stat : 6896 (java) R 6881 6883 6858 0 -1 4202560 693 0 0 0 124 0 0 0 17 0 16 0 4489205 1584984064 31037 1992294400 134512640 134550932 4290677728 18446744073709551615 4108956586 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6883/tid=6897] ppid=6881 vsize=1547836 CPUtime=1.2
/proc/6883/task/6897/stat : 6897 (java) R 6881 6883 6858 0 -1 4202560 17831 0 0 0 113 7 0 0 25 0 16 0 4489205 1584984064 31037 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6883/tid=6898] ppid=6881 vsize=1547836 CPUtime=0
/proc/6883/task/6898/stat : 6898 (java) S 6881 6883 6858 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 4489205 1584984064 31037 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6899] ppid=6881 vsize=1547836 CPUtime=0
/proc/6883/task/6899/stat : 6899 (java) S 6881 6883 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4489207 1584984064 31037 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 1547836

[startup+6.30177 s]
/proc/loadavg: 1.10 1.02 1.01 3/123 6899
/proc/meminfo: memFree=1347500/2059040 swapFree=4192956/4192956
[pid=6883] ppid=6881 vsize=1551064 CPUtime=12.03
/proc/6883/stat : 6883 (java) S 6881 6883 6858 0 -1 4202496 48445 0 1 0 1180 23 0 0 18 0 16 0 4489132 1588289536 41716 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6883/statm: 387766 41716 1448 10 0 385069 0
[pid=6883/tid=6885] ppid=6881 vsize=1551064 CPUtime=0.69
/proc/6883/task/6885/stat : 6885 (java) S 6881 6883 6858 0 -1 4202560 5272 0 1 0 65 4 0 0 15 0 16 0 4489133 1588289536 41716 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6886] ppid=6881 vsize=1551064 CPUtime=0.04
/proc/6883/task/6886/stat : 6886 (java) S 6881 6883 6858 0 -1 4202560 821 0 0 0 4 0 0 0 15 0 16 0 4489135 1588289536 41716 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6887] ppid=6881 vsize=1551064 CPUtime=0.03
/proc/6883/task/6887/stat : 6887 (java) S 6881 6883 6858 0 -1 4202560 453 0 0 0 3 0 0 0 16 0 16 0 4489135 1588289536 41716 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6888] ppid=6881 vsize=1551064 CPUtime=0.14
/proc/6883/task/6888/stat : 6888 (java) S 6881 6883 6858 0 -1 4202560 1195 0 0 0 14 0 0 0 16 0 16 0 4489137 1588289536 41716 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6889] ppid=6881 vsize=1551064 CPUtime=0
/proc/6883/task/6889/stat : 6889 (java) S 6881 6883 6858 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 4489137 1588289536 41716 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6890] ppid=6881 vsize=1551064 CPUtime=0
/proc/6883/task/6890/stat : 6890 (java) S 6881 6883 6858 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4489137 1588289536 41716 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6891] ppid=6881 vsize=1551064 CPUtime=0
/proc/6883/task/6891/stat : 6891 (java) S 6881 6883 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4489141 1588289536 41716 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6892] ppid=6881 vsize=1551064 CPUtime=3.02
/proc/6883/task/6892/stat : 6892 (java) S 6881 6883 6858 0 -1 4202560 9610 0 0 0 298 4 0 0 16 0 16 0 4489141 1588289536 41716 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6893] ppid=6881 vsize=1551064 CPUtime=1.19
/proc/6883/task/6893/stat : 6893 (java) R 6881 6883 6858 0 -1 4202560 3192 0 0 0 118 1 0 0 16 0 16 0 4489141 1588289536 41716 1992294400 134512640 134550932 4290677728 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6883/tid=6894] ppid=6881 vsize=1551064 CPUtime=0
/proc/6883/task/6894/stat : 6894 (java) S 6881 6883 6858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4489141 1588289536 41716 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6895] ppid=6881 vsize=1551064 CPUtime=0
/proc/6883/task/6895/stat : 6895 (java) S 6881 6883 6858 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4489141 1588289536 41716 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6896] ppid=6881 vsize=1551064 CPUtime=3.9
/proc/6883/task/6896/stat : 6896 (java) R 6881 6883 6858 0 -1 4202560 696 0 0 0 390 0 0 0 20 0 16 0 4489205 1588289536 41716 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6883/tid=6897] ppid=6881 vsize=1551064 CPUtime=2.93
/proc/6883/task/6897/stat : 6897 (java) R 6881 6883 6858 0 -1 4202560 26133 0 0 0 284 9 0 0 18 0 16 0 4489205 1588289536 41716 1992294400 134512640 134550932 4290677728 18446744073709551615 4109423468 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6883/tid=6898] ppid=6881 vsize=1551064 CPUtime=0
/proc/6883/task/6898/stat : 6898 (java) S 6881 6883 6858 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 4489205 1588289536 41716 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6899] ppid=6881 vsize=1551064 CPUtime=0
/proc/6883/task/6899/stat : 6899 (java) S 6881 6883 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4489207 1588289536 41716 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.03
Current children cumulated vsize (KiB) 1551064

[startup+12.7023 s]
/proc/loadavg: 1.17 1.03 1.01 3/123 6899
/proc/meminfo: memFree=1306580/2059040 swapFree=4192956/4192956
[pid=6883] ppid=6881 vsize=1551064 CPUtime=24.48
/proc/6883/stat : 6883 (java) S 6881 6883 6858 0 -1 4202496 58020 0 1 0 2421 27 0 0 18 0 16 0 4489132 1588289536 51158 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6883/statm: 387766 51158 1448 10 0 385069 0
[pid=6883/tid=6885] ppid=6881 vsize=1551064 CPUtime=0.69
/proc/6883/task/6885/stat : 6885 (java) S 6881 6883 6858 0 -1 4202560 5273 0 1 0 65 4 0 0 15 0 16 0 4489133 1588289536 51158 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6886] ppid=6881 vsize=1551064 CPUtime=0.13
/proc/6883/task/6886/stat : 6886 (java) S 6881 6883 6858 0 -1 4202560 2162 0 0 0 13 0 0 0 15 0 16 0 4489135 1588289536 51158 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6887] ppid=6881 vsize=1551064 CPUtime=0.12
/proc/6883/task/6887/stat : 6887 (java) S 6881 6883 6858 0 -1 4202560 1735 0 0 0 12 0 0 0 15 0 16 0 4489135 1588289536 51158 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6888] ppid=6881 vsize=1551064 CPUtime=0.37
/proc/6883/task/6888/stat : 6888 (java) S 6881 6883 6858 0 -1 4202560 2400 0 0 0 36 1 0 0 16 0 16 0 4489137 1588289536 51158 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6889] ppid=6881 vsize=1551064 CPUtime=0
/proc/6883/task/6889/stat : 6889 (java) S 6881 6883 6858 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 4489137 1588289536 51158 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6890] ppid=6881 vsize=1551064 CPUtime=0
/proc/6883/task/6890/stat : 6890 (java) S 6881 6883 6858 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4489137 1588289536 51158 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6891] ppid=6881 vsize=1551064 CPUtime=0
/proc/6883/task/6891/stat : 6891 (java) S 6881 6883 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4489141 1588289536 51158 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6892] ppid=6881 vsize=1551064 CPUtime=3.02
/proc/6883/task/6892/stat : 6892 (java) S 6881 6883 6858 0 -1 4202560 9610 0 0 0 298 4 0 0 16 0 16 0 4489141 1588289536 51158 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6893] ppid=6881 vsize=1551064 CPUtime=1.49
/proc/6883/task/6893/stat : 6893 (java) S 6881 6883 6858 0 -1 4202560 3227 0 0 0 148 1 0 0 15 0 16 0 4489141 1588289536 51158 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6894] ppid=6881 vsize=1551064 CPUtime=0
/proc/6883/task/6894/stat : 6894 (java) S 6881 6883 6858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4489141 1588289536 51158 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6895] ppid=6881 vsize=1551064 CPUtime=0
/proc/6883/task/6895/stat : 6895 (java) S 6881 6883 6858 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4489141 1588289536 51158 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0

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

[pid=6883/tid=6889] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6889/stat : 6889 (java) S 6881 6883 6858 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 4489137 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6890] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6890/stat : 6890 (java) S 6881 6883 6858 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4489137 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6891] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6891/stat : 6891 (java) S 6881 6883 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4489141 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6892] ppid=6881 vsize=1558232 CPUtime=3.45
/proc/6883/task/6892/stat : 6892 (java) S 6881 6883 6858 0 -1 4202560 11802 0 0 0 340 5 0 0 15 0 16 0 4489141 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6893] ppid=6881 vsize=1558232 CPUtime=1.67
/proc/6883/task/6893/stat : 6893 (java) S 6881 6883 6858 0 -1 4202560 3227 0 0 0 166 1 0 0 15 0 16 0 4489141 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6894] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6894/stat : 6894 (java) S 6881 6883 6858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4489141 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6895] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6895/stat : 6895 (java) S 6881 6883 6858 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 16 0 4489141 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6896] ppid=6881 vsize=1558232 CPUtime=236.56
/proc/6883/task/6896/stat : 6896 (java) S 6881 6883 6858 0 -1 4202560 939 0 0 0 23648 8 0 0 25 0 16 0 4489205 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6897] ppid=6881 vsize=1558232 CPUtime=233.32
/proc/6883/task/6897/stat : 6897 (java) S 6881 6883 6858 0 -1 4202560 31835 0 0 0 23318 14 0 0 25 0 16 0 4489205 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6898] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6898/stat : 6898 (java) S 6881 6883 6858 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 4489205 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6899] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6899/stat : 6899 (java) S 6881 6883 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4489207 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 506.65
Current children cumulated vsize (KiB) 1558232

[startup+270.301 s]
/proc/loadavg: 1.97 1.57 1.23 3/123 6907
/proc/meminfo: memFree=1263552/2059040 swapFree=4192956/4192956
[pid=6883] ppid=6881 vsize=1558232 CPUtime=509.6
/proc/6883/stat : 6883 (java) S 6881 6883 6858 0 -1 4202496 69480 0 1 0 50903 57 0 0 18 0 16 0 4489132 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6883/statm: 389558 61252 1448 10 0 386861 0
[pid=6883/tid=6885] ppid=6881 vsize=1558232 CPUtime=0.69
/proc/6883/task/6885/stat : 6885 (java) S 6881 6883 6858 0 -1 4202560 5278 0 1 0 65 4 0 0 15 0 16 0 4489133 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6886] ppid=6881 vsize=1558232 CPUtime=2.48
/proc/6883/task/6886/stat : 6886 (java) S 6881 6883 6858 0 -1 4202560 4583 0 0 0 240 8 0 0 16 0 16 0 4489135 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6887] ppid=6881 vsize=1558232 CPUtime=2.47
/proc/6883/task/6887/stat : 6887 (java) S 6881 6883 6858 0 -1 4202560 4279 0 0 0 239 8 0 0 15 0 16 0 4489135 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6888] ppid=6881 vsize=1558232 CPUtime=26.17
/proc/6883/task/6888/stat : 6888 (java) R 6881 6883 6858 0 -1 4202560 6448 0 0 0 2612 5 0 0 16 0 16 0 4489137 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=6883/tid=6889] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6889/stat : 6889 (java) S 6881 6883 6858 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 4489137 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6890] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6890/stat : 6890 (java) S 6881 6883 6858 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4489137 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6891] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6891/stat : 6891 (java) S 6881 6883 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 4489141 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6892] ppid=6881 vsize=1558232 CPUtime=3.45
/proc/6883/task/6892/stat : 6892 (java) S 6881 6883 6858 0 -1 4202560 11802 0 0 0 340 5 0 0 15 0 16 0 4489141 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6893] ppid=6881 vsize=1558232 CPUtime=1.67
/proc/6883/task/6893/stat : 6893 (java) S 6881 6883 6858 0 -1 4202560 3227 0 0 0 166 1 0 0 15 0 16 0 4489141 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6894] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6894/stat : 6894 (java) S 6881 6883 6858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 4489141 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6895] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6895/stat : 6895 (java) S 6881 6883 6858 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 16 0 4489141 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6896] ppid=6881 vsize=1558232 CPUtime=237.92
/proc/6883/task/6896/stat : 6896 (java) S 6881 6883 6858 0 -1 4202560 940 0 0 0 23784 8 0 0 25 0 16 0 4489205 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6897] ppid=6881 vsize=1558232 CPUtime=234.67
/proc/6883/task/6897/stat : 6897 (java) S 6881 6883 6858 0 -1 4202560 31835 0 0 0 23453 14 0 0 25 0 16 0 4489205 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6898] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6898/stat : 6898 (java) S 6881 6883 6858 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 4489205 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6899] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6899/stat : 6899 (java) S 6881 6883 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4489207 1595629568 61252 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 509.6
Current children cumulated vsize (KiB) 1558232

[startup+271.901 s]
/proc/loadavg: 1.97 1.57 1.23 3/123 6907
/proc/meminfo: memFree=1263552/2059040 swapFree=4192956/4192956
[pid=6883] ppid=6881 vsize=1558232 CPUtime=512.57
/proc/6883/stat : 6883 (java) S 6881 6883 6858 0 -1 4202496 69482 0 1 0 51200 57 0 0 18 0 15 0 4489132 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6883/statm: 389558 61253 1449 10 0 386861 0
[pid=6883/tid=6885] ppid=6881 vsize=1558232 CPUtime=0.69
/proc/6883/task/6885/stat : 6885 (java) S 6881 6883 6858 0 -1 4202560 5278 0 1 0 65 4 0 0 15 0 15 0 4489133 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6886] ppid=6881 vsize=1558232 CPUtime=2.48
/proc/6883/task/6886/stat : 6886 (java) S 6881 6883 6858 0 -1 4202560 4583 0 0 0 240 8 0 0 16 0 15 0 4489135 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6887] ppid=6881 vsize=1558232 CPUtime=2.47
/proc/6883/task/6887/stat : 6887 (java) S 6881 6883 6858 0 -1 4202560 4279 0 0 0 239 8 0 0 15 0 15 0 4489135 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6888] ppid=6881 vsize=1558232 CPUtime=26.27
/proc/6883/task/6888/stat : 6888 (java) S 6881 6883 6858 0 -1 4202560 6448 0 0 0 2622 5 0 0 16 0 15 0 4489137 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6889] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6889/stat : 6889 (java) S 6881 6883 6858 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 4489137 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6890] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6890/stat : 6890 (java) S 6881 6883 6858 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 4489137 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6891] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6891/stat : 6891 (java) S 6881 6883 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 15 0 4489141 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6892] ppid=6881 vsize=1558232 CPUtime=3.46
/proc/6883/task/6892/stat : 6892 (java) S 6881 6883 6858 0 -1 4202560 11802 0 0 0 341 5 0 0 15 0 15 0 4489141 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6893] ppid=6881 vsize=1558232 CPUtime=1.67
/proc/6883/task/6893/stat : 6893 (java) S 6881 6883 6858 0 -1 4202560 3227 0 0 0 166 1 0 0 15 0 15 0 4489141 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6894] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6894/stat : 6894 (java) S 6881 6883 6858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 4489141 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6895] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6895/stat : 6895 (java) S 6881 6883 6858 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 15 0 4489141 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6897] ppid=6881 vsize=1558232 CPUtime=236.13
/proc/6883/task/6897/stat : 6897 (java) R 6881 6883 6858 0 -1 4202560 31836 0 0 0 23599 14 0 0 25 0 15 0 4489205 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4109452669 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6883/tid=6898] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6898/stat : 6898 (java) S 6881 6883 6858 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 4489205 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6899] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6899/stat : 6899 (java) S 6881 6883 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 4489207 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 512.57
Current children cumulated vsize (KiB) 1558232

[startup+272.701 s]
/proc/loadavg: 1.82 1.54 1.22 1/121 6907
/proc/meminfo: memFree=1263568/2059040 swapFree=4192956/4192956
[pid=6883] ppid=6881 vsize=1558232 CPUtime=512.64
/proc/6883/stat : 6883 (java) S 6881 6883 6858 0 -1 4202496 69482 0 1 0 51207 57 0 0 18 0 14 0 4489132 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6883/statm: 389558 61253 1449 10 0 386861 0
[pid=6883/tid=6885] ppid=6881 vsize=1558232 CPUtime=0.69
/proc/6883/task/6885/stat : 6885 (java) S 6881 6883 6858 0 -1 4202560 5278 0 1 0 65 4 0 0 15 0 14 0 4489133 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6886] ppid=6881 vsize=1558232 CPUtime=2.48
/proc/6883/task/6886/stat : 6886 (java) S 6881 6883 6858 0 -1 4202560 4583 0 0 0 240 8 0 0 16 0 14 0 4489135 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6887] ppid=6881 vsize=1558232 CPUtime=2.47
/proc/6883/task/6887/stat : 6887 (java) S 6881 6883 6858 0 -1 4202560 4279 0 0 0 239 8 0 0 15 0 14 0 4489135 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6888] ppid=6881 vsize=1558232 CPUtime=26.28
/proc/6883/task/6888/stat : 6888 (java) S 6881 6883 6858 0 -1 4202560 6448 0 0 0 2623 5 0 0 15 0 14 0 4489137 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6889] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6889/stat : 6889 (java) S 6881 6883 6858 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 4489137 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6890] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6890/stat : 6890 (java) S 6881 6883 6858 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 4489137 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6891] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6891/stat : 6891 (java) S 6881 6883 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 4489141 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6892] ppid=6881 vsize=1558232 CPUtime=3.46
/proc/6883/task/6892/stat : 6892 (java) S 6881 6883 6858 0 -1 4202560 11802 0 0 0 341 5 0 0 15 0 14 0 4489141 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6893] ppid=6881 vsize=1558232 CPUtime=1.67
/proc/6883/task/6893/stat : 6893 (java) S 6881 6883 6858 0 -1 4202560 3227 0 0 0 166 1 0 0 15 0 14 0 4489141 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6894] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6894/stat : 6894 (java) S 6881 6883 6858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 4489141 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6895] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6895/stat : 6895 (java) S 6881 6883 6858 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 14 0 4489141 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6898] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6898/stat : 6898 (java) S 6881 6883 6858 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 4489205 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6899] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6899/stat : 6899 (java) S 6881 6883 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 4489207 1595629568 61253 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 512.64
Current children cumulated vsize (KiB) 1558232

[startup+272.901 s]
/proc/loadavg: 1.82 1.54 1.22 1/121 6907
/proc/meminfo: memFree=1263568/2059040 swapFree=4192956/4192956
[pid=6883] ppid=6881 vsize=1558232 CPUtime=512.69
/proc/6883/stat : 6883 (java) S 6881 6883 6858 0 -1 4202496 69490 0 1 0 51212 57 0 0 18 0 14 0 4489132 1595629568 61260 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6883/statm: 389558 61260 1451 10 0 386861 0
[pid=6883/tid=6885] ppid=6881 vsize=1558232 CPUtime=0.69
/proc/6883/task/6885/stat : 6885 (java) S 6881 6883 6858 0 -1 4202560 5283 0 1 0 65 4 0 0 15 0 14 0 4489133 1595629568 61260 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6886] ppid=6881 vsize=1558232 CPUtime=2.48
/proc/6883/task/6886/stat : 6886 (java) S 6881 6883 6858 0 -1 4202560 4583 0 0 0 240 8 0 0 16 0 14 0 4489135 1595629568 61260 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6887] ppid=6881 vsize=1558232 CPUtime=2.47
/proc/6883/task/6887/stat : 6887 (java) S 6881 6883 6858 0 -1 4202560 4279 0 0 0 239 8 0 0 15 0 14 0 4489135 1595629568 61260 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6888] ppid=6881 vsize=1558232 CPUtime=26.28
/proc/6883/task/6888/stat : 6888 (java) S 6881 6883 6858 0 -1 4202560 6448 0 0 0 2623 5 0 0 15 0 14 0 4489137 1595629568 61260 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 0 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6889] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6889/stat : 6889 (java) S 6881 6883 6858 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 4489137 1595629568 61260 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6890] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6890/stat : 6890 (java) S 6881 6883 6858 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 4489137 1595629568 61260 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6891] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6891/stat : 6891 (java) S 6881 6883 6858 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 4489141 1595629568 61260 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6892] ppid=6881 vsize=1558232 CPUtime=3.47
/proc/6883/task/6892/stat : 6892 (java) S 6881 6883 6858 0 -1 4202560 11804 0 0 0 342 5 0 0 15 0 14 0 4489141 1595629568 61260 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6893] ppid=6881 vsize=1558232 CPUtime=1.69
/proc/6883/task/6893/stat : 6893 (java) R 6881 6883 6858 0 -1 4202560 3227 0 0 0 168 1 0 0 15 0 14 0 4489141 1595629568 61260 1992294400 134512640 134550932 4290677728 18446744073709551615 103371580 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6883/tid=6894] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6894/stat : 6894 (java) S 6881 6883 6858 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 4489141 1595629568 61260 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 0 0 0 0
[pid=6883/tid=6895] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6895/stat : 6895 (java) S 6881 6883 6858 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 14 0 4489141 1595629568 61260 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6898] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6898/stat : 6898 (java) S 6881 6883 6858 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 4489205 1595629568 61260 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
[pid=6883/tid=6899] ppid=6881 vsize=1558232 CPUtime=0
/proc/6883/task/6899/stat : 6899 (java) S 6881 6883 6858 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 4489207 1595629568 61260 1992294400 134512640 134550932 4290677728 18446744073709551615 4294960144 0 4 0 16800975 18446604437820480384 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 512.69
Current children cumulated vsize (KiB) 1558232

Child status: 20
Real time (s): 272.943
CPU time (s): 512.735
CPU user time (s): 512.134
CPU system time (s): 0.600908
CPU usage (%): 187.854
Max. virtual memory (cumulated for all children) (KiB): 1559256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 512.134
system time used= 0.600908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69491
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= 9228
involuntary context switches= 15450

runsolver used 1.84672 second user time and 2.74858 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-12 04:05:34
IDJOB=2662835
IDBENCH=1350
IDSOLVER=1166
FILE ID=node025/2662835-1276308334
PBS_JOBID= 11173146
Free space on /tmp= 62540 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900557574.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662835-1276308334/watcher-2662835-1276308334 -o /tmp/evaluation-result-2662835-1276308334/solver-2662835-1276308334 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662835-1276308334.opb

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

MD5SUM BENCH= 5107a201bfa7ecd84a67ffb212d048dd
RANDOM SEED=484165462

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1505440 kB
Buffers:         84112 kB
Cached:         329312 kB
SwapCached:          0 kB
Active:         175324 kB
Inactive:       297308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1505440 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:       59148 kB
Mapped:          15388 kB
Slab:            59048 kB
PageTables:       4080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181920 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= 62540 MiB
End job on node025 at 2010-06-12 04:10:07