Trace number 3454876

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 Res//CP 2.3.0UNSAT 328.759 176.045

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900567024.opb
MD5SUM42a09607e2cf515cb7da5ec0628015c7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark1.44578
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 755
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454876-1307187467.opb
0.10/0.11	c reading problem ... 
0.47/0.32	c ... done. Wall clock time 0.207s.
0.47/0.32	c #vars     231
0.47/0.32	c #constraints  2707
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.47/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.47/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.99/0.80	c cleaning 2496 clauses out of 5000 with flag 5000/5000
3.16/1.08	c cleaning 4250 clauses out of 8506 with flag 11002/11002
4.00/1.43	c cleaning 5624 clauses out of 11254 with flag 18000/18000
4.91/1.87	c cleaning 6809 clauses out of 13631 with flag 26001/26001
5.93/2.39	c cleaning 7910 clauses out of 15824 with flag 35003/35003
7.10/2.99	c cleaning 8950 clauses out of 17911 with flag 45000/45000
8.48/3.61	c cleaning 9478 clauses out of 18964 with flag 55003/55003
9.46/4.18	c cleaning 9736 clauses out of 19484 with flag 65001/65001
10.63/4.79	c cleaning 9869 clauses out of 19747 with flag 75000/75000
11.80/5.38	c cleaning 9931 clauses out of 19878 with flag 85000/85000
12.96/5.94	c cleaning 9965 clauses out of 19948 with flag 95001/95001
14.16/6.54	c cleaning 9982 clauses out of 19985 with flag 105003/105003
15.28/7.11	c cleaning 9992 clauses out of 20000 with flag 115000/115000
16.49/7.72	c cleaning 9999 clauses out of 20008 with flag 125000/125000
17.62/8.31	c cleaning 10002 clauses out of 20010 with flag 135001/135001
18.62/8.85	c cleaning 10003 clauses out of 20010 with flag 145003/145003
19.73/9.43	c cleaning 9995 clauses out of 20005 with flag 155001/155001
20.73/9.99	c cleaning 9998 clauses out of 20010 with flag 165001/165001
21.86/10.50	c cleaning 9998 clauses out of 20011 with flag 175000/175000
22.66/10.99	c cleaning 10001 clauses out of 20013 with flag 185000/185000
23.77/11.53	c cleaning 10001 clauses out of 20012 with flag 195000/195000
24.77/12.03	c cleaning 10002 clauses out of 20011 with flag 205000/205000
25.69/12.55	c cleaning 9998 clauses out of 20009 with flag 215000/215000
26.65/13.08	c cleaning 10003 clauses out of 20012 with flag 225001/225001
27.79/13.60	c cleaning 9994 clauses out of 20008 with flag 235000/235000
28.75/14.11	c cleaning 9999 clauses out of 20014 with flag 245000/245000
29.70/14.60	c cleaning 10002 clauses out of 20017 with flag 255002/255002
30.67/15.13	c cleaning 10002 clauses out of 20015 with flag 265002/265002
31.61/15.67	c cleaning 9997 clauses out of 20011 with flag 275000/275000
32.79/16.25	c cleaning 10005 clauses out of 20014 with flag 285000/285000
33.97/16.84	c cleaning 10001 clauses out of 20010 with flag 295001/295001
34.92/17.36	c cleaning 9997 clauses out of 20008 with flag 305000/305000
35.86/17.89	c cleaning 9991 clauses out of 20011 with flag 315000/315000
37.01/18.42	c cleaning 10008 clauses out of 20022 with flag 325002/325002
37.97/18.94	c cleaning 9999 clauses out of 20013 with flag 335001/335001
38.92/19.47	c cleaning 9999 clauses out of 20013 with flag 345000/345000
40.05/20.01	c cleaning 10001 clauses out of 20016 with flag 355002/355002
41.00/20.52	c cleaning 10002 clauses out of 20013 with flag 365000/365000
41.95/21.05	c cleaning 10001 clauses out of 20013 with flag 375002/375002
42.91/21.59	c cleaning 9997 clauses out of 20010 with flag 385000/385000
44.04/22.14	c cleaning 10001 clauses out of 20013 with flag 395000/395000
44.99/22.68	c cleaning 10001 clauses out of 20014 with flag 405002/405002
45.98/23.19	c cleaning 9998 clauses out of 20012 with flag 415001/415001
46.89/23.68	c cleaning 10004 clauses out of 20014 with flag 425001/425001
48.05/24.22	c cleaning 9998 clauses out of 20010 with flag 435001/435001
48.96/24.72	c cleaning 9999 clauses out of 20015 with flag 445004/445004
49.94/25.25	c cleaning 9998 clauses out of 20013 with flag 455001/455001
50.85/25.75	c cleaning 10001 clauses out of 20016 with flag 465002/465002
51.77/26.30	c cleaning 10002 clauses out of 20013 with flag 475000/475000
52.91/26.85	c cleaning 10000 clauses out of 20012 with flag 485001/485001
53.85/27.40	c cleaning 10002 clauses out of 20013 with flag 495002/495002
55.00/27.96	c cleaning 9998 clauses out of 20010 with flag 505001/505001
56.15/28.56	c cleaning 10005 clauses out of 20013 with flag 515002/515002
57.28/29.10	c cleaning 9997 clauses out of 20006 with flag 525000/525000
58.26/29.63	c cleaning 9996 clauses out of 20009 with flag 535000/535000
59.37/30.20	c cleaning 9994 clauses out of 20014 with flag 545001/545001
60.32/30.75	c cleaning 0 clauses out of 5000 with flag 0/5000
60.54/30.90	c cleaning 10000 clauses out of 20019 with flag 555000/555000
61.92/31.47	c cleaning 10003 clauses out of 20019 with flag 565000/565000
63.20/32.04	c cleaning 10008 clauses out of 20019 with flag 575003/575003
64.32/32.62	c cleaning 9996 clauses out of 20008 with flag 585000/585000
65.25/33.17	c cleaning 9995 clauses out of 20012 with flag 595000/595000
66.19/33.68	c cleaning 10002 clauses out of 20018 with flag 605001/605001
67.33/34.20	c cleaning 10005 clauses out of 20015 with flag 615000/615000
68.25/34.77	c cleaning 9997 clauses out of 20010 with flag 625000/625000
69.38/35.32	c cleaning 9995 clauses out of 20013 with flag 635000/635000
70.32/35.86	c cleaning 10002 clauses out of 20018 with flag 645000/645000
71.46/36.43	c cleaning 9999 clauses out of 20016 with flag 655000/655000
72.57/37.01	c cleaning 10005 clauses out of 20018 with flag 665001/665001
73.50/37.59	c cleaning 9998 clauses out of 20012 with flag 675000/675000
74.64/38.16	c cleaning 9997 clauses out of 20014 with flag 685000/685000
75.57/38.69	c cleaning 10003 clauses out of 20019 with flag 695002/695002
76.68/39.25	c cleaning 10003 clauses out of 20016 with flag 705002/705002
77.82/39.82	c cleaning 9999 clauses out of 20011 with flag 715000/715000
78.76/40.39	c cleaning 10003 clauses out of 20013 with flag 725001/725001
79.90/40.94	c cleaning 10003 clauses out of 20009 with flag 735000/735000
81.00/41.55	c cleaning 10000 clauses out of 20006 with flag 745000/745000
82.14/42.16	c cleaning 9993 clauses out of 20008 with flag 755002/755002
83.27/42.73	c cleaning 10003 clauses out of 20013 with flag 765000/765000
84.41/43.33	c cleaning 9995 clauses out of 20010 with flag 775000/775000
85.55/43.98	c cleaning 10005 clauses out of 20016 with flag 785001/785001
86.65/44.57	c cleaning 10000 clauses out of 20010 with flag 795000/795000
87.82/45.14	c cleaning 10001 clauses out of 20010 with flag 805000/805000
88.91/45.71	c cleaning 10000 clauses out of 20009 with flag 815000/815000
90.02/46.39	c cleaning 9999 clauses out of 20009 with flag 825000/825000
91.15/46.99	c cleaning 10001 clauses out of 20012 with flag 835002/835002
92.28/47.59	c cleaning 9998 clauses out of 20010 with flag 845001/845001
93.62/48.23	c cleaning 9998 clauses out of 20011 with flag 855000/855000
94.72/48.89	c cleaning 9999 clauses out of 20013 with flag 865000/865000
96.09/49.53	c cleaning 10001 clauses out of 20015 with flag 875001/875001
97.18/50.16	c cleaning 10003 clauses out of 20013 with flag 885000/885000
98.31/50.71	c cleaning 10002 clauses out of 20011 with flag 895001/895001
99.41/51.33	c cleaning 10001 clauses out of 20009 with flag 905001/905001
100.54/51.93	c cleaning 9999 clauses out of 20007 with flag 915000/915000
101.67/52.51	c cleaning 9998 clauses out of 20009 with flag 925001/925001
102.61/53.08	c cleaning 10001 clauses out of 20010 with flag 935000/935000
103.71/53.66	c cleaning 10001 clauses out of 20010 with flag 945001/945001
104.84/54.25	c cleaning 9995 clauses out of 20008 with flag 955000/955000
105.97/54.82	c cleaning 9999 clauses out of 20014 with flag 965001/965001
106.90/55.39	c cleaning 10004 clauses out of 20015 with flag 975001/975001
108.23/56.08	c cleaning 10002 clauses out of 20013 with flag 985003/985003
109.52/56.70	c cleaning 10003 clauses out of 20012 with flag 995004/995004
110.49/57.29	c cleaning 9997 clauses out of 20005 with flag 1005000/1005000
111.58/57.87	c cleaning 9994 clauses out of 20008 with flag 1015000/1015000
112.68/58.47	c cleaning 10003 clauses out of 20015 with flag 1025001/1025001
114.01/59.11	c cleaning 9985 clauses out of 20012 with flag 1035001/1035001
115.14/59.71	c cleaning 10005 clauses out of 20028 with flag 1045002/1045002
116.26/60.30	c cleaning 10004 clauses out of 20023 with flag 1055002/1055002
117.36/60.91	c cleaning 10000 clauses out of 20018 with flag 1065001/1065001
118.29/61.46	c cleaning 9999 clauses out of 20017 with flag 1075000/1075000
119.41/62.08	c cleaning 10006 clauses out of 20020 with flag 1085002/1085002
120.57/62.65	c cleaning 9999 clauses out of 20012 with flag 1095000/1095000
121.63/63.28	c cleaning 10002 clauses out of 20015 with flag 1105002/1105002
122.80/63.86	c cleaning 10002 clauses out of 20011 with flag 1115000/1115000
124.09/64.50	c cleaning 9995 clauses out of 20010 with flag 1125001/1125001
125.21/65.11	c cleaning 9999 clauses out of 20014 with flag 1135000/1135000
126.31/65.72	c cleaning 10001 clauses out of 20015 with flag 1145000/1145000
127.43/66.35	c cleaning 10001 clauses out of 20014 with flag 1155000/1155000
128.55/66.99	c cleaning 9998 clauses out of 20019 with flag 1165006/1165006
129.68/67.56	c cleaning 10002 clauses out of 20015 with flag 1175000/1175000
130.80/68.19	c cleaning 10001 clauses out of 20014 with flag 1185001/1185001
131.89/68.77	c cleaning 9998 clauses out of 20012 with flag 1195000/1195000
133.05/69.38	c cleaning 10001 clauses out of 20016 with flag 1205002/1205002
134.34/70.01	c cleaning 9996 clauses out of 20016 with flag 1215003/1215003
135.43/70.61	c cleaning 10002 clauses out of 20018 with flag 1225001/1225001
136.35/71.19	c cleaning 10003 clauses out of 20016 with flag 1235001/1235001
137.48/71.77	c cleaning 10003 clauses out of 20013 with flag 1245001/1245001
138.60/72.35	c cleaning 9995 clauses out of 20010 with flag 1255001/1255001
139.68/72.97	c cleaning 10003 clauses out of 20015 with flag 1265001/1265001
140.80/73.54	c cleaning 10002 clauses out of 20011 with flag 1275000/1275000
141.92/74.16	c cleaning 9994 clauses out of 20009 with flag 1285000/1285000
143.08/74.77	c cleaning 10002 clauses out of 20015 with flag 1295000/1295000
144.13/75.36	c cleaning 9998 clauses out of 20013 with flag 1305000/1305000
145.29/75.99	c cleaning 10000 clauses out of 20015 with flag 1315000/1315000
146.57/76.61	c cleaning 9999 clauses out of 20015 with flag 1325000/1325000
147.49/77.17	c cleaning 10002 clauses out of 20016 with flag 1335000/1335000
148.58/77.76	c cleaning 10001 clauses out of 20014 with flag 1345000/1345000
149.69/78.30	c cleaning 9996 clauses out of 20014 with flag 1355001/1355001
150.61/78.88	c cleaning 10007 clauses out of 20020 with flag 1365003/1365003
151.92/79.50	c cleaning 10002 clauses out of 20013 with flag 1375003/1375003
153.01/80.15	c cleaning 9999 clauses out of 20010 with flag 1385002/1385002
154.13/80.76	c cleaning 9998 clauses out of 20009 with flag 1395000/1395000
155.28/81.37	c cleaning 10004 clauses out of 20014 with flag 1405003/1405003
156.37/81.96	c cleaning 9992 clauses out of 20007 with flag 1415000/1415000
157.65/82.61	c cleaning 9998 clauses out of 20015 with flag 1425000/1425000
158.77/83.21	c cleaning 10005 clauses out of 20019 with flag 1435002/1435002
159.69/83.77	c cleaning 9998 clauses out of 20012 with flag 1445000/1445000
160.80/84.39	c cleaning 10000 clauses out of 20015 with flag 1455001/1455001
162.09/85.03	c cleaning 10001 clauses out of 20014 with flag 1465000/1465000
163.21/85.65	c cleaning 10002 clauses out of 20015 with flag 1475002/1475002
164.33/86.26	c cleaning 9995 clauses out of 20013 with flag 1485002/1485002
165.49/86.88	c cleaning 10001 clauses out of 20016 with flag 1495000/1495000
166.73/87.59	c cleaning 10004 clauses out of 20016 with flag 1505001/1505001
168.05/88.23	c cleaning 10000 clauses out of 20012 with flag 1515001/1515001
169.16/88.82	c cleaning 9997 clauses out of 20011 with flag 1525000/1525000
170.28/89.43	c cleaning 10002 clauses out of 20014 with flag 1535000/1535000
171.59/90.14	c cleaning 9999 clauses out of 20012 with flag 1545000/1545000
172.87/90.80	c cleaning 10004 clauses out of 20014 with flag 1555001/1555001
173.98/91.41	c cleaning 9993 clauses out of 20009 with flag 1565000/1565000
175.10/92.05	c cleaning 10003 clauses out of 20017 with flag 1575001/1575001
176.38/92.76	c cleaning 10000 clauses out of 20015 with flag 1585002/1585002
177.72/93.43	c cleaning 9999 clauses out of 20014 with flag 1595001/1595001
178.80/94.09	c cleaning 9999 clauses out of 20014 with flag 1605000/1605000
180.11/94.73	c cleaning 10004 clauses out of 20018 with flag 1615003/1615003
181.19/95.36	c cleaning 10002 clauses out of 20011 with flag 1625000/1625000
182.31/95.97	c cleaning 10000 clauses out of 20009 with flag 1635000/1635000
183.42/96.56	c cleaning 10000 clauses out of 20012 with flag 1645003/1645003
184.53/97.16	c cleaning 10000 clauses out of 20010 with flag 1655001/1655001
185.61/97.78	c cleaning 10001 clauses out of 20009 with flag 1665000/1665000
186.72/98.34	c cleaning 10004 clauses out of 20012 with flag 1675004/1675004
187.87/98.95	c cleaning 9998 clauses out of 20005 with flag 1685001/1685001
188.95/99.56	c cleaning 9994 clauses out of 20007 with flag 1695001/1695001
190.07/100.19	c cleaning 10004 clauses out of 20013 with flag 1705001/1705001
191.34/100.80	c cleaning 9999 clauses out of 20009 with flag 1715001/1715001
192.45/101.41	c cleaning 9998 clauses out of 20009 with flag 1725000/1725000
193.56/102.02	c cleaning 10000 clauses out of 20012 with flag 1735001/1735001
194.63/102.69	c cleaning 10002 clauses out of 20011 with flag 1745000/1745000
195.74/103.31	c cleaning 9999 clauses out of 20009 with flag 1755000/1755000
197.06/103.93	c cleaning 10001 clauses out of 20010 with flag 1765000/1765000
198.37/104.60	c cleaning 9996 clauses out of 20010 with flag 1775001/1775001
199.44/105.28	c cleaning 9994 clauses out of 20014 with flag 1785001/1785001
200.75/105.91	c cleaning 10004 clauses out of 20019 with flag 1795000/1795000
201.86/106.50	c cleaning 10002 clauses out of 20017 with flag 1805002/1805002
202.77/107.09	c cleaning 9999 clauses out of 20013 with flag 1815000/1815000
204.07/107.76	c cleaning 10001 clauses out of 20015 with flag 1825001/1825001
205.35/108.40	c cleaning 10001 clauses out of 20014 with flag 1835001/1835001
206.46/109.05	c cleaning 9999 clauses out of 20012 with flag 1845000/1845000
207.77/109.72	c cleaning 10001 clauses out of 20017 with flag 1855004/1855004
208.84/110.39	c cleaning 10003 clauses out of 20013 with flag 1865001/1865001
210.18/111.07	c cleaning 9997 clauses out of 20010 with flag 1875001/1875001
211.26/111.70	c cleaning 9998 clauses out of 20012 with flag 1885000/1885000
212.57/112.32	c cleaning 10002 clauses out of 20014 with flag 1895000/1895000
213.83/113.03	c cleaning 10003 clauses out of 20015 with flag 1905003/1905003
214.94/113.69	c cleaning 10001 clauses out of 20009 with flag 1915000/1915000
216.05/114.29	c cleaning 10001 clauses out of 20009 with flag 1925001/1925001
217.37/114.92	c cleaning 10000 clauses out of 20007 with flag 1935000/1935000
218.64/115.60	c cleaning 10000 clauses out of 20007 with flag 1945000/1945000
219.75/116.21	c cleaning 9996 clauses out of 20007 with flag 1955000/1955000
220.85/116.88	c cleaning 9997 clauses out of 20013 with flag 1965002/1965002
221.96/117.49	c cleaning 9999 clauses out of 20014 with flag 1975000/1975000
223.22/118.17	c cleaning 10002 clauses out of 20015 with flag 1985000/1985000
224.37/118.79	c cleaning 10002 clauses out of 20014 with flag 1995001/1995001
225.44/119.37	c cleaning 9999 clauses out of 20011 with flag 2005000/2005000
226.59/119.97	c cleaning 10000 clauses out of 20014 with flag 2015002/2015002
227.81/120.63	c cleaning 9998 clauses out of 20012 with flag 2025000/2025000
228.92/121.22	c cleaning 10001 clauses out of 20016 with flag 2035002/2035002
230.02/121.85	c cleaning 10005 clauses out of 20015 with flag 2045002/2045002
231.13/122.49	c cleaning 9998 clauses out of 20009 with flag 2055001/2055001
232.43/123.14	c cleaning 9996 clauses out of 20011 with flag 2065001/2065001
233.50/123.76	c cleaning 9996 clauses out of 20014 with flag 2075000/2075000
234.81/124.41	c cleaning 10005 clauses out of 20019 with flag 2085001/2085001
235.91/125.04	c cleaning 10001 clauses out of 20014 with flag 2095001/2095001
236.98/125.67	c cleaning 9998 clauses out of 20014 with flag 2105002/2105002
238.08/126.29	c cleaning 10003 clauses out of 20014 with flag 2115000/2115000
239.19/126.89	c cleaning 10003 clauses out of 20011 with flag 2125000/2125000
240.53/127.57	c cleaning 10001 clauses out of 20010 with flag 2135002/2135002
241.75/128.24	c cleaning 9996 clauses out of 20008 with flag 2145001/2145001
242.86/128.87	c cleaning 9998 clauses out of 20011 with flag 2155000/2155000
243.97/129.46	c cleaning 9999 clauses out of 20014 with flag 2165001/2165001
245.27/130.12	c cleaning 10001 clauses out of 20014 with flag 2175000/2175000
246.56/130.82	c cleaning 10003 clauses out of 20013 with flag 2185000/2185000
247.63/131.43	c cleaning 9999 clauses out of 20010 with flag 2195000/2195000
248.77/132.05	c cleaning 10003 clauses out of 20013 with flag 2205002/2205002
249.83/132.69	c cleaning 10000 clauses out of 20009 with flag 2215001/2215001
251.09/133.36	c cleaning 9995 clauses out of 20008 with flag 2225000/2225000
252.20/133.99	c cleaning 10001 clauses out of 20013 with flag 2235000/2235000
253.50/134.61	c cleaning 10002 clauses out of 20013 with flag 2245001/2245001
254.64/135.26	c cleaning 10002 clauses out of 20010 with flag 2255000/2255000
255.86/135.93	c cleaning 10000 clauses out of 20010 with flag 2265002/2265002
256.96/136.59	c cleaning 9999 clauses out of 20010 with flag 2275002/2275002
258.27/137.25	c cleaning 9998 clauses out of 20010 with flag 2285001/2285001
259.57/137.92	c cleaning 10002 clauses out of 20012 with flag 2295001/2295001
260.66/138.61	c cleaning 10002 clauses out of 20011 with flag 2305002/2305002
261.93/139.25	c cleaning 9998 clauses out of 20009 with flag 2315002/2315002
263.23/139.91	c cleaning 9995 clauses out of 20009 with flag 2325000/2325000
264.53/140.65	c cleaning 9999 clauses out of 20014 with flag 2335000/2335000
265.78/141.33	c cleaning 10004 clauses out of 20021 with flag 2345006/2345006
266.92/141.98	c cleaning 10001 clauses out of 20013 with flag 2355002/2355002
268.18/142.64	c cleaning 10001 clauses out of 20011 with flag 2365001/2365001
269.48/143.36	c cleaning 9999 clauses out of 20009 with flag 2375000/2375000
270.77/144.09	c cleaning 10001 clauses out of 20014 with flag 2385004/2385004
272.04/144.75	c cleaning 9999 clauses out of 20010 with flag 2395001/2395001
273.14/145.39	c cleaning 10001 clauses out of 20010 with flag 2405000/2405000
274.44/146.01	c cleaning 10001 clauses out of 20009 with flag 2415000/2415000
275.69/146.72	c cleaning 9997 clauses out of 20008 with flag 2425000/2425000
276.82/147.40	c cleaning 9998 clauses out of 20011 with flag 2435000/2435000
278.09/148.05	c cleaning 9997 clauses out of 20013 with flag 2445000/2445000
279.38/148.72	c cleaning 10000 clauses out of 20016 with flag 2455000/2455000
280.43/149.35	c cleaning 10000 clauses out of 20016 with flag 2465000/2465000
281.53/149.97	c cleaning 9996 clauses out of 20017 with flag 2475001/2475001
282.63/150.61	c cleaning 10000 clauses out of 20020 with flag 2485000/2485000
283.92/151.21	c cleaning 10003 clauses out of 20020 with flag 2495000/2495000
285.01/151.87	c cleaning 10005 clauses out of 20017 with flag 2505000/2505000
286.27/152.52	c cleaning 9993 clauses out of 20013 with flag 2515001/2515001
287.16/153.08	c cleaning 10004 clauses out of 20020 with flag 2525001/2525001
288.46/153.70	c cleaning 9996 clauses out of 20017 with flag 2535002/2535002
289.72/154.42	c cleaning 10002 clauses out of 20020 with flag 2545001/2545001
290.61/155.02	c cleaning 10003 clauses out of 20018 with flag 2555001/2555001
291.92/155.60	c cleaning 10003 clauses out of 20015 with flag 2565001/2565001
292.85/156.18	c cleaning 10001 clauses out of 20014 with flag 2575003/2575003
294.07/156.80	c cleaning 9994 clauses out of 20010 with flag 2585000/2585000
295.16/157.40	c cleaning 10005 clauses out of 20019 with flag 2595003/2595003
296.06/157.96	c cleaning 10000 clauses out of 20014 with flag 2605003/2605003
297.16/158.56	c cleaning 10001 clauses out of 20013 with flag 2615002/2615002
298.40/159.20	c cleaning 9999 clauses out of 20013 with flag 2625003/2625003
299.50/159.81	c cleaning 10002 clauses out of 20014 with flag 2635003/2635003
300.40/160.38	c cleaning 10000 clauses out of 20009 with flag 2645000/2645000
301.69/161.03	c cleaning 9997 clauses out of 20009 with flag 2655000/2655000
302.98/161.76	c cleaning 10000 clauses out of 20013 with flag 2665001/2665001
304.24/162.47	c cleaning 10000 clauses out of 20014 with flag 2675002/2675002
305.34/163.09	c cleaning 9997 clauses out of 20012 with flag 2685000/2685000
306.43/163.67	c cleaning 10001 clauses out of 20016 with flag 2695001/2695001
307.68/164.32	c cleaning 10001 clauses out of 20017 with flag 2705003/2705003
308.58/164.91	c cleaning 9996 clauses out of 20015 with flag 2715002/2715002
309.87/165.53	c cleaning 10000 clauses out of 20017 with flag 2725000/2725000
311.01/166.18	c cleaning 10004 clauses out of 20020 with flag 2735003/2735003
312.02/166.79	c cleaning 10000 clauses out of 20014 with flag 2745001/2745001
313.32/167.43	c cleaning 9997 clauses out of 20014 with flag 2755001/2755001
314.41/168.09	c cleaning 10004 clauses out of 20017 with flag 2765001/2765001
315.51/168.68	c cleaning 10002 clauses out of 20015 with flag 2775003/2775003
316.99/169.45	c cleaning 10001 clauses out of 20011 with flag 2785001/2785001
318.25/170.12	c cleaning 9998 clauses out of 20009 with flag 2795000/2795000
319.34/170.75	c cleaning 9997 clauses out of 20012 with flag 2805001/2805001
320.44/171.39	c cleaning 9995 clauses out of 20015 with flag 2815001/2815001
321.68/172.00	c cleaning 10004 clauses out of 20019 with flag 2825000/2825000
322.58/172.60	c cleaning 10004 clauses out of 20018 with flag 2835003/2835003
323.88/173.20	c cleaning 9995 clauses out of 20011 with flag 2845000/2845000
325.02/173.83	c cleaning 9997 clauses out of 20016 with flag 2855000/2855000
326.25/174.50	c cleaning 9997 clauses out of 20019 with flag 2865001/2865001
327.35/175.17	c cleaning 10009 clauses out of 20024 with flag 2875003/2875003
328.44/175.79	c  And the winner is Resolution
328.70/176.00	c starts		: 231
328.70/176.00	c conflicts		: 2884741
328.70/176.00	c decisions		: 4239132
328.70/176.00	c propagations		: 146444977
328.70/176.00	c inspects		: 1499248853
328.70/176.00	c shortcuts		: 0
328.70/176.00	c learnt literals	: 6
328.70/176.00	c learnt binary clauses	: 18
328.70/176.00	c learnt ternary clauses	: 465
328.70/176.00	c learnt constraints	: 2884734
328.70/176.00	c ignored constraints	: 0
328.70/176.00	c root simplifications	: 0
328.70/176.00	c removed literals (reason simplification)	: 13655310
328.70/176.00	c reason swapping (by a shorter reason)	: 0
328.70/176.00	c Calls to reduceDB	: 289
328.70/176.00	c number of reductions to clauses (during analyze)	: 0
328.70/176.00	c number of learned constraints concerned by reduction	: 0
328.70/176.00	c number of learning phase by resolution	: 0
328.70/176.00	c number of learning phase by cutting planes	: 0
328.70/176.00	c speed (assignments/second)	: 833589.3499544626
328.70/176.00	c non guided choices	121
328.70/176.01	c learnt constraints type 
328.70/176.01	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
328.70/176.01	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19729
328.70/176.01	c constraints type 
328.70/176.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
328.70/176.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
328.70/176.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
328.70/176.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
328.70/176.02	c constraints type 
328.70/176.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
328.70/176.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
328.70/176.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
328.70/176.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
328.70/176.02	s UNSATISFIABLE
328.70/176.02	c Total wall clock time (in seconds): 175.903

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3454876-1307187467/watcher-3454876-1307187467 -o /tmp/evaluation-result-3454876-1307187467/solver-3454876-1307187467 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454876-1307187467.opb 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.89 3.24 2.47 3/548 21273
/proc/meminfo: memFree=24410288/32951124 swapFree=56241860/67111528
[pid=21273] ppid=21271 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/21273/stat : 21273 (java) S 21271 21273 18760 0 -1 4202496 6928 0 1 0 0 0 0 0 25 0 2 0 908977330 10694979584 6631 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746981349 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/21273/statm: 2611079 6642 917 9 0 2602235 0
[pid=21273/tid=21274] ppid=21271 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21274/stat : 21274 (java) R 21271 21273 18760 0 -1 4202560 7580 0 1 0 0 0 0 0 25 0 2 0 908977331 10694979584 8396 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216734872635 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0739669 s]
/proc/loadavg: 3.89 3.24 2.47 3/548 21273
/proc/meminfo: memFree=24410288/32951124 swapFree=56241860/67111528
[pid=21273] ppid=21271 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/21273/stat : 21273 (java) S 21271 21273 18760 0 -1 4202496 11865 0 1 0 5 1 0 0 25 0 18 0 908977330 10724442112 11562 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21273/statm: 2618272 11562 1754 9 0 2609006 0
[pid=21273/tid=21274] ppid=21271 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/21273/task/21274/stat : 21274 (java) R 21271 21273 18760 0 -1 4202560 10690 0 1 0 5 1 0 0 25 0 18 0 908977331 10724442112 11562 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 46912496197424 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100954 s]
/proc/loadavg: 3.89 3.24 2.47 3/548 21273
/proc/meminfo: memFree=24410288/32951124 swapFree=56241860/67111528
[pid=21273] ppid=21271 vsize=10540288 CPUtime=0.1 cores=1,3,5,7
/proc/21273/stat : 21273 (java) S 21271 21273 18760 0 -1 4202496 13043 0 1 0 9 1 0 0 25 0 18 0 908977330 10793254912 12740 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21273/statm: 2635072 12740 2093 9 0 2625806 0
[pid=21273/tid=21274] ppid=21271 vsize=10540288 CPUtime=0.08 cores=1,3,5,7
/proc/21273/task/21274/stat : 21274 (java) R 21271 21273 18760 0 -1 4202560 11112 0 1 0 7 1 0 0 25 0 18 0 908977331 10793254912 12740 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 47878023378456 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540288

[startup+0.300959 s]
/proc/loadavg: 3.89 3.24 2.47 3/548 21273
/proc/meminfo: memFree=24410288/32951124 swapFree=56241860/67111528
[pid=21273] ppid=21271 vsize=10541412 CPUtime=0.47 cores=1,3,5,7
/proc/21273/stat : 21273 (java) S 21271 21273 18760 0 -1 4202496 15867 0 1 0 45 2 0 0 25 0 18 0 908977330 10794405888 15049 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21273/statm: 2635353 15049 2199 9 0 2626087 0
[pid=21273/tid=21274] ppid=21271 vsize=10541412 CPUtime=0.28 cores=1,3,5,7
/proc/21273/task/21274/stat : 21274 (java) R 21271 21273 18760 0 -1 4202560 12910 0 1 0 27 1 0 0 25 0 18 0 908977331 10794405888 15050 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 46912505611907 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10541412

[startup+0.700859 s]
/proc/loadavg: 3.89 3.24 2.47 3/548 21273
/proc/meminfo: memFree=24410288/32951124 swapFree=56241860/67111528
[pid=21273] ppid=21271 vsize=10553268 CPUtime=1.99 cores=1,3,5,7
/proc/21273/stat : 21273 (java) S 21271 21273 18760 0 -1 4202496 39398 0 1 0 194 5 0 0 25 0 22 0 908977330 10806546432 34535 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21273/statm: 2638317 34535 2226 9 0 2629051 0
[pid=21273/tid=21274] ppid=21271 vsize=10553268 CPUtime=0.3 cores=1,3,5,7
/proc/21273/task/21274/stat : 21274 (java) S 21271 21273 18760 0 -1 4202560 13409 0 1 0 29 1 0 0 25 0 22 0 908977331 10806546432 34535 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 10553268

[startup+1.50072 s]
/proc/loadavg: 3.89 3.24 2.47 6/570 21295
/proc/meminfo: memFree=24194112/32951124 swapFree=56241860/67111528
[pid=21273] ppid=21271 vsize=10557028 CPUtime=4.19 cores=1,3,5,7
/proc/21273/stat : 21273 (java) S 21271 21273 18760 0 -1 4202496 88353 0 1 0 409 10 0 0 25 0 22 0 908977330 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21273/statm: 2639257 76213 2256 9 0 2629991 0
[pid=21273/tid=21274] ppid=21271 vsize=10557028 CPUtime=0.3 cores=1,3,5,7
/proc/21273/task/21274/stat : 21274 (java) S 21271 21273 18760 0 -1 4202560 13409 0 1 0 29 1 0 0 15 0 22 0 908977331 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21276] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21276/stat : 21276 (java) S 21271 21273 18760 0 -1 4202560 158 0 0 0 0 0 0 0 15 0 22 0 908977333 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21277] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21277/stat : 21277 (java) S 21271 21273 18760 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 22 0 908977333 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21278] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21278/stat : 21278 (java) S 21271 21273 18760 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 22 0 908977333 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21279] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21279/stat : 21279 (java) S 21271 21273 18760 0 -1 4202560 19 0 0 0 0 0 0 0 16 0 22 0 908977333 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21280] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21280/stat : 21280 (java) S 21271 21273 18760 0 -1 4202560 31 0 0 0 0 0 0 0 16 0 22 0 908977333 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21281] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21281/stat : 21281 (java) S 21271 21273 18760 0 -1 4202560 93 0 0 0 0 0 0 0 16 0 22 0 908977333 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21282] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21282/stat : 21282 (java) S 21271 21273 18760 0 -1 4202560 188 0 0 0 0 0 0 0 16 0 22 0 908977333 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21283] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21283/stat : 21283 (java) S 21271 21273 18760 0 -1 4202560 397 0 0 0 0 0 0 0 15 0 22 0 908977333 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21284] ppid=21271 vsize=10557028 CPUtime=0.05 cores=1,3,5,7
/proc/21273/task/21284/stat : 21284 (java) S 21271 21273 18760 0 -1 4202560 1200 0 0 0 5 0 0 0 16 0 22 0 908977334 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 0 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21285] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21285/stat : 21285 (java) S 21271 21273 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908977334 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21286] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21286/stat : 21286 (java) S 21271 21273 18760 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 908977334 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21287] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21287/stat : 21287 (java) S 21271 21273 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908977337 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216747002289 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21288] ppid=21271 vsize=10557028 CPUtime=0.8 cores=1,3,5,7
/proc/21273/task/21288/stat : 21288 (java) S 21271 21273 18760 0 -1 4202560 11792 0 0 0 79 1 0 0 22 0 22 0 908977337 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21289] ppid=21271 vsize=10557028 CPUtime=0.79 cores=1,3,5,7
/proc/21273/task/21289/stat : 21289 (java) S 21271 21273 18760 0 -1 4202560 6412 0 0 0 79 0 0 0 22 0 22 0 908977337 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21290] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21290/stat : 21290 (java) S 21271 21273 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908977337 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21291] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21291/stat : 21291 (java) S 21271 21273 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908977337 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21292] ppid=21271 vsize=10557028 CPUtime=1.11 cores=1,3,5,7
/proc/21273/task/21292/stat : 21292 (java) R 21271 21273 18760 0 -1 4202560 330 0 0 0 111 0 0 0 25 0 22 0 908977363 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 46912505643036 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21273/tid=21293] ppid=21271 vsize=10557028 CPUtime=1.08 cores=1,3,5,7
/proc/21273/task/21293/stat : 21293 (java) R 21271 21273 18760 0 -1 4202560 53006 0 0 0 102 6 0 0 25 0 22 0 908977363 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 46912506068427 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21273/tid=21294] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21294/stat : 21294 (java) S 21271 21273 18760 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908977363 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21295] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21295/stat : 21295 (java) S 21271 21273 18760 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908977363 10810396672 76213 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 10557028

[startup+3.10143 s]
/proc/loadavg: 3.89 3.24 2.47 5/570 21295
/proc/meminfo: memFree=24053620/32951124 swapFree=56241860/67111528
[pid=21273] ppid=21271 vsize=10557028 CPUtime=7.48 cores=1,3,5,7
/proc/21273/stat : 21273 (java) S 21271 21273 18760 0 -1 4202496 124924 0 1 0 733 15 0 0 25 0 22 0 908977330 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21273/statm: 2639257 112491 2257 9 0 2629991 0
[pid=21273/tid=21274] ppid=21271 vsize=10557028 CPUtime=0.3 cores=1,3,5,7
/proc/21273/task/21274/stat : 21274 (java) S 21271 21273 18760 0 -1 4202560 13409 0 1 0 29 1 0 0 15 0 22 0 908977331 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21276] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21276/stat : 21276 (java) S 21271 21273 18760 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 22 0 908977333 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21277] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21277/stat : 21277 (java) S 21271 21273 18760 0 -1 4202560 112 0 0 0 0 0 0 0 16 0 22 0 908977333 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21278] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21278/stat : 21278 (java) S 21271 21273 18760 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 22 0 908977333 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21279] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21279/stat : 21279 (java) S 21271 21273 18760 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 908977333 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21280] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21280/stat : 21280 (java) S 21271 21273 18760 0 -1 4202560 121 0 0 0 0 0 0 0 15 0 22 0 908977333 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21281] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21281/stat : 21281 (java) S 21271 21273 18760 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 22 0 908977333 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21282] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21282/stat : 21282 (java) S 21271 21273 18760 0 -1 4202560 235 0 0 0 0 0 0 0 15 0 22 0 908977333 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21283] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21283/stat : 21283 (java) S 21271 21273 18760 0 -1 4202560 398 0 0 0 0 0 0 0 15 0 22 0 908977333 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21284] ppid=21271 vsize=10557028 CPUtime=0.13 cores=1,3,5,7
/proc/21273/task/21284/stat : 21284 (java) S 21271 21273 18760 0 -1 4202560 2272 0 0 0 13 0 0 0 16 0 22 0 908977334 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 0 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21285] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21285/stat : 21285 (java) S 21271 21273 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908977334 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21286] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21286/stat : 21286 (java) S 21271 21273 18760 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 908977334 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21287] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21287/stat : 21287 (java) S 21271 21273 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908977337 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216747002289 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21288] ppid=21271 vsize=10557028 CPUtime=0.84 cores=1,3,5,7
/proc/21273/task/21288/stat : 21288 (java) S 21271 21273 18760 0 -1 4202560 12085 0 0 0 83 1 0 0 18 0 22 0 908977337 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21289] ppid=21271 vsize=10557028 CPUtime=0.91 cores=1,3,5,7
/proc/21273/task/21289/stat : 21289 (java) S 21271 21273 18760 0 -1 4202560 6429 0 0 0 91 0 0 0 16 0 22 0 908977337 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21290] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21290/stat : 21290 (java) S 21271 21273 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908977337 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21291] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21291/stat : 21291 (java) S 21271 21273 18760 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908977337 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21292] ppid=21271 vsize=10557028 CPUtime=2.62 cores=1,3,5,7
/proc/21273/task/21292/stat : 21292 (java) R 21271 21273 18760 0 -1 4202560 333 0 0 0 262 0 0 0 25 0 22 0 908977363 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 46912505366594 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21273/tid=21293] ppid=21271 vsize=10557028 CPUtime=2.6 cores=1,3,5,7
/proc/21273/task/21293/stat : 21293 (java) R 21271 21273 18760 0 -1 4202560 87778 0 0 0 250 10 0 0 25 0 22 0 908977363 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 46912505756339 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21273/tid=21294] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21294/stat : 21294 (java) S 21271 21273 18760 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908977363 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21295] ppid=21271 vsize=10557028 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21295/stat : 21295 (java) S 21271 21273 18760 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908977363 10810396672 112491 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 10557028

[startup+6.30087 s]
/proc/loadavg: 3.90 3.25 2.48 4/570 21295
/proc/meminfo: memFree=23951336/32951124 swapFree=56241860/67111528
[pid=21273] ppid=21271 vsize=10553936 CPUtime=13.72 cores=1,3,5,7
/proc/21273/stat : 21273 (java) S 21271 21273 18760 0 -1 4202496 129765 0 1 0 1356 16 0 0 25 0 22 0 908977330 10807230464 116404 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21273/statm: 2638484 116404 2257 9 0 2629218 0
[pid=21273/tid=21274] ppid=21271 vsize=10553936 CPUtime=0.3 cores=1,3,5,7
/proc/21273/task/21274/stat : 21274 (java) S 21271 21273 18760 0 -1 4202560 13409 0 1 0 29 1 0 0 15 0 22 0 908977331 10807230464 116404 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21276] ppid=21271 vsize=10553936 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21276/stat : 21276 (java) S 21271 21273 18760 0 -1 4202560 227 0 0 0 0 0 0 0 15 0 22 0 908977333 10807230464 116404 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21277] ppid=21271 vsize=10553936 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21277/stat : 21277 (java) S 21271 21273 18760 0 -1 4202560 112 0 0 0 0 0 0 0 16 0 22 0 908977333 10807230464 116404 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21278] ppid=21271 vsize=10553936 CPUtime=0.01 cores=1,3,5,7
/proc/21273/task/21278/stat : 21278 (java) S 21271 21273 18760 0 -1 4202560 208 0 0 0 1 0 0 0 15 0 22 0 908977333 10807230464 116404 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21279] ppid=21271 vsize=10553936 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21279/stat : 21279 (java) S 21271 21273 18760 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 22 0 908977333 10807230464 116404 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21280] ppid=21271 vsize=10553936 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21280/stat : 21280 (java) S 21271 21273 18760 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 22 0 908977333 10807230464 116404 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21281] ppid=21271 vsize=10553936 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21281/stat : 21281 (java) S 21271 21273 18760 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 22 0 908977333 10807230464 116404 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21282] ppid=21271 vsize=10553936 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21282/stat : 21282 (java) S 21271 21273 18760 0 -1 4202560 236 0 0 0 0 0 0 0 15 0 22 0 908977333 10807230464 116404 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21283] ppid=21271 vsize=10553936 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21283/stat : 21283 (java) S 21271 21273 18760 0 -1 4202560 398 0 0 0 0 0 0 0 15 0 22 0 908977333 10807230464 116404 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0

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

/proc/21273/task/21281/stat : 21281 (java) S 21271 21273 18760 0 -1 4202560 191 0 0 0 46 0 0 0 15 0 22 0 908977333 10879242240 128833 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21282] ppid=21271 vsize=10624260 CPUtime=0.38 cores=1,3,5,7
/proc/21273/task/21282/stat : 21282 (java) S 21271 21273 18760 0 -1 4202560 295 0 0 0 38 0 0 0 15 0 22 0 908977333 10879242240 128833 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21283] ppid=21271 vsize=10624260 CPUtime=0.43 cores=1,3,5,7
/proc/21273/task/21283/stat : 21283 (java) S 21271 21273 18760 0 -1 4202560 460 0 0 0 43 0 0 0 15 0 22 0 908977333 10879242240 128833 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21284] ppid=21271 vsize=10624260 CPUtime=25.81 cores=1,3,5,7
/proc/21273/task/21284/stat : 21284 (java) S 21271 21273 18760 0 -1 4202560 13954 0 0 0 2576 5 0 0 16 0 22 0 908977334 10879242240 128833 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 0 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21285] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21285/stat : 21285 (java) S 21271 21273 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908977334 10879242240 128833 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21286] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21286/stat : 21286 (java) S 21271 21273 18760 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 908977334 10879242240 128833 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21287] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21287/stat : 21287 (java) S 21271 21273 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908977337 10879242240 128833 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216747002289 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21288] ppid=21271 vsize=10624260 CPUtime=0.94 cores=1,3,5,7
/proc/21273/task/21288/stat : 21288 (java) S 21271 21273 18760 0 -1 4202560 12798 0 0 0 93 1 0 0 15 0 22 0 908977337 10879242240 128833 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21289] ppid=21271 vsize=10624260 CPUtime=1.45 cores=1,3,5,7
/proc/21273/task/21289/stat : 21289 (java) S 21271 21273 18760 0 -1 4202560 8777 0 0 0 144 1 0 0 15 0 22 0 908977337 10879242240 128833 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21290] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21290/stat : 21290 (java) S 21271 21273 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908977337 10879242240 128833 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21291] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21291/stat : 21291 (java) S 21271 21273 18760 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 908977337 10879242240 128833 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21292] ppid=21271 vsize=10624260 CPUtime=147.72 cores=1,3,5,7
/proc/21273/task/21292/stat : 21292 (java) R 21271 21273 18760 0 -1 4202560 452 0 0 0 14772 0 0 0 16 0 22 0 908977363 10879242240 128833 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 46912505642803 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21273/tid=21293] ppid=21271 vsize=10624260 CPUtime=147.69 cores=1,3,5,7
/proc/21273/task/21293/stat : 21293 (java) R 21271 21273 18760 0 -1 4202560 91852 0 0 0 14758 11 0 0 25 0 22 0 908977363 10879242240 128833 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 46912505690963 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21273/tid=21294] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21294/stat : 21294 (java) S 21271 21273 18760 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908977363 10879242240 128833 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21295] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21295/stat : 21295 (java) S 21271 21273 18760 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908977363 10879242240 128833 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 327.35
Current children cumulated vsize (KiB) 10624260

[startup+175.501 s]
/proc/loadavg: 3.71 3.41 2.66 5/570 21303
/proc/meminfo: memFree=23884984/32951124 swapFree=56241860/67111528
[pid=21273] ppid=21271 vsize=10624260 CPUtime=328.04 cores=1,3,5,7
/proc/21273/stat : 21273 (java) S 21271 21273 18760 0 -1 4202496 144440 0 1 0 32778 26 0 0 25 0 22 0 908977330 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21273/statm: 2656065 128836 2260 9 0 2646799 0
[pid=21273/tid=21274] ppid=21271 vsize=10624260 CPUtime=0.3 cores=1,3,5,7
/proc/21273/task/21274/stat : 21274 (java) S 21271 21273 18760 0 -1 4202560 13480 0 1 0 29 1 0 0 15 0 22 0 908977331 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21276] ppid=21271 vsize=10624260 CPUtime=0.4 cores=1,3,5,7
/proc/21273/task/21276/stat : 21276 (java) S 21271 21273 18760 0 -1 4202560 290 0 0 0 40 0 0 0 15 0 22 0 908977333 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21277] ppid=21271 vsize=10624260 CPUtime=0.38 cores=1,3,5,7
/proc/21273/task/21277/stat : 21277 (java) S 21271 21273 18760 0 -1 4202560 163 0 0 0 38 0 0 0 15 0 22 0 908977333 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21278] ppid=21271 vsize=10624260 CPUtime=0.4 cores=1,3,5,7
/proc/21273/task/21278/stat : 21278 (java) S 21271 21273 18760 0 -1 4202560 269 0 0 0 40 0 0 0 16 0 22 0 908977333 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21279] ppid=21271 vsize=10624260 CPUtime=0.45 cores=1,3,5,7
/proc/21273/task/21279/stat : 21279 (java) S 21271 21273 18760 0 -1 4202560 109 0 0 0 45 0 0 0 15 0 22 0 908977333 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21280] ppid=21271 vsize=10624260 CPUtime=0.4 cores=1,3,5,7
/proc/21273/task/21280/stat : 21280 (java) S 21271 21273 18760 0 -1 4202560 181 0 0 0 40 0 0 0 16 0 22 0 908977333 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21281] ppid=21271 vsize=10624260 CPUtime=0.46 cores=1,3,5,7
/proc/21273/task/21281/stat : 21281 (java) S 21271 21273 18760 0 -1 4202560 191 0 0 0 46 0 0 0 15 0 22 0 908977333 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21282] ppid=21271 vsize=10624260 CPUtime=0.38 cores=1,3,5,7
/proc/21273/task/21282/stat : 21282 (java) S 21271 21273 18760 0 -1 4202560 296 0 0 0 38 0 0 0 16 0 22 0 908977333 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21283] ppid=21271 vsize=10624260 CPUtime=0.43 cores=1,3,5,7
/proc/21273/task/21283/stat : 21283 (java) S 21271 21273 18760 0 -1 4202560 460 0 0 0 43 0 0 0 15 0 22 0 908977333 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21284] ppid=21271 vsize=10624260 CPUtime=25.92 cores=1,3,5,7
/proc/21273/task/21284/stat : 21284 (java) S 21271 21273 18760 0 -1 4202560 13954 0 0 0 2587 5 0 0 16 0 22 0 908977334 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 0 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21285] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21285/stat : 21285 (java) S 21271 21273 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908977334 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21286] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21286/stat : 21286 (java) S 21271 21273 18760 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 908977334 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21287] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21287/stat : 21287 (java) S 21271 21273 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908977337 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216747002289 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21288] ppid=21271 vsize=10624260 CPUtime=0.94 cores=1,3,5,7
/proc/21273/task/21288/stat : 21288 (java) S 21271 21273 18760 0 -1 4202560 12798 0 0 0 93 1 0 0 15 0 22 0 908977337 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21289] ppid=21271 vsize=10624260 CPUtime=1.45 cores=1,3,5,7
/proc/21273/task/21289/stat : 21289 (java) S 21271 21273 18760 0 -1 4202560 8777 0 0 0 144 1 0 0 15 0 22 0 908977337 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21290] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21290/stat : 21290 (java) S 21271 21273 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908977337 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21291] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21291/stat : 21291 (java) S 21271 21273 18760 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 908977337 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21292] ppid=21271 vsize=10624260 CPUtime=148 cores=1,3,5,7
/proc/21273/task/21292/stat : 21292 (java) R 21271 21273 18760 0 -1 4202560 452 0 0 0 14800 0 0 0 16 0 22 0 908977363 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 46912505671682 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21273/tid=21293] ppid=21271 vsize=10624260 CPUtime=147.98 cores=1,3,5,7
/proc/21273/task/21293/stat : 21293 (java) R 21271 21273 18760 0 -1 4202560 91853 0 0 0 14787 11 0 0 25 0 22 0 908977363 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 46912505852212 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=21273/tid=21294] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21294/stat : 21294 (java) S 21271 21273 18760 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908977363 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21295] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21295/stat : 21295 (java) S 21271 21273 18760 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908977363 10879242240 128836 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 328.04
Current children cumulated vsize (KiB) 10624260

[startup+175.901 s]
/proc/loadavg: 3.71 3.41 2.66 3/567 21303
/proc/meminfo: memFree=23885008/32951124 swapFree=56241860/67111528
[pid=21273] ppid=21271 vsize=10624260 CPUtime=328.7 cores=1,3,5,7
/proc/21273/stat : 21273 (java) S 21271 21273 18760 0 -1 4202496 144441 0 1 0 32844 26 0 0 25 0 19 0 908977330 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21273/statm: 2656065 128837 2261 9 0 2646799 0
[pid=21273/tid=21274] ppid=21271 vsize=10624260 CPUtime=0.3 cores=1,3,5,7
/proc/21273/task/21274/stat : 21274 (java) S 21271 21273 18760 0 -1 4202560 13480 0 1 0 29 1 0 0 15 0 19 0 908977331 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21276] ppid=21271 vsize=10624260 CPUtime=0.4 cores=1,3,5,7
/proc/21273/task/21276/stat : 21276 (java) S 21271 21273 18760 0 -1 4202560 290 0 0 0 40 0 0 0 15 0 19 0 908977333 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21277] ppid=21271 vsize=10624260 CPUtime=0.38 cores=1,3,5,7
/proc/21273/task/21277/stat : 21277 (java) S 21271 21273 18760 0 -1 4202560 163 0 0 0 38 0 0 0 15 0 19 0 908977333 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21278] ppid=21271 vsize=10624260 CPUtime=0.4 cores=1,3,5,7
/proc/21273/task/21278/stat : 21278 (java) S 21271 21273 18760 0 -1 4202560 269 0 0 0 40 0 0 0 16 0 19 0 908977333 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21279] ppid=21271 vsize=10624260 CPUtime=0.45 cores=1,3,5,7
/proc/21273/task/21279/stat : 21279 (java) S 21271 21273 18760 0 -1 4202560 109 0 0 0 45 0 0 0 15 0 19 0 908977333 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21280] ppid=21271 vsize=10624260 CPUtime=0.4 cores=1,3,5,7
/proc/21273/task/21280/stat : 21280 (java) S 21271 21273 18760 0 -1 4202560 181 0 0 0 40 0 0 0 16 0 19 0 908977333 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21281] ppid=21271 vsize=10624260 CPUtime=0.46 cores=1,3,5,7
/proc/21273/task/21281/stat : 21281 (java) S 21271 21273 18760 0 -1 4202560 191 0 0 0 46 0 0 0 15 0 19 0 908977333 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21282] ppid=21271 vsize=10624260 CPUtime=0.38 cores=1,3,5,7
/proc/21273/task/21282/stat : 21282 (java) S 21271 21273 18760 0 -1 4202560 296 0 0 0 38 0 0 0 16 0 19 0 908977333 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21283] ppid=21271 vsize=10624260 CPUtime=0.43 cores=1,3,5,7
/proc/21273/task/21283/stat : 21283 (java) S 21271 21273 18760 0 -1 4202560 460 0 0 0 43 0 0 0 15 0 19 0 908977333 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21284] ppid=21271 vsize=10624260 CPUtime=25.92 cores=1,3,5,7
/proc/21273/task/21284/stat : 21284 (java) S 21271 21273 18760 0 -1 4202560 13954 0 0 0 2587 5 0 0 16 0 19 0 908977334 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 0 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21285] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21285/stat : 21285 (java) S 21271 21273 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 908977334 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21286] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21286/stat : 21286 (java) S 21271 21273 18760 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 908977334 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21287] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21287/stat : 21287 (java) S 21271 21273 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 908977337 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216747002289 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21288] ppid=21271 vsize=10624260 CPUtime=0.94 cores=1,3,5,7
/proc/21273/task/21288/stat : 21288 (java) S 21271 21273 18760 0 -1 4202560 12798 0 0 0 93 1 0 0 15 0 19 0 908977337 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21289] ppid=21271 vsize=10624260 CPUtime=1.45 cores=1,3,5,7
/proc/21273/task/21289/stat : 21289 (java) S 21271 21273 18760 0 -1 4202560 8777 0 0 0 144 1 0 0 15 0 19 0 908977337 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21290] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21290/stat : 21290 (java) S 21271 21273 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 908977337 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21291] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21291/stat : 21291 (java) S 21271 21273 18760 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 908977337 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21295] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21295/stat : 21295 (java) S 21271 21273 18760 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 908977363 10879242240 128837 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 328.7
Current children cumulated vsize (KiB) 10624260

[startup+176.02 s]
/proc/loadavg: 3.71 3.41 2.66 3/567 21303
/proc/meminfo: memFree=23885008/32951124 swapFree=56241860/67111528
[pid=21273] ppid=21271 vsize=10624260 CPUtime=328.72 cores=1,3,5,7
/proc/21273/stat : 21273 (java) S 21271 21273 18760 0 -1 4202496 144451 0 1 0 32846 26 0 0 25 0 20 0 908977330 10879242240 128807 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746981349 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/21273/statm: 2656065 128807 2267 9 0 2646799 0
[pid=21273/tid=21274] ppid=21271 vsize=10624260 CPUtime=0.3 cores=1,3,5,7
/proc/21273/task/21274/stat : 21274 (java) S 21271 21273 18760 0 -1 4202560 13483 0 1 0 29 1 0 0 16 0 20 0 908977331 10879242240 128807 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21276] ppid=21271 vsize=10624260 CPUtime=0.4 cores=1,3,5,7
/proc/21273/task/21276/stat : 21276 (java) S 21271 21273 18760 0 -1 4202560 290 0 0 0 40 0 0 0 15 0 20 0 908977333 10879242240 128807 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21277] ppid=21271 vsize=10624260 CPUtime=0.38 cores=1,3,5,7
/proc/21273/task/21277/stat : 21277 (java) S 21271 21273 18760 0 -1 4202560 163 0 0 0 38 0 0 0 15 0 20 0 908977333 10879242240 128807 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21278] ppid=21271 vsize=10624260 CPUtime=0.4 cores=1,3,5,7
/proc/21273/task/21278/stat : 21278 (java) S 21271 21273 18760 0 -1 4202560 269 0 0 0 40 0 0 0 16 0 20 0 908977333 10879242240 128807 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21279] ppid=21271 vsize=10624260 CPUtime=0.45 cores=1,3,5,7
/proc/21273/task/21279/stat : 21279 (java) S 21271 21273 18760 0 -1 4202560 109 0 0 0 45 0 0 0 15 0 19 0 908977333 10879242240 128807 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21280] ppid=21271 vsize=10624260 CPUtime=0.4 cores=1,3,5,7
/proc/21273/task/21280/stat : 21280 (java) S 21271 21273 18760 0 -1 4202560 181 0 0 0 40 0 0 0 16 0 19 0 908977333 10879242240 128807 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 3 0 0 0
[pid=21273/tid=21281] ppid=21271 vsize=10624260 CPUtime=0.46 cores=1,3,5,7
/proc/21273/task/21281/stat : 21281 (java) S 21271 21273 18760 0 -1 4202560 191 0 0 0 46 0 0 0 15 0 19 0 908977333 10879242240 128807 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21282] ppid=21271 vsize=10624260 CPUtime=0.38 cores=1,3,5,7
/proc/21273/task/21282/stat : 21282 (java) S 21271 21273 18760 0 -1 4202560 296 0 0 0 38 0 0 0 16 0 19 0 908977333 10879242240 128808 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21283] ppid=21271 vsize=10624260 CPUtime=0.43 cores=1,3,5,7
/proc/21273/task/21283/stat : 21283 (java) S 21271 21273 18760 0 -1 4202560 460 0 0 0 43 0 0 0 15 0 19 0 908977333 10879242240 128808 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21284] ppid=21271 vsize=10624260 CPUtime=25.92 cores=1,3,5,7
/proc/21273/task/21284/stat : 21284 (java) R 21271 21273 18760 0 -1 4202560 13954 0 0 0 2587 5 0 0 16 0 19 0 908977334 10879242240 128808 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216735221943 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=21273/tid=21285] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21285/stat : 21285 (java) S 21271 21273 18760 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 908977334 10879242240 128808 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21286] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21286/stat : 21286 (java) S 21271 21273 18760 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 908977334 10879242240 128813 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21287] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21287/stat : 21287 (java) S 21271 21273 18760 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 908977337 10879242240 128813 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21288] ppid=21271 vsize=10624260 CPUtime=0.95 cores=1,3,5,7
/proc/21273/task/21288/stat : 21288 (java) S 21271 21273 18760 0 -1 4202560 12801 0 0 0 94 1 0 0 15 0 19 0 908977337 10879242240 128813 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 7 0 0 0
[pid=21273/tid=21289] ppid=21271 vsize=10624260 CPUtime=1.46 cores=1,3,5,7
/proc/21273/task/21289/stat : 21289 (java) S 21271 21273 18760 0 -1 4202560 8781 0 0 0 145 1 0 0 16 0 19 0 908977337 10879242240 128813 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
[pid=21273/tid=21290] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21290/stat : 21290 (java) S 21271 21273 18760 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 908977337 10879242240 128813 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746994585 0 4 0 16800975 18446604460019671296 0 0 -1 5 0 0 0
[pid=21273/tid=21295] ppid=21271 vsize=10624260 CPUtime=0 cores=1,3,5,7
/proc/21273/task/21295/stat : 21295 (java) S 21271 21273 18760 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 908977363 10879242240 128813 33554432000 1073741824 1073778376 140734851249760 18446744073709551615 216746995200 0 4 0 16800975 18446604460019671296 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 328.72
Current children cumulated vsize (KiB) 10624260

Child status: 20
Real time (s): 176.045
CPU time (s): 328.759
CPU user time (s): 328.467
CPU system time (s): 0.291955
CPU usage (%): 186.748
Max. virtual memory (cumulated for all children) (KiB): 10627768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 328.467
system time used= 0.291955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144458
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= 12634
involuntary context switches= 5738

runsolver used 0.974851 second user time and 2.27065 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-04 13:37:47
IDJOB=3454876
IDBENCH=1340
IDSOLVER=1950
FILE ID=node119/3454876-1307187467
RUNJOBID= node119-1307186991-20975
PBS_JOBID= 13508823
Free space on /tmp= 73660 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900567024.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454876-1307187467/watcher-3454876-1307187467 -o /tmp/evaluation-result-3454876-1307187467/solver-3454876-1307187467 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454876-1307187467.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 42a09607e2cf515cb7da5ec0628015c7
RANDOM SEED=1914205986

node119.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24410428 kB
Buffers:        248484 kB
Cached:         596516 kB
SwapCached:      59076 kB
Active:        1219316 kB
Inactive:      7023044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24410428 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:             652 kB
Writeback:           0 kB
AnonPages:     7342272 kB
Mapped:          41664 kB
Slab:           149908 kB
PageTables:      79776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 174255480 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73660 MiB
End job on node119 at 2011-06-04 13:40:43